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: 3d5513e4bed20b5ce8c1cd81a36dafc4bf51aed103c6966ae4952d50ce0a5297
4
- data.tar.gz: ccde98410870716fda5eeeedbafdd06e2601f9117e63a285a5d02f661366418c
3
+ metadata.gz: 24da7765b366e5cfe9d8cc82e9270330a71d39204717ea45655fcc705e82dae8
4
+ data.tar.gz: cf71bffbfe89b946cc96ecb32d2bbd6d125c26071b67ff878c0656ca853415b7
5
5
  SHA512:
6
- metadata.gz: 9593cdb31eb98f86eb1cf4861ed8734fdd7f22fc82644ce946c444940120f31985fbd67325a52246ce6a38d09c3e5e756b196a6d1c939971ff54f79e932bbbb4
7
- data.tar.gz: fbb7c22a7253807eaa6507933e49fd8b9ff4f2f5342d5f408b440528b3cf96357ba1fef0963f6ef62cd38b8c817a8942ccf5b2c9f9df47ac9112f01d3c893566
6
+ metadata.gz: e1a0927dde6a4e2d488868770d4250d99f6bd7ac2e6e62d81b66699f5759c22e9ba8f1230342fc4f8db290ffc4daf5237ed83e43f56ad3ed944c31402bf6136c
7
+ data.tar.gz: 5b7b752d100644437b6cb5c29b81e7d1dfc92123d12eaab78546afcebe82716c21591a87e87813efaf8657993dfc363c3a6ec74592e5698f86d49af20bfceda9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudbilling_v1
2
2
 
3
+ ### v0.3.0 (2021-03-24)
4
+
5
+ * Regenerated from discovery document revision 20210322
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.2.0 (2021-03-04)
4
9
 
5
10
  * Regenerated using generator version 0.1.2
@@ -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
- # View and manage your data across Google Cloud Platform services
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 master billing account
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.2.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.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201017"
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
- # Creates a billing account. This method can only be used to create [billing
54
- # subaccounts](https://cloud.google.com/billing/docs/concepts) by Google Cloud
55
- # resellers. When creating a subaccount, the current authenticated user must
56
- # have the `billing.accounts.update` IAM permission on the master account, which
57
- # is typically given to billing account [administrators](https://cloud.google.
58
- # com/billing/docs/how-to/billing-access). This method will return an error if
59
- # the master account has not been provisioned as a reseller account.
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.2.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-08 00:00:00.000000000 Z
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.2.0
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: []