google-cloud-bigquery-reservation-v1 1.2.0 → 1.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27045865f03aa3212fa51414b61ec78e90702cd5c43e5b63e02fe3d6e37a8481
4
- data.tar.gz: 1dd328b12e87d03817c099917b0edd5d22c1fa7cf65b1c4421886e43225df64c
3
+ metadata.gz: 8d400cd25077ee5ad6d2c46bfacb2c31427218fb89e730d057f18ef6e9eb178a
4
+ data.tar.gz: c5f5c2aa6b8345149126e210aa713153eb3f8ab6d5c88e45c76b9c03c6f4a03a
5
5
  SHA512:
6
- metadata.gz: 24da8f605d2c9507f43d2a64ac2cd3a038bff429ba62d2f704beae1be0ca80543e58b5f8af17b46815451c713a51a77088f12f55affc210a89cddd4cdc7c59d9
7
- data.tar.gz: a10012d5a4b5b172ce4788a70ed437449892cbc2f311572a53a0c79e705b5aee69ac9fe975d083d9345d50dfb66c9bf915abd8cf1644611ff81b4488041566aa
6
+ metadata.gz: 4d4ec3d9be756dcb3233ad9d1c4d1e65b7a97de81c57dd1356b964b91ecbfbc20e4de6e7651213d33f2fa427d719add1cf101d825363ae18e2f15b3d0b4cfaf4
7
+ data.tar.gz: 0aff2a56565e87321d37f08dbfa82f1bf8502cc7980d447e330f501719258202b44cc9e333a0ebb4e4cdfd994637d74083c33af4f2d85f184c0c70adb39bcf0c
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 2.7+.
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
@@ -2476,6 +2476,13 @@ module Google
2476
2476
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
2477
2477
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
2478
2478
  # * (`nil`) indicating no credentials
2479
+ #
2480
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2481
+ # external source for authentication to Google Cloud, you must validate it before
2482
+ # providing it to a Google API client library. Providing an unvalidated credential
2483
+ # configuration to Google APIs can compromise the security of your systems and data.
2484
+ # For more information, refer to [Validate credential configurations from external
2485
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2479
2486
  # @return [::Object]
2480
2487
  # @!attribute [rw] scope
2481
2488
  # The OAuth scopes
@@ -2311,6 +2311,13 @@ module Google
2311
2311
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
2312
2312
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
2313
2313
  # * (`nil`) indicating no credentials
2314
+ #
2315
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2316
+ # external source for authentication to Google Cloud, you must validate it before
2317
+ # providing it to a Google API client library. Providing an unvalidated credential
2318
+ # configuration to Google APIs can compromise the security of your systems and data.
2319
+ # For more information, refer to [Validate credential configurations from external
2320
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2314
2321
  # @return [::Object]
2315
2322
  # @!attribute [rw] scope
2316
2323
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Reservation
24
24
  module V1
25
- VERSION = "1.2.0"
25
+ VERSION = "1.3.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-reservation-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
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.24.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.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -87,7 +86,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
87
86
  licenses:
88
87
  - Apache-2.0
89
88
  metadata: {}
90
- post_install_message:
91
89
  rdoc_options: []
92
90
  require_paths:
93
91
  - lib
@@ -95,15 +93,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
93
  requirements:
96
94
  - - ">="
97
95
  - !ruby/object:Gem::Version
98
- version: '2.7'
96
+ version: '3.0'
99
97
  required_rubygems_version: !ruby/object:Gem::Requirement
100
98
  requirements:
101
99
  - - ">="
102
100
  - !ruby/object:Gem::Version
103
101
  version: '0'
104
102
  requirements: []
105
- rubygems_version: 3.5.23
106
- signing_key:
103
+ rubygems_version: 3.6.2
107
104
  specification_version: 4
108
105
  summary: A service to modify your BigQuery flat-rate reservations.
109
106
  test_files: []