public interface PatchTracesRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProjectId()
ID of the Cloud project where the trace data is stored.
|
ByteString |
getProjectIdBytes()
ID of the Cloud project where the trace data is stored.
|
Traces |
getTraces()
The body of the message.
|
TracesOrBuilder |
getTracesOrBuilder()
The body of the message.
|
boolean |
hasTraces()
The body of the message.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getProjectId()
ID of the Cloud project where the trace data is stored.
string project_id = 1;ByteString getProjectIdBytes()
ID of the Cloud project where the trace data is stored.
string project_id = 1;boolean hasTraces()
The body of the message.
.google.devtools.cloudtrace.v1.Traces traces = 2;Traces getTraces()
The body of the message.
.google.devtools.cloudtrace.v1.Traces traces = 2;TracesOrBuilder getTracesOrBuilder()
The body of the message.
.google.devtools.cloudtrace.v1.Traces traces = 2;