Class OSPolicyAssignment.InstanceFilter.Builder (2.6.0)

public static final class OSPolicyAssignment.InstanceFilter.Builder extends GeneratedMessageV3.Builder<OSPolicyAssignment.InstanceFilter.Builder> implements OSPolicyAssignment.InstanceFilterOrBuilder

Filters to select target VMs for an assignment. If more than one filter criteria is specified below, a VM will be selected if and only if it satisfies all of them.

Protobuf type google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

Static Methods

getDescriptor()

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

Methods

addAllExclusionLabels(Iterable<? extends OSPolicyAssignment.LabelSet> values)

public OSPolicyAssignment.InstanceFilter.Builder addAllExclusionLabels(Iterable<? extends OSPolicyAssignment.LabelSet> values)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet>
Returns

addAllInclusionLabels(Iterable<? extends OSPolicyAssignment.LabelSet> values)

public OSPolicyAssignment.InstanceFilter.Builder addAllInclusionLabels(Iterable<? extends OSPolicyAssignment.LabelSet> values)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet>
Returns

addAllInventories(Iterable<? extends OSPolicyAssignment.InstanceFilter.Inventory> values)

public OSPolicyAssignment.InstanceFilter.Builder addAllInventories(Iterable<? extends OSPolicyAssignment.InstanceFilter.Inventory> values)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory>
Returns

addAllOsShortNames(Iterable<String> values) (deprecated)

public OSPolicyAssignment.InstanceFilter.Builder addAllOsShortNames(Iterable<String> values)

Deprecated. google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.os_short_names is deprecated. See google/cloud/osconfig/v1alpha/os_policy_assignments.proto;l=94

Deprecated. Use the inventories field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.

repeated string os_short_names = 2 [deprecated = true];

Parameter
NameDescription
valuesIterable<String>

The osShortNames to add.

Returns
TypeDescription
OSPolicyAssignment.InstanceFilter.Builder

This builder for chaining.

addExclusionLabels(OSPolicyAssignment.LabelSet value)

public OSPolicyAssignment.InstanceFilter.Builder addExclusionLabels(OSPolicyAssignment.LabelSet value)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameter
NameDescription
valueOSPolicyAssignment.LabelSet
Returns

addExclusionLabels(OSPolicyAssignment.LabelSet.Builder builderForValue)

public OSPolicyAssignment.InstanceFilter.Builder addExclusionLabels(OSPolicyAssignment.LabelSet.Builder builderForValue)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameter
NameDescription
builderForValueOSPolicyAssignment.LabelSet.Builder
Returns

addExclusionLabels(int index, OSPolicyAssignment.LabelSet value)

public OSPolicyAssignment.InstanceFilter.Builder addExclusionLabels(int index, OSPolicyAssignment.LabelSet value)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameters
NameDescription
indexint
valueOSPolicyAssignment.LabelSet
Returns

addExclusionLabels(int index, OSPolicyAssignment.LabelSet.Builder builderForValue)

public OSPolicyAssignment.InstanceFilter.Builder addExclusionLabels(int index, OSPolicyAssignment.LabelSet.Builder builderForValue)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameters
NameDescription
indexint
builderForValueOSPolicyAssignment.LabelSet.Builder
Returns

addExclusionLabelsBuilder()

public OSPolicyAssignment.LabelSet.Builder addExclusionLabelsBuilder()

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Returns

addExclusionLabelsBuilder(int index)

public OSPolicyAssignment.LabelSet.Builder addExclusionLabelsBuilder(int index)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameter
NameDescription
indexint
Returns

addInclusionLabels(OSPolicyAssignment.LabelSet value)

public OSPolicyAssignment.InstanceFilter.Builder addInclusionLabels(OSPolicyAssignment.LabelSet value)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameter
NameDescription
valueOSPolicyAssignment.LabelSet
Returns

addInclusionLabels(OSPolicyAssignment.LabelSet.Builder builderForValue)

public OSPolicyAssignment.InstanceFilter.Builder addInclusionLabels(OSPolicyAssignment.LabelSet.Builder builderForValue)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameter
NameDescription
builderForValueOSPolicyAssignment.LabelSet.Builder
Returns

addInclusionLabels(int index, OSPolicyAssignment.LabelSet value)

public OSPolicyAssignment.InstanceFilter.Builder addInclusionLabels(int index, OSPolicyAssignment.LabelSet value)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameters
NameDescription
indexint
valueOSPolicyAssignment.LabelSet
Returns

addInclusionLabels(int index, OSPolicyAssignment.LabelSet.Builder builderForValue)

public OSPolicyAssignment.InstanceFilter.Builder addInclusionLabels(int index, OSPolicyAssignment.LabelSet.Builder builderForValue)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameters
NameDescription
indexint
builderForValueOSPolicyAssignment.LabelSet.Builder
Returns

