Interface ListAssetsResponseOrBuilder (0.2.0)

public interface ListAssetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAssets(int index)

public abstract Asset getAssets(int index)

The assets from the specified corpus.

repeated .google.cloud.visionai.v1.Asset assets = 1;

Parameter
Name Description
index int
Returns
Type Description
Asset

getAssetsCount()

public abstract int getAssetsCount()

The assets from the specified corpus.

repeated .google.cloud.visionai.v1.Asset assets = 1;

Returns
Type Description
int

getAssetsList()

public abstract List<Asset> getAssetsList()

The assets from the specified corpus.

repeated .google.cloud.visionai.v1.Asset assets = 1;

Returns
Type Description
List<Asset>

getAssetsOrBuilder(int index)

public abstract AssetOrBuilder getAssetsOrBuilder(int index)

The assets from the specified corpus.

repeated .google.cloud.visionai.v1.Asset assets = 1;

Parameter
Name Description
index int
Returns
Type Description
AssetOrBuilder

getAssetsOrBuilderList()

public abstract List<? extends AssetOrBuilder> getAssetsOrBuilderList()

The assets from the specified corpus.

repeated .google.cloud.visionai.v1.Asset assets = 1;

Returns
Type Description
List<? extends com.google.cloud.visionai.v1.AssetOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.