Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class GetFrameworkDeploymentRequest.
Request message for GetFrameworkDeployment.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.GetFrameworkDeploymentRequest
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. FrameworkDeployment name in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id} |
getName
Required. FrameworkDeployment name in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
Returns | |
---|---|
Type | Description |
string |
setName
Required. FrameworkDeployment name in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. FrameworkDeployment name in the following format: organizations/{organization}/locations/{location}/frameworkDeployments/{framework_deployment_id} Please see DeploymentClient::frameworkDeploymentName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
GetFrameworkDeploymentRequest |