public interface UDTEntityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomFeatures()
public abstract Struct getCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
Struct |
The customFeatures. |
getCustomFeaturesOrBuilder()
public abstract StructOrBuilder getCustomFeaturesOrBuilder()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getUdtBody()
public abstract String getUdtBody()The SQL code which creates the udt body.
string udt_body = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The udtBody. |
getUdtBodyBytes()
public abstract ByteString getUdtBodyBytes()The SQL code which creates the udt body.
string udt_body = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for udtBody. |
getUdtSqlCode()
public abstract String getUdtSqlCode()The SQL code which creates the udt.
string udt_sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The udtSqlCode. |
getUdtSqlCodeBytes()
public abstract ByteString getUdtSqlCodeBytes()The SQL code which creates the udt.
string udt_sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for udtSqlCode. |
hasCustomFeatures()
public abstract boolean hasCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customFeatures field is set. |