Class ListEventsResponse (0.129.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
TypeDescription
int

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

TIME_RANGE_BEGIN_FIELD_NUMBER

public static final int TIME_RANGE_BEGIN_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListEventsResponse getDefaultInstance()
Returns
TypeDescription
ListEventsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListEventsResponse.Builder newBuilder()
Returns
TypeDescription
ListEventsResponse.Builder

newBuilder(ListEventsResponse prototype)

public static ListEventsResponse.Builder newBuilder(ListEventsResponse prototype)
Parameter
NameDescription
prototypeListEventsResponse
Returns
TypeDescription
ListEventsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListEventsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListEventsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListEventsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListEventsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListEventsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListEventsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListEventsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListEventsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListEventsResponse> parser()
Returns
TypeDescription
Parser<ListEventsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListEventsResponse getDefaultInstanceForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ErrorEvent

getErrorEventsCount()

public int getErrorEventsCount()

The error events which match the given request.

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

Returns
TypeDescription
int

getErrorEventsList()

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

getParserForType()

public Parser<ListEventsResponse> getParserForType()
Returns
TypeDescription
Parser<ListEventsResponse>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
TimestampOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hasTimeRangeBegin()

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

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListEventsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListEventsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListEventsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListEventsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListEventsResponse.Builder toBuilder()
Returns
TypeDescription
ListEventsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException