public final class ListEventsRequest extends com.google.protobuf.GeneratedMessageV3 implements ListEventsRequestOrBuilder
Specifies a set of error events to return.Protobuf type
google.devtools.clouderrorreporting.v1beta1.ListEventsRequest| Modifier and Type | Class and Description |
|---|---|
static class |
ListEventsRequest.Builder
Specifies a set of error events to return.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
GROUP_ID_FIELD_NUMBER |
static int |
PAGE_SIZE_FIELD_NUMBER |
static int |
PAGE_TOKEN_FIELD_NUMBER |
static int |
PROJECT_NAME_FIELD_NUMBER |
static int |
SERVICE_FILTER_FIELD_NUMBER |
static int |
TIME_RANGE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ListEventsRequest |
getDefaultInstance() |
ListEventsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getGroupId()
[Required] The group for which events shall be returned.
|
com.google.protobuf.ByteString |
getGroupIdBytes()
[Required] The group for which events shall be returned.
|
int |
getPageSize()
[Optional] The maximum number of results to return per response.
|
java.lang.String |
getPageToken()
[Optional] A `next_page_token` provided by a previous response.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
[Optional] A `next_page_token` provided by a previous response.
|
com.google.protobuf.Parser<ListEventsRequest> |
getParserForType() |
java.lang.String |
getProjectName()
[Required] The resource name of the Google Cloud Platform project.
|
ProjectName |
getProjectNameAsProjectName() |
com.google.protobuf.ByteString |
getProjectNameBytes()
[Required] The resource name of the Google Cloud Platform project.
|
int |
getSerializedSize() |
ServiceContextFilter |
getServiceFilter()
[Optional] List only ErrorGroups which belong to a service context that
matches the filter.
|
ServiceContextFilterOrBuilder |
getServiceFilterOrBuilder()
[Optional] List only ErrorGroups which belong to a service context that
matches the filter.
|
QueryTimeRange |
getTimeRange()
[Optional] List only data for the given time range.
|
QueryTimeRangeOrBuilder |
getTimeRangeOrBuilder()
[Optional] List only data for the given time range.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasServiceFilter()
[Optional] List only ErrorGroups which belong to a service context that
matches the filter.
|
boolean |
hasTimeRange()
[Optional] List only data for the given time range.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListEventsRequest.Builder |
newBuilder() |
static ListEventsRequest.Builder |
newBuilder(ListEventsRequest prototype) |
ListEventsRequest.Builder |
newBuilderForType() |
protected ListEventsRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static ListEventsRequest |
parseDelimitedFrom(java.io.InputStream input) |
static ListEventsRequest |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListEventsRequest |
parseFrom(byte[] data) |
static ListEventsRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListEventsRequest |
parseFrom(com.google.protobuf.ByteString data) |
static ListEventsRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListEventsRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ListEventsRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListEventsRequest |
parseFrom(java.io.InputStream input) |
static ListEventsRequest |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ListEventsRequest> |
parser() |
ListEventsRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int PROJECT_NAME_FIELD_NUMBER
public static final int GROUP_ID_FIELD_NUMBER
public static final int SERVICE_FILTER_FIELD_NUMBER
public static final int TIME_RANGE_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public java.lang.String getProjectName()
[Required] The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`.
string project_name = 1;getProjectName in interface ListEventsRequestOrBuilderpublic com.google.protobuf.ByteString getProjectNameBytes()
[Required] The resource name of the Google Cloud Platform project. Written as `projects/` plus the [Google Cloud Platform project ID](https://support.google.com/cloud/answer/6158840). Example: `projects/my-project-123`.
string project_name = 1;getProjectNameBytes in interface ListEventsRequestOrBuilderpublic java.lang.String getGroupId()
[Required] The group for which events shall be returned.
string group_id = 2;getGroupId in interface ListEventsRequestOrBuilderpublic com.google.protobuf.ByteString getGroupIdBytes()
[Required] The group for which events shall be returned.
string group_id = 2;getGroupIdBytes in interface ListEventsRequestOrBuilderpublic boolean hasServiceFilter()
[Optional] List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified.
.google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3;hasServiceFilter in interface ListEventsRequestOrBuilderpublic ServiceContextFilter getServiceFilter()
[Optional] List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified.
.google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3;getServiceFilter in interface ListEventsRequestOrBuilderpublic ServiceContextFilterOrBuilder getServiceFilterOrBuilder()
[Optional] List only ErrorGroups which belong to a service context that matches the filter. Data for all service contexts is returned if this field is not specified.
.google.devtools.clouderrorreporting.v1beta1.ServiceContextFilter service_filter = 3;getServiceFilterOrBuilder in interface ListEventsRequestOrBuilderpublic boolean hasTimeRange()
[Optional] List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 4;hasTimeRange in interface ListEventsRequestOrBuilderpublic QueryTimeRange getTimeRange()
[Optional] List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 4;getTimeRange in interface ListEventsRequestOrBuilderpublic QueryTimeRangeOrBuilder getTimeRangeOrBuilder()
[Optional] List only data for the given time range. If not set a default time range is used. The field time_range_begin in the response will specify the beginning of this time range.
.google.devtools.clouderrorreporting.v1beta1.QueryTimeRange time_range = 4;getTimeRangeOrBuilder in interface ListEventsRequestOrBuilderpublic int getPageSize()
[Optional] The maximum number of results to return per response.
int32 page_size = 6;getPageSize in interface ListEventsRequestOrBuilderpublic java.lang.String getPageToken()
[Optional] A `next_page_token` provided by a previous response.
string page_token = 7;getPageToken in interface ListEventsRequestOrBuilderpublic com.google.protobuf.ByteString getPageTokenBytes()
[Optional] A `next_page_token` provided by a previous response.
string page_token = 7;getPageTokenBytes in interface ListEventsRequestOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ListEventsRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListEventsRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListEventsRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListEventsRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ListEventsRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListEventsRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListEventsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListEventsRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ListEventsRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ListEventsRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic ListEventsRequest.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ListEventsRequest.Builder newBuilder()
public static ListEventsRequest.Builder newBuilder(ListEventsRequest prototype)
public ListEventsRequest.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ListEventsRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public final ProjectName getProjectNameAsProjectName()
public static ListEventsRequest getDefaultInstance()
public static com.google.protobuf.Parser<ListEventsRequest> parser()
public com.google.protobuf.Parser<ListEventsRequest> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ListEventsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder