Cloud Dataplex v1 API - Class ListAssetsResponse (2.15.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class ListAssetsResponse.

List assets response.

Inheritance

object > ListAssetsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListAssetsResponse()

public ListAssetsResponse()

ListAssetsResponse(ListAssetsResponse)

public ListAssetsResponse(ListAssetsResponse other)
Parameter
NameDescription
otherListAssetsResponse

Properties

Assets

public RepeatedField<Asset> Assets { get; }

Asset under the given parent zone.

Property Value
TypeDescription
RepeatedFieldAsset

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Asset> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorAsset