google-apis-datastream_v1 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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12779b2d5fa10b04573500902a879d91d187f018634d91f293e322d760897228
|
4
|
+
data.tar.gz: ee09a80334fe53f397bf617f65bdcbec73eda7bb5e2cf8f245a8897a2645823e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 703e1d2021ba1d9e4f158b40e2a06916a95d186292b5989ef5b001accdc0b1fad0c1033b121195819d97aedcf3b15edd40e41e0f1a9b76584ffa185bedf24972
|
7
|
+
data.tar.gz: 712cc2697609de6b64d1dee8cbbeba9cfa41b43d3168e95abfb3169a3a75b5b453a756713b7039ee20d1a1b801cf48eab3d5393944cbb88f554785dfe501a584
|
data/CHANGELOG.md
CHANGED
@@ -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::
|
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.
|
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 = "
|
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::
|
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"
|
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.
|
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-
|
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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.8.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: []
|