public sealed class ListDataAssetsResponse : IMessage<ListDataAssetsResponse>, IEquatable<ListDataAssetsResponse>, IDeepCloneable<ListDataAssetsResponse>, IBufferMessage, IMessage, IPageResponse<DataAsset>, IEnumerable<DataAsset>, IEnumerableReference documentation and code samples for the Cloud Dataplex v1 API class ListDataAssetsResponse.
Response message for listing data assets.
Implements
IMessageListDataAssetsResponse, IEquatableListDataAssetsResponse, IDeepCloneableListDataAssetsResponse, IBufferMessage, IMessage, IPageResponseDataAsset, IEnumerableDataAsset, IEnumerableNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ListDataAssetsResponse()
public ListDataAssetsResponse()ListDataAssetsResponse(ListDataAssetsResponse)
public ListDataAssetsResponse(ListDataAssetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDataAssetsResponse |
Properties
DataAssets
public RepeatedField<DataAsset> DataAssets { get; }The data assets for the requested filter criteria.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldDataAsset |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is empty, then there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<DataAsset> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorDataAsset |
|