Class CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceStub>
com.google.ads.googleads.v18.services.CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceStub
- Enclosing class:
- CustomerConversionGoalServiceGrpc
public static final class CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceStub
extends io.grpc.stub.AbstractAsyncStub<CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceStub>
A stub to allow clients to do asynchronous rpc calls to service CustomerConversionGoalService.
Service to manage customer conversion goal.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidmutateCustomerConversionGoals(MutateCustomerConversionGoalsRequest request, io.grpc.stub.StreamObserver<MutateCustomerConversionGoalsResponse> responseObserver) Creates, updates or removes customer conversion goals.Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<CustomerConversionGoalServiceGrpc.CustomerConversionGoalServiceStub>
-
mutateCustomerConversionGoals
public void mutateCustomerConversionGoals(MutateCustomerConversionGoalsRequest request, io.grpc.stub.StreamObserver<MutateCustomerConversionGoalsResponse> responseObserver) Creates, updates or removes customer conversion goals. Operation statuses are returned.
-