public static final class LocationsGrpc.LocationsBlockingStub extends io.grpc.stub.AbstractBlockingStub<LocationsGrpc.LocationsBlockingStub>
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.
| Modifier and Type | Method and Description |
|---|---|
protected LocationsGrpc.LocationsBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Location |
getLocation(GetLocationRequest request)
Gets information about a location.
|
ListLocationsResponse |
listLocations(ListLocationsRequest request)
Lists information about the supported locations for this service.
|
protected LocationsGrpc.LocationsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<LocationsGrpc.LocationsBlockingStub>public ListLocationsResponse listLocations(ListLocationsRequest request)
Lists information about the supported locations for this service.
public Location getLocation(GetLocationRequest request)
Gets information about a location.
Copyright © 2022 Google LLC. All rights reserved.