Interface ListTracesResponseOrBuilder (2.45.0)

public interface ListTracesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getTraces(int index)

public abstract Trace getTraces(int index)

List of trace records as specified by the view parameter.

repeated .google.devtools.cloudtrace.v1.Trace traces = 1;

Parameter
Name Description
index int
Returns
Type Description
Trace

getTracesCount()

public abstract int getTracesCount()

List of trace records as specified by the view parameter.

repeated .google.devtools.cloudtrace.v1.Trace traces = 1;

Returns
Type Description
int

getTracesList()

public abstract List<Trace> getTracesList()

List of trace records as specified by the view parameter.

repeated .google.devtools.cloudtrace.v1.Trace traces = 1;

Returns
Type Description
List<Trace>

getTracesOrBuilder(int index)

public abstract TraceOrBuilder getTracesOrBuilder(int index)

List of trace records as specified by the view parameter.

repeated .google.devtools.cloudtrace.v1.Trace traces = 1;

Parameter
Name Description
index int
Returns
Type Description
TraceOrBuilder

getTracesOrBuilderList()

public abstract List<? extends TraceOrBuilder> getTracesOrBuilderList()

List of trace records as specified by the view parameter.

repeated .google.devtools.cloudtrace.v1.Trace traces = 1;

Returns
Type Description
List<? extends com.google.devtools.cloudtrace.v1.TraceOrBuilder>