google-apis-keep_v1 0.18.0 → 0.19.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: 1d73ddc910a7d2b4bb4c6ddf9de753c87d345073067dd87f979c470196d28e3d
4
- data.tar.gz: 805d67d8ce502626ed49d1025292a635bd71a584a9251603e9bbc40c811eaedb
3
+ metadata.gz: '0579e5df9de69beb4dbefbe2ac155aa26be6658e564dedd5399ee2368d69c4db'
4
+ data.tar.gz: 9f90a1f6473c536586cb3167857df03780d920327e5430f8967e57e6d74f7235
5
5
  SHA512:
6
- metadata.gz: b3e4a40b992d8a8a4eaa38a5c5d375b0d9ec51809dfd9289b38ca1c642619d6a5145f627b499f84b48bbd66da27e215dde630b9e727037a3f015ee704b6a4bf8
7
- data.tar.gz: 318115583067a269832e20707fc69f8b21358367b7a80193bb58ccc695fc10a8e54e6db53298f4e4645b5c8a1c9e9eb19f3c0ae66a0138bb447ad59d0173a841
6
+ metadata.gz: 258e74b7f78a37adcb3f95f320b5fa3d12d618f78be7261fd647436213757f6b36cc8a896c9498172fa93e4ab5229498f4a4ab6340200c37cebb5d6bf446052f
7
+ data.tar.gz: 9c9746d75456db1b33282226d98f4bf108433d7ebbceb661254ce320fe30d5452a474f55c628cebbdec52cf283d230f30025d646c4a5731a3f750acfebcdbf2b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-keep_v1
2
2
 
3
+ ### v0.19.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250318
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.18.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
data/OVERVIEW.md CHANGED
@@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
79
79
 
80
80
  **For most users, we recommend the modern client, if one is available.** Compared with simple clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a simple client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
81
81
 
82
- The [product documentation](https://developers.google.com/keep/api) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://developers.google.com/workspace/keep/api) may provide guidance regarding the preferred client library to use.
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module KeepV1
18
18
  # Version of the google-apis-keep_v1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220322"
25
+ REVISION = "20250318"
26
26
  end
27
27
  end
28
28
  end
@@ -31,7 +31,7 @@ module Google
31
31
  # Keep = Google::Apis::KeepV1 # Alias the module
32
32
  # service = Keep::KeepService.new
33
33
  #
34
- # @see https://developers.google.com/keep/api
34
+ # @see https://developers.google.com/workspace/keep/api
35
35
  class KeepService < Google::Apis::Core::BaseService
36
36
  DEFAULT_ENDPOINT_TEMPLATE = "https://keep.$UNIVERSE_DOMAIN$/"
37
37
 
@@ -24,7 +24,7 @@ module Google
24
24
  # The Google Keep API is used in an enterprise environment to manage Google Keep
25
25
  # content and resolve issues identified by cloud security software.
26
26
  #
27
- # @see https://developers.google.com/keep/api
27
+ # @see https://developers.google.com/workspace/keep/api
28
28
  module KeepV1
29
29
  # Version of the Google Keep API this client connects to.
30
30
  # This is NOT the gem version.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-keep_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-19 00:00:00.000000000 Z
10
+ date: 2025-04-16 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-keep_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-keep_v1/v0.18.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-keep_v1/v0.19.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-keep_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Google Keep API V1
82
79
  test_files: []