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
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 |
↳ 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, |
getParent
Required. The database whose roles should be listed.
Values are of the form
projects/<project>/instances/<instance>/databases/<database>/databaseRoles
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The database whose roles should be listed.
Values are of the form
projects/<project>/instances/<instance>/databases/<database>/databaseRoles
.
Generated from protobuf field string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = {
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.
Generated from protobuf field int32 page_size = 2;
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.
Generated from protobuf field int32 page_size = 2;
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.
Generated from protobuf field string page_token = 3;
Returns | |
---|---|
Type | Description |
string |
setPageToken
If non-empty, page_token
should contain a
next_page_token from a
previous ListDatabaseRolesResponse.
Generated from protobuf field string page_token = 3;
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |