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