Interface ListProductsInProductSetResponseOrBuilder (3.40.0)

public interface ListProductsInProductSetResponseOrBuilder 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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.

getProducts(int index)

public abstract Product getProducts(int index)

The list of Products.

repeated .google.cloud.vision.v1p3beta1.Product products = 1;

Parameter
Name Description
index int
Returns
Type Description
Product

getProductsCount()

public abstract int getProductsCount()

The list of Products.

repeated .google.cloud.vision.v1p3beta1.Product products = 1;

Returns
Type Description
int

getProductsList()

public abstract List<Product> getProductsList()

The list of Products.

repeated .google.cloud.vision.v1p3beta1.Product products = 1;

Returns
Type Description
List<Product>

getProductsOrBuilder(int index)

public abstract ProductOrBuilder getProductsOrBuilder(int index)

The list of Products.

repeated .google.cloud.vision.v1p3beta1.Product products = 1;

Parameter
Name Description
index int
Returns
Type Description
ProductOrBuilder

getProductsOrBuilderList()

public abstract List<? extends ProductOrBuilder> getProductsOrBuilderList()

The list of Products.

repeated .google.cloud.vision.v1p3beta1.Product products = 1;

Returns
Type Description
List<? extends com.google.cloud.vision.v1p3beta1.ProductOrBuilder>