google-apis-cloudasset_v1 0.78.0 → 0.80.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: 571451cfe6480df5795b249eb6e34d899bb05f423e8e70a44392518056b770c0
4
- data.tar.gz: 33fd4ada49caad40a0c8c152562e56722baabdfdc62eb3791f071ec2d0ec20d6
3
+ metadata.gz: 1c20a11eeb0292e19f07f248fee71d118ad9091dbd4389264b2ad21866198415
4
+ data.tar.gz: 14310b024e97a5a04d043856286f5926a40d11428add7524de113c7c49f35ef7
5
5
  SHA512:
6
- metadata.gz: 7944393faf01de8dc51ac89ae22d82d2155129815d3f10462cbf3f7daa39da87c2a08fa08d03d7d49cf7cb5bbb40ce1cd767a31daf58f485b72a9b8486172ee1
7
- data.tar.gz: 7835f071fd38352827d3b24b324b6122aba1769375f98cc8e6ca0cb984dc8d925d2892ecb75671c9e2b699b0237f9ef5d9fc0afb985131dbb0f1bb25a38f12c1
6
+ metadata.gz: 25e30d96f1dbb48c13352b9fac3baa87221e55f1857055a8d6b12b1354f9053fdafd062bf63d192f4be2752627c7857a9e90f4b3782af4457521e2cc1e9b584c
7
+ data.tar.gz: 9b81a1b6283e64189074e56894028fc191a53bff4c642afd84fe716e14983ac936e23cdbfc0d8453190bf624f61f39b23ee93536295f8aeedfc90fc1617dfa9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.80.0 (2024-08-11)
4
+
5
+ * Regenerated from discovery document revision 20240803
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.79.0 (2024-06-23)
9
+
10
+ * Regenerated from discovery document revision 20240614
11
+
3
12
  ### v0.78.0 (2024-06-16)
4
13
 
5
14
  * Regenerated from discovery document revision 20240608
@@ -3148,9 +3148,10 @@ module Google
3148
3148
 
3149
3149
  # A list of identities that are allowed access through [EgressPolicy].
3150
3150
  # Identities can be an individual user, service account, Google group, or third-
3151
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
3152
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
3153
- # iam/docs/principal-identifiers#v1 are supported.
3151
+ # party identity. For third-party identity, only single identities are supported
3152
+ # and other identity types are not supported. The `v1` identities that have the
3153
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
3154
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
3154
3155
  # Corresponds to the JSON property `identities`
3155
3156
  # @return [Array<String>]
3156
3157
  attr_accessor :identities
@@ -3318,9 +3319,10 @@ module Google
3318
3319
 
3319
3320
  # A list of identities that are allowed access through [IngressPolicy].
3320
3321
  # Identities can be an individual user, service account, Google group, or third-
3321
- # party identity. The `v1` identities that have the prefix `user`, `group`, `
3322
- # serviceAccount`, `principal`, and `principalSet` in https://cloud.google.com/
3323
- # iam/docs/principal-identifiers#v1 are supported.
3322
+ # party identity. For third-party identity, only single identities are supported
3323
+ # and other identity types are not supported. The `v1` identities that have the
3324
+ # prefix `user`, `group`, `serviceAccount`, and `principal` in https://cloud.
3325
+ # google.com/iam/docs/principal-identifiers#v1 are supported.
3324
3326
  # Corresponds to the JSON property `identities`
3325
3327
  # @return [Array<String>]
3326
3328
  attr_accessor :identities
@@ -4956,9 +4958,10 @@ module Google
4956
4958
  include Google::Apis::Core::Hashable
4957
4959
 
4958
4960
  # The query response, which can be either an `error` or a valid `response`. If `
4959
- # done` == `false` and the query result is being saved in a output, the
4961
+ # done` == `false` and the query result is being saved in an output, the
4960
4962
  # output_config field will be set. If `done` == `true`, exactly one of `error`, `
4961
- # query_result` or `output_config` will be set.
4963
+ # query_result` or `output_config` will be set. [done] is unset unless the [
4964
+ # QueryAssetsResponse] contains a [QueryAssetsResponse.job_reference].
4962
4965
  # Corresponds to the JSON property `done`
4963
4966
  # @return [Boolean]
4964
4967
  attr_accessor :done
@@ -5302,8 +5305,7 @@ module Google
5302
5305
  end
5303
5306
  end
5304
5307
 
5305
- # A result of Resource Search, containing information of a cloud resource. Next
5306
- # ID: 36
5308
+ # A result of Resource Search, containing information of a cloud resource.
5307
5309
  class ResourceSearchResult
5308
5310
  include Google::Apis::Core::Hashable
5309
5311
 
@@ -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.78.0"
19
+ GEM_VERSION = "0.80.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240608"
25
+ REVISION = "20240803"
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.78.0
4
+ version: 0.80.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: 2024-06-16 00:00:00.000000000 Z
11
+ date: 2024-08-11 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.78.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.80.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: []