Interface CampaignGoalConfigServiceGrpc.AsyncService
- All Known Implementing Classes:
CampaignGoalConfigServiceGrpc.CampaignGoalConfigServiceImplBase
- Enclosing class:
- CampaignGoalConfigServiceGrpc
public static interface CampaignGoalConfigServiceGrpc.AsyncService
Service to manage campaign goal configs.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateCampaignGoalConfigs(MutateCampaignGoalConfigsRequest request, io.grpc.stub.StreamObserver<MutateCampaignGoalConfigsResponse> responseObserver) Create or update campaign goal configs.
-
Method Details
-
mutateCampaignGoalConfigs
default void mutateCampaignGoalConfigs(MutateCampaignGoalConfigsRequest request, io.grpc.stub.StreamObserver<MutateCampaignGoalConfigsResponse> responseObserver) Create or update campaign goal configs. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]() [CampaignGoalConfigError]() [GoalServicesError]()
-