Class GeographicViewServiceGrpc.GeographicViewServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<GeographicViewServiceGrpc.GeographicViewServiceFutureStub>
-
- com.google.ads.googleads.v9.services.GeographicViewServiceGrpc.GeographicViewServiceFutureStub
-
- Enclosing class:
- GeographicViewServiceGrpc
public static final class GeographicViewServiceGrpc.GeographicViewServiceFutureStub extends io.grpc.stub.AbstractFutureStub<GeographicViewServiceGrpc.GeographicViewServiceFutureStub>
Service to manage geographic views.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GeographicViewServiceGrpc.GeographicViewServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<GeographicView>getGeographicView(GetGeographicViewRequest request)Returns the requested geographic view in full detail.
-
-
-
Method Detail
-
build
protected GeographicViewServiceGrpc.GeographicViewServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<GeographicViewServiceGrpc.GeographicViewServiceFutureStub>
-
getGeographicView
public com.google.common.util.concurrent.ListenableFuture<GeographicView> getGeographicView(GetGeographicViewRequest request)
Returns the requested geographic view in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-