Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.VolumesResource.SnapshotsResource.ListRequest

Returns descriptions of all snapshots for a volume.

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

List filter.

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

MethodName

Gets the method name.

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

OrderBy

Sort results. Supported values are "name", "name desc" or "" (unsorted).

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

PageSize

The maximum number of items to return.

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

PageToken

The next_page_token value to use if there are additional results to retrieve for this list request.

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

Parent

Required. The volume for which to retrieve snapshot information, in the format projects/{project_id}/locations/{location}/volumes/{volume_id}.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
NetAppFilesBaseServiceRequest<ListSnapshotsResponse>.InitParameters()

Implements

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