google-apis-cloudasset_v1 0.49.0 → 0.50.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: ddcbaab733538fa75ed6d12a9c7406e760e85fe01a512315fd6b03e9a0e34e87
4
- data.tar.gz: 5bb2734a861de3b7fdce7d4354b1bfdec7b2fd123e006347dad24896c73caaea
3
+ metadata.gz: eb8c1758600cf3a7fcb8bb4c6a2983da1bb9a76c5830faeaadfc201025504720
4
+ data.tar.gz: 80fb55b46d1974db41daf1126b83805c48e02c5936c8d73e304fef239f31d212
5
5
  SHA512:
6
- metadata.gz: ec14c425297f69164a01698f76697526aeea3ce8fbbcbf1b4b91f4b7d53cb4ab20297ee3434965f94a6f4848f1ae669b8bd9d67121bbb3da631ca75cc5570d6a
7
- data.tar.gz: 50dd5349ac091f9532a00efb667ca3ba51616d7aff66e87b3d133e0a4abf71c963f01c0171ef126951630eb31a85ea140f640583bab838a29a3118c8290b6b2b
6
+ metadata.gz: d4ee794ee6dc0abe911cb254ceccbf98be498df3ed2414916bf4609a1440779a867b00cf4a2255b6c3b071d0e4a548645a309dcd25301de018ecb2e202a3290b
7
+ data.tar.gz: ae5b325dc9c5273320c786d98798cff70db256b5a2959f170fe7ac694cb9ee969311ea134ddf9993e02584645b37c402c6f3801c1d7a29fa34ebf82b3e85c642
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.50.0 (2022-10-30)
4
+
5
+ * Regenerated from discovery document revision 20221015
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.49.0 (2022-10-10)
4
9
 
5
10
  * Regenerated from discovery document revision 20221001
@@ -4204,12 +4204,16 @@ module Google
4204
4204
  # @return [Array<String>]
4205
4205
  attr_accessor :folders
4206
4206
 
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](https://cloud.google.
4210
- # com/asset-inventory/docs/legacy-fields#
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 only presents for the purpose
4211
+ # of backward compatibility. Please use the `kms_keys` field to retrieve KMS key
4212
+ # information. This field is available only when the resource's Protobuf
4213
+ # contains it and will only be populated for [these resource types](https://
4214
+ # cloud.google.com/asset-inventory/docs/legacy-field-names#
4211
4215
  # resource_types_with_the_to_be_deprecated_kmskey_field) for backward compatible
4212
- # purpose. To search against the `kms_key`: * Use a field query. Example: `
4216
+ # purposes. To search against the `kms_key`: * Use a field query. Example: `
4213
4217
  # kmsKey:key` * Use a free text query. Example: `key`
4214
4218
  # Corresponds to the JSON property `kmsKey`
4215
4219
  # @return [String]
@@ -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.49.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221001"
25
+ REVISION = "20221015"
26
26
  end
27
27
  end
28
28
  end
@@ -1069,7 +1069,7 @@ module Google
1069
1069
  # location DESC, name". Only singular primitive fields in the response are
1070
1070
  # sortable: * name * assetType * project * displayName * description * location *
1071
1071
  # createTime * updateTime * state * parentFullResourceName * parentAssetType
1072
- # All the other fields such as repeated fields (e.g., `networkTags`, 'kmsKeys'),
1072
+ # All the other fields such as repeated fields (e.g., `networkTags`, `kmsKeys`),
1073
1073
  # map fields (e.g., `labels`) and struct fields (e.g., `additionalAttributes`)
1074
1074
  # are not supported.
1075
1075
  # @param [Fixnum] page_size
@@ -1097,10 +1097,10 @@ module Google
1097
1097
  # prod". * `labels.env:*` to find Cloud resources that have a label "env". * `
1098
1098
  # kmsKey:key` to find Cloud resources encrypted with a customer-managed
1099
1099
  # encryption key whose name contains "key" as a word. This field is deprecated.
1100
- # Please use the `"kmsKeys"` field to retrieve KMS key information. * `kmsKeys:
1101
- # key` to find Cloud resources encrypted with customer-managed encryption keys
1102
- # whose name contains the word "key". * `relationships:instance-group-1` to find
1103
- # Cloud resources that have relationships with "instance-group-1" in the related
1100
+ # Please use the `kmsKeys` field to retrieve KMS key information. * `kmsKeys:key`
1101
+ # to find Cloud resources encrypted with customer-managed encryption keys whose
1102
+ # name contains the word "key". * `relationships:instance-group-1` to find Cloud
1103
+ # resources that have relationships with "instance-group-1" in the related
1104
1104
  # resource name. * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute
1105
1105
  # instances that have relationships of type "INSTANCE_TO_INSTANCEGROUP". * `
1106
1106
  # relationships.INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find compute
@@ -1127,11 +1127,12 @@ module Google
1127
1127
  # paths must be valid field paths listed but not limited to (both snake_case and
1128
1128
  # camelCase are supported): * name * assetType * project * displayName *
1129
1129
  # description * location * tagKeys * tagValues * tagValueIds * labels *
1130
- # networkTags * kmsKeys * createTime * updateTime * state * additionalAttributes
1131
- # * versionedResources If read_mask is not specified, all fields except
1132
- # versionedResources will be returned. If only '*' is specified, all fields
1133
- # including versionedResources will be returned. Any invalid field path will
1134
- # trigger INVALID_ARGUMENT error.
1130
+ # networkTags * kmsKey (This field is deprecated. Please use the `kmsKeys` field
1131
+ # to retrieve KMS key information.) * kmsKeys * createTime * updateTime * state *
1132
+ # additionalAttributes * versionedResources If read_mask is not specified, all
1133
+ # fields except versionedResources will be returned. If only '*' is specified,
1134
+ # all fields including versionedResources will be returned. Any invalid field
1135
+ # path will trigger INVALID_ARGUMENT error.
1135
1136
  # @param [String] fields
1136
1137
  # Selector specifying which fields to include in a partial response.
1137
1138
  # @param [String] quota_user
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.49.0
4
+ version: 0.50.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-10-17 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.9.0
19
+ version: 0.9.1
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.9.0
29
+ version: 0.9.1
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.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.50.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: []