google-apis-cloudasset_v1 0.66.0 → 0.68.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: 440009e1f0e3d01b7222ca9fee2fd3dda905f84e445bef1dcb38d251a2c66708
4
- data.tar.gz: 7a2f60a1e3aecfcc186009415f0994f33e4a4db16144eac139e15030cf15a24f
3
+ metadata.gz: 4bbdd287d943afba7c95e193f78f23d15fd1889a4a640527033837f3bd3f7ec7
4
+ data.tar.gz: 18e0b0954f85d294ecf54b1167bcc572c56eb323c65019130c0c90cb7a78a6fb
5
5
  SHA512:
6
- metadata.gz: 61c2cf7fd950b3bf3c0e568038a03b8280e46205e8281b6dfa9678a7287c5ffe32132f8112039821709684026339e258ca4d5f1bb2a0593b888137c8f6477116
7
- data.tar.gz: 47c5536599bffc293675a74d1fcfcda5b9483f582a0474d2761838198b9d10ca80b92c8c64ed6addc817834bd8f9bbc40ae46c7b861ad3068cbfbce7f6bc52a0
6
+ metadata.gz: c115bd517d2617452cd892f8b7890af631adc8df575ad8e58f3ea4c1e578c655465f63e025d0ea1ed994008d1fce1745b7f7ec19933cdf56a5f769a4138ddf97
7
+ data.tar.gz: 45afab50ac0ecaf1309e5af982450eda59cb24c15bea3addb313c3b58b1fb82801b4fbcd7a52b4b5248eb4b8f80e489ea0477804a8b4fa1ad0ddcdef5356283d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.68.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231103
6
+
7
+ ### v0.67.0 (2023-10-22)
8
+
9
+ * Regenerated from discovery document revision 20231013
10
+
3
11
  ### v0.66.0 (2023-10-15)
4
12
 
5
13
  * Regenerated from discovery document revision 20231006
@@ -90,10 +90,10 @@ module Google
90
90
  # saved_query_id If both `analysis_query` and `saved_analysis_query` are
91
91
  # provided, they will be merged together with the `saved_analysis_query` as base
92
92
  # and the `analysis_query` as overrides. For more details of the merge behavior,
93
- # please refer to the [MergeFrom](https://developers.google.com/protocol-buffers/
94
- # docs/reference/cpp/google.protobuf.message#Message.MergeFrom.details) doc.
95
- # Note that you cannot override primitive fields with default value, such as 0
96
- # or empty string, etc., because we use proto3, which doesn't support field
93
+ # refer to the [MergeFrom](https://developers.google.com/protocol-buffers/docs/
94
+ # reference/cpp/google.protobuf.message#Message.MergeFrom.details) doc. Note
95
+ # that you cannot override primitive fields with default value, such as 0 or
96
+ # empty string, etc., because we use proto3, which doesn't support field
97
97
  # presence yet.
98
98
  # Corresponds to the JSON property `savedAnalysisQuery`
99
99
  # @return [String]
@@ -5281,8 +5281,8 @@ module Google
5281
5281
  # projects.locations.keyRings.cryptoKeys) name or [CryptoKeyVersion](https://
5282
5282
  # cloud.google.com/kms/docs/reference/rest/v1/projects.locations.keyRings.
5283
5283
  # cryptoKeys.cryptoKeyVersions) name. This field only presents for the purpose
5284
- # of backward compatibility. Please use the `kms_keys` field to retrieve Cloud
5285
- # KMS key information. This field is available only when the resource's Protobuf
5284
+ # of backward compatibility. Use the `kms_keys` field to retrieve Cloud KMS key
5285
+ # information. This field is available only when the resource's Protobuf
5286
5286
  # contains it and will only be populated for [these resource types](https://
5287
5287
  # cloud.google.com/asset-inventory/docs/legacy-field-names#
5288
5288
  # resource_types_with_the_to_be_deprecated_kmskey_field) for backward compatible
