Interface OSPolicyAssignment.LabelSetOrBuilder (2.5.2)

public static interface OSPolicyAssignment.LabelSetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract 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;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getLabels()

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
Map<String,String>

getLabelsCount()

public abstract int 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;

Returns
TypeDescription
int

getLabelsMap()

public abstract 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;

Returns
TypeDescription
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract 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;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(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;

Parameter
NameDescription
keyString
Returns
TypeDescription
String