@@ -623,10 +623,9 @@ class Cluster
623
623
# @return [Google::Apis::AlloydbV1alpha::SecondaryConfig]
624
624
attr_accessor :secondary_config
625
625
626
- # Output only. AlloyDB per-cluster service agent email. This service account is
627
- # created per-cluster per-project, and is different from that of the primary
628
- # service agent which is created per-project. The service account naming format
629
- # is subject to change.
626
+ # Output only. AlloyDB per-cluster service account. This service account is
627
+ # created per-cluster per-project, and is different from the per-project service
628
+ # account. The per-cluster service account naming format is subject to change.
630
629
# Corresponds to the JSON property `serviceAccountEmail`
631
630
# @return [String]
632
631
attr_accessor :service_account_email
@@ -1923,9 +1922,9 @@ class InstanceNetworkConfig
1923
1922
# Optional. Name of the allocated IP range for the private IP AlloyDB instance,
1924
1923
# for example: "google-managed-services-default". If set, the instance IPs will
1925
1924
# be created from this allocated range and will override the IP range used by
1926
- # the parent cluster. The range name must comply with [RFC 1035](http://go/rfc/
1927
- # 1035 ). Specifically, the name must be 1-63 characters long and match the
1928
- # regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
1925
+ # the parent cluster. The range name must comply with [RFC 1035](http://
1926
+ # datatracker.ietf.org/doc/html/rfc1035 ). Specifically, the name must be 1-63
1927
+ # characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?.
1929
1928
# Corresponds to the JSON property `allocatedIpRangeOverride`
1930
1929
# @return [String]
1931
1930
attr_accessor :allocated_ip_range_override
@@ -3549,7 +3548,7 @@ def update!(**args)
3549
3548
end
3550
3549
3551
3550
# DatabaseResourceFeed is the top level proto to be used to ingest different
3552
- # database resource level events into Condor platform.
3551
+ # database resource level events into Condor platform. Next ID: 8
3553
3552
class StorageDatabasecenterPartnerapiV1mainDatabaseResourceFeed
3554
3553
include Google ::Apis ::Core ::Hashable
3555
3554
@@ -3729,15 +3728,15 @@ class StorageDatabasecenterPartnerapiV1mainDatabaseResourceId
3729
3728
# @return [String]
3730
3729
attr_accessor :provider_description
3731
3730
3732
- # Required. The type of resource this ID is identifying. Ex redis.googleapis.com/
3733
- # Instance, redis.googleapis.com/Cluster, alloydb.googleapis.com/Cluster,
3734
- # alloydb.googleapis.com/Instance, spanner.googleapis.com/Instance, spanner.
3735
- # googleapis.com/Database, firestore.googleapis.com/Database, sqladmin.
3736
- # googleapis.com/Instance, bigtableadmin.googleapis.com/Cluster, bigtableadmin.
3737
- # googleapis.com/Instance oracledatabase.googleapis.com/
3731
+ # Required. The type of resource this ID is identifying. Ex go/keep-sorted start
3732
+ # alloydb.googleapis.com/Cluster, alloydb.googleapis.com/Instance, bigtableadmin.
3733
+ # googleapis.com/Cluster, bigtableadmin.googleapis.com/Instance compute.
3734
+ # googleapis.com/Instance firestore.googleapis.com/Database, redis.googleapis.
3735
+ # com/Instance, redis.googleapis.com/Cluster, oracledatabase.googleapis.com/
3738
3736
# cloudExadataInfrastructures oracledatabase.googleapis.com/cloudVmClusters
3739
- # oracledatabase.googleapis.com/autonomousDatabases REQUIRED Please refer go/
3740
- # condor-common-datamodel
3737
+ # oracledatabase.googleapis.com/autonomousDatabases spanner.googleapis.com/
3738
+ # Instance, spanner.googleapis.com/Database, sqladmin.googleapis.com/Instance,
3739
+ # go/keep-sorted end REQUIRED Please refer go/condor-common-datamodel
3741
3740
# Corresponds to the JSON property `resourceType`
3742
3741
# @return [String]
3743
3742
attr_accessor :resource_type
0 commit comments