Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class CreateFrameworkDeploymentRequest.
Request message for CreateFrameworkDeployment API.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.CreateFrameworkDeploymentRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported. |
↳ framework_deployment_id |
string
Optional. User provided identifier. It should be unique in scope of a parent. This is optional and if not provided, a random UUID will be generated. |
↳ framework_deployment |
FrameworkDeployment
Required. The FrameworkDeployment to be created. |
getParent
Required. The parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFrameworkDeploymentId
Optional. User provided identifier. It should be unique in scope of a parent. This is optional and if not provided, a random UUID will be generated.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFrameworkDeploymentId
Optional. User provided identifier. It should be unique in scope of a parent. This is optional and if not provided, a random UUID will be generated.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFrameworkDeployment
Required. The FrameworkDeployment to be created.
| Returns | |
|---|---|
| Type | Description |
FrameworkDeployment|null |
|
hasFrameworkDeployment
clearFrameworkDeployment
setFrameworkDeployment
Required. The FrameworkDeployment to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
FrameworkDeployment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource of the FrameworkDeployment in the format: organizations/{organization}/locations/{location} Only global location is supported. Please see DeploymentClient::organizationLocationName() for help formatting this field. |
frameworkDeployment |
FrameworkDeployment
Required. The FrameworkDeployment to be created. |
frameworkDeploymentId |
string
Optional. User provided identifier. It should be unique in scope of a parent. This is optional and if not provided, a random UUID will be generated. |
| Returns | |
|---|---|
| Type | Description |
CreateFrameworkDeploymentRequest |
|