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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5be0beafc1d16d2b581c87fce5f309bdd185a27ffa8599bc2f19955497c3d0b8
|
4
|
+
data.tar.gz: ad294bb27e0c0acce0042547f575cfb50e186f1db885c93fcac040725c79e21f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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`/
|
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.
|
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.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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`/
|
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`/
|
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.
|
747
|
-
#
|
748
|
-
#
|
749
|
-
# Code.
|
750
|
-
#
|
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.
|
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
|
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.
|
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.
|
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
|