public static interface OSPolicyAssignment.LabelSetOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Labels are identified by key/value pairs in this map.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Labels are identified by key/value pairs in this map.
|
Map<String,String> |
getLabelsMap()
Labels are identified by key/value pairs in this map.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Labels are identified by key/value pairs in this map.
|
String |
getLabelsOrThrow(String key)
Labels are identified by key/value pairs in this map.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLabelsCount()
Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.
map<string, string> labels = 1;boolean containsLabels(String key)
Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.
map<string, string> labels = 1;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.Map<String,String> getLabelsMap()
Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.
map<string, string> labels = 1;String getLabelsOrDefault(String key, String defaultValue)
Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.
map<string, string> labels = 1;Copyright © 2023 Google LLC. All rights reserved.