public interface ViewEntityOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConstraints(int index)
public abstract ConstraintEntity getConstraints(int index)View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConstraintEntity |
|
getConstraintsCount()
public abstract int getConstraintsCount()View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;
| Returns | |
|---|---|
| Type | Description |
int |
|
getConstraintsList()
public abstract List<ConstraintEntity> getConstraintsList()View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;
| Returns | |
|---|---|
| Type | Description |
List<ConstraintEntity> |
|
getConstraintsOrBuilder(int index)
public abstract ConstraintEntityOrBuilder getConstraintsOrBuilder(int index)View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConstraintEntityOrBuilder |
|
getConstraintsOrBuilderList()
public abstract List<? extends ConstraintEntityOrBuilder> getConstraintsOrBuilderList()View constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.clouddms.v1.ConstraintEntityOrBuilder> |
|
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. |