google-apis-oracledatabase_v1 0.28.0 → 0.29.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/oracledatabase_v1/classes.rb +43 -42
- data/lib/google/apis/oracledatabase_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21b0a62c21117f511ce4656374d8622dc34a6a37bee3fd2a847b74a15311189c
|
|
4
|
+
data.tar.gz: d63e56305da0feafaedaa89661829e6b01999ec672a83a75f55a3fc6729e812a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baf2fb07d3fb10010886c814e1e995c5c44cf0314d8b66e702bb511dada2e9975c1d2d13fae27d28f58adf8f328a124e9e8dba1161a8fd38c77c8344bd75c7c6
|
|
7
|
+
data.tar.gz: e6935242507c38e6acefe61ea8f1fd4275270a9929159b2ba7990c46a4e0c44029a7df4bc80d91636defbd7f65415a4ce88371733a549b482664da713a25f9d7
|
data/CHANGELOG.md
CHANGED
|
@@ -1769,12 +1769,12 @@ module Google
|
|
|
1769
1769
|
# @return [Array<String>]
|
|
1770
1770
|
attr_accessor :scan_ip_ids
|
|
1771
1771
|
|
|
1772
|
-
#
|
|
1772
|
+
# Optional. SCAN listener port - TCP
|
|
1773
1773
|
# Corresponds to the JSON property `scanListenerPortTcp`
|
|
1774
1774
|
# @return [Fixnum]
|
|
1775
1775
|
attr_accessor :scan_listener_port_tcp
|
|
1776
1776
|
|
|
1777
|
-
#
|
|
1777
|
+
# Optional. SCAN listener port - TLS
|
|
1778
1778
|
# Corresponds to the JSON property `scanListenerPortTcpSsl`
|
|
1779
1779
|
# @return [Fixnum]
|
|
1780
1780
|
attr_accessor :scan_listener_port_tcp_ssl
|
|
@@ -5519,8 +5519,8 @@ module Google
|
|
|
5519
5519
|
class GoldengateGoogleBigQueryConnectionProperties
|
|
5520
5520
|
include Google::Apis::Core::Hashable
|
|
5521
5521
|
|
|
5522
|
-
# Optional. The service account key file
|
|
5523
|
-
# credentials required to use Google BigQuery.
|
|
5522
|
+
# Optional. The base64 encoded content of the service account key file
|
|
5523
|
+
# containing the credentials required to use Google BigQuery.
|
|
5524
5524
|
# Corresponds to the JSON property `serviceAccountKeyFile`
|
|
5525
5525
|
# @return [String]
|
|
5526
5526
|
attr_accessor :service_account_key_file
|
|
@@ -5545,8 +5545,8 @@ module Google
|
|
|
5545
5545
|
class GoldengateGoogleCloudStorageConnectionProperties
|
|
5546
5546
|
include Google::Apis::Core::Hashable
|
|
5547
5547
|
|
|
5548
|
-
# Optional. The service account key
|
|
5549
|
-
# credentials required to use Google Cloud Storage.
|
|
5548
|
+
# Optional. The base64 encoded content of the service account key file
|
|
5549
|
+
# containing the credentials required to use Google Cloud Storage.
|
|
5550
5550
|
# Corresponds to the JSON property `serviceAccountKeyFile`
|
|
5551
5551
|
# @return [String]
|
|
5552
5552
|
attr_accessor :service_account_key_file
|
|
@@ -5571,8 +5571,8 @@ module Google
|
|
|
5571
5571
|
class GoldengateGooglePubsubConnectionProperties
|
|
5572
5572
|
include Google::Apis::Core::Hashable
|
|
5573
5573
|
|
|
5574
|
-
# Optional. The content of the service account key file
|
|
5575
|
-
# credentials required to use Google Pub/Sub.
|
|
5574
|
+
# Optional. The base64 encoded content of the service account key file
|
|
5575
|
+
# containing the credentials required to use Google Pub/Sub.
|
|
5576
5576
|
# Corresponds to the JSON property `serviceAccountKeyFile`
|
|
5577
5577
|
# @return [String]
|
|
5578
5578
|
attr_accessor :service_account_key_file
|
|
@@ -5736,7 +5736,7 @@ module Google
|
|
|
5736
5736
|
# @return [String]
|
|
5737
5737
|
attr_accessor :jndi_security_principal
|
|
5738
5738
|
|
|
5739
|
-
# Optional. The content of the KeyStore file.
|
|
5739
|
+
# Optional. The base64 encoded content of the KeyStore file.
|
|
5740
5740
|
# Corresponds to the JSON property `keyStoreFile`
|
|
5741
5741
|
# @return [String]
|
|
5742
5742
|
attr_accessor :key_store_file
|
|
@@ -5790,7 +5790,7 @@ module Google
|
|
|
5790
5790
|
# @return [String]
|
|
5791
5791
|
attr_accessor :technology_type
|
|
5792
5792
|
|
|
5793
|
-
# Optional. The content of the TrustStore file.
|
|
5793
|
+
# Optional. The base64 encoded content of the TrustStore file.
|
|
5794
5794
|
# Corresponds to the JSON property `trustStoreFile`
|
|
5795
5795
|
# @return [String]
|
|
5796
5796
|
attr_accessor :trust_store_file
|
|
@@ -5869,12 +5869,12 @@ module Google
|
|
|
5869
5869
|
# @return [String]
|
|
5870
5870
|
attr_accessor :cluster_id
|
|
5871
5871
|
|
|
5872
|
-
# Optional. The content of the consumer.properties file.
|
|
5872
|
+
# Optional. The base64 encoded content of the consumer.properties file.
|
|
5873
5873
|
# Corresponds to the JSON property `consumerPropertiesFile`
|
|
5874
5874
|
# @return [String]
|
|
5875
5875
|
attr_accessor :consumer_properties_file
|
|
5876
5876
|
|
|
5877
|
-
# Optional. The content of the KeyStore file.
|
|
5877
|
+
# Optional. The base64 encoded content of the KeyStore file.
|
|
5878
5878
|
# Corresponds to the JSON property `keyStoreFile`
|
|
5879
5879
|
# @return [String]
|
|
5880
5880
|
attr_accessor :key_store_file
|
|
@@ -5903,7 +5903,7 @@ module Google
|
|
|
5903
5903
|
# @return [String]
|
|
5904
5904
|
attr_accessor :password_secret_version
|
|
5905
5905
|
|
|
5906
|
-
# Optional. The content of the producer.properties file.
|
|
5906
|
+
# Optional. The base64 encoded content of the producer.properties file.
|
|
5907
5907
|
# Corresponds to the JSON property `producerPropertiesFile`
|
|
5908
5908
|
# @return [String]
|
|
5909
5909
|
attr_accessor :producer_properties_file
|
|
@@ -5936,7 +5936,7 @@ module Google
|
|
|
5936
5936
|
# @return [String]
|
|
5937
5937
|
attr_accessor :technology_type
|
|
5938
5938
|
|
|
5939
|
-
# Optional. The content of the TrustStore file.
|
|
5939
|
+
# Optional. The base64 encoded content of the TrustStore file.
|
|
5940
5940
|
# Corresponds to the JSON property `trustStoreFile`
|
|
5941
5941
|
# @return [String]
|
|
5942
5942
|
attr_accessor :trust_store_file
|
|
@@ -6003,7 +6003,7 @@ module Google
|
|
|
6003
6003
|
# @return [String]
|
|
6004
6004
|
attr_accessor :authentication_type
|
|
6005
6005
|
|
|
6006
|
-
# Optional. The content of the KeyStore file.
|
|
6006
|
+
# Optional. The base64 encoded content of the KeyStore file.
|
|
6007
6007
|
# Corresponds to the JSON property `keyStoreFile`
|
|
6008
6008
|
# @return [String]
|
|
6009
6009
|
attr_accessor :key_store_file
|
|
@@ -6050,7 +6050,7 @@ module Google
|
|
|
6050
6050
|
# @return [String]
|
|
6051
6051
|
attr_accessor :technology_type
|
|
6052
6052
|
|
|
6053
|
-
# Optional. The content of the TrustStore file.
|
|
6053
|
+
# Optional. The base64 encoded content of the TrustStore file.
|
|
6054
6054
|
# Corresponds to the JSON property `trustStoreFile`
|
|
6055
6055
|
# @return [String]
|
|
6056
6056
|
attr_accessor :trust_store_file
|
|
@@ -6276,8 +6276,8 @@ module Google
|
|
|
6276
6276
|
attr_accessor :server_certificate_validation_required
|
|
6277
6277
|
alias_method :server_certificate_validation_required?, :server_certificate_validation_required
|
|
6278
6278
|
|
|
6279
|
-
# Optional. Database Certificate - The content of a .pem or .crt
|
|
6280
|
-
# the server public key (for 1-way SSL).
|
|
6279
|
+
# Optional. Database Certificate - The base64 encoded content of a .pem or .crt
|
|
6280
|
+
# file containing the server public key (for 1-way SSL).
|
|
6281
6281
|
# Corresponds to the JSON property `sslCaFile`
|
|
6282
6282
|
# @return [String]
|
|
6283
6283
|
attr_accessor :ssl_ca_file
|
|
@@ -6351,14 +6351,14 @@ module Google
|
|
|
6351
6351
|
# @return [String]
|
|
6352
6352
|
attr_accessor :technology_type
|
|
6353
6353
|
|
|
6354
|
-
# Optional. Database Certificate - The content of a .pem file,
|
|
6355
|
-
# server public key (for 1 and 2-way SSL).
|
|
6354
|
+
# Optional. Database Certificate - The base64 encoded content of a .pem file,
|
|
6355
|
+
# containing the server public key (for 1 and 2-way SSL).
|
|
6356
6356
|
# Corresponds to the JSON property `tlsCaFile`
|
|
6357
6357
|
# @return [String]
|
|
6358
6358
|
attr_accessor :tls_ca_file
|
|
6359
6359
|
|
|
6360
|
-
# Optional. Client Certificate - The content of a .pem file,
|
|
6361
|
-
# client public key (for 2-way SSL).
|
|
6360
|
+
# Optional. Client Certificate - The base64 encoded content of a .pem file,
|
|
6361
|
+
# containing the client public key (for 2-way SSL).
|
|
6362
6362
|
# Corresponds to the JSON property `tlsCertificateKeyFile`
|
|
6363
6363
|
# @return [String]
|
|
6364
6364
|
attr_accessor :tls_certificate_key_file
|
|
@@ -6448,26 +6448,26 @@ module Google
|
|
|
6448
6448
|
# @return [String]
|
|
6449
6449
|
attr_accessor :security_protocol
|
|
6450
6450
|
|
|
6451
|
-
# Optional. Database Certificate - The content of a .pem or .crt
|
|
6452
|
-
# the server public key (for 1 and 2-way SSL).
|
|
6451
|
+
# Optional. Database Certificate - The base64 encoded content of a .pem or .crt
|
|
6452
|
+
# file containing the server public key (for 1 and 2-way SSL).
|
|
6453
6453
|
# Corresponds to the JSON property `sslCaFile`
|
|
6454
6454
|
# @return [String]
|
|
6455
6455
|
attr_accessor :ssl_ca_file
|
|
6456
6456
|
|
|
6457
|
-
# Optional. Client Certificate - The content of a .pem or .crt
|
|
6458
|
-
# the client public key (for 2-way SSL).
|
|
6457
|
+
# Optional. Client Certificate - The base64 encoded content of a .pem or .crt
|
|
6458
|
+
# file containing the client public key (for 2-way SSL).
|
|
6459
6459
|
# Corresponds to the JSON property `sslCertFile`
|
|
6460
6460
|
# @return [String]
|
|
6461
6461
|
attr_accessor :ssl_cert_file
|
|
6462
6462
|
|
|
6463
|
-
# Optional. The list of certificates revoked by the trusted
|
|
6464
|
-
# authorities (Trusted CA).
|
|
6463
|
+
# Optional. The base64 encoded list of certificates revoked by the trusted
|
|
6464
|
+
# certificate authorities (Trusted CA).
|
|
6465
6465
|
# Corresponds to the JSON property `sslCrlFile`
|
|
6466
6466
|
# @return [String]
|
|
6467
6467
|
attr_accessor :ssl_crl_file
|
|
6468
6468
|
|
|
6469
|
-
# Optional. Client Key - The content of a .pem or .crt file
|
|
6470
|
-
# client private key (for 2-way SSL).
|
|
6469
|
+
# Optional. Client Key - The base64 encoded content of a .pem or .crt file
|
|
6470
|
+
# containing the client private key (for 2-way SSL).
|
|
6471
6471
|
# Corresponds to the JSON property `sslKeyFile`
|
|
6472
6472
|
# @return [String]
|
|
6473
6473
|
attr_accessor :ssl_key_file
|
|
@@ -6774,7 +6774,7 @@ module Google
|
|
|
6774
6774
|
attr_accessor :username
|
|
6775
6775
|
|
|
6776
6776
|
# Optional. The wallet contents Oracle Goldengate uses to make connections to a
|
|
6777
|
-
# database.
|
|
6777
|
+
# database. This attribute is expected to be base64 encoded.
|
|
6778
6778
|
# Corresponds to the JSON property `walletFile`
|
|
6779
6779
|
# @return [String]
|
|
6780
6780
|
attr_accessor :wallet_file
|
|
@@ -6934,24 +6934,24 @@ module Google
|
|
|
6934
6934
|
# @return [String]
|
|
6935
6935
|
attr_accessor :security_protocol
|
|
6936
6936
|
|
|
6937
|
-
# Optional. The certificate of the trusted certificate
|
|
6938
|
-
# for PostgreSQL.
|
|
6937
|
+
# Optional. The base64 encoded certificate of the trusted certificate
|
|
6938
|
+
# authorities (Trusted CA) for PostgreSQL.
|
|
6939
6939
|
# Corresponds to the JSON property `sslCaFile`
|
|
6940
6940
|
# @return [String]
|
|
6941
6941
|
attr_accessor :ssl_ca_file
|
|
6942
6942
|
|
|
6943
|
-
# Optional. The certificate of the PostgreSQL server.
|
|
6943
|
+
# Optional. The base64 encoded certificate of the PostgreSQL server.
|
|
6944
6944
|
# Corresponds to the JSON property `sslCertFile`
|
|
6945
6945
|
# @return [String]
|
|
6946
6946
|
attr_accessor :ssl_cert_file
|
|
6947
6947
|
|
|
6948
|
-
# Optional. The list of certificates revoked by the trusted
|
|
6949
|
-
# authorities (Trusted CA).
|
|
6948
|
+
# Optional. The base64 encoded list of certificates revoked by the trusted
|
|
6949
|
+
# certificate authorities (Trusted CA).
|
|
6950
6950
|
# Corresponds to the JSON property `sslCrlFile`
|
|
6951
6951
|
# @return [String]
|
|
6952
6952
|
attr_accessor :ssl_crl_file
|
|
6953
6953
|
|
|
6954
|
-
# Optional. The private key of the PostgreSQL server.
|
|
6954
|
+
# Optional. The base64 encoded private key of the PostgreSQL server.
|
|
6955
6955
|
# Corresponds to the JSON property `sslKeyFile`
|
|
6956
6956
|
# @return [String]
|
|
6957
6957
|
attr_accessor :ssl_key_file
|
|
@@ -7005,7 +7005,7 @@ module Google
|
|
|
7005
7005
|
# @return [String]
|
|
7006
7006
|
attr_accessor :authentication_type
|
|
7007
7007
|
|
|
7008
|
-
# Optional. The content of the KeyStore file.
|
|
7008
|
+
# Optional. The base64 encoded content of the KeyStore file.
|
|
7009
7009
|
# Corresponds to the JSON property `keyStoreFile`
|
|
7010
7010
|
# @return [String]
|
|
7011
7011
|
attr_accessor :key_store_file
|
|
@@ -7057,7 +7057,7 @@ module Google
|
|
|
7057
7057
|
# @return [String]
|
|
7058
7058
|
attr_accessor :technology_type
|
|
7059
7059
|
|
|
7060
|
-
# Optional. The content of the TrustStore file.
|
|
7060
|
+
# Optional. The base64 encoded content of the TrustStore file.
|
|
7061
7061
|
# Corresponds to the JSON property `trustStoreFile`
|
|
7062
7062
|
# @return [String]
|
|
7063
7063
|
attr_accessor :trust_store_file
|
|
@@ -7182,7 +7182,8 @@ module Google
|
|
|
7182
7182
|
# @return [String]
|
|
7183
7183
|
attr_accessor :project_id
|
|
7184
7184
|
|
|
7185
|
-
# Optional. The service account key file of Google
|
|
7185
|
+
# Optional. The base64 encoded content of the service account key file of Google
|
|
7186
|
+
# Cloud Storage.
|
|
7186
7187
|
# Corresponds to the JSON property `serviceAccountKeyFile`
|
|
7187
7188
|
# @return [String]
|
|
7188
7189
|
attr_accessor :service_account_key_file
|
|
@@ -9002,8 +9003,8 @@ module Google
|
|
|
9002
9003
|
class RestIcebergCatalog
|
|
9003
9004
|
include Google::Apis::Core::Hashable
|
|
9004
9005
|
|
|
9005
|
-
# Optional. The content of the configuration file containing
|
|
9006
|
-
# properties for the REST catalog.
|
|
9006
|
+
# Optional. The base64 encoded content of the configuration file containing
|
|
9007
|
+
# additional properties for the REST catalog.
|
|
9007
9008
|
# Corresponds to the JSON property `properties`
|
|
9008
9009
|
# @return [String]
|
|
9009
9010
|
attr_accessor :properties
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module OracledatabaseV1
|
|
18
18
|
# Version of the google-apis-oracledatabase_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.29.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260526"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-oracledatabase_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.29.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-oracledatabase_v1/v0.29.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-oracledatabase_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|