Show / Hide Table of Contents

Namespace Google.Apis.CloudTrace.v1

Classes

CloudTraceBaseServiceRequest<TResponse>

A base abstract class for CloudTrace requests.

CloudTraceService

The CloudTrace Service.

CloudTraceService.Scope

Available OAuth 2.0 scopes for use with the Cloud Trace API.

CloudTraceService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Cloud Trace API.

ProjectsResource

The "projects" collection of methods.

ProjectsResource.PatchTracesRequest

Sends new traces to Cloud Trace or updates existing traces. If the ID of a trace that you send matches that of an existing trace, any fields in the existing trace and its spans are overwritten by the provided values, and any new fields provided are merged with the existing trace data. If the ID does not match, a new trace is created.

ProjectsResource.TracesResource

The "traces" collection of methods.

ProjectsResource.TracesResource.GetRequest

Gets a single trace by its ID.

ProjectsResource.TracesResource.ListRequest

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

Enums

CloudTraceBaseServiceRequest<TResponse>.AltEnum

Data format for response.

CloudTraceBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

ProjectsResource.TracesResource.ListRequest.ViewEnum

Optional. Type of data returned for traces in the list. Default is MINIMAL.

In This Article
Back to top Generated by DocFX