google-apis-cloudasset_v1 0.68.0 → 0.69.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: 4bbdd287d943afba7c95e193f78f23d15fd1889a4a640527033837f3bd3f7ec7
4
- data.tar.gz: 18e0b0954f85d294ecf54b1167bcc572c56eb323c65019130c0c90cb7a78a6fb
3
+ metadata.gz: bed1b9337c9a36597ce9af674775e05957edb63efcfb0e43a5c6c073ebf6c617
4
+ data.tar.gz: f9c33a47488fe4aef0e4776ba084a02c91de189ca1d3105637ba23e951de7892
5
5
  SHA512:
6
- metadata.gz: c115bd517d2617452cd892f8b7890af631adc8df575ad8e58f3ea4c1e578c655465f63e025d0ea1ed994008d1fce1745b7f7ec19933cdf56a5f769a4138ddf97
7
- data.tar.gz: 45afab50ac0ecaf1309e5af982450eda59cb24c15bea3addb313c3b58b1fb82801b4fbcd7a52b4b5248eb4b8f80e489ea0477804a8b4fa1ad0ddcdef5356283d
6
+ metadata.gz: 6936b47e26d027118d3029fc3c3bd8003577dd00380f895032fceb1afe9553a7ba2129d6348df5d439c5758a26795c9decd602637c3d7c554bdf8f4b006eba31
7
+ data.tar.gz: 9ebef740c725de9b5659008cb2e05ec5eb91a9acc671d1ead1d3c7cf158e9c86849ca1c0abd3c2e859233a7525d3c008dda4d0de6c0eb9c44cae33e8557a0631
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.69.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231111
6
+
3
7
  ### v0.68.0 (2023-11-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20231103
@@ -533,7 +533,7 @@ module Google
533
533
  # The type of this attached resource. Example: `osconfig.googleapis.com/
534
534
  # Inventory` You can find the supported attached asset types of each resource in
535
535
  # this table: `https://cloud.google.com/asset-inventory/docs/supported-asset-
536
- # types#searchable_asset_types`
536
+ # types`
537
537
  # Corresponds to the JSON property `assetType`
538
538
  # @return [String]
539
539
  attr_accessor :asset_type
@@ -5200,13 +5200,13 @@ module Google
5200
5200
  # fields that are returned by the List or Get APIs provided by the corresponding
5201
5201
  # Google Cloud service (e.g., Compute Engine). see [API references and supported
5202
5202
  # searchable attributes](https://cloud.google.com/asset-inventory/docs/supported-
5203
- # asset-types#searchable_asset_types) to see which fields are included. You can
5204
- # search values of these fields through free text search. However, you should
5205
- # not consume the field programically as the field names and values may change
5206
- # as the Google Cloud service updates to a new incompatible API version. To
5207
- # search against the `additional_attributes`: * Use a free text query to match
5208
- # the attributes values. Example: to search `additional_attributes = ` dnsName: "
5209
- # foobar" ``, you can issue a query `foobar`.
5203
+ # asset-types) to see which fields are included. You can search values of these
5204
+ # fields through free text search. However, you should not consume the field
5205
+ # programically as the field names and values may change as the Google Cloud
5206
+ # service updates to a new incompatible API version. To search against the `
5207
+ # additional_attributes`: * Use a free text query to match the attributes values.
5208
+ # Example: to search `additional_attributes = ` dnsName: "foobar" ``, you can
5209
+ # issue a query `foobar`.
5210
5210
  # Corresponds to the JSON property `additionalAttributes`
5211
5211
  # @return [Hash<String,Object>]
5212
5212
  attr_accessor :additional_attributes
@@ -6020,7 +6020,7 @@ module Google
6020
6020
  # instance as defined by Compute Engine: `https://cloud.google.com/compute/docs/
6021
6021
  # reference/rest/v1/instances`. You can find the resource definition for each
6022
6022
  # supported resource type in this table: `https://cloud.google.com/asset-
6023
- # inventory/docs/supported-asset-types#searchable_asset_types`
6023
+ # inventory/docs/supported-asset-types`
6024
6024
  # Corresponds to the JSON property `resource`
6025
6025
  # @return [Hash<String,Object>]
6026
6026
  attr_accessor :resource
@@ -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.68.0"
19
+ GEM_VERSION = "0.69.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231103"
25
+ REVISION = "20231111"
26
26
  end
27
27
  end
28
28
  end
@@ -145,9 +145,8 @@ module Google
145
145
  # @param [Array<String>, String] names
146
146
  # Required. The names refer to the [full_resource_names] (https://cloud.google.
147
147
  # com/asset-inventory/docs/resource-name-format) of [searchable asset types](
148
- # https://cloud.google.com/asset-inventory/docs/supported-asset-types#
149
- # searchable_asset_types). A maximum of 20 resources' effective policies can be
150
- # retrieved in a batch.
148
+ # https://cloud.google.com/asset-inventory/docs/supported-asset-types). A
149
+ # maximum of 20 resources' effective policies can be retrieved in a batch.
151
150
  # @param [String] fields
152
151
  # Selector specifying which fields to include in a partial response.
153
152
  # @param [String] quota_user
@@ -887,7 +886,7 @@ module Google
887
886
  # skipDefaultNetworkCreation * compute.requireOsLogin * compute.
888
887
  # disableNestedVirtualization This RPC only returns either resources of types
889
888
  # supported by [searchable asset types](https://cloud.google.com/asset-inventory/
890
- # docs/supported-asset-types#searchable_asset_types), or IAM policies.
889
+ # docs/supported-asset-types), or IAM policies.
891
890
  # @param [String] scope
892
891
  # Required. The organization to scope the request. Only organization policies
893
892
  # within the scope will be analyzed. The output assets will also be limited to
@@ -1178,14 +1177,14 @@ module Google
1178
1177
  # Optional. A list of asset types that the IAM policies are attached to. If
1179
1178
  # empty, it will search the IAM policies that are attached to all the [
1180
1179
  # searchable asset types](https://cloud.google.com/asset-inventory/docs/
1181
- # supported-asset-types#searchable_asset_types). Regular expressions are also
1182
- # supported. For example: * "compute.googleapis.com.*" snapshots IAM policies
1183
- # attached to asset type starts with "compute.googleapis.com". * ".*Instance"
1184
- # snapshots IAM policies attached to asset type ends with "Instance". * ".*
1185
- # Instance.*" snapshots IAM policies attached to asset type contains "Instance".
1186
- # See [RE2](https://github.com/google/re2/wiki/Syntax) for all supported regular
1187
- # expression syntax. If the regular expression does not match any supported
1188
- # asset type, an INVALID_ARGUMENT error will be returned.
1180
+ # supported-asset-types). Regular expressions are also supported. For example: *
1181
+ # "compute.googleapis.com.*" snapshots IAM policies attached to asset type
1182
+ # starts with "compute.googleapis.com". * ".*Instance" snapshots IAM policies
1183
+ # attached to asset type ends with "Instance". * ".*Instance.*" snapshots IAM
1184
+ # policies attached to asset type contains "Instance". See [RE2](https://github.
1185
+ # com/google/re2/wiki/Syntax) for all supported regular expression syntax. If
1186
+ # the regular expression does not match any supported asset type, an
1187
+ # INVALID_ARGUMENT error will be returned.
1189
1188
  # @param [String] order_by
1190
1189
  # Optional. A comma-separated list of fields specifying the sorting order of the
1191
1190
  # results. The default order is ascending. Add " DESC" after the field name to
@@ -1285,14 +1284,14 @@ module Google
1285
1284
  # @param [Array<String>, String] asset_types
1286
1285
  # Optional. A list of asset types that this request searches for. If empty, it
1287
1286
  # will search all the [searchable asset types](https://cloud.google.com/asset-
1288
- # inventory/docs/supported-asset-types#searchable_asset_types). Regular
1289
- # expressions are also supported. For example: * "compute.googleapis.com.*"
1290
- # snapshots resources whose asset type starts with "compute.googleapis.com". * ".
1291
- # *Instance" snapshots resources whose asset type ends with "Instance". * ".*
1292
- # Instance.*" snapshots resources whose asset type contains "Instance". See [RE2]
1293
- # (https://github.com/google/re2/wiki/Syntax) for all supported regular
1294
- # expression syntax. If the regular expression does not match any supported
1295
- # asset type, an INVALID_ARGUMENT error will be returned.
1287
+ # inventory/docs/supported-asset-types). Regular expressions are also supported.
1288
+ # For example: * "compute.googleapis.com.*" snapshots resources whose asset type
1289
+ # starts with "compute.googleapis.com". * ".*Instance" snapshots resources whose
1290
+ # asset type ends with "Instance". * ".*Instance.*" snapshots resources whose
1291
+ # asset type contains "Instance". See [RE2](https://github.com/google/re2/wiki/
1292
+ # Syntax) for all supported regular expression syntax. If the regular expression
1293
+ # does not match any supported asset type, an INVALID_ARGUMENT error will be
1294
+ # returned.
1296
1295
  # @param [String] order_by
1297
1296
  # Optional. A comma-separated list of fields specifying the sorting order of the
1298
1297
  # results. The default order is ascending. Add " DESC" after the field name to
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.68.0
4
+ version: 0.69.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: 2023-11-12 00:00:00.000000000 Z
11
+ date: 2023-11-19 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.68.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.69.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: []