addInclusionLabelsBuilder()

public OSPolicyAssignment.LabelSet.Builder addInclusionLabelsBuilder()

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Returns

addInclusionLabelsBuilder(int index)

public OSPolicyAssignment.LabelSet.Builder addInclusionLabelsBuilder(int index)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameter
NameDescription
indexint
Returns

addInventories(OSPolicyAssignment.InstanceFilter.Inventory value)

public OSPolicyAssignment.InstanceFilter.Builder addInventories(OSPolicyAssignment.InstanceFilter.Inventory value)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameter Returns

addInventories(OSPolicyAssignment.InstanceFilter.Inventory.Builder builderForValue)

public OSPolicyAssignment.InstanceFilter.Builder addInventories(OSPolicyAssignment.InstanceFilter.Inventory.Builder builderForValue)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameter Returns

addInventories(int index, OSPolicyAssignment.InstanceFilter.Inventory value)

public OSPolicyAssignment.InstanceFilter.Builder addInventories(int index, OSPolicyAssignment.InstanceFilter.Inventory value)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameters Returns

addInventories(int index, OSPolicyAssignment.InstanceFilter.Inventory.Builder builderForValue)

public OSPolicyAssignment.InstanceFilter.Builder addInventories(int index, OSPolicyAssignment.InstanceFilter.Inventory.Builder builderForValue)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameters Returns

addInventoriesBuilder()

public OSPolicyAssignment.InstanceFilter.Inventory.Builder addInventoriesBuilder()

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Returns

addInventoriesBuilder(int index)

public OSPolicyAssignment.InstanceFilter.Inventory.Builder addInventoriesBuilder(int index)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameter
NameDescription
indexint
Returns

addOsShortNames(String value) (deprecated)

public OSPolicyAssignment.InstanceFilter.Builder addOsShortNames(String value)

Deprecated. google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.os_short_names is deprecated. See google/cloud/osconfig/v1alpha/os_policy_assignments.proto;l=94

Deprecated. Use the inventories field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.

repeated string os_short_names = 2 [deprecated = true];

Parameter
NameDescription
valueString

The osShortNames to add.

Returns
TypeDescription
OSPolicyAssignment.InstanceFilter.Builder

This builder for chaining.

addOsShortNamesBytes(ByteString value) (deprecated)

public OSPolicyAssignment.InstanceFilter.Builder addOsShortNamesBytes(ByteString value)

Deprecated. google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.os_short_names is deprecated. See google/cloud/osconfig/v1alpha/os_policy_assignments.proto;l=94

Deprecated. Use the inventories field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.

repeated string os_short_names = 2 [deprecated = true];

Parameter
NameDescription
valueByteString

The bytes of the osShortNames to add.

Returns
TypeDescription
OSPolicyAssignment.InstanceFilter.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OSPolicyAssignment.InstanceFilter.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

build()

public OSPolicyAssignment.InstanceFilter build()
Returns

buildPartial()

public OSPolicyAssignment.InstanceFilter buildPartial()
Returns

clear()

public OSPolicyAssignment.InstanceFilter.Builder clear()
Returns Overrides

clearAll()

public OSPolicyAssignment.InstanceFilter.Builder clearAll()

Target all VMs in the project. If true, no other criteria is permitted.

bool all = 1;

Returns
TypeDescription
OSPolicyAssignment.InstanceFilter.Builder

This builder for chaining.

clearExclusionLabels()

public OSPolicyAssignment.InstanceFilter.Builder clearExclusionLabels()

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Returns

clearField(Descriptors.FieldDescriptor field)

public OSPolicyAssignment.InstanceFilter.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns Overrides

clearInclusionLabels()

public OSPolicyAssignment.InstanceFilter.Builder clearInclusionLabels()

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Returns

clearInventories()

public OSPolicyAssignment.InstanceFilter.Builder clearInventories()

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Returns

clearOneof(Descriptors.OneofDescriptor oneof)

public OSPolicyAssignment.InstanceFilter.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns Overrides

clearOsShortNames() (deprecated)

public OSPolicyAssignment.InstanceFilter.Builder clearOsShortNames()

Deprecated. google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.os_short_names is deprecated. See google/cloud/osconfig/v1alpha/os_policy_assignments.proto;l=94

Deprecated. Use the inventories field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.

repeated string os_short_names = 2 [deprecated = true];

Returns
TypeDescription
OSPolicyAssignment.InstanceFilter.Builder

This builder for chaining.

clone()

public OSPolicyAssignment.InstanceFilter.Builder clone()
Returns Overrides

getAll()

public boolean getAll()

Target all VMs in the project. If true, no other criteria is permitted.

bool all = 1;

Returns
TypeDescription
boolean

The all.

getDefaultInstanceForType()

public OSPolicyAssignment.InstanceFilter getDefaultInstanceForType()
Returns

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getExclusionLabels(int index)

public OSPolicyAssignment.LabelSet getExclusionLabels(int index)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameter
NameDescription
indexint
Returns

getExclusionLabelsBuilder(int index)

public OSPolicyAssignment.LabelSet.Builder getExclusionLabelsBuilder(int index)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameter
NameDescription
indexint
Returns

getExclusionLabelsBuilderList()

public List<OSPolicyAssignment.LabelSet.Builder> getExclusionLabelsBuilderList()

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Returns
TypeDescription
List<Builder>

getExclusionLabelsCount()

public int getExclusionLabelsCount()

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Returns
TypeDescription
int

getExclusionLabelsList()

public List<OSPolicyAssignment.LabelSet> getExclusionLabelsList()

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Returns
TypeDescription
List<LabelSet>

getExclusionLabelsOrBuilder(int index)

public OSPolicyAssignment.LabelSetOrBuilder getExclusionLabelsOrBuilder(int index)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameter
NameDescription
indexint
Returns

getExclusionLabelsOrBuilderList()

public List<? extends OSPolicyAssignment.LabelSetOrBuilder> getExclusionLabelsOrBuilderList()

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSetOrBuilder>

getInclusionLabels(int index)

public OSPolicyAssignment.LabelSet getInclusionLabels(int index)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameter
NameDescription
indexint
Returns

getInclusionLabelsBuilder(int index)

public OSPolicyAssignment.LabelSet.Builder getInclusionLabelsBuilder(int index)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameter
NameDescription
indexint
Returns

getInclusionLabelsBuilderList()

public List<OSPolicyAssignment.LabelSet.Builder> getInclusionLabelsBuilderList()

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Returns
TypeDescription
List<Builder>

getInclusionLabelsCount()

public int getInclusionLabelsCount()

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Returns
TypeDescription
int

getInclusionLabelsList()

public List<OSPolicyAssignment.LabelSet> getInclusionLabelsList()

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Returns
TypeDescription
List<LabelSet>

getInclusionLabelsOrBuilder(int index)

public OSPolicyAssignment.LabelSetOrBuilder getInclusionLabelsOrBuilder(int index)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameter
NameDescription
indexint
Returns

getInclusionLabelsOrBuilderList()

public List<? extends OSPolicyAssignment.LabelSetOrBuilder> getInclusionLabelsOrBuilderList()

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSetOrBuilder>

getInventories(int index)

public OSPolicyAssignment.InstanceFilter.Inventory getInventories(int index)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameter
NameDescription
indexint
Returns

getInventoriesBuilder(int index)

public OSPolicyAssignment.InstanceFilter.Inventory.Builder getInventoriesBuilder(int index)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameter
NameDescription
indexint
Returns

getInventoriesBuilderList()

public List<OSPolicyAssignment.InstanceFilter.Inventory.Builder> getInventoriesBuilderList()

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Returns
TypeDescription
List<Builder>

getInventoriesCount()

public int getInventoriesCount()

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Returns
TypeDescription
int

getInventoriesList()

public List<OSPolicyAssignment.InstanceFilter.Inventory> getInventoriesList()

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Returns
TypeDescription
List<Inventory>

getInventoriesOrBuilder(int index)

public OSPolicyAssignment.InstanceFilter.InventoryOrBuilder getInventoriesOrBuilder(int index)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameter
NameDescription
indexint
Returns

getInventoriesOrBuilderList()

public List<? extends OSPolicyAssignment.InstanceFilter.InventoryOrBuilder> getInventoriesOrBuilderList()

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.InventoryOrBuilder>

getOsShortNames(int index) (deprecated)

public String getOsShortNames(int index)

Deprecated. google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.os_short_names is deprecated. See google/cloud/osconfig/v1alpha/os_policy_assignments.proto;l=94

Deprecated. Use the inventories field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.

repeated string os_short_names = 2 [deprecated = true];

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The osShortNames at the given index.

getOsShortNamesBytes(int index) (deprecated)

public ByteString getOsShortNamesBytes(int index)

Deprecated. google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.os_short_names is deprecated. See google/cloud/osconfig/v1alpha/os_policy_assignments.proto;l=94

Deprecated. Use the inventories field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.

repeated string os_short_names = 2 [deprecated = true];

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the osShortNames at the given index.

getOsShortNamesCount() (deprecated)

public int getOsShortNamesCount()

Deprecated. google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.os_short_names is deprecated. See google/cloud/osconfig/v1alpha/os_policy_assignments.proto;l=94

Deprecated. Use the inventories field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.

repeated string os_short_names = 2 [deprecated = true];

Returns
TypeDescription
int

The count of osShortNames.

getOsShortNamesList() (deprecated)

