Skip to content

Commit ebfd432

Browse files
feat: Automated regeneration of redis v1 client (googleapis#23446)
Auto-created at 2025-06-15 10:40:32 +0000 using the toys pull request generator.
1 parent 46b5408 commit ebfd432

File tree

5 files changed

+24
-12
lines changed

5 files changed

+24
-12
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310875,6 +310875,7 @@
310875310875
"/redis:v1/DatabaseResourceHealthSignalData/description": description
310876310876
"/redis:v1/DatabaseResourceHealthSignalData/eventTime": event_time
310877310877
"/redis:v1/DatabaseResourceHealthSignalData/externalUri": external_uri
310878+
"/redis:v1/DatabaseResourceHealthSignalData/location": location
310878310879
"/redis:v1/DatabaseResourceHealthSignalData/name": name
310879310880
"/redis:v1/DatabaseResourceHealthSignalData/provider": provider
310880310881
"/redis:v1/DatabaseResourceHealthSignalData/resourceContainer": resource_container

generated/google-apis-redis_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-redis_v1
22

3+
### v0.72.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250609
6+
37
### v0.71.0 (2025-06-01)
48

59
* Regenerated from discovery document revision 20250527

generated/google-apis-redis_v1/lib/google/apis/redis_v1/classes.rb

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ def update!(**args)
949949
end
950950

951951
# 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
953953
class DatabaseResourceFeed
954954
include Google::Apis::Core::Hashable
955955

@@ -1040,6 +1040,11 @@ class DatabaseResourceHealthSignalData
10401040
# @return [String]
10411041
attr_accessor :external_uri
10421042

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+
10431048
# Required. The name of the signal, ex: PUBLIC_SQL_INSTANCE,
10441049
# SQL_LOG_ERROR_VERBOSITY etc.
10451050
# Corresponds to the JSON property `name`
@@ -1103,6 +1108,7 @@ def update!(**args)
11031108
@description = args[:description] if args.key?(:description)
11041109
@event_time = args[:event_time] if args.key?(:event_time)
11051110
@external_uri = args[:external_uri] if args.key?(:external_uri)
1111+
@location = args[:location] if args.key?(:location)
11061112
@name = args[:name] if args.key?(:name)
11071113
@provider = args[:provider] if args.key?(:provider)
11081114
@resource_container = args[:resource_container] if args.key?(:resource_container)
@@ -1129,15 +1135,15 @@ class DatabaseResourceId
11291135
# @return [String]
11301136
attr_accessor :provider_description
11311137

1132-
# Required. The type of resource this ID is identifying. Ex redis.googleapis.com/
1133-
# Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster,
1134-
# alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
1135-
# googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
1136-
# googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
1137-
# googleapis.com/Instance oracledatabase.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/
11381143
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
1139-
# oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/
1140-
# condor-common-datamodel
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
11411147
# Corresponds to the JSON property `resourceType`
11421148
# @return [String]
11431149
attr_accessor :resource_type
@@ -3056,7 +3062,7 @@ class PscConnection
30563062
# @return [String]
30573063
attr_accessor :network
30583064

3059-
# Output only. The port number of the exposed discovery endpoint.
3065+
# Output only. port will only be set for Primary/Reader or Discovery endpoint.
30603066
# Corresponds to the JSON property `port`
30613067
# @return [Fixnum]
30623068
attr_accessor :port

generated/google-apis-redis_v1/lib/google/apis/redis_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RedisV1
1818
# Version of the google-apis-redis_v1 gem
19-
GEM_VERSION = "0.71.0"
19+
GEM_VERSION = "0.72.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250527"
25+
REVISION = "20250609"
2626
end
2727
end
2828
end

generated/google-apis-redis_v1/lib/google/apis/redis_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -833,6 +833,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
833833
property :description, as: 'description'
834834
property :event_time, as: 'eventTime'
835835
property :external_uri, as: 'externalUri'
836+
property :location, as: 'location'
836837
property :name, as: 'name'
837838
property :provider, as: 'provider'
838839
property :resource_container, as: 'resourceContainer'

0 commit comments

Comments
 (0)