Package flyteidl.admin
Interface WorkflowAttributesOuterClass.WorkflowAttributesDeleteRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkflowAttributesOuterClass.WorkflowAttributesDeleteRequest,WorkflowAttributesOuterClass.WorkflowAttributesDeleteRequest.Builder
- Enclosing class:
- WorkflowAttributesOuterClass
public static interface WorkflowAttributesOuterClass.WorkflowAttributesDeleteRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomain()Unique domain id which this set of attributes references.com.google.protobuf.ByteStringgetDomainBytes()Unique domain id which this set of attributes references.StringgetProject()Unique project id which this set of attributes references.com.google.protobuf.ByteStringgetProjectBytes()Unique project id which this set of attributes references.MatchableResourceOuterClass.MatchableResourcegetResourceType()Which type of matchable attributes to delete.intgetResourceTypeValue()Which type of matchable attributes to delete.StringgetWorkflow()Workflow name which this set of attributes references.com.google.protobuf.ByteStringgetWorkflowBytes()Workflow name which this set of attributes references.-
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 which this set of attributes references. +required
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Unique project id which this set of attributes references. +required
string project = 1;- Returns:
- The bytes for project.
-
getDomain
String getDomain()
Unique domain id which this set of attributes references. +required
string domain = 2;- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Unique domain id which this set of attributes references. +required
string domain = 2;- Returns:
- The bytes for domain.
-
getWorkflow
String getWorkflow()
Workflow name which this set of attributes references. +required
string workflow = 3;- Returns:
- The workflow.
-
getWorkflowBytes
com.google.protobuf.ByteString getWorkflowBytes()
Workflow name which this set of attributes references. +required
string workflow = 3;- Returns:
- The bytes for workflow.
-
getResourceTypeValue
int getResourceTypeValue()
Which type of matchable attributes to delete. +required
.flyteidl.admin.MatchableResource resource_type = 4;- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
MatchableResourceOuterClass.MatchableResource getResourceType()
Which type of matchable attributes to delete. +required
.flyteidl.admin.MatchableResource resource_type = 4;- Returns:
- The resourceType.
-
-