google-apis-memcache_v1beta2 0.13.0 → 0.17.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: cf8bd92539ab1288dcfe6560f5b26a3bd5e6e147af92b075ec5f554dae8915b6
4
- data.tar.gz: '086c15cef11131d1d0626051bfd1149cdcfb94632cd708e196b1b437d8f936c7'
3
+ metadata.gz: 119bdd49f430f95c0f92443005ddf78b8cd1026245514667b13c9c462f06e5b9
4
+ data.tar.gz: 9b0ba167fd248643abf7842edd3fc0267bae6716e62edb61cc29d4f0ce76e1a6
5
5
  SHA512:
6
- metadata.gz: 7ff1db5323b8acb4ce8223c9c21e55a4c74968f6adb93502f1c86dda815a418e54884b082965b4c6313c4e5a74ff5270bd4bb1c75d00487cb558ff04ee1d5630
7
- data.tar.gz: 261675cdcee73248b0b10f8059f89cb0b2baddede861d884d24bbfd0c8eae867a7c053e10fda42d9c2f60d5b1d8a7f96fbb7e0bd07e5fb778c381912a77b91b6
6
+ metadata.gz: 88afc35dd281bfa02b0bf0f1815689d398c23a82bd2b059c8f39baea0bf668044571089a2aacd073df7c1d12f4f5a4fabd9e866fa12a79a9684bb4f118f90223
7
+ data.tar.gz: a996ac3012f2d8034371cc0f460ca24de32ed70b2b8cc8c571e146751ca97605ffc12c0cbdd20846776abbde267d4d689727cec9e2b2999dffd81c9231dcb1c6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.17.0 (2022-02-19)
4
+
5
+ * Regenerated from discovery document revision 20220208
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.16.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.15.0 (2021-11-06)
13
+
14
+ * Regenerated from discovery document revision 20211028
15
+
16
+ ### v0.14.0 (2021-10-21)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.13.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_v1beta2"
51
51
  client = Google::Apis::MemcacheV1beta2::CloudMemorystoreforMemcachedService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
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/master/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/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
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
 
@@ -123,10 +123,10 @@ module Google
123
123
  # day and time zone are either specified elsewhere or are insignificant. The
124
124
  # date is relative to the Gregorian Calendar. This can represent one of the
125
125
  # following: * A full date, with non-zero year, month, and day values * A month
126
- # and day value, with a zero year, such as an anniversary * A year on its own,
127
- # with zero month and day values * A year and month value, with a zero day, such
128
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
129
- # google.protobuf.Timestamp`.
126
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
127
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
128
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
129
+ # DateTime * google.protobuf.Timestamp
130
130
  class Date
131
131
  include Google::Apis::Core::Hashable
132
132
 
@@ -169,10 +169,10 @@ module Google
169
169
  # day and time zone are either specified elsewhere or are insignificant. The
170
170
  # date is relative to the Gregorian Calendar. This can represent one of the
171
171
  # following: * A full date, with non-zero year, month, and day values * A month
172
- # and day value, with a zero year, such as an anniversary * A year on its own,
173
- # with zero month and day values * A year and month value, with a zero day, such
174
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
175
- # google.protobuf.Timestamp`.
172
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
173
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
174
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
175
+ # DateTime * google.protobuf.Timestamp
176
176
  # Corresponds to the JSON property `endDate`
177
177
  # @return [Google::Apis::MemcacheV1beta2::Date]
178
178
  attr_accessor :end_date
@@ -181,10 +181,10 @@ module Google
181
181
  # day and time zone are either specified elsewhere or are insignificant. The
182
182
  # date is relative to the Gregorian Calendar. This can represent one of the
183
183
  # following: * A full date, with non-zero year, month, and day values * A month
184
- # and day value, with a zero year, such as an anniversary * A year on its own,
185
- # with zero month and day values * A year and month value, with a zero day, such
186
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
187
- # google.protobuf.Timestamp`.
184
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
185
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
186
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
187
+ # DateTime * google.protobuf.Timestamp
188
188
  # Corresponds to the JSON property `startDate`
189
189
  # @return [Google::Apis::MemcacheV1beta2::Date]
190
190
  attr_accessor :start_date
@@ -335,6 +335,15 @@ module Google
335
335
  # @return [String]
336
336
  attr_accessor :create_time
337
337
 
338
+ # Optional. The instance_type of this instance of format: projects/`project_id`/
339
+ # locations/`location_id`/instanceTypes/`instance_type_id`. Instance Type
340
+ # represents a high-level tier or SKU of the service that this instance belong
341
+ # to. When enabled(eg: Maintenance Rollout), Rollout uses 'instance_type' along
342
+ # with 'software_versions' to determine whether instance needs an update or not.
343
+ # Corresponds to the JSON property `instanceType`
344
+ # @return [String]
345
+ attr_accessor :instance_type
346
+
338
347
  # Optional. Resource labels to represent user provided metadata. Each label is a
339
348
  # key-value pair, where both the key and the value are arbitrary strings
340
349
  # provided by the user.
@@ -370,6 +379,13 @@ module Google
370
379
  # @return [String]
371
380
  attr_accessor :name
372
381
 
382
+ # Optional. notification_parameters are information that service producers may
383
+ # like to include that is not relevant to Rollout. This parameter will only be
384
+ # passed to Gamma and Cloud Logging for notification/logging purpose.
385
+ # Corresponds to the JSON property `notificationParameters`
386
+ # @return [Hash<String,String>]
387
+ attr_accessor :notification_parameters
388
+
373
389
  # Output only. Custom string attributes used primarily to expose producer-
374
390
  # specific information in monitoring dashboards. See go/get-instance-metadata.
