public sealed class ListDatabaseRolesRequest : IPageRequest, IMessage<ListDatabaseRolesRequest>, IEquatable<ListDatabaseRolesRequest>, IDeepCloneable<ListDatabaseRolesRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class ListDatabaseRolesRequest.
The request for [ListDatabaseRoles][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseRoles].
Implements
IPageRequest, IMessage<ListDatabaseRolesRequest>, IEquatable<ListDatabaseRolesRequest>, IDeepCloneable<ListDatabaseRolesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
ListDatabaseRolesRequest()
public ListDatabaseRolesRequest()ListDatabaseRolesRequest(ListDatabaseRolesRequest)
public ListDatabaseRolesRequest(ListDatabaseRolesRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | ListDatabaseRolesRequest | 
Properties
PageSize
public int PageSize { get; set; }Number of database roles to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.
| Property Value | |
|---|---|
| Type | Description | 
| Int32 | |
PageToken
public string PageToken { get; set; }If non-empty, page_token should contain a
[next_page_token][google.spanner.admin.database.v1.ListDatabaseRolesResponse.next_page_token] from a
previous [ListDatabaseRolesResponse][google.spanner.admin.database.v1.ListDatabaseRolesResponse].
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Parent
public string Parent { get; set; }Required. The database whose roles should be listed.
Values are of the form
projects/<project>/instances/<instance>/databases/<database>/databaseRoles.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
ParentAsDatabaseName
public DatabaseName ParentAsDatabaseName { get; set; }DatabaseName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description | 
| DatabaseName | |