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-07-09 UTC."],[[["This document provides reference documentation for the `Google.Cloud.Location.Locations` class, which is an abstract interface for managing location-related information within a service."],["The `Locations` class inherits from `object` and includes several inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method allows creating a service definition to be registered with a server, accepting a `LocationsBase` implementation as a parameter."],["Another `BindService` overload is available to register the service method with or without implementation, providing an experimental API for customizing the service binding logic."],["The namespace for the `Locations` class is `Google.Cloud.Location`, and it is contained within the `Google.Cloud.Location.dll` assembly, with version 2.3.0 being the latest available version."]]],[]]