Class CustomInterestServiceGrpc.CustomInterestServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomInterestServiceGrpc.CustomInterestServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomInterestServiceGrpc
public abstract static class CustomInterestServiceGrpc.CustomInterestServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage custom interests.
-
-
Constructor Summary
Constructors Constructor Description CustomInterestServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCustomInterests(MutateCustomInterestsRequest request, io.grpc.stub.StreamObserver<MutateCustomInterestsResponse> responseObserver)Creates or updates custom interests.
-
-
-
Method Detail
-
mutateCustomInterests
public void mutateCustomInterests(MutateCustomInterestsRequest request, io.grpc.stub.StreamObserver<MutateCustomInterestsResponse> responseObserver)
Creates or updates custom interests. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CriterionError]() [CustomInterestError]() [HeaderError]() [InternalError]() [MutateError]() [PolicyViolationError]() [QuotaError]() [RequestError]() [StringLengthError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-