| Modifier and Type | Method and Description |
|---|---|
static Product.Availability |
Product.Availability.forNumber(int value) |
Product.Availability |
Product.getAvailability()
The online availability of the [Product][google.cloud.retail.v2.Product].
|
Product.Availability |
Product.Builder.getAvailability()
The online availability of the [Product][google.cloud.retail.v2.Product].
|
Product.Availability |
ProductOrBuilder.getAvailability()
The online availability of the [Product][google.cloud.retail.v2.Product].
|
static Product.Availability |
Product.Availability.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Product.Availability |
Product.Availability.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Product.Availability |
Product.Availability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Product.Availability[] |
Product.Availability.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<Product.Availability> |
Product.Availability.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Product.Builder |
Product.Builder.setAvailability(Product.Availability value)
The online availability of the [Product][google.cloud.retail.v2.Product].
|
Copyright © 2023 Google LLC. All rights reserved.