Package com.google.cloud.location
Class LocationsGrpc.LocationsImplBase
- java.lang.Object
-
- com.google.cloud.location.LocationsGrpc.LocationsImplBase
-
- All Implemented Interfaces:
LocationsGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- LocationsGrpc
public abstract static class LocationsGrpc.LocationsImplBase extends Object implements io.grpc.BindableService, LocationsGrpc.AsyncService
Base class for the server implementation of the service 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.
-
-
Constructor Summary
Constructors Constructor Description LocationsImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.location.LocationsGrpc.AsyncService
getLocation, listLocations
-
-