public static final class GlobalAddressesMoveRequest.Builder extends GeneratedMessageV3.Builder<GlobalAddressesMoveRequest.Builder> implements GlobalAddressesMoveRequestOrBuilder
Protobuf type google.cloud.compute.v1.GlobalAddressesMoveRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GlobalAddressesMoveRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public GlobalAddressesMoveRequest build()
buildPartial()
public GlobalAddressesMoveRequest buildPartial()
clear()
public GlobalAddressesMoveRequest.Builder clear()
Overrides
clearDescription()
public GlobalAddressesMoveRequest.Builder clearDescription()
An optional destination address description if intended to be different from the source.
optional string description = 422937596;
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;
clearField(Descriptors.FieldDescriptor field)
public GlobalAddressesMoveRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public GlobalAddressesMoveRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public GlobalAddressesMoveRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public GlobalAddressesMoveRequest getDefaultInstanceForType()
getDescription()
public String getDescription()
An optional destination address description if intended to be different from the source.
optional string description = 422937596;
Returns |
---|
Type | Description |
String | The description.
|
getDescriptionBytes()
public ByteString getDescriptionBytes()
An optional destination address description if intended to be different from the source.
optional string description = 422937596;
Returns |
---|
Type | Description |
ByteString | The bytes for description.
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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;
Returns |
---|
Type | Description |
String | The destinationAddress.
|
getDestinationAddressBytes()
public 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;
Returns |
---|
Type | Description |
ByteString | The bytes for destinationAddress.
|
hasDescription()
public boolean hasDescription()
An optional destination address description if intended to be different from the source.
optional string description = 422937596;
Returns |
---|
Type | Description |
boolean | Whether the description field is set.
|
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;
Returns |
---|
Type | Description |
boolean | Whether the destinationAddress field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(GlobalAddressesMoveRequest other)
public GlobalAddressesMoveRequest.Builder mergeFrom(GlobalAddressesMoveRequest other)
public GlobalAddressesMoveRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public GlobalAddressesMoveRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GlobalAddressesMoveRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setDescription(String value)
public GlobalAddressesMoveRequest.Builder setDescription(String value)
An optional destination address description if intended to be different from the source.
optional string description = 422937596;
Parameter |
---|
Name | Description |
value | String
The description to set.
|
setDescriptionBytes(ByteString value)
public GlobalAddressesMoveRequest.Builder setDescriptionBytes(ByteString value)
An optional destination address description if intended to be different from the source.
optional string description = 422937596;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for description to set.
|
setDestinationAddress(String value)
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;
Parameter |
---|
Name | Description |
value | String
The destinationAddress to set.
|
setDestinationAddressBytes(ByteString value)
public GlobalAddressesMoveRequest.Builder setDestinationAddressBytes(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;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for destinationAddress to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public GlobalAddressesMoveRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GlobalAddressesMoveRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final GlobalAddressesMoveRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides