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 ClusterAssignmentOuterClass.ClusterAssignmentgetClusterAssignment().flyteidl.admin.ClusterAssignment cluster_assignment = 8;ClusterAssignmentOuterClass.ClusterAssignmentOrBuildergetClusterAssignmentOrBuilder().flyteidl.admin.ClusterAssignment cluster_assignment = 8;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.PluginOverridesgetPluginOverrides().flyteidl.admin.PluginOverrides plugin_overrides = 6;MatchableResourceOuterClass.PluginOverridesOrBuildergetPluginOverridesOrBuilder().flyteidl.admin.PluginOverrides plugin_overrides = 6;Execution.QualityOfServicegetQualityOfService().flyteidl.core.QualityOfService quality_of_service = 5;Execution.QualityOfServiceOrBuildergetQualityOfServiceOrBuilder().flyteidl.core.QualityOfService quality_of_service = 5;MatchableResourceOuterClass.MatchingAttributes.TargetCasegetTargetCase()MatchableResourceOuterClass.TaskResourceAttributesgetTaskResourceAttributes().flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1;MatchableResourceOuterClass.TaskResourceAttributesOrBuildergetTaskResourceAttributesOrBuilder().flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1;MatchableResourceOuterClass.WorkflowExecutionConfiggetWorkflowExecutionConfig().flyteidl.admin.WorkflowExecutionConfig workflow_execution_config = 7;MatchableResourceOuterClass.WorkflowExecutionConfigOrBuildergetWorkflowExecutionConfigOrBuilder().flyteidl.admin.WorkflowExecutionConfig workflow_execution_config = 7;booleanhasClusterAssignment().flyteidl.admin.ClusterAssignment cluster_assignment = 8;booleanhasClusterResourceAttributes().flyteidl.admin.ClusterResourceAttributes cluster_resource_attributes = 2;booleanhasExecutionClusterLabel().flyteidl.admin.ExecutionClusterLabel execution_cluster_label = 4;booleanhasExecutionQueueAttributes().flyteidl.admin.ExecutionQueueAttributes execution_queue_attributes = 3;booleanhasPluginOverrides().flyteidl.admin.PluginOverrides plugin_overrides = 6;booleanhasQualityOfService().flyteidl.core.QualityOfService quality_of_service = 5;booleanhasTaskResourceAttributes().flyteidl.admin.TaskResourceAttributes task_resource_attributes = 1;booleanhasWorkflowExecutionConfig().flyteidl.admin.WorkflowExecutionConfig workflow_execution_config = 7;-
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;
-
hasQualityOfService
boolean hasQualityOfService()
.flyteidl.core.QualityOfService quality_of_service = 5;- Returns:
- Whether the qualityOfService field is set.
-
getQualityOfService
Execution.QualityOfService getQualityOfService()
.flyteidl.core.QualityOfService quality_of_service = 5;- Returns:
- The qualityOfService.
-
getQualityOfServiceOrBuilder
Execution.QualityOfServiceOrBuilder getQualityOfServiceOrBuilder()
.flyteidl.core.QualityOfService quality_of_service = 5;
-
hasPluginOverrides
boolean hasPluginOverrides()
.flyteidl.admin.PluginOverrides plugin_overrides = 6;- Returns:
- Whether the pluginOverrides field is set.
-
getPluginOverrides
MatchableResourceOuterClass.PluginOverrides getPluginOverrides()
.flyteidl.admin.PluginOverrides plugin_overrides = 6;- Returns:
- The pluginOverrides.
-
getPluginOverridesOrBuilder
MatchableResourceOuterClass.PluginOverridesOrBuilder getPluginOverridesOrBuilder()
.flyteidl.admin.PluginOverrides plugin_overrides = 6;
-
hasWorkflowExecutionConfig
boolean hasWorkflowExecutionConfig()
.flyteidl.admin.WorkflowExecutionConfig workflow_execution_config = 7;- Returns:
- Whether the workflowExecutionConfig field is set.
-
getWorkflowExecutionConfig
MatchableResourceOuterClass.WorkflowExecutionConfig getWorkflowExecutionConfig()
.flyteidl.admin.WorkflowExecutionConfig workflow_execution_config = 7;- Returns:
- The workflowExecutionConfig.
-
getWorkflowExecutionConfigOrBuilder
MatchableResourceOuterClass.WorkflowExecutionConfigOrBuilder getWorkflowExecutionConfigOrBuilder()
.flyteidl.admin.WorkflowExecutionConfig workflow_execution_config = 7;
-
hasClusterAssignment
boolean hasClusterAssignment()
.flyteidl.admin.ClusterAssignment cluster_assignment = 8;- Returns:
- Whether the clusterAssignment field is set.
-
getClusterAssignment
ClusterAssignmentOuterClass.ClusterAssignment getClusterAssignment()
.flyteidl.admin.ClusterAssignment cluster_assignment = 8;- Returns:
- The clusterAssignment.
-
getClusterAssignmentOrBuilder
ClusterAssignmentOuterClass.ClusterAssignmentOrBuilder getClusterAssignmentOrBuilder()
.flyteidl.admin.ClusterAssignment cluster_assignment = 8;
-
getTargetCase
MatchableResourceOuterClass.MatchingAttributes.TargetCase getTargetCase()
-
-