public sealed class ListAssetsResponse : IMessage<ListAssetsResponse>, IEquatable<ListAssetsResponse>, IDeepCloneable<ListAssetsResponse>, IBufferMessage, IMessage, IPageResponse<Asset>, IEnumerable<Asset>, IEnumerableReference documentation and code samples for the Vision AI v1 API class ListAssetsResponse.
Response message for ListAssets.
Implements
IMessageListAssetsResponse, IEquatableListAssetsResponse, IDeepCloneableListAssetsResponse, IBufferMessage, IMessage, IPageResponseAsset, IEnumerableAsset, IEnumerableNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ListAssetsResponse()
public ListAssetsResponse()ListAssetsResponse(ListAssetsResponse)
public ListAssetsResponse(ListAssetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListAssetsResponse |
Properties
Assets
public RepeatedField<Asset> Assets { get; }The assets from the specified corpus.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldAsset |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<Asset> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorAsset |
|