google-apis-redis_v1beta1 0.59.0 → 0.60.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2ae32d57c5c94ef1c8b857a5a293b778350cbccc9ca61a434c4a38193307c0de
4
- data.tar.gz: 26b3e95c98dc968ff1d697fd1b21a324dc2e60f754ec9d790f70f6fc018f64be
3
+ metadata.gz: d66571bc8037a30120bc33243965d1c5dcde2bd45a9f1caf98c21af757967617
4
+ data.tar.gz: 423f91d9e758dcec3a8d4dbb284b6d4433d36a28ffeb985407ceadc2a070f72d
5
5
  SHA512:
6
- metadata.gz: b0165b799024f64b33b01e1818baa10dad91a4f198f3a9f18479eb06a97288b25753dc5aeed88fb4ed19ae428ecc6416e8aa3d82f13083ca83442eab294806ae
7
- data.tar.gz: 4bf9290acf0cab42883f7c31d0fe80654e88204194a002ed22421b4618a5e8302e1d094963ef7cbff659eb03621f6ed676801f9252c57dfc9b8ca65f4f15843f
6
+ metadata.gz: 742a3f09de3cda8caca7970efed3858cef919355a6d373c28db7f26133ec5e730caec834d6101b5b11858a3f8baec54abdd27aca90d3f0880babcc8fd67dbd6b
7
+ data.tar.gz: 669b9df0c2988028bd01313b0602a55bb3cc36b44e3bfc313b7e8e055bfdf53cb21f3e370e6878f5f1d5ff241557e349161973911d4ba78099b086de39b1bffa
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-redis_v1beta1
2
2
 
3
+ ### v0.60.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250320
6
+
3
7
  ### v0.59.0 (2025-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20250303
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RedisV1beta1
18
18
  # Version of the google-apis-redis_v1beta1 gem
19
- GEM_VERSION = "0.59.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250303"
25
+ REVISION = "20250320"
26
26
  end
27
27
  end
28
28
  end
@@ -84,6 +84,9 @@ module Google
84
84
  # Lists information about the supported locations for this service.
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
+ # @param [Array<String>, String] extra_location_types
88
+ # Optional. A list of extra location types that should be used as conditions for
89
+ # controlling the visibility of the locations.
87
90
  # @param [String] filter
88
91
  # A filter to narrow down results to a preferred subset. The filtering language
89
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -111,11 +114,12 @@ module Google
111
114
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
112
115
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
113
116
  # @raise [Google::Apis::AuthorizationError] Authorization is required
114
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
117
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
115
118
  command = make_simple_command(:get, 'v1beta1/{+name}/locations', options)
116
119
  command.response_representation = Google::Apis::RedisV1beta1::ListLocationsResponse::Representation
117
120
  command.response_class = Google::Apis::RedisV1beta1::ListLocationsResponse
118
121
  command.params['name'] = name unless name.nil?
122
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
119
123
  command.query['filter'] = filter unless filter.nil?
120
124
  command.query['pageSize'] = page_size unless page_size.nil?
121
125
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -128,7 +132,7 @@ module Google
128
132
  # @param [String] name
129
133
  # Required. Redis backupCollection resource name using the form: `projects/`
130
134
  # project_id`/locations/`location_id`/backupCollections/`backup_collection_id``
131
- # where `location_id` refers to a GCP region.
135
+ # where `location_id` refers to a Google Cloud region.
132
136
  # @param [String] fields
133
137
  # Selector specifying which fields to include in a partial response.
134
138
  # @param [String] quota_user
@@ -163,7 +167,7 @@ module Google
163
167
  # @param [String] parent
164
168
  # Required. The resource name of the backupCollection location using the form: `
165
169
  # projects/`project_id`/locations/`location_id`` where `location_id` refers to a
166
- # GCP region.
170
+ # Google Cloud region.
167
171
  # @param [Fixnum] page_size
168
172
  # Optional. The maximum number of items to return. If not specified, a default
169
173
  # value of 1000 will be used by the service. Regardless of the page_size value,
@@ -360,7 +364,7 @@ module Google
360
364
  # @param [String] name
361
365
  # Required. Redis cluster resource name using the form: `projects/`project_id`/
362
366
  # locations/`location_id`/clusters/`cluster_id`` where `location_id` refers to a
363
- # GCP region.
367
+ # Google Cloud region.
364
368
  # @param [Google::Apis::RedisV1beta1::BackupClusterRequest] backup_cluster_request_object
365
369
  # @param [String] fields
366
370
  # Selector specifying which fields to include in a partial response.
@@ -399,8 +403,8 @@ module Google
399
403
  # after a few hours, so there is no need to call DeleteOperation.
400
404
  # @param [String] parent
401
405
  # Required. The resource name of the cluster location using the form: `projects/`
402
- # project_id`/locations/`location_id`` where `location_id` refers to a GCP
403
- # region.
406
+ # project_id`/locations/`location_id`` where `location_id` refers to a Google
407
+ # Cloud region.
404
408
  # @param [Google::Apis::RedisV1beta1::Cluster] cluster_object
405
409
  # @param [String] cluster_id
406
410
  # Required. The logical name of the Redis cluster in the customer project with
@@ -445,7 +449,7 @@ module Google
445
449
  # @param [String] name
446
450
  # Required. Redis cluster resource name using the form: `projects/`project_id`/
447
451
  # locations/`location_id`/clusters/`cluster_id`` where `location_id` refers to a
448
- # GCP region.
452
+ # Google Cloud region.
449
453
  # @param [String] request_id
450
454
  # Optional. Idempotent request UUID.
451
455
  # @param [String] fields
@@ -480,7 +484,7 @@ module Google
480
484
  # @param [String] name
481
485
  # Required. Redis cluster resource name using the form: `projects/`project_id`/
482
486
  # locations/`location_id`/clusters/`cluster_id`` where `location_id` refers to a
483
- # GCP region.
487
+ # Google Cloud region.
484
488
  # @param [String] fields
485
489
  # Selector specifying which fields to include in a partial response.
486
490
  # @param [String] quota_user
@@ -512,7 +516,7 @@ module Google
512
516
  # @param [String] name
513
517
  # Required. Redis cluster certificate authority resource name using the form: `
514
518
  # projects/`project_id`/locations/`location_id`/clusters/`cluster_id`/
515
- # certificateAuthority` where `location_id` refers to a GCP region.
519
+ # certificateAuthority` where `location_id` refers to a Google Cloud region.
516
520
  # @param [String] fields
517
521
  # Selector specifying which fields to include in a partial response.
518
522
  # @param [String] quota_user
@@ -547,8 +551,8 @@ module Google
547
551
  # the results are aggregated.
548
552
  # @param [String] parent
549
553
  # Required. The resource name of the cluster location using the form: `projects/`
550
- # project_id`/locations/`location_id`` where `location_id` refers to a GCP
551
- # region.
554
+ # project_id`/locations/`location_id`` where `location_id` refers to a Google
555
+ # Cloud region.
552
556
  # @param [Fixnum] page_size
553
557
  # The maximum number of items to return. If not specified, a default value of
554
558
  # 1000 will be used by the service. Regardless of the page_size value, the
@@ -636,7 +640,7 @@ module Google
636
640
  # @param [String] name
637
641
  # Required. Redis Cluster instance resource name using the form: `projects/`
638
642
  # project_id`/locations/`location_id`/clusters/`cluster_id`` where `location_id`
639
- # refers to a GCP region.
643
+ # refers to a Google Cloud region.
640
644
  # @param [Google::Apis::RedisV1beta1::RescheduleClusterMaintenanceRequest] reschedule_cluster_maintenance_request_object
641
645
  # @param [String] fields
642
646
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-redis_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.59.0
4
+ version: 0.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-09 00:00:00.000000000 Z
10
+ date: 2025-03-30 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  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-redis_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.59.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.60.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1
63
63
  rdoc_options: []
64
64
  require_paths: