- 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 OSPolicy.ResourceGroup.Builder extends GeneratedMessageV3.Builder<OSPolicy.ResourceGroup.Builder> implements OSPolicy.ResourceGroupOrBuilder
Resource groups provide a mechanism to group OS policy resources.
Resource groups enable OS policy authors to create a single OS policy to be applied to VMs running different operating Systems.
When the OS policy is applied to a target VM, the appropriate resource
group within the OS policy is selected based on the OSFilter
specified
within the resource group.
Protobuf type google.cloud.osconfig.v1alpha.OSPolicy.ResourceGroup
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > OSPolicy.ResourceGroup.BuilderImplements
OSPolicy.ResourceGroupOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllInventoryFilters(Iterable<? extends OSPolicy.InventoryFilter> values)
public OSPolicy.ResourceGroup.Builder addAllInventoryFilters(Iterable<? extends OSPolicy.InventoryFilter> values)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter> |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addAllResources(Iterable<? extends OSPolicy.Resource> values)
public OSPolicy.ResourceGroup.Builder addAllResources(Iterable<? extends OSPolicy.Resource> values)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.osconfig.v1alpha.OSPolicy.Resource> |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addInventoryFilters(OSPolicy.InventoryFilter value)
public OSPolicy.ResourceGroup.Builder addInventoryFilters(OSPolicy.InventoryFilter value)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameter | |
---|---|
Name | Description |
value |
OSPolicy.InventoryFilter |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addInventoryFilters(OSPolicy.InventoryFilter.Builder builderForValue)
public OSPolicy.ResourceGroup.Builder addInventoryFilters(OSPolicy.InventoryFilter.Builder builderForValue)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
OSPolicy.InventoryFilter.Builder |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addInventoryFilters(int index, OSPolicy.InventoryFilter value)
public OSPolicy.ResourceGroup.Builder addInventoryFilters(int index, OSPolicy.InventoryFilter value)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicy.InventoryFilter |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addInventoryFilters(int index, OSPolicy.InventoryFilter.Builder builderForValue)
public OSPolicy.ResourceGroup.Builder addInventoryFilters(int index, OSPolicy.InventoryFilter.Builder builderForValue)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicy.InventoryFilter.Builder |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addInventoryFiltersBuilder()
public OSPolicy.InventoryFilter.Builder addInventoryFiltersBuilder()
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Returns | |
---|---|
Type | Description |
OSPolicy.InventoryFilter.Builder |
addInventoryFiltersBuilder(int index)
public OSPolicy.InventoryFilter.Builder addInventoryFiltersBuilder(int index)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.InventoryFilter.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OSPolicy.ResourceGroup.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addResources(OSPolicy.Resource value)
public OSPolicy.ResourceGroup.Builder addResources(OSPolicy.Resource value)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
value |
OSPolicy.Resource |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addResources(OSPolicy.Resource.Builder builderForValue)
public OSPolicy.ResourceGroup.Builder addResources(OSPolicy.Resource.Builder builderForValue)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
builderForValue |
OSPolicy.Resource.Builder |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addResources(int index, OSPolicy.Resource value)
public OSPolicy.ResourceGroup.Builder addResources(int index, OSPolicy.Resource value)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicy.Resource |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addResources(int index, OSPolicy.Resource.Builder builderForValue)
public OSPolicy.ResourceGroup.Builder addResources(int index, OSPolicy.Resource.Builder builderForValue)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicy.Resource.Builder |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
addResourcesBuilder()
public OSPolicy.Resource.Builder addResourcesBuilder()
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OSPolicy.Resource.Builder |
addResourcesBuilder(int index)
public OSPolicy.Resource.Builder addResourcesBuilder(int index)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.Resource.Builder |
build()
public OSPolicy.ResourceGroup build()
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup |
buildPartial()
public OSPolicy.ResourceGroup buildPartial()
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup |
clear()
public OSPolicy.ResourceGroup.Builder clear()
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
clearField(Descriptors.FieldDescriptor field)
public OSPolicy.ResourceGroup.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
clearInventoryFilters()
public OSPolicy.ResourceGroup.Builder clearInventoryFilters()
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public OSPolicy.ResourceGroup.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
clearOsFilter() (deprecated)
public OSPolicy.ResourceGroup.Builder clearOsFilter()
Deprecated. Use the inventory_filters
field instead.
Used to specify the OS filter for a resource group
.google.cloud.osconfig.v1alpha.OSPolicy.OSFilter os_filter = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
clearResources()
public OSPolicy.ResourceGroup.Builder clearResources()
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
clone()
public OSPolicy.ResourceGroup.Builder clone()
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
getDefaultInstanceForType()
public OSPolicy.ResourceGroup getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getInventoryFilters(int index)
public OSPolicy.InventoryFilter getInventoryFilters(int index)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.InventoryFilter |
getInventoryFiltersBuilder(int index)
public OSPolicy.InventoryFilter.Builder getInventoryFiltersBuilder(int index)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.InventoryFilter.Builder |
getInventoryFiltersBuilderList()
public List<OSPolicy.InventoryFilter.Builder> getInventoryFiltersBuilderList()
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Returns | |
---|---|
Type | Description |
List<Builder> |
getInventoryFiltersCount()
public int getInventoryFiltersCount()
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Returns | |
---|---|
Type | Description |
int |
getInventoryFiltersList()
public List<OSPolicy.InventoryFilter> getInventoryFiltersList()
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Returns | |
---|---|
Type | Description |
List<InventoryFilter> |
getInventoryFiltersOrBuilder(int index)
public OSPolicy.InventoryFilterOrBuilder getInventoryFiltersOrBuilder(int index)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.InventoryFilterOrBuilder |
getInventoryFiltersOrBuilderList()
public List<? extends OSPolicy.InventoryFilterOrBuilder> getInventoryFiltersOrBuilderList()
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilterOrBuilder> |
getOsFilter() (deprecated)
public OSPolicy.OSFilter getOsFilter()
Deprecated. google.cloud.osconfig.v1alpha.OSPolicy.ResourceGroup.os_filter is deprecated. See google/cloud/osconfig/v1alpha/os_policy.proto;l=511
Deprecated. Use the inventory_filters
field instead.
Used to specify the OS filter for a resource group
.google.cloud.osconfig.v1alpha.OSPolicy.OSFilter os_filter = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
OSPolicy.OSFilter |
The osFilter. |
getOsFilterBuilder() (deprecated)
public OSPolicy.OSFilter.Builder getOsFilterBuilder()
Deprecated. Use the inventory_filters
field instead.
Used to specify the OS filter for a resource group
.google.cloud.osconfig.v1alpha.OSPolicy.OSFilter os_filter = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
OSPolicy.OSFilter.Builder |
getOsFilterOrBuilder() (deprecated)
public OSPolicy.OSFilterOrBuilder getOsFilterOrBuilder()
Deprecated. Use the inventory_filters
field instead.
Used to specify the OS filter for a resource group
.google.cloud.osconfig.v1alpha.OSPolicy.OSFilter os_filter = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
OSPolicy.OSFilterOrBuilder |
getResources(int index)
public OSPolicy.Resource getResources(int index)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.Resource |
getResourcesBuilder(int index)
public OSPolicy.Resource.Builder getResourcesBuilder(int index)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.Resource.Builder |
getResourcesBuilderList()
public List<OSPolicy.Resource.Builder> getResourcesBuilderList()
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<Builder> |
getResourcesCount()
public int getResourcesCount()
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getResourcesList()
public List<OSPolicy.Resource> getResourcesList()
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<Resource> |
getResourcesOrBuilder(int index)
public OSPolicy.ResourceOrBuilder getResourcesOrBuilder(int index)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceOrBuilder |
getResourcesOrBuilderList()
public List<? extends OSPolicy.ResourceOrBuilder> getResourcesOrBuilderList()
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.osconfig.v1alpha.OSPolicy.ResourceOrBuilder> |
hasOsFilter() (deprecated)
public boolean hasOsFilter()
Deprecated. google.cloud.osconfig.v1alpha.OSPolicy.ResourceGroup.os_filter is deprecated. See google/cloud/osconfig/v1alpha/os_policy.proto;l=511
Deprecated. Use the inventory_filters
field instead.
Used to specify the OS filter for a resource group
.google.cloud.osconfig.v1alpha.OSPolicy.OSFilter os_filter = 1 [deprecated = true];
Returns | |
---|---|
Type | Description |
boolean |
Whether the osFilter field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(OSPolicy.ResourceGroup other)
public OSPolicy.ResourceGroup.Builder mergeFrom(OSPolicy.ResourceGroup other)
Parameter | |
---|---|
Name | Description |
other |
OSPolicy.ResourceGroup |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public OSPolicy.ResourceGroup.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public OSPolicy.ResourceGroup.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
mergeOsFilter(OSPolicy.OSFilter value) (deprecated)
public OSPolicy.ResourceGroup.Builder mergeOsFilter(OSPolicy.OSFilter value)
Deprecated. Use the inventory_filters
field instead.
Used to specify the OS filter for a resource group
.google.cloud.osconfig.v1alpha.OSPolicy.OSFilter os_filter = 1 [deprecated = true];
Parameter | |
---|---|
Name | Description |
value |
OSPolicy.OSFilter |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OSPolicy.ResourceGroup.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
removeInventoryFilters(int index)
public OSPolicy.ResourceGroup.Builder removeInventoryFilters(int index)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
removeResources(int index)
public OSPolicy.ResourceGroup.Builder removeResources(int index)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public OSPolicy.ResourceGroup.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
setInventoryFilters(int index, OSPolicy.InventoryFilter value)
public OSPolicy.ResourceGroup.Builder setInventoryFilters(int index, OSPolicy.InventoryFilter value)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicy.InventoryFilter |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
setInventoryFilters(int index, OSPolicy.InventoryFilter.Builder builderForValue)
public OSPolicy.ResourceGroup.Builder setInventoryFilters(int index, OSPolicy.InventoryFilter.Builder builderForValue)
List of inventory filters for the resource group.
The resources in this resource group are applied to the target VM if it satisfies at least one of the following inventory filters.
For example, to apply this resource group to VMs running either RHEL
or
CentOS
operating systems, specify 2 items for the list with following
values:
inventory_filters[0].os_short_name='rhel' and
inventory_filters[1].os_short_name='centos'
If the list is empty, this resource group will be applied to the target VM unconditionally.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.InventoryFilter inventory_filters = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicy.InventoryFilter.Builder |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
setOsFilter(OSPolicy.OSFilter value) (deprecated)
public OSPolicy.ResourceGroup.Builder setOsFilter(OSPolicy.OSFilter value)
Deprecated. Use the inventory_filters
field instead.
Used to specify the OS filter for a resource group
.google.cloud.osconfig.v1alpha.OSPolicy.OSFilter os_filter = 1 [deprecated = true];
Parameter | |
---|---|
Name | Description |
value |
OSPolicy.OSFilter |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
setOsFilter(OSPolicy.OSFilter.Builder builderForValue) (deprecated)
public OSPolicy.ResourceGroup.Builder setOsFilter(OSPolicy.OSFilter.Builder builderForValue)
Deprecated. Use the inventory_filters
field instead.
Used to specify the OS filter for a resource group
.google.cloud.osconfig.v1alpha.OSPolicy.OSFilter os_filter = 1 [deprecated = true];
Parameter | |
---|---|
Name | Description |
builderForValue |
OSPolicy.OSFilter.Builder |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OSPolicy.ResourceGroup.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
setResources(int index, OSPolicy.Resource value)
public OSPolicy.ResourceGroup.Builder setResources(int index, OSPolicy.Resource value)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameters | |
---|---|
Name | Description |
index |
int |
value |
OSPolicy.Resource |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
setResources(int index, OSPolicy.Resource.Builder builderForValue)
public OSPolicy.ResourceGroup.Builder setResources(int index, OSPolicy.Resource.Builder builderForValue)
Required. List of resources configured for this resource group. The resources are executed in the exact order specified here.
repeated .google.cloud.osconfig.v1alpha.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
OSPolicy.Resource.Builder |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final OSPolicy.ResourceGroup.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
OSPolicy.ResourceGroup.Builder |