@Generated(value="by GAPIC") @BetaApi public final class NodeGroupNode extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
NodeGroupNode.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static NodeGroupNode |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
List<String> |
getInstancesList()
Instances scheduled on this node.
|
String |
getName()
The name of the node.
|
String |
getNodeType()
The type of this node.
|
String |
getStatus() |
int |
hashCode() |
static NodeGroupNode.Builder |
newBuilder() |
static NodeGroupNode.Builder |
newBuilder(NodeGroupNode prototype) |
NodeGroupNode.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 getName()
public String getNodeType()
public String getStatus()
public static NodeGroupNode.Builder newBuilder()
public static NodeGroupNode.Builder newBuilder(NodeGroupNode prototype)
public NodeGroupNode.Builder toBuilder()
public static NodeGroupNode getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.