public interface StoredProcedureEntityOrBuilder
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 |
getSqlCode()
The SQL code which creates the stored procedure.
|
com.google.protobuf.ByteString |
getSqlCodeBytes()
The SQL code which creates the stored procedure.
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getSqlCode()
The SQL code which creates the stored procedure.
string sql_code = 1;com.google.protobuf.ByteString getSqlCodeBytes()
The SQL code which creates the stored procedure.
string sql_code = 1;boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 2;com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 2;com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 2;Copyright © 2024 Google LLC. All rights reserved.