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