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 type
google.cloud.clouddms.v1.DatabaseEntity| Modifier and Type | Class and 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.
|
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 |
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 |
| Modifier and Type | Method and 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(ByteBuffer data) |
static DatabaseEntity |
parseFrom(ByteBuffer 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 com.google.protobuf.Parser<DatabaseEntity> |
parser() |
DatabaseEntity.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 SHORT_NAME_FIELD_NUMBER
public static final int PARENT_ENTITY_FIELD_NUMBER
public static final int TREE_FIELD_NUMBER
public static final int ENTITY_TYPE_FIELD_NUMBER
public static final int MAPPINGS_FIELD_NUMBER
public static final int ENTITY_DDL_FIELD_NUMBER
public static final int ISSUES_FIELD_NUMBER
public static final int DATABASE_FIELD_NUMBER
public static final int SCHEMA_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
public static final int VIEW_FIELD_NUMBER
public static final int SEQUENCE_FIELD_NUMBER
public static final int STORED_PROCEDURE_FIELD_NUMBER
public static final int DATABASE_FUNCTION_FIELD_NUMBER
public static final int SYNONYM_FIELD_NUMBER
public static final int DATABASE_PACKAGE_FIELD_NUMBER
public static final int UDT_FIELD_NUMBER
public static final int MATERIALIZED_VIEW_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 DatabaseEntity.EntityBodyCase getEntityBodyCase()
getEntityBodyCase in interface DatabaseEntityOrBuilderpublic String getShortName()
The short name (e.g. table name) of the entity.
string short_name = 1;getShortName in interface DatabaseEntityOrBuilderpublic com.google.protobuf.ByteString getShortNameBytes()
The short name (e.g. table name) of the entity.
string short_name = 1;getShortNameBytes in interface DatabaseEntityOrBuilderpublic String getParentEntity()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;getParentEntity in interface DatabaseEntityOrBuilderpublic com.google.protobuf.ByteString getParentEntityBytes()
The full name of the parent entity (e.g. schema name).
string parent_entity = 2;getParentEntityBytes in interface DatabaseEntityOrBuilderpublic int getTreeValue()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;getTreeValue in interface DatabaseEntityOrBuilderpublic DatabaseEntity.TreeType getTree()
The type of tree the entity belongs to.
.google.cloud.clouddms.v1.DatabaseEntity.TreeType tree = 3;getTree in interface DatabaseEntityOrBuilderpublic int getEntityTypeValue()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;getEntityTypeValue in interface DatabaseEntityOrBuilderpublic DatabaseEntityType getEntityType()
The type of the database entity (table, view, index, ...).
.google.cloud.clouddms.v1.DatabaseEntityType entity_type = 4;getEntityType in interface DatabaseEntityOrBuilderpublic 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;getMappingsList in interface DatabaseEntityOrBuilderpublic 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;getMappingsOrBuilderList in interface DatabaseEntityOrBuilderpublic 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;getMappingsCount in interface DatabaseEntityOrBuilderpublic 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;getMappings in interface DatabaseEntityOrBuilderpublic 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;getMappingsOrBuilder in interface DatabaseEntityOrBuilderpublic 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;getEntityDdlList in interface DatabaseEntityOrBuilderpublic 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;getEntityDdlOrBuilderList in interface DatabaseEntityOrBuilderpublic 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;getEntityDdlCount in interface DatabaseEntityOrBuilderpublic 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;getEntityDdl in interface DatabaseEntityOrBuilderpublic 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;getEntityDdlOrBuilder in interface DatabaseEntityOrBuilderpublic List<EntityIssue> getIssuesList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssuesList in interface DatabaseEntityOrBuilderpublic List<? extends EntityIssueOrBuilder> getIssuesOrBuilderList()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssuesOrBuilderList in interface DatabaseEntityOrBuilderpublic int getIssuesCount()
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssuesCount in interface DatabaseEntityOrBuilderpublic EntityIssue getIssues(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssues in interface DatabaseEntityOrBuilderpublic EntityIssueOrBuilder getIssuesOrBuilder(int index)
Details about the various issues found for the entity.
repeated .google.cloud.clouddms.v1.EntityIssue issues = 7;getIssuesOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;hasDatabase in interface DatabaseEntityOrBuilderpublic DatabaseInstanceEntity getDatabase()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;getDatabase in interface DatabaseEntityOrBuilderpublic DatabaseInstanceEntityOrBuilder getDatabaseOrBuilder()
Database.
.google.cloud.clouddms.v1.DatabaseInstanceEntity database = 101;getDatabaseOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;hasSchema in interface DatabaseEntityOrBuilderpublic SchemaEntity getSchema()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;getSchema in interface DatabaseEntityOrBuilderpublic SchemaEntityOrBuilder getSchemaOrBuilder()
Schema.
.google.cloud.clouddms.v1.SchemaEntity schema = 102;getSchemaOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;hasTable in interface DatabaseEntityOrBuilderpublic TableEntity getTable()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;getTable in interface DatabaseEntityOrBuilderpublic TableEntityOrBuilder getTableOrBuilder()
Table.
.google.cloud.clouddms.v1.TableEntity table = 103;getTableOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;hasView in interface DatabaseEntityOrBuilderpublic ViewEntity getView()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;getView in interface DatabaseEntityOrBuilderpublic ViewEntityOrBuilder getViewOrBuilder()
View.
.google.cloud.clouddms.v1.ViewEntity view = 104;getViewOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;hasSequence in interface DatabaseEntityOrBuilderpublic SequenceEntity getSequence()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;getSequence in interface DatabaseEntityOrBuilderpublic SequenceEntityOrBuilder getSequenceOrBuilder()
Sequence.
.google.cloud.clouddms.v1.SequenceEntity sequence = 105;getSequenceOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;hasStoredProcedure in interface DatabaseEntityOrBuilderpublic StoredProcedureEntity getStoredProcedure()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;getStoredProcedure in interface DatabaseEntityOrBuilderpublic StoredProcedureEntityOrBuilder getStoredProcedureOrBuilder()
Stored procedure.
.google.cloud.clouddms.v1.StoredProcedureEntity stored_procedure = 106;getStoredProcedureOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;hasDatabaseFunction in interface DatabaseEntityOrBuilderpublic FunctionEntity getDatabaseFunction()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;getDatabaseFunction in interface DatabaseEntityOrBuilderpublic FunctionEntityOrBuilder getDatabaseFunctionOrBuilder()
Function.
.google.cloud.clouddms.v1.FunctionEntity database_function = 107;getDatabaseFunctionOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;hasSynonym in interface DatabaseEntityOrBuilderpublic SynonymEntity getSynonym()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;getSynonym in interface DatabaseEntityOrBuilderpublic SynonymEntityOrBuilder getSynonymOrBuilder()
Synonym.
.google.cloud.clouddms.v1.SynonymEntity synonym = 108;getSynonymOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;hasDatabasePackage in interface DatabaseEntityOrBuilderpublic PackageEntity getDatabasePackage()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;getDatabasePackage in interface DatabaseEntityOrBuilderpublic PackageEntityOrBuilder getDatabasePackageOrBuilder()
Package.
.google.cloud.clouddms.v1.PackageEntity database_package = 109;getDatabasePackageOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;hasUdt in interface DatabaseEntityOrBuilderpublic UDTEntity getUdt()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;getUdt in interface DatabaseEntityOrBuilderpublic UDTEntityOrBuilder getUdtOrBuilder()
UDT.
.google.cloud.clouddms.v1.UDTEntity udt = 110;getUdtOrBuilder in interface DatabaseEntityOrBuilderpublic boolean hasMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;hasMaterializedView in interface DatabaseEntityOrBuilderpublic MaterializedViewEntity getMaterializedView()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;getMaterializedView in interface DatabaseEntityOrBuilderpublic MaterializedViewEntityOrBuilder getMaterializedViewOrBuilder()
Materialized view.
.google.cloud.clouddms.v1.MaterializedViewEntity materialized_view = 111;getMaterializedViewOrBuilder in interface DatabaseEntityOrBuilderpublic 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 DatabaseEntity parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseEntity parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseEntity parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseEntity parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseEntity parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseEntity parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DatabaseEntity parseFrom(InputStream input) throws IOException
IOExceptionpublic static DatabaseEntity parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DatabaseEntity parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DatabaseEntity parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DatabaseEntity parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DatabaseEntity parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic DatabaseEntity.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DatabaseEntity.Builder newBuilder()
public static DatabaseEntity.Builder newBuilder(DatabaseEntity prototype)
public DatabaseEntity.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DatabaseEntity.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static DatabaseEntity getDefaultInstance()
public static com.google.protobuf.Parser<DatabaseEntity> parser()
public com.google.protobuf.Parser<DatabaseEntity> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public DatabaseEntity getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.