public interface GlobalAddressesMoveRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
An optional destination address description if intended to be different from the source.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
An optional destination address description if intended to be different from the source.
|
String |
getDestinationAddress()
The URL of the destination address to move to.
|
com.google.protobuf.ByteString |
getDestinationAddressBytes()
The URL of the destination address to move to.
|
boolean |
hasDescription()
An optional destination address description if intended to be different from the source.
|
boolean |
hasDestinationAddress()
The URL of the destination address to move to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDescription()
An optional destination address description if intended to be different from the source.
optional string description = 422937596;String getDescription()
An optional destination address description if intended to be different from the source.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
An optional destination address description if intended to be different from the source.
optional string description = 422937596;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;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;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;Copyright © 2025 Google LLC. All rights reserved.