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].
Implements
IPageResponseDatabaseRole, IEnumerableDatabaseRole, IEnumerable, IMessageListDatabaseRolesResponse, IEquatableListDatabaseRolesResponse, IDeepCloneableListDatabaseRolesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.Admin.Database.V1Assembly
Google.Cloud.Spanner.Admin.Database.V1.dll
Constructors
ListDatabaseRolesResponse()
public ListDatabaseRolesResponse()
ListDatabaseRolesResponse(ListDatabaseRolesResponse)
public ListDatabaseRolesResponse(ListDatabaseRolesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListDatabaseRolesResponse |
Properties
DatabaseRoles
public RepeatedField<DatabaseRole> DatabaseRoles { get; }
Database roles that matched the request.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<DatabaseRole> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorDatabaseRole |