Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ImportJobsResource.GetRequest

Gets the details of an import job.

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

MethodName

Gets the method name.

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

Name

Required. Name of the resource.

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

View

Optional. The level of details of the import job. Default value is FULL.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.ImportJobsResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type Description
ProjectsResource.LocationsResource.ImportJobsResource.GetRequest.ViewEnum?

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
MigrationCenterAPIBaseServiceRequest<ImportJob>.InitParameters()

Implements

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