Google Cloud Security Command Center V2 Client - Class BatchCreateResourceValueConfigsRequest (1.28.1)

Reference documentation and code samples for the Google Cloud Security Command Center V2 Client class BatchCreateResourceValueConfigsRequest.

Request message to create multiple resource value configs

Generated from protobuf message google.cloud.securitycenter.v2.BatchCreateResourceValueConfigsRequest

Namespace

Google \ Cloud \ SecurityCenter \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the new ResourceValueConfig's parent. The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field.

↳ requests array<Google\Cloud\SecurityCenter\V2\CreateResourceValueConfigRequest>

Required. The resource value configs to be created.

getParent

Required. Resource name of the new ResourceValueConfig's parent.

The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field.

Returns
Type Description
string

setParent

Required. Resource name of the new ResourceValueConfig's parent.

The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field.

Parameter
Name Description
var string
Returns
Type Description
$this

getRequests

Required. The resource value configs to be created.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setRequests

Required. The resource value configs to be created.

Parameter
Name Description
var array<Google\Cloud\SecurityCenter\V2\CreateResourceValueConfigRequest>
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. Resource name of the new ResourceValueConfig's parent. The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field. Please see Google\Cloud\SecurityCenter\V2\SecurityCenterClient::organizationName() for help formatting this field.

requests array<Google\Cloud\SecurityCenter\V2\CreateResourceValueConfigRequest>

Required. The resource value configs to be created.

Returns
Type Description
Google\Cloud\SecurityCenter\V2\BatchCreateResourceValueConfigsRequest