google-apis-webrisk_v1 0.12.0 → 0.15.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: 5905d0dad50ceaba4369776ac310dfe9fa41b8f0fdc7df565751c775456732e5
4
- data.tar.gz: 5567765cf7fdbc92be6e97ec505153f8d52a58d52b6a0ea8313a456e7ee7b808
3
+ metadata.gz: f071475bc6bc68448752e5f48d48f92a0ce4a7f6f9dc682ce6a20c35cfa4894b
4
+ data.tar.gz: 4b537f60ed945717f0ed43143fca97c7bb8e9977c0b9371cdb62b2a3efea057c
5
5
  SHA512:
6
- metadata.gz: 5583d32743d65167749f9d4a1edb7cfa8b4dfa28865ae8209a39fe7b39a1eb8251bb64c8ef443526327e0195e07aaf8f95399f5bc13b52ea5fb19797464dad1d
7
- data.tar.gz: f031de48dd207fc89d244f7e01b7e5cb036f12d91b364a06b9478b131cf8d092e6578d6032caa30a986cb2dac70550468f30b0c3b4f29dcd5808c433cca7676c
6
+ metadata.gz: 00ddc36c68e91fed62447cd8fe042a10747ba17d229c53c61e0557d36d9ce4625693a9cd0353ca7af75aba8fd637624b11a5f3f63d0eb8caafc9daf2bf51c951
7
+ data.tar.gz: 7da9d36338340092c3004aa98a2cd204c9f7f780b2010cfd7b9575a580538d77815147c95e84f3faee980ec28e1f082e3e37f6154533eb7ca3c6b2ac5ffcccd3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-webrisk_v1
2
2
 
3
+ ### v0.15.0 (2022-08-25)
4
+
5
+ * Regenerated from discovery document revision 20220819
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.14.0 (2022-06-30)
9
+
10
+ * Regenerated from discovery document revision 20220625
11
+ * Regenerated using generator version 0.8.0
12
+
13
+ ### v0.13.0 (2022-06-20)
14
+
15
+ * Regenerated using generator version 0.7.0
16
+
3
17
  ### v0.12.0 (2022-06-07)
4
18
 
5
19
  * Regenerated using generator version 0.5.0
@@ -492,17 +492,12 @@ module Google
492
492
  # @return [Google::Apis::WebriskV1::GoogleRpcStatus]
493
493
  attr_accessor :error
494
494
 
495
- # Service-specific metadata associated with the operation. It typically contains
496
- # progress information and common metadata such as create time. Some services
497
- # might not provide such metadata. Any method that returns a long-running
498
- # operation should document the metadata type, if any.
495
+ # This field will contain a `SubmitUriMetadata` object.
499
496
  # Corresponds to the JSON property `metadata`
500
497
  # @return [Hash<String,Object>]
501
498
  attr_accessor :metadata
502
499
 
503
- # The server-assigned name, which is only unique within the same service that
504
- # originally returns it. If you use the default HTTP mapping, the `name` should
505
- # be a resource name ending with `operations/`unique_id``.
500
+ # This will match the pattern `/v1/`project-name`/operations/`operation-id``.
506
501
  # Corresponds to the JSON property `name`
507
502
  # @return [String]
508
503
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module WebriskV1
18
18
  # Version of the google-apis-webrisk_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.5.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220319"
25
+ REVISION = "20220819"
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-webrisk_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.15.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-06-13 00:00:00.000000000 Z
11
+ date: 2022-08-29 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.5'
19
+ version: '0.7'
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.5'
29
+ version: '0.7'
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-webrisk_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-webrisk_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-webrisk_v1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-webrisk_v1
63
63
  post_install_message:
64
64
  rdoc_options: []