Interface MatchableResourceOuterClass.ClusterResourceAttributesOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsAttributes​(String key)
      Custom resource attributes which will be applied in cluster resource creation (e.g.
      Map<String,​String> getAttributes()
      Deprecated.
      int getAttributesCount()
      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.
      String getAttributesOrDefault​(String key, String defaultValue)
      Custom resource attributes which will be applied in cluster resource creation (e.g.
      String getAttributesOrThrow​(String key)
      Custom resource attributes which will be applied in cluster resource creation (e.g.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;
      • 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;