Reference documentation and code samples for the Google Cloud Security Compliance V1 Client class FrameworkDeploymentReference.
The reference to a FrameworkDeployment.
Generated from protobuf message google.cloud.cloudsecuritycompliance.v1.FrameworkDeploymentReference
Namespace
Google \ Cloud \ CloudSecurityCompliance \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ framework_deployment |
string
Output only. The name of the FrameworkDeployment. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id} |
↳ framework_reference |
FrameworkReference
Optional. The reference to the Framework that this deployment is for. Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 } |
↳ framework_display_name |
string
Optional. The display name of the Framework that this FrameworkDeployment is for. |
getFrameworkDeployment
Output only. The name of the FrameworkDeployment. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}
Returns | |
---|---|
Type | Description |
string |
setFrameworkDeployment
Output only. The name of the FrameworkDeployment. The format is: organizations/{org}/locations/{location}/frameworkDeployments/{framework_deployment_id}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFrameworkReference
Optional. The reference to the Framework that this deployment is for.
Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }
Returns | |
---|---|
Type | Description |
FrameworkReference|null |
hasFrameworkReference
clearFrameworkReference
setFrameworkReference
Optional. The reference to the Framework that this deployment is for.
Example: { framework: "organizations/{org}/locations/{location}/frameworks/{framework}", major_revision_id: 1 }
Parameter | |
---|---|
Name | Description |
var |
FrameworkReference
|
Returns | |
---|---|
Type | Description |
$this |
getFrameworkDisplayName
Optional. The display name of the Framework that this FrameworkDeployment is for.
Returns | |
---|---|
Type | Description |
string |
setFrameworkDisplayName
Optional. The display name of the Framework that this FrameworkDeployment is for.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |