Package flyteidl.core
Interface IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IdentifierOuterClass.WorkflowExecutionIdentifier,IdentifierOuterClass.WorkflowExecutionIdentifier.Builder
- Enclosing class:
- IdentifierOuterClass
public static interface IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDomain()Name of the domain the resource belongs to.com.google.protobuf.ByteStringgetDomainBytes()Name of the domain the resource belongs to.StringgetName()User or system provided value for the resource.com.google.protobuf.ByteStringgetNameBytes()User or system provided value for the resource.StringgetProject()Name of the project the resource belongs to.com.google.protobuf.ByteStringgetProjectBytes()Name of the project the resource belongs to.-
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()
Name of the project the resource belongs to.
string project = 1;- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Name of the project the resource belongs to.
string project = 1;- Returns:
- The bytes for project.
-
getDomain
String getDomain()
Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.
string domain = 2;- Returns:
- The domain.
-
getDomainBytes
com.google.protobuf.ByteString getDomainBytes()
Name of the domain the resource belongs to. A domain can be considered as a subset within a specific project.
string domain = 2;- Returns:
- The bytes for domain.
-
getName
String getName()
User or system provided value for the resource.
string name = 4;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
User or system provided value for the resource.
string name = 4;- Returns:
- The bytes for name.
-
-