Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BackupPlansResource.RevisionsResource.ListRequest

Lists BackupPlanRevisions in a given project and location.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of BackupPlans to return in a single response. If not specified, a default value will be chosen by the service. Note that the response may include a partial list and a caller should only rely on the response's next_page_token to determine if there are more instances left to be queried.

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

PageToken

Optional. The value of next_page_token received from a previous ListBackupPlans call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to ListBackupPlans 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 project and location for which to retrieve BackupPlanRevisions information. Format: projects/{project}/locations/{location}/backupPlans/{backup_plan}. In Cloud BackupDR, locations map to GCP regions, for e.g. us-central1.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BackupdrBaseServiceRequest<ListBackupPlanRevisionsResponse>.InitParameters()

Implements

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