google-apis-redis_v1beta1 0.72.0 → 0.73.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc021d3373c371f36e68182617b6263e80555e4c925e4a5ab4c9bb53f3967e90
|
4
|
+
data.tar.gz: 66e10fe46c56725ae064cf98e80c2e891197d4dca2de567e23cf79c2661976d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64d2bad4edc9b1c47231b302d894973a1f77cc48502b1d310f1c008b44b1bdf1258780008d90a23bdae4b64db3b939d40f79899d3f2c9ff0a5d39c39369045d6
|
7
|
+
data.tar.gz: e3b6960ee23aee98850c618712e16eb034067493e4dc6ac94315f25c3b3824ffc946ade136cc11fcd04e888c760cb8fc011e910d32fd2e0fd8c3e7f3caf3b5f3
|
data/CHANGELOG.md
CHANGED
@@ -2719,6 +2719,13 @@ module Google
|
|
2719
2719
|
# @return [Array<Google::Apis::RedisV1beta1::Operation>]
|
2720
2720
|
attr_accessor :operations
|
2721
2721
|
|
2722
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
2723
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
2724
|
+
# when attempting to list all resources across all supported locations.
|
2725
|
+
# Corresponds to the JSON property `unreachable`
|
2726
|
+
# @return [Array<String>]
|
2727
|
+
attr_accessor :unreachable
|
2728
|
+
|
2722
2729
|
def initialize(**args)
|
2723
2730
|
update!(**args)
|
2724
2731
|
end
|
@@ -2727,6 +2734,7 @@ module Google
|
|
2727
2734
|
def update!(**args)
|
2728
2735
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2729
2736
|
@operations = args[:operations] if args.key?(:operations)
|
2737
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
2730
2738
|
end
|
2731
2739
|
end
|
2732
2740
|
|
@@ -3729,7 +3737,8 @@ module Google
|
|
3729
3737
|
# maintenance. For example, for Cloud SQL resources, this can be used to capture
|
3730
3738
|
# if the maintenance window is in Week1, Week2, Week5, etc. Non production
|
3731
3739
|
# resources are usually part of early phase. For more details, refer to Cloud
|
3732
|
-
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
|
3740
|
+
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance Deprecated.
|
3741
|
+
# Use phase instead.
|
3733
3742
|
# Corresponds to the JSON property `phase`
|
3734
3743
|
# @return [String]
|
3735
3744
|
attr_accessor :phase
|
@@ -3741,6 +3750,15 @@ module Google
|
|
3741
3750
|
# @return [Google::Apis::RedisV1beta1::TimeOfDay]
|
3742
3751
|
attr_accessor :time
|
3743
3752
|
|
3753
|
+
# Optional. Phase of the maintenance window. This is to capture order of
|
3754
|
+
# maintenance. For example, for Cloud SQL resources, this can be used to capture
|
3755
|
+
# if the maintenance window is in Week1, Week2, Week5, etc. Non production
|
3756
|
+
# resources are usually part of early phase. For more details, refer to Cloud
|
3757
|
+
# SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance
|
3758
|
+
# Corresponds to the JSON property `week`
|
3759
|
+
# @return [String]
|
3760
|
+
attr_accessor :week
|
3761
|
+
|
3744
3762
|
def initialize(**args)
|
3745
3763
|
update!(**args)
|
3746
3764
|
end
|
@@ -3750,6 +3768,7 @@ module Google
|
|
3750
3768
|
@day = args[:day] if args.key?(:day)
|
3751
3769
|
@phase = args[:phase] if args.key?(:phase)
|
3752
3770
|
@time = args[:time] if args.key?(:time)
|
3771
|
+
@week = args[:week] if args.key?(:week)
|
3753
3772
|
end
|
3754
3773
|
end
|
3755
3774
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.73.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20251009"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1301,6 +1301,7 @@ module Google
|
|
1301
1301
|
property :next_page_token, as: 'nextPageToken'
|
1302
1302
|
collection :operations, as: 'operations', class: Google::Apis::RedisV1beta1::Operation, decorator: Google::Apis::RedisV1beta1::Operation::Representation
|
1303
1303
|
|
1304
|
+
collection :unreachable, as: 'unreachable'
|
1304
1305
|
end
|
1305
1306
|
end
|
1306
1307
|
|
@@ -1567,6 +1568,7 @@ module Google
|
|
1567
1568
|
property :phase, as: 'phase'
|
1568
1569
|
property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation
|
1569
1570
|
|
1571
|
+
property :week, as: 'week'
|
1570
1572
|
end
|
1571
1573
|
end
|
1572
1574
|
|
@@ -1207,6 +1207,13 @@ module Google
|
|
1207
1207
|
# The standard list page size.
|
1208
1208
|
# @param [String] page_token
|
1209
1209
|
# The standard list page token.
|
1210
|
+
# @param [Boolean] return_partial_success
|
1211
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
1212
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
1213
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
1214
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
1215
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
1216
|
+
# explicitly documented otherwise in service or product specific documentation.
|
1210
1217
|
# @param [String] fields
|
1211
1218
|
# Selector specifying which fields to include in a partial response.
|
1212
1219
|
# @param [String] quota_user
|
@@ -1224,7 +1231,7 @@ module Google
|
|
1224
1231
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1225
1232
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1226
1233
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1227
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1234
|
+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1228
1235
|
command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
|
1229
1236
|
command.response_representation = Google::Apis::RedisV1beta1::ListOperationsResponse::Representation
|
1230
1237
|
command.response_class = Google::Apis::RedisV1beta1::ListOperationsResponse
|
@@ -1232,6 +1239,7 @@ module Google
|
|
1232
1239
|
command.query['filter'] = filter unless filter.nil?
|
1233
1240
|
command.query['pageSize'] = page_size unless page_size.nil?
|
1234
1241
|
command.query['pageToken'] = page_token unless page_token.nil?
|
1242
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
1235
1243
|
command.query['fields'] = fields unless fields.nil?
|
1236
1244
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1237
1245
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-redis_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.73.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.73.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:
|