public static interface Protos.Resource.AllocationInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRole()
optional string role = 1; |
com.google.protobuf.ByteString |
getRoleBytes()
optional string role = 1; |
boolean |
hasRole()
optional string role = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRole()
optional string role = 1;
If set, this resource is allocated to a role. Note that in the future, this may be unset and the scheduler may be responsible for allocating to one of its roles.
String getRole()
optional string role = 1;
If set, this resource is allocated to a role. Note that in the future, this may be unset and the scheduler may be responsible for allocating to one of its roles.
com.google.protobuf.ByteString getRoleBytes()
optional string role = 1;
If set, this resource is allocated to a role. Note that in the future, this may be unset and the scheduler may be responsible for allocating to one of its roles.
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.