google-apis-memcache_v1beta2 0.4.0 → 0.5.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: a28353512a40e750c2256eceb35e58d6d27dc6237afd7a66f7bd1296dd28e523
4
- data.tar.gz: 7a40330382209b347b42c26819c8e509607688cc67d4c945092eb3e2058d589a
3
+ metadata.gz: c040193fbadaa5210ae9934182020e060b13aff0f0744c015df09aa329d55452
4
+ data.tar.gz: ba80c488929e977c8319063cce48bc74111ac70699302f2dfc14471de3dca445
5
5
  SHA512:
6
- metadata.gz: 233cada5fe6f7477502f552f2f75e99290db484a2a21325ae464c3aecebf233f9913ae04242569276e3185806fbd369a1924c9dd3cca85b8202c4b6e051311f3
7
- data.tar.gz: 2a8f03b2cf65aac9a3c81889dd32016eee52d75548e47be3fccf240111f50ff4c2dc63b5791ce6fda5a02347b9c3036682c1398a302daeff60e89f111e67a3e8
6
+ metadata.gz: 10e1542716deaf354968ee482ed6bd8b234c3933b61f3c4a38d4d4cdc5b92e6124b2e8cdeb64b6eabc0ebbfd470f63b6a7d47383185f53a0b59970fcf0929d13
7
+ data.tar.gz: 60f1d307656ebf49c4fca812dbd346f5482c2f66f22312bf1cab0f549ea0c68d0379e85e181b83618ba808a21601781fba4ac16208ca205a1cba92ac96abbafc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-memcache_v1beta2
2
2
 
3
+ ### v0.5.0 (2021-03-26)
4
+
5
+ * Regenerated from discovery document revision 20210324
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -27,14 +27,14 @@ module Google
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
29
  # Whether to apply instance-level parameter group to all nodes. If set to true,
30
- # will explicitly restrict users from specifying any nodes, and apply parameter
31
- # group updates to all nodes within the instance.
30
+ # users are restricted from specifying individual nodes, and `ApplyParameters`
31
+ # updates all nodes within the instance.
32
32
  # Corresponds to the JSON property `applyAll`
33
33
  # @return [Boolean]
34
34
  attr_accessor :apply_all
35
35
  alias_method :apply_all?, :apply_all
36
36
 
37
- # Nodes to which we should apply the instance-level parameter group.
37
+ # Nodes to which the instance-level parameter group is applied.
38
38
  # Corresponds to the JSON property `nodeIds`
39
39
  # @return [Array<String>]
40
40
  attr_accessor :node_ids
@@ -233,7 +233,7 @@ module Google
233
233
  # the lowercase ID of each zone, as defined by GCE. These keys can be specified
234
234
  # in the `zones` field when creating a Memcached instance.
235
235
  # Corresponds to the JSON property `availableZones`
236
- # @return [Hash<String,Google::Apis::MemcacheV1beta2::ZoneMetadata>]
236
+ # @return [Hash<String,Google::Apis::MemcacheV1beta2::GoogleCloudMemcacheV1beta2ZoneMetadata>]
237
237
  attr_accessor :available_zones
238
238
 
239
239
  def initialize(**args)
@@ -305,6 +305,19 @@ module Google
305
305
  end
306
306
  end
307
307
 
308
+ #
309
+ class GoogleCloudMemcacheV1beta2ZoneMetadata
310
+ include Google::Apis::Core::Hashable
311
+
312
+ def initialize(**args)
313
+ update!(**args)
314
+ end
315
+
316
+ # Update properties of this object
317
+ def update!(**args)
318
+ end
319
+ end
320
+
308
321
  #
309
322
  class GoogleCloudSaasacceleratorManagementProvidersV1Instance
310
323
  include Google::Apis::Core::Hashable
@@ -433,9 +446,8 @@ module Google
433
446
  class GoogleCloudSaasacceleratorManagementProvidersV1MaintenanceSchedule
434
447
  include Google::Apis::Core::Hashable
435
448
 
436
- # Can this scheduled update be rescheduled? By default, it's true and API needs
437
- # to do explicitly check whether it's set, if it's set as false explicitly, it's
438
- # false
449
+ # This field will be deprecated, and will be always set to true since reschedule
450
+ # can happen multiple times now.
439
451
  # Corresponds to the JSON property `canReschedule`
440
452
  # @return [Boolean]
441
453
  attr_accessor :can_reschedule
@@ -455,9 +467,8 @@ module Google
455
467
 
456
468
  # schedule_deadline_time is the time deadline any schedule start time cannot go
457
469
  # beyond, including reschedule. It's normally the initial schedule start time
458
- # plus a week. If the reschedule type is next window, simply take this value as
459
- # start time. If reschedule type is IMMEDIATELY or BY_TIME, current or selected
460
- # time cannot go beyond this deadline.
470
+ # plus maintenance window length (1 day or 1 week). Maintenance cannot be
471
+ # scheduled to start beyond this deadline.
461
472
  # Corresponds to the JSON property `scheduleDeadlineTime`
462
473
  # @return [String]
463
474
  attr_accessor :schedule_deadline_time
@@ -559,6 +570,35 @@ module Google
559
570
  end
560
571
  end
561
572
 
573
+ # PerSliSloEligibility is a mapping from an SLI name to eligibility.
574
+ class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
575
+ include Google::Apis::Core::Hashable
576
+
577
+ # An entry in the eligibilities map specifies an eligibility for a particular
578
+ # SLI for the given instance. The SLI key in the name must be a valid SLI name
579
+ # specified in the Eligibility Exporter binary flags otherwise an error will be
580
+ # emitted by Eligibility Exporter and the oncaller will be alerted. If an SLI
581
+ # has been defined in the binary flags but the eligibilities map does not
582
+ # contain it, the corresponding SLI time series will not be emitted by the
583
+ # Eligibility Exporter. This ensures a smooth rollout and compatibility between
584
+ # the data produced by different versions of the Eligibility Exporters. If
585
+ # eligibilities map contains a key for an SLI which has not been declared in the
586
+ # binary flags, there will be an error message emitted in the Eligibility
587
+ # Exporter log and the metric for the SLI in question will not be emitted.
588
+ # Corresponds to the JSON property `eligibilities`
589
+ # @return [Hash<String,Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility>]
590
+ attr_accessor :eligibilities
591
+
592
+ def initialize(**args)
593
+ update!(**args)
594
+ end
595
+
596
+ # Update properties of this object
597
+ def update!(**args)
598
+ @eligibilities = args[:eligibilities] if args.key?(:eligibilities)
599
+ end
600
+ end
601
+
562
602
  # Describes provisioned dataplane resources.
563
603
  class GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource
564
604
  include Google::Apis::Core::Hashable
@@ -641,8 +681,7 @@ module Google
641
681
  attr_accessor :reason
642
682
 
643
683
  # Name of an SLI that this exclusion applies to. Can be left empty, signaling
644
- # that the instance should be excluded from all SLIs defined in the service SLO
645
- # configuration.
684
+ # that the instance should be excluded from all SLIs.
646
685
  # Corresponds to the JSON property `sliName`
647
686
  # @return [String]
648
687
  attr_accessor :sli_name
@@ -699,6 +738,11 @@ module Google
699
738
  # @return [Array<Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata>]
700
739
  attr_accessor :nodes
701
740
 
741
+ # PerSliSloEligibility is a mapping from an SLI name to eligibility.
742
+ # Corresponds to the JSON property `perSliEligibility`
743
+ # @return [Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility]
744
+ attr_accessor :per_sli_eligibility
745
+
702
746
  # Name of the SLO tier the Instance belongs to. This name will be expected to
703
747
  # match the tiers specified in the service SLO configuration. Field is mandatory
704
748
  # and must not be empty.
@@ -715,11 +759,12 @@ module Google
715
759
  @eligibility = args[:eligibility] if args.key?(:eligibility)
716
760
  @exclusions = args[:exclusions] if args.key?(:exclusions)
717
761
  @nodes = args[:nodes] if args.key?(:nodes)
762
+ @per_sli_eligibility = args[:per_sli_eligibility] if args.key?(:per_sli_eligibility)
718
763
  @tier = args[:tier] if args.key?(:tier)
