public interface ListEventsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ErrorEvent |
getErrorEventsCount()
public abstract int getErrorEventsCount()
The error events which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorEvent error_events = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | Whether the timeRangeBegin field is set. |