public interface MaterializedViewEntityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomFeatures()
public abstract Struct getCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Returns | |
|---|---|
| Type | Description |
Struct |
The customFeatures. |
getCustomFeaturesOrBuilder()
public abstract StructOrBuilder getCustomFeaturesOrBuilder()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Returns | |
|---|---|
| Type | Description |
StructOrBuilder |
|
getSqlCode()
public abstract String getSqlCode()The SQL code which creates the view.
string sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The sqlCode. |
getSqlCodeBytes()
public abstract ByteString getSqlCodeBytes()The SQL code which creates the view.
string sql_code = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for sqlCode. |
hasCustomFeatures()
public abstract boolean hasCustomFeatures()Custom engine specific features.
.google.protobuf.Struct custom_features = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customFeatures field is set. |