Migration Center v1 API - Class ListErrorFramesResponse (1.1.0)

public sealed class ListErrorFramesResponse : IMessage<ListErrorFramesResponse>, IEquatable<ListErrorFramesResponse>, IDeepCloneable<ListErrorFramesResponse>, IBufferMessage, IMessage, IPageResponse<ErrorFrame>, IEnumerable<ErrorFrame>, IEnumerable

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

A response for listing error frames.

Inheritance

object > ListErrorFramesResponse

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ListErrorFramesResponse()

public ListErrorFramesResponse()

ListErrorFramesResponse(ListErrorFramesResponse)

public ListErrorFramesResponse(ListErrorFramesResponse other)
Parameter
NameDescription
otherListErrorFramesResponse

Properties

ErrorFrames

public RepeatedField<ErrorFrame> ErrorFrames { get; }

The list of error frames.

Property Value
TypeDescription
RepeatedFieldErrorFrame

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ErrorFrame> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorErrorFrame