Interface BiddingStrategyServiceGrpc.AsyncService
- All Known Implementing Classes:
BiddingStrategyServiceGrpc.BiddingStrategyServiceImplBase
- Enclosing class:
- BiddingStrategyServiceGrpc
public static interface BiddingStrategyServiceGrpc.AsyncService
Service to manage bidding strategies.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateBiddingStrategies(MutateBiddingStrategiesRequest request, io.grpc.stub.StreamObserver<MutateBiddingStrategiesResponse> responseObserver) Creates, updates, or removes bidding strategies.
-
Method Details
-
mutateBiddingStrategies
default void mutateBiddingStrategies(MutateBiddingStrategiesRequest request, io.grpc.stub.StreamObserver<MutateBiddingStrategiesResponse> responseObserver) Creates, updates, or removes bidding strategies. Operation statuses are returned. List of thrown errors: [AdxError]() [AuthenticationError]() [AuthorizationError]() [BiddingError]() [BiddingStrategyError]() [ContextError]() [DatabaseError]() [DateError]() [DistinctError]() [FieldError]() [FieldMaskError]() [HeaderError]() [IdError]() [InternalError]() [MutateError]() [NewResourceCreationError]() [NotEmptyError]() [NullError]() [OperationAccessDeniedError]() [OperatorError]() [QuotaError]() [RangeError]() [RequestError]() [SizeLimitError]() [StringFormatError]() [StringLengthError]()
-