google-apis-cloudasset_v1 0.47.0 → 0.49.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: a1850c85d125ad358f6d644a49327b8a0514f524204609214054b35a8315c8ff
4
- data.tar.gz: 2c3244f06da043a3bcf3d5f721f099f3081086ee0edae5e69806178e3ad1df18
3
+ metadata.gz: ddcbaab733538fa75ed6d12a9c7406e760e85fe01a512315fd6b03e9a0e34e87
4
+ data.tar.gz: 5bb2734a861de3b7fdce7d4354b1bfdec7b2fd123e006347dad24896c73caaea
5
5
  SHA512:
6
- metadata.gz: 8b04ea30d933473499120ae0eb9e10dd67aa32cd63f9a96ca1254f0b00ec7d24d7e5f71ea0d6168801070172368da049187e9b3eefc1e69dc45ea31c8f46b4aa
7
- data.tar.gz: 8f09d71feb21d721244deec46399e472e78ff59bb90e7a58e1b4901d6458b0db079c6eb9adb85fe000800b5e71e24fc5c901e1411c140164920a3cd4f788c80a
6
+ metadata.gz: ec14c425297f69164a01698f76697526aeea3ce8fbbcbf1b4b91f4b7d53cb4ab20297ee3434965f94a6f4848f1ae669b8bd9d67121bbb3da631ca75cc5570d6a
7
+ data.tar.gz: 50dd5349ac091f9532a00efb667ca3ba51616d7aff66e87b3d133e0a4abf71c963f01c0171ef126951630eb31a85ea140f640583bab838a29a3118c8290b6b2b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.49.0 (2022-10-10)
4
+
5
+ * Regenerated from discovery document revision 20221001
6
+
7
+ ### v0.48.0 (2022-09-29)
8
+
9
+ * Regenerated from discovery document revision 20220923
10
+
3
11
  ### v0.47.0 (2022-09-21)
4
12
 
5
13
  * Regenerated using generator version 0.10.0
