google-apis-datastream_v1alpha1 0.5.0 → 0.6.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f6067ad9961549d23f69ce756853e22a24c71265a3414f50eac00a9623708801
4
- data.tar.gz: 375708c5d8b4fe024b89aa34840513be3dce7aa9f2d626a81bce0851068fdb0a
3
+ metadata.gz: 30afb931fc2876950c9dbca3d5533c9439d3a752319722e3f15bbdedaf85d00d
4
+ data.tar.gz: 7b02e5457e53b7ce15ffef9d177512f97dfc49283041bf940f4179d311deb371
5
5
  SHA512:
6
- metadata.gz: 6cf44606226ddeabc9cecb21d98f7bd09571f983efaa866d4437d8bf47810d6171213ba2d15c456c3a6afdc577fcc679e1bd553e227b77b97a460be9b633f0a8
7
- data.tar.gz: 72f0454b4a31db57c30a861860bd94ea31549975604f9e6e679f7f775bc8bf92a07cd83e9c19808686337b6f23e9cb1fc3b0ce7a027f7d4c72a2c849135ea2e4
6
+ metadata.gz: 7c3fea3e4816d2f75bcb46dbbe43a80db237e73dc13d688ee94ecfdc709a95cd47e9c536fcbf8c4559263bb3297b2cb35bf6329a9d94093d3288403828334e81
7
+ data.tar.gz: 0b46d9c9f28cf2b7728169477d218164e49e86481a06865fd01bedd9e9510fb29c8da06773113a512e1e4254f5159adfee0e6407b02877ba08cfea1b87546407
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastream_v1alpha1
2
2
 
3
+ ### v0.6.0 (2022-03-26)
4
+
5
+ * Regenerated from discovery document revision 20220316
6
+
3
7
  ### v0.5.0 (2022-01-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20220105
@@ -1317,6 +1317,19 @@ module Google
1317
1317
  end
1318
1318
  end
1319
1319
 
1320
+ # Configuration to drop large object values.
1321
+ class OracleDropLargeObjects
1322
+ include Google::Apis::Core::Hashable
1323
+
1324
+ def initialize(**args)
1325
+ update!(**args)
1326
+ end
1327
+
1328
+ # Update properties of this object
1329
+ def update!(**args)
1330
+ end
1331
+ end
1332
+
1320
1333
  # Oracle data source object identifier.
1321
1334
  class OracleObjectIdentifier
1322
1335
  include Google::Apis::Core::Hashable
@@ -1444,6 +1457,11 @@ module Google
1444
1457
  # @return [Google::Apis::DatastreamV1alpha1::OracleRdbms]
1445
1458
  attr_accessor :allowlist
1446
1459
 
1460
+ # Configuration to drop large object values.
1461
+ # Corresponds to the JSON property `dropLargeObjects`
1462
+ # @return [Google::Apis::DatastreamV1alpha1::OracleDropLargeObjects]
1463
+ attr_accessor :drop_large_objects
1464
+
1447
1465
  # Oracle database structure.
1448
1466
  # Corresponds to the JSON property `rejectlist`
1449
1467
  # @return [Google::Apis::DatastreamV1alpha1::OracleRdbms]
@@ -1456,6 +1474,7 @@ module Google
1456
1474
  # Update properties of this object
1457
1475
  def update!(**args)
1458
1476
  @allowlist = args[:allowlist] if args.key?(:allowlist)
1477
+ @drop_large_objects = args[:drop_large_objects] if args.key?(:drop_large_objects)
1459
1478
  @rejectlist = args[:rejectlist] if args.key?(:rejectlist)
1460
1479
  end
1461
1480
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastreamV1alpha1
18
18
  # Version of the google-apis-datastream_v1alpha1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220105"
25
+ REVISION = "20220316"
26
26
  end
27
27
  end
28
28
  end
@@ -250,6 +250,12 @@ module Google
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
+ class OracleDropLargeObjects
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
253
259
  class OracleObjectIdentifier
254
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
261
 
@@ -762,6 +768,12 @@ module Google
762
768
  end
763
769
  end
764
770
 
771
+ class OracleDropLargeObjects
772
+ # @private
773
+ class Representation < Google::Apis::Core::JsonRepresentation
774
+ end
775
+ end
776
+
765
777
  class OracleObjectIdentifier
766
778
  # @private
767
779
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -804,6 +816,8 @@ module Google
804
816
  class Representation < Google::Apis::Core::JsonRepresentation
805
817
  property :allowlist, as: 'allowlist', class: Google::Apis::DatastreamV1alpha1::OracleRdbms, decorator: Google::Apis::DatastreamV1alpha1::OracleRdbms::Representation
806
818
 
819
+ property :drop_large_objects, as: 'dropLargeObjects', class: Google::Apis::DatastreamV1alpha1::OracleDropLargeObjects, decorator: Google::Apis::DatastreamV1alpha1::OracleDropLargeObjects::Representation
820
+
807
821
  property :rejectlist, as: 'rejectlist', class: Google::Apis::DatastreamV1alpha1::OracleRdbms, decorator: Google::Apis::DatastreamV1alpha1::OracleRdbms::Representation
808
822
 
809
823
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastream_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-17 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.6.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []