Send feedback
Class ListBackupsResponse.Builder (2.10.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.10.0 keyboard_arrow_down
public static final class ListBackupsResponse . Builder extends GeneratedMessageV3 . Builder<ListBackupsResponse . Builder > implements ListBackupsResponseOrBuilder
The response for ListBackups .
Protobuf type google.bigtable.admin.v2.ListBackupsResponse
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addAllBackups(Iterable<? extends Backup> values)
public ListBackupsResponse . Builder addAllBackups ( Iterable <? extends Backup > values )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameter
Name Description values Iterable <? extends com.google.bigtable.admin.v2.Backup >
Returns
addBackups(Backup value)
public ListBackupsResponse . Builder addBackups ( Backup value )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameter
Returns
addBackups(Backup.Builder builderForValue)
public ListBackupsResponse . Builder addBackups ( Backup . Builder builderForValue )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameter
Returns
addBackups(int index, Backup value)
public ListBackupsResponse . Builder addBackups ( int index , Backup value )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameters
Returns
addBackups(int index, Backup.Builder builderForValue)
public ListBackupsResponse . Builder addBackups ( int index , Backup . Builder builderForValue )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameters
Returns
addBackupsBuilder()
public Backup . Builder addBackupsBuilder ()
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Returns
addBackupsBuilder(int index)
public Backup . Builder addBackupsBuilder ( int index )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListBackupsResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public ListBackupsResponse build ()
Returns
buildPartial()
public ListBackupsResponse buildPartial ()
Returns
clear()
public ListBackupsResponse . Builder clear ()
Returns
Overrides
clearBackups()
public ListBackupsResponse . Builder clearBackups ()
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Returns
clearField(Descriptors.FieldDescriptor field)
public ListBackupsResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
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
clearOneof(Descriptors.OneofDescriptor oneof)
public ListBackupsResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public ListBackupsResponse . Builder clone ()
Returns
Overrides
getBackups(int index)
public Backup getBackups ( int index )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameter
Returns
getBackupsBuilder(int index)
public Backup . Builder getBackupsBuilder ( int index )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameter
Returns
getBackupsBuilderList()
public List<Backup . Builder > getBackupsBuilderList ()
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Returns
getBackupsCount()
public int getBackupsCount ()
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Returns
getBackupsList()
public List<Backup> getBackupsList ()
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Returns
getBackupsOrBuilder(int index)
public BackupOrBuilder getBackupsOrBuilder ( int index )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameter
Returns
getBackupsOrBuilderList()
public List <? extends BackupOrBuilder > getBackupsOrBuilderList ()
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Returns
Type Description List <? extends com.google.bigtable.admin.v2.BackupOrBuilder >
getDefaultInstanceForType()
public ListBackupsResponse getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
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 GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(ListBackupsResponse other)
public ListBackupsResponse . Builder mergeFrom ( ListBackupsResponse other )
Parameter
Returns
public ListBackupsResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListBackupsResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListBackupsResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
removeBackups(int index)
public ListBackupsResponse . Builder removeBackups ( int index )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameter
Returns
setBackups(int index, Backup value)
public ListBackupsResponse . Builder setBackups ( int index , Backup value )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameters
Returns
setBackups(int index, Backup.Builder builderForValue)
public ListBackupsResponse . Builder setBackups ( int index , Backup . Builder builderForValue )
The list of matching backups.
repeated .google.bigtable.admin.v2.Backup backups = 1;
Parameters
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListBackupsResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
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 String
The nextPageToken to set.
Returns
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 ByteString
The bytes for nextPageToken to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListBackupsResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListBackupsResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]