Package flyteidl.admin
Interface MatchableResourceOuterClass.MatchingAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchableResourceOuterClass.MatchingAttributes,MatchableResourceOuterClass.MatchingAttributes.Builder
- Enclosing class:
- MatchableResourceOuterClass
public static interface MatchableResourceOuterClass.MatchingAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchableResourceOuterClass.ClusterResourceAttributesgetClusterResourceAttributes().flyteidl.admin.ClusterResourceAttributes cluster_resource_attributes = 2;MatchableResourceOuterClass.ClusterResourceAttributesOrBuildergetClusterResourceAttributesOrBuilder().flyteidl.admin.ClusterResourceAttributes cluster_resource_attributes = 2;MatchableResourceOuterClass.ExecutionClusterLabelgetExecutionClusterLabel().flyteidl.admin.ExecutionClusterLabel execution_cluster_label = 4;MatchableResourceOuterClass.ExecutionClusterLabelOrBuildergetExecutionClusterLabelOrBuilder().flyteidl.admin.ExecutionClusterLabel execution_cluster_label = 4;MatchableResourceOuterClass.ExecutionQueueAttributesgetExecutionQueueAttributes().flyteidl.admin.ExecutionQueueAttributes execution_queue_attributes = 3;MatchableResourceOuterClass.ExecutionQueueAttributesOrBuildergetExecutionQueueAttributesOrBuilder().flyteidl.admin.ExecutionQueueAttributes execution_queue_attributes = 3;MatchableResourceOuterClass.MatchingAttributes.TargetCasegetTargetCase()MatchableResourceOuterClass.TaskResourceAttributesgetTaskResourceAttributes().flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1;MatchableResourceOuterClass.TaskResourceAttributesOrBuildergetTaskResourceAttributesOrBuilder().flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1;booleanhasClusterResourceAttributes().flyteidl.admin.ClusterResourceAttributes cluster_resource_attributes = 2;booleanhasExecutionClusterLabel().flyteidl.admin.ExecutionClusterLabel execution_cluster_label = 4;booleanhasExecutionQueueAttributes().flyteidl.admin.ExecutionQueueAttributes execution_queue_attributes = 3;booleanhasTaskResourceAttributes().flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTaskResourceAttributes
boolean hasTaskResourceAttributes()
.flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1;- Returns:
- Whether the taskResourceAttributes field is set.
-
getTaskResourceAttributes
MatchableResourceOuterClass.TaskResourceAttributes getTaskResourceAttributes()
.flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1;- Returns:
- The taskResourceAttributes.
-
getTaskResourceAttributesOrBuilder
MatchableResourceOuterClass.TaskResourceAttributesOrBuilder getTaskResourceAttributesOrBuilder()
.flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1;
-
hasClusterResourceAttributes
boolean hasClusterResourceAttributes()
.flyteidl.admin.ClusterResourceAttributes cluster_resource_attributes = 2;- Returns:
- Whether the clusterResourceAttributes field is set.
-
getClusterResourceAttributes
MatchableResourceOuterClass.ClusterResourceAttributes getClusterResourceAttributes()
.flyteidl.admin.ClusterResourceAttributes cluster_resource_attributes = 2;- Returns:
- The clusterResourceAttributes.
-
getClusterResourceAttributesOrBuilder
MatchableResourceOuterClass.ClusterResourceAttributesOrBuilder getClusterResourceAttributesOrBuilder()
.flyteidl.admin.ClusterResourceAttributes cluster_resource_attributes = 2;
-
hasExecutionQueueAttributes
boolean hasExecutionQueueAttributes()
.flyteidl.admin.ExecutionQueueAttributes execution_queue_attributes = 3;- Returns:
- Whether the executionQueueAttributes field is set.
-
getExecutionQueueAttributes
MatchableResourceOuterClass.ExecutionQueueAttributes getExecutionQueueAttributes()
.flyteidl.admin.ExecutionQueueAttributes execution_queue_attributes = 3;- Returns:
- The executionQueueAttributes.
-
getExecutionQueueAttributesOrBuilder
MatchableResourceOuterClass.ExecutionQueueAttributesOrBuilder getExecutionQueueAttributesOrBuilder()
.flyteidl.admin.ExecutionQueueAttributes execution_queue_attributes = 3;
-
hasExecutionClusterLabel
boolean hasExecutionClusterLabel()
.flyteidl.admin.ExecutionClusterLabel execution_cluster_label = 4;- Returns:
- Whether the executionClusterLabel field is set.
-
getExecutionClusterLabel
MatchableResourceOuterClass.ExecutionClusterLabel getExecutionClusterLabel()
.flyteidl.admin.ExecutionClusterLabel execution_cluster_label = 4;- Returns:
- The executionClusterLabel.
-
getExecutionClusterLabelOrBuilder
MatchableResourceOuterClass.ExecutionClusterLabelOrBuilder getExecutionClusterLabelOrBuilder()
.flyteidl.admin.ExecutionClusterLabel execution_cluster_label = 4;
-
getTargetCase
MatchableResourceOuterClass.MatchingAttributes.TargetCase getTargetCase()
-
-