public sealed class ListErrorFramesResponse : IMessage<ListErrorFramesResponse>, IEquatable<ListErrorFramesResponse>, IDeepCloneable<ListErrorFramesResponse>, IBufferMessage, IMessage, IPageResponse<ErrorFrame>, IEnumerable<ErrorFrame>, IEnumerableReference documentation and code samples for the Migration Center v1 API class ListErrorFramesResponse.
A response for listing error frames.
Implements
IMessageListErrorFramesResponse, IEquatableListErrorFramesResponse, IDeepCloneableListErrorFramesResponse, IBufferMessage, IMessage, IPageResponseErrorFrame, IEnumerableErrorFrame, IEnumerableNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
ListErrorFramesResponse()
public ListErrorFramesResponse()ListErrorFramesResponse(ListErrorFramesResponse)
public ListErrorFramesResponse(ListErrorFramesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListErrorFramesResponse |
Properties
ErrorFrames
public RepeatedField<ErrorFrame> ErrorFrames { get; }The list of error frames.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldErrorFrame |
|
NextPageToken
public string NextPageToken { get; set; }A token identifying a page of results the server should return.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Locations that could not be reached.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<ErrorFrame> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorErrorFrame |
|