Package flyteidl.admin
Interface MatchableResourceOuterClass.MatchableAttributesConfigurationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchableResourceOuterClass.MatchableAttributesConfiguration,MatchableResourceOuterClass.MatchableAttributesConfiguration.Builder
- Enclosing class:
- MatchableResourceOuterClass
public static interface MatchableResourceOuterClass.MatchableAttributesConfigurationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchableResourceOuterClass.MatchingAttributesgetAttributes().flyteidl.admin.MatchingAttributes attributes = 1;MatchableResourceOuterClass.MatchingAttributesOrBuildergetAttributesOrBuilder().flyteidl.admin.MatchingAttributes attributes = 1;StringgetDomain()string domain = 2;com.google.protobuf.ByteStringgetDomainBytes()string domain = 2;StringgetLaunchPlan()string launch_plan = 5;com.google.protobuf.ByteStringgetLaunchPlanBytes()string launch_plan = 5;StringgetProject()string project = 3;com.google.protobuf.ByteStringgetProjectBytes()string project = 3;StringgetWorkflow()string workflow = 4;com.google.protobuf.ByteStringgetWorkflowBytes()string workflow = 4;booleanhasAttributes().flyteidl.admin.MatchingAttributes attributes = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAttributes
boolean hasAttributes()
.flyteidl.admin.MatchingAttributes attributes = 1;- Returns:
- Whether the attributes field is set.
-
getAttributes
MatchableResourceOuterClass.MatchingAttributes getAttributes()
.flyteidl.admin.MatchingAttributes attributes = 1;- Returns:
- The attributes.
-
getAttributesOrBuilder
MatchableResourceOuterClass.MatchingAttributesOrBuilder getAttributesOrBuilder()
.flyteidl.admin.MatchingAttributes attributes = 1;
-
getDomain
String getDomain()
string domain = 2;- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
string domain = 2;- Returns:
- The bytes for domain.
-
getProject
String getProject()
string project = 3;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
string project = 3;- Returns:
- The bytes for project.
-
getWorkflow
String getWorkflow()
string workflow = 4;- Returns:
- The workflow.
-
getWorkflowBytes
com.google.protobuf.ByteString getWorkflowBytes()
string workflow = 4;- Returns:
- The bytes for workflow.
-
getLaunchPlan
String getLaunchPlan()
string launch_plan = 5;- Returns:
- The launchPlan.
-
getLaunchPlanBytes
com.google.protobuf.ByteString getLaunchPlanBytes()
string launch_plan = 5;- Returns:
- The bytes for launchPlan.
-
-