Package flyteidl.admin
Interface Common.NamedEntityGetRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.NamedEntityGetRequest,Common.NamedEntityGetRequest.Builder
- Enclosing class:
- Common
public static interface Common.NamedEntityGetRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Common.NamedEntityIdentifiergetId()The identifier for the named entity for which to fetch metadata.Common.NamedEntityIdentifierOrBuildergetIdOrBuilder()The identifier for the named entity for which to fetch metadata.IdentifierOuterClass.ResourceTypegetResourceType()Resource type of the metadata to get.intgetResourceTypeValue()Resource type of the metadata to get.booleanhasId()The identifier for the named entity for which to fetch metadata.-
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 metadata to get. One of Task, Workflow or LaunchPlan. +required
.flyteidl.core.ResourceType resource_type = 1;- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
IdentifierOuterClass.ResourceType getResourceType()
Resource type of the metadata to get. One of Task, Workflow or LaunchPlan. +required
.flyteidl.core.ResourceType resource_type = 1;- Returns:
- The resourceType.
-
hasId
boolean hasId()
The identifier for the named entity for which to fetch metadata. +required
.flyteidl.admin.NamedEntityIdentifier id = 2;- Returns:
- Whether the id field is set.
-
getId
Common.NamedEntityIdentifier getId()
The identifier for the named entity for which to fetch metadata. +required
.flyteidl.admin.NamedEntityIdentifier id = 2;- Returns:
- The id.
-
getIdOrBuilder
Common.NamedEntityIdentifierOrBuilder getIdOrBuilder()
The identifier for the named entity for which to fetch metadata. +required
.flyteidl.admin.NamedEntityIdentifier id = 2;
-
-