- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class ListBackupsResponse.Builder extends GeneratedMessage.Builder<ListBackupsResponse.Builder> implements ListBackupsResponseOrBuilderThe response for ListBackups.
Protobuf type google.spanner.admin.database.v1.ListBackupsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListBackupsResponse.BuilderImplements
ListBackupsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllBackups(Iterable<? extends Backup> values)
public ListBackupsResponse.Builder addAllBackups(Iterable<? extends Backup> values) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.spanner.admin.database.v1.Backup> |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
addBackups(Backup value)
public ListBackupsResponse.Builder addBackups(Backup value) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Backup |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
addBackups(Backup.Builder builderForValue)
public ListBackupsResponse.Builder addBackups(Backup.Builder builderForValue) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Backup.Builder |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
addBackups(int index, Backup value)
public ListBackupsResponse.Builder addBackups(int index, Backup value) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Backup |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
addBackups(int index, Backup.Builder builderForValue)
public ListBackupsResponse.Builder addBackups(int index, Backup.Builder builderForValue) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Backup.Builder |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
addBackupsBuilder()
public Backup.Builder addBackupsBuilder() The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
Backup.Builder |
|
addBackupsBuilder(int index)
public Backup.Builder addBackupsBuilder(int index) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Backup.Builder |
|
build()
public ListBackupsResponse build()| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse |
|
buildPartial()
public ListBackupsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse |
|
clear()
public ListBackupsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
clearBackups()
public ListBackupsResponse.Builder clearBackups() The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
clearNextPageToken()
public ListBackupsResponse.Builder clearNextPageToken() next_page_token can be sent in a subsequent
ListBackups
call to fetch more of the matching backups.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
This builder for chaining. |
getBackups(int index)
public Backup getBackups(int index) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Backup |
|
getBackupsBuilder(int index)
public Backup.Builder getBackupsBuilder(int index) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Backup.Builder |
|
getBackupsBuilderList()
public List<Backup.Builder> getBackupsBuilderList() The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getBackupsCount()
public int getBackupsCount() The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getBackupsList()
public List<Backup> getBackupsList() The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
List<Backup> |
|
getBackupsOrBuilder(int index)
public BackupOrBuilder getBackupsOrBuilder(int index) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BackupOrBuilder |
|
getBackupsOrBuilderList()
public List<? extends BackupOrBuilder> getBackupsOrBuilderList() The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.spanner.admin.database.v1.BackupOrBuilder> |
|
getDefaultInstanceForType()
public ListBackupsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public String getNextPageToken() next_page_token can be sent in a subsequent
ListBackups
call to fetch more of the matching backups.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() next_page_token can be sent in a subsequent
ListBackups
call to fetch more of the matching backups.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListBackupsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListBackupsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
mergeFrom(ListBackupsResponse other)
public ListBackupsResponse.Builder mergeFrom(ListBackupsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListBackupsResponse |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
removeBackups(int index)
public ListBackupsResponse.Builder removeBackups(int index) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
setBackups(int index, Backup value)
public ListBackupsResponse.Builder setBackups(int index, Backup value) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Backup |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
setBackups(int index, Backup.Builder builderForValue)
public ListBackupsResponse.Builder setBackups(int index, Backup.Builder builderForValue) The list of matching backups. Backups returned are ordered by create_time
in descending order, starting from the most recent create_time.
repeated .google.spanner.admin.database.v1.Backup backups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Backup.Builder |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
|
setNextPageToken(String value)
public ListBackupsResponse.Builder setNextPageToken(String value) next_page_token can be sent in a subsequent
ListBackups
call to fetch more of the matching backups.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListBackupsResponse.Builder setNextPageTokenBytes(ByteString value) next_page_token can be sent in a subsequent
ListBackups
call to fetch more of the matching backups.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListBackupsResponse.Builder |
This builder for chaining. |