google-apis-cloudasset_v1 0.28.0 → 0.29.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: d6d1413abc624c212f5d07a5d16d606cc56694af0e785a2f07c62d82ba651aea
4
- data.tar.gz: 61ec011e8f7da6a95aaaa73419ae333cb21eca868ea2706d5e6629e53090201e
3
+ metadata.gz: 6394ca318b1b5457c36b094414951ad8fc39e0cf4d3f1ab971471a6d2e19ea40
4
+ data.tar.gz: 3d2c9839dac9afaf6c11ea449c886dd3ae0ccb839bb4e8122dea5b029ea174d8
5
5
  SHA512:
6
- metadata.gz: 2e2255b8e8e5eec1ed8cb2bbbee564acdd8438a9be82e00a517b819d349d34730e8616c3ad0c507d67913c574e01a95aa0bd5a92cf0cf72bc53617fb09e0e634
7
- data.tar.gz: c4b9abfe59dec198240a83b47127297c41495057c55acb2bb4c278a43564c9d32b81c7f487deaf36c449a480f1ffb54109fe7a4f1c1f0c72df3e039c314a0b54
6
+ metadata.gz: 05b1640b88ffefd6e3dae9c91f7a7a013bbbbb466ebe5869a56f9b1486a2b1bb70f1c2a44988b185ba34bbd1280c3c7fcf01f8fce362d31c4eb6057ec7aa79b9
7
+ data.tar.gz: b55e4e54d6a849826ef5cbf98806b627ef60fe05f7abbb3d10d0fc5ec85abe9c119c6ff9126d6b969dc5fc0bbc7e772857949e252c44e08a505c10861d0f4f66
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.29.0 (2022-03-02)
4
+
5
+ * Regenerated from discovery document revision 20220225
6
+
3
7
  ### v0.28.0 (2022-02-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20220211
@@ -477,7 +477,10 @@ module Google
477
477
 
478
478
  # Required. The BigQuery dataset in format "projects/projectId/datasets/
479
479
  # datasetId", to which the snapshot result should be exported. If this dataset
480
- # does not exist, the export call returns an INVALID_ARGUMENT error.
480
+ # does not exist, the export call returns an INVALID_ARGUMENT error. Setting the
481
+ # `contentType` for `exportAssets` determines the [schema](/asset-inventory/docs/
482
+ # exporting-to-bigquery#bigquery-schema) of the BigQuery table. Setting `
483
+ # separateTablesPerAssetType` to `TRUE` also influences the schema.
481
484
  # Corresponds to the JSON property `dataset`
482
485
  # @return [String]
483
486
  attr_accessor :dataset
@@ -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.28.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220211"
25
+ REVISION = "20220225"
26
26
  end
27
27
  end
28
28
  end
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.28.0
4
+ version: 0.29.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-02-21 00:00:00.000000000 Z
11
+ date: 2022-03-07 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.29.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: []