public final class TableEntity extends com.google.protobuf.GeneratedMessageV3 implements TableEntityOrBuilder
Table's parent is a schema.Protobuf type
google.cloud.clouddms.v1.TableEntity| Modifier and Type | Class and Description |
|---|---|
static class |
TableEntity.Builder
Table's parent is a schema.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMNS_FIELD_NUMBER |
static int |
COMMENT_FIELD_NUMBER |
static int |
CONSTRAINTS_FIELD_NUMBER |
static int |
CUSTOM_FEATURES_FIELD_NUMBER |
static int |
INDICES_FIELD_NUMBER |
static int |
TRIGGERS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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.
|
static TableEntity |
getDefaultInstance() |
TableEntity |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<TableEntity> |
getParserForType() |
int |
getSerializedSize() |
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.
|
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TableEntity.Builder |
newBuilder() |
static TableEntity.Builder |
newBuilder(TableEntity prototype) |
TableEntity.Builder |
newBuilderForType() |
protected TableEntity.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TableEntity |
parseDelimitedFrom(InputStream input) |
static TableEntity |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableEntity |
parseFrom(byte[] data) |
static TableEntity |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableEntity |
parseFrom(ByteBuffer data) |
static TableEntity |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableEntity |
parseFrom(com.google.protobuf.ByteString data) |
static TableEntity |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableEntity |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TableEntity |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TableEntity |
parseFrom(InputStream input) |
static TableEntity |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TableEntity> |
parser() |
TableEntity.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int COLUMNS_FIELD_NUMBER
public static final int CONSTRAINTS_FIELD_NUMBER
public static final int INDICES_FIELD_NUMBER
public static final int TRIGGERS_FIELD_NUMBER
public static final int CUSTOM_FEATURES_FIELD_NUMBER
public static final int COMMENT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public List<ColumnEntity> getColumnsList()
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;getColumnsList in interface TableEntityOrBuilderpublic List<? extends ColumnEntityOrBuilder> getColumnsOrBuilderList()
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;getColumnsOrBuilderList in interface TableEntityOrBuilderpublic int getColumnsCount()
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;getColumnsCount in interface TableEntityOrBuilderpublic ColumnEntity getColumns(int index)
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;getColumns in interface TableEntityOrBuilderpublic ColumnEntityOrBuilder getColumnsOrBuilder(int index)
Table columns.
repeated .google.cloud.clouddms.v1.ColumnEntity columns = 1;getColumnsOrBuilder in interface TableEntityOrBuilderpublic List<ConstraintEntity> getConstraintsList()
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;getConstraintsList in interface TableEntityOrBuilderpublic List<? extends ConstraintEntityOrBuilder> getConstraintsOrBuilderList()
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;getConstraintsOrBuilderList in interface TableEntityOrBuilderpublic int getConstraintsCount()
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;getConstraintsCount in interface TableEntityOrBuilderpublic ConstraintEntity getConstraints(int index)
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;getConstraints in interface TableEntityOrBuilderpublic ConstraintEntityOrBuilder getConstraintsOrBuilder(int index)
Table constraints.
repeated .google.cloud.clouddms.v1.ConstraintEntity constraints = 2;getConstraintsOrBuilder in interface TableEntityOrBuilderpublic List<IndexEntity> getIndicesList()
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;getIndicesList in interface TableEntityOrBuilderpublic List<? extends IndexEntityOrBuilder> getIndicesOrBuilderList()
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;getIndicesOrBuilderList in interface TableEntityOrBuilderpublic int getIndicesCount()
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;getIndicesCount in interface TableEntityOrBuilderpublic IndexEntity getIndices(int index)
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;getIndices in interface TableEntityOrBuilderpublic IndexEntityOrBuilder getIndicesOrBuilder(int index)
Table indices.
repeated .google.cloud.clouddms.v1.IndexEntity indices = 3;getIndicesOrBuilder in interface TableEntityOrBuilderpublic List<TriggerEntity> getTriggersList()
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;getTriggersList in interface TableEntityOrBuilderpublic List<? extends TriggerEntityOrBuilder> getTriggersOrBuilderList()
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;getTriggersOrBuilderList in interface TableEntityOrBuilderpublic int getTriggersCount()
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;getTriggersCount in interface TableEntityOrBuilderpublic TriggerEntity getTriggers(int index)
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;getTriggers in interface TableEntityOrBuilderpublic TriggerEntityOrBuilder getTriggersOrBuilder(int index)
Table triggers.
repeated .google.cloud.clouddms.v1.TriggerEntity triggers = 4;getTriggersOrBuilder in interface TableEntityOrBuilderpublic boolean hasCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;hasCustomFeatures in interface TableEntityOrBuilderpublic com.google.protobuf.Struct getCustomFeatures()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;getCustomFeatures in interface TableEntityOrBuilderpublic com.google.protobuf.StructOrBuilder getCustomFeaturesOrBuilder()
Custom engine specific features.
.google.protobuf.Struct custom_features = 5;getCustomFeaturesOrBuilder in interface TableEntityOrBuilderpublic String getComment()
Comment associated with the table.
string comment = 6;getComment in interface TableEntityOrBuilderpublic com.google.protobuf.ByteString getCommentBytes()
Comment associated with the table.
string comment = 6;getCommentBytes in interface TableEntityOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static TableEntity parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableEntity parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableEntity parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableEntity parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableEntity parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableEntity parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TableEntity parseFrom(InputStream input) throws IOException
IOExceptionpublic static TableEntity parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableEntity parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TableEntity parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TableEntity parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TableEntity parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic TableEntity.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TableEntity.Builder newBuilder()
public static TableEntity.Builder newBuilder(TableEntity prototype)
public TableEntity.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TableEntity.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static TableEntity getDefaultInstance()
public static com.google.protobuf.Parser<TableEntity> parser()
public com.google.protobuf.Parser<TableEntity> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public TableEntity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.