@@ -5387,13 +5387,9 @@ module Google
5387
5387
  attr_accessor :relationships
5388
5388
 
5389
5389
  # The actual content of Security Command Center security marks associated with
5390
- # the asset. Note that both staging & prod SecurityMarks are attached on prod
5391
- # resources. In CAS preprod/prod, both staging & prod SecurityMarks are ingested
5392
- # and returned in the following `security_marks` map. In that case, the prefix "
5393
- # staging." will be added to the keys of all the staging marks. To search
5394
- # against SCC SecurityMarks field: * Use a field query: - query by a given key
5395
- # value pair. Example: `sccSecurityMarks.foo=bar` - query by a given key's
5396
- # existence. Example: `sccSecurityMarks.foo:*`
5390
+ # the asset. To search against SCC SecurityMarks field: * Use a field query: -
5391
+ # query by a given key value pair. Example: `sccSecurityMarks.foo=bar` - query
5392
+ # by a given key's existence. Example: `sccSecurityMarks.foo:*`
5397
5393
  # Corresponds to the JSON property `sccSecurityMarks`
5398
5394
  # @return [Hash<String,String>]
5399
5395
  attr_accessor :scc_security_marks
@@ -5415,30 +5411,29 @@ module Google
5415
5411
  # @return [String]
5416
5412
  attr_accessor :state
5417
5413
 
5418
- # This field is only present for the purpose of backward compatibility. Please
5419
- # use the `tags` field instead. TagKey namespaced names, in the format of `
5420
- # ORG_ID`/`TAG_KEY_SHORT_NAME`. To search against the `tagKeys`: * Use a field
5421
- # query. Example: - `tagKeys:"123456789/env*"` - `tagKeys="123456789/env"` - `
5422
- # tagKeys:"env"` * Use a free text query. Example: - `env`
5414
+ # This field is only present for the purpose of backward compatibility. Use the `
5415
+ # tags` field instead. TagKey namespaced names, in the format of `ORG_ID`/`
5416
+ # TAG_KEY_SHORT_NAME`. To search against the `tagKeys`: * Use a field query.
5417
+ # Example: - `tagKeys:"123456789/env*"` - `tagKeys="123456789/env"` - `tagKeys:"
5418
+ # env"` * Use a free text query. Example: - `env`
5423
5419
  # Corresponds to the JSON property `tagKeys`
5424
5420
  # @return [Array<String>]
5425
5421
  attr_accessor :tag_keys
5426
5422
 
5427
- # This field is only present for the purpose of backward compatibility. Please
5428
- # use the `tags` field instead. TagValue IDs, in the format of tagValues/`
5429
- # TAG_VALUE_ID`. To search against the `tagValueIds`: * Use a field query.
5430
- # Example: - `tagValueIds="tagValues/456"` * Use a free text query. Example: - `
5431
- # 456`
5423
+ # This field is only present for the purpose of backward compatibility. Use the `
5424
+ # tags` field instead. TagValue IDs, in the format of tagValues/`TAG_VALUE_ID`.
5425
+ # To search against the `tagValueIds`: * Use a field query. Example: - `
5426
+ # tagValueIds="tagValues/456"` * Use a free text query. Example: - `456`
5432
5427
  # Corresponds to the JSON property `tagValueIds`
5433
5428
  # @return [Array<String>]
5434
5429
  attr_accessor :tag_value_ids
5435
5430
 
5436
- # This field is only present for the purpose of backward compatibility. Please
5437
- # use the `tags` field instead. TagValue namespaced names, in the format of `
5438
- # ORG_ID`/`TAG_KEY_SHORT_NAME`/`TAG_VALUE_SHORT_NAME`. To search against the `
5439
- # tagValues`: * Use a field query. Example: - `tagValues:"env"` - `tagValues:"
5440
- # env/prod"` - `tagValues:"123456789/env/prod*"` - `tagValues="123456789/env/
5441
- # prod"` * Use a free text query. Example: - `prod`
5431
+ # This field is only present for the purpose of backward compatibility. Use the `
5432
+ # tags` field instead. TagValue namespaced names, in the format of `ORG_ID`/`
5433
+ # TAG_KEY_SHORT_NAME`/`TAG_VALUE_SHORT_NAME`. To search against the `tagValues`:
5434
+ # * Use a field query. Example: - `tagValues:"env"` - `tagValues:"env/prod"` - `
5435
+ # tagValues:"123456789/env/prod*"` - `tagValues="123456789/env/prod"` * Use a
5436
+ # free text query. Example: - `prod`
5442
5437
  # Corresponds to the JSON property `tagValues`
5443
5438
  # @return [Array<String>]
5444
5439
  attr_accessor :tag_values
@@ -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.66.0"
19
+ GEM_VERSION = "0.68.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 = "20231006"
25
+ REVISION = "20231103"
26
26
  end
27
27
  end
28
28
  end
@@ -683,10 +683,10 @@ module Google
683
683
  # saved_query_id If both `analysis_query` and `saved_analysis_query` are
684
684
  # provided, they will be merged together with the `saved_analysis_query` as base
685
685
  # and the `analysis_query` as overrides. For more details of the merge behavior,
686
- # please refer to the [MergeFrom](https://developers.google.com/protocol-buffers/
687
- # docs/reference/cpp/google.protobuf.message#Message.MergeFrom.details) page.
688
- # Note that you cannot override primitive fields with default value, such as 0
689
- # or empty string, etc., because we use proto3, which doesn't support field
686
+ # refer to the [MergeFrom](https://developers.google.com/protocol-buffers/docs/
687
+ # reference/cpp/google.protobuf.message#Message.MergeFrom.details) page. Note
688
+ # that you cannot override primitive fields with default value, such as 0 or
689
+ # empty string, etc., because we use proto3, which doesn't support field
690
690
  # presence yet.
691
691
  # @param [String] fields
692
692
  # Selector specifying which fields to include in a partial response.
@@ -834,11 +834,13 @@ module Google
834
834
  # response only contains analyzed organization policies for the provided
835
835
  # constraint.
836
836
  # @param [String] filter
837
- # The expression to filter AnalyzeOrgPoliciesResponse.org_policy_results. The
838
- # only supported field is `consolidated_policy.attached_resource`, and the only
839
- # supported operator is `=`. Example: consolidated_policy.attached_resource="//
840
- # cloudresourcemanager.googleapis.com/folders/001" will return the org policy
841
- # results of"folders/001".
837
+ # The expression to filter AnalyzeOrgPoliciesResponse.org_policy_results.
838
+ # Filtering is currently available for bare literal values and the following
839
+ # fields: * consolidated_policy.attached_resource * consolidated_policy.rules.
840
+ # enforce When filtering by a specific field, the only supported operator is `=`.
841
+ # For example, filtering by consolidated_policy.attached_resource="//
842
+ # cloudresourcemanager.googleapis.com/folders/001" will return all the
843
+ # Organization Policy results attached to "folders/001".
842
844
  # @param [Fixnum] page_size
843
845
  # The maximum number of items to return per page. If unspecified,
844
846
  # AnalyzeOrgPoliciesResponse.org_policy_results will contain 20 items with a
@@ -896,15 +898,23 @@ module Google
896
898
  # analysis only contains analyzed organization policies for the provided
897
899
  # constraint.
898
900
  # @param [String] filter
899
- # The expression to filter the governed assets in result. The only supported
900
- # fields for governed resources are `governed_resource.project` and `
901
- # governed_resource.folders`. The only supported fields for governed iam
902
- # policies are `governed_iam_policy.project` and `governed_iam_policy.folders`.
903
- # The only supported operator is `=`. Example 1: governed_resource.project="
904
- # projects/12345678" filter will return all governed resources under projects/
905
- # 12345678 including the project ifself, if applicable. Example 2:
906
- # governed_iam_policy.folders="folders/12345678" filter will return all governed
907
- # iam policies under folders/12345678, if applicable.
901
+ # The expression to filter AnalyzeOrgPolicyGovernedAssetsResponse.
902
+ # governed_assets. For governed resources, filtering is currently available for
903
+ # bare literal values and the following fields: * governed_resource.project *
904
+ # governed_resource.folders * consolidated_policy.rules.enforce When filtering
905
+ # by `governed_resource.project` or `consolidated_policy.rules.enforce`, the
906
+ # only supported operator is `=`. When filtering by `governed_resource.folders`,
907
+ # the supported operators are `=` and `:`. For example, filtering by `
908
+ # governed_resource.project="projects/12345678"` will return all the governed
909
+ # resources under "projects/12345678", including the project itself if
910
+ # applicable. For governed IAM policies, filtering is currently available for
911
+ # bare literal values and the following fields: * governed_iam_policy.project *
912
+ # governed_iam_policy.folders * consolidated_policy.rules.enforce When filtering
913
+ # by `governed_iam_policy.project` or `consolidated_policy.rules.enforce`, the
914
+ # only supported operator is `=`. When filtering by `governed_iam_policy.folders`
915
+ # , the supported operators are `=` and `:`. For example, filtering by `
916
+ # governed_iam_policy.folders:"folders/12345678"` will return all the governed
917
+ # IAM policies under "folders/001".
908
918
  # @param [Fixnum] page_size
909
919
  # The maximum number of items to return per page. If unspecified,
910
920
  # AnalyzeOrgPolicyGovernedAssetsResponse.governed_assets will contain 100 items
@@ -953,10 +963,12 @@ module Google
953
963
  # Required. The name of the constraint to analyze governed containers for. The
954
964
  # analysis only contains organization policies for the provided constraint.
955
965
  # @param [String] filter
956
- # The expression to filter the governed containers in result. The only supported
957
- # field is `parent`, and the only supported operator is `=`. Example: parent="//
958
- # cloudresourcemanager.googleapis.com/folders/001" will return all containers
959
- # under "folders/001".
966
+ # The expression to filter AnalyzeOrgPolicyGovernedContainersResponse.
967
+ # governed_containers. Filtering is currently available for bare literal values
968
+ # and the following fields: * parent * consolidated_policy.rules.enforce When
969
+ # filtering by a specific field, the only supported operator is `=`. For example,
970
+ # filtering by parent="//cloudresourcemanager.googleapis.com/folders/001" will
971
+ # return all the containers under "folders/001".
960
972
  # @param [Fixnum] page_size
961
973
  # The maximum number of items to return per page. If unspecified,
962
974
  # AnalyzeOrgPolicyGovernedContainersResponse.governed_containers will contain
@@ -1313,54 +1325,54 @@ module Google
1313
1325
  # prod` as a key or value. * `labels.env:prod` to find Google Cloud resources
1314
1326
  # that have a label `env` and its value is `prod`. * `labels.env:*` to find
1315
1327
  # Google Cloud resources that have a label `env`. * `tagKeys:env` to find Google
1316
- # Cloud resources that have directly attached tags where the [`TagKey`](https://
1317
- # cloud.google.com/resource-manager/reference/rest/v3/tagKeys#resource:-tagkey) .
1318
- # `namespacedName` contains `env`. * `tagValues:prod*` to find Google Cloud
1319
- # resources that have directly attached tags where the [`TagValue`](https://
1320
- # cloud.google.com/resource-manager/reference/rest/v3/tagValues#resource:-
1321
- # tagvalue) .`namespacedName` contains a word prefixed by `prod`. * `tagValueIds=
1322
- # tagValues/123` to find Google Cloud resources that have directly attached tags
1323
- # where the [`TagValue`](https://cloud.google.com/resource-manager/reference/
1324
- # rest/v3/tagValues#resource:-tagvalue) .`name` is exactly `tagValues/123`. * `
1325
- # effectiveTagKeys:env` to find Google Cloud resources that have directly
1326
- # attached or inherited tags where the [`TagKey`](https://cloud.google.com/
1327
- # resource-manager/reference/rest/v3/tagKeys#resource:-tagkey) .`namespacedName`
1328
+ # Cloud resources that have directly attached tags where the [`TagKey.
1329
+ # namespacedName`](https://cloud.google.com/resource-manager/reference/rest/v3/
1330
+ # tagKeys#resource:-tagkey) contains `env`. * `tagValues:prod*` to find Google
1331
+ # Cloud resources that have directly attached tags where the [`TagValue.
1332
+ # namespacedName`](https://cloud.google.com/resource-manager/reference/rest/v3/
1333
+ # tagValues#resource:-tagvalue) contains a word prefixed by `prod`. * `
1334
+ # tagValueIds=tagValues/123` to find Google Cloud resources that have directly
1335
+ # attached tags where the [`TagValue.name`](https://cloud.google.com/resource-
1336
+ # manager/reference/rest/v3/tagValues#resource:-tagvalue) is exactly `tagValues/
1337
+ # 123`. * `effectiveTagKeys:env` to find Google Cloud resources that have
1338
+ # directly attached or inherited tags where the [`TagKey.namespacedName`](https:/
1339
+ # /cloud.google.com/resource-manager/reference/rest/v3/tagKeys#resource:-tagkey)
1328
1340
  # contains `env`. * `effectiveTagValues:prod*` to find Google Cloud resources
1329
- # that have directly attached or inherited tags where the [`TagValue`](https://
1330
- # cloud.google.com/resource-manager/reference/rest/v3/tagValues#resource:-
1331
- # tagvalue) .`namespacedName` contains a word prefixed by `prod`. * `
1341
+ # that have directly attached or inherited tags where the [`TagValue.
1342
+ # namespacedName`](https://cloud.google.com/resource-manager/reference/rest/v3/
1343
+ # tagValues#resource:-tagvalue) contains a word prefixed by `prod`. * `
1332
1344
  # effectiveTagValueIds=tagValues/123` to find Google Cloud resources that have
