Uses of Class
com.google.cloud.clouddms.v1.TableEntity
-
Packages that use TableEntity Package Description com.google.cloud.clouddms.v1 A client to Database Migration API -
-
Uses of TableEntity in com.google.cloud.clouddms.v1
Methods in com.google.cloud.clouddms.v1 that return TableEntity Modifier and Type Method Description TableEntity
TableEntity.Builder. build()
TableEntity
TableEntity.Builder. buildPartial()
static TableEntity
TableEntity. getDefaultInstance()
TableEntity
TableEntity.Builder. getDefaultInstanceForType()
TableEntity
TableEntity. getDefaultInstanceForType()
TableEntity
DatabaseEntity.Builder. getTable()
Table.TableEntity
DatabaseEntity. getTable()
Table.TableEntity
DatabaseEntityOrBuilder. getTable()
Table.static TableEntity
TableEntity. parseDelimitedFrom(InputStream input)
static TableEntity
TableEntity. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableEntity
TableEntity. parseFrom(byte[] data)
static TableEntity
TableEntity. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableEntity
TableEntity. parseFrom(com.google.protobuf.ByteString data)
static TableEntity
TableEntity. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableEntity
TableEntity. parseFrom(com.google.protobuf.CodedInputStream input)
static TableEntity
TableEntity. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableEntity
TableEntity. parseFrom(InputStream input)
static TableEntity
TableEntity. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TableEntity
TableEntity. parseFrom(ByteBuffer data)
static TableEntity
TableEntity. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.clouddms.v1 that return types with arguments of type TableEntity Modifier and Type Method Description com.google.protobuf.Parser<TableEntity>
TableEntity. getParserForType()
static com.google.protobuf.Parser<TableEntity>
TableEntity. parser()
Methods in com.google.cloud.clouddms.v1 with parameters of type TableEntity Modifier and Type Method Description TableEntity.Builder
TableEntity.Builder. mergeFrom(TableEntity other)
DatabaseEntity.Builder
DatabaseEntity.Builder. mergeTable(TableEntity value)
Table.static TableEntity.Builder
TableEntity. newBuilder(TableEntity prototype)
DatabaseEntity.Builder
DatabaseEntity.Builder. setTable(TableEntity value)
Table.
-