@Generated(value="by GAPIC") @BetaApi public final class SchedulingNodeAffinity extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
SchedulingNodeAffinity.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static SchedulingNodeAffinity |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getKey()
Corresponds to the label key of Node resource.
|
String |
getOperator()
Defines the operation of node selection.
|
List<String> |
getValuesList()
Corresponds to the label values of Node resource.
|
int |
hashCode() |
static SchedulingNodeAffinity.Builder |
newBuilder() |
static SchedulingNodeAffinity.Builder |
newBuilder(SchedulingNodeAffinity prototype) |
SchedulingNodeAffinity.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 getKey()
public String getOperator()
public static SchedulingNodeAffinity.Builder newBuilder()
public static SchedulingNodeAffinity.Builder newBuilder(SchedulingNodeAffinity prototype)
public SchedulingNodeAffinity.Builder toBuilder()
public static SchedulingNodeAffinity getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.