Class GeographicViewServiceGrpc.GeographicViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.GeographicViewServiceGrpc.GeographicViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- GeographicViewServiceGrpc
public abstract static class GeographicViewServiceGrpc.GeographicViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage geographic views.
-
-
Constructor Summary
Constructors Constructor Description GeographicViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetGeographicView(GetGeographicViewRequest request, io.grpc.stub.StreamObserver<GeographicView> responseObserver)Returns the requested geographic view in full detail.
-
-
-
Method Detail
-
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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-