google-apis-memcache_v1 0.27.0 → 0.29.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 +8 -0
- data/lib/google/apis/memcache_v1/classes.rb +28 -10
- data/lib/google/apis/memcache_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 254c4e1df1bd9612beb01cd061655d4328cb39f5510057259f89256b5a91dab9
|
4
|
+
data.tar.gz: ac052bcbfbdcbf45dda13116226768479ae51d42ec4bc290fdd3a8317c95d816
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 514d6e4524c92def97352d1ee07d59b6bc0bacaf65cab2aac6926f9c1478a5337804a24271a84d9e09c1c2784c02085c2bf5d73d979ebda7bb60569db5e4b9de
|
7
|
+
data.tar.gz: e82be341a2e6fd767b29257b96588edd8109392a723cf257bb337b29bdf432ae4c2c69167e789b9c7fa6eb5ed1617755058173f4ae34e6d3bcadfabc72dca3aa
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-memcache_v1
|
2
2
|
|
3
|
+
### v0.29.0 (2023-02-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230202
|
6
|
+
|
7
|
+
### v0.28.0 (2023-01-29)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230111
|
10
|
+
|
3
11
|
### v0.27.0 (2023-01-15)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230103
|
@@ -328,14 +328,30 @@ 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
|
|
335
|
-
# consumer_defined_name is the name
|
336
|
-
#
|
337
|
-
#
|
338
|
-
#
|
350
|
+
# consumer_defined_name is the name of the instance set by the service consumers.
|
351
|
+
# Generally this is different from the `name` field which reperesents the
|
352
|
+
# system-assigned id of the instance which the service consumers do not
|
353
|
+
# recognize. This is a required field for tenants onboarding to Maintenance
|
354
|
+
# Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
|
339
355
|
# Corresponds to the JSON property `consumerDefinedName`
|
340
356
|
# @return [String]
|
341
357
|
attr_accessor :consumer_defined_name
|
@@ -362,10 +378,11 @@ module Google
|
|
362
378
|
# @return [Hash<String,String>]
|
363
379
|
attr_accessor :labels
|
364
380
|
|
365
|
-
# Optional.
|
366
|
-
#
|
381
|
+
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
382
|
+
# key must be of the type name of the oneof policy name defined in
|
367
383
|
# MaintenancePolicy, and the referenced policy must define the same policy type.
|
368
|
-
# For
|
384
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
385
|
+
# maintenance_settings.maintenance_policies is set.
|
369
386
|
# Corresponds to the JSON property `maintenancePolicyNames`
|
370
387
|
# @return [Hash<String,String>]
|
371
388
|
attr_accessor :maintenance_policy_names
|
@@ -548,8 +565,9 @@ module Google
|
|
548
565
|
# Optional. The MaintenancePolicies that have been attached to the instance. The
|
549
566
|
# key must be of the type name of the oneof policy name defined in
|
550
567
|
# MaintenancePolicy, and the embedded policy must define the same policy type.
|
551
|
-
# For
|
552
|
-
# If only the name is needed, then only
|
568
|
+
# For details, please refer to go/cloud-saas-mw-ug. Should not be set if
|
569
|
+
# maintenance_policy_names is set. If only the name is needed, then only
|
570
|
+
# populate MaintenancePolicy.name.
|
553
571
|
# Corresponds to the JSON property `maintenancePolicies`
|
554
572
|
# @return [Hash<String,Google::Apis::MemcacheV1::MaintenancePolicy>]
|
555
573
|
attr_accessor :maintenance_policies
|
@@ -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.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230202"
|
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.29.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: 2023-
|
11
|
+
date: 2023-02-12 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.29.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: []
|