Interface RegionAddressesMoveRequestOrBuilder (1.51.0)

public interface RegionAddressesMoveRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

An optional destination address description if intended to be different from the source.

optional string description = 422937596;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the destinationAddress field is set.