public final class ListNotificationChannelsRequest extends GeneratedMessageV3 implements ListNotificationChannelsRequestOrBuilder
The `ListNotificationChannels` request.Protobuf type
google.monitoring.v3.ListNotificationChannelsRequest
Modifier and Type | Class and Description |
---|---|
static class |
ListNotificationChannelsRequest.Builder
The `ListNotificationChannels` request.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
FILTER_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
ORDER_BY_FIELD_NUMBER |
static int |
PAGE_SIZE_FIELD_NUMBER |
static int |
PAGE_TOKEN_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static ListNotificationChannelsRequest |
getDefaultInstance() |
ListNotificationChannelsRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getFilter()
If provided, this field specifies the criteria that must be met by
notification channels to be included in the response.
|
ByteString |
getFilterBytes()
If provided, this field specifies the criteria that must be met by
notification channels to be included in the response.
|
java.lang.String |
getName()
The project on which to execute the request.
|
ByteString |
getNameBytes()
The project on which to execute the request.
|
java.lang.String |
getOrderBy()
A comma-separated list of fields by which to sort the result.
|
ByteString |
getOrderByBytes()
A comma-separated list of fields by which to sort the result.
|
int |
getPageSize()
The maximum number of results to return in a single response.
|
java.lang.String |
getPageToken()
If non-empty, `page_token` must contain a value returned as the
`next_page_token` in a previous response to request the next set
of results.
|
ByteString |
getPageTokenBytes()
If non-empty, `page_token` must contain a value returned as the
`next_page_token` in a previous response to request the next set
of results.
|
Parser<ListNotificationChannelsRequest> |
getParserForType() |
int |
getSerializedSize() |
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ListNotificationChannelsRequest.Builder |
newBuilder() |
static ListNotificationChannelsRequest.Builder |
newBuilder(ListNotificationChannelsRequest prototype) |
ListNotificationChannelsRequest.Builder |
newBuilderForType() |
protected ListNotificationChannelsRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static ListNotificationChannelsRequest |
parseDelimitedFrom(java.io.InputStream input) |
static ListNotificationChannelsRequest |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListNotificationChannelsRequest |
parseFrom(byte[] data) |
static ListNotificationChannelsRequest |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static ListNotificationChannelsRequest |
parseFrom(java.nio.ByteBuffer data) |
static ListNotificationChannelsRequest |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static ListNotificationChannelsRequest |
parseFrom(ByteString data) |
static ListNotificationChannelsRequest |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static ListNotificationChannelsRequest |
parseFrom(CodedInputStream input) |
static ListNotificationChannelsRequest |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static ListNotificationChannelsRequest |
parseFrom(java.io.InputStream input) |
static ListNotificationChannelsRequest |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<ListNotificationChannelsRequest> |
parser() |
ListNotificationChannelsRequest.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int NAME_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int ORDER_BY_FIELD_NUMBER
public static final int PAGE_SIZE_FIELD_NUMBER
public static final int PAGE_TOKEN_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public java.lang.String getName()
The project on which to execute the request. The format is `projects/[PROJECT_ID]`. That is, this names the container in which to look for the notification channels; it does not name a specific channel. To query a specific channel by REST resource name, use the [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
string name = 5;
getName
in interface ListNotificationChannelsRequestOrBuilder
public ByteString getNameBytes()
The project on which to execute the request. The format is `projects/[PROJECT_ID]`. That is, this names the container in which to look for the notification channels; it does not name a specific channel. To query a specific channel by REST resource name, use the [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel] operation.
string name = 5;
getNameBytes
in interface ListNotificationChannelsRequestOrBuilder
public java.lang.String getFilter()
If provided, this field specifies the criteria that must be met by notification channels to be included in the response. For more details, see [sorting and filtering](/monitoring/api/v3/sorting-and-filtering).
string filter = 6;
getFilter
in interface ListNotificationChannelsRequestOrBuilder
public ByteString getFilterBytes()
If provided, this field specifies the criteria that must be met by notification channels to be included in the response. For more details, see [sorting and filtering](/monitoring/api/v3/sorting-and-filtering).
string filter = 6;
getFilterBytes
in interface ListNotificationChannelsRequestOrBuilder
public java.lang.String getOrderBy()
A comma-separated list of fields by which to sort the result. Supports the same set of fields as in `filter`. Entries can be prefixed with a minus sign to sort in descending rather than ascending order. For more details, see [sorting and filtering](/monitoring/api/v3/sorting-and-filtering).
string order_by = 7;
getOrderBy
in interface ListNotificationChannelsRequestOrBuilder
public ByteString getOrderByBytes()
A comma-separated list of fields by which to sort the result. Supports the same set of fields as in `filter`. Entries can be prefixed with a minus sign to sort in descending rather than ascending order. For more details, see [sorting and filtering](/monitoring/api/v3/sorting-and-filtering).
string order_by = 7;
getOrderByBytes
in interface ListNotificationChannelsRequestOrBuilder
public int getPageSize()
The maximum number of results to return in a single response. If not set to a positive number, a reasonable value will be chosen by the service.
int32 page_size = 3;
getPageSize
in interface ListNotificationChannelsRequestOrBuilder
public java.lang.String getPageToken()
If non-empty, `page_token` must contain a value returned as the `next_page_token` in a previous response to request the next set of results.
string page_token = 4;
getPageToken
in interface ListNotificationChannelsRequestOrBuilder
public ByteString getPageTokenBytes()
If non-empty, `page_token` must contain a value returned as the `next_page_token` in a previous response to request the next set of results.
string page_token = 4;
getPageTokenBytes
in interface ListNotificationChannelsRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static ListNotificationChannelsRequest parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListNotificationChannelsRequest parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListNotificationChannelsRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListNotificationChannelsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListNotificationChannelsRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListNotificationChannelsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static ListNotificationChannelsRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ListNotificationChannelsRequest parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ListNotificationChannelsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static ListNotificationChannelsRequest parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static ListNotificationChannelsRequest parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static ListNotificationChannelsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public ListNotificationChannelsRequest.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static ListNotificationChannelsRequest.Builder newBuilder()
public static ListNotificationChannelsRequest.Builder newBuilder(ListNotificationChannelsRequest prototype)
public ListNotificationChannelsRequest.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected ListNotificationChannelsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static ListNotificationChannelsRequest getDefaultInstance()
public static Parser<ListNotificationChannelsRequest> parser()
public Parser<ListNotificationChannelsRequest> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public ListNotificationChannelsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder