public interface ListProductSetsResponseOrBuilder
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.
|
ProductSet |
getProductSets(int index)
List of ProductSets.
|
int |
getProductSetsCount()
List of ProductSets.
|
List<ProductSet> |
getProductSetsList()
List of ProductSets.
|
ProductSetOrBuilder |
getProductSetsOrBuilder(int index)
List of ProductSets.
|
List<? extends ProductSetOrBuilder> |
getProductSetsOrBuilderList()
List of ProductSets.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ProductSet> getProductSetsList()
List of ProductSets.
repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 1;ProductSet getProductSets(int index)
List of ProductSets.
repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 1;int getProductSetsCount()
List of ProductSets.
repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 1;List<? extends ProductSetOrBuilder> getProductSetsOrBuilderList()
List of ProductSets.
repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 1;ProductSetOrBuilder getProductSetsOrBuilder(int index)
List of ProductSets.
repeated .google.cloud.vision.v1p4beta1.ProductSet product_sets = 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 © 2020 Google LLC. All rights reserved.