public ProtocolStringList getOsShortNamesList()

Deprecated. google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.os_short_names is deprecated. See google/cloud/osconfig/v1alpha/os_policy_assignments.proto;l=94

Deprecated. Use the inventories field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.

repeated string os_short_names = 2 [deprecated = true];

Returns
TypeDescription
ProtocolStringList

A list containing the osShortNames.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(OSPolicyAssignment.InstanceFilter other)

public OSPolicyAssignment.InstanceFilter.Builder mergeFrom(OSPolicyAssignment.InstanceFilter other)
Parameter Returns

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public OSPolicyAssignment.InstanceFilter.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public OSPolicyAssignment.InstanceFilter.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicyAssignment.InstanceFilter.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides

removeExclusionLabels(int index)

public OSPolicyAssignment.InstanceFilter.Builder removeExclusionLabels(int index)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameter
NameDescription
indexint
Returns

removeInclusionLabels(int index)

public OSPolicyAssignment.InstanceFilter.Builder removeInclusionLabels(int index)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameter
NameDescription
indexint
Returns

removeInventories(int index)

public OSPolicyAssignment.InstanceFilter.Builder removeInventories(int index)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameter
NameDescription
indexint
Returns

setAll(boolean value)

public OSPolicyAssignment.InstanceFilter.Builder setAll(boolean value)

Target all VMs in the project. If true, no other criteria is permitted.

bool all = 1;

Parameter
NameDescription
valueboolean

The all to set.

Returns
TypeDescription
OSPolicyAssignment.InstanceFilter.Builder

This builder for chaining.

setExclusionLabels(int index, OSPolicyAssignment.LabelSet value)

public OSPolicyAssignment.InstanceFilter.Builder setExclusionLabels(int index, OSPolicyAssignment.LabelSet value)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameters
NameDescription
indexint
valueOSPolicyAssignment.LabelSet
Returns

setExclusionLabels(int index, OSPolicyAssignment.LabelSet.Builder builderForValue)

public OSPolicyAssignment.InstanceFilter.Builder setExclusionLabels(int index, OSPolicyAssignment.LabelSet.Builder builderForValue)

List of label sets used for VM exclusion. If the list has more than one label set, the VM is excluded if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet exclusion_labels = 4;

Parameters
NameDescription
indexint
builderForValueOSPolicyAssignment.LabelSet.Builder
Returns

setField(Descriptors.FieldDescriptor field, Object value)

public OSPolicyAssignment.InstanceFilter.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns Overrides

setInclusionLabels(int index, OSPolicyAssignment.LabelSet value)

public OSPolicyAssignment.InstanceFilter.Builder setInclusionLabels(int index, OSPolicyAssignment.LabelSet value)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameters
NameDescription
indexint
valueOSPolicyAssignment.LabelSet
Returns

setInclusionLabels(int index, OSPolicyAssignment.LabelSet.Builder builderForValue)

public OSPolicyAssignment.InstanceFilter.Builder setInclusionLabels(int index, OSPolicyAssignment.LabelSet.Builder builderForValue)

List of label sets used for VM inclusion. If the list has more than one LabelSet, the VM is included if any of the label sets are applicable for the VM.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.LabelSet inclusion_labels = 3;

Parameters
NameDescription
indexint
builderForValueOSPolicyAssignment.LabelSet.Builder
Returns

setInventories(int index, OSPolicyAssignment.InstanceFilter.Inventory value)

public OSPolicyAssignment.InstanceFilter.Builder setInventories(int index, OSPolicyAssignment.InstanceFilter.Inventory value)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameters Returns

setInventories(int index, OSPolicyAssignment.InstanceFilter.Inventory.Builder builderForValue)

public OSPolicyAssignment.InstanceFilter.Builder setInventories(int index, OSPolicyAssignment.InstanceFilter.Inventory.Builder builderForValue)

List of inventories to select VMs. A VM is selected if its inventory data matches at least one of the following inventories.

repeated .google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.Inventory inventories = 5;

Parameters Returns

setOsShortNames(int index, String value) (deprecated)

public OSPolicyAssignment.InstanceFilter.Builder setOsShortNames(int index, String value)

Deprecated. google.cloud.osconfig.v1alpha.OSPolicyAssignment.InstanceFilter.os_short_names is deprecated. See google/cloud/osconfig/v1alpha/os_policy_assignments.proto;l=94

Deprecated. Use the inventories field instead. A VM is selected if it's OS short name matches with any of the values provided in this list.

repeated string os_short_names = 2 [deprecated = true];

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The osShortNames to set.

Returns
TypeDescription
OSPolicyAssignment.InstanceFilter.Builder

This builder for chaining.

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

public OSPolicyAssignment.InstanceFilter.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicyAssignment.InstanceFilter.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns Overrides