AlloyDB v1alpha API - Class ListDatabasesResponse (1.0.0-alpha07)

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

Reference documentation and code samples for the AlloyDB v1alpha API class ListDatabasesResponse.

Message for response to listing Databases.

Inheritance

object > ListDatabasesResponse

Namespace

Google.Cloud.AlloyDb.V1Alpha

Assembly

Google.Cloud.AlloyDb.V1Alpha.dll

Constructors

ListDatabasesResponse()

public ListDatabasesResponse()

ListDatabasesResponse(ListDatabasesResponse)

public ListDatabasesResponse(ListDatabasesResponse other)
Parameter
NameDescription
otherListDatabasesResponse

Properties

Databases

public RepeatedField<Database> Databases { get; }

The list of databases

Property Value
TypeDescription
RepeatedFieldDatabase

NextPageToken

public string NextPageToken { get; set; }

A token identifying the next page of results the server should return. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Database> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorDatabase