Firestore Admin v1 API - Class ListDatabasesResponse (3.1.0)

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

Reference documentation and code samples for the Firestore Admin v1 API class ListDatabasesResponse.

The list of databases for a project.

Inheritance

Object > ListDatabasesResponse

Namespace

Google.Cloud.Firestore.Admin.V1

Assembly

Google.Cloud.Firestore.Admin.V1.dll

Constructors

ListDatabasesResponse()

public ListDatabasesResponse()

ListDatabasesResponse(ListDatabasesResponse)

public ListDatabasesResponse(ListDatabasesResponse other)
Parameter
NameDescription
otherListDatabasesResponse

Properties

Databases

public RepeatedField<Database> Databases { get; }

The databases in the project.

Property Value
TypeDescription
RepeatedField<Database>