Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.VolumesResource.SnapshotsResource.ListRequest

Retrieves the list of snapshots for the specified volume. Returns a response with an empty list of snapshots if called for a non-boot volume.

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

MethodName

Gets the method name.

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

PageSize

Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.

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

PageToken

A token identifying a page of results from the server.

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

Parent

Required. Parent value for ListVolumesRequest.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
BaremetalsolutionBaseServiceRequest<ListVolumeSnapshotsResponse>.InitParameters()

Implements

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