Show / Hide Table of Contents

Class ProjectsResource

The "projects" collection of methods.

Inheritance
object
ProjectsResource
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

Constructors

ProjectsResource(IClientService)

Constructs a new resource.

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

Properties

Traces

Gets the Traces resource.

Declaration
public virtual ProjectsResource.TracesResource Traces { get; }
Property Value
Type Description
ProjectsResource.TracesResource

Methods

PatchTraces(Traces, string)

Sends trace spans to Cloud Trace. Spans cannot be updated. If the trace ID and span ID already exist, an additional copy of the span will be stored.

Declaration
public virtual ProjectsResource.PatchTracesRequest PatchTraces(Traces body, string projectId)
Parameters
Type Name Description
Traces body

The body of the request.

string projectId

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

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