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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public VerifyNotificationChannelRequest build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public VerifyNotificationChannelRequest buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public VerifyNotificationChannelRequest.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest.Builder mergeFrom(VerifyNotificationChannelRequest other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public VerifyNotificationChannelRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<VerifyNotificationChannelRequest.Builder>
java.io.IOException
public java.lang.String getName()
The notification channel to verify.
string name = 1;
getName
in interface VerifyNotificationChannelRequestOrBuilder
public ByteString getNameBytes()
The notification channel to verify.
string name = 1;
getNameBytes
in interface VerifyNotificationChannelRequestOrBuilder
public 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 VerifyNotificationChannelRequestOrBuilder
public 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 VerifyNotificationChannelRequestOrBuilder
public 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.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
public final VerifyNotificationChannelRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>