google-apis-cloudbilling_v1 0.16.0 → 0.19.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: 92a5c181e580220e46291d831613deaf85e51ca7f8436499b2b5fdc8a18e7aa8
4
- data.tar.gz: 1d50c736925860923382a3fb6aefcea127c31c8ec816bc01790abb6f2d555eef
3
+ metadata.gz: 2fd47c5034efad4e3a9d5f9b717a5c0d1bf94ad079db24da98da7d388f5fa683
4
+ data.tar.gz: f77cbced463c9f5e390820584cdfd6b79715d3afae55693dd665c855838116f2
5
5
  SHA512:
6
- metadata.gz: 1bf65ebbaa68d94b392da76665a831013bae260d366ec08c6e130ea5a5f388097574d72f84f4047d3caf6cbf5198b69606a39e01b9d10c652206afd2d893ed53
7
- data.tar.gz: 4a05ae3592c7ea9804777ac93ec60185b313d385666f4c65a6cc497f38fd1abf2ff3e910cd23c6282a21c6d784dc277eaf8f208c324140271d64e37327c611f5
6
+ metadata.gz: 3312d8deb16e483d4674b8d579abe79d03b94933f7d866724cc33c4fb5d3b8830674eb3bf598253d4f818d958d4eadf6e52ad3ee99f8dc0b4f49c64ebb3bacb1
7
+ data.tar.gz: d75347cbd513bc5c1accfb100ff9673253c0a1e52a34c368488a366089f2df700a80248c9210e0b283054ce9849bd9b1690ec971db2babb6ae8063a142d3e0eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-cloudbilling_v1
2
2
 
3
+ ### v0.19.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220908
6
+
7
+ ### v0.18.0 (2022-08-27)
8
+
9
+ * Regenerated from discovery document revision 20220817
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.17.0 (2022-06-30)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.16.0 (2022-06-17)
4
17
 
5
18
  * Regenerated using generator version 0.6.0
@@ -200,28 +200,33 @@ module Google
200
200
  # members` can have the following values: * `allUsers`: A special identifier
201
201
  # that represents anyone who is on the internet; with or without a Google
202
202
  # account. * `allAuthenticatedUsers`: A special identifier that represents
203
- # anyone who is authenticated with a Google account or a service account. * `
204
- # user:`emailid``: An email address that represents a specific Google account.
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`.
203
+ # anyone who is authenticated with a Google account or a service account. Does
204
+ # not include identities that come from external identity providers (IdPs)
205
+ # through identity federation. * `user:`emailid``: An email address that
206
+ # represents a specific Google account. For example, `alice@example.com` . * `
207
+ # serviceAccount:`emailid``: An email address that represents a Google service
208
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
209
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
210
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
211
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
212
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
213
+ # email address that represents a Google group. For example, `admins@example.com`
214
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
215
+ # identifier) representing a user that has been recently deleted. For example, `
216
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
217
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
218
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
219
+ # address (plus unique identifier) representing a service account that has been
220
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
221
+ # 123456789012345678901`. If the service account is undeleted, this value
222
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
223
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
224
+ # An email address (plus unique identifier) representing a Google group that has
225
+ # been recently deleted. For example, `admins@example.com?uid=
226
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
227
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
228
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
229
+ # of that domain. For example, `google.com` or `example.com`.
225
230
  # Corresponds to the JSON property `members`
226
231
  # @return [Array<String>]
227
232
  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.16.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.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 = "20220908"
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.16.0
4
+ version: 0.19.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-06-20 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbilling_v1/v0.19.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: []