public static final class ListNotificationChannelDescriptorsRequest.Builder extends GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder> implements ListNotificationChannelDescriptorsRequestOrBuilder
The `ListNotificationChannelDescriptors` request.Protobuf type
google.monitoring.v3.ListNotificationChannelDescriptorsRequestgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofmergeFrompublic static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic ListNotificationChannelDescriptorsRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic ListNotificationChannelDescriptorsRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic ListNotificationChannelDescriptorsRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest.Builder mergeFrom(ListNotificationChannelDescriptorsRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public ListNotificationChannelDescriptorsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<ListNotificationChannelDescriptorsRequest.Builder>java.io.IOExceptionpublic java.lang.String getName()
The REST resource name of the parent from which to retrieve
the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID]
Note that this names the parent container in which to look for the
descriptors; to retrieve a single descriptor by name, use the
[GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
operation, instead.
string name = 4;getName in interface ListNotificationChannelDescriptorsRequestOrBuilderpublic ByteString getNameBytes()
The REST resource name of the parent from which to retrieve
the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID]
Note that this names the parent container in which to look for the
descriptors; to retrieve a single descriptor by name, use the
[GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
operation, instead.
string name = 4;getNameBytes in interface ListNotificationChannelDescriptorsRequestOrBuilderpublic ListNotificationChannelDescriptorsRequest.Builder setName(java.lang.String value)
The REST resource name of the parent from which to retrieve
the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID]
Note that this names the parent container in which to look for the
descriptors; to retrieve a single descriptor by name, use the
[GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
operation, instead.
string name = 4;public ListNotificationChannelDescriptorsRequest.Builder clearName()
The REST resource name of the parent from which to retrieve
the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID]
Note that this names the parent container in which to look for the
descriptors; to retrieve a single descriptor by name, use the
[GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
operation, instead.
string name = 4;public ListNotificationChannelDescriptorsRequest.Builder setNameBytes(ByteString value)
The REST resource name of the parent from which to retrieve
the notification channel descriptors. The expected syntax is:
projects/[PROJECT_ID]
Note that this names the parent container in which to look for the
descriptors; to retrieve a single descriptor by name, use the
[GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
operation, instead.
string name = 4;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 = 2;getPageSize in interface ListNotificationChannelDescriptorsRequestOrBuilderpublic ListNotificationChannelDescriptorsRequest.Builder setPageSize(int value)
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 = 2;public ListNotificationChannelDescriptorsRequest.Builder clearPageSize()
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 = 2;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 = 3;getPageToken in interface ListNotificationChannelDescriptorsRequestOrBuilderpublic 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 = 3;getPageTokenBytes in interface ListNotificationChannelDescriptorsRequestOrBuilderpublic ListNotificationChannelDescriptorsRequest.Builder setPageToken(java.lang.String value)
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 = 3;public ListNotificationChannelDescriptorsRequest.Builder clearPageToken()
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 = 3;public ListNotificationChannelDescriptorsRequest.Builder setPageTokenBytes(ByteString value)
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 = 3;public final ListNotificationChannelDescriptorsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>public final ListNotificationChannelDescriptorsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<ListNotificationChannelDescriptorsRequest.Builder>