google-apis-cloudbilling_v1 0.2.0 → 0.3.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: 24da7765b366e5cfe9d8cc82e9270330a71d39204717ea45655fcc705e82dae8
|
4
|
+
data.tar.gz: cf71bffbfe89b946cc96ecb32d2bbd6d125c26071b67ff878c0656ca853415b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1a0927dde6a4e2d488868770d4250d99f6bd7ac2e6e62d81b66699f5759c22e9ba8f1230342fc4f8db290ffc4daf5237ed83e43f56ad3ed944c31402bf6136c
|
7
|
+
data.tar.gz: 5b7b752d100644437b6cb5c29b81e7d1dfc92123d12eaab78546afcebe82716c21591a87e87813efaf8657993dfc363c3a6ec74592e5698f86d49af20bfceda9
|
data/CHANGELOG.md
CHANGED
@@ -36,7 +36,7 @@ module Google
|
|
36
36
|
# View your Google Cloud Platform billing accounts
|
37
37
|
AUTH_CLOUD_BILLING_READONLY = 'https://www.googleapis.com/auth/cloud-billing.readonly'
|
38
38
|
|
39
|
-
#
|
39
|
+
# See, edit, configure, and delete your Google Cloud Platform data
|
40
40
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
41
41
|
end
|
42
42
|
end
|
@@ -137,7 +137,7 @@ module Google
|
|
137
137
|
attr_accessor :display_name
|
138
138
|
|
139
139
|
# If this account is a [subaccount](https://cloud.google.com/billing/docs/
|
140
|
-
# concepts), then this will be the resource name of the
|
140
|
+
# concepts), then this will be the resource name of the parent billing account
|
141
141
|
# that it is being resold through. Otherwise this will be empty.
|
142
142
|
# Corresponds to the JSON property `masterBillingAccount`
|
143
143
|
# @return [String]
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudbillingV1
|
18
18
|
# Version of the google-apis-cloudbilling_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210322"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -50,13 +50,17 @@ module Google
|
|
50
50
|
@batch_path = 'batch'
|
51
51
|
end
|
52
52
|
|
53
|
-
#
|
54
|
-
#
|
55
|
-
#
|
56
|
-
#
|
57
|
-
#
|
58
|
-
#
|
59
|
-
#
|
53
|
+
# This method creates [billing subaccounts](https://cloud.google.com/billing/
|
54
|
+
# docs/concepts#subaccounts). Google Cloud resellers should use the Channel
|
55
|
+
# Services APIs, [accounts.customers.create](https://cloud.google.com/channel/
|
56
|
+
# docs/reference/rest/v1/accounts.customers/create) and [accounts.customers.
|
57
|
+
# entitlements.create](https://cloud.google.com/channel/docs/reference/rest/v1/
|
58
|
+
# accounts.customers.entitlements/create). When creating a subaccount, the
|
59
|
+
# current authenticated user must have the `billing.accounts.update` IAM
|
60
|
+
# permission on the parent account, which is typically given to billing account [
|
61
|
+
# administrators](https://cloud.google.com/billing/docs/how-to/billing-access).
|
62
|
+
# This method will return an error if the parent account has not been
|
63
|
+
# provisioned as a reseller account.
|
60
64
|
# @param [Google::Apis::CloudbillingV1::BillingAccount] billing_account_object
|
61
65
|
# @param [String] fields
|
62
66
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudbilling_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.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-03-
|
11
|
+
date: 2021-03-29 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-cloudbilling_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.3.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbilling_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|