@Generated(value="by GAPIC") @BetaApi public final class InstanceMoveRequest extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InstanceMoveRequest.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static InstanceMoveRequest |
getDefaultInstance() |
String |
getDestinationZone()
The URL of the destination zone to move the instance.
|
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getTargetInstance()
The URL of the target instance to move.
|
int |
hashCode() |
static InstanceMoveRequest.Builder |
newBuilder() |
static InstanceMoveRequest.Builder |
newBuilder(InstanceMoveRequest prototype) |
InstanceMoveRequest.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getDestinationZone()
public String getTargetInstance()
public static InstanceMoveRequest.Builder newBuilder()
public static InstanceMoveRequest.Builder newBuilder(InstanceMoveRequest prototype)
public InstanceMoveRequest.Builder toBuilder()
public static InstanceMoveRequest getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.