Interface ListEventsResponseOrBuilder (0.162.0-beta)

public interface ListEventsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorEvents(int index)

public abstract ErrorEvent getErrorEvents(int index)

The error events which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorEvent error_events = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ErrorEvent

getErrorEventsCount()

public abstract int getErrorEventsCount()

The error events which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorEvent error_events = 1;

Returns
TypeDescription
int

getErrorEventsList()

public abstract List<ErrorEvent> getErrorEventsList()

The error events which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorEvent error_events = 1;

Returns
TypeDescription
List<ErrorEvent>

getErrorEventsOrBuilder(int index)

public abstract ErrorEventOrBuilder getErrorEventsOrBuilder(int index)

The error events which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorEvent error_events = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ErrorEventOrBuilder

getErrorEventsOrBuilderList()

public abstract List<? extends ErrorEventOrBuilder> getErrorEventsOrBuilderList()

The error events which match the given request.

repeated .google.devtools.clouderrorreporting.v1beta1.ErrorEvent error_events = 1;

Returns
TypeDescription
List<? extends com.google.devtools.clouderrorreporting.v1beta1.ErrorEventOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

If non-empty, more results are available. Pass this token, along with the same query parameters as the first request, to view the next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTimeRangeBegin()

public abstract Timestamp getTimeRangeBegin()

The timestamp specifies the start time to which the request was restricted.

.google.protobuf.Timestamp time_range_begin = 4;

Returns
TypeDescription
Timestamp

The timeRangeBegin.

getTimeRangeBeginOrBuilder()

public abstract TimestampOrBuilder getTimeRangeBeginOrBuilder()

The timestamp specifies the start time to which the request was restricted.

.google.protobuf.Timestamp time_range_begin = 4;

Returns
TypeDescription
TimestampOrBuilder

hasTimeRangeBegin()

public abstract boolean hasTimeRangeBegin()

The timestamp specifies the start time to which the request was restricted.

.google.protobuf.Timestamp time_range_begin = 4;

Returns
TypeDescription
boolean

Whether the timeRangeBegin field is set.