Migration Center v1 API - Class ListAssetsResponse (1.0.0)

public sealed class ListAssetsResponse : IMessage<ListAssetsResponse>, IEquatable<ListAssetsResponse>, IDeepCloneable<ListAssetsResponse>, IBufferMessage, IMessage, IPageResponse<Asset>, IEnumerable<Asset>, IEnumerable

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

Response message for listing assets.

Inheritance

object > ListAssetsResponse

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

Google.Cloud.MigrationCenter.V1.dll

Constructors

ListAssetsResponse()

public ListAssetsResponse()

ListAssetsResponse(ListAssetsResponse)

public ListAssetsResponse(ListAssetsResponse other)
Parameter
NameDescription
otherListAssetsResponse

Properties

Assets

public RepeatedField<Asset> Assets { get; }

A list of assets.

Property Value
TypeDescription
RepeatedFieldAsset

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<Asset> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorAsset