google-apis-datastream_v1alpha1 0.7.0 → 0.8.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: 5d1676cc23be5d2223099d54924a20d4d85f87c6229faa16223fdd16192a38ba
4
- data.tar.gz: 32ce00caeeaafd405f08ddf0211e3988a349318f6a97c07a1ece08373a44849f
3
+ metadata.gz: 0e85f5d13a4974fd253f3775ec7f237af223fa6324502931f97a37e263c41593
4
+ data.tar.gz: f27bf308564672988090afda4350fb98edff41c1713c0149d6ff64f407c7c278
5
5
  SHA512:
6
- metadata.gz: 2b752c6142301aaa22a484e307f12ab6e5a9e32cd8af0208f5ef2f632233ad1382b2735a3a9a5e97db8e5ec5aee1a76ad86539984d365b546ce2adb0d0fc3d50
7
- data.tar.gz: 657a55a1dd8a8460cd665dafdb9b4ed33130abd6ad241d750fca4e6d4b25b590d3f96c514839937cc593b9eab17233babc4bf5bafd3709f3cc82a3ab423434d4
6
+ metadata.gz: cdca634a281f5cb02d38522673f6f4160cd9d1268188b7ae636d278f5e327f2f5b08005871f1314cd1b69aaa009ee8be5c4b3df1e0bb25afcfae458879b02c5a
7
+ data.tar.gz: f44a957ca194f1c272724c726d6fce79fd28391379ff283befe4ec3f95bd883c080617bf7a2e23e3cd31cc4fbfe9a1b7d6e59061724511f7319c4e79cf9b2f77
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastream_v1alpha1
2
2
 
3
+ ### v0.8.0 (2022-04-15)
4
+
5
+ * Regenerated from discovery document revision 20220405
6
+
3
7
  ### v0.7.0 (2022-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20220322
@@ -316,6 +316,19 @@ module Google
316
316
  end
317
317
  end
318
318
 
319
+ # Configuration to drop large object values.
320
+ class DropLargeObjects
321
+ include Google::Apis::Core::Hashable
322
+
323
+ def initialize(**args)
324
+ update!(**args)
325
+ end
326
+
327
+ # Update properties of this object
328
+ def update!(**args)
329
+ end
330
+ end
331
+
319
332
  # A generic empty message that you can re-use to avoid defining duplicated empty
320
333
  # messages in your APIs. A typical example is to use it as the request or the
321
334
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
@@ -1316,19 +1329,6 @@ module Google
1316
1329
  end
1317
1330
  end
1318
1331
 
1319
- # Configuration to drop large object values.
1320
- class OracleDropLargeObjects
1321
- include Google::Apis::Core::Hashable
1322
-
1323
- def initialize(**args)
1324
- update!(**args)
1325
- end
1326
-
1327
- # Update properties of this object
1328
- def update!(**args)
1329
- end
1330
- end
1331
-
1332
1332
  # Oracle data source object identifier.
1333
1333
  class OracleObjectIdentifier
1334
1334
  include Google::Apis::Core::Hashable
@@ -1458,7 +1458,7 @@ module Google
1458
1458
 
1459
1459
  # Configuration to drop large object values.
1460
1460
  # Corresponds to the JSON property `dropLargeObjects`
1461
- # @return [Google::Apis::DatastreamV1alpha1::OracleDropLargeObjects]
1461
+ # @return [Google::Apis::DatastreamV1alpha1::DropLargeObjects]
1462
1462
  attr_accessor :drop_large_objects
1463
1463
 
1464
1464
  # Oracle database structure.
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.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 = "20220322"
25
+ REVISION = "20220405"
26
26
  end
27
27
  end
28
28
  end
@@ -76,6 +76,12 @@ module Google
76
76
  include Google::Apis::Core::JsonObjectSupport
77
77
  end
78
78
 
79
+ class DropLargeObjects
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
79
85
  class Empty
80
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
87
 
@@ -250,12 +256,6 @@ module Google
250
256
  include Google::Apis::Core::JsonObjectSupport
251
257
  end
252
258
 
253
- class OracleDropLargeObjects
254
- class Representation < Google::Apis::Core::JsonRepresentation; end
255
-
256
- include Google::Apis::Core::JsonObjectSupport
257
- end
258
-
259
259
  class OracleObjectIdentifier
260
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
261
 
@@ -481,6 +481,12 @@ module Google
481
481
  end
482
482
  end
483
483
 
484
+ class DropLargeObjects
485
+ # @private
486
+ class Representation < Google::Apis::Core::JsonRepresentation
487
+ end
488
+ end
489
+
484
490
  class Empty
485
491
  # @private
486
492
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -768,12 +774,6 @@ module Google
768
774
  end
769
775
  end
770
776
 
771
- class OracleDropLargeObjects
772
- # @private
773
- class Representation < Google::Apis::Core::JsonRepresentation
774
- end
775
- end
776
-
777
777
  class OracleObjectIdentifier
778
778
  # @private
779
779
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -816,7 +816,7 @@ module Google
816
816
  class Representation < Google::Apis::Core::JsonRepresentation
817
817
  property :allowlist, as: 'allowlist', class: Google::Apis::DatastreamV1alpha1::OracleRdbms, decorator: Google::Apis::DatastreamV1alpha1::OracleRdbms::Representation
818
818
 
819
- property :drop_large_objects, as: 'dropLargeObjects', class: Google::Apis::DatastreamV1alpha1::OracleDropLargeObjects, decorator: Google::Apis::DatastreamV1alpha1::OracleDropLargeObjects::Representation
819
+ property :drop_large_objects, as: 'dropLargeObjects', class: Google::Apis::DatastreamV1alpha1::DropLargeObjects, decorator: Google::Apis::DatastreamV1alpha1::DropLargeObjects::Representation
820
820
 
821
821
  property :rejectlist, as: 'rejectlist', class: Google::Apis::DatastreamV1alpha1::OracleRdbms, decorator: Google::Apis::DatastreamV1alpha1::OracleRdbms::Representation
822
822
 
@@ -122,8 +122,8 @@ module Google
122
122
  # The resource that owns the locations collection, if applicable.
123
123
  # @param [String] filter
124
124
  # A filter to narrow down results to a preferred subset. The filtering language
125
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
126
- # AIP-160](https://google.aip.dev/160).
125
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
126
+ # in [AIP-160](https://google.aip.dev/160).
127
127
  # @param [Fixnum] page_size
128
128
  # The maximum number of results to return. If not set, the service selects a
129
129
  # default.
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.7.0
4
+ version: 0.8.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1alpha1/v0.8.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: []