Class LifeEventServiceGrpc.LifeEventServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<LifeEventServiceGrpc.LifeEventServiceStub>
-
- com.google.ads.googleads.v9.services.LifeEventServiceGrpc.LifeEventServiceStub
-
- Enclosing class:
- LifeEventServiceGrpc
public static final class LifeEventServiceGrpc.LifeEventServiceStub extends io.grpc.stub.AbstractAsyncStub<LifeEventServiceGrpc.LifeEventServiceStub>
Service to fetch Google Ads Life Events.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LifeEventServiceGrpc.LifeEventServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetLifeEvent(GetLifeEventRequest request, io.grpc.stub.StreamObserver<LifeEvent> responseObserver)Returns the requested life event in full detail.
-
-
-
Method Detail
-
build
protected LifeEventServiceGrpc.LifeEventServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<LifeEventServiceGrpc.LifeEventServiceStub>
-
getLifeEvent
public void getLifeEvent(GetLifeEventRequest request, io.grpc.stub.StreamObserver<LifeEvent> responseObserver)
Returns the requested life event in full detail.
-
-