Uses of Class
com.google.cloud.bigtable.admin.v2.models.Type
Packages that use Type
-
Uses of Type in com.google.cloud.bigtable.admin.v2.models
Subclasses of Type in com.google.cloud.bigtable.admin.v2.modelsModifier and TypeClassDescriptionstatic classA value that combines incremental updates into a summarized value.static classRepresents a string of bytes with a specific encoding.static classRepresents a 64-bit integer with a specific encoding.static classstatic classThis type is a marker type that allows types to be used as the input to the SUM aggregate function.Methods in com.google.cloud.bigtable.admin.v2.models that return TypeModifier and TypeMethodDescriptionabstract TypeType.Aggregate.getInputType()ColumnFamily.getValueType()Methods in com.google.cloud.bigtable.admin.v2.models with parameters of type TypeModifier and TypeMethodDescriptionCreateTableRequest.addFamily(String familyId, GCRules.GCRule gcRule, Type valueType) Adds a new columnFamily with aGCRules.GCRuleandTypeto the configuration.Adds a new columnFamily with aTypeto the configuration.ModifyColumnFamiliesRequest.addFamily(String familyId, GCRules.GCRule gcRule, Type valueType) Configures the name andTypeof the newColumnFamilyto be createdstatic Type.AggregateType.Aggregate.create(Type inputType, Type.Aggregate.Aggregator aggregator)