Cloud Dataplex v1 API - Class ListDataProductsResponse (3.13.0)

public sealed class ListDataProductsResponse : IMessage<ListDataProductsResponse>, IEquatable<ListDataProductsResponse>, IDeepCloneable<ListDataProductsResponse>, IBufferMessage, IMessage, IPageResponse<DataProduct>, IEnumerable<DataProduct>, IEnumerable

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

Response message for listing data products.

Inheritance

object > ListDataProductsResponse

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ListDataProductsResponse()

public ListDataProductsResponse()

ListDataProductsResponse(ListDataProductsResponse)

public ListDataProductsResponse(ListDataProductsResponse other)
Parameter
Name Description
other ListDataProductsResponse

Properties

DataProducts

public RepeatedField<DataProduct> DataProducts { get; }

The data products for the requested filter criteria.

Property Value
Type Description
RepeatedFieldDataProduct

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

Unreachable

public RepeatedField<string> Unreachable { get; }

Unordered list. Locations that the service couldn't reach.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<DataProduct> GetEnumerator()

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

Returns
Type Description
IEnumeratorDataProduct