@@ -717,8 +717,9 @@ def update!(**args)
717717 end
718718 end
719719
720- # Custom configuration used to specify regions that the metastore service runs
721- # in. Currently only supported in the us multi-region.
720+ # Deprecated: Use a single region service instead. Custom configuration used to
721+ # specify regions that the metastore service runs in. Currently only supported
722+ # in the us multi-region.
722723 class CustomRegionConfig
723724 include Google ::Apis ::Core ::Hashable
724725
@@ -745,8 +746,9 @@ def update!(**args)
745746 end
746747 end
747748
748- # Metadata about a custom region. This is only populated if the region is a
749- # custom region. For single/multi regions, it will be empty.
749+ # Deprecated: Use a single region service instead. Metadata about a custom
750+ # region. This is only populated if the region is a custom region. For single/
751+ # multi regions, it will be empty.
750752 class CustomRegionMetadata
751753 include Google ::Apis ::Core ::Hashable
752754
@@ -1580,14 +1582,16 @@ def update!(**args)
15801582 class LocationMetadata
15811583 include Google ::Apis ::Core ::Hashable
15821584
1583- # Possible configurations supported if the current region is a custom region.
1585+ # Deprecated: Use a single region service instead. Possible configurations
1586+ # supported if the current region is a custom region.
15841587 # Corresponds to the JSON property `customRegionMetadata`
15851588 # @return [Array<Google::Apis::MetastoreV1alpha::CustomRegionMetadata>]
15861589 attr_accessor :custom_region_metadata
15871590
1588- # The metadata for the multi-region that includes the constituent regions. The
1589- # metadata is only populated if the region is multi-region. For single region or
1590- # custom dual region, it will be empty.
1591+ # Deprecated: Use a single region service instead. The metadata for the multi-
1592+ # region that includes the constituent regions. The metadata is only populated
1593+ # if the region is multi-region. For single region or custom dual region, it
1594+ # will be empty.
15911595 # Corresponds to the JSON property `multiRegionMetadata`
15921596 # @return [Google::Apis::MetastoreV1alpha::MultiRegionMetadata]
15931597 attr_accessor :multi_region_metadata
@@ -1915,18 +1919,21 @@ def update!(**args)
19151919 end
19161920 end
19171921
1918- # The multi-region config for the Dataproc Metastore service.
1922+ # Deprecated: Use a single region service instead. The multi-region config for
1923+ # the Dataproc Metastore service.
19191924 class MultiRegionConfig
19201925 include Google ::Apis ::Core ::Hashable
19211926
1922- # Output only. The list of root CA certificates that a gRPC client uses to
1923- # connect to a multi-regional Dataproc Metastore service.
1927+ # Output only. Deprecated: Use a single region service instead. The list of root
1928+ # CA certificates that a gRPC client uses to connect to a multi-regional
1929+ # Dataproc Metastore service.
19241930 # Corresponds to the JSON property `certificates`
19251931 # @return [Array<Google::Apis::MetastoreV1alpha::RootCaCertificate>]
19261932 attr_accessor :certificates
19271933
1928- # Custom configuration used to specify regions that the metastore service runs
1929- # in. Currently only supported in the us multi-region.
1934+ # Deprecated: Use a single region service instead. Custom configuration used to
1935+ # specify regions that the metastore service runs in. Currently only supported
1936+ # in the us multi-region.
19301937 # Corresponds to the JSON property `customRegionConfig`
19311938 # @return [Google::Apis::MetastoreV1alpha::CustomRegionConfig]
19321939 attr_accessor :custom_region_config
@@ -1942,9 +1949,10 @@ def update!(**args)
19421949 end
19431950 end
19441951
1945- # The metadata for the multi-region that includes the constituent regions. The
1946- # metadata is only populated if the region is multi-region. For single region or
1947- # custom dual region, it will be empty.
1952+ # Deprecated: Use a single region service instead. The metadata for the multi-
1953+ # region that includes the constituent regions. The metadata is only populated
1954+ # if the region is multi-region. For single region or custom dual region, it
1955+ # will be empty.
19481956 class MultiRegionMetadata
19491957 include Google ::Apis ::Core ::Hashable
19501958
@@ -2409,17 +2417,20 @@ def update!(**args)
24092417 end
24102418 end
24112419
2412- # A gRPC client must install all root CA certificates to connect to a multi-
2413- # regional Dataproc Metastore service and achieve failover.
2420+ # Deprecated: Use a single region service instead. A gRPC client must install
2421+ # all root CA certificates to connect to a multi-regional Dataproc Metastore
2422+ # service and achieve failover.
24142423 class RootCaCertificate
24152424 include Google ::Apis ::Core ::Hashable
24162425
2417- # The root CA certificate in PEM format. The maximum length is 65536 bytes.
2426+ # Deprecated: Use a single region service instead. The root CA certificate in
2427+ # PEM format. The maximum length is 65536 bytes.
24182428 # Corresponds to the JSON property `certificate`
24192429 # @return [String]
24202430 attr_accessor :certificate
24212431
2422- # The certificate expiration time in timestamp format.
2432+ # Deprecated: Use a single region service instead. The certificate expiration
2433+ # time in timestamp format.
24232434 # Corresponds to the JSON property `expirationTime`
24242435 # @return [String]
24252436 attr_accessor :expiration_time
@@ -2610,7 +2621,8 @@ class Service
26102621 # @return [Google::Apis::MetastoreV1alpha::MetadataManagementActivity]
26112622 attr_accessor :metadata_management_activity
26122623
2613- # The multi-region config for the Dataproc Metastore service.
2624+ # Deprecated: Use a single region service instead. The multi-region config for
2625+ # the Dataproc Metastore service.
26142626 # Corresponds to the JSON property `multiRegionConfig`
26152627 # @return [Google::Apis::MetastoreV1alpha::MultiRegionConfig]
26162628 attr_accessor :multi_region_config
0 commit comments