google-apis-datastream_v1 0.7.0 → 0.10.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: 507d499abdd82dc87605e77c3bd81ab8ff38d9f32773cdf2ea1c18bf6ba72736
4
- data.tar.gz: c175851c3156f29beb7d1e3becb2bfd0e1c01e5417382f840823a174fd99d99d
3
+ metadata.gz: 7f90fd67e14bc97e90a99542608152f4d03b2a38291ba792165273a9a1b66b87
4
+ data.tar.gz: 2773d8e4952495044710b8d8c90960ae01ad90c1f29206b572fe59350f4f311d
5
5
  SHA512:
6
- metadata.gz: 3e6e9e999b9f2c46738717548bc0b87b8efe763c53930dda90ee5ed1b53d436fe602427eda0995fe52260dc83c9fa9417932294b895dfe34128d2b6ec0470776
7
- data.tar.gz: a6c518c945536e126698e4941984e5c9dae269ddf79f4a4cbcdb3d99a18b234ab6a12cfbc6d164a7067be6c0fa6fe3f176463be8df540a48996087840b0aff07
6
+ metadata.gz: 7769b92c0c45c8ae2759053450ca94b3c21e9985e04467562780ce6b217422f2daa08d09273ce6a3f5d14a71638b105580928ca72b6f954069c8888bddd19a37
7
+ data.tar.gz: f6808918199be67946797213a859e4857b0d04d3acbed016a017d9f9b67bd29fbba5ec0be2f47153fdb32d9c3b9cf08446696ed8779bc54a742c5662aaa0211d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-datastream_v1
2
2
 
3
+ ### v0.10.0 (2022-06-21)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.9.0 (2022-06-05)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.8.0 (2022-04-15)
12
+
13
+ * Regenerated from discovery document revision 20220405
14
+
3
15
  ### v0.7.0 (2022-04-02)
4
16
 
5
17
  * Regenerated from discovery document revision 20220322
@@ -313,6 +313,19 @@ module Google
313
313
  end
314
314
  end
315
315
 
316
+ # Configuration to drop large object values.
317
+ class DropLargeObjects
318
+ include Google::Apis::Core::Hashable
319
+
320
+ def initialize(**args)
321
+ update!(**args)
322
+ end
323
+
324
+ # Update properties of this object
325
+ def update!(**args)
326
+ end
327
+ end
328
+
316
329
  # A generic empty message that you can re-use to avoid defining duplicated empty
317
330
  # messages in your APIs. A typical example is to use it as the request or the
318
331
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
@@ -1280,19 +1293,6 @@ module Google
1280
1293
  end
1281
1294
  end
1282
1295
 
1283
- # Configuration to drop large object values.
1284
- class OracleDropLargeObjects
1285
- include Google::Apis::Core::Hashable
1286
-
1287
- def initialize(**args)
1288
- update!(**args)
1289
- end
1290
-
1291
- # Update properties of this object
1292
- def update!(**args)
1293
- end
1294
- end
1295
-
1296
1296
  # Oracle data source object identifier.
1297
1297
  class OracleObjectIdentifier
1298
1298
  include Google::Apis::Core::Hashable
@@ -1417,7 +1417,7 @@ module Google
1417
1417
 
1418
1418
  # Configuration to drop large object values.
1419
1419
  # Corresponds to the JSON property `dropLargeObjects`
1420
- # @return [Google::Apis::DatastreamV1::OracleDropLargeObjects]
1420
+ # @return [Google::Apis::DatastreamV1::DropLargeObjects]
1421
1421
  attr_accessor :drop_large_objects
1422
1422
 
1423
1423
  # Oracle database structure.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastreamV1
18
18
  # Version of the google-apis-datastream_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
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
 
@@ -238,12 +244,6 @@ module Google
238
244
  include Google::Apis::Core::JsonObjectSupport
239
245
  end
240
246
 
241
- class OracleDropLargeObjects
242
- class Representation < Google::Apis::Core::JsonRepresentation; end
243
-
244
- include Google::Apis::Core::JsonObjectSupport
245
- end
246
-
247
247
  class OracleObjectIdentifier
248
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
249
 
@@ -479,6 +479,12 @@ module Google
479
479
  end
480
480
  end
481
481
 
482
+ class DropLargeObjects
483
+ # @private
484
+ class Representation < Google::Apis::Core::JsonRepresentation
485
+ end
486
+ end
487
+
482
488
  class Empty
483
489
  # @private
484
490
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -753,12 +759,6 @@ module Google
753
759
  end
754
760
  end
755
761
 
756
- class OracleDropLargeObjects
757
- # @private
758
- class Representation < Google::Apis::Core::JsonRepresentation
759
- end
760
- end
761
-
762
762
  class OracleObjectIdentifier
763
763
  # @private
764
764
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -799,7 +799,7 @@ module Google
799
799
  class OracleSourceConfig
800
800
  # @private
801
801
  class Representation < Google::Apis::Core::JsonRepresentation
802
- property :drop_large_objects, as: 'dropLargeObjects', class: Google::Apis::DatastreamV1::OracleDropLargeObjects, decorator: Google::Apis::DatastreamV1::OracleDropLargeObjects::Representation
802
+ property :drop_large_objects, as: 'dropLargeObjects', class: Google::Apis::DatastreamV1::DropLargeObjects, decorator: Google::Apis::DatastreamV1::DropLargeObjects::Representation
803
803
 
804
804
  property :exclude_objects, as: 'excludeObjects', class: Google::Apis::DatastreamV1::OracleRdbms, decorator: Google::Apis::DatastreamV1::OracleRdbms::Representation
805
805
 
@@ -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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.10.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-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.10.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Datastream API V1