1333
- # directly attached or inherited tags where the [`TagValue`](https://cloud.
1334
- # google.com/resource-manager/reference/rest/v3/tagValues#resource:-tagvalue) .`
1335
- # name` is exactly `tagValues/123`. * `kmsKey:key` to find Google Cloud
1336
- # resources encrypted with a customer-managed encryption key whose name contains
1337
- # `key` as a word. This field is deprecated. Please use the `kmsKeys` field to
1338
- # retrieve Cloud KMS key information. * `kmsKeys:key` to find Google Cloud
1339
- # resources encrypted with customer-managed encryption keys whose name contains
1340
- # the word `key`. * `relationships:instance-group-1` to find Google Cloud
1341
- # resources that have relationships with `instance-group-1` in the related
1342
- # resource name. * `relationships:INSTANCE_TO_INSTANCEGROUP` to find Compute
1343
- # Engine instances that have relationships of type `INSTANCE_TO_INSTANCEGROUP`. *
1344
- # `relationships.INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find Compute
1345
- # Engine instances that have relationships with `instance-group-1` in the
1346
- # Compute Engine instance group resource name, for relationship type `
1347
- # INSTANCE_TO_INSTANCEGROUP`. * `sccSecurityMarks.key=value` to find Cloud
1348
- # resources that are attached with security marks whose key is `key` and value
1349
- # is `value'. * `sccSecurityMarks.key:*` to find Cloud resources that are
1350
- # attached with security marks whose key is `key`. * `state:ACTIVE` to find
1351
- # Google Cloud resources whose state contains `ACTIVE` as a word. * `NOT state:
1352
- # ACTIVE` to find Google Cloud resources whose state doesn't contain `ACTIVE` as
1353
- # a word. * `createTime<1609459200` to find Google Cloud resources that were
1354
- # created before `2021-01-01 00:00:00 UTC`. `1609459200` is the epoch timestamp
1355
- # of `2021-01-01 00:00:00 UTC` in seconds. * `updateTime>1609459200` to find
1356
- # Google Cloud resources that were updated after `2021-01-01 00:00:00 UTC`. `
1345
+ # directly attached or inherited tags where the [`TagValue.name`](https://cloud.
1346
+ # google.com/resource-manager/reference/rest/v3/tagValues#resource:-tagvalue) is
1347
+ # exactly `tagValues/123`. * `kmsKey:key` to find Google Cloud resources
1348
+ # encrypted with a customer-managed encryption key whose name contains `key` as
1349
+ # a word. This field is deprecated. Use the `kmsKeys` field to retrieve Cloud
1350
+ # KMS key information. * `kmsKeys:key` to find Google Cloud resources encrypted
1351
+ # with customer-managed encryption keys whose name contains the word `key`. * `
1352
+ # relationships:instance-group-1` to find Google Cloud resources that have
1353
+ # relationships with `instance-group-1` in the related resource name. * `
1354
+ # relationships:INSTANCE_TO_INSTANCEGROUP` to find Compute Engine instances that
1355
+ # have relationships of type `INSTANCE_TO_INSTANCEGROUP`. * `relationships.
1356
+ # INSTANCE_TO_INSTANCEGROUP:instance-group-1` to find Compute Engine instances
1357
+ # that have relationships with `instance-group-1` in the Compute Engine instance
1358
+ # group resource name, for relationship type `INSTANCE_TO_INSTANCEGROUP`. * `
1359
+ # sccSecurityMarks.key=value` to find Cloud resources that are attached with
1360
+ # security marks whose key is `key` and value is `value`. * `sccSecurityMarks.
1361
+ # key:*` to find Cloud resources that are attached with security marks whose key
1362
+ # is `key`. * `state:ACTIVE` to find Google Cloud resources whose state contains
1363
+ # `ACTIVE` as a word. * `NOT state:ACTIVE` to find Google Cloud resources whose
1364
+ # state doesn't contain `ACTIVE` as a word. * `createTime<1609459200` to find
1365
+ # Google Cloud resources that were created before `2021-01-01 00:00:00 UTC`. `
1357
1366
  # 1609459200` is the epoch timestamp of `2021-01-01 00:00:00 UTC` in seconds. * `
1358
- # Important` to find Google Cloud resources that contain `Important` as a word
1359
- # in any of the searchable fields. * `Impor*` to find Google Cloud resources
1360
- # that contain `Impor` as a prefix of any word in any of the searchable fields. *
1361
- # `Important location:(us-west1 OR global)` to find Google Cloud resources that
1362
- # contain `Important` as a word in any of the searchable fields and are also
1363
- # located in the `us-west1` region or the `global` location.
1367
+ # updateTime>1609459200` to find Google Cloud resources that were updated after `
1368
+ # 2021-01-01 00:00:00 UTC`. `1609459200` is the epoch timestamp of `2021-01-01
1369
+ # 00:00:00 UTC` in seconds. * `Important` to find Google Cloud resources that
1370
+ # contain `Important` as a word in any of the searchable fields. * `Impor*` to
1371
+ # find Google Cloud resources that contain `Impor` as a prefix of any word in
1372
+ # any of the searchable fields. * `Important location:(us-west1 OR global)` to
1373
+ # find Google Cloud resources that contain `Important` as a word in any of the
1374
+ # searchable fields and are also located in the `us-west1` region or the `global`
1375
+ # location.
1364
1376
  # @param [String] read_mask
1365
1377
  # Optional. A comma-separated list of fields that you want returned in the
1366
1378
  # results. The following fields are returned by default if not specified: * `
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.66.0
4
+ version: 0.68.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-10-15 00:00:00.000000000 Z
11
+ date: 2023-11-12 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.66.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.68.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: []