Class ConversionValueRuleSetServiceGrpc.ConversionValueRuleSetServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.ConversionValueRuleSetServiceGrpc.ConversionValueRuleSetServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- ConversionValueRuleSetServiceGrpc
public abstract static class ConversionValueRuleSetServiceGrpc.ConversionValueRuleSetServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage conversion value rule sets.
-
-
Constructor Summary
Constructors Constructor Description ConversionValueRuleSetServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateConversionValueRuleSets(MutateConversionValueRuleSetsRequest request, io.grpc.stub.StreamObserver<MutateConversionValueRuleSetsResponse> responseObserver)Creates, updates or removes conversion value rule sets.
-
-
-
Method Detail
-
mutateConversionValueRuleSets
public void mutateConversionValueRuleSets(MutateConversionValueRuleSetsRequest request, io.grpc.stub.StreamObserver<MutateConversionValueRuleSetsResponse> responseObserver)
Creates, updates or removes conversion value rule sets. Operation statuses are returned.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-