Google Cloud Security Command Center V1 Client - Class CreateSourceRequest (1.20.2)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class CreateSourceRequest.

Request message for creating a source.

Generated from protobuf message google.cloud.securitycenter.v1.CreateSourceRequest

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".

↳ source Google\Cloud\SecurityCenter\V1\Source

Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.

getParent

Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".

Returns
TypeDescription
string

setParent

Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSource

Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\Source|null

hasSource

clearSource

setSource

Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.

Parameter
NameDescription
var Google\Cloud\SecurityCenter\V1\Source
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. Resource name of the new source's parent. Its format should be "organizations/[organization_id]". Please see Google\Cloud\SecurityCenter\V1\SecurityCenterClient::organizationName() for help formatting this field.

source Google\Cloud\SecurityCenter\V1\Source

Required. The Source being created, only the display_name and description will be used. All other fields will be ignored.

Returns
TypeDescription
Google\Cloud\SecurityCenter\V1\CreateSourceRequest