Interface ListBackupSchedulesResponseOrBuilder (6.74.1)

public interface ListBackupSchedulesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackupSchedules(int index)

public abstract BackupSchedule getBackupSchedules(int index)

The list of backup schedules for a database.

repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;

Parameter
Name Description
index int
Returns
Type Description
BackupSchedule

getBackupSchedulesCount()

public abstract int getBackupSchedulesCount()

The list of backup schedules for a database.

repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;

Returns
Type Description
int

getBackupSchedulesList()

public abstract List<BackupSchedule> getBackupSchedulesList()

The list of backup schedules for a database.

repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;

Returns
Type Description
List<BackupSchedule>

getBackupSchedulesOrBuilder(int index)

public abstract BackupScheduleOrBuilder getBackupSchedulesOrBuilder(int index)

The list of backup schedules for a database.

repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;

Parameter
Name Description
index int
Returns
Type Description
BackupScheduleOrBuilder

getBackupSchedulesOrBuilderList()

public abstract List<? extends BackupScheduleOrBuilder> getBackupSchedulesOrBuilderList()

The list of backup schedules for a database.

repeated .google.spanner.admin.database.v1.BackupSchedule backup_schedules = 1;

Returns
Type Description
List<? extends com.google.spanner.admin.database.v1.BackupScheduleOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

next_page_token can be sent in a subsequent ListBackupSchedules call to fetch more of the schedules.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

next_page_token can be sent in a subsequent ListBackupSchedules call to fetch more of the schedules.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.