Class Type.Bytes (2.42.0)

public abstract static class Type.Bytes implements Type, SqlType<ByteString>

Inheritance

java.lang.Object > Type.Bytes

Implements

Type, com.google.cloud.bigtable.data.v2.models.sql.SqlType<com.google.protobuf.ByteString>

Static Methods

create()

public static Type.Bytes create()
Returns
Type Description
Type.Bytes

Constructors

Bytes()

public Bytes()

Methods

getCode()

public SqlType.Code getCode()
Returns
Type Description
SqlType.Code

toString()

public String toString()
Returns
Type Description
String
Overrides