Class RemarketingActionServiceGrpc.RemarketingActionServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<RemarketingActionServiceGrpc.RemarketingActionServiceBlockingStub>
-
- com.google.ads.googleads.v10.services.RemarketingActionServiceGrpc.RemarketingActionServiceBlockingStub
-
- Enclosing class:
- RemarketingActionServiceGrpc
public static final class RemarketingActionServiceGrpc.RemarketingActionServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<RemarketingActionServiceGrpc.RemarketingActionServiceBlockingStub>
Service to manage remarketing actions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RemarketingActionServiceGrpc.RemarketingActionServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)MutateRemarketingActionsResponsemutateRemarketingActions(MutateRemarketingActionsRequest request)Creates or updates remarketing actions.
-
-
-
Method Detail
-
build
protected RemarketingActionServiceGrpc.RemarketingActionServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<RemarketingActionServiceGrpc.RemarketingActionServiceBlockingStub>
-
mutateRemarketingActions
public MutateRemarketingActionsResponse mutateRemarketingActions(MutateRemarketingActionsRequest request)
Creates or updates remarketing actions. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [ConversionActionError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
-