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: a1850c85d125ad358f6d644a49327b8a0514f524204609214054b35a8315c8ff
4
- data.tar.gz: 2c3244f06da043a3bcf3d5f721f099f3081086ee0edae5e69806178e3ad1df18
3
+ metadata.gz: 88eca46b07f0ba3accdfe85e7fd464d926399b99c177654e79dcc2367c75d15a
4
+ data.tar.gz: 00c67555378d40ca986bcd4b21182919b681a06832c05e7635a83bc77ca05d74
5
5
  SHA512:
6
- metadata.gz: 8b04ea30d933473499120ae0eb9e10dd67aa32cd63f9a96ca1254f0b00ec7d24d7e5f71ea0d6168801070172368da049187e9b3eefc1e69dc45ea31c8f46b4aa
7
- data.tar.gz: 8f09d71feb21d721244deec46399e472e78ff59bb90e7a58e1b4901d6458b0db079c6eb9adb85fe000800b5e71e24fc5c901e1411c140164920a3cd4f788c80a
6
+ metadata.gz: c0e65dc047da230c3e03ed1a867a3703ee370714716de2eaf148b3230dcb7ee183c8b879a564d83f64f7b1005e6133bbfb0ce522dc6a34984a0a2ce6c271be02
7
+ data.tar.gz: 129f4e2ad247a60f97d7e6c35ba745dc16b8553030201343c5973cfa1bf3291457305c00f2c2496f173b4a76e9820648fbb84d3ab371f551d0fa5de9adb4ba2c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.48.0 (2022-09-29)
4
+
5
+ * Regenerated from discovery document revision 20220923
6
+
3
7
  ### v0.47.0 (2022-09-21)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
@@ -4204,16 +4204,25 @@ module Google
4204
4204
  # @return [Array<String>]
4205
4205
  attr_accessor :folders
4206
4206
 
4207
- # The Cloud KMS [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/
4208
- # projects.locations.keyRings.cryptoKeys) name or [CryptoKeyVersion](https://
4209
- # cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.
4210
- # cryptoKeys.cryptoKeyVersions) name. This field is available only when the
4211
- # resource's Protobuf contains it. To search against the `kms_key`: * Use a
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.47.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 = "20220910"
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.47.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-09-26 00:00:00.000000000 Z
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.47.0
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: []