public sealed class ViewIndexedAssetsResponse : IMessage<ViewIndexedAssetsResponse>, IEquatable<ViewIndexedAssetsResponse>, IDeepCloneable<ViewIndexedAssetsResponse>, IBufferMessage, IMessage, IPageResponse<IndexedAsset>, IEnumerable<IndexedAsset>, IEnumerableReference documentation and code samples for the Vision AI v1 API class ViewIndexedAssetsResponse.
Response message for ViewIndexedAssets.
Implements
IMessageViewIndexedAssetsResponse, IEquatableViewIndexedAssetsResponse, IDeepCloneableViewIndexedAssetsResponse, IBufferMessage, IMessage, IPageResponseIndexedAsset, IEnumerableIndexedAsset, IEnumerableNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
ViewIndexedAssetsResponse()
public ViewIndexedAssetsResponse()ViewIndexedAssetsResponse(ViewIndexedAssetsResponse)
public ViewIndexedAssetsResponse(ViewIndexedAssetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ViewIndexedAssetsResponse |
Properties
IndexedAssets
public RepeatedField<IndexedAsset> IndexedAssets { get; }The assets from the specified index.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldIndexedAsset |
|
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<IndexedAsset> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorIndexedAsset |
|