google-apis-cloudasset_v1 0.68.0 → 0.70.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: 9a23247faba7015ec0e2a3690e47bc9df7cf841f024e1124148b917e67d8feff
4
+ data.tar.gz: 80e0193197a96470a79deadf4d30ca83ba76947792b0aacbe170cfdf846c7935
5
5
  SHA512:
6
- metadata.gz: c115bd517d2617452cd892f8b7890af631adc8df575ad8e58f3ea4c1e578c655465f63e025d0ea1ed994008d1fce1745b7f7ec19933cdf56a5f769a4138ddf97
7
- data.tar.gz: 45afab50ac0ecaf1309e5af982450eda59cb24c15bea3addb313c3b58b1fb82801b4fbcd7a52b4b5248eb4b8f80e489ea0477804a8b4fa1ad0ddcdef5356283d
6
+ metadata.gz: 64cca143c8baecc3ed490bdd6db9c4ea01b1b78840d2a8619f2f9daca72132660f71a570949ef1743f457d465828bea68b7b7d62901460e0e018ac5e704c0e04
7
+ data.tar.gz: b2aacdd8e19b30152dd76fb82047b6fed14983b38e3091ce256376df677a63255fb88d862daf2ba0df2b50aff360952809856b713feabfa77c80ae1ab7a09774
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.70.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231201
6
+
7
+ ### v0.69.0 (2023-11-19)
8
+
9
+ * Regenerated from discovery document revision 20231111
10
+
3
11
  ### v0.68.0 (2023-11-12)
4
12
 
5
13
  * 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
@@ -5154,8 +5154,7 @@ module Google
5154
5154
  # more information. For Google Cloud assets, this value is the parent resource
5155
5155
  # defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/
5156
5156
  # overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/
5157
- # projects/my_project_123` For third-party assets, this field may be set
5158
- # differently.
5157
+ # projects/my_project_123`
5159
5158
  # Corresponds to the JSON property `parent`
5160
5159
  # @return [String]
5161
5160
  attr_accessor :parent
@@ -5200,13 +5199,13 @@ module Google
5200
5199
  # fields that are returned by the List or Get APIs provided by the corresponding
5201
5200
  # Google Cloud service (e.g., Compute Engine). see [API references and supported
5202
5201
  # 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`.
5202
+ # asset-types) to see which fields are included. You can search values of these
5203
+ # fields through free text search. However, you should not consume the field
5204
+ # programically as the field names and values may change as the Google Cloud
5205
+ # service updates to a new incompatible API version. To search against the `
5206
+ # additional_attributes`: * Use a free text query to match the attributes values.
5207
+ # Example: to search `additional_attributes = ` dnsName: "foobar" ``, you can
5208
+ # issue a query `foobar`.
5210
5209
  # Corresponds to the JSON property `additionalAttributes`
5211
5210
  # @return [Hash<String,Object>]
5212
5211
  attr_accessor :additional_attributes
@@ -6020,7 +6019,7 @@ module Google
6020
6019
  # instance as defined by Compute Engine: `https://cloud.google.com/compute/docs/
6021
6020
  # reference/rest/v1/instances`. You can find the resource definition for each
6022
6021
  # supported resource type in this table: `https://cloud.google.com/asset-
6023
- # inventory/docs/supported-asset-types#searchable_asset_types`
6022
+ # inventory/docs/supported-asset-types`
6024
6023
  # Corresponds to the JSON property `resource`
6025
6024
  # @return [Hash<String,Object>]
6026
6025
  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.70.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 = "20231201"
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.70.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-12-10 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.70.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: []