Class ListEventsResponse (0.164.0-beta)

public final class ListEventsResponse extends GeneratedMessageV3 implements ListEventsResponseOrBuilder

Contains a set of requested error events.

Protobuf type google.devtools.clouderrorreporting.v1beta1.ListEventsResponse

Static Fields

ERROR_EVENTS_FIELD_NUMBER

public static final int ERROR_EVENTS_FIELD_NUMBER
Field Value
Type Description
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
Type Description
int

TIME_RANGE_BEGIN_FIELD_NUMBER

public static final int TIME_RANGE_BEGIN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ListEventsResponse getDefaultInstance()
Returns
Type Description
ListEventsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static ListEventsResponse.Builder newBuilder()
Returns
Type Description
ListEventsResponse.Builder

newBuilder(ListEventsResponse prototype)

public static ListEventsResponse.Builder newBuilder(ListEventsResponse prototype)
Parameter
Name Description
prototype ListEventsResponse
Returns
Type Description
ListEventsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListEventsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ListEventsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListEventsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListEventsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ListEventsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ListEventsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListEventsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ListEventsResponse> parser()
Returns
Type Description
Parser<ListEventsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public ListEventsResponse getDefaultInstanceForType()
Returns
Type Description
ListEventsResponse

getErrorEvents(int index)

public 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 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 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 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 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 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 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.

getParserForType()

public Parser<ListEventsResponse> getParserForType()
Returns
Type Description
Parser<ListEventsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getTimeRangeBegin()

public 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 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 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ListEventsResponse.Builder newBuilderForType()
Returns
Type Description
ListEventsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListEventsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ListEventsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ListEventsResponse.Builder toBuilder()
Returns
Type Description
ListEventsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException