Class CustomInterestServiceGrpc.CustomInterestServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<CustomInterestServiceGrpc.CustomInterestServiceFutureStub>
-
- com.google.ads.googleads.v10.services.CustomInterestServiceGrpc.CustomInterestServiceFutureStub
-
- Enclosing class:
- CustomInterestServiceGrpc
public static final class CustomInterestServiceGrpc.CustomInterestServiceFutureStub extends io.grpc.stub.AbstractFutureStub<CustomInterestServiceGrpc.CustomInterestServiceFutureStub>
Service to manage custom interests.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomInterestServiceGrpc.CustomInterestServiceFutureStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.common.util.concurrent.ListenableFuture<MutateCustomInterestsResponse>mutateCustomInterests(MutateCustomInterestsRequest request)Creates or updates custom interests.
-
-
-
Method Detail
-
build
protected CustomInterestServiceGrpc.CustomInterestServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CustomInterestServiceGrpc.CustomInterestServiceFutureStub>
-
mutateCustomInterests
public com.google.common.util.concurrent.ListenableFuture<MutateCustomInterestsResponse> mutateCustomInterests(MutateCustomInterestsRequest request)
Creates or updates custom interests. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [CriterionError]() [CustomInterestError]() [HeaderError]() [InternalError]() [MutateError]() [PolicyViolationError]() [QuotaError]() [RequestError]() [StringLengthError]()
-
-