public interface RegionAddressesMoveRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDescription()
public abstract 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 abstract 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. |
getDestinationAddress()
public abstract 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/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/addresses/address is not valid partial url.
optional string destination_address = 371693763;
Returns | |
---|---|
Type | Description |
String |
The destinationAddress. |
getDestinationAddressBytes()
public abstract 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/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/addresses/address is not valid partial url.
optional string destination_address = 371693763;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for destinationAddress. |
hasDescription()
public abstract 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 abstract 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/regions/region /addresses/address - projects/project/regions/region/addresses/address Note that destination project must be different from the source project. So /regions/region/addresses/address is not valid partial url.
optional string destination_address = 371693763;
Returns | |
---|---|
Type | Description |
boolean |
Whether the destinationAddress field is set. |