Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.DatabasesResource.BackupSchedulesResource.ListRequest

Lists all the backup schedules for the database.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListBackupSchedulesResponse>
SpannerBaseServiceRequest<ListBackupSchedulesResponse>
ProjectsResource.InstancesResource.DatabasesResource.BackupSchedulesResource.ListRequest
Implements
IClientServiceRequest<ListBackupSchedulesResponse>
IClientServiceRequest
Inherited Members
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.Xgafv
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.AccessToken
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.Alt
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.Callback
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.Fields
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.Key
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.OauthToken
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.PrettyPrint
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.QuotaUser
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.UploadType
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.UploadProtocol
ClientServiceRequest<ListBackupSchedulesResponse>.Execute()
ClientServiceRequest<ListBackupSchedulesResponse>.ExecuteAsStream()
ClientServiceRequest<ListBackupSchedulesResponse>.ExecuteAsync()
ClientServiceRequest<ListBackupSchedulesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListBackupSchedulesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListBackupSchedulesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListBackupSchedulesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListBackupSchedulesResponse>.GenerateRequestUri()
ClientServiceRequest<ListBackupSchedulesResponse>.GetBody()
ClientServiceRequest<ListBackupSchedulesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListBackupSchedulesResponse>.ETagAction
ClientServiceRequest<ListBackupSchedulesResponse>.ModifyRequest
ClientServiceRequest<ListBackupSchedulesResponse>.ValidateParameters
ClientServiceRequest<ListBackupSchedulesResponse>.ApiVersion
ClientServiceRequest<ListBackupSchedulesResponse>.RequestParameters
ClientServiceRequest<ListBackupSchedulesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Spanner.v1
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class ProjectsResource.InstancesResource.DatabasesResource.BackupSchedulesResource.ListRequest : SpannerBaseServiceRequest<ListBackupSchedulesResponse>, IClientServiceRequest<ListBackupSchedulesResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListBackupSchedulesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListBackupSchedulesResponse>.MethodName

PageSize

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

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. If non-empty, page_token should contain a next_page_token from a previous ListBackupSchedulesResponse to the same parent.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

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

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListBackupSchedulesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
SpannerBaseServiceRequest<ListBackupSchedulesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX