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 +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/cloudasset_v1/classes.rb +12 -10
- data/lib/google/apis/cloudasset_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1c20a11eeb0292e19f07f248fee71d118ad9091dbd4389264b2ad21866198415
|
4
|
+
data.tar.gz: 14310b024e97a5a04d043856286f5926a40d11428add7524de113c7c49f35ef7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
3152
|
-
#
|
3153
|
-
#
|
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.
|
3322
|
-
#
|
3323
|
-
#
|
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
|
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.
|
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.
|
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.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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: []
|