Package com.google.cloud.bigtable.common
Class Type.Bytes
java.lang.Object
com.google.cloud.bigtable.common.Type.Bytes
- All Implemented Interfaces:
Type,SqlType<com.google.protobuf.ByteString>,Serializable
- Enclosing interface:
- Type
public abstract static class Type.Bytes
extends Object
implements Type, SqlType<com.google.protobuf.ByteString>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.google.cloud.bigtable.data.v2.models.sql.SqlType
SqlType.Array<Elem>, SqlType.Code, SqlType.Map<K,V>, SqlType.Struct Nested classes/interfaces inherited from interface com.google.cloud.bigtable.common.Type
Type.Array<Elem>, Type.Bool, Type.Bytes, Type.Date, Type.DefaultInstances, Type.Float32, Type.Float64, Type.Int64, Type.Map<K,V>, Type.SchemalessStruct, Type.String, Type.StructWithSchema, Type.Timestamp -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Bytes
public Bytes()
-
-
Method Details
-
create
-
getCode
- Specified by:
getCodein interfaceSqlType<com.google.protobuf.ByteString>- Returns:
SqlType.Codeenum for this type
-
toString
-