Interface ListBackupsResponseOrBuilder (3.20.0)

public interface ListBackupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackups(int index)

public abstract Backup getBackups(int index)

List of all backups for the project.

repeated .google.firestore.admin.v1.Backup backups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Backup

getBackupsCount()

public abstract int getBackupsCount()

List of all backups for the project.

repeated .google.firestore.admin.v1.Backup backups = 1;

Returns
TypeDescription
int

getBackupsList()

public abstract List<Backup> getBackupsList()

List of all backups for the project.

repeated .google.firestore.admin.v1.Backup backups = 1;

Returns
TypeDescription
List<Backup>

getBackupsOrBuilder(int index)

public abstract BackupOrBuilder getBackupsOrBuilder(int index)

List of all backups for the project.

repeated .google.firestore.admin.v1.Backup backups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
BackupOrBuilder

getBackupsOrBuilderList()

public abstract List<? extends BackupOrBuilder> getBackupsOrBuilderList()

List of all backups for the project.

repeated .google.firestore.admin.v1.Backup backups = 1;

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

getUnreachable(int index)

public abstract String getUnreachable(int index)

List of locations that existing backups were not able to be fetched from.

Instead of failing the entire requests when a single location is unreachable, this response returns a partial result set and list of locations unable to be reached here. The request can be retried against a single location to get a concrete error.

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 abstract ByteString getUnreachableBytes(int index)

List of locations that existing backups were not able to be fetched from.

Instead of failing the entire requests when a single location is unreachable, this response returns a partial result set and list of locations unable to be reached here. The request can be retried against a single location to get a concrete error.

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 abstract int getUnreachableCount()

List of locations that existing backups were not able to be fetched from.

Instead of failing the entire requests when a single location is unreachable, this response returns a partial result set and list of locations unable to be reached here. The request can be retried against a single location to get a concrete error.

repeated string unreachable = 3;

Returns
TypeDescription
int

The count of unreachable.

getUnreachableList()

public abstract List<String> getUnreachableList()

List of locations that existing backups were not able to be fetched from.

Instead of failing the entire requests when a single location is unreachable, this response returns a partial result set and list of locations unable to be reached here. The request can be retried against a single location to get a concrete error.

repeated string unreachable = 3;

Returns
TypeDescription
List<String>

A list containing the unreachable.