Class PatchJobs.PatchInstanceFilter.GroupLabel.Builder (2.13.0)

public static final class PatchJobs.PatchInstanceFilter.GroupLabel.Builder extends GeneratedMessageV3.Builder<PatchJobs.PatchInstanceFilter.GroupLabel.Builder> implements PatchJobs.PatchInstanceFilter.GroupLabelOrBuilder

Represents a group of VMs that can be identified as having all these labels, for example "env=prod and app=web".

Protobuf type google.cloud.osconfig.v1beta.PatchInstanceFilter.GroupLabel

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public PatchJobs.PatchInstanceFilter.GroupLabel.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
PatchJobs.PatchInstanceFilter.GroupLabel.Builder
Overrides

build()

public PatchJobs.PatchInstanceFilter.GroupLabel build()
Returns
TypeDescription
PatchJobs.PatchInstanceFilter.GroupLabel

buildPartial()

public PatchJobs.PatchInstanceFilter.GroupLabel buildPartial()
Returns
TypeDescription
PatchJobs.PatchInstanceFilter.GroupLabel

clear()

public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clear()
Returns
TypeDescription
PatchJobs.PatchInstanceFilter.GroupLabel.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
PatchJobs.PatchInstanceFilter.GroupLabel.Builder
Overrides

clearLabels()

public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clearLabels()
Returns
TypeDescription
PatchJobs.PatchInstanceFilter.GroupLabel.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
PatchJobs.PatchInstanceFilter.GroupLabel.Builder
Overrides

clone()

public PatchJobs.PatchInstanceFilter.GroupLabel.Builder clone()
Returns
TypeDescription
PatchJobs.PatchInstanceFilter.GroupLabel.Builder
Overrides

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;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getDefaultInstanceForType()

public PatchJobs.PatchInstanceFilter.GroupLabel getDefaultInstanceForType()
Returns
TypeDescription
PatchJobs.PatchInstanceFilter.GroupLabel

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getLabels()

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
Map<String,String>