google-apis-memcache_v1beta2 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d17d473392a968c556af8dbc178fb63f20989168fca020a47137dc42916bcb64
4
- data.tar.gz: ee259e23c481d5ea0fd846b08c5f5bc761c1c48b66cb069478f0a602d0b47b0d
3
+ metadata.gz: 227009e4bc91b692e5f09b9d9a3a67534e73465994410323fc2cc340eec040b4
4
+ data.tar.gz: 30724584e1fa7abe3d2a57eaa47d8fb7314cbb8d59c01ca1b093025b5405fd38
5
5
  SHA512:
6
- metadata.gz: 45885eab2853aca6128912b47b6f2a15f87d53942954caa5058324cbf6faf128bc08dde34d48b2f945fe2ca6de5e6f88b72937d49d60261bf691c8b4efa93d13
7
- data.tar.gz: bffea015adbc9331a91d152bec0834aefca042b2261acb2da9b961374a1a9c9cbd7fcc553fddf7f269d263587ba43701754e30d500a25782cc9215fdd525d8d6
6
+ metadata.gz: 43d3baef79596f8e9a7f895455b57e5e7742136831a434fd2bffadc7fd1be669e5ec18508bf4c60cdc7a0540848a2f74281107dde6d9c2241cc76b114354f323
7
+ data.tar.gz: 84959299f0edc0a283dc75918bfc1764f79216588c997a35c45df83c40263bd77cee772560d6e676c3b20696d357dfd2fde148848be59e6fbdf3dd2f6c9a14b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.29.0 (2023-02-05)
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
@@ -357,14 +357,30 @@ module Google
357
357
  end
358
358
  end
359
359
 
360
- #
360
+ # Instance represents the interface for SLM services to actuate the state of
361
+ # control plane resources. Example Instance in JSON, where consumer-project-
362
+ # number=123456, producer-project-id=cloud-sql: ```json Instance: ` "name": "
363
+ # projects/123456/locations/us-east1/instances/prod-instance", "create_time": ` "
364
+ # seconds": 1526406431, `, "labels": ` "env": "prod", "foo": "bar" `, "state":
365
+ # READY, "software_versions": ` "software_update": "cloud-sql-09-28-2018", `, "
366
+ # maintenance_policy_names": ` "UpdatePolicy": "projects/123456/locations/us-
367
+ # east1/maintenancePolicies/prod-update-policy", ` "tenant_project_id": "cloud-
368
+ # sql-test-tenant", "producer_metadata": ` "cloud-sql-tier": "basic", "cloud-sql-
369
+ # instance-size": "1G", `, "provisioned_resources": [ ` "resource-type": "
370
+ # compute-instance", "resource-url": "https://www.googleapis.com/compute/v1/
371
+ # projects/cloud-sql/zones/us-east1-b/instances/vm-1", ` ], "
372
+ # maintenance_schedules": ` "csa_rollout": ` "start_time": ` "seconds":
373
+ # 1526406431, `, "end_time": ` "seconds": 1535406431, `, `, "ncsa_rollout": ` "
374
+ # start_time": ` "seconds": 1526406431, `, "end_time": ` "seconds": 1535406431, `
375
+ # , ` `, "consumer_defined_name": "my-sql-instance1", ` ``` LINT.IfChange
361
376
  class GoogleCloudSaasacceleratorManagementProvidersV1Instance
362
377
  include Google::Apis::Core::Hashable
363
378
 
364
- # consumer_defined_name is the name that is set by the consumer. On the other
365
- # hand Name field represents system-assigned id of an instance so consumers are
366
- # not necessarily aware of it. consumer_defined_name is used for notification/UI
367
- # purposes for consumer to recognize their instances.
379
+ # consumer_defined_name is the name of the instance set by the service consumers.
380
+ # Generally this is different from the `name` field which reperesents the
381
+ # system-assigned id of the instance which the service consumers do not
382
+ # recognize. This is a required field for tenants onboarding to Maintenance
383
+ # Window notifications (go/slm-rollout-maintenance-policies#prerequisites).
368
384
  # Corresponds to the JSON property `consumerDefinedName`
369
385
  # @return [String]
370
386
  attr_accessor :consumer_defined_name
@@ -391,10 +407,11 @@ module Google
391
407
  # @return [Hash<String,String>]
392
408
  attr_accessor :labels
393
409
 
394
- # Optional. Deprecated. The MaintenancePolicies that have been attached to the
395
- # instance. The key must be of the type name of the oneof policy name defined in
410
+ # Optional. The MaintenancePolicies that have been attached to the instance. The
411
+ # key must be of the type name of the oneof policy name defined in
396
412
  # MaintenancePolicy, and the referenced policy must define the same policy type.
397
- # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
413
+ # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
414
+ # maintenance_settings.maintenance_policies is set.
398
415
  # Corresponds to the JSON property `maintenancePolicyNames`
399
416
  # @return [Hash<String,String>]
400
417
  attr_accessor :maintenance_policy_names
@@ -577,8 +594,9 @@ module Google
577
594
  # Optional. The MaintenancePolicies that have been attached to the instance. The
578
595
  # key must be of the type name of the oneof policy name defined in
579
596
  # MaintenancePolicy, and the embedded policy must define the same policy type.
580
- # For complete details of MaintenancePolicy, please refer to go/cloud-saas-mw-ug.
581
- # If only the name is needed, then only populate MaintenancePolicy.name.
597
+ # For details, please refer to go/cloud-saas-mw-ug. Should not be set if
598
+ # maintenance_policy_names is set. If only the name is needed, then only
599
+ # populate MaintenancePolicy.name.
582
600
  # Corresponds to the JSON property `maintenancePolicies`
583
601
  # @return [Hash<String,Google::Apis::MemcacheV1beta2::MaintenancePolicy>]
584
602
  attr_accessor :maintenance_policies
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MemcacheV1beta2
18
18
  # Version of the google-apis-memcache_v1beta2 gem
19
- GEM_VERSION = "0.27.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 = "20230103"
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_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.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-01-15 00:00:00.000000000 Z
11
+ date: 2023-02-05 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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-memcache_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []