google-apis-redis_v1beta1 0.61.0 → 0.63.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: 5f8deec5aac417a9853e25b960aa722e0f5516ccb075d329dfff7898f56f06d9
|
4
|
+
data.tar.gz: 65e4f8bf9f23b0ef8b07c31b0f3eb1d227cce2392962d114d3e39b8040e621a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2148686dc510ff85bf346df65a0e6fb4a8583898506133d54c1a458498f4c3685d8bb170260a579544c3c0bc66a1b6e56fff6d04a68fd1344b14d3fec7bd19b9
|
7
|
+
data.tar.gz: 13973383f7c7ad3701a6192967944ca0b623e6ee7d0cc3b487d307e1a56cdec0309a67112519faa046703c012a39240da180e968641ca07f1efbe0b2e5c783ba
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-redis_v1beta1
|
2
2
|
|
3
|
+
### v0.63.0 (2025-06-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250609
|
6
|
+
|
7
|
+
### v0.62.0 (2025-06-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250527
|
10
|
+
* Regenerated using generator version 0.18.0
|
11
|
+
|
3
12
|
### v0.61.0 (2025-05-04)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250418
|
@@ -949,7 +949,7 @@ module Google
|
|
949
949
|
end
|
950
950
|
|
951
951
|
# DatabaseResourceFeed is the top level proto to be used to ingest different
|
952
|
-
# database resource level events into Condor platform.
|
952
|
+
# database resource level events into Condor platform. Next ID: 8
|
953
953
|
class DatabaseResourceFeed
|
954
954
|
include Google::Apis::Core::Hashable
|
955
955
|
|
@@ -1040,6 +1040,11 @@ module Google
|
|
1040
1040
|
# @return [String]
|
1041
1041
|
attr_accessor :external_uri
|
1042
1042
|
|
1043
|
+
# This is used to identify the location of the resource. Example: "us-central1"
|
1044
|
+
# Corresponds to the JSON property `location`
|
1045
|
+
# @return [String]
|
1046
|
+
attr_accessor :location
|
1047
|
+
|
1043
1048
|
# Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
|
1044
1049
|
# SQL_LOG_ERROR_VERBOSITY etc.
|
1045
1050
|
# Corresponds to the JSON property `name`
|
@@ -1103,6 +1108,7 @@ module Google
|
|
1103
1108
|
@description = args[:description] if args.key?(:description)
|
1104
1109
|
@event_time = args[:event_time] if args.key?(:event_time)
|
1105
1110
|
@external_uri = args[:external_uri] if args.key?(:external_uri)
|
1111
|
+
@location = args[:location] if args.key?(:location)
|
1106
1112
|
@name = args[:name] if args.key?(:name)
|
1107
1113
|
@provider = args[:provider] if args.key?(:provider)
|
1108
1114
|
@resource_container = args[:resource_container] if args.key?(:resource_container)
|
@@ -1129,12 +1135,15 @@ module Google
|
|
1129
1135
|
# @return [String]
|
1130
1136
|
attr_accessor :provider_description
|
1131
1137
|
|
1132
|
-
# Required. The type of resource this ID is identifying. Ex
|
1133
|
-
#
|
1134
|
-
#
|
1135
|
-
# googleapis.com/
|
1136
|
-
#
|
1137
|
-
# googleapis.com/
|
1138
|
+
# Required. The type of resource this ID is identifying. Ex go/keep-sorted start
|
1139
|
+
# alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
|
1140
|
+
# googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
|
1141
|
+
# googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
|
1142
|
+
# com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
|
1143
|
+
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
|
1144
|
+
# oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
|
1145
|
+
# Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
|
1146
|
+
# go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
|
1138
1147
|
# Corresponds to the JSON property `resourceType`
|
1139
1148
|
# @return [String]
|
1140
1149
|
attr_accessor :resource_type
|
@@ -3055,7 +3064,7 @@ module Google
|
|
3055
3064
|
# @return [String]
|
3056
3065
|
attr_accessor :network
|
3057
3066
|
|
3058
|
-
# Output only.
|
3067
|
+
# Output only. port will only be set for Primary/Reader or Discovery endpoint.
|
3059
3068
|
# Corresponds to the JSON property `port`
|
3060
3069
|
# @return [Fixnum]
|
3061
3070
|
attr_accessor :port
|
@@ -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.63.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250609"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -833,6 +833,7 @@ module Google
|
|
833
833
|
property :description, as: 'description'
|
834
834
|
property :event_time, as: 'eventTime'
|
835
835
|
property :external_uri, as: 'externalUri'
|
836
|
+
property :location, as: 'location'
|
836
837
|
property :name, as: 'name'
|
837
838
|
property :provider, as: 'provider'
|
838
839
|
property :resource_container, as: 'resourceContainer'
|
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.63.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.63.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:
|
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
|
-
rubygems_version: 3.6.
|
77
|
+
rubygems_version: 3.6.9
|
78
78
|
specification_version: 4
|
79
79
|
summary: Simple REST client for Google Cloud Memorystore for Redis API V1beta1
|
80
80
|
test_files: []
|