Migration Center v1 API - Class ListErrorFramesRequest (1.0.0)

public sealed class ListErrorFramesRequest : IMessage<ListErrorFramesRequest>, IEquatable<ListErrorFramesRequest>, IDeepCloneable<ListErrorFramesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Migration Center v1 API class ListErrorFramesRequest.

A request to list error frames for a source.

Inheritance

object > ListErrorFramesRequest

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ListErrorFramesRequest()

public ListErrorFramesRequest()

ListErrorFramesRequest(ListErrorFramesRequest)

public ListErrorFramesRequest(ListErrorFramesRequest other)
Parameter
NameDescription
otherListErrorFramesRequest

Properties

PageSize

public int PageSize { get; set; }

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

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Parent value (the source) for ListErrorFramesRequest.

Property Value
TypeDescription
string

ParentAsSourceName

public SourceName ParentAsSourceName { get; set; }

SourceName-typed view over the Parent resource name property.

Property Value
TypeDescription
SourceName

View

public ErrorFrameView View { get; set; }

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

Property Value
TypeDescription
ErrorFrameView