接口 WorkloadGroupOuterClass.WorkloadGroup.ObjectMetaOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
WorkloadGroupOuterClass.WorkloadGroup.ObjectMeta, WorkloadGroupOuterClass.WorkloadGroup.ObjectMeta.Builder
封闭类:
WorkloadGroupOuterClass.WorkloadGroup

public static interface WorkloadGroupOuterClass.WorkloadGroup.ObjectMetaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • getLabelsCount

      int getLabelsCount()
       Labels to attach
       
      map<string, string> labels = 1;
    • containsLabels

      boolean containsLabels(String key)
       Labels to attach
       
      map<string, string> labels = 1;
    • getLabels

      已过时。
      Use getLabelsMap() instead.
    • getLabelsMap

      Map<String,String> getLabelsMap()
       Labels to attach
       
      map<string, string> labels = 1;
    • getLabelsOrDefault

      String getLabelsOrDefault(String key, String defaultValue)
       Labels to attach
       
      map<string, string> labels = 1;
    • getLabelsOrThrow

      String getLabelsOrThrow(String key)
       Labels to attach
       
      map<string, string> labels = 1;
    • getAnnotationsCount

      int getAnnotationsCount()
       Annotations to attach
       
      map<string, string> annotations = 2;
    • containsAnnotations

      boolean containsAnnotations(String key)
       Annotations to attach
       
      map<string, string> annotations = 2;
    • getAnnotations

      @Deprecated Map<String,String> getAnnotations()
      已过时。
      Use getAnnotationsMap() instead.
    • getAnnotationsMap

      Map<String,String> getAnnotationsMap()
       Annotations to attach
       
      map<string, string> annotations = 2;
    • getAnnotationsOrDefault

      String getAnnotationsOrDefault(String key, String defaultValue)
       Annotations to attach
       
      map<string, string> annotations = 2;
    • getAnnotationsOrThrow

      String getAnnotationsOrThrow(String key)
       Annotations to attach
       
      map<string, string> annotations = 2;