google-apis-cloudasset_v1 0.47.0 → 0.48.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 88eca46b07f0ba3accdfe85e7fd464d926399b99c177654e79dcc2367c75d15a
|
|
4
|
+
data.tar.gz: 00c67555378d40ca986bcd4b21182919b681a06832c05e7635a83bc77ca05d74
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0e65dc047da230c3e03ed1a867a3703ee370714716de2eaf148b3230dcb7ee183c8b879a564d83f64f7b1005e6133bbfb0ce522dc6a34984a0a2ce6c271be02
|
|
7
|
+
data.tar.gz: 129f4e2ad247a60f97d7e6c35ba745dc16b8553030201343c5973cfa1bf3291457305c00f2c2496f173b4a76e9820648fbb84d3ab371f551d0fa5de9adb4ba2c
|
data/CHANGELOG.md
CHANGED
|
@@ -4204,16 +4204,25 @@ module Google
|
|
|
4204
4204
|
# @return [Array<String>]
|
|
4205
4205
|
attr_accessor :folders
|
|
4206
4206
|
|
|
4207
|
-
#
|
|
4208
|
-
#
|
|
4209
|
-
#
|
|
4210
|
-
#
|
|
4211
|
-
#
|
|
4212
|
-
# field query. Example: `kmsKey:key` * Use a free text query. Example: `key`
|
|
4207
|
+
# This field only presents for the purpose of backward-compatibility. Please use
|
|
4208
|
+
# `kms_keys` field to retrieve KMS key information. This field will only be
|
|
4209
|
+
# populated for the resource types included in this list for backward compatible
|
|
4210
|
+
# purpose. To search against the `kms_key`: * Use a field query. Example: `
|
|
4211
|
+
# kmsKey:key` * Use a free text query. Example: `key`
|
|
4213
4212
|
# Corresponds to the JSON property `kmsKey`
|
|
4214
4213
|
# @return [String]
|
|
4215
4214
|
attr_accessor :kms_key
|
|
4216
4215
|
|
|
4216
|
+
# The Cloud KMS [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/
|
|
4217
|
+
# projects.locations.keyRings.cryptoKeys) names or [CryptoKeyVersion](https://
|
|
4218
|
+
# cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.
|
|
4219
|
+
# cryptoKeys.cryptoKeyVersions) names. This field is available only when the
|
|
4220
|
+
# resource's Protobuf contains it. To search against the `kms_keys`: * Use a
|
|
4221
|
+
# field query. Example: `kmsKeys:key` * Use a free text query. Example: `key`
|
|
4222
|
+
# Corresponds to the JSON property `kmsKeys`
|
|
4223
|
+
# @return [Array<String>]
|
|
4224
|
+
attr_accessor :kms_keys
|
|
4225
|
+
|
|
4217
4226
|
# Labels associated with this resource. See [Labelling and grouping GCP
|
|
4218
4227
|
# resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-
|
|
4219
4228
|
# your-google-cloud-platform-resources) for more information. This field is
|
|
@@ -4373,6 +4382,7 @@ module Google
|
|
|
4373
4382
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
4374
4383
|
@folders = args[:folders] if args.key?(:folders)
|
|
4375
4384
|
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
|
4385
|
+
@kms_keys = args[:kms_keys] if args.key?(:kms_keys)
|
|
4376
4386
|
@labels = args[:labels] if args.key?(:labels)
|
|
4377
4387
|
@location = args[:location] if args.key?(:location)
|
|
4378
4388
|
@name = args[:name] if args.key?(:name)
|
|
@@ -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.48.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220923"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1647,6 +1647,7 @@ module Google
|
|
|
1647
1647
|
property :display_name, as: 'displayName'
|
|
1648
1648
|
collection :folders, as: 'folders'
|
|
1649
1649
|
property :kms_key, as: 'kmsKey'
|
|
1650
|
+
collection :kms_keys, as: 'kmsKeys'
|
|
1650
1651
|
hash :labels, as: 'labels'
|
|
1651
1652
|
property :location, as: 'location'
|
|
1652
1653
|
property :name, as: 'name'
|
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.48.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-
|
|
11
|
+
date: 2022-10-03 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.48.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: []
|