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

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

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

        public GlobalAddressesMoveRequest 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<GlobalAddressesMoveRequest.Builder>
      • mergeFrom

        public GlobalAddressesMoveRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                     throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<GlobalAddressesMoveRequest.Builder>
        Throws:
        IOException
      • hasDescription

        public boolean hasDescription()
         An optional destination address description if intended to be different from the source.
         
        optional string description = 422937596;
        Specified by:
        hasDescription in interface GlobalAddressesMoveRequestOrBuilder
        Returns:
        Whether the description field is set.
      • getDescription

        public String getDescription()
         An optional destination address description if intended to be different from the source.
         
        optional string description = 422937596;
        Specified by:
        getDescription in interface GlobalAddressesMoveRequestOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         An optional destination address description if intended to be different from the source.
         
        optional string description = 422937596;
        Specified by:
        getDescriptionBytes in interface GlobalAddressesMoveRequestOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public GlobalAddressesMoveRequest.Builder setDescription​(String value)
         An optional destination address description if intended to be different from the source.
         
        optional string description = 422937596;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public GlobalAddressesMoveRequest.Builder clearDescription()
         An optional destination address description if intended to be different from the source.
         
        optional string description = 422937596;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public GlobalAddressesMoveRequest.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         An optional destination address description if intended to be different from the source.
         
        optional string description = 422937596;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • hasDestinationAddress

        public boolean hasDestinationAddress()
         The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.
         
        optional string destination_address = 371693763;
        Specified by:
        hasDestinationAddress in interface GlobalAddressesMoveRequestOrBuilder
        Returns:
        Whether the destinationAddress field is set.
      • getDestinationAddress

        public String getDestinationAddress()
         The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.
         
        optional string destination_address = 371693763;
        Specified by:
        getDestinationAddress in interface GlobalAddressesMoveRequestOrBuilder
        Returns:
        The destinationAddress.
      • getDestinationAddressBytes

        public com.google.protobuf.ByteString getDestinationAddressBytes()
         The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.
         
        optional string destination_address = 371693763;
        Specified by:
        getDestinationAddressBytes in interface GlobalAddressesMoveRequestOrBuilder
        Returns:
        The bytes for destinationAddress.
      • setDestinationAddress

        public GlobalAddressesMoveRequest.Builder setDestinationAddress​(String value)
         The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.
         
        optional string destination_address = 371693763;
        Parameters:
        value - The destinationAddress to set.
        Returns:
        This builder for chaining.
      • clearDestinationAddress

        public GlobalAddressesMoveRequest.Builder clearDestinationAddress()
         The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.
         
        optional string destination_address = 371693763;
        Returns:
        This builder for chaining.
      • setDestinationAddressBytes

        public GlobalAddressesMoveRequest.Builder setDestinationAddressBytes​(com.google.protobuf.ByteString value)
         The URL of the destination address to move to. This can be a full or partial URL. For example, the following are all valid URLs to a address: - https://www.googleapis.com/compute/v1/projects/project /global/addresses/address - projects/project/global/addresses/address Note that destination project must be different from the source project. So /global/addresses/address is not valid partial url.
         
        optional string destination_address = 371693763;
        Parameters:
        value - The bytes for destinationAddress to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final GlobalAddressesMoveRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GlobalAddressesMoveRequest.Builder>
      • mergeUnknownFields

        public final GlobalAddressesMoveRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GlobalAddressesMoveRequest.Builder>