Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class Resource.
Resource in execution result.
Generated from protobuf message google.cloud.workloadmanager.v1.Resource
Namespace
Google \ Cloud \ WorkloadManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ type |
string
The type of resource. |
↳ name |
string
The name of the resource. |
↳ service_account |
string
The service account associated with the resource. |
getType
The type of resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setType
The type of resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getName
The name of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
The name of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getServiceAccount
The service account associated with the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setServiceAccount
The service account associated with the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|