public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Cloud KMS metadata for the given
[google.cloud.location.Location][google.cloud.location.Location].
Indicates whether [CryptoKeys][google.cloud.kms.v1.CryptoKey] with
[protection_level][google.cloud.kms.v1.CryptoKeyVersionTemplate.protection_level]
[EXTERNAL][google.cloud.kms.v1.ProtectionLevel.EXTERNAL] can be created in
this location.
Indicates whether [CryptoKeys][google.cloud.kms.v1.CryptoKey] with
[protection_level][google.cloud.kms.v1.CryptoKeyVersionTemplate.protection_level]
[HSM][google.cloud.kms.v1.ProtectionLevel.HSM] can be created in this
location.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `LocationMetadata` class within the `Google.Cloud.Kms.V1` namespace, specifically version 2.9.0 of the library, and the different versions that exist of the same class."],["The `LocationMetadata` class is part of the Google Cloud KMS (Key Management Service) and offers metadata information for a specified location, and is an `object` that implements multiple interfaces, such as `IMessage` and `IEquatable`."],["The class contains two properties: `EkmAvailable`, indicating if `CryptoKeys` with `EXTERNAL` protection level can be created in the location, and `HsmAvailable`, indicating if `CryptoKeys` with `HSM` protection level can be created."],["The webpage lists multiple versions of `LocationMetadata`, ranging from version 3.16.0 (latest) down to version 2.2.0, where the class can be accessed and navigated through."]]],[]]