Class LifeEventServiceGrpc.LifeEventServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.LifeEventServiceGrpc.LifeEventServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- LifeEventServiceGrpc
public abstract static class LifeEventServiceGrpc.LifeEventServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch Google Ads Life Events.
-
-
Constructor Summary
Constructors Constructor Description LifeEventServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetLifeEvent(GetLifeEventRequest request, io.grpc.stub.StreamObserver<LifeEvent> responseObserver)Returns the requested life event in full detail.
-
-
-
Method Detail
-
getLifeEvent
public void getLifeEvent(GetLifeEventRequest request, io.grpc.stub.StreamObserver<LifeEvent> responseObserver)
Returns the requested life event in full detail.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-