Class CustomerLabelServiceGrpc.CustomerLabelServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomerLabelServiceGrpc.CustomerLabelServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomerLabelServiceGrpc
public abstract static class CustomerLabelServiceGrpc.CustomerLabelServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage labels on customers.
-
-
Constructor Summary
Constructors Constructor Description CustomerLabelServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCustomerLabels(MutateCustomerLabelsRequest request, io.grpc.stub.StreamObserver<MutateCustomerLabelsResponse> responseObserver)Creates and removes customer-label relationships.
-
-
-
Method Detail
-
mutateCustomerLabels
public void mutateCustomerLabels(MutateCustomerLabelsRequest request, io.grpc.stub.StreamObserver<MutateCustomerLabelsResponse> responseObserver)
Creates and removes customer-label relationships. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [HeaderError]() [InternalError]() [LabelError]() [MutateError]() [QuotaError]() [RequestError]()
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-