google-apis-cloudasset_v1 0.48.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: 88eca46b07f0ba3accdfe85e7fd464d926399b99c177654e79dcc2367c75d15a
4
- data.tar.gz: 00c67555378d40ca986bcd4b21182919b681a06832c05e7635a83bc77ca05d74
3
+ metadata.gz: ddcbaab733538fa75ed6d12a9c7406e760e85fe01a512315fd6b03e9a0e34e87
4
+ data.tar.gz: 5bb2734a861de3b7fdce7d4354b1bfdec7b2fd123e006347dad24896c73caaea
5
5
  SHA512:
6
- metadata.gz: c0e65dc047da230c3e03ed1a867a3703ee370714716de2eaf148b3230dcb7ee183c8b879a564d83f64f7b1005e6133bbfb0ce522dc6a34984a0a2ce6c271be02
7
- data.tar.gz: 129f4e2ad247a60f97d7e6c35ba745dc16b8553030201343c5973cfa1bf3291457305c00f2c2496f173b4a76e9820648fbb84d3ab371f551d0fa5de9adb4ba2c
6
+ metadata.gz: ec14c425297f69164a01698f76697526aeea3ce8fbbcbf1b4b91f4b7d53cb4ab20297ee3434965f94a6f4848f1ae669b8bd9d67121bbb3da631ca75cc5570d6a
7
+ data.tar.gz: 50dd5349ac091f9532a00efb667ca3ba51616d7aff66e87b3d133e0a4abf71c963f01c0171ef126951630eb31a85ea140f640583bab838a29a3118c8290b6b2b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.48.0 (2022-09-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20220923
@@ -4206,7 +4206,9 @@ module Google
4206
4206
 
4207
4207
  # This field only presents for the purpose of backward-compatibility. Please use
4208
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
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
4210
4212
  # purpose. To search against the `kms_key`: * Use a field query. Example: `
4211
4213
  # kmsKey:key` * Use a free text query. Example: `key`
4212
4214
  # Corresponds to the JSON property `kmsKey`
@@ -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.48.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 = "20220923"
25
+ REVISION = "20221001"
26
26
  end
27
27
  end
28
28
  end
@@ -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.48.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-10-03 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.48.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: []