public static interface WorkloadGroupOuterClass.WorkloadGroup.ObjectMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsAnnotations(String key)
Annotations to attach
map<string, string> annotations = 2; |
boolean |
containsLabels(String key)
Labels to attach
map<string, string> labels = 1; |
Map<String,String> |
getAnnotations()
已过时。
|
int |
getAnnotationsCount()
Annotations to attach
map<string, string> annotations = 2; |
Map<String,String> |
getAnnotationsMap()
Annotations to attach
map<string, string> annotations = 2; |
String |
getAnnotationsOrDefault(String key,
String defaultValue)
Annotations to attach
map<string, string> annotations = 2; |
String |
getAnnotationsOrThrow(String key)
Annotations to attach
map<string, string> annotations = 2; |
Map<String,String> |
getLabels()
已过时。
|
int |
getLabelsCount()
Labels to attach
map<string, string> labels = 1; |
Map<String,String> |
getLabelsMap()
Labels to attach
map<string, string> labels = 1; |
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels to attach
map<string, string> labels = 1; |
String |
getLabelsOrThrow(String key)
Labels to attach
map<string, string> labels = 1; |
int getLabelsCount()
Labels to attach
map<string, string> labels = 1;boolean containsLabels(String key)
Labels to attach
map<string, string> labels = 1;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.String getLabelsOrDefault(String key, String defaultValue)
Labels to attach
map<string, string> labels = 1;String getLabelsOrThrow(String key)
Labels to attach
map<string, string> labels = 1;int getAnnotationsCount()
Annotations to attach
map<string, string> annotations = 2;boolean containsAnnotations(String key)
Annotations to attach
map<string, string> annotations = 2;@Deprecated Map<String,String> getAnnotations()
getAnnotationsMap() instead.Map<String,String> getAnnotationsMap()
Annotations to attach
map<string, string> annotations = 2;String getAnnotationsOrDefault(String key, String defaultValue)
Annotations to attach
map<string, string> annotations = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.