Interface PatchTracesRequestOrBuilder (2.32.0)

public interface PatchTracesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProjectId()

public abstract String getProjectId()

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

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

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

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for projectId.

getTraces()

public abstract Traces getTraces()

Required. The body of the message.

.google.devtools.cloudtrace.v1.Traces traces = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Traces

The traces.

getTracesOrBuilder()

public abstract TracesOrBuilder getTracesOrBuilder()

Required. The body of the message.

.google.devtools.cloudtrace.v1.Traces traces = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
TracesOrBuilder

hasTraces()

public abstract boolean hasTraces()

Required. The body of the message.

.google.devtools.cloudtrace.v1.Traces traces = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the traces field is set.