接口 WorkloadGroupOuterClass.WorkloadGroup.ObjectMetaOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
WorkloadGroupOuterClass.WorkloadGroup.ObjectMeta,WorkloadGroupOuterClass.WorkloadGroup.ObjectMeta.Builder
public static interface WorkloadGroupOuterClass.WorkloadGroup.ObjectMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明booleanAnnotations to attachbooleancontainsLabels(String key) Labels to attach已过时。intAnnotations to attachAnnotations to attachgetAnnotationsOrDefault(String key, String defaultValue) Annotations to attachAnnotations to attach已过时。intLabels to attachLabels to attachgetLabelsOrDefault(String key, String defaultValue) Labels to attachgetLabelsOrThrow(String key) Labels to attach从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getLabelsCount
int getLabelsCount()Labels to attach
map<string, string> labels = 1; -
containsLabels
Labels to attach
map<string, string> labels = 1; -
getLabels
已过时。UsegetLabelsMap()instead. -
getLabelsMap
Labels to attach
map<string, string> labels = 1; -
getLabelsOrDefault
Labels to attach
map<string, string> labels = 1; -
getLabelsOrThrow
Labels to attach
map<string, string> labels = 1; -
getAnnotationsCount
int getAnnotationsCount()Annotations to attach
map<string, string> annotations = 2; -
containsAnnotations
Annotations to attach
map<string, string> annotations = 2; -
getAnnotations
已过时。UsegetAnnotationsMap()instead. -
getAnnotationsMap
Annotations to attach
map<string, string> annotations = 2; -
getAnnotationsOrDefault
Annotations to attach
map<string, string> annotations = 2; -
getAnnotationsOrThrow
Annotations to attach
map<string, string> annotations = 2;
-