google-apis-bigqueryreservation_v1 0.24.0 → 0.26.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89f29a5b084058b330ce56e34db3935df09a639e31748a2e86857b2b19c43b7d
|
4
|
+
data.tar.gz: 34e21e22e8dc9576a21407fe4b7fa1f30cc52a05550eacee67e90aa9f51e4e93
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c3a5694f8fc12334e14eedf67cdfc94209d8337875ca0f76eef4c546fa4a04e5f1178a4a7ed148fab4b56eee624ed4d185e9992fb2415af4e8907ccbef77197f
|
7
|
+
data.tar.gz: 823b746b4e7e3e9f9e1105e03c52f1ea03b08c32506b9f4b683f6e654f75e04b642383475a61fcd282f78e03c148731270e0beec1256cda78e44dd1b052b2a15
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-bigqueryreservation_v1
|
2
2
|
|
3
|
+
### v0.26.0 (2023-04-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230326
|
6
|
+
|
7
|
+
### v0.25.0 (2023-02-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230215
|
10
|
+
* Regenerated using generator version 0.12.0
|
11
|
+
|
3
12
|
### v0.24.0 (2023-02-05)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230201
|
@@ -168,7 +168,8 @@ module Google
|
|
168
168
|
# regions (US or EU). If set to true, this commitment is placed in the
|
169
169
|
# organization's secondary region which is designated for disaster recovery
|
170
170
|
# purposes. If false, this commitment is placed in the organization's default
|
171
|
-
# region.
|
171
|
+
# region. NOTE: this is a preview feature. Project must be allow-listed in order
|
172
|
+
# to set this field.
|
172
173
|
# Corresponds to the JSON property `multiRegionAuxiliary`
|
173
174
|
# @return [Boolean]
|
174
175
|
attr_accessor :multi_region_auxiliary
|
@@ -346,6 +347,13 @@ module Google
|
|
346
347
|
class MoveAssignmentRequest
|
347
348
|
include Google::Apis::Core::Hashable
|
348
349
|
|
350
|
+
# The optional assignment ID. A new assignment name is generated if this field
|
351
|
+
# is empty. This field can contain only lowercase alphanumeric characters or
|
352
|
+
# dashes. Max length is 64 characters.
|
353
|
+
# Corresponds to the JSON property `assignmentId`
|
354
|
+
# @return [String]
|
355
|
+
attr_accessor :assignment_id
|
356
|
+
|
349
357
|
# The new reservation ID, e.g.: `projects/myotherproject/locations/US/
|
350
358
|
# reservations/team2-prod`
|
351
359
|
# Corresponds to the JSON property `destinationId`
|
@@ -358,6 +366,7 @@ module Google
|
|
358
366
|
|
359
367
|
# Update properties of this object
|
360
368
|
def update!(**args)
|
369
|
+
@assignment_id = args[:assignment_id] if args.key?(:assignment_id)
|
361
370
|
@destination_id = args[:destination_id] if args.key?(:destination_id)
|
362
371
|
end
|
363
372
|
end
|
@@ -404,7 +413,8 @@ module Google
|
|
404
413
|
# regions (US or EU). If set to true, this reservation is placed in the
|
405
414
|
# organization's secondary region which is designated for disaster recovery
|
406
415
|
# purposes. If false, this reservation is placed in the organization's default
|
407
|
-
# region.
|
416
|
+
# region. NOTE: this is a preview feature. Project must be allow-listed in order
|
417
|
+
# to set this field.
|
408
418
|
# Corresponds to the JSON property `multiRegionAuxiliary`
|
409
419
|
# @return [Boolean]
|
410
420
|
attr_accessor :multi_region_auxiliary
|
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230326"
|
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.
|
4
|
+
version: 0.26.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: 2023-02
|
11
|
+
date: 2023-04-02 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.
|
19
|
+
version: 0.11.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.
|
29
|
+
version: 0.11.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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.26.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: []
|