public abstract static class LocationsGrpc.LocationsImplBase extends Object implements BindableService
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.
Constructor and Description |
---|
LocationsImplBase() |
Modifier and Type | Method and Description |
---|---|
ServerServiceDefinition |
bindService() |
void |
getLocation(com.google.cloud.location.GetLocationRequest request,
StreamObserver<com.google.cloud.location.Location> responseObserver)
Gets information about a location.
|
void |
listLocations(com.google.cloud.location.ListLocationsRequest request,
StreamObserver<com.google.cloud.location.ListLocationsResponse> responseObserver)
Lists information about the supported locations for this service.
|
public void listLocations(com.google.cloud.location.ListLocationsRequest request, StreamObserver<com.google.cloud.location.ListLocationsResponse> responseObserver)
Lists information about the supported locations for this service.
public void getLocation(com.google.cloud.location.GetLocationRequest request, StreamObserver<com.google.cloud.location.Location> responseObserver)
Gets information about a location.
public final ServerServiceDefinition bindService()
bindService
in interface BindableService
Copyright © 2022 Google LLC. All rights reserved.