Class OSPolicyAssignment.LabelSet.Builder (2.44.0)

public static final class OSPolicyAssignment.LabelSet.Builder extends GeneratedMessageV3.Builder<OSPolicyAssignment.LabelSet.Builder> implements OSPolicyAssignment.LabelSetOrBuilder

Message representing label set.

  • A label is a key value pair set for a VM.
  • A LabelSet is a set of labels.
  • Labels within a LabelSet are ANDed. In other words, a LabelSet is applicable for a VM only if it matches all the labels in the LabelSet.
  • Example: A LabelSet with 2 labels: env=prod and type=webserver will only be applicable for those VMs with both labels present.

Protobuf type google.cloud.osconfig.v1.OSPolicyAssignment.LabelSet

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OSPolicyAssignment.LabelSet.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides

build()

public OSPolicyAssignment.LabelSet build()
Returns
Type Description
OSPolicyAssignment.LabelSet

buildPartial()

public OSPolicyAssignment.LabelSet buildPartial()
Returns
Type Description
OSPolicyAssignment.LabelSet

clear()

public OSPolicyAssignment.LabelSet.Builder clear()
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public OSPolicyAssignment.LabelSet.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides

clearLabels()

public OSPolicyAssignment.LabelSet.Builder clearLabels()
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public OSPolicyAssignment.LabelSet.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides

clone()

public OSPolicyAssignment.LabelSet.Builder clone()
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.

map<string, string> labels = 1;

Parameter
Name Description
key String
Returns
Type Description
boolean

getDefaultInstanceForType()

public OSPolicyAssignment.LabelSet getDefaultInstanceForType()
Returns
Type Description
OSPolicyAssignment.LabelSet

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public int getLabelsCount()

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.

map<string, string> labels = 1;

Returns
Type Description
int

getLabelsMap()

public Map<String,String> getLabelsMap()

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.

map<string, string> labels = 1;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.

map<string, string> labels = 1;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.

map<string, string> labels = 1;

Parameter
Name Description
key String
Returns
Type Description
String

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(OSPolicyAssignment.LabelSet other)

public OSPolicyAssignment.LabelSet.Builder mergeFrom(OSPolicyAssignment.LabelSet other)
Parameter
Name Description
other OSPolicyAssignment.LabelSet
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OSPolicyAssignment.LabelSet.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public OSPolicyAssignment.LabelSet.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicyAssignment.LabelSet.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides

putAllLabels(Map<String,String> values)

public OSPolicyAssignment.LabelSet.Builder putAllLabels(Map<String,String> values)

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.

map<string, string> labels = 1;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder

putLabels(String key, String value)

public OSPolicyAssignment.LabelSet.Builder putLabels(String key, String value)

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.

map<string, string> labels = 1;

Parameters
Name Description
key String
value String
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder

removeLabels(String key)

public OSPolicyAssignment.LabelSet.Builder removeLabels(String key)

Labels are identified by key/value pairs in this map. A VM should contain all the key/value pairs specified in this map to be selected.

map<string, string> labels = 1;

Parameter
Name Description
key String
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public OSPolicyAssignment.LabelSet.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public OSPolicyAssignment.LabelSet.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicyAssignment.LabelSet.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
OSPolicyAssignment.LabelSet.Builder
Overrides