719
764
  end
720
765
  end
721
766
 
722
- #
767
+ # A Memorystore for Memcached instance
723
768
  class Instance
724
769
  include Google::Apis::Core::Hashable
725
770
 
@@ -735,18 +780,18 @@ module Google
735
780
  # @return [String]
736
781
  attr_accessor :create_time
737
782
 
738
- # Output only. Endpoint for Discovery API
783
+ # Output only. Endpoint for the Discovery API.
739
784
  # Corresponds to the JSON property `discoveryEndpoint`
740
785
  # @return [String]
741
786
  attr_accessor :discovery_endpoint
742
787
 
743
- # User provided name for the instance only used for display purposes. Cannot be
744
- # more than 80 characters.
788
+ # User provided name for the instance, which is only used for display purposes.
789
+ # Cannot be more than 80 characters.
745
790
  # Corresponds to the JSON property `displayName`
746
791
  # @return [String]
747
792
  attr_accessor :display_name
748
793
 
749
- # List of messages that describe current statuses of memcached instance.
794
+ # List of messages that describe the current state of the Memcached instance.
750
795
  # Corresponds to the JSON property `instanceMessages`
751
796
  # @return [Array<Google::Apis::MemcacheV1beta2::InstanceMessage>]
752
797
  attr_accessor :instance_messages
@@ -766,15 +811,15 @@ module Google
766
811
  # @return [String]
767
812
  attr_accessor :memcache_full_version
768
813
 
769
- # Output only. List of Memcached nodes. Refer to [Node] message for more details.
814
+ # Output only. List of Memcached nodes. Refer to Node message for more details.
770
815
  # Corresponds to the JSON property `memcacheNodes`
771
816
  # @return [Array<Google::Apis::MemcacheV1beta2::Node>]
772
817
  attr_accessor :memcache_nodes
773
818
 
774
819
  # The major version of Memcached software. If not provided, latest supported
775
- # version will be used. Currently the latest supported major version is
776
- # MEMCACHE_1_5. The minor version will be automatically determined by our system
777
- # based on the latest supported minor version.
820
+ # version will be used. Currently the latest supported major version is `
821
+ # MEMCACHE_1_5`. The minor version will be automatically determined by our
822
+ # system based on the latest supported minor version.
778
823
  # Corresponds to the JSON property `memcacheVersion`
779
824
  # @return [String]
780
825
  attr_accessor :memcache_version
@@ -782,9 +827,9 @@ module Google
782
827
  # Required. Unique name of the resource in this scope including project and
783
828
  # location using the form: `projects/`project_id`/locations/`location_id`/
784
829
  # instances/`instance_id`` Note: Memcached instances are managed and addressed
785
- # at regional level so location_id here refers to a GCP region; however, users
786
- # may choose which zones Memcached nodes within an instances should be
787
- # provisioned in. Refer to [zones] field for more details.
830
+ # at the regional level so `location_id` here refers to a Google Cloud region;
831
+ # however, users may choose which zones Memcached nodes should be provisioned in
832
+ # within an instance. Refer to zones field for more details.
788
833
  # Corresponds to the JSON property `name`
789
834
  # @return [String]
790
835
  attr_accessor :name
@@ -799,8 +844,10 @@ module Google
799
844
  # @return [Fixnum]
800
845
  attr_accessor :node_count
801
846
 
802
- # Optional: User defined parameters to apply to the memcached process on each
803
- # node.
847
+ # The unique ID associated with this set of parameters. Users can use this id to
848
+ # determine if the parameters associated with the instance differ from the
849
+ # parameters associated with the nodes. A discrepancy between parameter ids can
850
+ # inform users that they may need to take action to apply parameters on nodes.
804
851
  # Corresponds to the JSON property `parameters`
805
852
  # @return [Google::Apis::MemcacheV1beta2::MemcacheParameters]
806
853
  attr_accessor :parameters
@@ -821,7 +868,7 @@ module Google
821
868
  # @return [String]
822
869
  attr_accessor :update_time
823
870
 
824
- # Zones where Memcached nodes should be provisioned in. Memcached nodes will be
871
+ # Zones in which Memcached nodes should be provisioned. Memcached nodes will be
825
872
  # equally distributed across these zones. If not provided, the service will by
826
873
  # default create nodes in all zones in the region for the instance.
827
874
  # Corresponds to the JSON property `zones`
@@ -1011,6 +1058,27 @@ module Google
1011
1058
  end
1012
1059
  end
1013
1060
 
1061
+ # Metadata for the given google.cloud.location.Location.
1062
+ class LocationMetadata
1063
+ include Google::Apis::Core::Hashable
1064
+
1065
+ # Output only. The set of available zones in the location. The map is keyed by
1066
+ # the lowercase ID of each zone, as defined by GCE. These keys can be specified
1067
+ # in the `zones` field when creating a Memcached instance.
1068
+ # Corresponds to the JSON property `availableZones`
1069
+ # @return [Hash<String,Google::Apis::MemcacheV1beta2::ZoneMetadata>]
1070
+ attr_accessor :available_zones
1071
+
1072
+ def initialize(**args)
1073
+ update!(**args)
1074
+ end
1075
+
1076
+ # Update properties of this object
1077
+ def update!(**args)
1078
+ @available_zones = args[:available_zones] if args.key?(:available_zones)
1079
+ end
1080
+ end
1081
+
1014
1082
  # Defines policies to service maintenance events.
1015
1083
  class MaintenancePolicy
1016
1084
  include Google::Apis::Core::Hashable
@@ -1098,14 +1166,14 @@ module Google
1098
1166
  end
1099
1167
  end
1100
1168
 
1101
- #
1169
+ # The unique ID associated with this set of parameters. Users can use this id to
1170
+ # determine if the parameters associated with the instance differ from the
1171
+ # parameters associated with the nodes. A discrepancy between parameter ids can
1172
+ # inform users that they may need to take action to apply parameters on nodes.
1102
1173
  class MemcacheParameters
1103
1174
  include Google::Apis::Core::Hashable
1104
1175
 
1105
- # Output only. The unique ID associated with this set of parameters. Users can
1106
- # use this id to determine if the parameters associated with the instance differ
1107
- # from the parameters associated with the nodes and any action needs to be taken
1108
- # to apply parameters on nodes.
1176
+ # Output only.
1109
1177
  # Corresponds to the JSON property `id`
1110
1178
  # @return [String]
1111
1179
  attr_accessor :id
@@ -1142,7 +1210,10 @@ module Google
1142
1210
  # @return [String]
1143
1211
  attr_accessor :node_id
1144
1212
 
1145
- # User defined parameters currently applied to the node.
1213
+ # The unique ID associated with this set of parameters. Users can use this id to
1214
+ # determine if the parameters associated with the instance differ from the
1215
+ # parameters associated with the nodes. A discrepancy between parameter ids can
1216
+ # inform users that they may need to take action to apply parameters on nodes.
1146
1217
  # Corresponds to the JSON property `parameters`
1147
1218
  # @return [Google::Apis::MemcacheV1beta2::MemcacheParameters]
1148
1219
  attr_accessor :parameters
@@ -1447,7 +1518,10 @@ module Google
1447
1518
  class UpdateParametersRequest
1448
1519
  include Google::Apis::Core::Hashable
1449
1520
 
1450
- # The parameters to apply to the instance.
1521
+ # The unique ID associated with this set of parameters. Users can use this id to
1522
+ # determine if the parameters associated with the instance differ from the
1523
+ # parameters associated with the nodes. A discrepancy between parameter ids can
1524
+ # inform users that they may need to take action to apply parameters on nodes.
1451
1525
  # Corresponds to the JSON property `parameters`
1452
1526
  # @return [Google::Apis::MemcacheV1beta2::MemcacheParameters]
1453
1527
  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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210209"
25
+ REVISION = "20210324"
26
26
  end
27
27
  end
28
28
  end
@@ -76,6 +76,12 @@ module Google
76
76
  include Google::Apis::Core::JsonObjectSupport
77
77
  end
78
78
 
79
+ class GoogleCloudMemcacheV1beta2ZoneMetadata
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
79
85
  class GoogleCloudSaasacceleratorManagementProvidersV1Instance
80
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
87
 
@@ -100,6 +106,12 @@ module Google
100
106
  include Google::Apis::Core::JsonObjectSupport
101
107
  end
102
108
 
109
+ class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
103
115
  class GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource
104
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
117
 
@@ -160,6 +172,12 @@ module Google
160
172
  include Google::Apis::Core::JsonObjectSupport
161
173
  end
162
174
 
175
+ class LocationMetadata
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
163
181
  class MaintenancePolicy
164
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
183
 
@@ -305,7 +323,7 @@ module Google
305
323
  class GoogleCloudMemcacheV1beta2LocationMetadata
306
324
  # @private
307
325
  class Representation < Google::Apis::Core::JsonRepresentation
308
- hash :available_zones, as: 'availableZones', class: Google::Apis::MemcacheV1beta2::ZoneMetadata, decorator: Google::Apis::MemcacheV1beta2::ZoneMetadata::Representation
326
+ hash :available_zones, as: 'availableZones', class: Google::Apis::MemcacheV1beta2::GoogleCloudMemcacheV1beta2ZoneMetadata, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudMemcacheV1beta2ZoneMetadata::Representation
309
327
 
310
328
  end
311
329
  end
@@ -323,6 +341,12 @@ module Google
323
341
  end
324
342
  end
325
343
 
344
+ class GoogleCloudMemcacheV1beta2ZoneMetadata
345
+ # @private
346
+ class Representation < Google::Apis::Core::JsonRepresentation
347
+ end
348
+ end
349
+
326
350
  class GoogleCloudSaasacceleratorManagementProvidersV1Instance
327
351
  # @private
328
352
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -379,6 +403,14 @@ module Google
379
403
  end
380
404
  end
381
405
 
406
+ class GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility
407
+ # @private
408
+ class Representation < Google::Apis::Core::JsonRepresentation
409
+ hash :eligibilities, as: 'eligibilities', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1SloEligibility::Representation
410
+
411
+ end
412
+ end
413
+
382
414
  class GoogleCloudSaasacceleratorManagementProvidersV1ProvisionedResource
383
415
  # @private
384
416
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -414,6 +446,8 @@ module Google
414
446
 
415
447
  collection :nodes, as: 'nodes', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1NodeSloMetadata::Representation
416
448
 
449
+ property :per_sli_eligibility, as: 'perSliEligibility', class: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility, decorator: Google::Apis::MemcacheV1beta2::GoogleCloudSaasacceleratorManagementProvidersV1PerSliSloEligibility::Representation
450
+
417
451
  property :tier, as: 'tier'
418
452
  end
419
453
  end
@@ -492,6 +526,14 @@ module Google
492
526
  end
493
527
  end
494
528
 
529
+ class LocationMetadata
530
+ # @private
531
+ class Representation < Google::Apis::Core::JsonRepresentation
532
+ hash :available_zones, as: 'availableZones', class: Google::Apis::MemcacheV1beta2::ZoneMetadata, decorator: Google::Apis::MemcacheV1beta2::ZoneMetadata::Representation
533
+
534
+ end
535
+ end
536
+
495
537
  class MaintenancePolicy
496
538
  # @private
497
539
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -84,11 +84,15 @@ module Google
84
84
  # @param [String] name
85
85
  # The resource that owns the locations collection, if applicable.
86
86
  # @param [String] filter
87
- # The standard list filter.
87
+ # A filter to narrow down results to a preferred subset. The filtering language
88
+ # accepts strings like "displayName=tokyo", and is documented in more detail in [
89
+ # AIP-160](https://google.aip.dev/160).
88
90
  # @param [Fixnum] page_size
89
- # The standard list page size.
91
+ # The maximum number of results to return. If not set, the service will select a
92
+ # default.
90
93
  # @param [String] page_token
91
- # The standard list page token.
94
+ # A page token received from the `next_page_token` field in the response. Send
95
+ # that page token to receive the subsequent page.
92
96
  # @param [String] fields
