Package flyteidl.event
Interface Event.ResourcePoolInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Event.ResourcePoolInfo,Event.ResourcePoolInfo.Builder
- Enclosing class:
- Event
public static interface Event.ResourcePoolInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAllocationToken()Unique resource ID used to identify this execution when allocating a token.com.google.protobuf.ByteStringgetAllocationTokenBytes()Unique resource ID used to identify this execution when allocating a token.StringgetNamespace()Namespace under which this task execution requested an allocation token.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace under which this task execution requested an allocation token.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAllocationToken
String getAllocationToken()
Unique resource ID used to identify this execution when allocating a token.
string allocation_token = 1;- Returns:
- The allocationToken.
-
getAllocationTokenBytes
com.google.protobuf.ByteString getAllocationTokenBytes()
Unique resource ID used to identify this execution when allocating a token.
string allocation_token = 1;- Returns:
- The bytes for allocationToken.
-
getNamespace
String getNamespace()
Namespace under which this task execution requested an allocation token.
string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
Namespace under which this task execution requested an allocation token.
string namespace = 2;- Returns:
- The bytes for namespace.
-
-