Interface BiddingStrategyServiceGrpc.AsyncService
-
- All Known Implementing Classes:
BiddingStrategyServiceGrpc.BiddingStrategyServiceImplBase
- Enclosing class:
- BiddingStrategyServiceGrpc
public static interface BiddingStrategyServiceGrpc.AsyncServiceService to manage bidding strategies.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidmutateBiddingStrategies(MutateBiddingStrategiesRequest request, io.grpc.stub.StreamObserver<MutateBiddingStrategiesResponse> responseObserver)Creates, updates, or removes bidding strategies.
-
-
-
Method Detail
-
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]()
-
-