Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.OsImagesResource.GetRequest

Get details of a single OS image.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Name of the OS image.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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