Uses of Class
com.google.bigtable.admin.v2.Table.TimestampGranularity
-
Packages that use Table.TimestampGranularity Package Description com.google.bigtable.admin.v2 -
-
Uses of Table.TimestampGranularity in com.google.bigtable.admin.v2
Methods in com.google.bigtable.admin.v2 that return Table.TimestampGranularity Modifier and Type Method Description static Table.TimestampGranularity
Table.TimestampGranularity. forNumber(int value)
Table.TimestampGranularity
Table.Builder. getGranularity()
Immutable.Table.TimestampGranularity
Table. getGranularity()
Immutable.Table.TimestampGranularity
TableOrBuilder. getGranularity()
Immutable.static Table.TimestampGranularity
Table.TimestampGranularity. valueOf(int value)
Deprecated.static Table.TimestampGranularity
Table.TimestampGranularity. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.bigtable.admin.v2 that return types with arguments of type Table.TimestampGranularity Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Table.TimestampGranularity>
Table.TimestampGranularity. internalGetValueMap()
Methods in com.google.bigtable.admin.v2 with parameters of type Table.TimestampGranularity Modifier and Type Method Description Table.Builder
Table.Builder. setGranularity(Table.TimestampGranularity value)
Immutable.
-