Interface SqlType.Proto<T> (2.66.0)

public static interface SqlType.Proto<T> extends SqlType<T>

Represents a protobuf message type in SQL.

Implements

com.google.cloud.bigtable.data.v2.models.sql.SqlType<T>

Type Parameter

Name Description
T

Methods

getMessageName()

public abstract String getMessageName()
Returns
Type Description
String

getParserForType()

public abstract Parser<T> getParserForType()
Returns
Type Description
Parser<T>

the parser for the proto message.