google-apis-cloudasset_v1 0.29.0 → 0.30.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: 6394ca318b1b5457c36b094414951ad8fc39e0cf4d3f1ab971471a6d2e19ea40
4
- data.tar.gz: 3d2c9839dac9afaf6c11ea449c886dd3ae0ccb839bb4e8122dea5b029ea174d8
3
+ metadata.gz: 87e58a446da58c1f8b741fb607a58274c9542de12b4954e27ed37b147d9fd8e6
4
+ data.tar.gz: abe35372ea4f4dfd39a16aa2c51af536a43f135416d05a2648bc4dfa6b7f53cb
5
5
  SHA512:
6
- metadata.gz: 05b1640b88ffefd6e3dae9c91f7a7a013bbbbb466ebe5869a56f9b1486a2b1bb70f1c2a44988b185ba34bbd1280c3c7fcf01f8fce362d31c4eb6057ec7aa79b9
7
- data.tar.gz: b55e4e54d6a849826ef5cbf98806b627ef60fe05f7abbb3d10d0fc5ec85abe9c119c6ff9126d6b969dc5fc0bbc7e772857949e252c44e08a505c10861d0f4f66
6
+ metadata.gz: 462c562ae2e03e7cbad107ca03b895579aae755d3bbb677fcb470bae32e90740a6bc996055357304d338c9040be9622fd48f3a7c13adcfa1a6eccde336af72d0
7
+ data.tar.gz: f4d01f7b2c1e808ec988965e2fdfd01e23a82f44c1ef3d14fff5364b557a1da10172ee9f5f77dcff04ba41f67a2a85f16264bd311f6af63c08421e28e5d50485
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudasset_v1
2
2
 
3
+ ### v0.30.0 (2022-03-09)
4
+
5
+ * Regenerated from discovery document revision 20220304
6
+
3
7
  ### v0.29.0 (2022-03-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20220225
@@ -688,11 +688,11 @@ module Google
688
688
  # Represents a whole or partial calendar date, such as a birthday. The time of
689
689
  # day and time zone are either specified elsewhere or are insignificant. The
690
690
  # date is relative to the Gregorian Calendar. This can represent one of the
691
- # following: * A full date, with non-zero year, month, and day values * A month
692
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
693
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
694
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
695
- # 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
696
696
  class Date
697
697
  include Google::Apis::Core::Hashable
698
698
 
@@ -4790,11 +4790,11 @@ module Google
4790
4790
  # Represents a whole or partial calendar date, such as a birthday. The time of
4791
4791
  # day and time zone are either specified elsewhere or are insignificant. The
4792
4792
  # date is relative to the Gregorian Calendar. This can represent one of the
4793
- # following: * A full date, with non-zero year, month, and day values * A month
4794
- # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
4795
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
4796
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
4797
- # DateTime * google.protobuf.Timestamp
4793
+ # following: * A full date, with non-zero year, month, and day values. * A month
4794
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
4795
+ # with a zero month and a zero day. * A year and month, with a zero day (for
4796
+ # example, a credit card expiration date). Related types: * google.type.
4797
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
4798
4798
  # Corresponds to the JSON property `installDate`
4799
4799
  # @return [Google::Apis::CloudassetV1::Date]
4800
4800
  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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20220225"
25
+ REVISION = "20220304"
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.29.0
4
+ version: 0.30.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-03-07 00:00:00.000000000 Z
11
+ date: 2022-03-14 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudasset_v1/v0.30.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: []