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

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

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

Request message for ListAssets.

Inheritance

object > ListAssetsRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

Google.Cloud.VisionAI.V1.dll

Constructors

ListAssetsRequest()

public ListAssetsRequest()

ListAssetsRequest(ListAssetsRequest)

public ListAssetsRequest(ListAssetsRequest other)
Parameter
Name Description
other ListAssetsRequest

Properties

Filter

public string Filter { get; set; }

The filter applied to the returned list. Only the following filterings are supported: "assets_with_contents = true", which returns assets with contents uploaded; "assets_with_contents = false", which returns assets without contents.

Property Value
Type Description
string

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 ListAssets call. Provide this to retrieve the subsequent page.

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The parent, which owns this collection of assets. Format: projects/{project_number}/locations/{location}/corpora/{corpus}

Property Value
Type Description
string

ParentAsCorpusName

public CorpusName ParentAsCorpusName { get; set; }

CorpusName-typed view over the Parent resource name property.

Property Value
Type Description
CorpusName