public interface PackageEntityOrBuilder 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 |
|
getPackageBody()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
String |
The packageBody. |
getPackageBodyBytes()
public abstract 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;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for packageBody. |
getPackageSqlCode()
public abstract String getPackageSqlCode()The SQL code which creates the package.
string package_sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The packageSqlCode. |
getPackageSqlCodeBytes()
public abstract ByteString getPackageSqlCodeBytes()The SQL code which creates the package.
string package_sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for packageSqlCode. |
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. |