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-03-21 UTC."],[[["This webpage provides documentation for the `LocationMetadata` class within the Google Cloud Key Management Service (KMS) v1 API, specifically in the .NET context."],["The documentation covers a range of versions, from 2.2.0 up to the latest release, 3.16.0, of the `LocationMetadata` class."],["The `LocationMetadata` class details the available metadata for a given location, in particular regarding Cloud KMS."],["`LocationMetadata` objects can indicate whether `CryptoKeys` with `EXTERNAL` or `HSM` protection levels can be created in a specific location via the `EkmAvailable` and `HsmAvailable` properties, respectively."],["The class has a constructor that initializes a new `LocationMetadata` object and another that takes in an existing `LocationMetadata` object to create a new one."]]],[]]