public static final class RegionAddressesMoveRequest.Builder extends GeneratedMessageV3.Builder<RegionAddressesMoveRequest.Builder> implements RegionAddressesMoveRequestOrBuilder
Protobuf type google.cloud.compute.v1.RegionAddressesMoveRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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 RegionAddressesMoveRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public RegionAddressesMoveRequest build()
buildPartial()
public RegionAddressesMoveRequest buildPartial()
clear()
public RegionAddressesMoveRequest.Builder clear()
Overrides
clearDescription()
public RegionAddressesMoveRequest.Builder clearDescription()
An optional destination address description if intended to be different from the source.
optional string description = 422937596;
clearDestinationAddress()
public RegionAddressesMoveRequest.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/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;
clearField(Descriptors.FieldDescriptor field)
public RegionAddressesMoveRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public RegionAddressesMoveRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public RegionAddressesMoveRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public RegionAddressesMoveRequest 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/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 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 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/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.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(RegionAddressesMoveRequest other)
public RegionAddressesMoveRequest.Builder mergeFrom(RegionAddressesMoveRequest other)
public RegionAddressesMoveRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public RegionAddressesMoveRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RegionAddressesMoveRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setDescription(String value)
public RegionAddressesMoveRequest.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 RegionAddressesMoveRequest.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 RegionAddressesMoveRequest.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/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;
Parameter |
---|
Name | Description |
value | String
The destinationAddress to set.
|
setDestinationAddressBytes(ByteString value)
public RegionAddressesMoveRequest.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/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;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for destinationAddress to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public RegionAddressesMoveRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RegionAddressesMoveRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final RegionAddressesMoveRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides