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 class
DatabaseEntity.Builder
The base entity type for all the database related entities.static class
DatabaseEntity.EntityBodyCase
static class
DatabaseEntity.TreeType
The 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 int
DATABASE_FIELD_NUMBER
static int
DATABASE_FUNCTION_FIELD_NUMBER
static int
DATABASE_PACKAGE_FIELD_NUMBER
static int
ENTITY_DDL_FIELD_NUMBER
static int
ENTITY_TYPE_FIELD_NUMBER
static int
ISSUES_FIELD_NUMBER
static int
MAPPINGS_FIELD_NUMBER
static int
MATERIALIZED_VIEW_FIELD_NUMBER
static int
PARENT_ENTITY_FIELD_NUMBER
static int
SCHEMA_FIELD_NUMBER
static int
SEQUENCE_FIELD_NUMBER
static int
SHORT_NAME_FIELD_NUMBER
static int
STORED_PROCEDURE_FIELD_NUMBER
static int
SYNONYM_FIELD_NUMBER
static int
TABLE_FIELD_NUMBER
static int
TREE_FIELD_NUMBER
static int
UDT_FIELD_NUMBER
static int
VIEW_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
DatabaseInstanceEntity
getDatabase()
Database.FunctionEntity
getDatabaseFunction()
Function.FunctionEntityOrBuilder
getDatabaseFunctionOrBuilder()
Function.DatabaseInstanceEntityOrBuilder
getDatabaseOrBuilder()
Database.PackageEntity
getDatabasePackage()
Package.PackageEntityOrBuilder
getDatabasePackageOrBuilder()
Package.static DatabaseEntity
getDefaultInstance()
DatabaseEntity
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
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.com.google.protobuf.Parser<DatabaseEntity>
getParserForType()
SchemaEntity
getSchema()
Schema.SchemaEntityOrBuilder
getSchemaOrBuilder()
Schema.SequenceEntity
getSequence()
Sequence.SequenceEntityOrBuilder
getSequenceOrBuilder()
Sequence.int
getSerializedSize()
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.int
hashCode()
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.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static DatabaseEntity.Builder
newBuilder()
static DatabaseEntity.Builder
newBuilder(DatabaseEntity prototype)
DatabaseEntity.Builder
newBuilderForType()
protected DatabaseEntity.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static DatabaseEntity
parseDelimitedFrom(InputStream input)
static DatabaseEntity
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseEntity
parseFrom(byte[] data)
static DatabaseEntity
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseEntity
parseFrom(com.google.protobuf.ByteString data)
static DatabaseEntity
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseEntity
parseFrom(com.google.protobuf.CodedInputStream input)
static DatabaseEntity
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseEntity
parseFrom(InputStream input)
static DatabaseEntity
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DatabaseEntity
parseFrom(ByteBuffer data)
static DatabaseEntity
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<DatabaseEntity>
parser()
DatabaseEntity.Builder
toBuilder()
void
writeTo(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:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getEntityBodyCase
public DatabaseEntity.EntityBodyCase getEntityBodyCase()
- Specified by:
getEntityBodyCase
in interfaceDatabaseEntityOrBuilder
-
getShortName
public String getShortName()
The short name (e.g. table name) of the entity.
string short_name = 1;
- Specified by:
getShortName
in 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:
getShortNameBytes
in 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:
getParentEntity
in 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:
getParentEntityBytes
in 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:
getTreeValue
in 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:
getTree
in 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:
getEntityTypeValue
in 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:
getEntityType
in 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:
getMappingsList
in 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:
getMappingsOrBuilderList
in 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:
getMappingsCount
in 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:
getMappings
in 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:
getMappingsOrBuilder
in 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:
getEntityDdlList
in 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:
getEntityDdlOrBuilderList
in 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:
getEntityDdlCount
in 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:
getEntityDdl
in 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:
getEntityDdlOrBuilder
in 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:
getIssuesList
in 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:
getIssuesOrBuilderList
in interfaceDatabaseEntityOrBuilder
-
getIssuesCount
public int getIssuesCount()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;
- Specified by:
getIssuesCount
in 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:
getIssues
in 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:
getIssuesOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasDatabase
public boolean hasDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
- Specified by:
hasDatabase
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the database field is set.
-
getDatabase
public DatabaseInstanceEntity getDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
- Specified by:
getDatabase
in interfaceDatabaseEntityOrBuilder
- Returns:
- The database.
-
getDatabaseOrBuilder
public DatabaseInstanceEntityOrBuilder getDatabaseOrBuilder()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;
- Specified by:
getDatabaseOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasSchema
public boolean hasSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
- Specified by:
hasSchema
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the schema field is set.
-
getSchema
public SchemaEntity getSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
- Specified by:
getSchema
in interfaceDatabaseEntityOrBuilder
- Returns:
- The schema.
-
getSchemaOrBuilder
public SchemaEntityOrBuilder getSchemaOrBuilder()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;
- Specified by:
getSchemaOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasTable
public boolean hasTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
- Specified by:
hasTable
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the table field is set.
-
getTable
public TableEntity getTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
- Specified by:
getTable
in interfaceDatabaseEntityOrBuilder
- Returns:
- The table.
-
getTableOrBuilder
public TableEntityOrBuilder getTableOrBuilder()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;
- Specified by:
getTableOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasView
public boolean hasView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
- Specified by:
hasView
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the view field is set.
-
getView
public ViewEntity getView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
- Specified by:
getView
in interfaceDatabaseEntityOrBuilder
- Returns:
- The view.
-
getViewOrBuilder
public ViewEntityOrBuilder getViewOrBuilder()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;
- Specified by:
getViewOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasSequence
public boolean hasSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
- Specified by:
hasSequence
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the sequence field is set.
-
getSequence
public SequenceEntity getSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
- Specified by:
getSequence
in interfaceDatabaseEntityOrBuilder
- Returns:
- The sequence.
-
getSequenceOrBuilder
public SequenceEntityOrBuilder getSequenceOrBuilder()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;
- Specified by:
getSequenceOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasStoredProcedure
public boolean hasStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
- Specified by:
hasStoredProcedure
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the storedProcedure field is set.
-
getStoredProcedure
public StoredProcedureEntity getStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
- Specified by:
getStoredProcedure
in interfaceDatabaseEntityOrBuilder
- Returns:
- The storedProcedure.
-
getStoredProcedureOrBuilder
public StoredProcedureEntityOrBuilder getStoredProcedureOrBuilder()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;
- Specified by:
getStoredProcedureOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasDatabaseFunction
public boolean hasDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
- Specified by:
hasDatabaseFunction
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the databaseFunction field is set.
-
getDatabaseFunction
public FunctionEntity getDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
- Specified by:
getDatabaseFunction
in interfaceDatabaseEntityOrBuilder
- Returns:
- The databaseFunction.
-
getDatabaseFunctionOrBuilder
public FunctionEntityOrBuilder getDatabaseFunctionOrBuilder()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;
- Specified by:
getDatabaseFunctionOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasSynonym
public boolean hasSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
- Specified by:
hasSynonym
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the synonym field is set.
-
getSynonym
public SynonymEntity getSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
- Specified by:
getSynonym
in interfaceDatabaseEntityOrBuilder
- Returns:
- The synonym.
-
getSynonymOrBuilder
public SynonymEntityOrBuilder getSynonymOrBuilder()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;
- Specified by:
getSynonymOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasDatabasePackage
public boolean hasDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
- Specified by:
hasDatabasePackage
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the databasePackage field is set.
-
getDatabasePackage
public PackageEntity getDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
- Specified by:
getDatabasePackage
in interfaceDatabaseEntityOrBuilder
- Returns:
- The databasePackage.
-
getDatabasePackageOrBuilder
public PackageEntityOrBuilder getDatabasePackageOrBuilder()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;
- Specified by:
getDatabasePackageOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasUdt
public boolean hasUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
- Specified by:
hasUdt
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the udt field is set.
-
getUdt
public UDTEntity getUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
- Specified by:
getUdt
in interfaceDatabaseEntityOrBuilder
- Returns:
- The udt.
-
getUdtOrBuilder
public UDTEntityOrBuilder getUdtOrBuilder()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;
- Specified by:
getUdtOrBuilder
in interfaceDatabaseEntityOrBuilder
-
hasMaterializedView
public boolean hasMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
- Specified by:
hasMaterializedView
in interfaceDatabaseEntityOrBuilder
- Returns:
- Whether the materializedView field is set.
-
getMaterializedView
public MaterializedViewEntity getMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
- Specified by:
getMaterializedView
in interfaceDatabaseEntityOrBuilder
- Returns:
- The materializedView.
-
getMaterializedViewOrBuilder
public MaterializedViewEntityOrBuilder getMaterializedViewOrBuilder()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;
- Specified by:
getMaterializedViewOrBuilder
in interfaceDatabaseEntityOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in 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:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in 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:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected DatabaseEntity.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in 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:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public DatabaseEntity getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-