google-apis-cloudasset_v1 0.28.0 → 0.31.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: e071b6ede10019aca8d91d552a5568d15b5c4ce9829140a283d4dcd67cf2be70
4
+ data.tar.gz: 5fb8992252fb9647ca2e9d23719ed86dbe0a65bc3199abdb7012987ee43b909b
5
5
  SHA512:
6
- metadata.gz: 2e2255b8e8e5eec1ed8cb2bbbee564acdd8438a9be82e00a517b819d349d34730e8616c3ad0c507d67913c574e01a95aa0bd5a92cf0cf72bc53617fb09e0e634
7
- data.tar.gz: c4b9abfe59dec198240a83b47127297c41495057c55acb2bb4c278a43564c9d32b81c7f487deaf36c449a480f1ffb54109fe7a4f1c1f0c72df3e039c314a0b54
6
+ metadata.gz: 275b8f4bd1387dc6402923a538f9d7abce881c39332674e0d16c3fd9867bb3c3f7cbb4179177d1c721456234424ac04d01d0c19ef2aa1907dda96e9a1641aca0
7
+ data.tar.gz: 770ec6296c72623bb817dbb29c75e284a9859a41f3e437b14aeef16599235864e3eedd61c834b5c31f6e4fcf6d932ca2290daf5eb76351b267ef80d83390ce6f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.31.0 (2022-03-24)
4
+
5
+ * Regenerated from discovery document revision 20220318
6
+
7
+ ### v0.30.0 (2022-03-09)
8
+
9
+ * Regenerated from discovery document revision 20220304
10
+
11
+ ### v0.29.0 (2022-03-02)
12
+
13
+ * Regenerated from discovery document revision 20220225
14
+
3
15
  ### v0.28.0 (2022-02-16)
4
16
 
5
17
  * 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
@@ -685,11 +688,11 @@ module Google
685
688
  # Represents a whole or partial calendar date, such as a birthday. The time of
686
689
  # day and time zone are either specified elsewhere or are insignificant. The
687
690
  # date is relative to the Gregorian Calendar. This can represent one of the
688
- # following: * A full date, with non-zero year, month, and day values * A month
689
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
690
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
691
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
692
- # DateTime * google.protobuf.Timestamp
691
+ # following: * A full date, with non-zero year, month, and day values. * A month
692
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
693
+ # with a zero month and a zero day. * A year and month, with a zero day (for
694
+ # example, a credit card expiration date). Related types: * google.type.
695
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
693
696
  class Date
694
697
  include Google::Apis::Core::Hashable
695
698
 
@@ -760,8 +763,7 @@ module Google
760
763
  # A generic empty message that you can re-use to avoid defining duplicated empty
761
764
  # messages in your APIs. A typical example is to use it as the request or the
762
765
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
763
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
764
- # `Empty` is empty JSON object ````.
766
+ # protobuf.Empty) returns (google.protobuf.Empty); `
765
767
  class Empty
766
768
  include Google::Apis::Core::Hashable
767
769
 
@@ -4787,11 +4789,11 @@ module Google
4787
4789
  # Represents a whole or partial calendar date, such as a birthday. The time of
4788
4790
  # day and time zone are either specified elsewhere or are insignificant. The
4789
4791
  # date is relative to the Gregorian Calendar. This can represent one of the
4790
- # following: * A full date, with non-zero year, month, and day values * A month
4791
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
4792
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
4793
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
4794
- # DateTime * google.protobuf.Timestamp
4792
+ # following: * A full date, with non-zero year, month, and day values. * A month
4793
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
4794
+ # with a zero month and a zero day. * A year and month, with a zero day (for
4795
+ # example, a credit card expiration date). Related types: * google.type.
4796
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
4795
4797
  # Corresponds to the JSON property `installDate`
4796
4798
  # @return [Google::Apis::CloudassetV1::Date]
4797
4799
  attr_accessor :install_date
@@ -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.31.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 = "20220318"
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.31.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-28 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.31.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: []