Show / Hide Table of Contents

Class ProjectsResource.TracesResource

The "traces" collection of methods.

Inheritance
object
ProjectsResource.TracesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudTrace.v1
Assembly: Google.Apis.CloudTrace.v1.dll
Syntax
public class ProjectsResource.TracesResource

Constructors

TracesResource(IClientService)

Constructs a new resource.

Declaration
public TracesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string, string)

Gets a single trace by its ID.

Declaration
public virtual ProjectsResource.TracesResource.GetRequest Get(string projectId, string traceId)
Parameters
Type Name Description
string projectId

Required. ID of the Cloud project where the trace data is stored.

string traceId

Required. ID of the trace to return.

Returns
Type Description
ProjectsResource.TracesResource.GetRequest

List(string)

Returns a list of traces that match the specified filter conditions.

Declaration
public virtual ProjectsResource.TracesResource.ListRequest List(string projectId)
Parameters
Type Name Description
string projectId

Required. ID of the Cloud project where the trace data is stored.

Returns
Type Description
ProjectsResource.TracesResource.ListRequest
In this article
Back to top Generated by DocFX