Cloud Spanner V1 Client - Class ListBackupSchedulesResponse (1.82.0)

Reference documentation and code samples for the Cloud Spanner V1 Client class ListBackupSchedulesResponse.

The response for ListBackupSchedules.

Generated from protobuf message google.spanner.admin.database.v1.ListBackupSchedulesResponse

Namespace

Google \ Cloud \ Spanner \ Admin \ Database \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ backup_schedules array<Google\Cloud\Spanner\Admin\Database\V1\BackupSchedule>

The list of backup schedules for a database.

↳ next_page_token string

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

getBackupSchedules

The list of backup schedules for a database.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setBackupSchedules

The list of backup schedules for a database.

Parameter
Name Description
var array<Google\Cloud\Spanner\Admin\Database\V1\BackupSchedule>
Returns
Type Description
$this

getNextPageToken

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

Returns
Type Description
string

setNextPageToken

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

Parameter
Name Description
var string
Returns
Type Description
$this