Cloud Spanner V1 Client - Class ListDatabaseRolesRequest (1.77.0)

Reference documentation and code samples for the Cloud Spanner V1 Client class ListDatabaseRolesRequest.

The request for ListDatabaseRoles.

Generated from protobuf message google.spanner.admin.database.v1.ListDatabaseRolesRequest

Namespace

Google \ Cloud \ Spanner \ Admin \ Database \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

โ†ณ parent string

Required. The database whose roles should be listed. Values are of the form projects/<project>/instances/<instance>/databases/<database>.

โ†ณ page_size int

Number of database roles to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

โ†ณ page_token string

If non-empty, page_token should contain a next_page_token from a previous ListDatabaseRolesResponse.

getParent

Required. The database whose roles should be listed.

Values are of the form projects/<project>/instances/<instance>/databases/<database>.

Returns
Type Description
string

setParent

Required. The database whose roles should be listed.

Values are of the form projects/<project>/instances/<instance>/databases/<database>.

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Number of database roles to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

Returns
Type Description
int

setPageSize

Number of database roles to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

If non-empty, page_token should contain a next_page_token from a previous ListDatabaseRolesResponse.

Returns
Type Description
string

setPageToken

If non-empty, page_token should contain a next_page_token from a previous ListDatabaseRolesResponse.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. The database whose roles should be listed. Values are of the form projects/<project>/instances/<instance>/databases/<database>. Please see Google\Cloud\Spanner\Admin\Database\V1\DatabaseAdminClient::databaseName() for help formatting this field.

Returns
Type Description
Google\Cloud\Spanner\Admin\Database\V1\ListDatabaseRolesRequest