google-apis-parallelstore_v1 0.1.0 → 0.2.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: a86ccebfc46916ec25fd63713b7026f1d42dcf85d96624b757a76127566794e2
4
- data.tar.gz: 2e095fff916f121e528c49b78db046ce3bd64f70c5350770577707bab5d27008
3
+ metadata.gz: 5c1d3b9120ec38e547c3de7af74a896bde5163b2347501c2203a6117dc48cb0f
4
+ data.tar.gz: f75e03627329573da4111fb2f2eb15c9afe20033b39c1fe14b96987cf12863f9
5
5
  SHA512:
6
- metadata.gz: 9d953f9ec0f33c4f39d17976d041eaa371d48159608bd10c565eac9c9dad6c356ed2fc8e5f1ca867dc64efd6cc8955275231b3cd9bb11bfff2606cf04b331d91
7
- data.tar.gz: 4c8f0732902b242afa3ceb2986ec9de2ef7f48638ac9c9d58e44938ff941e0fd9b24ee9d338d508846583f5da4e0ba5ddb29863a85ebbcf192744c110a40d653
6
+ metadata.gz: 030c6c09620551039270326d88dd377d1f42848f70c4e45c37ee0851b5e074ba23cd6b1e2c3218b9381bed2366f71b9d09d5859b238fc65d5d9863f9ada2dd46
7
+ data.tar.gz: 6249d8b13a2fb33aaca478bedbbfcf6d638564579c81e5328832b2a92d4407244e90b4bbf9c1cda3cacdaabecfec68d826d5ebd51db33c23f6ae924747b5cca0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-parallelstore_v1
2
2
 
3
+ ### v0.2.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241204
6
+
3
7
  ### v0.1.0 (2024-11-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20241115
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://cloud.google.com/) may provide guidance regarding the preferred client library to use.
82
+ The [product documentation](https://cloud.google.com/parallelstore) 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 ParallelstoreV1
18
18
  # Version of the google-apis-parallelstore_v1 gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241115"
25
+ REVISION = "20241204"
26
26
  end
27
27
  end
28
28
  end
@@ -30,7 +30,7 @@ module Google
30
30
  # Parallelstore = Google::Apis::ParallelstoreV1 # Alias the module
31
31
  # service = Parallelstore::ParallelstoreService.new
32
32
  #
33
- # @see https://cloud.google.com/
33
+ # @see https://cloud.google.com/parallelstore
34
34
  class ParallelstoreService < Google::Apis::Core::BaseService
35
35
  DEFAULT_ENDPOINT_TEMPLATE = "https://parallelstore.$UNIVERSE_DOMAIN$/"
36
36
 
@@ -23,7 +23,7 @@ module Google
23
23
  #
24
24
  #
25
25
  #
26
- # @see https://cloud.google.com/
26
+ # @see https://cloud.google.com/parallelstore
27
27
  module ParallelstoreV1
28
28
  # Version of the Parallelstore API this client connects to.
29
29
  # This is NOT the gem version.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-parallelstore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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: 2024-12-04 00:00:00.000000000 Z
11
+ date: 2024-12-15 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-parallelstore_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-parallelstore_v1/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-parallelstore_v1/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-parallelstore_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.5.22
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Parallelstore API V1