Class LocationViewServiceGrpc.LocationViewServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.LocationViewServiceGrpc.LocationViewServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- LocationViewServiceGrpc
public abstract static class LocationViewServiceGrpc.LocationViewServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch location views.
-
-
Constructor Summary
Constructors Constructor Description LocationViewServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetLocationView(GetLocationViewRequest request, io.grpc.stub.StreamObserver<LocationView> responseObserver)Returns the requested location view in full detail.
-
-
-
Method Detail
-
getLocationView
public void getLocationView(GetLocationViewRequest request, io.grpc.stub.StreamObserver<LocationView> responseObserver)
Returns the requested location 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
-
-