Interface GuestPolicies.Assignment.GroupLabelOrBuilder (2.47.0)

public static interface GuestPolicies.Assignment.GroupLabelOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsLabels(String key)

public abstract boolean containsLabels(String key)

Google Compute Engine instance labels that must be present for an instance to be included in this assignment group.

map<string, string> labels = 1;

Parameter
Name Description
key String
Returns
Type Description
boolean

getLabels() (deprecated)

public abstract Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public abstract int getLabelsCount()

Google Compute Engine instance labels that must be present for an instance to be included in this assignment group.

map<string, string> labels = 1;

Returns
Type Description
int

getLabelsMap()

public abstract Map<String,String> getLabelsMap()

Google Compute Engine instance labels that must be present for an instance to be included in this assignment group.

map<string, string> labels = 1;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public abstract String getLabelsOrDefault(String key, String defaultValue)

Google Compute Engine instance labels that must be present for an instance to be included in this assignment group.

map<string, string> labels = 1;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public abstract String getLabelsOrThrow(String key)

Google Compute Engine instance labels that must be present for an instance to be included in this assignment group.

map<string, string> labels = 1;

Parameter
Name Description
key String
Returns
Type Description
String