Class BiddingStrategyServiceGrpc.BiddingStrategyServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.BiddingStrategyServiceGrpc.BiddingStrategyServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- BiddingStrategyServiceGrpc
public abstract static class BiddingStrategyServiceGrpc.BiddingStrategyServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage bidding strategies.
-
-
Constructor Summary
Constructors Constructor Description BiddingStrategyServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateBiddingStrategies(MutateBiddingStrategiesRequest request, io.grpc.stub.StreamObserver<MutateBiddingStrategiesResponse> responseObserver)Creates, updates, or removes bidding strategies.
-
-
-
Method Detail
-
mutateBiddingStrategies
public 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]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-