Google Cloud Spanner Database Administration v1 API - Class ListDatabaseRolesRequest (5.0.0-beta02)

public sealed class ListDatabaseRolesRequest : IPageRequest, IMessage<ListDatabaseRolesRequest>, IEquatable<ListDatabaseRolesRequest>, IDeepCloneable<ListDatabaseRolesRequest>, IBufferMessage, IMessage

Reference 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].

Inheritance

object > ListDatabaseRolesRequest

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

Google.Cloud.Spanner.Admin.Database.V1.dll

Constructors

ListDatabaseRolesRequest()

public ListDatabaseRolesRequest()

ListDatabaseRolesRequest(ListDatabaseRolesRequest)

public ListDatabaseRolesRequest(ListDatabaseRolesRequest other)
Parameter
NameDescription
otherListDatabaseRolesRequest

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
TypeDescription
int

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

ParentAsDatabaseName

public DatabaseName ParentAsDatabaseName { get; set; }

Google.Cloud.Spanner.Common.V1.DatabaseName-typed view over the Parent resource name property.

Property Value
TypeDescription
Google.Cloud.Spanner.Common.V1.DatabaseName