google-apis-bigqueryreservation_v1 0.54.0 → 0.55.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: 205e73c6dc103cd225ee97cdff1467d4cb97e4b9c14614a33bcc7c778be0ad59
|
|
4
|
+
data.tar.gz: 47cf508616c9a48b1b8c229f1442bded884bc25f9faaf296227ef9ef474d6ac1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66224d339b047ecdcb766f8d1cf1781d37c65c7253bc2b6e84232af2035ddd736fdf24189c54273924c38cc5f8511739bf6303147fbc23ba0975ef79222f111b
|
|
7
|
+
data.tar.gz: bd5d95bf94eb05bb8e7ffe36c657c65035456fec58bd2e4b116dee5e14cb4a0c56476d5a604e08a099b8594fe069076f947f7b3ea4aa9b2b31956f08e67fd8a0
|
data/CHANGELOG.md
CHANGED
|
@@ -973,6 +973,15 @@ module Google
|
|
|
973
973
|
# @return [String]
|
|
974
974
|
attr_accessor :reservation_group
|
|
975
975
|
|
|
976
|
+
# Output only. The reservation group path of the reservation from root to leaf.
|
|
977
|
+
# The order of elements matters: the first element is the top level group and
|
|
978
|
+
# the last element is the direct parent reservation group. For example, if a
|
|
979
|
+
# reservation is under group-1 -> group-2 -> group-3, then the reservation group
|
|
980
|
+
# path is ["group-1", "group-2", "group-3"].
|
|
981
|
+
# Corresponds to the JSON property `reservationGroupPath`
|
|
982
|
+
# @return [Array<String>]
|
|
983
|
+
attr_accessor :reservation_group_path
|
|
984
|
+
|
|
976
985
|
# Optional. The scaling mode for the reservation. If the field is present but
|
|
977
986
|
# max_slots is not present, requests will be rejected with error code `google.
|
|
978
987
|
# rpc.Code.INVALID_ARGUMENT`.
|
|
@@ -1033,6 +1042,7 @@ module Google
|
|
|
1033
1042
|
@primary_location = args[:primary_location] if args.key?(:primary_location)
|
|
1034
1043
|
@replication_status = args[:replication_status] if args.key?(:replication_status)
|
|
1035
1044
|
@reservation_group = args[:reservation_group] if args.key?(:reservation_group)
|
|
1045
|
+
@reservation_group_path = args[:reservation_group_path] if args.key?(:reservation_group_path)
|
|
1036
1046
|
@scaling_mode = args[:scaling_mode] if args.key?(:scaling_mode)
|
|
1037
1047
|
@scheduling_policy = args[:scheduling_policy] if args.key?(:scheduling_policy)
|
|
1038
1048
|
@secondary_location = args[:secondary_location] if args.key?(:secondary_location)
|
|
@@ -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.55.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260717"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -396,6 +396,7 @@ module Google
|
|
|
396
396
|
property :replication_status, as: 'replicationStatus', class: Google::Apis::BigqueryreservationV1::ReplicationStatus, decorator: Google::Apis::BigqueryreservationV1::ReplicationStatus::Representation
|
|
397
397
|
|
|
398
398
|
property :reservation_group, as: 'reservationGroup'
|
|
399
|
+
collection :reservation_group_path, as: 'reservationGroupPath'
|
|
399
400
|
property :scaling_mode, as: 'scalingMode'
|
|
400
401
|
property :scheduling_policy, as: 'schedulingPolicy', class: Google::Apis::BigqueryreservationV1::SchedulingPolicy, decorator: Google::Apis::BigqueryreservationV1::SchedulingPolicy::Representation
|
|
401
402
|
|
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.55.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.55.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:
|