Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ReportConfigsResource.ReportsResource.ListRequest

Lists Reports in a given ReportConfig.

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

Filter

Filtering results.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

OrderBy

Field to sort by. See https://google.aip.dev/132#ordering for more details.

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

PageSize

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

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 value for ListReportsRequest.

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

View

Determines what information to retrieve for each Report.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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