public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Key Management Service v1 API class LocationMetadata.
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-04-09 UTC."],[[["The page provides reference documentation for the `LocationMetadata` class within the Google Cloud Key Management Service v1 API, specifically for the .NET environment."],["It outlines the availability of different versions of the API, ranging from version 2.2.0 up to the latest version 3.16.0, each linking to its respective documentation."],["The `LocationMetadata` class details information about a given Google Cloud location, which can be found within the `Google.Cloud.Kms.V1` namespace, and its class structure is also detailed, showing its inheritance and implemented interfaces."],["Key properties within the `LocationMetadata` class, `EkmAvailable` and `HsmAvailable`, indicate whether external or HSM protection levels can be created in a location, and each property's type, which is a boolean, is specified."],["Two constructors for the `LocationMetadata` are detailed: one which is empty, and the other which takes in another instance of `LocationMetadata` as a parameter."]]],[]]