Firestore Admin v1 API - Class ListDatabasesResponse (3.5.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
RepeatedFieldDatabase

Unreachable

public RepeatedField<string> Unreachable { get; }

In the event that data about individual databases cannot be listed they will be recorded here.

An example entry might be: projects/some_project/locations/some_location This can happen if the Cloud Region that the Database resides in is currently unavailable. In this case we can't fetch all the details about the database. You may be able to get a more detailed error message (or possibly fetch the resource) by sending a 'Get' request for the resource or a 'List' request for the specific location.

Property Value
TypeDescription
RepeatedFieldstring