public static final class VerifyNotificationChannelRequest.Builder extends GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder> implements VerifyNotificationChannelRequestOrBuilder
The `VerifyNotificationChannel` request.Protobuf type
google.monitoring.v3.VerifyNotificationChannelRequest| Modifier and Type | Method and Description |
|---|---|
VerifyNotificationChannelRequest.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
VerifyNotificationChannelRequest |
build() |
VerifyNotificationChannelRequest |
buildPartial() |
VerifyNotificationChannelRequest.Builder |
clear() |
VerifyNotificationChannelRequest.Builder |
clearCode()
The verification code that was delivered to the channel as
a result of invoking the `SendNotificationChannelVerificationCode` API
method or that was retrieved from a verified channel via
`GetNotificationChannelVerificationCode`.
|
VerifyNotificationChannelRequest.Builder |
clearField(Descriptors.FieldDescriptor field) |
VerifyNotificationChannelRequest.Builder |
clearName()
The notification channel to verify.
|
VerifyNotificationChannelRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
VerifyNotificationChannelRequest.Builder |
clone() |
java.lang.String |
getCode()
The verification code that was delivered to the channel as
a result of invoking the `SendNotificationChannelVerificationCode` API
method or that was retrieved from a verified channel via
`GetNotificationChannelVerificationCode`.
|
ByteString |
getCodeBytes()
The verification code that was delivered to the channel as
a result of invoking the `SendNotificationChannelVerificationCode` API
method or that was retrieved from a verified channel via
`GetNotificationChannelVerificationCode`.
|
VerifyNotificationChannelRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getName()
The notification channel to verify.
|
ByteString |
getNameBytes()
The notification channel to verify.
|
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
VerifyNotificationChannelRequest.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
VerifyNotificationChannelRequest.Builder |
mergeFrom(Message other) |
VerifyNotificationChannelRequest.Builder |
mergeFrom(VerifyNotificationChannelRequest other) |
VerifyNotificationChannelRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
VerifyNotificationChannelRequest.Builder |
setCode(java.lang.String value)
The verification code that was delivered to the channel as
a result of invoking the `SendNotificationChannelVerificationCode` API
method or that was retrieved from a verified channel via
`GetNotificationChannelVerificationCode`.
|
VerifyNotificationChannelRequest.Builder |
setCodeBytes(ByteString value)
The verification code that was delivered to the channel as
a result of invoking the `SendNotificationChannelVerificationCode` API
method or that was retrieved from a verified channel via
`GetNotificationChannelVerificationCode`.
|
VerifyNotificationChannelRequest.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
VerifyNotificationChannelRequest.Builder |
setName(java.lang.String value)
The notification channel to verify.
|
VerifyNotificationChannelRequest.Builder |
setNameBytes(ByteString value)
The notification channel to verify.
|
VerifyNotificationChannelRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
VerifyNotificationChannelRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, 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<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest.Builder clear()
clear in interface Message.Builderclear in interface MessageLite.Builderclear in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface Message.BuildergetDescriptorForType in interface MessageOrBuildergetDescriptorForType in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface MessageLiteOrBuildergetDefaultInstanceForType in interface MessageOrBuilderpublic VerifyNotificationChannelRequest build()
build in interface Message.Builderbuild in interface MessageLite.Builderpublic VerifyNotificationChannelRequest buildPartial()
buildPartial in interface Message.BuilderbuildPartial in interface MessageLite.Builderpublic VerifyNotificationChannelRequest.Builder clone()
clone in interface Message.Builderclone in interface MessageLite.Builderclone in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface Message.BuildersetField in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField in interface Message.BuilderclearField in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof in interface Message.BuilderclearOneof in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface Message.BuildersetRepeatedField in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface Message.BuilderaddRepeatedField in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest.Builder mergeFrom(Message other)
mergeFrom in interface Message.BuildermergeFrom in class AbstractMessage.Builder<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest.Builder mergeFrom(VerifyNotificationChannelRequest other)
public final boolean isInitialized()
isInitialized in interface MessageLiteOrBuilderisInitialized in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public VerifyNotificationChannelRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface Message.BuildermergeFrom in interface MessageLite.BuildermergeFrom in class AbstractMessage.Builder<VerifyNotificationChannelRequest.Builder>java.io.IOExceptionpublic java.lang.String getName()
The notification channel to verify.
string name = 1;getName in interface VerifyNotificationChannelRequestOrBuilderpublic ByteString getNameBytes()
The notification channel to verify.
string name = 1;getNameBytes in interface VerifyNotificationChannelRequestOrBuilderpublic VerifyNotificationChannelRequest.Builder setName(java.lang.String value)
The notification channel to verify.
string name = 1;public VerifyNotificationChannelRequest.Builder clearName()
The notification channel to verify.
string name = 1;public VerifyNotificationChannelRequest.Builder setNameBytes(ByteString value)
The notification channel to verify.
string name = 1;public java.lang.String getCode()
The verification code that was delivered to the channel as a result of invoking the `SendNotificationChannelVerificationCode` API method or that was retrieved from a verified channel via `GetNotificationChannelVerificationCode`. For example, one might have "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only guaranteed that the code is valid UTF-8; one should not make any assumptions regarding the structure or format of the code).
string code = 2;getCode in interface VerifyNotificationChannelRequestOrBuilderpublic ByteString getCodeBytes()
The verification code that was delivered to the channel as a result of invoking the `SendNotificationChannelVerificationCode` API method or that was retrieved from a verified channel via `GetNotificationChannelVerificationCode`. For example, one might have "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only guaranteed that the code is valid UTF-8; one should not make any assumptions regarding the structure or format of the code).
string code = 2;getCodeBytes in interface VerifyNotificationChannelRequestOrBuilderpublic VerifyNotificationChannelRequest.Builder setCode(java.lang.String value)
The verification code that was delivered to the channel as a result of invoking the `SendNotificationChannelVerificationCode` API method or that was retrieved from a verified channel via `GetNotificationChannelVerificationCode`. For example, one might have "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only guaranteed that the code is valid UTF-8; one should not make any assumptions regarding the structure or format of the code).
string code = 2;public VerifyNotificationChannelRequest.Builder clearCode()
The verification code that was delivered to the channel as a result of invoking the `SendNotificationChannelVerificationCode` API method or that was retrieved from a verified channel via `GetNotificationChannelVerificationCode`. For example, one might have "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only guaranteed that the code is valid UTF-8; one should not make any assumptions regarding the structure or format of the code).
string code = 2;public VerifyNotificationChannelRequest.Builder setCodeBytes(ByteString value)
The verification code that was delivered to the channel as a result of invoking the `SendNotificationChannelVerificationCode` API method or that was retrieved from a verified channel via `GetNotificationChannelVerificationCode`. For example, one might have "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only guaranteed that the code is valid UTF-8; one should not make any assumptions regarding the structure or format of the code).
string code = 2;public final VerifyNotificationChannelRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields in interface Message.BuildersetUnknownFields in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>public final VerifyNotificationChannelRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields in interface Message.BuildermergeUnknownFields in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>