public interface ListTracesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
Start of the time interval (inclusive) during which the trace data was
collected from the application.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Start of the time interval (inclusive) during which the trace data was
collected from the application.
|
java.lang.String |
getFilter()
An optional filter for the request.
|
com.google.protobuf.ByteString |
getFilterBytes()
An optional filter for the request.
|
java.lang.String |
getOrderBy()
Field used to sort the returned traces.
|
com.google.protobuf.ByteString |
getOrderByBytes()
Field used to sort the returned traces.
|
int |
getPageSize()
Maximum number of traces to return.
|
java.lang.String |
getPageToken()
Token identifying the page of results to return.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Token identifying the page of results to return.
|
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.
|
com.google.protobuf.Timestamp |
getStartTime()
End of the time interval (inclusive) during which the trace data was
collected from the application.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
End of the time interval (inclusive) during which the trace data was
collected from the application.
|
ListTracesRequest.ViewType |
getView()
Type of data returned for traces in the list.
|
int |
getViewValue()
Type of data returned for traces in the list.
|
boolean |
hasEndTime()
Start of the time interval (inclusive) during which the trace data was
collected from the application.
|
boolean |
hasStartTime()
End of the time interval (inclusive) during which the trace data was
collected from the application.
|
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.
string project_id = 1;com.google.protobuf.ByteString getProjectIdBytes()
ID of the Cloud project where the trace data is stored.
string project_id = 1;int getViewValue()
Type of data returned for traces in the list. Optional. Default is `MINIMAL`.
.google.devtools.cloudtrace.v1.ListTracesRequest.ViewType view = 2;ListTracesRequest.ViewType getView()
Type of data returned for traces in the list. Optional. Default is `MINIMAL`.
.google.devtools.cloudtrace.v1.ListTracesRequest.ViewType view = 2;int getPageSize()
Maximum number of traces to return. If not specified or <= 0, the implementation selects a reasonable value. The implementation may return fewer traces than the requested page size. Optional.
int32 page_size = 3;java.lang.String getPageToken()
Token identifying the page of results to return. If provided, use the value of the `next_page_token` field from a previous request. Optional.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
Token identifying the page of results to return. If provided, use the value of the `next_page_token` field from a previous request. Optional.
string page_token = 4;boolean hasStartTime()
End of the time interval (inclusive) during which the trace data was collected from the application.
.google.protobuf.Timestamp start_time = 5;com.google.protobuf.Timestamp getStartTime()
End of the time interval (inclusive) during which the trace data was collected from the application.
.google.protobuf.Timestamp start_time = 5;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
End of the time interval (inclusive) during which the trace data was collected from the application.
.google.protobuf.Timestamp start_time = 5;boolean hasEndTime()
Start of the time interval (inclusive) during which the trace data was collected from the application.
.google.protobuf.Timestamp end_time = 6;com.google.protobuf.Timestamp getEndTime()
Start of the time interval (inclusive) during which the trace data was collected from the application.
.google.protobuf.Timestamp end_time = 6;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Start of the time interval (inclusive) during which the trace data was collected from the application.
.google.protobuf.Timestamp end_time = 6;java.lang.String getFilter()
An optional filter for the request.
string filter = 7;com.google.protobuf.ByteString getFilterBytes()
An optional filter for the request.
string filter = 7;java.lang.String getOrderBy()
Field used to sort the returned traces. Optional.
Can be one of the following:
* `trace_id`
* `name` (`name` field of root span in the trace)
* `duration` (difference between `end_time` and `start_time` fields of
the root span)
* `start` (`start_time` field of the root span)
Descending order can be specified by appending `desc` to the sort field
(for example, `name desc`).
Only one sort field is permitted.
string order_by = 8;com.google.protobuf.ByteString getOrderByBytes()
Field used to sort the returned traces. Optional.
Can be one of the following:
* `trace_id`
* `name` (`name` field of root span in the trace)
* `duration` (difference between `end_time` and `start_time` fields of
the root span)
* `start` (`start_time` field of the root span)
Descending order can be specified by appending `desc` to the sort field
(for example, `name desc`).
Only one sort field is permitted.
string order_by = 8;