google-apis-redis_v1beta1 0.74.0 → 0.76.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: 18337f21c101f19396dc230ede8e7eb5914f784655ad27c793ecd603a9bb7050
|
|
4
|
+
data.tar.gz: bccce8c8ffcd1f86aa93840417dd073877e85f16e66d5391d883b3c2af8921c0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b3995589e694466b6a9b7f0372066fcde6bbe8d86055c860fd7fb52327f2879a6552ab88ec6b97c94270587dd2598ea8e46a64afb2103917e98195952dd84cd6
|
|
7
|
+
data.tar.gz: 94bb999f3c44008a0081a2bb9894336df2a89809d1111b91a5043389c91c6b6133b4bf447e3c4c4a2d79a1995952e1f0225673ef0fce00b2bf0e98eaa1940141
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-redis_v1beta1
|
|
2
2
|
|
|
3
|
+
### v0.76.0 (2026-01-11)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260107
|
|
6
|
+
|
|
7
|
+
### v0.75.0 (2025-11-09)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251104
|
|
10
|
+
|
|
3
11
|
### v0.74.0 (2025-11-02)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251021
|
|
@@ -1195,7 +1195,7 @@ module Google
|
|
|
1195
1195
|
# @return [Google::Apis::RedisV1beta1::DatabaseResourceId]
|
|
1196
1196
|
attr_accessor :resource_id
|
|
1197
1197
|
|
|
1198
|
-
# Common model for database resource instance metadata. Next ID:
|
|
1198
|
+
# Common model for database resource instance metadata. Next ID: 30
|
|
1199
1199
|
# Corresponds to the JSON property `resourceMetadata`
|
|
1200
1200
|
# @return [Google::Apis::RedisV1beta1::DatabaseResourceMetadata]
|
|
1201
1201
|
attr_accessor :resource_metadata
|
|
@@ -1393,7 +1393,7 @@ module Google
|
|
|
1393
1393
|
end
|
|
1394
1394
|
end
|
|
1395
1395
|
|
|
1396
|
-
# Common model for database resource instance metadata. Next ID:
|
|
1396
|
+
# Common model for database resource instance metadata. Next ID: 30
|
|
1397
1397
|
class DatabaseResourceMetadata
|
|
1398
1398
|
include Google::Apis::Core::Hashable
|
|
1399
1399
|
|
|
@@ -1470,6 +1470,12 @@ module Google
|
|
|
1470
1470
|
# @return [String]
|
|
1471
1471
|
attr_accessor :instance_type
|
|
1472
1472
|
|
|
1473
|
+
# Optional. Whether deletion protection is enabled for this resource.
|
|
1474
|
+
# Corresponds to the JSON property `isDeletionProtectionEnabled`
|
|
1475
|
+
# @return [Boolean]
|
|
1476
|
+
attr_accessor :is_deletion_protection_enabled
|
|
1477
|
+
alias_method :is_deletion_protection_enabled?, :is_deletion_protection_enabled
|
|
1478
|
+
|
|
1473
1479
|
# The resource location. REQUIRED
|
|
1474
1480
|
# Corresponds to the JSON property `location`
|
|
1475
1481
|
# @return [String]
|
|
@@ -1567,6 +1573,7 @@ module Google
|
|
|
1567
1573
|
@gcbdr_configuration = args[:gcbdr_configuration] if args.key?(:gcbdr_configuration)
|
|
1568
1574
|
@id = args[:id] if args.key?(:id)
|
|
1569
1575
|
@instance_type = args[:instance_type] if args.key?(:instance_type)
|
|
1576
|
+
@is_deletion_protection_enabled = args[:is_deletion_protection_enabled] if args.key?(:is_deletion_protection_enabled)
|
|
1570
1577
|
@location = args[:location] if args.key?(:location)
|
|
1571
1578
|
@machine_configuration = args[:machine_configuration] if args.key?(:machine_configuration)
|
|
1572
1579
|
@maintenance_info = args[:maintenance_info] if args.key?(:maintenance_info)
|
|
@@ -2720,8 +2727,9 @@ module Google
|
|
|
2720
2727
|
attr_accessor :operations
|
|
2721
2728
|
|
|
2722
2729
|
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
2723
|
-
# ListOperationsRequest.return_partial_success` and reads across collections
|
|
2724
|
-
# when attempting to list all resources across all supported
|
|
2730
|
+
# ListOperationsRequest.return_partial_success` and reads across collections.
|
|
2731
|
+
# For example, when attempting to list all resources across all supported
|
|
2732
|
+
# locations.
|
|
2725
2733
|
# Corresponds to the JSON property `unreachable`
|
|
2726
2734
|
# @return [Array<String>]
|
|
2727
2735
|
attr_accessor :unreachable
|
|
@@ -2792,12 +2800,24 @@ module Google
|
|
|
2792
2800
|
class MachineConfiguration
|
|
2793
2801
|
include Google::Apis::Core::Hashable
|
|
2794
2802
|
|
|
2803
|
+
# Optional. Baseline slots for BigQuery Reservations. Baseline slots are in
|
|
2804
|
+
# increments of 50.
|
|
2805
|
+
# Corresponds to the JSON property `baselineSlots`
|
|
2806
|
+
# @return [Fixnum]
|
|
2807
|
+
attr_accessor :baseline_slots
|
|
2808
|
+
|
|
2795
2809
|
# The number of CPUs. Deprecated. Use vcpu_count instead. TODO(b/342344482) add
|
|
2796
2810
|
# proto validations again after bug fix.
|
|
2797
2811
|
# Corresponds to the JSON property `cpuCount`
|
|
2798
2812
|
# @return [Fixnum]
|
|
2799
2813
|
attr_accessor :cpu_count
|
|
2800
2814
|
|
|
2815
|
+
# Optional. Max slots for BigQuery Reservations. Max slots are in increments of
|
|
2816
|
+
# 50.
|
|
2817
|
+
# Corresponds to the JSON property `maxReservationSlots`
|
|
2818
|
+
# @return [Fixnum]
|
|
2819
|
+
attr_accessor :max_reservation_slots
|
|
2820
|
+
|
|
2801
2821
|
# Memory size in bytes. TODO(b/342344482) add proto validations again after bug
|
|
2802
2822
|
# fix.
|
|
2803
2823
|
# Corresponds to the JSON property `memorySizeInBytes`
|
|
@@ -2821,7 +2841,9 @@ module Google
|
|
|
2821
2841
|
|
|
2822
2842
|
# Update properties of this object
|
|
2823
2843
|
def update!(**args)
|
|
2844
|
+
@baseline_slots = args[:baseline_slots] if args.key?(:baseline_slots)
|
|
2824
2845
|
@cpu_count = args[:cpu_count] if args.key?(:cpu_count)
|
|
2846
|
+
@max_reservation_slots = args[:max_reservation_slots] if args.key?(:max_reservation_slots)
|
|
2825
2847
|
@memory_size_in_bytes = args[:memory_size_in_bytes] if args.key?(:memory_size_in_bytes)
|
|
2826
2848
|
@shard_count = args[:shard_count] if args.key?(:shard_count)
|
|
2827
2849
|
@vcpu_count = args[:vcpu_count] if args.key?(:vcpu_count)
|
|
@@ -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.76.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 = "20260107"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -981,6 +981,7 @@ module Google
|
|
|
981
981
|
property :id, as: 'id', class: Google::Apis::RedisV1beta1::DatabaseResourceId, decorator: Google::Apis::RedisV1beta1::DatabaseResourceId::Representation
|
|
982
982
|
|
|
983
983
|
property :instance_type, as: 'instanceType'
|
|
984
|
+
property :is_deletion_protection_enabled, as: 'isDeletionProtectionEnabled'
|
|
984
985
|
property :location, as: 'location'
|
|
985
986
|
property :machine_configuration, as: 'machineConfiguration', class: Google::Apis::RedisV1beta1::MachineConfiguration, decorator: Google::Apis::RedisV1beta1::MachineConfiguration::Representation
|
|
986
987
|
|
|
@@ -1319,7 +1320,9 @@ module Google
|
|
|
1319
1320
|
class MachineConfiguration
|
|
1320
1321
|
# @private
|
|
1321
1322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1323
|
+
property :baseline_slots, :numeric_string => true, as: 'baselineSlots'
|
|
1322
1324
|
property :cpu_count, as: 'cpuCount'
|
|
1325
|
+
property :max_reservation_slots, :numeric_string => true, as: 'maxReservationSlots'
|
|
1323
1326
|
property :memory_size_in_bytes, :numeric_string => true, as: 'memorySizeInBytes'
|
|
1324
1327
|
property :shard_count, as: 'shardCount'
|
|
1325
1328
|
property :vcpu_count, as: 'vcpuCount'
|
|
@@ -1209,11 +1209,12 @@ module Google
|
|
|
1209
1209
|
# The standard list page token.
|
|
1210
1210
|
# @param [Boolean] return_partial_success
|
|
1211
1211
|
# When set to `true`, operations that are reachable are returned as normal, and
|
|
1212
|
-
# those that are unreachable are returned in the
|
|
1213
|
-
# unreachable
|
|
1214
|
-
#
|
|
1215
|
-
# by default
|
|
1216
|
-
# explicitly documented otherwise in service or product specific
|
|
1212
|
+
# those that are unreachable are returned in the ListOperationsResponse.
|
|
1213
|
+
# unreachable field. This can only be `true` when reading across collections.
|
|
1214
|
+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
|
|
1215
|
+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
|
|
1216
|
+
# if set unless explicitly documented otherwise in service or product specific
|
|
1217
|
+
# documentation.
|
|
1217
1218
|
# @param [String] fields
|
|
1218
1219
|
# Selector specifying which fields to include in a partial response.
|
|
1219
1220
|
# @param [String] quota_user
|
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.76.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.76.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:
|