public interface TableEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ColumnEntity |
getColumns(int index)
Table columns.
|
int |
getColumnsCount()
Table columns.
|
List<ColumnEntity> |
getColumnsList()
Table columns.
|
ColumnEntityOrBuilder |
getColumnsOrBuilder(int index)
Table columns.
|
List<? extends ColumnEntityOrBuilder> |
getColumnsOrBuilderList()
Table columns.
|
String |
getComment()
Comment associated with the table.
|
com.google.protobuf.ByteString |
getCommentBytes()
Comment associated with the table.
|
ConstraintEntity |
getConstraints(int index)
Table constraints.
|
int |
getConstraintsCount()
Table constraints.
|
List<ConstraintEntity> |
getConstraintsList()
Table constraints.
|
ConstraintEntityOrBuilder |
getConstraintsOrBuilder(int index)
Table constraints.
|
List<? extends ConstraintEntityOrBuilder> |
getConstraintsOrBuilderList()
Table constraints.
|
com.google.protobuf.Struct |
getCustomFeatures()
Custom engine specific features.
|
com.google.protobuf.StructOrBuilder |
getCustomFeaturesOrBuilder()
Custom engine specific features.
|
IndexEntity |
getIndices(int index)
Table indices.
|
int |
getIndicesCount()
Table indices.
|
List<IndexEntity> |
getIndicesList()
Table indices.
|
IndexEntityOrBuilder |
getIndicesOrBuilder(int index)
Table indices.
|
List<? extends IndexEntityOrBuilder> |
getIndicesOrBuilderList()
Table indices.
|
TriggerEntity |
getTriggers(int index)
Table triggers.
|
int |
getTriggersCount()
Table triggers.
|
List<TriggerEntity> |
getTriggersList()
Table triggers.
|
TriggerEntityOrBuilder |
getTriggersOrBuilder(int index)
Table triggers.
|
List<? extends TriggerEntityOrBuilder> |
getTriggersOrBuilderList()
Table triggers.
|
boolean |
hasCustomFeatures()
Custom engine specific features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ColumnEntity> getColumnsList()
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;ColumnEntity getColumns(int index)
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;int getColumnsCount()
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;List<? extends ColumnEntityOrBuilder> getColumnsOrBuilderList()
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;ColumnEntityOrBuilder getColumnsOrBuilder(int index)
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;List<ConstraintEntity> getConstraintsList()
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;ConstraintEntity getConstraints(int index)
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;int getConstraintsCount()
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;List<? extends ConstraintEntityOrBuilder> getConstraintsOrBuilderList()
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;ConstraintEntityOrBuilder getConstraintsOrBuilder(int index)
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;List<IndexEntity> getIndicesList()
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;IndexEntity getIndices(int index)
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;int getIndicesCount()
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;List<? extends IndexEntityOrBuilder> getIndicesOrBuilderList()
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;IndexEntityOrBuilder getIndicesOrBuilder(int index)
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;List<TriggerEntity> getTriggersList()
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;TriggerEntity getTriggers(int index)
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;int getTriggersCount()
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;List<? extends TriggerEntityOrBuilder> getTriggersOrBuilderList()
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;TriggerEntityOrBuilder getTriggersOrBuilder(int index)
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;String getComment()
Comment associated with the table.
string comment = 6;com.google.protobuf.ByteString getCommentBytes()
Comment associated with the table.
string comment = 6;Copyright © 2024 Google LLC. All rights reserved.