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().flyteidl.admin.NamedEntityIdentifier id = 2;Common.NamedEntityIdentifierOrBuildergetIdOrBuilder().flyteidl.admin.NamedEntityIdentifier id = 2;IdentifierOuterClass.ResourceTypegetResourceType().flyteidl.core.ResourceType resource_type = 1;intgetResourceTypeValue().flyteidl.core.ResourceType resource_type = 1;booleanhasId().flyteidl.admin.NamedEntityIdentifier id = 2;-
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()
.flyteidl.core.ResourceType resource_type = 1;- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
IdentifierOuterClass.ResourceType getResourceType()
.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;
-
-