Google.Cloud.Diagnostics.Common - Class TraceServiceOptions (5.1.0)

public sealed class TraceServiceOptions

Reference documentation and code samples for the Google.Cloud.Diagnostics.Common class TraceServiceOptions.

Options for initializing tracing.

Inheritance

object > TraceServiceOptions

Namespace

GoogleCloudGoogle.Cloud.DiagnosticsCommon

Assembly

Google.Cloud.Diagnostics.Common.dll

Properties

Client

public TraceServiceClient Client { get; set; }

A client to send traces with. May be null.

Property Value
TypeDescription
TraceServiceClient

Options

public TraceOptions Options { get; set; }

Trace options. May be null.

Property Value
TypeDescription
TraceOptions

ProjectId

public string ProjectId { get; set; }

The Google Cloud Platform project ID. If unspecified and running on GAE or GCE the project ID will be detected from the platform.

Property Value
TypeDescription
string