Package flyteidl.admin
Interface MatchableResourceOuterClass.ExecutionQueueAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchableResourceOuterClass.ExecutionQueueAttributes,MatchableResourceOuterClass.ExecutionQueueAttributes.Builder
- Enclosing class:
- MatchableResourceOuterClass
public static interface MatchableResourceOuterClass.ExecutionQueueAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTags(int index)Tags used for assigning execution queues for tasks defined within this project.com.google.protobuf.ByteStringgetTagsBytes(int index)Tags used for assigning execution queues for tasks defined within this project.intgetTagsCount()Tags used for assigning execution queues for tasks defined within this project.List<String>getTagsList()Tags used for assigning execution queues for tasks defined within this project.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getTagsList
List<String> getTagsList()
Tags used for assigning execution queues for tasks defined within this project.
repeated string tags = 1;- Returns:
- A list containing the tags.
-
getTagsCount
int getTagsCount()
Tags used for assigning execution queues for tasks defined within this project.
repeated string tags = 1;- Returns:
- The count of tags.
-
getTags
String getTags(int index)
Tags used for assigning execution queues for tasks defined within this project.
repeated string tags = 1;- Parameters:
index- The index of the element to return.- Returns:
- The tags at the given index.
-
getTagsBytes
com.google.protobuf.ByteString getTagsBytes(int index)
Tags used for assigning execution queues for tasks defined within this project.
repeated string tags = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the tags at the given index.
-
-