Package com.google.cloud.compute.v1
Class InstanceMoveRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
- com.google.cloud.compute.v1.InstanceMoveRequest.Builder
-
- All Implemented Interfaces:
InstanceMoveRequestOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- InstanceMoveRequest
public static final class InstanceMoveRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder> implements InstanceMoveRequestOrBuilder
google.cloud.compute.v1.InstanceMoveRequest
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description InstanceMoveRequest.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
InstanceMoveRequest
build()
InstanceMoveRequest
buildPartial()
InstanceMoveRequest.Builder
clear()
InstanceMoveRequest.Builder
clearDestinationZone()
The URL of the destination zone to move the instance.InstanceMoveRequest.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
InstanceMoveRequest.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
InstanceMoveRequest.Builder
clearTargetInstance()
The URL of the target instance to move.InstanceMoveRequest.Builder
clone()
InstanceMoveRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getDestinationZone()
The URL of the destination zone to move the instance.com.google.protobuf.ByteString
getDestinationZoneBytes()
The URL of the destination zone to move the instance.String
getTargetInstance()
The URL of the target instance to move.com.google.protobuf.ByteString
getTargetInstanceBytes()
The URL of the target instance to move.boolean
hasDestinationZone()
The URL of the destination zone to move the instance.boolean
hasTargetInstance()
The URL of the target instance to move.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
InstanceMoveRequest.Builder
mergeFrom(InstanceMoveRequest other)
InstanceMoveRequest.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
InstanceMoveRequest.Builder
mergeFrom(com.google.protobuf.Message other)
InstanceMoveRequest.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
InstanceMoveRequest.Builder
setDestinationZone(String value)
The URL of the destination zone to move the instance.InstanceMoveRequest.Builder
setDestinationZoneBytes(com.google.protobuf.ByteString value)
The URL of the destination zone to move the instance.InstanceMoveRequest.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
InstanceMoveRequest.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
InstanceMoveRequest.Builder
setTargetInstance(String value)
The URL of the target instance to move.InstanceMoveRequest.Builder
setTargetInstanceBytes(com.google.protobuf.ByteString value)
The URL of the target instance to move.InstanceMoveRequest.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
clear
public InstanceMoveRequest.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
getDefaultInstanceForType
public InstanceMoveRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public InstanceMoveRequest build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public InstanceMoveRequest buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public InstanceMoveRequest.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
setField
public InstanceMoveRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
clearField
public InstanceMoveRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
clearOneof
public InstanceMoveRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
setRepeatedField
public InstanceMoveRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
addRepeatedField
public InstanceMoveRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
mergeFrom
public InstanceMoveRequest.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<InstanceMoveRequest.Builder>
-
mergeFrom
public InstanceMoveRequest.Builder mergeFrom(InstanceMoveRequest other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
mergeFrom
public InstanceMoveRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<InstanceMoveRequest.Builder>
- Throws:
IOException
-
hasDestinationZone
public boolean hasDestinationZone()
The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
optional string destination_zone = 131854653;
- Specified by:
hasDestinationZone
in interfaceInstanceMoveRequestOrBuilder
- Returns:
- Whether the destinationZone field is set.
-
getDestinationZone
public String getDestinationZone()
The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
optional string destination_zone = 131854653;
- Specified by:
getDestinationZone
in interfaceInstanceMoveRequestOrBuilder
- Returns:
- The destinationZone.
-
getDestinationZoneBytes
public com.google.protobuf.ByteString getDestinationZoneBytes()
The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
optional string destination_zone = 131854653;
- Specified by:
getDestinationZoneBytes
in interfaceInstanceMoveRequestOrBuilder
- Returns:
- The bytes for destinationZone.
-
setDestinationZone
public InstanceMoveRequest.Builder setDestinationZone(String value)
The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
optional string destination_zone = 131854653;
- Parameters:
value
- The destinationZone to set.- Returns:
- This builder for chaining.
-
clearDestinationZone
public InstanceMoveRequest.Builder clearDestinationZone()
The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
optional string destination_zone = 131854653;
- Returns:
- This builder for chaining.
-
setDestinationZoneBytes
public InstanceMoveRequest.Builder setDestinationZoneBytes(com.google.protobuf.ByteString value)
The URL of the destination zone to move the instance. This can be a full or partial URL. For example, the following are all valid URLs to a zone: - https://www.googleapis.com/compute/v1/projects/project/zones/zone - projects/project/zones/zone - zones/zone
optional string destination_zone = 131854653;
- Parameters:
value
- The bytes for destinationZone to set.- Returns:
- This builder for chaining.
-
hasTargetInstance
public boolean hasTargetInstance()
The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
optional string target_instance = 289769347;
- Specified by:
hasTargetInstance
in interfaceInstanceMoveRequestOrBuilder
- Returns:
- Whether the targetInstance field is set.
-
getTargetInstance
public String getTargetInstance()
The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
optional string target_instance = 289769347;
- Specified by:
getTargetInstance
in interfaceInstanceMoveRequestOrBuilder
- Returns:
- The targetInstance.
-
getTargetInstanceBytes
public com.google.protobuf.ByteString getTargetInstanceBytes()
The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
optional string target_instance = 289769347;
- Specified by:
getTargetInstanceBytes
in interfaceInstanceMoveRequestOrBuilder
- Returns:
- The bytes for targetInstance.
-
setTargetInstance
public InstanceMoveRequest.Builder setTargetInstance(String value)
The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
optional string target_instance = 289769347;
- Parameters:
value
- The targetInstance to set.- Returns:
- This builder for chaining.
-
clearTargetInstance
public InstanceMoveRequest.Builder clearTargetInstance()
The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
optional string target_instance = 289769347;
- Returns:
- This builder for chaining.
-
setTargetInstanceBytes
public InstanceMoveRequest.Builder setTargetInstanceBytes(com.google.protobuf.ByteString value)
The URL of the target instance to move. This can be a full or partial URL. For example, the following are all valid URLs to an instance: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /instances/instance - projects/project/zones/zone/instances/instance - zones/zone/instances/instance
optional string target_instance = 289769347;
- Parameters:
value
- The bytes for targetInstance to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final InstanceMoveRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
mergeUnknownFields
public final InstanceMoveRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<InstanceMoveRequest.Builder>
-
-