Class ListDatabasesResponse.Builder (3.16.3)

public static final class ListDatabasesResponse.Builder extends GeneratedMessageV3.Builder<ListDatabasesResponse.Builder> implements ListDatabasesResponseOrBuilder

The list of databases for a project.

Protobuf type google.firestore.admin.v1.ListDatabasesResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllDatabases(Iterable<? extends Database> values)

public ListDatabasesResponse.Builder addAllDatabases(Iterable<? extends Database> values)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.firestore.admin.v1.Database>
Returns
TypeDescription
ListDatabasesResponse.Builder

addAllUnreachable(Iterable<String> values)

public ListDatabasesResponse.Builder addAllUnreachable(Iterable<String> values)

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.

repeated string unreachable = 3;

Parameter
NameDescription
valuesIterable<String>

The unreachable to add.

Returns
TypeDescription
ListDatabasesResponse.Builder

This builder for chaining.

addDatabases(Database value)

public ListDatabasesResponse.Builder addDatabases(Database value)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameter
NameDescription
valueDatabase
Returns
TypeDescription
ListDatabasesResponse.Builder

addDatabases(Database.Builder builderForValue)

public ListDatabasesResponse.Builder addDatabases(Database.Builder builderForValue)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameter
NameDescription
builderForValueDatabase.Builder
Returns
TypeDescription
ListDatabasesResponse.Builder

addDatabases(int index, Database value)

public ListDatabasesResponse.Builder addDatabases(int index, Database value)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameters
NameDescription
indexint
valueDatabase
Returns
TypeDescription
ListDatabasesResponse.Builder

addDatabases(int index, Database.Builder builderForValue)

public ListDatabasesResponse.Builder addDatabases(int index, Database.Builder builderForValue)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameters
NameDescription
indexint
builderForValueDatabase.Builder
Returns
TypeDescription
ListDatabasesResponse.Builder

addDatabasesBuilder()

public Database.Builder addDatabasesBuilder()

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Returns
TypeDescription
Database.Builder

addDatabasesBuilder(int index)

public Database.Builder addDatabasesBuilder(int index)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Database.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListDatabasesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

addUnreachable(String value)

public ListDatabasesResponse.Builder addUnreachable(String value)

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.

repeated string unreachable = 3;

Parameter
NameDescription
valueString

The unreachable to add.

Returns
TypeDescription
ListDatabasesResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListDatabasesResponse.Builder addUnreachableBytes(ByteString value)

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.

repeated string unreachable = 3;

Parameter
NameDescription
valueByteString

The bytes of the unreachable to add.

Returns
TypeDescription
ListDatabasesResponse.Builder

This builder for chaining.

build()

public ListDatabasesResponse build()
Returns
TypeDescription
ListDatabasesResponse

buildPartial()

public ListDatabasesResponse buildPartial()
Returns
TypeDescription
ListDatabasesResponse

clear()

public ListDatabasesResponse.Builder clear()
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

clearDatabases()

public ListDatabasesResponse.Builder clearDatabases()

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Returns
TypeDescription
ListDatabasesResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListDatabasesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListDatabasesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

clearUnreachable()

public ListDatabasesResponse.Builder clearUnreachable()

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.

repeated string unreachable = 3;

Returns
TypeDescription
ListDatabasesResponse.Builder

This builder for chaining.

clone()

public ListDatabasesResponse.Builder clone()
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

getDatabases(int index)

public Database getDatabases(int index)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Database

getDatabasesBuilder(int index)

public Database.Builder getDatabasesBuilder(int index)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Database.Builder

getDatabasesBuilderList()

public List<Database.Builder> getDatabasesBuilderList()

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Returns
TypeDescription
List<Builder>

getDatabasesCount()

public int getDatabasesCount()

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Returns
TypeDescription
int

getDatabasesList()

public List<Database> getDatabasesList()

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Returns
TypeDescription
List<Database>

getDatabasesOrBuilder(int index)

public DatabaseOrBuilder getDatabasesOrBuilder(int index)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DatabaseOrBuilder

getDatabasesOrBuilderList()

public List<? extends DatabaseOrBuilder> getDatabasesOrBuilderList()

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Returns
TypeDescription
List<? extends com.google.firestore.admin.v1.DatabaseOrBuilder>

getDefaultInstanceForType()

public ListDatabasesResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDatabasesResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getUnreachable(int index)

public String getUnreachable(int index)

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.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

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.

repeated string unreachable = 3;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

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.

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

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.

repeated string unreachable = 3;

Returns
TypeDescription
ProtocolStringList

A list containing the unreachable.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListDatabasesResponse other)

public ListDatabasesResponse.Builder mergeFrom(ListDatabasesResponse other)
Parameter
NameDescription
otherListDatabasesResponse
Returns
TypeDescription
ListDatabasesResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListDatabasesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListDatabasesResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListDatabasesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

removeDatabases(int index)

public ListDatabasesResponse.Builder removeDatabases(int index)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListDatabasesResponse.Builder

setDatabases(int index, Database value)

public ListDatabasesResponse.Builder setDatabases(int index, Database value)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameters
NameDescription
indexint
valueDatabase
Returns
TypeDescription
ListDatabasesResponse.Builder

setDatabases(int index, Database.Builder builderForValue)

public ListDatabasesResponse.Builder setDatabases(int index, Database.Builder builderForValue)

The databases in the project.

repeated .google.firestore.admin.v1.Database databases = 1;

Parameters
NameDescription
indexint
builderForValueDatabase.Builder
Returns
TypeDescription
ListDatabasesResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListDatabasesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListDatabasesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListDatabasesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDatabasesResponse.Builder
Overrides

setUnreachable(int index, String value)

public ListDatabasesResponse.Builder setUnreachable(int index, String value)

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.

repeated string unreachable = 3;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The unreachable to set.

Returns
TypeDescription
ListDatabasesResponse.Builder

This builder for chaining.