- 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 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.v1.OSPolicyAssignment.InstanceFilter
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > OSPolicyAssignment.InstanceFilter.BuilderImplements
OSPolicyAssignment.InstanceFilterOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.osconfig.v1.OSPolicyAssignment.LabelSet> |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.osconfig.v1.OSPolicyAssignment.LabelSet> |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.osconfig.v1.OSPolicyAssignment.InstanceFilter.Inventory> |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameter | |
---|---|
Name | Description |
value |
OSPolicyAssignment.LabelSet |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
OSPolicyAssignment.LabelSet.Builder |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicyAssignment.LabelSet |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicyAssignment.LabelSet.Builder |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSet.Builder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSet.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameter | |
---|---|
Name | Description |
value |
OSPolicyAssignment.LabelSet |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
OSPolicyAssignment.LabelSet.Builder |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicyAssignment.LabelSet |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicyAssignment.LabelSet.Builder |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSet.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSet.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameter | |
---|---|
Name | Description |
value |
OSPolicyAssignment.InstanceFilter.Inventory |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameter | |
---|---|
Name | Description |
builderForValue |
OSPolicyAssignment.InstanceFilter.Inventory.Builder |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicyAssignment.InstanceFilter.Inventory |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicyAssignment.InstanceFilter.Inventory.Builder |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Inventory.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Inventory.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OSPolicyAssignment.InstanceFilter.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
build()
public OSPolicyAssignment.InstanceFilter build()
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter |
buildPartial()
public OSPolicyAssignment.InstanceFilter buildPartial()
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter |
clear()
public OSPolicyAssignment.InstanceFilter.Builder clear()
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
clearAll()
public OSPolicyAssignment.InstanceFilter.Builder clearAll()
Target all VMs in the project. If true, no other criteria is permitted.
bool all = 1;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
clearField(Descriptors.FieldDescriptor field)
public OSPolicyAssignment.InstanceFilter.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public OSPolicyAssignment.InstanceFilter.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
clone()
public OSPolicyAssignment.InstanceFilter.Builder clone()
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
getAll()
public boolean getAll()
Target all VMs in the project. If true, no other criteria is permitted.
bool all = 1;
Returns | |
---|---|
Type | Description |
boolean |
The all. |
getDefaultInstanceForType()
public OSPolicyAssignment.InstanceFilter getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSet |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSet.Builder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSetOrBuilder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.osconfig.v1.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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSet |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSet.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.LabelSetOrBuilder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.osconfig.v1.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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Inventory |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Inventory.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.InventoryOrBuilder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.osconfig.v1.OSPolicyAssignment.InstanceFilter.InventoryOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(OSPolicyAssignment.InstanceFilter other)
public OSPolicyAssignment.InstanceFilter.Builder mergeFrom(OSPolicyAssignment.InstanceFilter other)
Parameter | |
---|---|
Name | Description |
other |
OSPolicyAssignment.InstanceFilter |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OSPolicyAssignment.InstanceFilter.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public OSPolicyAssignment.InstanceFilter.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OSPolicyAssignment.InstanceFilter.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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 | |
---|---|
Name | Description |
value |
boolean The all to set. |
Returns | |
---|---|
Type | Description |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicyAssignment.LabelSet |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet exclusion_labels = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicyAssignment.LabelSet.Builder |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public OSPolicyAssignment.InstanceFilter.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicyAssignment.LabelSet |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.LabelSet inclusion_labels = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicyAssignment.LabelSet.Builder |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicyAssignment.InstanceFilter.Inventory |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
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.v1.OSPolicyAssignment.InstanceFilter.Inventory inventories = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicyAssignment.InstanceFilter.Inventory.Builder |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OSPolicyAssignment.InstanceFilter.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final OSPolicyAssignment.InstanceFilter.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
OSPolicyAssignment.InstanceFilter.Builder |