93
97
  # Selector specifying which fields to include in a partial response.
94
98
  # @param [String] quota_user
@@ -119,8 +123,8 @@ module Google
119
123
  execute_or_queue_command(command, &block)
120
124
  end
121
125
 
122
- # ApplyParameters will restart the set of specified nodes in order to update
123
- # them to the current set of parameters for the Memcached Instance.
126
+ # `ApplyParameters` restarts the set of specified nodes in order to update them
127
+ # to the current set of parameters for the Memcached Instance.
124
128
  # @param [String] name
125
129
  # Required. Resource name of the Memcached instance for which parameter group
126
130
  # updates should be applied.
@@ -199,7 +203,8 @@ module Google
199
203
  # the following restrictions: * Must contain only lowercase letters, numbers,
200
204
  # and hyphens. * Must start with a letter. * Must be between 1-40 characters. *
201
205
  # Must end with a number or a letter. * Must be unique within the user project /
202
- # location If any of the above are not met, will raise an invalid argument error.
206
+ # location. If any of the above are not met, the API raises an invalid argument
207
+ # error.
203
208
  # @param [String] fields
204
209
  # Selector specifying which fields to include in a partial response.
205
210
  # @param [String] quota_user
@@ -301,16 +306,17 @@ module Google
301
306
  # region
302
307
  # @param [String] filter
303
308
  # List filter. For example, exclude all Memcached instances with name as my-
304
- # instance by specifying "name != my-instance".
309
+ # instance by specifying `"name != my-instance"`.
305
310
  # @param [String] order_by
306
311
  # Sort results. Supported values are "name", "name desc" or "" (unsorted).
307
312
  # @param [Fixnum] page_size
308
313
  # The maximum number of items to return. If not specified, a default value of
309
- # 1000 will be used by the service. Regardless of the page_size value, the
314
+ # 1000 will be used by the service. Regardless of the `page_size` value, the
310
315
  # response may include a partial list and a caller should only rely on response'
311
- # s next_page_token to determine if there are more instances left to be queried.
316
+ # s `next_page_token` to determine if there are more instances left to be
317
+ # queried.
312
318
  # @param [String] page_token
313
- # The next_page_token value returned from a previous List request, if any.
319
+ # The `next_page_token` value returned from a previous List request, if any.
314
320
  # @param [String] fields
315
321
  # Selector specifying which fields to include in a partial response.
316
322
  # @param [String] quota_user
@@ -347,9 +353,9 @@ module Google
347
353
  # Required. Unique name of the resource in this scope including project and
348
354
  # location using the form: `projects/`project_id`/locations/`location_id`/
349
355
  # instances/`instance_id`` Note: Memcached instances are managed and addressed
350
- # at regional level so location_id here refers to a GCP region; however, users
351
- # may choose which zones Memcached nodes within an instances should be
352
- # provisioned in. Refer to [zones] field for more details.
356
+ # at the regional level so `location_id` here refers to a Google Cloud region;
357
+ # however, users may choose which zones Memcached nodes should be provisioned in
358
+ # within an instance. Refer to zones field for more details.
353
359
  # @param [Google::Apis::MemcacheV1beta2::Instance] instance_object
354
360
  # @param [String] update_mask
355
361
  # Required. Mask of fields to update. * `displayName`
@@ -383,9 +389,9 @@ module Google
383
389
  execute_or_queue_command(command, &block)
384
390
  end
385
391
 
386
- # Updates the defined Memcached Parameters for an existing Instance. This method
387
- # only stages the parameters, it must be followed by ApplyParameters to apply
388
- # the parameters to nodes of the Memcached Instance.
392
+ # Updates the defined Memcached parameters for an existing instance. This method
393
+ # only stages the parameters, it must be followed by `ApplyParameters` to apply
394
+ # the parameters to nodes of the Memcached instance.
389
395
  # @param [String] name
390
396
  # Required. Resource name of the Memcached instance for which the parameters
391
397
  # should be updated.
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.4.0
4
+ version: 0.5.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1beta2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-memcache_v1beta2/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-memcache_v1beta2
57
57
  post_install_message:
58
58
  rdoc_options: []