google-apis-cloudbilling_v1 0.17.0 → 0.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 99988a62be2ea9ea1147666f499a24cb13b1c244ef3a50c7f65146945c1cf056
4
- data.tar.gz: b673150b346489b2b0294dce76f750d39348b85900f1a13707d96a4648d9fadd
3
+ metadata.gz: f8a93a9dbf81dd81ec21e8ae8228ed5dd5e6b0fd0a783f7449a487bc95f04935
4
+ data.tar.gz: 37a795f7087af84bf643d18d74c21e8d1442b4868729b76a200dde4ba5a8c547
5
5
  SHA512:
6
- metadata.gz: 0f54e550a04fa9d278839bc834b404a9d705ce8f3696848fc574def3bf91e2f95ea73ccadd1f53e535bed2116353907ccb2c56e057444f65b3a95d1e7a91e64d
7
- data.tar.gz: 7602d5c2767fa8ecd58048a3d353451557ff2a679013b52d8237ab604ff88127d5a354046b264cafcfe08581dfe1e1c33ca74b238a0af136b3f837666807e620
6
+ metadata.gz: f70a6906a7ac6e15e68cc9c627736f73642ff51855eab7e9aafb479663a90f0f3c6e81d213d4515713d40758408c103e19a5264129e31565cef583ce429c2c0e
7
+ data.tar.gz: b9a74e54ffe8a834a0bc5453f2b8909c5a2c0574094060b78817205abf7afcaad74da1c4a7de9148fe794888a58f48eba949f6cd360944eb3b4a20ae73a5fc7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudbilling_v1
2
2
 
3
+ ### v0.18.0 (2022-08-27)
4
+
5
+ * Regenerated from discovery document revision 20220817
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.17.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -203,25 +203,28 @@ module Google
203
203
  # anyone who is authenticated with a Google account or a service account. * `
204
204
  # user:`emailid``: An email address that represents a specific Google account.
205
205
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
206
- # address that represents a service account. For example, `my-other-app@appspot.
207
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
208
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
209
- # `uniqueid``: An email address (plus unique identifier) representing a user
210
- # that has been recently deleted. For example, `alice@example.com?uid=
211
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
212
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
213
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
214
- # identifier) representing a service account that has been recently deleted. For
215
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
216
- # If the service account is undeleted, this value reverts to `serviceAccount:`
217
- # emailid`` and the undeleted service account retains the role in the binding. *
218
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
219
- # identifier) representing a Google group that has been recently deleted. For
220
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
221
- # recovered, this value reverts to `group:`emailid`` and the recovered group
222
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
223
- # primary) that represents all the users of that domain. For example, `google.
224
- # com` or `example.com`.
206
+ # address that represents a Google service account. For example, `my-other-app@
207
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
208
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
209
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
210
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
211
+ # . * `group:`emailid``: An email address that represents a Google group. For
212
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
213
+ # email address (plus unique identifier) representing a user that has been
214
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
215
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
216
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
217
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
218
+ # representing a service account that has been recently deleted. For example, `
219
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
220
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
221
+ # and the undeleted service account retains the role in the binding. * `deleted:
222
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
223
+ # representing a Google group that has been recently deleted. For example, `
224
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
225
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
226
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
227
+ # all the users of that domain. For example, `google.com` or `example.com`.
225
228
  # Corresponds to the JSON property `members`
226
229
  # @return [Array<String>]
227
230
  attr_accessor :members
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220430"
25
+ REVISION = "20220817"
26
26
  end
27
27
  end
28
28
  end
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.17.0
4
+ version: 0.18.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbilling_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbilling_v1
63
63
  post_install_message:
64
64
  rdoc_options: []