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