Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.OsImagesResource.ListRequest

Retrieves the list of OS images which are currently approved.

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

MethodName

Gets the method name.

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

PageSize

Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default. Notice that page_size field is not supported and won't be respected in the API request for now, will be updated when pagination is supported.

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 ListOSImagesRequest.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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