Class RemarketingActionServiceGrpc.RemarketingActionServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.RemarketingActionServiceGrpc.RemarketingActionServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- RemarketingActionServiceGrpc
public abstract static class RemarketingActionServiceGrpc.RemarketingActionServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage remarketing actions.
-
-
Constructor Summary
Constructors Constructor Description RemarketingActionServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateRemarketingActions(MutateRemarketingActionsRequest request, io.grpc.stub.StreamObserver<MutateRemarketingActionsResponse> responseObserver)Creates or updates remarketing actions.
-
-
-
Method Detail
-
mutateRemarketingActions
public void mutateRemarketingActions(MutateRemarketingActionsRequest request, io.grpc.stub.StreamObserver<MutateRemarketingActionsResponse> responseObserver)
Creates or updates remarketing actions. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ConversionActionError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-