Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SourcesResource.ErrorFramesResource.ListRequest

Lists all error frames in a given source and location.

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

MethodName

Gets the method name.

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

PageSize

Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

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

PageToken

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

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

Parent

Required. Parent value (the source) for ListErrorFramesRequest.

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

View

Optional. An optional view mode to control the level of details of each error frame. The default is a BASIC frame view.

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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