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(java.lang.String key)Custom resource attributes which will be applied in cluster resource creation (e.g.java.util.Map<java.lang.String,java.lang.String>getAttributes()Deprecated.intgetAttributesCount()Custom resource attributes which will be applied in cluster resource creation (e.g.java.util.Map<java.lang.String,java.lang.String>getAttributesMap()Custom resource attributes which will be applied in cluster resource creation (e.g.java.lang.StringgetAttributesOrDefault(java.lang.String key, java.lang.String defaultValue)Custom resource attributes which will be applied in cluster resource creation (e.g.java.lang.StringgetAttributesOrThrow(java.lang.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(java.lang.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 java.util.Map<java.lang.String,java.lang.String> getAttributes()
Deprecated.UsegetAttributesMap()instead.
-
getAttributesMap
java.util.Map<java.lang.String,java.lang.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
java.lang.String getAttributesOrDefault(java.lang.String key, java.lang.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
java.lang.String getAttributesOrThrow(java.lang.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;
-
-