Class ProjectsResource
The "projects" collection of methods.
Inherited Members
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 |