google-apis-memcache_v1 0.12.0 → 0.16.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 +17 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/memcache_v1/classes.rb +39 -29
- data/lib/google/apis/memcache_v1/gem_version.rb +3 -3
- data/lib/google/apis/memcache_v1/representations.rb +2 -0
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 513fce16620b353d421e13c2966958b7da9b22c729600d69568372f8647de4d2
|
4
|
+
data.tar.gz: e63501cf55da24ae16220762b6048d5b222670193abde852fbe52de182c6fad1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 951043dc422ec6397f428e59b9516b3af5d4b8e6c688e15afecc07a674909188874ca37dd9940e959423f0bc5e30830167bf0dffaecd98b5db1ffc25b88ab9a0
|
7
|
+
data.tar.gz: d852b7452525ab5c16cb2354ed1e3f2ac6f2c7523ae5cd436e90fcf62688e6fe6b21155efae5a0d445c92c55a7043056ef8c56446ed4ee0379b062d62ebe1371
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-memcache_v1
|
2
2
|
|
3
|
+
### v0.16.0 (2022-02-19)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220208
|
6
|
+
* Regenerated using generator version 0.4.1
|
7
|
+
|
8
|
+
### v0.15.0 (2021-12-14)
|
9
|
+
|
10
|
+
* Unspecified changes
|
11
|
+
|
12
|
+
### v0.14.0 (2021-11-06)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20211028
|
15
|
+
|
16
|
+
### v0.13.0 (2021-10-21)
|
17
|
+
|
18
|
+
* Unspecified changes
|
19
|
+
|
3
20
|
### v0.12.0 (2021-09-12)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20210907
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/memcache_v1"
|
|
51
51
|
client = Google::Apis::MemcacheV1::CloudMemorystoreforMemcachedService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
|
|
60
60
|
|
61
61
|
More detailed descriptions of the Google simple REST clients are available in two documents.
|
62
62
|
|
63
|
-
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
64
|
-
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/
|
63
|
+
* The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
|
64
|
+
* The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
|
65
65
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Memcache service in particular.)
|
67
67
|
|
@@ -94,10 +94,10 @@ module Google
|
|
94
94
|
# day and time zone are either specified elsewhere or are insignificant. The
|
95
95
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
96
96
|
# following: * A full date, with non-zero year, month, and day values * A month
|
97
|
-
# and day
|
98
|
-
#
|
99
|
-
#
|
100
|
-
# google.protobuf.Timestamp
|
97
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
98
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
99
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
100
|
+
# DateTime * google.protobuf.Timestamp
|
101
101
|
class Date
|
102
102
|
include Google::Apis::Core::Hashable
|
103
103
|
|
@@ -140,10 +140,10 @@ module Google
|
|
140
140
|
# day and time zone are either specified elsewhere or are insignificant. The
|
141
141
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
142
142
|
# following: * A full date, with non-zero year, month, and day values * A month
|
143
|
-
# and day
|
144
|
-
#
|
145
|
-
#
|
146
|
-
# google.protobuf.Timestamp
|
143
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
144
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
145
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
146
|
+
# DateTime * google.protobuf.Timestamp
|
147
147
|
# Corresponds to the JSON property `endDate`
|
148
148
|
# @return [Google::Apis::MemcacheV1::Date]
|
149
149
|
attr_accessor :end_date
|
@@ -152,10 +152,10 @@ module Google
|
|
152
152
|
# day and time zone are either specified elsewhere or are insignificant. The
|
153
153
|
# date is relative to the Gregorian Calendar. This can represent one of the
|
154
154
|
# following: * A full date, with non-zero year, month, and day values * A month
|
155
|
-
# and day
|
156
|
-
#
|
157
|
-
#
|
158
|
-
# google.protobuf.Timestamp
|
155
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
156
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
157
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
158
|
+
# DateTime * google.protobuf.Timestamp
|
159
159
|
# Corresponds to the JSON property `startDate`
|
160
160
|
# @return [Google::Apis::MemcacheV1::Date]
|
161
161
|
attr_accessor :start_date
|
@@ -306,6 +306,15 @@ module Google
|
|
306
306
|
# @return [String]
|
307
307
|
attr_accessor :create_time
|
308
308
|
|
309
|
+
# Optional. The instance_type of this instance of format: projects/`project_id`/
|
310
|
+
# locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
|
311
|
+
# represents a high-level tier or SKU of the service that this instance belong
|
312
|
+
# to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
|
313
|
+
# with 'software_versions' to determine whether instance needs an update or not.
|
314
|
+
# Corresponds to the JSON property `instanceType`
|
315
|
+
# @return [String]
|
316
|
+
attr_accessor :instance_type
|
317
|
+
|
309
318
|
# Optional. Resource labels to represent user provided metadata. Each label is a
|
310
319
|
# key-value pair, where both the key and the value are arbitrary strings
|
311
320
|
# provided by the user.
|
@@ -341,6 +350,13 @@ module Google
|
|
341
350
|
# @return [String]
|
342
351
|
attr_accessor :name
|
343
352
|
|
353
|
+
# Optional. notification_parameters are information that service producers may
|
354
|
+
# like to include that is not relevant to Rollout. This parameter will only be
|
355
|
+
# passed to Gamma and Cloud Logging for notification/logging purpose.
|
356
|
+
# Corresponds to the JSON property `notificationParameters`
|
357
|
+
# @return [Hash<String,String>]
|
358
|
+
attr_accessor :notification_parameters
|
359
|
+
|
344
360
|
# Output only. Custom string attributes used primarily to expose producer-
|
345
361
|
# specific information in monitoring dashboards. See go/get-instance-metadata.
|
346
362
|
# Corresponds to the JSON property `producerMetadata`
|
@@ -398,11 +414,13 @@ module Google
|
|
398
414
|
def update!(**args)
|
399
415
|
@consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
|
400
416
|
@create_time = args[:create_time] if args.key?(:create_time)
|
417
|
+
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
401
418
|
@labels = args[:labels] if args.key?(:labels)
|
402
419
|
@maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
|
403
420
|
@maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
|
404
421
|
@maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
|
405
422
|
@name = args[:name] if args.key?(:name)
|
423
|
+
@notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
|
406
424
|
@producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
|
407
425
|
@provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
|
408
426
|
@slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
|
@@ -746,10 +764,7 @@ module Google
|
|
746
764
|
# @return [Fixnum]
|
747
765
|
attr_accessor :node_count
|
748
766
|
|
749
|
-
#
|
750
|
-
# determine if the parameters associated with the instance differ from the
|
751
|
-
# parameters associated with the nodes. A discrepancy between parameter ids can
|
752
|
-
# inform users that they may need to take action to apply parameters on nodes.
|
767
|
+
# User defined parameters to apply to the memcached process on each node.
|
753
768
|
# Corresponds to the JSON property `parameters`
|
754
769
|
# @return [Google::Apis::MemcacheV1::MemcacheParameters]
|
755
770
|
attr_accessor :parameters
|
@@ -1061,14 +1076,15 @@ module Google
|
|
1061
1076
|
end
|
1062
1077
|
end
|
1063
1078
|
|
1064
|
-
#
|
1065
|
-
# determine if the parameters associated with the instance differ from the
|
1066
|
-
# parameters associated with the nodes. A discrepancy between parameter ids can
|
1067
|
-
# inform users that they may need to take action to apply parameters on nodes.
|
1079
|
+
#
|
1068
1080
|
class MemcacheParameters
|
1069
1081
|
include Google::Apis::Core::Hashable
|
1070
1082
|
|
1071
|
-
# Output only.
|
1083
|
+
# Output only. The unique ID associated with this set of parameters. Users can
|
1084
|
+
# use this id to determine if the parameters associated with the instance differ
|
1085
|
+
# from the parameters associated with the nodes. A discrepancy between parameter
|
1086
|
+
# ids can inform users that they may need to take action to apply parameters on
|
1087
|
+
# nodes.
|
1072
1088
|
# Corresponds to the JSON property `id`
|
1073
1089
|
# @return [String]
|
1074
1090
|
attr_accessor :id
|
@@ -1105,10 +1121,7 @@ module Google
|
|
1105
1121
|
# @return [String]
|
1106
1122
|
attr_accessor :node_id
|
1107
1123
|
|
1108
|
-
#
|
1109
|
-
# determine if the parameters associated with the instance differ from the
|
1110
|
-
# parameters associated with the nodes. A discrepancy between parameter ids can
|
1111
|
-
# inform users that they may need to take action to apply parameters on nodes.
|
1124
|
+
# User defined parameters currently applied to the node.
|
1112
1125
|
# Corresponds to the JSON property `parameters`
|
1113
1126
|
# @return [Google::Apis::MemcacheV1::MemcacheParameters]
|
1114
1127
|
attr_accessor :parameters
|
@@ -1406,10 +1419,7 @@ module Google
|
|
1406
1419
|
class UpdateParametersRequest
|
1407
1420
|
include Google::Apis::Core::Hashable
|
1408
1421
|
|
1409
|
-
# The
|
1410
|
-
# determine if the parameters associated with the instance differ from the
|
1411
|
-
# parameters associated with the nodes. A discrepancy between parameter ids can
|
1412
|
-
# inform users that they may need to take action to apply parameters on nodes.
|
1422
|
+
# The parameters to apply to the instance.
|
1413
1423
|
# Corresponds to the JSON property `parameters`
|
1414
1424
|
# @return [Google::Apis::MemcacheV1::MemcacheParameters]
|
1415
1425
|
attr_accessor :parameters
|
@@ -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.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220208"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -332,6 +332,7 @@ module Google
|
|
332
332
|
class Representation < Google::Apis::Core::JsonRepresentation
|
333
333
|
property :consumer_defined_name, as: 'consumerDefinedName'
|
334
334
|
property :create_time, as: 'createTime'
|
335
|
+
property :instance_type, as: 'instanceType'
|
335
336
|
hash :labels, as: 'labels'
|
336
337
|
hash :maintenance_policy_names, as: 'maintenancePolicyNames'
|
337
338
|
hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
|
@@ -339,6 +340,7 @@ module Google
|
|
339
340
|
property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
|
340
341
|
|
341
342
|
property :name, as: 'name'
|
343
|
+
hash :notification_parameters, as: 'notificationParameters'
|
342
344
|
hash :producer_metadata, as: 'producerMetadata'
|
343
345
|
collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::MemcacheV1::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
|
344
346
|
|
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.16.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: 2022-02-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -57,9 +57,9 @@ licenses:
|
|
57
57
|
- Apache-2.0
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
|
-
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1/v0.
|
62
|
-
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/
|
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.16.0
|
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: []
|
65
65
|
require_paths:
|
@@ -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.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Memorystore for Memcached API V1
|