google-cloud-bigquery-analytics_hub-v1 0.9.0 → 0.10.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/analytics_hub/v1/analytics_hub_service/client.rb +7 -0
- data/lib/google/cloud/bigquery/analytics_hub/v1/analytics_hub_service/operations.rb +7 -0
- data/lib/google/cloud/bigquery/analytics_hub/v1/analytics_hub_service/rest/client.rb +7 -0
- data/lib/google/cloud/bigquery/analytics_hub/v1/analytics_hub_service/rest/operations.rb +7 -0
- data/lib/google/cloud/bigquery/analytics_hub/v1/version.rb +1 -1
- data/proto_docs/google/cloud/bigquery/analyticshub/v1/analyticshub.rb +8 -0
- data/proto_docs/google/longrunning/operations.rb +4 -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: 44c37a6dede033b3d9a209a4f2b367f9eb46904833817b42f63088d67419b795
|
4
|
+
data.tar.gz: 47a72c6ec884a289a0f7c4855fe31d6fb1cc98891b0a3cec73fe3fbdfe77fc90
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9fb90afdc9638d1c8ec44879befbe8686cdd4830ae09745ffe7ac2aa3e9cfec370a7d31e004040884494d995f17d36af66b38ff9c2aaf95da7f0106cf96abbe2
|
7
|
+
data.tar.gz: a02bf0f9385260714176f713342c05ebea9d0e89cb1675ab96b9e0e7f14ed7cfd8bb95fac305e026d00f1dcd84db54a1ce2aacd989cb95c49ec8f06e01337998
|
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
|
@@ -2308,6 +2308,13 @@ module Google
|
|
2308
2308
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2309
2309
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2310
2310
|
# * (`nil`) indicating no credentials
|
2311
|
+
#
|
2312
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2313
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2314
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2315
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2316
|
+
# For more information, refer to [Validate credential configurations from external
|
2317
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2311
2318
|
# @return [::Object]
|
2312
2319
|
# @!attribute [rw] scope
|
2313
2320
|
# The OAuth scopes
|
@@ -641,6 +641,13 @@ module Google
|
|
641
641
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
642
642
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
643
643
|
# * (`nil`) indicating no credentials
|
644
|
+
#
|
645
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
646
|
+
# external source for authentication to Google Cloud, you must validate it before
|
647
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
648
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
649
|
+
# For more information, refer to [Validate credential configurations from external
|
650
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
644
651
|
# @return [::Object]
|
645
652
|
# @!attribute [rw] scope
|
646
653
|
# The OAuth scopes
|
@@ -2145,6 +2145,13 @@ module Google
|
|
2145
2145
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2146
2146
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2147
2147
|
# * (`nil`) indicating no credentials
|
2148
|
+
#
|
2149
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2150
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2151
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2152
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2153
|
+
# For more information, refer to [Validate credential configurations from external
|
2154
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2148
2155
|
# @return [::Object]
|
2149
2156
|
# @!attribute [rw] scope
|
2150
2157
|
# The OAuth scopes
|
@@ -503,6 +503,13 @@ module Google
|
|
503
503
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
504
504
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
505
505
|
# * (`nil`) indicating no credentials
|
506
|
+
#
|
507
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
508
|
+
# external source for authentication to Google Cloud, you must validate it before
|
509
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
510
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
511
|
+
# For more information, refer to [Validate credential configurations from external
|
512
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
506
513
|
# @return [::Object]
|
507
514
|
# @!attribute [rw] scope
|
508
515
|
# The OAuth scopes
|
@@ -77,9 +77,13 @@ module Google
|
|
77
77
|
# @!attribute [rw] default_exchange_config
|
78
78
|
# @return [::Google::Cloud::Bigquery::AnalyticsHub::V1::SharingEnvironmentConfig::DefaultExchangeConfig]
|
79
79
|
# Default Analytics Hub data exchange, used for secured data sharing.
|
80
|
+
#
|
81
|
+
# Note: The following fields are mutually exclusive: `default_exchange_config`, `dcr_exchange_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
80
82
|
# @!attribute [rw] dcr_exchange_config
|
81
83
|
# @return [::Google::Cloud::Bigquery::AnalyticsHub::V1::SharingEnvironmentConfig::DcrExchangeConfig]
|
82
84
|
# Data Clean Room (DCR), used for privacy-safe and secured data sharing.
|
85
|
+
#
|
86
|
+
# Note: The following fields are mutually exclusive: `dcr_exchange_config`, `default_exchange_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
83
87
|
class SharingEnvironmentConfig
|
84
88
|
include ::Google::Protobuf::MessageExts
|
85
89
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -388,10 +392,14 @@ module Google
|
|
388
392
|
# @return [::String]
|
389
393
|
# Output only. Resource name of the source Listing.
|
390
394
|
# e.g. projects/123/locations/US/dataExchanges/456/listings/789
|
395
|
+
#
|
396
|
+
# Note: The following fields are mutually exclusive: `listing`, `data_exchange`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
391
397
|
# @!attribute [r] data_exchange
|
392
398
|
# @return [::String]
|
393
399
|
# Output only. Resource name of the source Data Exchange.
|
394
400
|
# e.g. projects/123/locations/US/dataExchanges/456
|
401
|
+
#
|
402
|
+
# Note: The following fields are mutually exclusive: `data_exchange`, `listing`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
395
403
|
# @!attribute [r] name
|
396
404
|
# @return [::String]
|
397
405
|
# Output only. The resource name of the subscription.
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-analytics_hub-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.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
|
@@ -111,7 +110,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
111
110
|
licenses:
|
112
111
|
- Apache-2.0
|
113
112
|
metadata: {}
|
114
|
-
post_install_message:
|
115
113
|
rdoc_options: []
|
116
114
|
require_paths:
|
117
115
|
- lib
|
@@ -119,15 +117,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
119
117
|
requirements:
|
120
118
|
- - ">="
|
121
119
|
- !ruby/object:Gem::Version
|
122
|
-
version: '
|
120
|
+
version: '3.0'
|
123
121
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
124
122
|
requirements:
|
125
123
|
- - ">="
|
126
124
|
- !ruby/object:Gem::Version
|
127
125
|
version: '0'
|
128
126
|
requirements: []
|
129
|
-
rubygems_version: 3.
|
130
|
-
signing_key:
|
127
|
+
rubygems_version: 3.6.2
|
131
128
|
specification_version: 4
|
132
129
|
summary: Exchange data and analytics assets securely and efficiently.
|
133
130
|
test_files: []
|