Google Cloud Spanner Database Administration v1 API - Class ListBackupSchedulesRequest (5.0.0-beta04)

public sealed class ListBackupSchedulesRequest : IMessage<ListBackupSchedulesRequest>, IEquatable<ListBackupSchedulesRequest>, IDeepCloneable<ListBackupSchedulesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Google Cloud Spanner Database Administration v1 API class ListBackupSchedulesRequest.

The request for [ListBackupSchedules][google.spanner.admin.database.v1.DatabaseAdmin.ListBackupSchedules].

Inheritance

object > ListBackupSchedulesRequest

Namespace

Google.Cloud.Spanner.Admin.Database.V1

Assembly

Google.Cloud.Spanner.Admin.Database.V1.dll

Constructors

ListBackupSchedulesRequest()

public ListBackupSchedulesRequest()

ListBackupSchedulesRequest(ListBackupSchedulesRequest)

public ListBackupSchedulesRequest(ListBackupSchedulesRequest other)
Parameter
Name Description
other ListBackupSchedulesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. Number of backup schedules to be returned in the response. If 0 or less, defaults to the server's maximum allowed page size.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

Optional. If non-empty, page_token should contain a [next_page_token][google.spanner.admin.database.v1.ListBackupSchedulesResponse.next_page_token] from a previous [ListBackupSchedulesResponse][google.spanner.admin.database.v1.ListBackupSchedulesResponse] to the same parent.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. Database is the parent resource whose backup schedules should be listed. Values are of the form projects/<project>/instances/<instance>/databases/<database>

Property Value
Type Description
string

ParentAsDatabaseName

public DatabaseName ParentAsDatabaseName { get; set; }

Google.Cloud.Spanner.Common.V1.DatabaseName-typed view over the Parent resource name property.

Property Value
Type Description
Google.Cloud.Spanner.Common.V1.DatabaseName