feat: published Database Migration Service v1 logging SDK
PiperOrigin-RevId: 351738225
This commit is contained in:
parent
89e3c50992
commit
92fac3a00a
|
|
@ -20,10 +20,10 @@ import "google/protobuf/duration.proto";
|
||||||
import "google/protobuf/timestamp.proto";
|
import "google/protobuf/timestamp.proto";
|
||||||
import "google/rpc/status.proto";
|
import "google/rpc/status.proto";
|
||||||
|
|
||||||
|
option go_package = "google.golang.org/genproto/googleapis/storage/clouddms/logging/v1;logging";
|
||||||
option java_multiple_files = true;
|
option java_multiple_files = true;
|
||||||
option java_outer_classname = "DataMigrationStackDriverLogs";
|
option java_outer_classname = "DataMigrationStackDriverLogs";
|
||||||
option java_package = "com.google.storage.clouddms.logging.v1";
|
option java_package = "com.google.storage.clouddms.logging.v1";
|
||||||
option go_package = "google.golang.org/genproto/googleapis/storage/clouddms/logging/v1;logging";
|
|
||||||
|
|
||||||
// The database engines.
|
// The database engines.
|
||||||
enum DatabaseEngine {
|
enum DatabaseEngine {
|
||||||
|
|
@ -35,6 +35,9 @@ enum DatabaseEngine {
|
||||||
|
|
||||||
// The source engine is PostgreSQL.
|
// The source engine is PostgreSQL.
|
||||||
POSTGRESQL = 2;
|
POSTGRESQL = 2;
|
||||||
|
|
||||||
|
// The source engine is SQL Server.
|
||||||
|
SQLSERVER = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
// The database providers.
|
// The database providers.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue