Class CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceStub>
-
- com.google.ads.googleads.v9.services.CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceStub
-
- Enclosing class:
- CampaignCriterionSimulationServiceGrpc
public static final class CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceStub extends io.grpc.stub.AbstractAsyncStub<CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceStub>
Service to fetch campaign criterion simulations.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidgetCampaignCriterionSimulation(GetCampaignCriterionSimulationRequest request, io.grpc.stub.StreamObserver<CampaignCriterionSimulation> responseObserver)Returns the requested campaign criterion simulation in full detail.
-
-
-
Method Detail
-
build
protected CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CampaignCriterionSimulationServiceGrpc.CampaignCriterionSimulationServiceStub>
-
getCampaignCriterionSimulation
public void getCampaignCriterionSimulation(GetCampaignCriterionSimulationRequest request, io.grpc.stub.StreamObserver<CampaignCriterionSimulation> responseObserver)
Returns the requested campaign criterion simulation in full detail. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-