Access Context Manager V1 Client - Class ListGcpUserAccessBindingsResponse (0.3.5)

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

Response of [ListGcpUserAccessBindings] [google.identity.accesscontextmanager.v1.AccessContextManager.ListGcpUserAccessBindings].

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

Methods

__construct

Constructor.

Parameters
NameDescription
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

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setGcpUserAccessBindings

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

Parameter
NameDescription
var array<Google\Identity\AccessContextManager\V1\GcpUserAccessBinding>
Returns
TypeDescription
$this

getNextPageToken

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

Returns
TypeDescription
string

setNextPageToken

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this