public interface GetTraceRequestOrBuilder 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.
|
java.lang.String |
getTraceId()
ID of the trace to return.
|
ByteString |
getTraceIdBytes()
ID of the trace to return.
|
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;java.lang.String getTraceId()
ID of the trace to return.
string trace_id = 2;ByteString getTraceIdBytes()
ID of the trace to return.
string trace_id = 2;