Reference documentation and code samples for the Google.Cloud.Location class Locations.
An abstract interface that provides location-related information for
a service. Service-specific metadata is provided through the
[Location.metadata][google.cloud.location.Location.metadata] field.
public static void BindService(ServiceBinderBase serviceBinder, Locations.LocationsBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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-05-02 UTC."],[[["This documentation provides reference information for the `Google.Cloud.Location.Locations` class, which offers location-related data for a service, including service-specific metadata."],["The `Locations` class inherits from the .NET `object` class and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The namespace for this class is `Google.Cloud.Location`, and it is found in the `Google.Cloud.Location.dll` assembly."],["The documentation lists multiple versions of this class, with the latest version being 2.3.0."],["The `Locations` class includes methods for binding service, `BindService(LocationsBase)` and `BindService(ServiceBinderBase, LocationsBase)`, to define and register service methods with a server."]]],[]]