Class ListDataItemsResponse
Results of listing data items in a dataset.
Inheritance
System.Object
ListDataItemsResponse
Implements
System.IEquatable<ListDataItemsResponse>
Google.Protobuf.IBufferMessage
System.Collections.Generic.IEnumerable<DataItem>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ListDataItemsResponse : IMessage<ListDataItemsResponse>, IEquatable<ListDataItemsResponse>, IDeepCloneable<ListDataItemsResponse>, IBufferMessage, IMessage, IPageResponse<DataItem>, IEnumerable<DataItem>, IEnumerable
Constructors
ListDataItemsResponse()
Declaration
public ListDataItemsResponse()
ListDataItemsResponse(ListDataItemsResponse)
Declaration
public ListDataItemsResponse(ListDataItemsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListDataItemsResponse | other |
Properties
DataItems
The list of data items to return.
Declaration
public RepeatedField<DataItem> DataItems { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<DataItem> |
NextPageToken
A token to retrieve next page of results.
Declaration
public string NextPageToken { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<DataItem> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<DataItem> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable.GetEnumerator()