public interface ViewEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConstraintEntity |
getConstraints(int index)
View constraints.
|
int |
getConstraintsCount()
View constraints.
|
List<ConstraintEntity> |
getConstraintsList()
View constraints.
|
ConstraintEntityOrBuilder |
getConstraintsOrBuilder(int index)
View constraints.
|
List<? extends ConstraintEntityOrBuilder> |
getConstraintsOrBuilderList()
View constraints.
|
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 view.
|
com.google.protobuf.ByteString |
getSqlCodeBytes()
The SQL code which creates the view.
|
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 view.
string sql_code = 1;com.google.protobuf.ByteString getSqlCodeBytes()
The SQL code which creates the view.
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;List<ConstraintEntity> getConstraintsList()
View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;ConstraintEntity getConstraints(int index)
View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;int getConstraintsCount()
View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;List<? extends ConstraintEntityOrBuilder> getConstraintsOrBuilderList()
View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;ConstraintEntityOrBuilder getConstraintsOrBuilder(int index)
View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;Copyright © 2024 Google LLC. All rights reserved.