Interface ViewEntityOrBuilder (2.40.0)

public interface ViewEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConstraints(int index)

public abstract ConstraintEntity getConstraints(int index)

View constraints.

repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConstraintEntity

getConstraintsCount()

public abstract int getConstraintsCount()

View constraints.

repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;

Returns
TypeDescription
int

getConstraintsList()

public abstract List<ConstraintEntity> getConstraintsList()

View constraints.

repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;

Returns
TypeDescription
List<ConstraintEntity>

getConstraintsOrBuilder(int index)

public abstract ConstraintEntityOrBuilder getConstraintsOrBuilder(int index)

View constraints.

repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConstraintEntityOrBuilder

getConstraintsOrBuilderList()

public abstract List<? extends ConstraintEntityOrBuilder> getConstraintsOrBuilderList()

View constraints.

repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 3;

Returns
TypeDescription
List<? extends com.google.cloud.clouddms.v1.ConstraintEntityOrBuilder>

getCustomFeatures()

public abstract Struct getCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 2;

Returns
TypeDescription
Struct

The customFeatures.

getCustomFeaturesOrBuilder()

public abstract StructOrBuilder getCustomFeaturesOrBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 2;

Returns
TypeDescription
StructOrBuilder

getSqlCode()

public abstract String getSqlCode()

The SQL code which creates the view.

string sql_code = 1;

Returns
TypeDescription
String

The sqlCode.

getSqlCodeBytes()

public abstract ByteString getSqlCodeBytes()

The SQL code which creates the view.

string sql_code = 1;

Returns
TypeDescription
ByteString

The bytes for sqlCode.

hasCustomFeatures()

public abstract boolean hasCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 2;

Returns
TypeDescription
boolean

Whether the customFeatures field is set.