google-apis-cloudbilling_v1 0.1.0 → 0.6.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: 12cea4cc4410113f8f543a1e519c7796705a3a352aedd8d03286be9edbfe1976
4
- data.tar.gz: 34166f3666db25099dc3a9f6309b719dc09b2ceea0caa6f96e666a612b3fc03b
3
+ metadata.gz: 86e88b1c2ef4ca32ae064b9f0a4067af3939ada6cc163db4a16b4c663e8e9351
4
+ data.tar.gz: 37654eeaebd461f465e6708378ddd77274bda125648211bd8478efc9c78da9d4
5
5
  SHA512:
6
- metadata.gz: 3b1ed69b37ee8f7632d4c7bf3c210ee8bc1e315af0867abc7e2a417a9a4e484bb6bfec0bf0cc953a207701d69da561cb9f3c64cc9b4b34f00b7fd258b67befa5
7
- data.tar.gz: edbdd0272b0e1d03d2ba7cf75608e03099afddc804773c1430df061b63c38f03c874dcbbeb9885386e821d0841a65739c653c57e179930bae0d9e6efca9332d6
6
+ metadata.gz: e0641a14bf1cdbf8596777741321e10f2dbb52ca9a83c1da04223db01578834d72e9343b83ecc70435356d0a365d14ee3dbc12c513fc6b06f5fcea96d61fe13e
7
+ data.tar.gz: 41786e5f0001962689ad4c1eefe8018e83206fa58c5c7065410457ce93ea140ec93ea93262dfa6707fd4ddd975718aebfdc8f61d911609e7d2190801b8aada5b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-cloudbilling_v1
2
2
 
3
+ ### v0.6.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.5.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.4.0 (2021-05-19)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.3.0 (2021-03-24)
16
+
17
+ * Regenerated from discovery document revision 20210322
18
+ * Regenerated using generator version 0.2.0
19
+
20
+ ### v0.2.0 (2021-03-04)
21
+
22
+ * Regenerated using generator version 0.1.2
23
+
3
24
  ### v0.1.0 (2021-01-07)
4
25
 
5
26
  * Regenerated using generator version 0.1.1
@@ -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.1.0"
19
+ GEM_VERSION = "0.6.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.4.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,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbilling_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.6.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-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Billing API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  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.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.6.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudbilling_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
68
  requirements:
63
69
  - - ">="
64
70
  - !ruby/object:Gem::Version
65
- version: '2.4'
71
+ version: '2.5'
66
72
  required_rubygems_version: !ruby/object:Gem::Requirement
67
73
  requirements:
68
74
  - - ">="
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.1.4
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Billing API V1