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: 3be810b292a09067e671cbb7195a1e0e156562311fae4718f831299e8697a12f
4
- data.tar.gz: dd46b0cbc0958bdc67f7d1928958b68d8639f41bfe0779db5f72e77941b9f936
3
+ metadata.gz: b81d2ac984695b150a059f1a6f2b3867b1f70316c09f253ffb3e225bf41b708a
4
+ data.tar.gz: 384bdbe0e4b003d6aac7725ccf445e333f5437d15971311d190e10b97d853192
5
5
  SHA512:
6
- metadata.gz: 2d3a692bc9011a23b7f9689c6ebd74d2e0bbef32b034f63d0b4b9fdb9493a82f22decf1a1420a4dc577a2e6fbe0dece6a2fe037864a14d0dd936be6945d6b3b1
7
- data.tar.gz: 526c6c02c1501732407145e2e5fb13f89aebf804b59ae6a304c9717ef5d07a86eb1d1adc9ceddbefb4886deaac9c077249ede66390eab4bcc72acc2b257766a1
6
+ metadata.gz: d09a70cd78e18be9711c635957200e284a710383d8834d5301be99bdbf24bf0a383015e2d26ca8cd26528d3196ebaacec8a12d139fee67daf9742522b377a8e0
7
+ data.tar.gz: ad6737ca6287e35b99f40979f9903184a0457f23fbfcdc6ce6f4cc6a548cc6ce8bf957c86d286ee025282571d182e12b5f7d2e8560751064f058caba253a940c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1beta1
2
2
 
3
+ ### v0.7.0 (2021-06-14)
4
+
5
+ * Regenerated from discovery document revision 20210607
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.6.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -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.6.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.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210423"
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.6.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-05-24 00:00:00.000000000 Z
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.6.0
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: []