public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Functions v2beta API class LocationMetadata.
[[["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-17 UTC."],[[["The `LocationMetadata` class in the Cloud Functions v2beta API provides extra location-specific information, extending from the base `object` class."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality within the API framework."],["The `LocationMetadata` class has two constructors, one default and another that accepts another `LocationMetadata` object to copy."],["It contains a `RepeatedField` property called `Environments`, which stores a collection of supported Cloud Function environments for a given location."],["The class is part of the `Google.Cloud.Functions.V2Beta` namespace and is defined within the `Google.Cloud.Functions.V2Beta.dll` assembly."]]],[]]