Google Cloud Spanner Database Administration v1 API - Class ListDatabasesResponse (4.5.0)

public sealed class ListDatabasesResponse : IPageResponse<Database>, IEnumerable<Database>, IEnumerable, IMessage<ListDatabasesResponse>, IEquatable<ListDatabasesResponse>, IDeepCloneable<ListDatabasesResponse>, IBufferMessage, IMessage

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

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

Inheritance

object > ListDatabasesResponse

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

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

Constructors

ListDatabasesResponse()

public ListDatabasesResponse()

ListDatabasesResponse(ListDatabasesResponse)

public ListDatabasesResponse(ListDatabasesResponse other)
Parameter
NameDescription
otherListDatabasesResponse

Properties

Databases

public RepeatedField<Database> Databases { get; }

Databases that matched the request.

Property Value
TypeDescription
RepeatedFieldDatabase

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Database> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDatabase