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