Interface CustomizerAttributeServiceGrpc.AsyncService
- All Known Implementing Classes:
CustomizerAttributeServiceGrpc.CustomizerAttributeServiceImplBase
- Enclosing class:
- CustomizerAttributeServiceGrpc
public static interface CustomizerAttributeServiceGrpc.AsyncService
Service to manage customizer attribute
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidmutateCustomizerAttributes(MutateCustomizerAttributesRequest request, io.grpc.stub.StreamObserver<MutateCustomizerAttributesResponse> responseObserver) Creates, updates or removes customizer attributes.
-
Method Details
-
mutateCustomizerAttributes
default void mutateCustomizerAttributes(MutateCustomizerAttributesRequest request, io.grpc.stub.StreamObserver<MutateCustomizerAttributesResponse> responseObserver) Creates, updates or removes customizer attributes. Operation statuses are returned.
-