Reference documentation and code samples for the Compute V1 Client class SetIamPolicyReservationSubBlockRequest.
A request message for ReservationSubBlocks.SetIamPolicy. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.SetIamPolicyReservationSubBlockRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent_resource |
string
Name or id of parent resource of the resource for this request. |
↳ project |
string
Project ID for this request. |
↳ resource |
string
Name or id of the resource for this request. |
↳ zone |
string
The name of the zone for this request. |
↳ zone_set_nested_policy_request_resource |
ZoneSetNestedPolicyRequest
The body resource for this request |
getParentResource
Name or id of parent resource of the resource for this request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParentResource
Name or id of parent resource of the resource for this request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProject
Project ID for this request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProject
Project ID for this request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getResource
Name or id of the resource for this request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setResource
Name or id of the resource for this request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getZone
The name of the zone for this request.
| Returns | |
|---|---|
| Type | Description |
string |
|
setZone
The name of the zone for this request.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getZoneSetNestedPolicyRequestResource
The body resource for this request
| Returns | |
|---|---|
| Type | Description |
ZoneSetNestedPolicyRequest|null |
|
hasZoneSetNestedPolicyRequestResource
clearZoneSetNestedPolicyRequestResource
setZoneSetNestedPolicyRequestResource
The body resource for this request
| Parameter | |
|---|---|
| Name | Description |
var |
ZoneSetNestedPolicyRequest
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
project |
string
Project ID for this request. |
zone |
string
The name of the zone for this request. |
parentResource |
string
Name or id of parent resource of the resource for this request. |
resource |
string
Name or id of the resource for this request. |
zoneSetNestedPolicyRequestResource |
ZoneSetNestedPolicyRequest
The body resource for this request |
| Returns | |
|---|---|
| Type | Description |
SetIamPolicyReservationSubBlockRequest |
|