Class OSPolicy.ResourceGroup.Builder (2.5.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.v1.OSPolicy.ResourceGroup

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.osconfig.v1.OSPolicy.InventoryFilter>
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.osconfig.v1.OSPolicy.Resource>
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
NameDescription
valueOSPolicy.InventoryFilter
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
NameDescription
builderForValueOSPolicy.InventoryFilter.Builder
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameters
NameDescription
indexint
valueOSPolicy.InventoryFilter
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameters
NameDescription
indexint
builderForValueOSPolicy.InventoryFilter.Builder
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
OSPolicy.InventoryFilter.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public OSPolicy.ResourceGroup.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder
Overrides

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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueOSPolicy.Resource
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueOSPolicy.Resource.Builder
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueOSPolicy.Resource
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueOSPolicy.Resource.Builder
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
OSPolicy.Resource.Builder

build()

public OSPolicy.ResourceGroup build()
Returns
TypeDescription
OSPolicy.ResourceGroup

buildPartial()

public OSPolicy.ResourceGroup buildPartial()
Returns
TypeDescription
OSPolicy.ResourceGroup

clear()

public OSPolicy.ResourceGroup.Builder clear()
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public OSPolicy.ResourceGroup.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder
Overrides

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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Returns
TypeDescription
OSPolicy.ResourceGroup.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public OSPolicy.ResourceGroup.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder
Overrides

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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
OSPolicy.ResourceGroup.Builder

clone()

public OSPolicy.ResourceGroup.Builder clone()
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder
Overrides

getDefaultInstanceForType()

public OSPolicy.ResourceGroup getDefaultInstanceForType()
Returns
TypeDescription
OSPolicy.ResourceGroup

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1.OSPolicy.InventoryFilterOrBuilder>

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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.cloud.osconfig.v1.OSPolicy.ResourceOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(OSPolicy.ResourceGroup other)

public OSPolicy.ResourceGroup.Builder mergeFrom(OSPolicy.ResourceGroup other)
Parameter
NameDescription
otherOSPolicy.ResourceGroup
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

public OSPolicy.ResourceGroup.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicy.ResourceGroup.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder
Overrides

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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public OSPolicy.ResourceGroup.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder
Overrides

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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameters
NameDescription
indexint
valueOSPolicy.InventoryFilter
Returns
TypeDescription
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.v1.OSPolicy.InventoryFilter inventory_filters = 1;

Parameters
NameDescription
indexint
builderForValueOSPolicy.InventoryFilter.Builder
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder

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

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

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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueOSPolicy.Resource
Returns
TypeDescription
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.v1.OSPolicy.Resource resources = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueOSPolicy.Resource.Builder
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final OSPolicy.ResourceGroup.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
OSPolicy.ResourceGroup.Builder
Overrides