Interface CampaignLifecycleGoalServiceGrpc.AsyncService
-
- All Known Implementing Classes:
CampaignLifecycleGoalServiceGrpc.CampaignLifecycleGoalServiceImplBase
- Enclosing class:
- CampaignLifecycleGoalServiceGrpc
public static interface CampaignLifecycleGoalServiceGrpc.AsyncServiceService to configure campaign lifecycle goals.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidconfigureCampaignLifecycleGoals(ConfigureCampaignLifecycleGoalsRequest request, io.grpc.stub.StreamObserver<ConfigureCampaignLifecycleGoalsResponse> responseObserver)Process the given campaign lifecycle configurations.
-
-
-
Method Detail
-
configureCampaignLifecycleGoals
default void configureCampaignLifecycleGoals(ConfigureCampaignLifecycleGoalsRequest request, io.grpc.stub.StreamObserver<ConfigureCampaignLifecycleGoalsResponse> responseObserver)
Process the given campaign lifecycle configurations. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CampaignLifecycleGoalConfigError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-