public interface PatchTracesRequestOrBuilder 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. |
getTraces()
public abstract Traces getTraces()Required. The body of the message.
.google.devtools.cloudtrace.v1.Traces traces = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the traces field is set. |