Show / Hide Table of Contents

Class BackupsResource.ListBackupsRequest

Lists all backups associated with the project.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListBackupsResponse>
SQLAdminBaseServiceRequest<ListBackupsResponse>
BackupsResource.ListBackupsRequest
Implements
IClientServiceRequest<ListBackupsResponse>
IClientServiceRequest
Inherited Members
SQLAdminBaseServiceRequest<ListBackupsResponse>.Xgafv
SQLAdminBaseServiceRequest<ListBackupsResponse>.AccessToken
SQLAdminBaseServiceRequest<ListBackupsResponse>.Alt
SQLAdminBaseServiceRequest<ListBackupsResponse>.Callback
SQLAdminBaseServiceRequest<ListBackupsResponse>.Fields
SQLAdminBaseServiceRequest<ListBackupsResponse>.Key
SQLAdminBaseServiceRequest<ListBackupsResponse>.OauthToken
SQLAdminBaseServiceRequest<ListBackupsResponse>.PrettyPrint
SQLAdminBaseServiceRequest<ListBackupsResponse>.QuotaUser
SQLAdminBaseServiceRequest<ListBackupsResponse>.UploadType
SQLAdminBaseServiceRequest<ListBackupsResponse>.UploadProtocol
ClientServiceRequest<ListBackupsResponse>.Execute()
ClientServiceRequest<ListBackupsResponse>.ExecuteAsStream()
ClientServiceRequest<ListBackupsResponse>.ExecuteAsync()
ClientServiceRequest<ListBackupsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListBackupsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListBackupsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListBackupsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListBackupsResponse>.GenerateRequestUri()
ClientServiceRequest<ListBackupsResponse>.GetBody()
ClientServiceRequest<ListBackupsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListBackupsResponse>.ETagAction
ClientServiceRequest<ListBackupsResponse>.ModifyRequest
ClientServiceRequest<ListBackupsResponse>.ValidateParameters
ClientServiceRequest<ListBackupsResponse>.ApiVersion
ClientServiceRequest<ListBackupsResponse>.RequestParameters
ClientServiceRequest<ListBackupsResponse>.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.SQLAdmin.v1
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class BackupsResource.ListBackupsRequest : SQLAdminBaseServiceRequest<ListBackupsResponse>, IClientServiceRequest<ListBackupsResponse>, IClientServiceRequest

Constructors

ListBackupsRequest(IClientService, string)

Constructs a new ListBackups request.

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

Properties

Filter

Multiple filter queries are separated by spaces. For example, 'instance:abc AND type:FINAL, 'location:us', 'backupInterval.startTime&gt;=1950-01-01T01:01:25.771Z'. You can filter by type, instance, backupInterval.startTime (creation time), or location.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of backups to return per response. The service might return fewer backups than this value. If a value for this parameter isn't specified, then, at most, 500 backups are returned. The maximum value is 2,000. Any values that you set, which are greater than 2,000, are changed to 2,000.

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

PageToken

A page token, received from a previous ListBackups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListBackups must match the call that provided the page token.

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

Parent

Required. The parent that owns this collection of backups. Format: projects/{project}

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<ListBackupsResponse>.RestPath

Methods

InitParameters()

Initializes ListBackups parameter list.

Declaration
protected override void InitParameters()
Overrides
SQLAdminBaseServiceRequest<ListBackupsResponse>.InitParameters()

Implements

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