@@ -949,7 +949,7 @@ def update!(**args)
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 @@ class DatabaseResourceHealthSignalData
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 @@ def update!(**args)
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,15 +1135,15 @@ class DatabaseResourceId
1129
1135
# @return [String]
1130
1136
attr_accessor :provider_description
1131
1137
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/
1138
1143
# 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
1141
1147
# Corresponds to the JSON property `resourceType`
1142
1148
# @return [String]
1143
1149
attr_accessor :resource_type
@@ -3056,7 +3062,7 @@ class PscConnection
3056
3062
# @return [String]
3057
3063
attr_accessor :network
3058
3064
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.
3060
3066
# Corresponds to the JSON property `port`
3061
3067
# @return [Fixnum]
3062
3068
attr_accessor :port
0 commit comments