Package flyteidl.admin
Interface MatchableResourceOuterClass.ListMatchableAttributesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchableResourceOuterClass.ListMatchableAttributesRequest,MatchableResourceOuterClass.ListMatchableAttributesRequest.Builder
- Enclosing class:
- MatchableResourceOuterClass
public static interface MatchableResourceOuterClass.ListMatchableAttributesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchableResourceOuterClass.MatchableResourcegetResourceType()+requiredintgetResourceTypeValue()+required-
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()
+required
.flyteidl.admin.MatchableResource resource_type = 1;- Returns:
- The enum numeric value on the wire for resourceType.
-
getResourceType
MatchableResourceOuterClass.MatchableResource getResourceType()
+required
.flyteidl.admin.MatchableResource resource_type = 1;- Returns:
- The resourceType.
-
-