google-apis-bigqueryreservation_v1 0.1.0 → 0.2.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: 8359cbe940a5f3fb9fe1bc3b3c3f0051aa3b2a081ff06af915e577dd6ca94ab8
4
- data.tar.gz: 699b123a2156989f2a0c585099861db79f5fe0126bcd1aa7032858a1852619b4
3
+ metadata.gz: 5be0beafc1d16d2b581c87fce5f309bdd185a27ffa8599bc2f19955497c3d0b8
4
+ data.tar.gz: ad294bb27e0c0acce0042547f575cfb50e186f1db885c93fcac040725c79e21f
5
5
  SHA512:
6
- metadata.gz: f18c8af54f4bc5332b5bc8bc4ace95128de7e46676812c7f4e06d2429651070bd5ee1cf9bbb276c8f6565214ce7e053f9c5b187b7cd260eb232f0d367a057766
7
- data.tar.gz: 0aa1b3a518f2c07ca0d0b16c280af62d4203470fa06a8e6c14e4aed6c2ddb45298eb4bc984cacf60e68f385f75249ff7ff249e41a479506ab2b6c80606b8ff53
6
+ metadata.gz: 79f681a0bf9fed6eb7610b57149440f1ce183ac2e46049ee70417cb0ec783c552f2a607632519b9d7ab888902e067171e58f4804df0ad62de0204aa0e0095f01
7
+ data.tar.gz: fa2c1ba90fe60c4cdbbb1636622cef54a84d5f82c6926407b8420e557ade61a64b7c878f7a8954fe4b9351b6786b475b214b0b20fa9a16413919b7fea59acb34
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigqueryreservation_v1
2
2
 
3
+ ### v0.2.0 (2021-02-24)
4
+
5
+ * Regenerated from discovery document revision 20210217
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -67,7 +67,7 @@ module Google
67
67
  include Google::Apis::Core::Hashable
68
68
 
69
69
  # The resource name of the singleton BI reservation. Reservation names have the
70
- # form `projects/`project_id`/locations/`location_id`/bireservation`.
70
+ # form `projects/`project_id`/locations/`location_id`/biReservation`.
71
71
  # Corresponds to the JSON property `name`
72
72
  # @return [String]
73
73
  attr_accessor :name
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20200808"
25
+ REVISION = "20210217"
26
26
  end
27
27
  end
28
28
  end
@@ -131,7 +131,7 @@ module Google
131
131
  # Retrieves a BI reservation.
132
132
  # @param [String] name
133
133
  # Required. Name of the requested reservation, for example: `projects/`
134
- # project_id`/locations/`location_id`/bireservation`
134
+ # project_id`/locations/`location_id`/biReservation`
135
135
  # @param [String] fields
136
136
  # Selector specifying which fields to include in a partial response.
137
137
  # @param [String] quota_user
@@ -268,7 +268,7 @@ module Google
268
268
  # 0. In order to release BI capacity reservation size must be set to 0.
269
269
  # @param [String] name
270
270
  # The resource name of the singleton BI reservation. Reservation names have the
271
- # form `projects/`project_id`/locations/`location_id`/bireservation`.
271
+ # form `projects/`project_id`/locations/`location_id`/biReservation`.
272
272
  # @param [Google::Apis::BigqueryreservationV1::BiReservation] bi_reservation_object
273
273
  # @param [String] update_mask
274
274
  # A list of fields to be updated in this request.
@@ -743,11 +743,14 @@ module Google
743
743
  # levels. Example: * The organization `organizationA` contains two projects, `
744
744
  # project1` and `project2`. * Assignments for all three entities (`organizationA`
745
745
  # , `project1`, and `project2`) could all be created and mapped to the same or
746
- # different reservations. Returns `google.rpc.Code.PERMISSION_DENIED` if user
747
- # does not have 'bigquery.admin' permissions on the project using the
748
- # reservation and the project that owns this reservation. Returns `google.rpc.
749
- # Code.INVALID_ARGUMENT` when location of the assignment does not match location
750
- # of the reservation.
746
+ # different reservations. "None" assignments represent an absence of the
747
+ # assignment. Projects assigned to None use on-demand pricing. To create a "None"
748
+ # assignment, use "none" as a reservation_id in the parent. Example parent: `
749
+ # projects/myproject/locations/US/reservations/none`. Returns `google.rpc.Code.
750
+ # PERMISSION_DENIED` if user does not have 'bigquery.admin' permissions on the
751
+ # project using the reservation and the project that owns this reservation.
752
+ # Returns `google.rpc.Code.INVALID_ARGUMENT` when location of the assignment
753
+ # does not match location of the reservation.
751
754
  # @param [String] parent
752
755
  # Required. The parent resource name of the assignment E.g. `projects/myproject/
753
756
  # locations/US/reservations/team1-prod`
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.1.0
4
+ version: 0.2.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-01-08 00:00:00.000000000 Z
11
+ date: 2021-03-01 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_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigqueryreservation_v1/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-bigqueryreservation_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.11
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for BigQuery Reservation API V1