public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Oracle Database@Google Cloud v1 API class LocationMetadata.
Metadata for a given [Location][google.cloud.location.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."],[[["The `LocationMetadata` class in the Google Cloud Oracle Database v1 API provides metadata for a given location within Google Cloud."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a constructor for creating a new `LocationMetadata` object and another for copying an existing `LocationMetadata` object."],["The `GcpOracleZones` property provides a list of Google Cloud Platform Oracle zones available in a given location as a `RepeatedField` of strings."],["The current version of this class is the 1.1.0 which is also the latest."]]],[]]