Interface ListProductSetsResponseOrBuilder (2.0.29)

public interface ListProductSetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getProductSets(int index)

public abstract ProductSet getProductSets(int index)

List of ProductSets.

repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProductSet

getProductSetsCount()

public abstract int getProductSetsCount()

List of ProductSets.

repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 1;

Returns
TypeDescription
int

getProductSetsList()

public abstract List<ProductSet> getProductSetsList()

List of ProductSets.

repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 1;

Returns
TypeDescription
List<ProductSet>

getProductSetsOrBuilder(int index)

public abstract ProductSetOrBuilder getProductSetsOrBuilder(int index)

List of ProductSets.

repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ProductSetOrBuilder

getProductSetsOrBuilderList()

public abstract List<? extends ProductSetOrBuilder> getProductSetsOrBuilderList()

List of ProductSets.

repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 1;

Returns
TypeDescription
List<? extends com.google.cloud.vision.v1p4beta1.ProductSetOrBuilder>