Class VerifyNotificationChannelRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
      • getDefaultInstanceForType

        public VerifyNotificationChannelRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public VerifyNotificationChannelRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public VerifyNotificationChannelRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<VerifyNotificationChannelRequest.Builder>
      • getName

        public String getName()
         Required. The notification channel to verify.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getName in interface VerifyNotificationChannelRequestOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Required. The notification channel to verify.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getNameBytes in interface VerifyNotificationChannelRequestOrBuilder
        Returns:
        The bytes for name.
      • setName

        public VerifyNotificationChannelRequest.Builder setName​(String value)
         Required. The notification channel to verify.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public VerifyNotificationChannelRequest.Builder clearName()
         Required. The notification channel to verify.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setNameBytes

        public VerifyNotificationChannelRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Required. The notification channel to verify.
         
        string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getCode

        public String getCode()
         Required. 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 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getCode in interface VerifyNotificationChannelRequestOrBuilder
        Returns:
        The code.
      • getCodeBytes

        public com.google.protobuf.ByteString getCodeBytes()
         Required. 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 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getCodeBytes in interface VerifyNotificationChannelRequestOrBuilder
        Returns:
        The bytes for code.
      • setCode

        public VerifyNotificationChannelRequest.Builder setCode​(String value)
         Required. 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 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The code to set.
        Returns:
        This builder for chaining.
      • clearCode

        public VerifyNotificationChannelRequest.Builder clearCode()
         Required. 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 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setCodeBytes

        public VerifyNotificationChannelRequest.Builder setCodeBytes​(com.google.protobuf.ByteString value)
         Required. 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 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for code to set.
        Returns:
        This builder for chaining.