google-apis-ondemandscanning_v1 0.44.0 → 0.46.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: cb671d70d614e21b6632363c8abc78c567fc27fac4c64c5bdc90ee851b076f90
4
+ data.tar.gz: 7fef4873ae45cb331eaab85f19264a2a2041194bf097270a94e48ef56b9e2360
5
5
  SHA512:
6
- metadata.gz: 88e7881de6c59d56d204b4e6ca1fc7d911b26c0b7ca3bc81b0847eceb6ba3cf8cbe90f1ab459d30fb7b30ebe3a77cfee430a7e20e54e1d52301d0228abef3bc0
7
- data.tar.gz: 5d6fb30b669713122c5b2a81c4d74d82b62ea43dcbe78dbd453a8362729435d98f19be45ef0a1793965ec5b7f93996657f708b8e1b617ca18b27690fc22b2463
6
+ metadata.gz: 05dc7a770e153c71d50835d39c81244805f7da3b699fc3efd84a3e5adbe718b669d717e7aabb16e720717d31fd322eb5df4d386712ec9273c2eac65ecc2ff4e4
7
+ data.tar.gz: f20f4782b21b3c87e2029fc90d076f19f8dabe30b62e7481f9c75e2298a85e8bcc9795f3edc366c550ca056af83ec3acc3fc111bf20e123da099f84c4be1babe
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-ondemandscanning_v1
2
2
 
3
+ ### v0.46.0 (2024-01-23)
4
+
5
+ * Regenerated from discovery document revision 20231204
6
+ * Regenerated using generator version 0.13.0
7
+
8
+ ### v0.45.0 (2023-11-19)
9
+
10
+ * Regenerated from discovery document revision 20231113
11
+
3
12
  ### v0.44.0 (2023-10-22)
4
13
 
5
14
  * 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.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231016"
25
+ REVISION = "20231204"
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
 
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/container-analysis/docs/on-demand-scanning/
34
34
  class OnDemandScanningService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://ondemandscanning.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://ondemandscanning.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-ondemandscanning_v1',
48
50
  client_version: Google::Apis::OndemandscanningV1::GEM_VERSION)
49
51
  @batch_path = 'batch'
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.46.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: 2024-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.46.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for On-Demand Scanning API V1