Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.ReportExportJobsResource.ListRequest

Lists all the report export jobs for a given report.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. Requested page size. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default value.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A token identifying a page of results that the server should return.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. Parent report owning the export jobs.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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