Access Context Manager V1 Client - Class UpdateGcpUserAccessBindingRequest (1.1.1)

Reference documentation and code samples for the Access Context Manager V1 Client class UpdateGcpUserAccessBindingRequest.

Request of UpdateGcpUserAccessBinding.

Generated from protobuf message google.identity.accesscontextmanager.v1.UpdateGcpUserAccessBindingRequest

Namespace

Google \ Identity \ AccessContextManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcp_user_access_binding GcpUserAccessBinding

Required. [GcpUserAccessBinding] [google.identity.accesscontextmanager.v1.GcpUserAccessBinding]

↳ update_mask Google\Protobuf\FieldMask

Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and must always be: update_mask { paths: "access_levels" }

getGcpUserAccessBinding

Returns
Type Description
GcpUserAccessBinding|null

hasGcpUserAccessBinding

clearGcpUserAccessBinding

setGcpUserAccessBinding

Parameter
Name Description
var GcpUserAccessBinding
Returns
Type Description
$this

getUpdateMask

Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and must always be: update_mask { paths: "access_levels" }

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and must always be: update_mask { paths: "access_levels" }

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
gcpUserAccessBinding GcpUserAccessBinding

Required. GcpUserAccessBinding

updateMask Google\Protobuf\FieldMask

Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and must always be:

update_mask { paths: "access_levels" }

Returns
Type Description
UpdateGcpUserAccessBindingRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.