google-apis-bigqueryreservation_v1 0.35.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: 9a4138e897614b4ea16db793ca180d54dfb751d04684a18eb875f7c590b3aaf8
4
- data.tar.gz: 3df1c0ef0bc48f00f1b03ef31b2cac34dfd934cf26a79f26783fc16ddbefabbb
3
+ metadata.gz: 8ae0f284b0f2dc24beed0836b3b3556ed4ef4494c57837407094824a1d956040
4
+ data.tar.gz: b620a80c926507015fe06d0ebc78551027b44e4baab69bbe8c1f07a2668f603d
5
5
  SHA512:
6
- metadata.gz: b16e9c21bb4bc777ae471d0cb3746313d806e9fe00fd5a795cb4b12603be7b1b5ff79b9857dab3689d27acb6fd7974694667897d69fd3d1989522a294dc7a0d2
7
- data.tar.gz: e1de262b662ebffa3b6cbb94707466ee7327f8d0fb8904034810a591deed06b407faeb3ceb55c722178017a720178c4289ce6a48005d6b6ec4280b52a84b3e52
6
+ metadata.gz: f0125a62a2481b8861745ef948432318875cf84f07c378aea39668b4ca482c2edf11e38f2fcecceca6b2fd4baba116f947e79eb65b93a5c9d676e11591a96065
7
+ data.tar.gz: 4f5599d341311ac308efdc34228ba301fed19f2738d96cab20ccd34ad3ea4f3b64c5648ba91dbb3802a9dabe8cf54b50ada11cf317aa2fe3714d3236096b76ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.35.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -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.35.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.15.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.35.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-05-26 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
@@ -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.35.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: []