| Modifier and Type | Method and Description |
|---|---|
static ProductSearchCategory |
ProductSearchCategory.forNumber(int value) |
ProductSearchCategory |
ProductSearchResultsOrBuilder.getCategory()
Product category.
|
ProductSearchCategory |
ProductSearchParams.getCategory()
The category to search in.
|
ProductSearchCategory |
ProductSearchParams.Builder.getCategory()
The category to search in.
|
ProductSearchCategory |
ProductSearchParamsOrBuilder.getCategory()
The category to search in.
|
ProductSearchCategory |
ProductSearchResults.getCategory()
Product category.
|
ProductSearchCategory |
ProductSearchResults.Builder.getCategory()
Product category.
|
static ProductSearchCategory |
ProductSearchCategory.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProductSearchCategory |
ProductSearchCategory.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProductSearchCategory |
ProductSearchCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProductSearchCategory[] |
ProductSearchCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<ProductSearchCategory> |
ProductSearchCategory.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ProductSearchParams.Builder |
ProductSearchParams.Builder.setCategory(ProductSearchCategory value)
The category to search in.
|
ProductSearchResults.Builder |
ProductSearchResults.Builder.setCategory(ProductSearchCategory value)
Product category.
|
Copyright © 2020 Google LLC. All rights reserved.