google-apis-bigqueryreservation_v1beta1 0.6.0 → 0.7.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: b81d2ac984695b150a059f1a6f2b3867b1f70316c09f253ffb3e225bf41b708a
|
|
4
|
+
data.tar.gz: 384bdbe0e4b003d6aac7725ccf445e333f5437d15971311d190e10b97d853192
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d09a70cd78e18be9711c635957200e284a710383d8834d5301be99bdbf24bf0a383015e2d26ca8cd26528d3196ebaacec8a12d139fee67daf9742522b377a8e0
|
|
7
|
+
data.tar.gz: ad6737ca6287e35b99f40979f9903184a0457f23fbfcdc6ce6f4cc6a548cc6ce8bf957c86d286ee025282571d182e12b5f7d2e8560751064f058caba253a940c
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigqueryreservationV1beta1
|
|
18
18
|
# Version of the google-apis-bigqueryreservation_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210607"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -790,6 +790,43 @@ module Google
|
|
|
790
790
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
791
791
|
execute_or_queue_command(command, &block)
|
|
792
792
|
end
|
|
793
|
+
|
|
794
|
+
# Updates an existing assignment. Only the `priority` field can be updated.
|
|
795
|
+
# @param [String] name
|
|
796
|
+
# Output only. Name of the resource. E.g.: `projects/myproject/locations/US/
|
|
797
|
+
# reservations/team1-prod/assignments/123`.
|
|
798
|
+
# @param [Google::Apis::BigqueryreservationV1beta1::Assignment] assignment_object
|
|
799
|
+
# @param [String] update_mask
|
|
800
|
+
# Standard field mask for the set of fields to be updated.
|
|
801
|
+
# @param [String] fields
|
|
802
|
+
# Selector specifying which fields to include in a partial response.
|
|
803
|
+
# @param [String] quota_user
|
|
804
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
|
805
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
|
806
|
+
# @param [Google::Apis::RequestOptions] options
|
|
807
|
+
# Request-specific options
|
|
808
|
+
#
|
|
809
|
+
# @yield [result, err] Result & error if block supplied
|
|
810
|
+
# @yieldparam result [Google::Apis::BigqueryreservationV1beta1::Assignment] parsed result object
|
|
811
|
+
# @yieldparam err [StandardError] error object if request failed
|
|
812
|
+
#
|
|
813
|
+
# @return [Google::Apis::BigqueryreservationV1beta1::Assignment]
|
|
814
|
+
#
|
|
815
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
816
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
817
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
818
|
+
def patch_project_location_reservation_assignment(name, assignment_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
819
|
+
command = make_simple_command(:patch, 'v1beta1/{+name}', options)
|
|
820
|
+
command.request_representation = Google::Apis::BigqueryreservationV1beta1::Assignment::Representation
|
|
821
|
+
command.request_object = assignment_object
|
|
822
|
+
command.response_representation = Google::Apis::BigqueryreservationV1beta1::Assignment::Representation
|
|
823
|
+
command.response_class = Google::Apis::BigqueryreservationV1beta1::Assignment
|
|
824
|
+
command.params['name'] = name unless name.nil?
|
|
825
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
|
826
|
+
command.query['fields'] = fields unless fields.nil?
|
|
827
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
828
|
+
execute_or_queue_command(command, &block)
|
|
829
|
+
end
|
|
793
830
|
|
|
794
831
|
protected
|
|
795
832
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigqueryreservation_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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: 2021-
|
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryreservation_v1beta1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1beta1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1beta1/v0.7.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryreservation_v1beta1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|