Package flyteidl.admin
Interface WorkflowAttributesOuterClass.WorkflowAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowAttributesOuterClass.WorkflowAttributes,WorkflowAttributesOuterClass.WorkflowAttributes.Builder
- Enclosing class:
- WorkflowAttributesOuterClass
public static interface WorkflowAttributesOuterClass.WorkflowAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomain()Unique domain id for which this set of attributes will be applied.com.google.protobuf.ByteStringgetDomainBytes()Unique domain id for which this set of attributes will be applied.MatchableResourceOuterClass.MatchingAttributesgetMatchingAttributes().flyteidl.admin.MatchingAttributes matching_attributes = 4;MatchableResourceOuterClass.MatchingAttributesOrBuildergetMatchingAttributesOrBuilder().flyteidl.admin.MatchingAttributes matching_attributes = 4;StringgetProject()Unique project id for which this set of attributes will be applied.com.google.protobuf.ByteStringgetProjectBytes()Unique project id for which this set of attributes will be applied.StringgetWorkflow()Workflow name for which this set of attributes will be applied.com.google.protobuf.ByteStringgetWorkflowBytes()Workflow name for which this set of attributes will be applied.booleanhasMatchingAttributes().flyteidl.admin.MatchingAttributes matching_attributes = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProject
String getProject()
Unique project id for which this set of attributes will be applied.
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Unique project id for which this set of attributes will be applied.
string project = 1;- Returns:
- The bytes for project.
-
getDomain
String getDomain()
Unique domain id for which this set of attributes will be applied.
string domain = 2;- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Unique domain id for which this set of attributes will be applied.
string domain = 2;- Returns:
- The bytes for domain.
-
getWorkflow
String getWorkflow()
Workflow name for which this set of attributes will be applied.
string workflow = 3;- Returns:
- The workflow.
-
getWorkflowBytes
com.google.protobuf.ByteString getWorkflowBytes()
Workflow name for which this set of attributes will be applied.
string workflow = 3;- Returns:
- The bytes for workflow.
-
hasMatchingAttributes
boolean hasMatchingAttributes()
.flyteidl.admin.MatchingAttributes matching_attributes = 4;- Returns:
- Whether the matchingAttributes field is set.
-
getMatchingAttributes
MatchableResourceOuterClass.MatchingAttributes getMatchingAttributes()
.flyteidl.admin.MatchingAttributes matching_attributes = 4;- Returns:
- The matchingAttributes.
-
getMatchingAttributesOrBuilder
MatchableResourceOuterClass.MatchingAttributesOrBuilder getMatchingAttributesOrBuilder()
.flyteidl.admin.MatchingAttributes matching_attributes = 4;
-
-