Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ImageImportsResource.GetRequest

Gets details of a single ImageImport.

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

MethodName

Gets the method name.

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

Name

Required. The ImageImport 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<ImageImport>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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