Class RemarketingActionServiceGrpc.RemarketingActionServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<RemarketingActionServiceGrpc.RemarketingActionServiceStub>
-
- com.google.ads.googleads.v10.services.RemarketingActionServiceGrpc.RemarketingActionServiceStub
-
- Enclosing class:
- RemarketingActionServiceGrpc
public static final class RemarketingActionServiceGrpc.RemarketingActionServiceStub extends io.grpc.stub.AbstractAsyncStub<RemarketingActionServiceGrpc.RemarketingActionServiceStub>
Service to manage remarketing actions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RemarketingActionServiceGrpc.RemarketingActionServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidmutateRemarketingActions(MutateRemarketingActionsRequest request, io.grpc.stub.StreamObserver<MutateRemarketingActionsResponse> responseObserver)Creates or updates remarketing actions.
-
-
-
Method Detail
-
build
protected RemarketingActionServiceGrpc.RemarketingActionServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<RemarketingActionServiceGrpc.RemarketingActionServiceStub>
-
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]()
-
-