@Generated(value="by GAPIC") @BetaApi public final class ManagedInstance extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
ManagedInstance.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
String |
getCurrentAction()
[Output Only] The current action that the managed instance group has scheduled for the
instance.
|
static ManagedInstance |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getId()
[Output only] The unique identifier for this resource.
|
String |
getInstance()
[Output Only] The URL of the instance.
|
String |
getInstanceStatus()
[Output Only] The status of the instance.
|
ManagedInstanceLastAttempt |
getLastAttempt()
[Output Only] Information about the last attempt to create or delete the instance.
|
ManagedInstanceVersion |
getVersion()
[Output Only] Intended version of this instance.
|
int |
hashCode() |
static ManagedInstance.Builder |
newBuilder() |
static ManagedInstance.Builder |
newBuilder(ManagedInstance prototype) |
ManagedInstance.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 getCurrentAction()
public String getId()
public String getInstance()
public String getInstanceStatus()
public ManagedInstanceLastAttempt getLastAttempt()
public ManagedInstanceVersion getVersion()
public static ManagedInstance.Builder newBuilder()
public static ManagedInstance.Builder newBuilder(ManagedInstance prototype)
public ManagedInstance.Builder toBuilder()
public static ManagedInstance getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.