public static interface PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Compute Engine instance labels that must be present for a VM
instance to be targeted by this filter.
|
Map<String,String> |
getLabelsMap()
Compute Engine instance labels that must be present for a VM
instance to be targeted by this filter.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Compute Engine instance labels that must be present for a VM
instance to be targeted by this filter.
|
String |
getLabelsOrThrow(String key)
Compute Engine instance labels that must be present for a VM
instance to be targeted by this filter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getLabelsCount()
Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
map<string, string> labels = 1;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;@Deprecated Map<String,String> getLabels()
getLabelsMap() instead.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;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;Copyright © 2024 Google LLC. All rights reserved.