public interface GetTraceRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getProjectId()
ID of the Cloud project where the trace data is stored.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
ID of the Cloud project where the trace data is stored.
|
java.lang.String |
getTraceId()
ID of the trace to return.
|
com.google.protobuf.ByteString |
getTraceIdBytes()
ID of the trace to return.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getProjectId()
ID of the Cloud project where the trace data is stored.
optional string project_id = 1;com.google.protobuf.ByteString getProjectIdBytes()
ID of the Cloud project where the trace data is stored.
optional string project_id = 1;java.lang.String getTraceId()
ID of the trace to return.
optional string trace_id = 2;com.google.protobuf.ByteString getTraceIdBytes()
ID of the trace to return.
optional string trace_id = 2;