public interface ListProductsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
Product |
getProducts(int index)
List of products.
|
int |
getProductsCount()
List of products.
|
List<Product> |
getProductsList()
List of products.
|
ProductOrBuilder |
getProductsOrBuilder(int index)
List of products.
|
List<? extends ProductOrBuilder> |
getProductsOrBuilderList()
List of products.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Product> getProductsList()
List of products.
repeated .google.cloud.vision.v1p3beta1.Product products = 1;Product getProducts(int index)
List of products.
repeated .google.cloud.vision.v1p3beta1.Product products = 1;int getProductsCount()
List of products.
repeated .google.cloud.vision.v1p3beta1.Product products = 1;List<? extends ProductOrBuilder> getProductsOrBuilderList()
List of products.
repeated .google.cloud.vision.v1p3beta1.Product products = 1;ProductOrBuilder getProductsOrBuilder(int index)
List of products.
repeated .google.cloud.vision.v1p3beta1.Product products = 1;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;com.google.protobuf.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;Copyright © 2023 Google LLC. All rights reserved.