Migration Center v1 API - Class ListSourcesResponse (1.1.0)

public sealed class ListSourcesResponse : IMessage<ListSourcesResponse>, IEquatable<ListSourcesResponse>, IDeepCloneable<ListSourcesResponse>, IBufferMessage, IMessage, IPageResponse<Source>, IEnumerable<Source>, IEnumerable

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

Response message for listing sources.

Inheritance

object > ListSourcesResponse

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ListSourcesResponse()

public ListSourcesResponse()

ListSourcesResponse(ListSourcesResponse)

public ListSourcesResponse(ListSourcesResponse other)
Parameter
NameDescription
otherListSourcesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Sources

public RepeatedField<Source> Sources { get; }

The list of sources.

Property Value
TypeDescription
RepeatedFieldSource

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Source> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorSource