Class CustomizerAttributeServiceGrpc.CustomizerAttributeServiceImplBase
- java.lang.Object
-
- com.google.ads.googleads.v10.services.CustomizerAttributeServiceGrpc.CustomizerAttributeServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- CustomizerAttributeServiceGrpc
public abstract static class CustomizerAttributeServiceGrpc.CustomizerAttributeServiceImplBase extends java.lang.Object implements io.grpc.BindableServiceService to manage customizer attribute
-
-
Constructor Summary
Constructors Constructor Description CustomizerAttributeServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidmutateCustomizerAttributes(MutateCustomizerAttributesRequest request, io.grpc.stub.StreamObserver<MutateCustomizerAttributesResponse> responseObserver)Creates, updates or removes customizer attributes.
-
-
-
Method Detail
-
mutateCustomizerAttributes
public void mutateCustomizerAttributes(MutateCustomizerAttributesRequest request, io.grpc.stub.StreamObserver<MutateCustomizerAttributesResponse> responseObserver)
Creates, updates or removes customizer attributes. Operation statuses are returned.
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-