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