Class CampaignSimulationServiceGrpc.CampaignSimulationServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v9.services.CampaignSimulationServiceGrpc.CampaignSimulationServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CampaignSimulationServiceGrpc
public abstract static class CampaignSimulationServiceGrpc.CampaignSimulationServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to fetch campaign simulations.
-
-
Constructor Summary
Constructors Constructor Description CampaignSimulationServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidgetCampaignSimulation(GetCampaignSimulationRequest request, io.grpc.stub.StreamObserver<CampaignSimulation> responseObserver)Returns the requested campaign simulation in full detail.
-
-
-
Method Detail
-
getCampaignSimulation
public void getCampaignSimulation(GetCampaignSimulationRequest request, io.grpc.stub.StreamObserver<CampaignSimulation> responseObserver)
Returns the requested campaign simulation in full detail.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-