Access Context Manager V1 Client - Class ListGcpUserAccessBindingsRequest (0.3.5)

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

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

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

Methods

__construct

Constructor.

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

setParent

Required. Example: "organizations/256"

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

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.

Returns
TypeDescription
string

setPageToken

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this