public interface GetTraceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getTraceId()
public abstract String getTraceId()Required. ID of the trace to return.
string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The traceId. |
getTraceIdBytes()
public abstract ByteString getTraceIdBytes()Required. ID of the trace to return.
string trace_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for traceId. |