public interface ListBackupsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Backup |
|
getBackupsCount()
public abstract int getBackupsCount()List of all backups for the project.
repeated .google.firestore.admin.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBackupsList()
public abstract List<Backup> getBackupsList()List of all backups for the project.
repeated .google.firestore.admin.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackupOrBuilder |
|
getBackupsOrBuilderList()
public abstract List<? extends BackupOrBuilder> getBackupsOrBuilderList()List of all backups for the project.
repeated .google.firestore.admin.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |