public interface PackageEntityOrBuilder
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 |
getPackageBody()
The SQL code which creates the package body.
|
com.google.protobuf.ByteString |
getPackageBodyBytes()
The SQL code which creates the package body.
|
String |
getPackageSqlCode()
The SQL code which creates the package.
|
com.google.protobuf.ByteString |
getPackageSqlCodeBytes()
The SQL code which creates the package.
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPackageSqlCode()
The SQL code which creates the package.
string package_sql_code = 1;com.google.protobuf.ByteString getPackageSqlCodeBytes()
The SQL code which creates the package.
string package_sql_code = 1;String getPackageBody()
The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.
string package_body = 2;com.google.protobuf.ByteString getPackageBodyBytes()
The SQL code which creates the package body. If the package specification has cursors or subprograms, then the package body is mandatory.
string package_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.