Access Context Manager V1 Client - Class ListGcpUserAccessBindingsRequest (0.5.4)

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

Request of ListGcpUserAccessBindings.

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

Namespace

Google \ Identity \ AccessContextManager \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Example: "organizations/256"

↳ page_size int

Optional. Maximum number of items to return. The server may return fewer items. If left blank, the server may return any number of items.

↳ page_token string

Optional. If left blank, returns the first page. To enumerate all items, use the [next_page_token] [google.identity.accesscontextmanager.v1.ListGcpUserAccessBindingsResponse.next_page_token] from your previous list operation.

getParent

Required. Example: "organizations/256"

Returns
Type Description
string

setParent

Required. Example: "organizations/256"

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. Maximum number of items to return. The server may return fewer items.

If left blank, the server may return any number of items.

Returns
Type Description
int

setPageSize

Optional. Maximum number of items to return. The server may return fewer items.

If left blank, the server may return any number of items.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. If left blank, returns the first page. To enumerate all items, use the next_page_token from your previous list operation.

Returns
Type Description
string

setPageToken

Optional. If left blank, returns the first page. To enumerate all items, use the next_page_token from your previous list operation.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. Example: "organizations/256" Please see Google\Identity\AccessContextManager\V1\AccessContextManagerClient::organizationName() for help formatting this field.

Returns
Type Description
Google\Identity\AccessContextManager\V1\ListGcpUserAccessBindingsRequest