public sealed class ListDatabasesResponse : IMessage<ListDatabasesResponse>, IEquatable<ListDatabasesResponse>, IDeepCloneable<ListDatabasesResponse>, IBufferMessage, IMessage
The list of databases for a project.
Implements
IMessage<ListDatabasesResponse>, IEquatable<ListDatabasesResponse>, IDeepCloneable<ListDatabasesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Firestore.Admin.V1Assembly
Google.Cloud.Firestore.Admin.V1.dll
Constructors
ListDatabasesResponse()
public ListDatabasesResponse()
ListDatabasesResponse(ListDatabasesResponse)
public ListDatabasesResponse(ListDatabasesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDatabasesResponse |
Properties
Databases
public RepeatedField<Database> Databases { get; }
The databases in the project.
Property Value | |
---|---|
Type | Description |
RepeatedField<Database> |