| Modifier and Type | Method and Description |
|---|---|
static Dimension.DimensionKey |
Dimension.DimensionKey.forNumber(int value) |
Dimension.DimensionKey |
Dimension.getDimensionKey()
The key of the dimension.
|
Dimension.DimensionKey |
Dimension.Builder.getDimensionKey()
The key of the dimension.
|
Dimension.DimensionKey |
DimensionOrBuilder.getDimensionKey()
The key of the dimension.
|
static Dimension.DimensionKey |
Dimension.DimensionKey.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Dimension.DimensionKey |
Dimension.DimensionKey.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Dimension.DimensionKey |
Dimension.DimensionKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dimension.DimensionKey[] |
Dimension.DimensionKey.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<Dimension.DimensionKey> |
Dimension.DimensionKey.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Dimension.Builder |
Dimension.Builder.setDimensionKey(Dimension.DimensionKey value)
The key of the dimension.
|
Copyright © 2025 Google LLC. All rights reserved.