Vision AI v1 API - Class ViewIndexedAssetsRequest (1.0.0-beta01)

public sealed class ViewIndexedAssetsRequest : IMessage<ViewIndexedAssetsRequest>, IEquatable<ViewIndexedAssetsRequest>, IDeepCloneable<ViewIndexedAssetsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Vision AI v1 API class ViewIndexedAssetsRequest.

Request message for ViewIndexedAssets.

Inheritance

object > ViewIndexedAssetsRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ViewIndexedAssetsRequest()

public ViewIndexedAssetsRequest()

ViewIndexedAssetsRequest(ViewIndexedAssetsRequest)

public ViewIndexedAssetsRequest(ViewIndexedAssetsRequest other)
Parameter
Name Description
other ViewIndexedAssetsRequest

Properties

Filter

public string Filter { get; set; }

The filter applied to the returned list. Only the following filterings are supported: "asset_id = xxxx", which returns asset with specified id. "asset_id = xxxx, yyyy, zzzz", which returns assets with specified ids.

Property Value
Type Description
string

Index

public string Index { get; set; }

Required. The index that owns this collection of assets. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/indexes/{index}

Property Value
Type Description
string

IndexAsIndexName

public IndexName IndexAsIndexName { get; set; }

IndexName-typed view over the Index resource name property.

Property Value
Type Description
IndexName

PageSize

public int PageSize { get; set; }

The maximum number of assets to return. The service may return fewer than this value. If unspecified, at most 50 assets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

A page token, received from a previous ViewIndexedAssets call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ViewIndexedAssets must match the call that provided the page token.

Property Value
Type Description
string