public static interface PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsLabels(String key)
public abstract boolean containsLabels(String key)Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
map<string, string> labels = 1;
| Name | Description |
key |
String |
| Type | Description |
boolean |
getLabels()
public abstract Map<String,String> getLabels()Use #getLabelsMap() instead.
| Type | Description |
Map<String,String> |
getLabelsCount()
public abstract int getLabelsCount()Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
map<string, string> labels = 1;
| Type | Description |
int |
getLabelsMap()
public abstract Map<String,String> getLabelsMap()Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
map<string, string> labels = 1;
| Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public abstract String getLabelsOrDefault(String key, String defaultValue)Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
map<string, string> labels = 1;
| Name | Description |
key |
String |
defaultValue |
String |
| Type | Description |
String |
getLabelsOrThrow(String key)
public abstract String getLabelsOrThrow(String key)Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
map<string, string> labels = 1;
| Name | Description |
key |
String |
| Type | Description |
String |