Package flyteidl.admin
Interface MatchableResourceOuterClass.ClusterResourceAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MatchableResourceOuterClass.ClusterResourceAttributes,MatchableResourceOuterClass.ClusterResourceAttributes.Builder
- Enclosing class:
- MatchableResourceOuterClass
public static interface MatchableResourceOuterClass.ClusterResourceAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsAttributes(String key)Custom resource attributes which will be applied in cluster resource creation (e.g.Map<String,String>getAttributes()Deprecated.intgetAttributesCount()Custom resource attributes which will be applied in cluster resource creation (e.g.Map<String,String>getAttributesMap()Custom resource attributes which will be applied in cluster resource creation (e.g.StringgetAttributesOrDefault(String key, String defaultValue)Custom resource attributes which will be applied in cluster resource creation (e.g.StringgetAttributesOrThrow(String key)Custom resource attributes which will be applied in cluster resource creation (e.g.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAttributesCount
int getAttributesCount()
Custom resource attributes which will be applied in cluster resource creation (e.g. quotas). Map keys are the *case-sensitive* names of variables in templatized resource files. Map values should be the custom values which get substituted during resource creation.
map<string, string> attributes = 1;
-
containsAttributes
boolean containsAttributes(String key)
Custom resource attributes which will be applied in cluster resource creation (e.g. quotas). Map keys are the *case-sensitive* names of variables in templatized resource files. Map values should be the custom values which get substituted during resource creation.
map<string, string> attributes = 1;
-
getAttributes
@Deprecated Map<String,String> getAttributes()
Deprecated.UsegetAttributesMap()instead.
-
getAttributesMap
Map<String,String> getAttributesMap()
Custom resource attributes which will be applied in cluster resource creation (e.g. quotas). Map keys are the *case-sensitive* names of variables in templatized resource files. Map values should be the custom values which get substituted during resource creation.
map<string, string> attributes = 1;
-
getAttributesOrDefault
String getAttributesOrDefault(String key, String defaultValue)
Custom resource attributes which will be applied in cluster resource creation (e.g. quotas). Map keys are the *case-sensitive* names of variables in templatized resource files. Map values should be the custom values which get substituted during resource creation.
map<string, string> attributes = 1;
-
getAttributesOrThrow
String getAttributesOrThrow(String key)
Custom resource attributes which will be applied in cluster resource creation (e.g. quotas). Map keys are the *case-sensitive* names of variables in templatized resource files. Map values should be the custom values which get substituted during resource creation.
map<string, string> attributes = 1;
-
-