google-apis-webrisk_v1 0.14.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: 6f6e28660e6457cce77884266d050b382234a1c6a7c64a214b0878dda17d0ba4
4
- data.tar.gz: 996d6bfbe26166811e15ae22f13eadff433455861e26d5e43d79e60f8be87f73
3
+ metadata.gz: f071475bc6bc68448752e5f48d48f92a0ce4a7f6f9dc682ce6a20c35cfa4894b
4
+ data.tar.gz: 4b537f60ed945717f0ed43143fca97c7bb8e9977c0b9371cdb62b2a3efea057c
5
5
  SHA512:
6
- metadata.gz: d675bd5060a7cf30a3656b5b0fbf540e448731c374b28da62e351b15a86d8e04d56259cfc3177a376a2c4261b1405c41af91951caf6590d05e37d5f589d7fee1
7
- data.tar.gz: 5a4697855d1d62ffae05198a53072312c18d7fe0091619f8df7724f833890e91d0c0bd5121bb2ce6d2789d4069506ad185579e87c92eb2d2a027bb0299a9b745
6
+ metadata.gz: 00ddc36c68e91fed62447cd8fe042a10747ba17d229c53c61e0557d36d9ce4625693a9cd0353ca7af75aba8fd637624b11a5f3f63d0eb8caafc9daf2bf51c951
7
+ data.tar.gz: 7da9d36338340092c3004aa98a2cd204c9f7f780b2010cfd7b9575a580538d77815147c95e84f3faee980ec28e1f082e3e37f6154533eb7ca3c6b2ac5ffcccd3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.14.0 (2022-06-30)
4
9
 
5
10
  * Regenerated from discovery document revision 20220625
@@ -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.14.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.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220625"
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.14.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-07-04 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
@@ -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.14.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: []