Reference documentation and code samples for the Google Cloud Assured Workloads V1beta1 Client class CreateWorkloadOperationMetadata.
Operation metadata to give request details of CreateWorkload.
Generated from protobuf message google.cloud.assuredworkloads.v1beta1.CreateWorkloadOperationMetadata
Namespace
Google \ Cloud \ AssuredWorkloads \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ create_time |
Google\Protobuf\Timestamp
Optional. Time when the operation was created. |
↳ display_name |
string
Optional. The display name of the workload. |
↳ parent |
string
Optional. The parent of the workload. |
↳ compliance_regime |
int
Optional. Compliance controls that should be applied to the resources managed by the workload. |
↳ resource_settings |
array<Google\Cloud\AssuredWorkloads\V1beta1\Workload\ResourceSettings>
Optional. Resource properties in the input that are used for creating/customizing workload resources. |
getCreateTime
Optional. Time when the operation was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Optional. Time when the operation was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Optional. The display name of the workload.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Optional. The display name of the workload.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getParent
Optional. The parent of the workload.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Optional. The parent of the workload.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getComplianceRegime
Optional. Compliance controls that should be applied to the resources managed by the workload.
| Returns | |
|---|---|
| Type | Description |
int |
|
setComplianceRegime
Optional. Compliance controls that should be applied to the resources managed by the workload.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResourceSettings
Optional. Resource properties in the input that are used for creating/customizing workload resources.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setResourceSettings
Optional. Resource properties in the input that are used for creating/customizing workload resources.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\AssuredWorkloads\V1beta1\Workload\ResourceSettings>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|