Class ListSourcesResponse (1.0.0)

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

Response message for 'ListSources' request.

Inheritance

Object > ListSourcesResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListSourcesResponse()

public ListSourcesResponse()

ListSourcesResponse(ListSourcesResponse)

public ListSourcesResponse(ListSourcesResponse other)
Parameter
NameDescription
otherListSourcesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Output only. A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
String

Sources

public RepeatedField<Source> Sources { get; }

Output only. The list of sources response.

Property Value
TypeDescription
RepeatedField<Source>

Unreachable

public RepeatedField<string> Unreachable { get; }

Output only. Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<Source> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Source>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator