Package com.google.cloud.clouddms.v1
Class DatabaseEntity
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.clouddms.v1.DatabaseEntity
-
- All Implemented Interfaces:
DatabaseEntityOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
public final class DatabaseEntity extends com.google.protobuf.GeneratedMessageV3 implements DatabaseEntityOrBuilder
The base entity type for all the database related entities. The message contains the entity name, the name of its parent, the entity type, and the specific details per entity type.
Protobuf typegoogle.cloud.clouddms.v1.DatabaseEntity- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatabaseEntity.BuilderThe base entity type for all the database related entities.static classDatabaseEntity.EntityBodyCasestatic classDatabaseEntity.TreeTypeThe type of database entities tree.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static intDATABASE_FIELD_NUMBERstatic intDATABASE_FUNCTION_FIELD_NUMBERstatic intDATABASE_PACKAGE_FIELD_NUMBERstatic intENTITY_DDL_FIELD_NUMBERstatic intENTITY_TYPE_FIELD_NUMBERstatic intISSUES_FIELD_NUMBERstatic intMAPPINGS_FIELD_NUMBERstatic intMATERIALIZED_VIEW_FIELD_NUMBERstatic intPARENT_ENTITY_FIELD_NUMBERstatic intSCHEMA_FIELD_NUMBERstatic intSEQUENCE_FIELD_NUMBERstatic intSHORT_NAME_FIELD_NUMBERstatic intSTORED_PROCEDURE_FIELD_NUMBERstatic intSYNONYM_FIELD_NUMBERstatic intTABLE_FIELD_NUMBERstatic intTREE_FIELD_NUMBERstatic intUDT_FIELD_NUMBERstatic intVIEW_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)DatabaseInstanceEntitygetDatabase()Database.FunctionEntitygetDatabaseFunction()Function.FunctionEntityOrBuildergetDatabaseFunctionOrBuilder()Function.DatabaseInstanceEntityOrBuildergetDatabaseOrBuilder()Database.PackageEntitygetDatabasePackage()Package.PackageEntityOrBuildergetDatabasePackageOrBuilder()Package.static DatabaseEntitygetDefaultInstance()DatabaseEntitygetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()DatabaseEntity.EntityBodyCasegetEntityBodyCase()EntityDdlgetEntityDdl(int index)Details about the entity DDL script.intgetEntityDdlCount()Details about the entity DDL script.List<EntityDdl>getEntityDdlList()Details about the entity DDL script.EntityDdlOrBuildergetEntityDdlOrBuilder(int index)Details about the entity DDL script.List<? extends EntityDdlOrBuilder>getEntityDdlOrBuilderList()Details about the entity DDL script.DatabaseEntityTypegetEntityType()The type of the database entity (table, view, index, ...).intgetEntityTypeValue()The type of the database entity (table, view, index, ...).EntityIssuegetIssues(int index)Details about the various issues found for the entity.intgetIssuesCount()Details about the various issues found for the entity.List<EntityIssue>getIssuesList()Details about the various issues found for the entity.EntityIssueOrBuildergetIssuesOrBuilder(int index)Details about the various issues found for the entity.List<? extends EntityIssueOrBuilder>getIssuesOrBuilderList()Details about the various issues found for the entity.EntityMappinggetMappings(int index)Details about entity mappings.intgetMappingsCount()Details about entity mappings.List<EntityMapping>getMappingsList()Details about entity mappings.EntityMappingOrBuildergetMappingsOrBuilder(int index)Details about entity mappings.List<? extends EntityMappingOrBuilder>getMappingsOrBuilderList()Details about entity mappings.MaterializedViewEntitygetMaterializedView()Materialized view.MaterializedViewEntityOrBuildergetMaterializedViewOrBuilder()Materialized view.StringgetParentEntity()The full name of the parent entity (e.g.com.google.protobuf.ByteStringgetParentEntityBytes()The full name of the parent entity (e.g.com.google.protobuf.Parser<DatabaseEntity>getParserForType()SchemaEntitygetSchema()Schema.SchemaEntityOrBuildergetSchemaOrBuilder()Schema.SequenceEntitygetSequence()Sequence.SequenceEntityOrBuildergetSequenceOrBuilder()Sequence.intgetSerializedSize()StringgetShortName()The short name (e.g.com.google.protobuf.ByteStringgetShortNameBytes()The short name (e.g.StoredProcedureEntitygetStoredProcedure()Stored procedure.StoredProcedureEntityOrBuildergetStoredProcedureOrBuilder()Stored procedure.SynonymEntitygetSynonym()Synonym.SynonymEntityOrBuildergetSynonymOrBuilder()Synonym.TableEntitygetTable()Table.TableEntityOrBuildergetTableOrBuilder()Table.DatabaseEntity.TreeTypegetTree()The type of tree the entity belongs to.intgetTreeValue()The type of tree the entity belongs to.UDTEntitygetUdt()UDT.UDTEntityOrBuildergetUdtOrBuilder()UDT.ViewEntitygetView()View.ViewEntityOrBuildergetViewOrBuilder()View.booleanhasDatabase()Database.booleanhasDatabaseFunction()Function.booleanhasDatabasePackage()Package.inthashCode()booleanhasMaterializedView()Materialized view.booleanhasSchema()Schema.booleanhasSequence()Sequence.booleanhasStoredProcedure()Stored procedure.booleanhasSynonym()Synonym.booleanhasTable()Table.booleanhasUdt()UDT.booleanhasView()View.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static DatabaseEntity.BuildernewBuilder()static DatabaseEntity.BuildernewBuilder(DatabaseEntity prototype)DatabaseEntity.BuildernewBuilderForType()protected DatabaseEntity.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static DatabaseEntityparseDelimitedFrom(InputStream input)static DatabaseEntityparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseEntityparseFrom(byte[] data)static DatabaseEntityparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseEntityparseFrom(com.google.protobuf.ByteString data)static DatabaseEntityparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseEntityparseFrom(com.google.protobuf.CodedInputStream input)static DatabaseEntityparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseEntityparseFrom(InputStream input)static DatabaseEntityparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DatabaseEntityparseFrom(ByteBuffer data)static DatabaseEntityparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<DatabaseEntity>parser()DatabaseEntity.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
SHORT_NAME_FIELD_NUMBER
public static final int SHORT_NAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARENT_ENTITY_FIELD_NUMBER
public static final int PARENT_ENTITY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TREE_FIELD_NUMBER
public static final int TREE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENTITY_TYPE_FIELD_NUMBER
public static final int ENTITY_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MAPPINGS_FIELD_NUMBER
public static final int MAPPINGS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENTITY_DDL_FIELD_NUMBER
public static final int ENTITY_DDL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ISSUES_FIELD_NUMBER
public static final int ISSUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATABASE_FIELD_NUMBER
public static final int DATABASE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SCHEMA_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TABLE_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VIEW_FIELD_NUMBER
public static final int VIEW_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SEQUENCE_FIELD_NUMBER
public static final int SEQUENCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STORED_PROCEDURE_FIELD_NUMBER
public static final int STORED_PROCEDURE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATABASE_FUNCTION_FIELD_NUMBER
public static final int DATABASE_FUNCTION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SYNONYM_FIELD_NUMBER
public static final int SYNONYM_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATABASE_PACKAGE_FIELD_NUMBER
public static final int DATABASE_PACKAGE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UDT_FIELD_NUMBER
public static final int UDT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MATERIALIZED_VIEW_FIELD_NUMBER
public static final int MATERIALIZED_VIEW_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getEntityBodyCase
public DatabaseEntity.EntityBodyCase getEntityBodyCase()
- Specified by:
getEntityBodyCasein interfaceDatabaseEntityOrBuilder
-
getShortName
public String getShortName()
The short name (e.g. table name) of the entity.
string short_name = 1;- Specified by:
getShortNamein interfaceDatabaseEntityOrBuilder- Returns:
- The shortName.
-
getShortNameBytes
public com.google.protobuf.ByteString getShortNameBytes()
The short name (e.g. table name) of the entity.
string short_name = 1;- Specified by:
getShortNameBytesin interfaceDatabaseEntityOrBuilder- Returns:
- The bytes for shortName.
-
getParentEntity
public String getParentEntity()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;- Specified by:
getParentEntityin interfaceDatabaseEntityOrBuilder- Returns:
- The parentEntity.
-
getParentEntityBytes
public com.google.protobuf.ByteString getParentEntityBytes()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;- Specified by:
getParentEntityBytesin interfaceDatabaseEntityOrBuilder- Returns:
- The bytes for parentEntity.
-
getTreeValue
public int getTreeValue()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;- Specified by:
getTreeValuein interfaceDatabaseEntityOrBuilder- Returns:
- The enum numeric value on the wire for tree.
-
getTree
public DatabaseEntity.TreeType getTree()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;- Specified by:
getTreein interfaceDatabaseEntityOrBuilder- Returns:
- The tree.
-
getEntityTypeValue
public int getEntityTypeValue()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;- Specified by:
getEntityTypeValuein interfaceDatabaseEntityOrBuilder- Returns:
- The enum numeric value on the wire for entityType.
-
getEntityType
public DatabaseEntityType getEntityType()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;- Specified by:
getEntityTypein interfaceDatabaseEntityOrBuilder- Returns:
- The entityType.
-
getMappingsList
public 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;- Specified by:
getMappingsListin interfaceDatabaseEntityOrBuilder
-
getMappingsOrBuilderList
public 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;- Specified by:
getMappingsOrBuilderListin interfaceDatabaseEntityOrBuilder
-
getMappingsCount
public 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;- Specified by:
getMappingsCountin interfaceDatabaseEntityOrBuilder
-
getMappings
public 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;- Specified by:
getMappingsin interfaceDatabaseEntityOrBuilder
-
getMappingsOrBuilder
public 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;- Specified by:
getMappingsOrBuilderin interfaceDatabaseEntityOrBuilder
-
getEntityDdlList
public 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;- Specified by:
getEntityDdlListin interfaceDatabaseEntityOrBuilder
-
getEntityDdlOrBuilderList
public 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;- Specified by:
getEntityDdlOrBuilderListin interfaceDatabaseEntityOrBuilder
-
getEntityDdlCount
public 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;- Specified by:
getEntityDdlCountin interfaceDatabaseEntityOrBuilder
-
getEntityDdl
public 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;- Specified by:
getEntityDdlin interfaceDatabaseEntityOrBuilder
-
getEntityDdlOrBuilder
public 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;- Specified by:
getEntityDdlOrBuilderin interfaceDatabaseEntityOrBuilder
-
getIssuesList
public List<EntityIssue> getIssuesList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;- Specified by:
getIssuesListin interfaceDatabaseEntityOrBuilder
-
getIssuesOrBuilderList
public List<? extends EntityIssueOrBuilder> getIssuesOrBuilderList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;- Specified by:
getIssuesOrBuilderListin interfaceDatabaseEntityOrBuilder
-
getIssuesCount
public int getIssuesCount()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;- Specified by:
getIssuesCountin interfaceDatabaseEntityOrBuilder
-
getIssues
public EntityIssue getIssues(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;- Specified by:
getIssuesin interfaceDatabaseEntityOrBuilder
-
getIssuesOrBuilder
public EntityIssueOrBuilder getIssuesOrBuilder(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;- Specified by:
getIssuesOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasDatabase
public boolean hasDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;- Specified by:
hasDatabasein interfaceDatabaseEntityOrBuilder- Returns:
- Whether the database field is set.
-
getDatabase
public DatabaseInstanceEntity getDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;- Specified by:
getDatabasein interfaceDatabaseEntityOrBuilder- Returns:
- The database.
-
getDatabaseOrBuilder
public DatabaseInstanceEntityOrBuilder getDatabaseOrBuilder()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;- Specified by:
getDatabaseOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasSchema
public boolean hasSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;- Specified by:
hasSchemain interfaceDatabaseEntityOrBuilder- Returns:
- Whether the schema field is set.
-
getSchema
public SchemaEntity getSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;- Specified by:
getSchemain interfaceDatabaseEntityOrBuilder- Returns:
- The schema.
-
getSchemaOrBuilder
public SchemaEntityOrBuilder getSchemaOrBuilder()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;- Specified by:
getSchemaOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasTable
public boolean hasTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;- Specified by:
hasTablein interfaceDatabaseEntityOrBuilder- Returns:
- Whether the table field is set.
-
getTable
public TableEntity getTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;- Specified by:
getTablein interfaceDatabaseEntityOrBuilder- Returns:
- The table.
-
getTableOrBuilder
public TableEntityOrBuilder getTableOrBuilder()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;- Specified by:
getTableOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasView
public boolean hasView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;- Specified by:
hasViewin interfaceDatabaseEntityOrBuilder- Returns:
- Whether the view field is set.
-
getView
public ViewEntity getView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;- Specified by:
getViewin interfaceDatabaseEntityOrBuilder- Returns:
- The view.
-
getViewOrBuilder
public ViewEntityOrBuilder getViewOrBuilder()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;- Specified by:
getViewOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasSequence
public boolean hasSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;- Specified by:
hasSequencein interfaceDatabaseEntityOrBuilder- Returns:
- Whether the sequence field is set.
-
getSequence
public SequenceEntity getSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;- Specified by:
getSequencein interfaceDatabaseEntityOrBuilder- Returns:
- The sequence.
-
getSequenceOrBuilder
public SequenceEntityOrBuilder getSequenceOrBuilder()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;- Specified by:
getSequenceOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasStoredProcedure
public boolean hasStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;- Specified by:
hasStoredProcedurein interfaceDatabaseEntityOrBuilder- Returns:
- Whether the storedProcedure field is set.
-
getStoredProcedure
public StoredProcedureEntity getStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;- Specified by:
getStoredProcedurein interfaceDatabaseEntityOrBuilder- Returns:
- The storedProcedure.
-
getStoredProcedureOrBuilder
public StoredProcedureEntityOrBuilder getStoredProcedureOrBuilder()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;- Specified by:
getStoredProcedureOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasDatabaseFunction
public boolean hasDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;- Specified by:
hasDatabaseFunctionin interfaceDatabaseEntityOrBuilder- Returns:
- Whether the databaseFunction field is set.
-
getDatabaseFunction
public FunctionEntity getDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;- Specified by:
getDatabaseFunctionin interfaceDatabaseEntityOrBuilder- Returns:
- The databaseFunction.
-
getDatabaseFunctionOrBuilder
public FunctionEntityOrBuilder getDatabaseFunctionOrBuilder()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;- Specified by:
getDatabaseFunctionOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasSynonym
public boolean hasSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;- Specified by:
hasSynonymin interfaceDatabaseEntityOrBuilder- Returns:
- Whether the synonym field is set.
-
getSynonym
public SynonymEntity getSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;- Specified by:
getSynonymin interfaceDatabaseEntityOrBuilder- Returns:
- The synonym.
-
getSynonymOrBuilder
public SynonymEntityOrBuilder getSynonymOrBuilder()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;- Specified by:
getSynonymOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasDatabasePackage
public boolean hasDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;- Specified by:
hasDatabasePackagein interfaceDatabaseEntityOrBuilder- Returns:
- Whether the databasePackage field is set.
-
getDatabasePackage
public PackageEntity getDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;- Specified by:
getDatabasePackagein interfaceDatabaseEntityOrBuilder- Returns:
- The databasePackage.
-
getDatabasePackageOrBuilder
public PackageEntityOrBuilder getDatabasePackageOrBuilder()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;- Specified by:
getDatabasePackageOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasUdt
public boolean hasUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;- Specified by:
hasUdtin interfaceDatabaseEntityOrBuilder- Returns:
- Whether the udt field is set.
-
getUdt
public UDTEntity getUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;- Specified by:
getUdtin interfaceDatabaseEntityOrBuilder- Returns:
- The udt.
-
getUdtOrBuilder
public UDTEntityOrBuilder getUdtOrBuilder()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;- Specified by:
getUdtOrBuilderin interfaceDatabaseEntityOrBuilder
-
hasMaterializedView
public boolean hasMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;- Specified by:
hasMaterializedViewin interfaceDatabaseEntityOrBuilder- Returns:
- Whether the materializedView field is set.
-
getMaterializedView
public MaterializedViewEntity getMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;- Specified by:
getMaterializedViewin interfaceDatabaseEntityOrBuilder- Returns:
- The materializedView.
-
getMaterializedViewOrBuilder
public MaterializedViewEntityOrBuilder getMaterializedViewOrBuilder()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;- Specified by:
getMaterializedViewOrBuilderin interfaceDatabaseEntityOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static DatabaseEntity parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DatabaseEntity parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DatabaseEntity parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DatabaseEntity parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DatabaseEntity parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DatabaseEntity parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DatabaseEntity parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static DatabaseEntity parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static DatabaseEntity parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static DatabaseEntity parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static DatabaseEntity parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static DatabaseEntity parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public DatabaseEntity.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static DatabaseEntity.Builder newBuilder()
-
newBuilder
public static DatabaseEntity.Builder newBuilder(DatabaseEntity prototype)
-
toBuilder
public DatabaseEntity.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DatabaseEntity.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static DatabaseEntity getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DatabaseEntity> parser()
-
getParserForType
public com.google.protobuf.Parser<DatabaseEntity> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public DatabaseEntity getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-