@@ -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
0 commit comments