Access Context Manager V1 Client - Class ListGcpUserAccessBindingsResponse (0.5.4)

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

Response of ListGcpUserAccessBindings.

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

Namespace

Google \ Identity \ AccessContextManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ gcp_user_access_bindings array<Google\Identity\AccessContextManager\V1\GcpUserAccessBinding>

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

↳ next_page_token string

Token to get the next page of items. If blank, there are no more items.

getGcpUserAccessBindings

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setGcpUserAccessBindings

Parameter
Name Description
var array<Google\Identity\AccessContextManager\V1\GcpUserAccessBinding>
Returns
Type Description
$this

getNextPageToken

Token to get the next page of items. If blank, there are no more items.

Returns
Type Description
string

setNextPageToken

Token to get the next page of items. If blank, there are no more items.

Parameter
Name Description
var string
Returns
Type Description
$this