Class CampaignExperimentServiceGrpc
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CampaignExperimentServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/ads/googleads/v10/services/campaign_experiment_service.proto") public final class CampaignExperimentServiceGrpc extends java.lang.ObjectCampaignExperimentService manages the life cycle of campaign experiments. It is used to create new experiments from drafts, modify experiment properties, promote changes in an experiment back to its base campaign, graduate experiments into new stand-alone campaigns, and to remove an experiment. An experiment consists of two variants or arms - the base campaign and the experiment campaign, directing a fixed share of traffic to each arm. A campaign experiment is created from a draft of changes to the base campaign and will be a snapshot of changes in the draft at the time of creation.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCampaignExperimentServiceGrpc.CampaignExperimentServiceBlockingStubCampaignExperimentService manages the life cycle of campaign experiments.static classCampaignExperimentServiceGrpc.CampaignExperimentServiceFutureStubCampaignExperimentService manages the life cycle of campaign experiments.static classCampaignExperimentServiceGrpc.CampaignExperimentServiceImplBaseCampaignExperimentService manages the life cycle of campaign experiments.static classCampaignExperimentServiceGrpc.CampaignExperimentServiceStubCampaignExperimentService manages the life cycle of campaign experiments.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateCampaignExperimentMethod
public static io.grpc.MethodDescriptor<CreateCampaignExperimentRequest,com.google.longrunning.Operation> getCreateCampaignExperimentMethod()
-
getMutateCampaignExperimentsMethod
public static io.grpc.MethodDescriptor<MutateCampaignExperimentsRequest,MutateCampaignExperimentsResponse> getMutateCampaignExperimentsMethod()
-
getGraduateCampaignExperimentMethod
public static io.grpc.MethodDescriptor<GraduateCampaignExperimentRequest,GraduateCampaignExperimentResponse> getGraduateCampaignExperimentMethod()
-
getPromoteCampaignExperimentMethod
public static io.grpc.MethodDescriptor<PromoteCampaignExperimentRequest,com.google.longrunning.Operation> getPromoteCampaignExperimentMethod()
-
getEndCampaignExperimentMethod
public static io.grpc.MethodDescriptor<EndCampaignExperimentRequest,com.google.protobuf.Empty> getEndCampaignExperimentMethod()
-
getListCampaignExperimentAsyncErrorsMethod
public static io.grpc.MethodDescriptor<ListCampaignExperimentAsyncErrorsRequest,ListCampaignExperimentAsyncErrorsResponse> getListCampaignExperimentAsyncErrorsMethod()
-
newStub
public static CampaignExperimentServiceGrpc.CampaignExperimentServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CampaignExperimentServiceGrpc.CampaignExperimentServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CampaignExperimentServiceGrpc.CampaignExperimentServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-