375
391
  # Corresponds to the JSON property `producerMetadata`
@@ -427,11 +443,13 @@ module Google
427
443
  def update!(**args)
428
444
  @consumer_defined_name = args[:consumer_defined_name] if args.key?(:consumer_defined_name)
429
445
  @create_time = args[:create_time] if args.key?(:create_time)
446
+ @instance_type = args[:instance_type] if args.key?(:instance_type)
430
447
  @labels = args[:labels] if args.key?(:labels)
431
448
  @maintenance_policy_names = args[:maintenance_policy_names] if args.key?(:maintenance_policy_names)
432
449
  @maintenance_schedules = args[:maintenance_schedules] if args.key?(:maintenance_schedules)
433
450
  @maintenance_settings = args[:maintenance_settings] if args.key?(:maintenance_settings)
434
451
  @name = args[:name] if args.key?(:name)
452
+ @notification_parameters = args[:notification_parameters] if args.key?(:notification_parameters)
435
453
  @producer_metadata = args[:producer_metadata] if args.key?(:producer_metadata)
436
454
  @provisioned_resources = args[:provisioned_resources] if args.key?(:provisioned_resources)
437
455
  @slm_instance_template = args[:slm_instance_template] if args.key?(:slm_instance_template)
@@ -775,10 +793,7 @@ module Google
775
793
  # @return [Fixnum]
776
794
  attr_accessor :node_count
777
795
 
778
- # The unique ID associated with this set of parameters. Users can use this id to
779
- # determine if the parameters associated with the instance differ from the
780
- # parameters associated with the nodes. A discrepancy between parameter ids can
781
- # inform users that they may need to take action to apply parameters on nodes.
796
+ # User defined parameters to apply to the memcached process on each node.
782
797
  # Corresponds to the JSON property `parameters`
783
798
  # @return [Google::Apis::MemcacheV1beta2::MemcacheParameters]
784
799
  attr_accessor :parameters
@@ -1097,14 +1112,15 @@ module Google
1097
1112
  end
1098
1113
  end
1099
1114
 
1100
- # The unique ID associated with this set of parameters. Users can use this id to
1101
- # determine if the parameters associated with the instance differ from the
1102
- # parameters associated with the nodes. A discrepancy between parameter ids can
1103
- # inform users that they may need to take action to apply parameters on nodes.
1115
+ #
1104
1116
  class MemcacheParameters
1105
1117
  include Google::Apis::Core::Hashable
1106
1118
 
1107
- # Output only.
1119
+ # Output only. The unique ID associated with this set of parameters. Users can
1120
+ # use this id to determine if the parameters associated with the instance differ
1121
+ # from the parameters associated with the nodes. A discrepancy between parameter
1122
+ # ids can inform users that they may need to take action to apply parameters on
1123
+ # nodes.
1108
1124
  # Corresponds to the JSON property `id`
1109
1125
  # @return [String]
1110
1126
  attr_accessor :id
@@ -1141,10 +1157,7 @@ module Google
1141
1157
  # @return [String]
1142
1158
  attr_accessor :node_id
1143
1159
 
1144
- # The unique ID associated with this set of parameters. Users can use this id to
1145
- # determine if the parameters associated with the instance differ from the
1146
- # parameters associated with the nodes. A discrepancy between parameter ids can
1147
- # inform users that they may need to take action to apply parameters on nodes.
1160
+ # User defined parameters currently applied to the node.
1148
1161
  # Corresponds to the JSON property `parameters`
1149
1162
  # @return [Google::Apis::MemcacheV1beta2::MemcacheParameters]
1150
1163
  attr_accessor :parameters
@@ -1449,10 +1462,7 @@ module Google
1449
1462
  class UpdateParametersRequest
1450
1463
  include Google::Apis::Core::Hashable
1451
1464
 
1452
- # The unique ID associated with this set of parameters. Users can use this id to
1453
- # determine if the parameters associated with the instance differ from the
1454
- # parameters associated with the nodes. A discrepancy between parameter ids can
1455
- # inform users that they may need to take action to apply parameters on nodes.
1465
+ # The parameters to apply to the instance.
1456
1466
  # Corresponds to the JSON property `parameters`
1457
1467
  # @return [Google::Apis::MemcacheV1beta2::MemcacheParameters]
1458
1468
  attr_accessor :parameters
@@ -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.13.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210907"
25
+ REVISION = "20220208"
26
26
  end
27
27
  end
28
28
  end
@@ -346,6 +346,7 @@ module Google
346
346
  class Representation < Google::Apis::Core::JsonRepresentation
347
347
  property :consumer_defined_name, as: 'consumerDefinedName'
348
348
  property :create_time, as: 'createTime'
349
+ property :instance_type, as: 'instanceType'
349
350
  hash :labels, as: 'labels'
350
351
  hash :maintenance_policy_names, as: 'maintenancePolicyNames'
351
352
  hash :maintenance_schedules, as: 'maintenanceSchedules', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule::Representation
@@ -353,6 +354,7 @@ module Google
353
354
  property :maintenance_settings, as: 'maintenanceSettings', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSettings::Representation
354
355
 
355
356
  property :name, as: 'name'
357
+ hash :notification_parameters, as: 'notificationParameters'
356
358
  hash :producer_metadata, as: 'producerMetadata'
357
359
  collection :provisioned_resources, as: 'provisionedResources', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource::Representation
358
360
 
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.13.0
4
+ version: 0.17.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: 2021-09-13 00:00:00.000000000 Z
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/master/generated/google-apis-memcache_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.13.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1beta2
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.17.0
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: []
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.2.17
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 V1beta2