google-apis-parallelstore_v1 0.1.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/parallelstore_v1/classes.rb +6 -4
- data/lib/google/apis/parallelstore_v1/gem_version.rb +3 -3
- data/lib/google/apis/parallelstore_v1/representations.rb +1 -1
- data/lib/google/apis/parallelstore_v1/service.rb +1 -1
- data/lib/google/apis/parallelstore_v1.rb +1 -1
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4548b169bea20e08e5122b3ff7941a89fcff1e95303a646cb32e7bbe87848241
|
4
|
+
data.tar.gz: f744475fe6385051d3002d7a6fb8ad8e4e4df06ecedf495a4bbda25d529bd457
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '02943b9d09cd6e2623c6da9a4128232cf438bc5ca4417068606640882556a48a4832dc0b92c9ae17aa3fbcaed2a71220b303687f805b3ba3fe17ccb245daa749'
|
7
|
+
data.tar.gz: 5598ad306c3e8f53866337fbbfd7938a097f3a630598665a1e96a66926eef87989ac93aeb9ace9dc747ed85d395932bf8386229e62b18ccf9b9b05b3ee9b146b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-parallelstore_v1
|
2
2
|
|
3
|
+
### v0.3.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250102
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.2.0 (2024-12-15)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241204
|
11
|
+
|
3
12
|
### v0.1.0 (2024-11-24)
|
4
13
|
|
5
14
|
* 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
|
|
@@ -214,10 +214,12 @@ module Google
|
|
214
214
|
# @return [String]
|
215
215
|
attr_accessor :create_time
|
216
216
|
|
217
|
-
#
|
218
|
-
#
|
217
|
+
# Optional. The deployment type of the instance. Allowed values are: * `SCRATCH`:
|
218
|
+
# the instance is a scratch instance. * `PERSISTENT`: the instance is a
|
219
|
+
# persistent instance.
|
220
|
+
# Corresponds to the JSON property `deploymentType`
|
219
221
|
# @return [String]
|
220
|
-
attr_accessor :
|
222
|
+
attr_accessor :deployment_type
|
221
223
|
|
222
224
|
# Optional. The description of the instance. 2048 characters or less.
|
223
225
|
# Corresponds to the JSON property `description`
|
@@ -297,7 +299,7 @@ module Google
|
|
297
299
|
@access_points = args[:access_points] if args.key?(:access_points)
|
298
300
|
@capacity_gib = args[:capacity_gib] if args.key?(:capacity_gib)
|
299
301
|
@create_time = args[:create_time] if args.key?(:create_time)
|
300
|
-
@
|
302
|
+
@deployment_type = args[:deployment_type] if args.key?(:deployment_type)
|
301
303
|
@description = args[:description] if args.key?(:description)
|
302
304
|
@directory_stripe_level = args[:directory_stripe_level] if args.key?(:directory_stripe_level)
|
303
305
|
@effective_reserved_ip_range = args[:effective_reserved_ip_range] if args.key?(:effective_reserved_ip_range)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.3.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250102"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -174,7 +174,7 @@ module Google
|
|
174
174
|
collection :access_points, as: 'accessPoints'
|
175
175
|
property :capacity_gib, :numeric_string => true, as: 'capacityGib'
|
176
176
|
property :create_time, as: 'createTime'
|
177
|
-
property :
|
177
|
+
property :deployment_type, as: 'deploymentType'
|
178
178
|
property :description, as: 'description'
|
179
179
|
property :directory_stripe_level, as: 'directoryStripeLevel'
|
180
180
|
property :effective_reserved_ip_range, as: 'effectiveReservedIpRange'
|
@@ -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
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-parallelstore_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-12 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-parallelstore_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-parallelstore_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-parallelstore_v1/v0.3.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-parallelstore_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.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Parallelstore API V1
|
82
79
|
test_files: []
|