public interface ListProductsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getProducts(int index)
public abstract Product getProducts(int index)List of Products requested.
repeated .google.cloud.channel.v1.Product products = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Product |
|
getProductsCount()
public abstract int getProductsCount()List of Products requested.
repeated .google.cloud.channel.v1.Product products = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getProductsList()
public abstract List<Product> getProductsList()List of Products requested.
repeated .google.cloud.channel.v1.Product products = 1;
| Returns | |
|---|---|
| Type | Description |
List<Product> |
|
getProductsOrBuilder(int index)
public abstract ProductOrBuilder getProductsOrBuilder(int index)List of Products requested.
repeated .google.cloud.channel.v1.Product products = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ProductOrBuilder |
|
getProductsOrBuilderList()
public abstract List<? extends ProductOrBuilder> getProductsOrBuilderList()List of Products requested.
repeated .google.cloud.channel.v1.Product products = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.channel.v1.ProductOrBuilder> |
|