public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the VMware Engine v1 API class LocationMetadata.
VmwareEngine specific metadata for the given
[google.cloud.location.Location][google.cloud.location.Location]. It is
returned as a content of the google.cloud.location.Location.metadata field.
[[["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."],[[["The latest version of the `LocationMetadata` class in the VMware Engine v1 API is 1.6.0, with 1.2.0 being the specific version detailed on this page."],["`LocationMetadata` provides VMware Engine-specific metadata for a given `google.cloud.location.Location`, accessible through the `google.cloud.location.Location.metadata` field."],["The `LocationMetadata` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, extending functionality beyond its inheritance from `object`."],["The class has two constructors, one default and one that accepts another `LocationMetadata` object for initialization, allowing for duplication of data."],["The `Capabilities` property within `LocationMetadata` provides output-only information about the capabilities of a given location, detailed through the use of a `RepeatedField` type."]]],[]]