google-apis-cloudasset_v1 0.40.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: 59cf868788c9ada586e2fb99bab91e63d8e37147f7f342594139297e17172bc6
4
- data.tar.gz: 83e0a3dd0866b429e6f0849fb50c7dec66fbb4556e7f6a90efa9520dcc7fab7c
3
+ metadata.gz: af31b3f97c1fb94d8bd4f8245de4478814aab290f8bb64674aaeb2d5968fd219
4
+ data.tar.gz: eb7ce68717a2068cbc9159ec21aa243e201b1edef815a3d3d616221ed89a112f
5
5
  SHA512:
6
- metadata.gz: 2d27b93603b524a7a11543421612015a67560c1fa5056a5b6f9c0ae2f93de85f7c060d850b90bdb74053b6202085d5644211854682adff760c0cd1698e147a5c
7
- data.tar.gz: f75d39f0f6247fab8d354c524c054e92e301a4849e110b5d918c0d611d4b4c97eda32c0becd6f2e902e3dbb93eb7e72f12b4e016806f1bc69b539b435d2d8767
6
+ metadata.gz: 78837d833bc6d790bbea08b32868ec50da301f408cd3e8c2e7cae16dac968799d95ab4464dae1e3746442a527583c1493c3fd36f31e3dcacaa692b72d980bcaf
7
+ data.tar.gz: '081ecf43358db6c49218c8a6f1051c6a07618ca463d449c89972fdc982a1166462efa57580362e2d2f0d823900782ac782576120f62b6c5eb1ba70564588627d'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.42.0 (2022-08-02)
8
+
9
+ * Regenerated from discovery document revision 20220730
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.41.0 (2022-07-01)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.40.0 (2022-06-21)
4
17
 
5
18
  * Regenerated from discovery document revision 20220617
@@ -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
@@ -4125,7 +4128,7 @@ module Google
4125
4128
  end
4126
4129
 
4127
4130
  # A result of Resource Search, containing information of a cloud resource. Next
4128
- # ID: 28
4131
+ # ID: 29
4129
4132
  class ResourceSearchResult
4130
4133
  include Google::Apis::Core::Hashable
4131
4134
 
@@ -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.40.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220617"
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.40.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-06-27 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
@@ -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-cloudasset_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.40.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: []