Package com.google.cloud.osconfig.v1beta
Interface PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PatchJobs.PatchInstanceFilter.GroupLabel
,PatchJobs.PatchInstanceFilter.GroupLabel.Builder
- Enclosing class:
- PatchJobs.PatchInstanceFilter
public static interface PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLabelsCount
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;
-
containsLabels
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;
-
getLabels
@Deprecated Map<String,String> getLabels()
Deprecated.UsegetLabelsMap()
instead.
-
getLabelsMap
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;
-
getLabelsOrDefault
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;
-
-