Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AssetsExportJobsResource.ListRequest

Lists all the assets export jobs in a given project and location.

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

MethodName

Gets the method name.

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

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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