google-apis-bigqueryreservation_v1 0.34.0 → 0.36.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db4b147162b32c368f84a25aee38f44beb409f98a50c58a71d501b6a81a95a36
4
- data.tar.gz: fdda9277952b3500a323d91eebcd5a5a03c41fa836c1f79e83cde1fe113c0655
3
+ metadata.gz: 8ae0f284b0f2dc24beed0836b3b3556ed4ef4494c57837407094824a1d956040
4
+ data.tar.gz: b620a80c926507015fe06d0ebc78551027b44e4baab69bbe8c1f07a2668f603d
5
5
  SHA512:
6
- metadata.gz: baaf6ee03ac5af811ce47f1a2b2ca80d5b88d2f58de9448b0a5397cb50438607410be3d698e6f63bbfbc4841b9e7596d65e2fb75f5dbe410b650724ffc81efc4
7
- data.tar.gz: 4b61cf1f3e27423cb42be9e2f80c3457a7b458a891ca0eb33dd44bf8d672c4b6481301a3f3517597d7762eac616d3c0e8245f659544da5cb78b9a4219e9eee2c
6
+ metadata.gz: f0125a62a2481b8861745ef948432318875cf84f07c378aea39668b4ca482c2edf11e38f2fcecceca6b2fd4baba116f947e79eb65b93a5c9d676e11591a96065
7
+ data.tar.gz: 4f5599d341311ac308efdc34228ba301fed19f2738d96cab20ccd34ad3ea4f3b64c5648ba91dbb3802a9dabe8cf54b50ada11cf317aa2fe3714d3236096b76ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.36.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240921
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.35.0 (2024-05-19)
9
+
10
+ * Regenerated using generator version 0.15.0
11
+
3
12
  ### v0.34.0 (2024-03-24)
4
13
 
5
14
  * Regenerated from discovery document revision 20240318
@@ -138,13 +138,18 @@ module Google
138
138
  include Google::Apis::Core::Hashable
139
139
 
140
140
  # Output only. The end of the current commitment period. It is applicable only
141
- # for ACTIVE capacity commitments.
141
+ # for ACTIVE capacity commitments. Note after renewal, commitment_end_time is
142
+ # the time the renewed commitment expires. So itwould be at a time after
143
+ # commitment_start_time + committed period, because we don't change
144
+ # commitment_start_time ,
142
145
  # Corresponds to the JSON property `commitmentEndTime`
143
146
  # @return [String]
144
147
  attr_accessor :commitment_end_time
145
148
 
146
149
  # Output only. The start of the current commitment period. It is applicable only
147
- # for ACTIVE capacity commitments.
150
+ # for ACTIVE capacity commitments. Note after the commitment is renewed,
151
+ # commitment_start_time won't be changed. It refers to the start time of the
152
+ # original commitment.
148
153
  # Corresponds to the JSON property `commitmentStartTime`
149
154
  # @return [String]
150
155
  attr_accessor :commitment_start_time
@@ -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.34.0"
19
+ GEM_VERSION = "0.36.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240318"
25
+ REVISION = "20240921"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigqueryreservation_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.36.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-24 00:00:00.000000000 Z
11
+ date: 2024-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryreservation_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigqueryreservation_v1
63
63
  post_install_message:
64
64
  rdoc_options: []