Class ResourceLabels


  • public abstract class ResourceLabels
    extends java.lang.Object
    A storage of key-value pairs.

    This is a workaround to get AutoValue/AutoBuilder convenience without a full dependency on Guice for collections.

    • Constructor Summary

      Constructors 
      Constructor Description
      ResourceLabels()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.Map<java.lang.String,​java.lang.String> getLabels()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ResourceLabels

        public ResourceLabels()
    • Method Detail

      • getLabels

        public abstract java.util.Map<java.lang.String,​java.lang.String> getLabels()