Class ListDataItemsResponse (2.1.0)

public sealed class ListDataItemsResponse : IMessage<ListDataItemsResponse>, IEquatable<ListDataItemsResponse>, IDeepCloneable<ListDataItemsResponse>, IBufferMessage, IMessage, IPageResponse<DataItem>, IEnumerable<DataItem>, IEnumerable

Response message for [DatasetService.ListDataItems][google.cloud.aiplatform.v1.DatasetService.ListDataItems].

Inheritance

Object > ListDataItemsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListDataItemsResponse()

public ListDataItemsResponse()

ListDataItemsResponse(ListDataItemsResponse)

public ListDataItemsResponse(ListDataItemsResponse other)
Parameter
NameDescription
otherListDataItemsResponse

Properties

DataItems

public RepeatedField<DataItem> DataItems { get; }

A list of DataItems that matches the specified filter in the request.

Property Value
TypeDescription
RepeatedField<DataItem>

NextPageToken

public string NextPageToken { get; set; }

The standard List next-page token.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<DataItem> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<DataItem>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator