| Modifier and Type | Method and Description |
|---|---|
static Listing.Category |
Listing.Category.forNumber(int value) |
Listing.Category |
Listing.getCategories(int index)
Optional.
|
Listing.Category |
Listing.Builder.getCategories(int index)
Optional.
|
Listing.Category |
ListingOrBuilder.getCategories(int index)
Optional.
|
static Listing.Category |
Listing.Category.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Listing.Category |
Listing.Category.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Listing.Category |
Listing.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Listing.Category[] |
Listing.Category.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Listing.Category> |
Listing.getCategoriesList()
Optional.
|
List<Listing.Category> |
Listing.Builder.getCategoriesList()
Optional.
|
List<Listing.Category> |
ListingOrBuilder.getCategoriesList()
Optional.
|
static com.google.protobuf.Internal.EnumLiteMap<Listing.Category> |
Listing.Category.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Listing.Builder |
Listing.Builder.addCategories(Listing.Category value)
Optional.
|
Listing.Builder |
Listing.Builder.setCategories(int index,
Listing.Category value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Listing.Builder |
Listing.Builder.addAllCategories(Iterable<? extends Listing.Category> values)
Optional.
|
Copyright © 2025 Google LLC. All rights reserved.