google-apis-datastream_v1 0.40.0 → 0.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datastream_v1/classes.rb +16 -12
- data/lib/google/apis/datastream_v1/gem_version.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 559b868262cf378c958f598f9556f1f31ba4d89147f03af616620dcf7d3d1749
|
|
4
|
+
data.tar.gz: '088aabc4b1cb5a0cdd0c7f309b07316a5e208ee821a7e49c1bf3dc58e1da1149'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 525085a3f06ead1aa0cf5f1f3641eebcc80eb122336fe5966b8528745616db6e4f4495bcf6989c8835aac1d2a8b31ed3ec1f5035e8bc57105cf31b7fde470f76
|
|
7
|
+
data.tar.gz: a405a817757979ebd3de569f043f2379707c2e247430690578d26a322fd47acf34a913448be33b4536ef1069568367f865f02537449833fc65d24d21d04d098c
|
data/CHANGELOG.md
CHANGED
|
@@ -285,7 +285,7 @@ module Google
|
|
|
285
285
|
# @return [Hash<String,String>]
|
|
286
286
|
attr_accessor :labels
|
|
287
287
|
|
|
288
|
-
# MySQL database profile.
|
|
288
|
+
# MySQL database profile. Next ID: 7.
|
|
289
289
|
# Corresponds to the JSON property `mysqlProfile`
|
|
290
290
|
# @return [Google::Apis::DatastreamV1::MysqlProfile]
|
|
291
291
|
attr_accessor :mysql_profile
|
|
@@ -295,12 +295,12 @@ module Google
|
|
|
295
295
|
# @return [String]
|
|
296
296
|
attr_accessor :name
|
|
297
297
|
|
|
298
|
-
# Oracle database profile.
|
|
298
|
+
# Oracle database profile. Next ID: 10.
|
|
299
299
|
# Corresponds to the JSON property `oracleProfile`
|
|
300
300
|
# @return [Google::Apis::DatastreamV1::OracleProfile]
|
|
301
301
|
attr_accessor :oracle_profile
|
|
302
302
|
|
|
303
|
-
# PostgreSQL database profile.
|
|
303
|
+
# PostgreSQL database profile. Next ID: 7.
|
|
304
304
|
# Corresponds to the JSON property `postgresqlProfile`
|
|
305
305
|
# @return [Google::Apis::DatastreamV1::PostgresqlProfile]
|
|
306
306
|
attr_accessor :postgresql_profile
|
|
@@ -310,7 +310,7 @@ module Google
|
|
|
310
310
|
# @return [Google::Apis::DatastreamV1::PrivateConnectivity]
|
|
311
311
|
attr_accessor :private_connectivity
|
|
312
312
|
|
|
313
|
-
# SQLServer database profile
|
|
313
|
+
# SQLServer database profile. Next ID: 8.
|
|
314
314
|
# Corresponds to the JSON property `sqlServerProfile`
|
|
315
315
|
# @return [Google::Apis::DatastreamV1::SqlServerProfile]
|
|
316
316
|
attr_accessor :sql_server_profile
|
|
@@ -1200,7 +1200,7 @@ module Google
|
|
|
1200
1200
|
end
|
|
1201
1201
|
end
|
|
1202
1202
|
|
|
1203
|
-
# MySQL database profile.
|
|
1203
|
+
# MySQL database profile. Next ID: 7.
|
|
1204
1204
|
class MysqlProfile
|
|
1205
1205
|
include Google::Apis::Core::Hashable
|
|
1206
1206
|
|
|
@@ -1209,7 +1209,8 @@ module Google
|
|
|
1209
1209
|
# @return [String]
|
|
1210
1210
|
attr_accessor :hostname
|
|
1211
1211
|
|
|
1212
|
-
#
|
|
1212
|
+
# Optional. Input only. Password for the MySQL connection. Mutually exclusive
|
|
1213
|
+
# with the `secret_manager_stored_password` field.
|
|
1213
1214
|
# Corresponds to the JSON property `password`
|
|
1214
1215
|
# @return [String]
|
|
1215
1216
|
attr_accessor :password
|
|
@@ -1619,7 +1620,7 @@ module Google
|
|
|
1619
1620
|
end
|
|
1620
1621
|
end
|
|
1621
1622
|
|
|
1622
|
-
# Oracle database profile.
|
|
1623
|
+
# Oracle database profile. Next ID: 10.
|
|
1623
1624
|
class OracleProfile
|
|
1624
1625
|
include Google::Apis::Core::Hashable
|
|
1625
1626
|
|
|
@@ -1643,7 +1644,8 @@ module Google
|
|
|
1643
1644
|
# @return [Google::Apis::DatastreamV1::OracleSslConfig]
|
|
1644
1645
|
attr_accessor :oracle_ssl_config
|
|
1645
1646
|
|
|
1646
|
-
#
|
|
1647
|
+
# Optional. Password for the Oracle connection. Mutually exclusive with the `
|
|
1648
|
+
# secret_manager_stored_password` field.
|
|
1647
1649
|
# Corresponds to the JSON property `password`
|
|
1648
1650
|
# @return [String]
|
|
1649
1651
|
attr_accessor :password
|
|
@@ -1930,7 +1932,7 @@ module Google
|
|
|
1930
1932
|
end
|
|
1931
1933
|
end
|
|
1932
1934
|
|
|
1933
|
-
# PostgreSQL database profile.
|
|
1935
|
+
# PostgreSQL database profile. Next ID: 7.
|
|
1934
1936
|
class PostgresqlProfile
|
|
1935
1937
|
include Google::Apis::Core::Hashable
|
|
1936
1938
|
|
|
@@ -1944,7 +1946,8 @@ module Google
|
|
|
1944
1946
|
# @return [String]
|
|
1945
1947
|
attr_accessor :hostname
|
|
1946
1948
|
|
|
1947
|
-
#
|
|
1949
|
+
# Optional. Password for the PostgreSQL connection. Mutually exclusive with the `
|
|
1950
|
+
# secret_manager_stored_password` field.
|
|
1948
1951
|
# Corresponds to the JSON property `password`
|
|
1949
1952
|
# @return [String]
|
|
1950
1953
|
attr_accessor :password
|
|
@@ -2501,7 +2504,7 @@ module Google
|
|
|
2501
2504
|
end
|
|
2502
2505
|
end
|
|
2503
2506
|
|
|
2504
|
-
# SQLServer database profile
|
|
2507
|
+
# SQLServer database profile. Next ID: 8.
|
|
2505
2508
|
class SqlServerProfile
|
|
2506
2509
|
include Google::Apis::Core::Hashable
|
|
2507
2510
|
|
|
@@ -2515,7 +2518,8 @@ module Google
|
|
|
2515
2518
|
# @return [String]
|
|
2516
2519
|
attr_accessor :hostname
|
|
2517
2520
|
|
|
2518
|
-
#
|
|
2521
|
+
# Optional. Password for the SQLServer connection. Mutually exclusive with the `
|
|
2522
|
+
# secret_manager_stored_password` field.
|
|
2519
2523
|
# Corresponds to the JSON property `password`
|
|
2520
2524
|
# @return [String]
|
|
2521
2525
|
attr_accessor :password
|
|
@@ -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.41.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240930"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.41.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: 2024-
|
|
11
|
+
date: 2024-10-27 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.41.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.5.
|
|
78
|
+
rubygems_version: 3.5.21
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Datastream API V1
|