Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ImageImportsResource.ImageImportJobsResource.GetRequest

Gets details of a single ImageImportJob.

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

MethodName

Gets the method name.

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

Name

Required. The ImageImportJob name.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
VMMigrationServiceBaseServiceRequest<ImageImportJob>.InitParameters()

Implements

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