Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.VolumesResource.LunsResource.ListRequest

List storage volume luns for given storage volume.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListLunsResponse>.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 ListLunsRequest.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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