| Modifier and Type | Method and Description |
|---|---|
static Insight.Category |
Insight.Category.forNumber(int value) |
Insight.Category |
InsightOrBuilder.getCategory()
Category being targeted by the insight.
|
Insight.Category |
Insight.getCategory()
Category being targeted by the insight.
|
Insight.Category |
Insight.Builder.getCategory()
Category being targeted by the insight.
|
static Insight.Category |
Insight.Category.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Insight.Category |
Insight.Category.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Insight.Category |
Insight.Category.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Insight.Category[] |
Insight.Category.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<Insight.Category> |
Insight.Category.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Insight.Builder |
Insight.Builder.setCategory(Insight.Category value)
Category being targeted by the insight.
|
Copyright © 2020 Google LLC. All rights reserved.