google-apis-bigqueryreservation_v1 0.45.0 → 0.46.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 819a62b0faf1ebd865b203380bab16bfa616314ea45d130ea197fcb0f896488e
|
4
|
+
data.tar.gz: ff0f53715065509d7c56003e3398b160ac5b77adf031fef9f5246e26f7b70923
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7537f22ca493a04cf50be8959b6cf2a25d9cfaa41455df000539dd26309efa6e4432f815a169250e8c788b21b55b465d45023bd32ba0bc7d3f7aead482008f4b
|
7
|
+
data.tar.gz: 57c69e3a74fdefd022a26547101792f6fbadd509e2f3bf522c7f78f66ed1ea51c9bfcc113903c4ae6b5aeeb03dc3ba3d23f77c932d8c9191c381d541020d7a88
|
data/CHANGELOG.md
CHANGED
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module BigqueryreservationV1
|
18
18
|
# Version of the google-apis-bigqueryreservation_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.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 = "20250611"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,7 +22,7 @@ module Google
|
|
22
22
|
module BigqueryreservationV1
|
23
23
|
# BigQuery Reservation API
|
24
24
|
#
|
25
|
-
# A service to modify your BigQuery
|
25
|
+
# A service to modify your BigQuery reservations.
|
26
26
|
#
|
27
27
|
# @example
|
28
28
|
# require 'google/apis/bigqueryreservation_v1'
|
@@ -21,7 +21,7 @@ module Google
|
|
21
21
|
module Apis
|
22
22
|
# BigQuery Reservation API
|
23
23
|
#
|
24
|
-
# A service to modify your BigQuery
|
24
|
+
# A service to modify your BigQuery reservations.
|
25
25
|
#
|
26
26
|
# @see https://cloud.google.com/bigquery/
|
27
27
|
module BigqueryreservationV1
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-bigqueryreservation_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.46.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-bigqueryreservation_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.46.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryreservation_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|