Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-metastore_v1alpha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-metastore_v1alpha

### v0.78.0 (2026-02-01)

* Regenerated from discovery document revision 20260122

### v0.77.0 (2025-12-07)

* Regenerated from discovery document revision 20251125
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -717,8 +717,9 @@ def update!(**args)
end
end

# Custom configuration used to specify regions that the metastore service runs
# in. Currently only supported in the us multi-region.
# Deprecated: Use a single region service instead. Custom configuration used to
# specify regions that the metastore service runs in. Currently only supported
# in the us multi-region.
class CustomRegionConfig
include Google::Apis::Core::Hashable

Expand All @@ -745,8 +746,9 @@ def update!(**args)
end
end

# Metadata about a custom region. This is only populated if the region is a
# custom region. For single/multi regions, it will be empty.
# Deprecated: Use a single region service instead. Metadata about a custom
# region. This is only populated if the region is a custom region. For single/
# multi regions, it will be empty.
class CustomRegionMetadata
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -1580,14 +1582,16 @@ def update!(**args)
class LocationMetadata
include Google::Apis::Core::Hashable

# Possible configurations supported if the current region is a custom region.
# Deprecated: Use a single region service instead. Possible configurations
# supported if the current region is a custom region.
# Corresponds to the JSON property `customRegionMetadata`
# @return [Array<Google::Apis::MetastoreV1alpha::CustomRegionMetadata>]
attr_accessor :custom_region_metadata

# The metadata for the multi-region that includes the constituent regions. The
# metadata is only populated if the region is multi-region. For single region or
# custom dual region, it will be empty.
# Deprecated: Use a single region service instead. The metadata for the multi-
# region that includes the constituent regions. The metadata is only populated
# if the region is multi-region. For single region or custom dual region, it
# will be empty.
# Corresponds to the JSON property `multiRegionMetadata`
# @return [Google::Apis::MetastoreV1alpha::MultiRegionMetadata]
attr_accessor :multi_region_metadata
Expand Down Expand Up @@ -1915,18 +1919,21 @@ def update!(**args)
end
end

# The multi-region config for the Dataproc Metastore service.
# Deprecated: Use a single region service instead. The multi-region config for
# the Dataproc Metastore service.
class MultiRegionConfig
include Google::Apis::Core::Hashable

# Output only. The list of root CA certificates that a gRPC client uses to
# connect to a multi-regional Dataproc Metastore service.
# Output only. Deprecated: Use a single region service instead. The list of root
# CA certificates that a gRPC client uses to connect to a multi-regional
# Dataproc Metastore service.
# Corresponds to the JSON property `certificates`
# @return [Array<Google::Apis::MetastoreV1alpha::RootCaCertificate>]
attr_accessor :certificates

# Custom configuration used to specify regions that the metastore service runs
# in. Currently only supported in the us multi-region.
# Deprecated: Use a single region service instead. Custom configuration used to
# specify regions that the metastore service runs in. Currently only supported
# in the us multi-region.
# Corresponds to the JSON property `customRegionConfig`
# @return [Google::Apis::MetastoreV1alpha::CustomRegionConfig]
attr_accessor :custom_region_config
Expand All @@ -1942,9 +1949,10 @@ def update!(**args)
end
end

# The metadata for the multi-region that includes the constituent regions. The
# metadata is only populated if the region is multi-region. For single region or
# custom dual region, it will be empty.
# Deprecated: Use a single region service instead. The metadata for the multi-
# region that includes the constituent regions. The metadata is only populated
# if the region is multi-region. For single region or custom dual region, it
# will be empty.
class MultiRegionMetadata
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -2409,17 +2417,20 @@ def update!(**args)
end
end

# A gRPC client must install all root CA certificates to connect to a multi-
# regional Dataproc Metastore service and achieve failover.
# Deprecated: Use a single region service instead. A gRPC client must install
# all root CA certificates to connect to a multi-regional Dataproc Metastore
# service and achieve failover.
class RootCaCertificate
include Google::Apis::Core::Hashable

# The root CA certificate in PEM format. The maximum length is 65536 bytes.
# Deprecated: Use a single region service instead. The root CA certificate in
# PEM format. The maximum length is 65536 bytes.
# Corresponds to the JSON property `certificate`
# @return [String]
attr_accessor :certificate

# The certificate expiration time in timestamp format.
# Deprecated: Use a single region service instead. The certificate expiration
# time in timestamp format.
# Corresponds to the JSON property `expirationTime`
# @return [String]
attr_accessor :expiration_time
Expand Down Expand Up @@ -2610,7 +2621,8 @@ class Service
# @return [Google::Apis::MetastoreV1alpha::MetadataManagementActivity]
attr_accessor :metadata_management_activity

# The multi-region config for the Dataproc Metastore service.
# Deprecated: Use a single region service instead. The multi-region config for
# the Dataproc Metastore service.
# Corresponds to the JSON property `multiRegionConfig`
# @return [Google::Apis::MetastoreV1alpha::MultiRegionConfig]
attr_accessor :multi_region_config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module MetastoreV1alpha
# Version of the google-apis-metastore_v1alpha gem
GEM_VERSION = "0.77.0"
GEM_VERSION = "0.78.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20251125"
REVISION = "20260122"
end
end
end