google-apis-cloudasset_v1 0.68.0 → 0.69.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bed1b9337c9a36597ce9af674775e05957edb63efcfb0e43a5c6c073ebf6c617
|
|
4
|
+
data.tar.gz: f9c33a47488fe4aef0e4776ba084a02c91de189ca1d3105637ba23e951de7892
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6936b47e26d027118d3029fc3c3bd8003577dd00380f895032fceb1afe9553a7ba2129d6348df5d439c5758a26795c9decd602637c3d7c554bdf8f4b006eba31
|
|
7
|
+
data.tar.gz: 9ebef740c725de9b5659008cb2e05ec5eb91a9acc671d1ead1d3c7cf158e9c86849ca1c0abd3c2e859233a7525d3c008dda4d0de6c0eb9c44cae33e8557a0631
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
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
|
|
5204
|
-
#
|
|
5205
|
-
#
|
|
5206
|
-
#
|
|
5207
|
-
#
|
|
5208
|
-
#
|
|
5209
|
-
#
|
|
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
|
|
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.
|
|
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 = "
|
|
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
|
-
#
|
|
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
|
|
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
|
|
1182
|
-
#
|
|
1183
|
-
#
|
|
1184
|
-
#
|
|
1185
|
-
#
|
|
1186
|
-
#
|
|
1187
|
-
#
|
|
1188
|
-
#
|
|
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
|
|
1289
|
-
#
|
|
1290
|
-
#
|
|
1291
|
-
#
|
|
1292
|
-
#
|
|
1293
|
-
#
|
|
1294
|
-
#
|
|
1295
|
-
#
|
|
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.
|
|
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-
|
|
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.
|
|
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: []
|