Package flyteidl.admin
Interface Common.NamedEntityOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.NamedEntity,Common.NamedEntity.Builder
- Enclosing class:
- Common
public static interface Common.NamedEntityOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Common.NamedEntityIdentifiergetId().flyteidl.admin.NamedEntityIdentifier id = 2;Common.NamedEntityIdentifierOrBuildergetIdOrBuilder().flyteidl.admin.NamedEntityIdentifier id = 2;Common.NamedEntityMetadatagetMetadata()Additional metadata around a named entity.Common.NamedEntityMetadataOrBuildergetMetadataOrBuilder()Additional metadata around a named entity.IdentifierOuterClass.ResourceTypegetResourceType()Resource type of the named entity.intgetResourceTypeValue()Resource type of the named entity.booleanhasId().flyteidl.admin.NamedEntityIdentifier id = 2;booleanhasMetadata()Additional metadata around a named entity.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceTypeValue
int getResourceTypeValue()
Resource type of the named entity. One of Task, Workflow or LaunchPlan.
.flyteidl.core.ResourceType resource_type = 1;- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
IdentifierOuterClass.ResourceType getResourceType()
Resource type of the named entity. One of Task, Workflow or LaunchPlan.
.flyteidl.core.ResourceType resource_type = 1;- Returns:
- The resourceType.
-
hasId
boolean hasId()
.flyteidl.admin.NamedEntityIdentifier id = 2;- Returns:
- Whether the id field is set.
-
getId
Common.NamedEntityIdentifier getId()
.flyteidl.admin.NamedEntityIdentifier id = 2;- Returns:
- The id.
-
getIdOrBuilder
Common.NamedEntityIdentifierOrBuilder getIdOrBuilder()
.flyteidl.admin.NamedEntityIdentifier id = 2;
-
hasMetadata
boolean hasMetadata()
Additional metadata around a named entity.
.flyteidl.admin.NamedEntityMetadata metadata = 3;- Returns:
- Whether the metadata field is set.
-
getMetadata
Common.NamedEntityMetadata getMetadata()
Additional metadata around a named entity.
.flyteidl.admin.NamedEntityMetadata metadata = 3;- Returns:
- The metadata.
-
getMetadataOrBuilder
Common.NamedEntityMetadataOrBuilder getMetadataOrBuilder()
Additional metadata around a named entity.
.flyteidl.admin.NamedEntityMetadata metadata = 3;
-
-