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.
Implements
IMessageListErrorFramesRequest, IEquatableListErrorFramesRequest, IDeepCloneableListErrorFramesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ListErrorFramesRequest()
public ListErrorFramesRequest()
ListErrorFramesRequest(ListErrorFramesRequest)
public ListErrorFramesRequest(ListErrorFramesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListErrorFramesRequest |
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 | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Parent value (the source) for ListErrorFramesRequest
.
Property Value | |
---|---|
Type | Description |
string |
ParentAsSourceName
public SourceName ParentAsSourceName { get; set; }
SourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ErrorFrameView |