Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RestoreChannelsResource.RestorePlanBindingsResource.ListRequest

Lists RestorePlanBindings in a given location.

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

Filter

Optional. Field match expression used to filter the results.

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<ListRestorePlanBindingsResponse>.HttpMethod

MethodName

Gets the method name.

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

OrderBy

Optional. Field by which to sort the results.

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

PageSize

Optional. The target number of results 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 ListRestorePlanBindings call. Provide this to retrieve the subsequent page in a multi-page list of results. When paginating, all other parameters provided to ListRestorePlanBindings 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 RestoreChannel that contains the ListRestorePlanBindings to list. Format: projects/*/locations/*/restoreChannels/*

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BackupforGKEBaseServiceRequest<ListRestorePlanBindingsResponse>.InitParameters()

Implements

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