google-cloud-bigquery-connection-v1 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/bigquery/connection/v1/connection_service/client.rb +7 -0
- data/lib/google/cloud/bigquery/connection/v1/connection_service/rest/client.rb +7 -0
- data/lib/google/cloud/bigquery/connection/v1/version.rb +1 -1
- data/proto_docs/google/cloud/bigquery/connection/v1/connection.rb +18 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed7330063313533ffe0404c3fdceab581c984b1c2bddfdd2542f4b2f3d0fa77a
|
4
|
+
data.tar.gz: f25a5822721259f37f89bc2dcff24f194b0982546bd5470cce009b2520f3c901
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7bd04d8d5009edc9ea63e259fd7535b6a5d7f42b2f989c40cc6be812d0a34703694d1aa9fb1b2afd14438fdbcfd31492d12fd95f3d4d2c3c1a54e7d0ae446eb5
|
7
|
+
data.tar.gz: 401ad4ad15712c25d8ce77a232c63c6b9b706b2713e6e6c298dee4826f85d70d351b6e70651a4a6666057af5213ee2368e9a2a275714cdfe9ac2133e324442f2
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -990,6 +990,13 @@ module Google
|
|
990
990
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
991
991
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
992
992
|
# * (`nil`) indicating no credentials
|
993
|
+
#
|
994
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
995
|
+
# external source for authentication to Google Cloud, you must validate it before
|
996
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
997
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
998
|
+
# For more information, refer to [Validate credential configurations from external
|
999
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
993
1000
|
# @return [::Object]
|
994
1001
|
# @!attribute [rw] scope
|
995
1002
|
# The OAuth scopes
|
@@ -925,6 +925,13 @@ module Google
|
|
925
925
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
926
926
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
927
927
|
# * (`nil`) indicating no credentials
|
928
|
+
#
|
929
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
930
|
+
# external source for authentication to Google Cloud, you must validate it before
|
931
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
932
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
933
|
+
# For more information, refer to [Validate credential configurations from external
|
934
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
928
935
|
# @return [::Object]
|
929
936
|
# @!attribute [rw] scope
|
930
937
|
# The OAuth scopes
|
@@ -122,26 +122,40 @@ module Google
|
|
122
122
|
# @!attribute [rw] cloud_sql
|
123
123
|
# @return [::Google::Cloud::Bigquery::Connection::V1::CloudSqlProperties]
|
124
124
|
# Cloud SQL properties.
|
125
|
+
#
|
126
|
+
# Note: The following fields are mutually exclusive: `cloud_sql`, `aws`, `azure`, `cloud_spanner`, `cloud_resource`, `spark`, `salesforce_data_cloud`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
125
127
|
# @!attribute [rw] aws
|
126
128
|
# @return [::Google::Cloud::Bigquery::Connection::V1::AwsProperties]
|
127
129
|
# Amazon Web Services (AWS) properties.
|
130
|
+
#
|
131
|
+
# Note: The following fields are mutually exclusive: `aws`, `cloud_sql`, `azure`, `cloud_spanner`, `cloud_resource`, `spark`, `salesforce_data_cloud`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
128
132
|
# @!attribute [rw] azure
|
129
133
|
# @return [::Google::Cloud::Bigquery::Connection::V1::AzureProperties]
|
130
134
|
# Azure properties.
|
135
|
+
#
|
136
|
+
# Note: The following fields are mutually exclusive: `azure`, `cloud_sql`, `aws`, `cloud_spanner`, `cloud_resource`, `spark`, `salesforce_data_cloud`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
131
137
|
# @!attribute [rw] cloud_spanner
|
132
138
|
# @return [::Google::Cloud::Bigquery::Connection::V1::CloudSpannerProperties]
|
133
139
|
# Cloud Spanner properties.
|
140
|
+
#
|
141
|
+
# Note: The following fields are mutually exclusive: `cloud_spanner`, `cloud_sql`, `aws`, `azure`, `cloud_resource`, `spark`, `salesforce_data_cloud`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
134
142
|
# @!attribute [rw] cloud_resource
|
135
143
|
# @return [::Google::Cloud::Bigquery::Connection::V1::CloudResourceProperties]
|
136
144
|
# Cloud Resource properties.
|
145
|
+
#
|
146
|
+
# Note: The following fields are mutually exclusive: `cloud_resource`, `cloud_sql`, `aws`, `azure`, `cloud_spanner`, `spark`, `salesforce_data_cloud`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
137
147
|
# @!attribute [rw] spark
|
138
148
|
# @return [::Google::Cloud::Bigquery::Connection::V1::SparkProperties]
|
139
149
|
# Spark properties.
|
150
|
+
#
|
151
|
+
# Note: The following fields are mutually exclusive: `spark`, `cloud_sql`, `aws`, `azure`, `cloud_spanner`, `cloud_resource`, `salesforce_data_cloud`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
140
152
|
# @!attribute [rw] salesforce_data_cloud
|
141
153
|
# @return [::Google::Cloud::Bigquery::Connection::V1::SalesforceDataCloudProperties]
|
142
154
|
# Optional. Salesforce DataCloud properties. This field is intended for
|
143
155
|
# use only by Salesforce partner projects. This field contains properties
|
144
156
|
# for your Salesforce DataCloud connection.
|
157
|
+
#
|
158
|
+
# Note: The following fields are mutually exclusive: `salesforce_data_cloud`, `cloud_sql`, `aws`, `azure`, `cloud_spanner`, `cloud_resource`, `spark`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
145
159
|
# @!attribute [r] creation_time
|
146
160
|
# @return [::Integer]
|
147
161
|
# Output only. The creation timestamp of the connection.
|
@@ -260,10 +274,14 @@ module Google
|
|
260
274
|
# Authentication using Google owned AWS IAM user's access key to assume
|
261
275
|
# into customer's AWS IAM Role.
|
262
276
|
# Deprecated, do not use.
|
277
|
+
#
|
278
|
+
# Note: The following fields are mutually exclusive: `cross_account_role`, `access_role`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
263
279
|
# @!attribute [rw] access_role
|
264
280
|
# @return [::Google::Cloud::Bigquery::Connection::V1::AwsAccessRole]
|
265
281
|
# Authentication using Google owned service account to assume into
|
266
282
|
# customer's AWS IAM Role.
|
283
|
+
#
|
284
|
+
# Note: The following fields are mutually exclusive: `access_role`, `cross_account_role`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
267
285
|
class AwsProperties
|
268
286
|
include ::Google::Protobuf::MessageExts
|
269
287
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-connection-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -101,7 +100,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
101
100
|
licenses:
|
102
101
|
- Apache-2.0
|
103
102
|
metadata: {}
|
104
|
-
post_install_message:
|
105
103
|
rdoc_options: []
|
106
104
|
require_paths:
|
107
105
|
- lib
|
@@ -109,15 +107,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
109
107
|
requirements:
|
110
108
|
- - ">="
|
111
109
|
- !ruby/object:Gem::Version
|
112
|
-
version: '
|
110
|
+
version: '3.0'
|
113
111
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
114
112
|
requirements:
|
115
113
|
- - ">="
|
116
114
|
- !ruby/object:Gem::Version
|
117
115
|
version: '0'
|
118
116
|
requirements: []
|
119
|
-
rubygems_version: 3.
|
120
|
-
signing_key:
|
117
|
+
rubygems_version: 3.6.2
|
121
118
|
specification_version: 4
|
122
119
|
summary: Allows users to manage BigQuery connections to external data sources.
|
123
120
|
test_files: []
|