public interface UDTEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getCustomFeatures()
Custom engine specific features.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Custom engine specific features.
|
String |
getUdtBody()
The SQL code which creates the udt body.
|
com.google.protobuf.ByteString |
getUdtBodyBytes()
The SQL code which creates the udt body.
|
String |
getUdtSqlCode()
The SQL code which creates the udt.
|
com.google.protobuf.ByteString |
getUdtSqlCodeBytes()
The SQL code which creates the udt.
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUdtSqlCode()
The SQL code which creates the udt.
string udt_sql_code = 1;com.google.protobuf.ByteString getUdtSqlCodeBytes()
The SQL code which creates the udt.
string udt_sql_code = 1;String getUdtBody()
The SQL code which creates the udt body.
string udt_body = 2;com.google.protobuf.ByteString getUdtBodyBytes()
The SQL code which creates the udt body.
string udt_body = 2;boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 3;Copyright © 2024 Google LLC. All rights reserved.