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

public sealed class ListDatabaseRolesResponse : IPageResponse<DatabaseRole>, IEnumerable<DatabaseRole>, IEnumerable, IMessage<ListDatabaseRolesResponse>, IEquatable<ListDatabaseRolesResponse>, IDeepCloneable<ListDatabaseRolesResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class ListDatabaseRolesResponse.

The response for [ListDatabaseRoles][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseRoles].

Inheritance

object > ListDatabaseRolesResponse

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

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

Constructors

ListDatabaseRolesResponse()

public ListDatabaseRolesResponse()

ListDatabaseRolesResponse(ListDatabaseRolesResponse)

public ListDatabaseRolesResponse(ListDatabaseRolesResponse other)
Parameter
NameDescription
otherListDatabaseRolesResponse

Properties

DatabaseRoles

public RepeatedField<DatabaseRole> DatabaseRoles { get; }

Database roles that matched the request.

Property Value
TypeDescription
RepeatedFieldDatabaseRole

NextPageToken

public string NextPageToken { get; set; }

next_page_token can be sent in a subsequent [ListDatabaseRoles][google.spanner.admin.database.v1.DatabaseAdmin.ListDatabaseRoles] call to fetch more of the matching roles.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<DatabaseRole> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorDatabaseRole