Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class CreateFrameworkDeploymentRequest.
The request message for CreateFrameworkDeployment.
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 framework deployment in the format |
↳ framework_deployment_id |
string
Optional. An identifier for the framework deployment that's unique in scope of the parent. If you don't specify a value, then a random UUID is generated. |
↳ framework_deployment |
FrameworkDeployment
Required. The framework deployment that you're creating. |
getParent
Required. The parent resource of the framework deployment in the format
organizations/{organization}/locations/{location}.
Only the global location is supported.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource of the framework deployment in the format
organizations/{organization}/locations/{location}.
Only the global location is supported.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFrameworkDeploymentId
Optional. An identifier for the framework deployment that's unique in scope of the parent. If you don't specify a value, then a random UUID is generated.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFrameworkDeploymentId
Optional. An identifier for the framework deployment that's unique in scope of the parent. If you don't specify a value, then a random UUID is generated.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFrameworkDeployment
Required. The framework deployment that you're creating.
| Returns | |
|---|---|
| Type | Description |
FrameworkDeployment|null |
|
hasFrameworkDeployment
clearFrameworkDeployment
setFrameworkDeployment
Required. The framework deployment that you're creating.
| Parameter | |
|---|---|
| Name | Description |
var |
FrameworkDeployment
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource of the framework deployment in the format
|
frameworkDeployment |
FrameworkDeployment
Required. The framework deployment that you're creating. |
frameworkDeploymentId |
string
Optional. An identifier for the framework deployment that's unique in scope of the parent. If you don't specify a value, then a random UUID is generated. |
| Returns | |
|---|---|
| Type | Description |
CreateFrameworkDeploymentRequest |
|