[BindServiceMethod(typeof(CloudLocationFinder), "BindService")]
public abstract class CloudLocationFinder.CloudLocationFinderBaseReference documentation and code samples for the Cloud Location Finder v1 API class CloudLocationFinder.CloudLocationFinderBase.
Base class for server-side implementations of CloudLocationFinder
Namespace
Google.Cloud.LocationFinder.V1Assembly
Google.Cloud.LocationFinder.V1.dll
Methods
GetCloudLocation(GetCloudLocationRequest, ServerCallContext)
public virtual Task<CloudLocation> GetCloudLocation(GetCloudLocationRequest request, ServerCallContext context)Retrieves a resource containing information about a cloud location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetCloudLocationRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskCloudLocation |
The response to send back to the client (wrapped by a task). |
ListCloudLocations(ListCloudLocationsRequest, ServerCallContext)
public virtual Task<ListCloudLocationsResponse> ListCloudLocations(ListCloudLocationsRequest request, ServerCallContext context)Lists cloud locations under a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListCloudLocationsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListCloudLocationsResponse |
The response to send back to the client (wrapped by a task). |
SearchCloudLocations(SearchCloudLocationsRequest, ServerCallContext)
public virtual Task<SearchCloudLocationsResponse> SearchCloudLocations(SearchCloudLocationsRequest request, ServerCallContext context)Searches for cloud locations from a given source location.
| Parameters | |
|---|---|
| Name | Description |
request |
SearchCloudLocationsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSearchCloudLocationsResponse |
The response to send back to the client (wrapped by a task). |