google-apis-cloudasset_v1 0.42.0 → 0.43.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: 2390807afea251eded741715a6b0cb450a5f4e177d911f7463373d6680ad5d46
4
- data.tar.gz: 072bd8ddfb541573a3ae594da0e671cc1b71c6c9ed784f7987f33289c3b62869
3
+ metadata.gz: af31b3f97c1fb94d8bd4f8245de4478814aab290f8bb64674aaeb2d5968fd219
4
+ data.tar.gz: eb7ce68717a2068cbc9159ec21aa243e201b1edef815a3d3d616221ed89a112f
5
5
  SHA512:
6
- metadata.gz: cdecf53b158f0b8358a14f32584f1930cdabe1cb2be6486387e9c3bed2ef9284dce6ec4d34df7bde2c5fcd97e02e2eed5056c2004ec6a9816c25a1abda06a54f
7
- data.tar.gz: 78a93f5b202243b69cf49cb132fae9da60736b406b4324f65a8ca150338a10916bb28fc06cec3a37d6c21bcaa18509e836efe196e365e8cc3444c0a1a666b428
6
+ metadata.gz: 78837d833bc6d790bbea08b32868ec50da301f408cd3e8c2e7cae16dac968799d95ab4464dae1e3746442a527583c1493c3fd36f31e3dcacaa692b72d980bcaf
7
+ data.tar.gz: '081ecf43358db6c49218c8a6f1051c6a07618ca463d449c89972fdc982a1166462efa57580362e2d2f0d823900782ac782576120f62b6c5eb1ba70564588627d'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.43.0 (2022-08-09)
4
+
5
+ * Regenerated from discovery document revision 20220805
6
+
3
7
  ### v0.42.0 (2022-08-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20220730
@@ -589,25 +589,28 @@ module Google
589
589
  # anyone who is authenticated with a Google account or a service account. * `
590
590
  # user:`emailid``: An email address that represents a specific Google account.
591
591
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
592
- # address that represents a service account. For example, `my-other-app@appspot.
593
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
594
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
595
- # `uniqueid``: An email address (plus unique identifier) representing a user
596
- # that has been recently deleted. For example, `alice@example.com?uid=
597
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
598
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
599
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
600
- # identifier) representing a service account that has been recently deleted. For
601
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
602
- # If the service account is undeleted, this value reverts to `serviceAccount:`
603
- # emailid`` and the undeleted service account retains the role in the binding. *
604
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
605
- # identifier) representing a Google group that has been recently deleted. For
606
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
607
- # recovered, this value reverts to `group:`emailid`` and the recovered group
608
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
609
- # primary) that represents all the users of that domain. For example, `google.
610
- # com` or `example.com`.
592
+ # address that represents a Google service account. For example, `my-other-app@
593
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
594
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
595
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
596
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
597
+ # . * `group:`emailid``: An email address that represents a Google group. For
598
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
599
+ # email address (plus unique identifier) representing a user that has been
600
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
601
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
602
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
603
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
604
+ # representing a service account that has been recently deleted. For example, `
605
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
606
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
607
+ # and the undeleted service account retains the role in the binding. * `deleted:
608
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
609
+ # representing a Google group that has been recently deleted. For example, `
610
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
611
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
612
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
613
+ # all the users of that domain. For example, `google.com` or `example.com`.
611
614
  # Corresponds to the JSON property `members`
612
615
  # @return [Array<String>]
613
616
  attr_accessor :members
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudassetV1
18
18
  # Version of the google-apis-cloudasset_v1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220730"
25
+ REVISION = "20220805"
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-cloudasset_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.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-08-08 00:00:00.000000000 Z
11
+ date: 2022-08-15 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-cloudasset_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudasset_v1
63
63
  post_install_message:
64
64
  rdoc_options: []