google-cloud-cloud_dms-v1 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/cloud_dms/v1/version.rb +1 -1
- data/lib/google/cloud/clouddms/v1/clouddms_pb.rb +2 -2
- data/lib/google/cloud/clouddms/v1/clouddms_resources_pb.rb +2 -2
- data/lib/google/cloud/clouddms/v1/clouddms_services_pb.rb +1 -1
- data/proto_docs/google/cloud/clouddms/v1/clouddms_resources.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97c10cfb9762f7397a40008162ca82c091dafd43fd05f7240c2ff294eefd1703
|
|
4
|
+
data.tar.gz: bebe4b7e7a869671d11e1f634ad57fa15675d9b3f325aaf8069ba667b3fd7be4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b29b509e9f61b6f97e40e2685569e4b2ff7fc1fb6cefeb481b9203a02a55409fd731e1b17471afe0fee6d30299cb0f72f02f7542cce4cb1440e5aa81af81be40
|
|
7
|
+
data.tar.gz: 1555540bc27957dacf7ac22dc8bd808b16047ee4ac786d06ba1ce651447bed6e50cabbd58b5d89c76f321c7f62b514a2fd0c6d52edd92f408d16e45683f2a9ff
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/clouddms/v1/clouddms.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/annotations_pb'
|
|
7
5
|
require 'google/api/client_pb'
|
|
8
6
|
require 'google/api/field_behavior_pb'
|
|
@@ -11,6 +9,8 @@ require 'google/cloud/clouddms/v1/clouddms_resources_pb'
|
|
|
11
9
|
require 'google/longrunning/operations_pb'
|
|
12
10
|
require 'google/protobuf/field_mask_pb'
|
|
13
11
|
require 'google/protobuf/timestamp_pb'
|
|
12
|
+
require 'google/protobuf'
|
|
13
|
+
|
|
14
14
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
15
15
|
add_file("google/cloud/clouddms/v1/clouddms.proto", :syntax => :proto3) do
|
|
16
16
|
add_message "google.cloud.clouddms.v1.ListMigrationJobsRequest" do
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
2
|
# source: google/cloud/clouddms/v1/clouddms_resources.proto
|
|
3
3
|
|
|
4
|
-
require 'google/protobuf'
|
|
5
|
-
|
|
6
4
|
require 'google/api/field_behavior_pb'
|
|
7
5
|
require 'google/api/resource_pb'
|
|
8
6
|
require 'google/protobuf/duration_pb'
|
|
@@ -10,6 +8,8 @@ require 'google/protobuf/timestamp_pb'
|
|
|
10
8
|
require 'google/protobuf/wrappers_pb'
|
|
11
9
|
require 'google/rpc/status_pb'
|
|
12
10
|
require 'google/api/annotations_pb'
|
|
11
|
+
require 'google/protobuf'
|
|
12
|
+
|
|
13
13
|
Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
14
14
|
add_file("google/cloud/clouddms/v1/clouddms_resources.proto", :syntax => :proto3) do
|
|
15
15
|
add_message "google.cloud.clouddms.v1.SslConfig" do
|
|
@@ -492,7 +492,7 @@ module Google
|
|
|
492
492
|
# The migration job is being created.
|
|
493
493
|
CREATING = 3
|
|
494
494
|
|
|
495
|
-
# The migration job is created
|
|
495
|
+
# The migration job is created and not started.
|
|
496
496
|
NOT_STARTED = 4
|
|
497
497
|
|
|
498
498
|
# The migration job is running.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-cloud_dms-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|