| Modifier and Type | Method and Description |
|---|---|
static Table.TimestampGranularity |
Table.TimestampGranularity.forNumber(int value) |
Table.TimestampGranularity |
Table.getGranularity()
Immutable.
|
Table.TimestampGranularity |
Table.Builder.getGranularity()
Immutable.
|
Table.TimestampGranularity |
TableOrBuilder.getGranularity()
Immutable.
|
static Table.TimestampGranularity |
Table.TimestampGranularity.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Table.TimestampGranularity |
Table.TimestampGranularity.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Table.TimestampGranularity |
Table.TimestampGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Table.TimestampGranularity[] |
Table.TimestampGranularity.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<Table.TimestampGranularity> |
Table.TimestampGranularity.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Table.Builder |
Table.Builder.setGranularity(Table.TimestampGranularity value)
Immutable.
|
Copyright © 2022 Google LLC. All rights reserved.