- 2.55.0 (latest)
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.6
- 2.4.3
- 2.3.2
public static final class PatchJobs.PatchInstanceFilter.GroupLabel.Builder extends GeneratedMessageV3.Builder<PatchJobs.PatchInstanceFilter.GroupLabel.Builder> implements PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder
Targets a group of VM instances by using their assigned
labels. Labels
are key-value pairs. A GroupLabel
is a combination of labels
that is used to target VMs for a patch job.
For example, a patch job can target VMs that have the following
GroupLabel
: {"env":"test", "app":"web"}
. This means that the patch job
is applied to VMs that have both the labels env=test
and app=web
.
Protobuf type google.cloud.osconfig.v1.PatchInstanceFilter.GroupLabel
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PatchJobs.PatchInstanceFilter.GroupLabel.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
build()
public PatchJobs.PatchInstanceFilter.GroupLabel build()
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel |
buildPartial()
public PatchJobs.PatchInstanceFilter.GroupLabel buildPartial()
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel |
clear()
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clear()
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
clearField(Descriptors.FieldDescriptor field)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
clearLabels()
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clearLabels()
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
clone()
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clone()
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
containsLabels(String key)
public 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 |
getDefaultInstanceForType()
public PatchJobs.PatchInstanceFilter.GroupLabel getDefaultInstanceForType()
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public 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 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 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 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 |
getMutableLabels()
public Map<String,String> getMutableLabels()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(PatchJobs.PatchInstanceFilter.GroupLabel other)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder mergeFrom(PatchJobs.PatchInstanceFilter.GroupLabel other)
Name | Description |
other | PatchJobs.PatchInstanceFilter.GroupLabel |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PatchJobs.PatchInstanceFilter.GroupLabel.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
putAllLabels(Map<String,String> values)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder putAllLabels(Map<String,String> values)
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 |
values | Map<String,String> |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
putLabels(String key, String value)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder putLabels(String key, String value)
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 |
value | String |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
removeLabels(String key)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder removeLabels(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 |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PatchJobs.PatchInstanceFilter.GroupLabel.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final PatchJobs.PatchInstanceFilter.GroupLabel.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PatchJobs.PatchInstanceFilter.GroupLabel.Builder |