public interface ListTracesResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
If defined, indicates that there are more traces that match the request
and that this value should be passed to the next request to continue
retrieving additional traces.
|
ByteString |
getNextPageTokenBytes()
If defined, indicates that there are more traces that match the request
and that this value should be passed to the next request to continue
retrieving additional traces.
|
Trace |
getTraces(int index)
List of trace records returned.
|
int |
getTracesCount()
List of trace records returned.
|
java.util.List<Trace> |
getTracesList()
List of trace records returned.
|
TraceOrBuilder |
getTracesOrBuilder(int index)
List of trace records returned.
|
java.util.List<? extends TraceOrBuilder> |
getTracesOrBuilderList()
List of trace records returned.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<Trace> getTracesList()
List of trace records returned.
repeated .google.devtools.cloudtrace.v1.Trace traces = 1;
Trace getTraces(int index)
List of trace records returned.
repeated .google.devtools.cloudtrace.v1.Trace traces = 1;
int getTracesCount()
List of trace records returned.
repeated .google.devtools.cloudtrace.v1.Trace traces = 1;
java.util.List<? extends TraceOrBuilder> getTracesOrBuilderList()
List of trace records returned.
repeated .google.devtools.cloudtrace.v1.Trace traces = 1;
TraceOrBuilder getTracesOrBuilder(int index)
List of trace records returned.
repeated .google.devtools.cloudtrace.v1.Trace traces = 1;
java.lang.String getNextPageToken()
If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.
string next_page_token = 2;
ByteString getNextPageTokenBytes()
If defined, indicates that there are more traces that match the request and that this value should be passed to the next request to continue retrieving additional traces.
string next_page_token = 2;