google-apis-datastream_v1 0.20.0 → 0.22.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: b03a58e3422c684977a6bf764d25da392bcbb8a09400d157ee33d4e5a377b92a
|
4
|
+
data.tar.gz: 6dd47d8079a45b03f91258c793ede6f70f0227ae54b99f4b05cc875fc21dbe54
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e570712bb0ed39173e0089d1dbe74b9bb5488fa40c97957fb0b8fffd261d1ecfd2b5bee2d004d2c4f86bd24471f879880473b4fe98d9e8bd2fbac15aabef37f
|
7
|
+
data.tar.gz: 6db0f00a26f3ca02034ca7efa458324d937258be83c7c89525dcba3494321b358330512e3a71a405c114c73594d9f2a7d321e5253edc36ab50ad6468f8403a26
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-datastream_v1
|
2
2
|
|
3
|
+
### v0.22.0 (2023-03-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230308
|
6
|
+
|
7
|
+
### v0.21.0 (2023-03-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230222
|
10
|
+
|
3
11
|
### v0.20.0 (2023-02-26)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.12.0
|
@@ -123,7 +123,7 @@ module Google
|
|
123
123
|
end
|
124
124
|
end
|
125
125
|
|
126
|
-
#
|
126
|
+
# BigQuery destination configuration
|
127
127
|
class BigQueryDestinationConfig
|
128
128
|
include Google::Apis::Core::Hashable
|
129
129
|
|
@@ -244,7 +244,9 @@ module Google
|
|
244
244
|
# @return [Google::Apis::DatastreamV1::PrivateConnectivity]
|
245
245
|
attr_accessor :private_connectivity
|
246
246
|
|
247
|
-
# Static IP address connectivity.
|
247
|
+
# Static IP address connectivity. Used when the source database is configured to
|
248
|
+
# allow incoming connections from the Datastream public IP addresses for the
|
249
|
+
# region specified in the connection profile.
|
248
250
|
# Corresponds to the JSON property `staticServiceIpConnectivity`
|
249
251
|
# @return [Google::Apis::DatastreamV1::StaticServiceIpConnectivity]
|
250
252
|
attr_accessor :static_service_ip_connectivity
|
@@ -318,7 +320,7 @@ module Google
|
|
318
320
|
class DestinationConfig
|
319
321
|
include Google::Apis::Core::Hashable
|
320
322
|
|
321
|
-
# BigQuery destination configuration
|
323
|
+
# BigQuery destination configuration
|
322
324
|
# Corresponds to the JSON property `bigqueryDestinationConfig`
|
323
325
|
# @return [Google::Apis::DatastreamV1::BigQueryDestinationConfig]
|
324
326
|
attr_accessor :bigquery_destination_config
|
@@ -1566,14 +1568,14 @@ module Google
|
|
1566
1568
|
# @return [Google::Apis::DatastreamV1::OracleRdbms]
|
1567
1569
|
attr_accessor :include_objects
|
1568
1570
|
|
1569
|
-
# Maximum number of concurrent backfill tasks. The number should be non
|
1570
|
-
# If not set (or set to 0), the system's default value
|
1571
|
+
# Maximum number of concurrent backfill tasks. The number should be non-negative.
|
1572
|
+
# If not set (or set to 0), the system's default value is used.
|
1571
1573
|
# Corresponds to the JSON property `maxConcurrentBackfillTasks`
|
1572
1574
|
# @return [Fixnum]
|
1573
1575
|
attr_accessor :max_concurrent_backfill_tasks
|
1574
1576
|
|
1575
|
-
# Maximum number of concurrent CDC tasks. The number should be non
|
1576
|
-
# not set (or set to 0), the system's default value
|
1577
|
+
# Maximum number of concurrent CDC tasks. The number should be non-negative. If
|
1578
|
+
# not set (or set to 0), the system's default value is used.
|
1577
1579
|
# Corresponds to the JSON property `maxConcurrentCdcTasks`
|
1578
1580
|
# @return [Fixnum]
|
1579
1581
|
attr_accessor :max_concurrent_cdc_tasks
|
@@ -2150,7 +2152,9 @@ module Google
|
|
2150
2152
|
end
|
2151
2153
|
end
|
2152
2154
|
|
2153
|
-
# Static IP address connectivity.
|
2155
|
+
# Static IP address connectivity. Used when the source database is configured to
|
2156
|
+
# allow incoming connections from the Datastream public IP addresses for the
|
2157
|
+
# region specified in the connection profile.
|
2154
2158
|
class StaticServiceIpConnectivity
|
2155
2159
|
include Google::Apis::Core::Hashable
|
2156
2160
|
|
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230308"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -535,13 +535,7 @@ module Google
|
|
535
535
|
end
|
536
536
|
|
537
537
|
# Lists operations that match the specified filter in the request. If the server
|
538
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
539
|
-
# binding allows API services to override the binding to use different resource
|
540
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
541
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
542
|
-
# service configuration. For backwards compatibility, the default name includes
|
543
|
-
# the operations collection id, however overriding users must ensure the name
|
544
|
-
# binding is the parent resource, without the operations collection id.
|
538
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
545
539
|
# @param [String] name
|
546
540
|
# The name of the operation's parent resource.
|
547
541
|
# @param [String] filter
|
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.22.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: 2023-
|
11
|
+
date: 2023-03-19 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.22.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: []
|