google-apis-ondemandscanning_v1 0.44.0 → 0.45.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: 8a622568351497c8b03875cfa4e793af768bbaab6717f14c35ad89a6c263fff7
4
- data.tar.gz: 1ce77a8337c001c5d63875351a9f9edfc6273632b02581a5c96e6198c722bb9a
3
+ metadata.gz: 5602cd19187743e172426e5e74bcaee739e3712eefa7a0fbc25961f29eb786bd
4
+ data.tar.gz: 2719fbba018b3330e72ff842ad7ad2d123f529df1147b0a05e36e95c103f62ef
5
5
  SHA512:
6
- metadata.gz: 88e7881de6c59d56d204b4e6ca1fc7d911b26c0b7ca3bc81b0847eceb6ba3cf8cbe90f1ab459d30fb7b30ebe3a77cfee430a7e20e54e1d52301d0228abef3bc0
7
- data.tar.gz: 5d6fb30b669713122c5b2a81c4d74d82b62ea43dcbe78dbd453a8362729435d98f19be45ef0a1793965ec5b7f93996657f708b8e1b617ca18b27690fc22b2463
6
+ metadata.gz: 7bcfd16a732c3af047289fb22533a0a5069114e79e6c007c338bead5d31f2841570ae19e06686c55f4c16f1bf51da001b0727280474abcaec09a82ba2d8ff8b7
7
+ data.tar.gz: dee698da08c68ec0eae27109a57a37e07dcb1e4fb39c9ee6ef99a6ae31f401bccc76504ae012cee75b23850acc6d33b0c7b5b4cf6ced9b9b687534f91492449f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-ondemandscanning_v1
2
2
 
3
+ ### v0.45.0 (2023-11-19)
4
+
5
+ * Regenerated from discovery document revision 20231113
6
+
3
7
  ### v0.44.0 (2023-10-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20231016
@@ -1830,6 +1830,11 @@ module Google
1830
1830
  class Maintainer
1831
1831
  include Google::Apis::Core::Hashable
1832
1832
 
1833
+ #
1834
+ # Corresponds to the JSON property `email`
1835
+ # @return [String]
1836
+ attr_accessor :email
1837
+
1833
1838
  #
1834
1839
  # Corresponds to the JSON property `kind`
1835
1840
  # @return [String]
@@ -1840,14 +1845,21 @@ module Google
1840
1845
  # @return [String]
1841
1846
  attr_accessor :name
1842
1847
 
1848
+ #
1849
+ # Corresponds to the JSON property `url`
1850
+ # @return [String]
1851
+ attr_accessor :url
1852
+
1843
1853
  def initialize(**args)
1844
1854
  update!(**args)
1845
1855
  end
1846
1856
 
1847
1857
  # Update properties of this object
1848
1858
  def update!(**args)
1859
+ @email = args[:email] if args.key?(:email)
1849
1860
  @kind = args[:kind] if args.key?(:kind)
1850
1861
  @name = args[:name] if args.key?(:name)
1862
+ @url = args[:url] if args.key?(:url)
1851
1863
  end
1852
1864
  end
1853
1865
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OndemandscanningV1
18
18
  # Version of the google-apis-ondemandscanning_v1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.45.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 = "20231016"
25
+ REVISION = "20231113"
26
26
  end
27
27
  end
28
28
  end
@@ -1106,8 +1106,10 @@ module Google
1106
1106
  class Maintainer
1107
1107
  # @private
1108
1108
  class Representation < Google::Apis::Core::JsonRepresentation
1109
+ property :email, as: 'email'
1109
1110
  property :kind, as: 'kind'
1110
1111
  property :name, as: 'name'
1112
+ property :url, as: 'url'
1111
1113
  end
1112
1114
  end
1113
1115
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-ondemandscanning_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.45.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-22 00:00:00.000000000 Z
11
+ date: 2023-11-19 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-ondemandscanning_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-ondemandscanning_v1/v0.45.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ondemandscanning_v1
63
63
  post_install_message:
64
64
  rdoc_options: []