google-apis-memcache_v1 0.26.0 → 0.28.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/lib/google/apis/memcache_v1/classes.rb +24 -7
- data/lib/google/apis/memcache_v1/gem_version.rb +3 -3
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40cefd097d89012121148b55ab9e3849ab5e9f85a86b8eb64e1a4faac9b9699d
|
4
|
+
data.tar.gz: 288663fd2d8f5f5d70085e905c8ae3da40c3abaee51b915a93925a7e1bc5b91a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0543fff8fa4c341d61727a46a86da6e9ba7c4d36a01de71a1e377aed916732510b1584bb7fc247c60de1898b488a89db6b73286c9403cad21d83dd54bdbce78
|
7
|
+
data.tar.gz: ef5c0a865f7c606714b727034ae395fe503135f8d59987d63e30b93e23e8977106acccd32f4d67dccf719c7abf64e3717c823f86bd5de589b56dd42ad9ac39d2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-memcache_v1
|
2
2
|
|
3
|
+
### v0.28.0 (2023-01-29)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230111
|
6
|
+
|
7
|
+
### v0.27.0 (2023-01-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230103
|
10
|
+
* Regenerated using generator version 0.11.1
|
11
|
+
|
3
12
|
### v0.26.0 (2022-10-20)
|
4
13
|
|
5
14
|
* Regenerated using generator version 0.11.0
|
@@ -328,7 +328,22 @@ module Google
|
|
328
328
|
end
|
329
329
|
end
|
330
330
|
|
331
|
-
#
|
331
|
+
# Instance represents the interface for SLM services to actuate the state of
|
332
|
+
# control plane resources. Example Instance in JSON, where consumer-project-
|
333
|
+
# number=123456, producer-project-id=cloud-sql: ```json Instance: ` "name": "
|
334
|
+
# projects/123456/locations/us-east1/instances/prod-instance", "create_time": ` "
|
335
|
+
# seconds": 1526406431, `, "labels": ` "env": "prod", "foo": "bar" `, "state":
|
336
|
+
# READY, "software_versions": ` "software_update": "cloud-sql-09-28-2018", `, "
|
337
|
+
# maintenance_policy_names": ` "UpdatePolicy": "projects/123456/locations/us-
|
338
|
+
# east1/maintenancePolicies/prod-update-policy", ` "tenant_project_id": "cloud-
|
339
|
+
# sql-test-tenant", "producer_metadata": ` "cloud-sql-tier": "basic", "cloud-sql-
|
340
|
+
# instance-size": "1G", `, "provisioned_resources": [ ` "resource-type": "
|
341
|
+
# compute-instance", "resource-url": "https://www.googleapis.com/compute/v1/
|
342
|
+
# projects/cloud-sql/zones/us-east1-b/instances/vm-1", ` ], "
|
343
|
+
# maintenance_schedules": ` "csa_rollout": ` "start_time": ` "seconds":
|
344
|
+
# 1526406431, `, "end_time": ` "seconds": 1535406431, `, `, "ncsa_rollout": ` "
|
345
|
+
# start_time": ` "seconds": 1526406431, `, "end_time": ` "seconds": 1535406431, `
|
346
|
+
# , ` `, "consumer_defined_name": "my-sql-instance1", ` ``` LINT.IfChange
|
332
347
|
class GoogleCloudSaasacceleratorManagementProvidersV1Instance
|
333
348
|
include Google::Apis::Core::Hashable
|
334
349
|
|
@@ -362,10 +377,11 @@ module Google
|
|
362
377
|
# @return [Hash<String,String>]
|
363
378
|
attr_accessor :labels
|
364
379
|
|
365
|
-
# Optional.
|
366
|
-
#
|
380
|
+
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
381
|
+
# key must be of the type name of the oneof policy name defined in
|
367
382
|
# MaintenancePolicy, and the referenced policy must define the same policy type.
|
368
|
-
# For
|
383
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
384
|
+
# maintenance_settings.maintenance_policies is set.
|
369
385
|
# Corresponds to the JSON property `maintenancePolicyNames`
|
370
386
|
# @return [Hash<String,String>]
|
371
387
|
attr_accessor :maintenance_policy_names
|
@@ -548,8 +564,9 @@ module Google
|
|
548
564
|
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
549
565
|
# key must be of the type name of the oneof policy name defined in
|
550
566
|
# MaintenancePolicy, and the embedded policy must define the same policy type.
|
551
|
-
# For
|
552
|
-
# If only the name is needed, then only
|
567
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
568
|
+
# maintenance_policy_names is set. If only the name is needed, then only
|
569
|
+
# populate MaintenancePolicy.name.
|
553
570
|
# Corresponds to the JSON property `maintenancePolicies`
|
554
571
|
# @return [Hash<String,Google::Apis::MemcacheV1::MaintenancePolicy>]
|
555
572
|
attr_accessor :maintenance_policies
|
@@ -1061,7 +1078,7 @@ module Google
|
|
1061
1078
|
end
|
1062
1079
|
end
|
1063
1080
|
|
1064
|
-
# Defines policies to service maintenance events.
|
1081
|
+
# LINT.IfChange Defines policies to service maintenance events.
|
1065
1082
|
class MaintenancePolicy
|
1066
1083
|
include Google::Apis::Core::Hashable
|
1067
1084
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module MemcacheV1
|
18
18
|
# Version of the google-apis-memcache_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230111"
|
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-memcache_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.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:
|
11
|
+
date: 2023-01-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-memcache_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_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.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Memorystore for Memcached API V1
|