Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.ReportExportJobsResource.GetRequest

Gets the details of a report export job.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ReportExportJob>.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<ReportExportJob>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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