Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class UpdateMembershipRBACRoleBindingRequest.
Request to update a membership rbacrolebinding.
Generated from protobuf message google.cloud.gkehub.v1.UpdateMembershipRBACRoleBindingRequest
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ rbacrolebinding |
RBACRoleBinding
Required. A rbacrolebinding with fields updated. The 'name' field in this rbacrolebinding is used to identify the resource to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The fields to be updated. |
getRbacrolebinding
Required. A rbacrolebinding with fields updated. The 'name' field in this rbacrolebinding is used to identify the resource to update.
| Returns | |
|---|---|
| Type | Description |
RBACRoleBinding|null |
|
hasRbacrolebinding
clearRbacrolebinding
setRbacrolebinding
Required. A rbacrolebinding with fields updated. The 'name' field in this rbacrolebinding is used to identify the resource to update.
| Parameter | |
|---|---|
| Name | Description |
var |
RBACRoleBinding
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateMask
Required. The fields to be updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null |
|
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The fields to be updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\FieldMask
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
rbacrolebinding |
RBACRoleBinding
Required. A rbacrolebinding with fields updated. The 'name' field in this rbacrolebinding is used to identify the resource to update. |
updateMask |
Google\Protobuf\FieldMask
Required. The fields to be updated. |
| Returns | |
|---|---|
| Type | Description |
UpdateMembershipRBACRoleBindingRequest |
|