- 0.170.0-beta (latest)
- 0.169.0-beta
- 0.168.0-beta
- 0.167.0-beta
- 0.166.0-beta
- 0.165.0-beta
- 0.164.0-beta
- 0.163.0-beta
- 0.162.0-beta
- 0.161.0-beta
- 0.160.0-beta
- 0.158.0-beta
- 0.157.0-beta
- 0.156.0-beta
- 0.155.0-beta
- 0.154.0-beta
- 0.153.0-beta
- 0.152.0-beta
- 0.151.0-beta
- 0.150.0-beta
- 0.149.0-beta
- 0.148.0-beta
- 0.145.0-beta
- 0.144.0-beta
- 0.143.0-beta
- 0.142.0-beta
- 0.141.0-beta
- 0.140.0-beta
- 0.139.0-beta
- 0.138.0-beta
- 0.137.0-beta
- 0.136.0-beta
- 0.135.0-beta
- 0.134.0-beta
- 0.133.0-beta
- 0.132.0-beta
- 0.130.0-beta
- 0.129.0-beta
- 0.128.0-beta
- 0.127.0-beta
- 0.126.0-beta
- 0.125.0-beta
- 0.124.15-beta
- 0.123.4-beta
- 0.122.23-beta
public final class ListEventsResponse extends GeneratedMessageV3 implements ListEventsResponseOrBuilder
Contains a set of requested error events.
Protobuf type google.devtools.clouderrorreporting.v1beta1.ListEventsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListEventsResponseImplements
ListEventsResponseOrBuilderStatic Fields
ERROR_EVENTS_FIELD_NUMBER
public static final int ERROR_EVENTS_FIELD_NUMBER
Type | Description |
int |
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Type | Description |
int |
TIME_RANGE_BEGIN_FIELD_NUMBER
public static final int TIME_RANGE_BEGIN_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListEventsResponse getDefaultInstance()
Type | Description |
ListEventsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ListEventsResponse.Builder newBuilder()
Type | Description |
ListEventsResponse.Builder |
newBuilder(ListEventsResponse prototype)
public static ListEventsResponse.Builder newBuilder(ListEventsResponse prototype)
Name | Description |
prototype | ListEventsResponse |
Type | Description |
ListEventsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListEventsResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListEventsResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListEventsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListEventsResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListEventsResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ListEventsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListEventsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListEventsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListEventsResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ListEventsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListEventsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListEventsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListEventsResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ListEventsResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListEventsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListEventsResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListEventsResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ListEventsResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListEventsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListEventsResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListEventsResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ListEventsResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListEventsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ListEventsResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListEventsResponse> parser()
Type | Description |
Parser<ListEventsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ListEventsResponse getDefaultInstanceForType()
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;
Name | Description |
index | int |
Type | Description |
ErrorEvent |
getErrorEventsCount()
public int getErrorEventsCount()
The error events which match the given request.
repeated .google.devtools.clouderrorreporting.v1beta1.ErrorEvent error_events = 1;
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;
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;
Name | Description |
index | int |
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;
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;
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;
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListEventsResponse> getParserForType()
Type | Description |
Parser<ListEventsResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getTimeRangeBegin()
public Timestamp getTimeRangeBegin()
The timestamp specifies the start time to which the request was restricted.
.google.protobuf.Timestamp time_range_begin = 4;
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;
Type | Description |
TimestampOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hasTimeRangeBegin()
public boolean hasTimeRangeBegin()
The timestamp specifies the start time to which the request was restricted.
.google.protobuf.Timestamp time_range_begin = 4;
Type | Description |
boolean | Whether the timeRangeBegin field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ListEventsResponse.Builder newBuilderForType()
Type | Description |
ListEventsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListEventsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ListEventsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ListEventsResponse.Builder toBuilder()
Type | Description |
ListEventsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |