Interface UDTEntityOrBuilder (2.40.0)

public interface UDTEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomFeatures()

public abstract Struct getCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 3;

Returns
TypeDescription
Struct

The customFeatures.

getCustomFeaturesOrBuilder()

public abstract StructOrBuilder getCustomFeaturesOrBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 3;

Returns
TypeDescription
StructOrBuilder

getUdtBody()

public abstract String getUdtBody()

The SQL code which creates the udt body.

string udt_body = 2;

Returns
TypeDescription
String

The udtBody.

getUdtBodyBytes()

public abstract ByteString getUdtBodyBytes()

The SQL code which creates the udt body.

string udt_body = 2;

Returns
TypeDescription
ByteString

The bytes for udtBody.

getUdtSqlCode()

public abstract String getUdtSqlCode()

The SQL code which creates the udt.

string udt_sql_code = 1;

Returns
TypeDescription
String

The udtSqlCode.

getUdtSqlCodeBytes()

public abstract ByteString getUdtSqlCodeBytes()

The SQL code which creates the udt.

string udt_sql_code = 1;

Returns
TypeDescription
ByteString

The bytes for udtSqlCode.

hasCustomFeatures()

public abstract boolean hasCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 3;

Returns
TypeDescription
boolean

Whether the customFeatures field is set.