@@ -4204,16 +4204,27 @@ 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](https://cloud.google.
4210
+ # com/asset-inventory/docs/legacy-fields#
4211
+ # 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: `
4213
+ # kmsKey:key` * Use a free text query. Example: `key`
4213
4214
  # Corresponds to the JSON property `kmsKey`
4214
4215
  # @return [String]
4215
4216
  attr_accessor :kms_key
4216
4217
 
4218
+ # The Cloud KMS [CryptoKey](https://cloud.google.com/kms/docs/reference/rest/v1/
4219
+ # projects.locations.keyRings.cryptoKeys) names or [CryptoKeyVersion](https://
4220
+ # cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.
4221
+ # cryptoKeys.cryptoKeyVersions) names. This field is available only when the
4222
+ # resource's Protobuf contains it. To search against the `kms_keys`: * Use a
4223
+ # field query. Example: `kmsKeys:key` * Use a free text query. Example: `key`
4224
+ # Corresponds to the JSON property `kmsKeys`
4225
+ # @return [Array<String>]
4226
+ attr_accessor :kms_keys
4227
+
4217
4228
  # Labels associated with this resource. See [Labelling and grouping GCP
4218
4229
  # resources](https://cloud.google.com/blog/products/gcp/labelling-and-grouping-
4219
4230
  # your-google-cloud-platform-resources) for more information. This field is
@@ -4373,6 +4384,7 @@ module Google
4373
4384
  @display_name = args[:display_name] if args.key?(:display_name)
4374
4385
  @folders = args[:folders] if args.key?(:folders)
4375
4386
  @kms_key = args[:kms_key] if args.key?(:kms_key)
4387
+ @kms_keys = args[:kms_keys] if args.key?(:kms_keys)
4376
4388
  @labels = args[:labels] if args.key?(:labels)
4377
4389
  @location = args[:location] if args.key?(:location)
4378
4390
  @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.49.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 = "20221001"
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'
@@ -1068,10 +1068,10 @@ module Google
1068
1068
  # indicate descending order. Redundant space characters are ignored. Example: "
1069
1069
  # location DESC, name". Only singular primitive fields in the response are
1070
1070
  # sortable: * name * assetType * project * displayName * description * location *
1071
- # kmsKey * createTime * updateTime * state * parentFullResourceName *
1072
- # parentAssetType All the other fields such as repeated fields (e.g., `
1073
- # networkTags`), map fields (e.g., `labels`) and struct fields (e.g., `
1074
- # additionalAttributes`) are not supported.
1071
+ # createTime * updateTime * state * parentFullResourceName * parentAssetType
1072
+ # All the other fields such as repeated fields (e.g., `networkTags`, 'kmsKeys'),
1073
+ # map fields (e.g., `labels`) and struct fields (e.g., `additionalAttributes`)
1074
+ # are not supported.
1075
1075
  # @param [Fixnum] page_size
1076
1076
  # Optional. The page size for search result pagination. Page size is capped at
1077
1077
  # 500 even if a larger value is given. If set to zero, server will pick an
@@ -1096,26 +1096,29 @@ module Google
1096
1096
  # env:prod` to find Cloud resources that have a label "env" and its value is "
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
- # encryption key whose name contains the word "key". * `relationships:instance-
1100
- # group-1` to find Cloud resources that have relationships with "instance-group-
1101
- # 1" in the related resource name. * `relationships:INSTANCE_TO_INSTANCEGROUP`
1102
- # to find compute instances that have relationships of type "
1103
- # INSTANCE_TO_INSTANCEGROUP". * `relationships.INSTANCE_TO_INSTANCEGROUP:
1104
- # instance-group-1` to find compute instances that have relationships with "
1105
- # instance-group-1" in the compute instance group resource name, for
1106
- # relationship type "INSTANCE_TO_INSTANCEGROUP". * `state:ACTIVE` to find Cloud
1107
- # resources whose state contains "ACTIVE" as a word. * `NOT state:ACTIVE` to
1108
- # find Cloud resources whose state doesn't contain "ACTIVE" as a word. * `
1109
- # createTime<1609459200` to find Cloud resources that were created before "2021-
1110
- # 01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of "2021-01-01 00:00:00
1111
- # UTC" in seconds. * `updateTime>1609459200` to find Cloud resources that were
1112
- # updated after "2021-01-01 00:00:00 UTC". 1609459200 is the epoch timestamp of "
1113
- # 2021-01-01 00:00:00 UTC" in seconds. * `Important` to find Cloud resources
1114
- # that contain "Important" as a word in any of the searchable fields. * `Impor*`
1115
- # to find Cloud resources that contain "Impor" as a prefix of any word in any of
1116
- # the searchable fields. * `Important location:(us-west1 OR global)` to find
1117
- # Cloud resources that contain "Important" as a word in any of the searchable
1118
- # fields and are also located in the "us-west1" region or the "global" location.
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
1104
+ # resource name. * `relationships:INSTANCE_TO_INSTANCEGROUP` to find compute
1105
+ # instances that have relationships of type "INSTANCE_TO_INSTANCEGROUP". * `
1106
+ # relationships.INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find compute
1107
+ # instances that have relationships with "instance-group-1" in the compute
1108
+ # instance group resource name, for relationship type "INSTANCE_TO_INSTANCEGROUP"
1109
+ # . * `state:ACTIVE` to find Cloud resources whose state contains "ACTIVE" as a
1110
+ # word. * `NOT state:ACTIVE` to find Cloud resources whose state doesn't contain
1111
+ # "ACTIVE" as a word. * `createTime<1609459200` to find Cloud resources that
1112
+ # were created before "2021-01-01 00:00:00 UTC". 1609459200 is the epoch
1113
+ # timestamp of "2021-01-01 00:00:00 UTC" in seconds. * `updateTime>1609459200`
1114
+ # to find Cloud resources that were updated after "2021-01-01 00:00:00 UTC".
1115
+ # 1609459200 is the epoch timestamp of "2021-01-01 00:00:00 UTC" in seconds. * `
1116
+ # Important` to find Cloud resources that contain "Important" as a word in any
1117
+ # of the searchable fields. * `Impor*` to find Cloud resources that contain "
1118
+ # Impor" as a prefix of any word in any of the searchable fields. * `Important
1119
+ # location:(us-west1 OR global)` to find Cloud resources that contain "Important"
1120
+ # as a word in any of the searchable fields and are also located in the "us-
1121
+ # west1" region or the "global" location.
1119
1122
  # @param [String] read_mask
1120
1123
  # Optional. A comma-separated list of fields specifying which fields to be
1121
1124
  # returned in ResourceSearchResult. Only '*' or combination of top level fields
@@ -1124,8 +1127,8 @@ module Google
1124
1127
  # paths must be valid field paths listed but not limited to (both snake_case and
1125
1128
  # camelCase are supported): * name * assetType * project * displayName *
1126
1129
  # description * location * tagKeys * tagValues * tagValueIds * labels *
1127
- # networkTags * kmsKey * createTime * updateTime * state * additionalAttributes *
1128
- # versionedResources If read_mask is not specified, all fields except
1130
+ # networkTags * kmsKeys * createTime * updateTime * state * additionalAttributes
1131
+ # * versionedResources If read_mask is not specified, all fields except
1129
1132
  # versionedResources will be returned. If only '*' is specified, all fields
1130
1133
  # including versionedResources will be returned. Any invalid field path will
1131
1134
  # trigger INVALID_ARGUMENT error.
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.49.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-17 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.49.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: []