Class RetrieveRegisterParametersRequest.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<RetrieveRegisterParametersRequest.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<RetrieveRegisterParametersRequest.Builder>
      • getDefaultInstanceForType

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

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

        public RetrieveRegisterParametersRequest 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<RetrieveRegisterParametersRequest.Builder>
      • getDomainName

        public String getDomainName()
         Required. The domain name. Unicode domain names must be expressed in Punycode format.
         
        string domain_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDomainName in interface RetrieveRegisterParametersRequestOrBuilder
        Returns:
        The domainName.
      • getDomainNameBytes

        public com.google.protobuf.ByteString getDomainNameBytes()
         Required. The domain name. Unicode domain names must be expressed in Punycode format.
         
        string domain_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDomainNameBytes in interface RetrieveRegisterParametersRequestOrBuilder
        Returns:
        The bytes for domainName.
      • setDomainName

        public RetrieveRegisterParametersRequest.Builder setDomainName​(String value)
         Required. The domain name. Unicode domain names must be expressed in Punycode format.
         
        string domain_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The domainName to set.
        Returns:
        This builder for chaining.
      • clearDomainName

        public RetrieveRegisterParametersRequest.Builder clearDomainName()
         Required. The domain name. Unicode domain names must be expressed in Punycode format.
         
        string domain_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setDomainNameBytes

        public RetrieveRegisterParametersRequest.Builder setDomainNameBytes​(com.google.protobuf.ByteString value)
         Required. The domain name. Unicode domain names must be expressed in Punycode format.
         
        string domain_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for domainName to set.
        Returns:
        This builder for chaining.
      • getLocation

        public String getLocation()
         Required. The location. Must be in the format `projects/*/locations/*`.
         
        string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getLocation in interface RetrieveRegisterParametersRequestOrBuilder
        Returns:
        The location.
      • getLocationBytes

        public com.google.protobuf.ByteString getLocationBytes()
         Required. The location. Must be in the format `projects/*/locations/*`.
         
        string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Specified by:
        getLocationBytes in interface RetrieveRegisterParametersRequestOrBuilder
        Returns:
        The bytes for location.
      • setLocation

        public RetrieveRegisterParametersRequest.Builder setLocation​(String value)
         Required. The location. Must be in the format `projects/*/locations/*`.
         
        string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The location to set.
        Returns:
        This builder for chaining.
      • clearLocation

        public RetrieveRegisterParametersRequest.Builder clearLocation()
         Required. The location. Must be in the format `projects/*/locations/*`.
         
        string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setLocationBytes

        public RetrieveRegisterParametersRequest.Builder setLocationBytes​(com.google.protobuf.ByteString value)
         Required. The location. Must be in the format `projects/*/locations/*`.
         
        string location = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for location to set.
        Returns:
        This builder for chaining.