Interface TableEntityOrBuilder (2.36.0)

public interface TableEntityOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumns(int index)

public abstract ColumnEntity getColumns(int index)

Table columns.

repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ColumnEntity

getColumnsCount()

public abstract int getColumnsCount()

Table columns.

repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;

Returns
TypeDescription
int

getColumnsList()

public abstract List<ColumnEntity> getColumnsList()

Table columns.

repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;

Returns
TypeDescription
List<ColumnEntity>

getColumnsOrBuilder(int index)

public abstract ColumnEntityOrBuilder getColumnsOrBuilder(int index)

Table columns.

repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ColumnEntityOrBuilder

getColumnsOrBuilderList()

public abstract List<? extends ColumnEntityOrBuilder> getColumnsOrBuilderList()

Table columns.

repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;

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

getComment()

public abstract String getComment()

Comment associated with the table.

string comment = 6;

Returns
TypeDescription
String

The comment.

getCommentBytes()

public abstract ByteString getCommentBytes()

Comment associated with the table.

string comment = 6;

Returns
TypeDescription
ByteString

The bytes for comment.

getConstraints(int index)

public abstract ConstraintEntity getConstraints(int index)

Table constraints.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ConstraintEntity

getConstraintsCount()

public abstract int getConstraintsCount()

Table constraints.

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

Returns
TypeDescription
int

getConstraintsList()

public abstract List<ConstraintEntity> getConstraintsList()

Table constraints.

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

Returns
TypeDescription
List<ConstraintEntity>

getConstraintsOrBuilder(int index)

public abstract ConstraintEntityOrBuilder getConstraintsOrBuilder(int index)

Table constraints.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
ConstraintEntityOrBuilder

getConstraintsOrBuilderList()

public abstract List<? extends ConstraintEntityOrBuilder> getConstraintsOrBuilderList()

Table constraints.

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

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

getCustomFeatures()

public abstract Struct getCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 5;

Returns
TypeDescription
Struct

The customFeatures.

getCustomFeaturesOrBuilder()

public abstract StructOrBuilder getCustomFeaturesOrBuilder()

Custom engine specific features.

.google.protobuf.Struct custom_features = 5;

Returns
TypeDescription
StructOrBuilder

getIndices(int index)

public abstract IndexEntity getIndices(int index)

Table indices.

repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
IndexEntity

getIndicesCount()

public abstract int getIndicesCount()

Table indices.

repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;

Returns
TypeDescription
int

getIndicesList()

public abstract List<IndexEntity> getIndicesList()

Table indices.

repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;

Returns
TypeDescription
List<IndexEntity>

getIndicesOrBuilder(int index)

public abstract IndexEntityOrBuilder getIndicesOrBuilder(int index)

Table indices.

repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
IndexEntityOrBuilder

getIndicesOrBuilderList()

public abstract List<? extends IndexEntityOrBuilder> getIndicesOrBuilderList()

Table indices.

repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;

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

getTriggers(int index)

public abstract TriggerEntity getTriggers(int index)

Table triggers.

repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
TriggerEntity

getTriggersCount()

public abstract int getTriggersCount()

Table triggers.

repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;

Returns
TypeDescription
int

getTriggersList()

public abstract List<TriggerEntity> getTriggersList()

Table triggers.

repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;

Returns
TypeDescription
List<TriggerEntity>

getTriggersOrBuilder(int index)

public abstract TriggerEntityOrBuilder getTriggersOrBuilder(int index)

Table triggers.

repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
TriggerEntityOrBuilder

getTriggersOrBuilderList()

public abstract List<? extends TriggerEntityOrBuilder> getTriggersOrBuilderList()

Table triggers.

repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;

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

hasCustomFeatures()

public abstract boolean hasCustomFeatures()

Custom engine specific features.

.google.protobuf.Struct custom_features = 5;

Returns
TypeDescription
boolean

Whether the customFeatures field is set.