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

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

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

        public RetrieveTransferParametersRequest 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<RetrieveTransferParametersRequest.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 RetrieveTransferParametersRequestOrBuilder
        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 RetrieveTransferParametersRequestOrBuilder
        Returns:
        The bytes for domainName.
      • setDomainName

        public RetrieveTransferParametersRequest.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 RetrieveTransferParametersRequest.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 RetrieveTransferParametersRequest.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 RetrieveTransferParametersRequestOrBuilder
        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 RetrieveTransferParametersRequestOrBuilder
        Returns:
        The bytes for location.
      • setLocation

        public RetrieveTransferParametersRequest.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 RetrieveTransferParametersRequest.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 RetrieveTransferParametersRequest.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.