| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
DatabaseType.Builder.build() |
DatabaseType |
DatabaseType.Builder.buildPartial() |
static DatabaseType |
DatabaseType.getDefaultInstance() |
DatabaseType |
DatabaseType.getDefaultInstanceForType() |
DatabaseType |
DatabaseType.Builder.getDefaultInstanceForType() |
DatabaseType |
MigrationJob.getDestinationDatabase()
The database engine type and provider of the destination.
|
DatabaseType |
MigrationJob.Builder.getDestinationDatabase()
The database engine type and provider of the destination.
|
DatabaseType |
MigrationJobOrBuilder.getDestinationDatabase()
The database engine type and provider of the destination.
|
DatabaseType |
MigrationJob.getSourceDatabase()
The database engine type and provider of the source.
|
DatabaseType |
MigrationJob.Builder.getSourceDatabase()
The database engine type and provider of the source.
|
DatabaseType |
MigrationJobOrBuilder.getSourceDatabase()
The database engine type and provider of the source.
|
static DatabaseType |
DatabaseType.parseDelimitedFrom(InputStream input) |
static DatabaseType |
DatabaseType.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseType |
DatabaseType.parseFrom(byte[] data) |
static DatabaseType |
DatabaseType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseType |
DatabaseType.parseFrom(ByteBuffer data) |
static DatabaseType |
DatabaseType.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseType |
DatabaseType.parseFrom(com.google.protobuf.ByteString data) |
static DatabaseType |
DatabaseType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseType |
DatabaseType.parseFrom(com.google.protobuf.CodedInputStream input) |
static DatabaseType |
DatabaseType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DatabaseType |
DatabaseType.parseFrom(InputStream input) |
static DatabaseType |
DatabaseType.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<DatabaseType> |
DatabaseType.getParserForType() |
static com.google.protobuf.Parser<DatabaseType> |
DatabaseType.parser() |
| Modifier and Type | Method and Description |
|---|---|
MigrationJob.Builder |
MigrationJob.Builder.mergeDestinationDatabase(DatabaseType value)
The database engine type and provider of the destination.
|
DatabaseType.Builder |
DatabaseType.Builder.mergeFrom(DatabaseType other) |
MigrationJob.Builder |
MigrationJob.Builder.mergeSourceDatabase(DatabaseType value)
The database engine type and provider of the source.
|
static DatabaseType.Builder |
DatabaseType.newBuilder(DatabaseType prototype) |
MigrationJob.Builder |
MigrationJob.Builder.setDestinationDatabase(DatabaseType value)
The database engine type and provider of the destination.
|
MigrationJob.Builder |
MigrationJob.Builder.setSourceDatabase(DatabaseType value)
The database engine type and provider of the source.
|
Copyright © 2024 Google LLC. All rights reserved.