google-apis-datamigration_v1 0.28.0 → 0.30.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatamigrationV1
18
18
  # Version of the google-apis-datamigration_v1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230118"
25
+ REVISION = "20230222"
26
26
  end
27
27
  end
28
28
  end
@@ -40,6 +40,12 @@ module Google
40
40
  include Google::Apis::Core::JsonObjectSupport
41
41
  end
42
42
 
43
+ class ApplyJobDetails
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
43
49
  class AuditConfig
44
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
45
51
 
@@ -124,6 +130,12 @@ module Google
124
130
  include Google::Apis::Core::JsonObjectSupport
125
131
  end
126
132
 
133
+ class ConvertJobDetails
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
127
139
  class DatabaseEngineInfo
128
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
141
 
@@ -190,6 +202,12 @@ module Google
190
202
  include Google::Apis::Core::JsonObjectSupport
191
203
  end
192
204
 
205
+ class FetchStaticIpsResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
193
211
  class ForwardSshTunnelConnectivity
194
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
195
213
 
@@ -585,6 +603,14 @@ module Google
585
603
  end
586
604
  end
587
605
 
606
+ class ApplyJobDetails
607
+ # @private
608
+ class Representation < Google::Apis::Core::JsonRepresentation
609
+ property :connection_profile, as: 'connectionProfile'
610
+ property :filter, as: 'filter'
611
+ end
612
+ end
613
+
588
614
  class AuditConfig
589
615
  # @private
590
616
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -605,8 +631,12 @@ module Google
605
631
  class BackgroundJobLogEntry
606
632
  # @private
607
633
  class Representation < Google::Apis::Core::JsonRepresentation
634
+ property :apply_job_details, as: 'applyJobDetails', class: Google::Apis::DatamigrationV1::ApplyJobDetails, decorator: Google::Apis::DatamigrationV1::ApplyJobDetails::Representation
635
+
608
636
  property :completion_comment, as: 'completionComment'
609
637
  property :completion_state, as: 'completionState'
638
+ property :convert_job_details, as: 'convertJobDetails', class: Google::Apis::DatamigrationV1::ConvertJobDetails, decorator: Google::Apis::DatamigrationV1::ConvertJobDetails::Representation
639
+
610
640
  property :finish_time, as: 'finishTime'
611
641
  property :id, as: 'id'
612
642
  property :import_rules_job_details, as: 'importRulesJobDetails', class: Google::Apis::DatamigrationV1::ImportRulesJobDetails, decorator: Google::Apis::DatamigrationV1::ImportRulesJobDetails::Representation
@@ -775,6 +805,13 @@ module Google
775
805
  end
776
806
  end
777
807
 
808
+ class ConvertJobDetails
809
+ # @private
810
+ class Representation < Google::Apis::Core::JsonRepresentation
811
+ property :filter, as: 'filter'
812
+ end
813
+ end
814
+
778
815
  class DatabaseEngineInfo
779
816
  # @private
780
817
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -887,6 +924,14 @@ module Google
887
924
  end
888
925
  end
889
926
 
927
+ class FetchStaticIpsResponse
928
+ # @private
929
+ class Representation < Google::Apis::Core::JsonRepresentation
930
+ property :next_page_token, as: 'nextPageToken'
931
+ collection :static_ips, as: 'staticIps'
932
+ end
933
+ end
934
+
890
935
  class ForwardSshTunnelConnectivity
891
936
  # @private
892
937
  class Representation < Google::Apis::Core::JsonRepresentation