public interface DatabaseEntityOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DatabaseInstanceEntity |
getDatabase()
Database.
|
FunctionEntity |
getDatabaseFunction()
Function.
|
FunctionEntityOrBuilder |
getDatabaseFunctionOrBuilder()
Function.
|
DatabaseInstanceEntityOrBuilder |
getDatabaseOrBuilder()
Database.
|
PackageEntity |
getDatabasePackage()
Package.
|
PackageEntityOrBuilder |
getDatabasePackageOrBuilder()
Package.
|
DatabaseEntity.EntityBodyCase |
getEntityBodyCase() |
EntityDdl |
getEntityDdl(int index)
Details about the entity DDL script.
|
int |
getEntityDdlCount()
Details about the entity DDL script.
|
List<EntityDdl> |
getEntityDdlList()
Details about the entity DDL script.
|
EntityDdlOrBuilder |
getEntityDdlOrBuilder(int index)
Details about the entity DDL script.
|
List<? extends EntityDdlOrBuilder> |
getEntityDdlOrBuilderList()
Details about the entity DDL script.
|
DatabaseEntityType |
getEntityType()
The type of the database entity (table, view, index, ...).
|
int |
getEntityTypeValue()
The type of the database entity (table, view, index, ...).
|
EntityIssue |
getIssues(int index)
Details about the various issues found for the entity.
|
int |
getIssuesCount()
Details about the various issues found for the entity.
|
List<EntityIssue> |
getIssuesList()
Details about the various issues found for the entity.
|
EntityIssueOrBuilder |
getIssuesOrBuilder(int index)
Details about the various issues found for the entity.
|
List<? extends EntityIssueOrBuilder> |
getIssuesOrBuilderList()
Details about the various issues found for the entity.
|
EntityMapping |
getMappings(int index)
Details about entity mappings.
|
int |
getMappingsCount()
Details about entity mappings.
|
List<EntityMapping> |
getMappingsList()
Details about entity mappings.
|
EntityMappingOrBuilder |
getMappingsOrBuilder(int index)
Details about entity mappings.
|
List<? extends EntityMappingOrBuilder> |
getMappingsOrBuilderList()
Details about entity mappings.
|
MaterializedViewEntity |
getMaterializedView()
Materialized view.
|
MaterializedViewEntityOrBuilder |
getMaterializedViewOrBuilder()
Materialized view.
|
String |
getParentEntity()
The full name of the parent entity (e.g.
|
com.google.protobuf.ByteString |
getParentEntityBytes()
The full name of the parent entity (e.g.
|
SchemaEntity |
getSchema()
Schema.
|
SchemaEntityOrBuilder |
getSchemaOrBuilder()
Schema.
|
SequenceEntity |
getSequence()
Sequence.
|
SequenceEntityOrBuilder |
getSequenceOrBuilder()
Sequence.
|
String |
getShortName()
The short name (e.g.
|
com.google.protobuf.ByteString |
getShortNameBytes()
The short name (e.g.
|
StoredProcedureEntity |
getStoredProcedure()
Stored procedure.
|
StoredProcedureEntityOrBuilder |
getStoredProcedureOrBuilder()
Stored procedure.
|
SynonymEntity |
getSynonym()
Synonym.
|
SynonymEntityOrBuilder |
getSynonymOrBuilder()
Synonym.
|
TableEntity |
getTable()
Table.
|
TableEntityOrBuilder |
getTableOrBuilder()
Table.
|
DatabaseEntity.TreeType |
getTree()
The type of tree the entity belongs to.
|
int |
getTreeValue()
The type of tree the entity belongs to.
|
UDTEntity |
getUdt()
UDT.
|
UDTEntityOrBuilder |
getUdtOrBuilder()
UDT.
|
ViewEntity |
getView()
View.
|
ViewEntityOrBuilder |
getViewOrBuilder()
View.
|
boolean |
hasDatabase()
Database.
|
boolean |
hasDatabaseFunction()
Function.
|
boolean |
hasDatabasePackage()
Package.
|
boolean |
hasMaterializedView()
Materialized view.
|
boolean |
hasSchema()
Schema.
|
boolean |
hasSequence()
Sequence.
|
boolean |
hasStoredProcedure()
Stored procedure.
|
boolean |
hasSynonym()
Synonym.
|
boolean |
hasTable()
Table.
|
boolean |
hasUdt()
UDT.
|
boolean |
hasView()
View.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getShortName()
The short name (e.g. table name) of the entity.
string short_name = 1;com.google.protobuf.ByteString getShortNameBytes()
The short name (e.g. table name) of the entity.
string short_name = 1;String getParentEntity()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;com.google.protobuf.ByteString getParentEntityBytes()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;int getTreeValue()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;DatabaseEntity.TreeType getTree()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;int getEntityTypeValue()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;DatabaseEntityType getEntityType()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;List<EntityMapping> getMappingsList()
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;EntityMapping getMappings(int index)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;int getMappingsCount()
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;List<? extends EntityMappingOrBuilder> getMappingsOrBuilderList()
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;EntityMappingOrBuilder getMappingsOrBuilder(int index)
Details about entity mappings. For source tree entities, this holds the draft entities which were generated by the mapping rules. For draft tree entities, this holds the source entities which were converted to form the draft entity. Destination entities will have no mapping details.
repeated .google.cloud.clouddms.v1.EntityMapping mappings = 5;List<EntityDdl> getEntityDdlList()
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;EntityDdl getEntityDdl(int index)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;int getEntityDdlCount()
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;List<? extends EntityDdlOrBuilder> getEntityDdlOrBuilderList()
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;EntityDdlOrBuilder getEntityDdlOrBuilder(int index)
Details about the entity DDL script. Multiple DDL scripts are provided for child entities such as a table entity will have one DDL for the table with additional DDLs for each index, constraint and such.
repeated .google.cloud.clouddms.v1.EntityDdl entity_ddl = 6;List<EntityIssue> getIssuesList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;EntityIssue getIssues(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;int getIssuesCount()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;List<? extends EntityIssueOrBuilder> getIssuesOrBuilderList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;EntityIssueOrBuilder getIssuesOrBuilder(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;boolean hasDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;DatabaseInstanceEntity getDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;DatabaseInstanceEntityOrBuilder getDatabaseOrBuilder()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;boolean hasSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;SchemaEntity getSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;SchemaEntityOrBuilder getSchemaOrBuilder()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;boolean hasTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;TableEntity getTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;TableEntityOrBuilder getTableOrBuilder()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;boolean hasView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;ViewEntity getView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;ViewEntityOrBuilder getViewOrBuilder()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;boolean hasSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;SequenceEntity getSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;SequenceEntityOrBuilder getSequenceOrBuilder()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;boolean hasStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;StoredProcedureEntity getStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;StoredProcedureEntityOrBuilder getStoredProcedureOrBuilder()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;boolean hasDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;FunctionEntity getDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;FunctionEntityOrBuilder getDatabaseFunctionOrBuilder()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;boolean hasSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;SynonymEntity getSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;SynonymEntityOrBuilder getSynonymOrBuilder()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;boolean hasDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;PackageEntity getDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;PackageEntityOrBuilder getDatabasePackageOrBuilder()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;boolean hasUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;UDTEntity getUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;UDTEntityOrBuilder getUdtOrBuilder()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;boolean hasMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;MaterializedViewEntity getMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;MaterializedViewEntityOrBuilder getMaterializedViewOrBuilder()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;DatabaseEntity.EntityBodyCase getEntityBodyCase()
Copyright © 2024 Google LLC. All rights reserved.