public abstract static class LocationsGrpc.LocationsImplBase extends Object implements io.grpc.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 |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
getLocation(GetLocationRequest request,
io.grpc.stub.StreamObserver<Location> responseObserver)
Gets information about a location.
|
void |
listLocations(ListLocationsRequest request,
io.grpc.stub.StreamObserver<ListLocationsResponse> responseObserver)
Lists information about the supported locations for this service.
|
public void listLocations(ListLocationsRequest request, io.grpc.stub.StreamObserver<ListLocationsResponse> responseObserver)
Lists information about the supported locations for this service.
public void getLocation(GetLocationRequest request, io.grpc.stub.StreamObserver<Location> responseObserver)
Gets information about a location.
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableServiceCopyright © 2022 Google LLC. All rights reserved.