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