Interface CustomerServiceGrpc.AsyncService
- All Known Implementing Classes:
CustomerServiceGrpc.CustomerServiceImplBase
- Enclosing class:
- CustomerServiceGrpc
public static interface CustomerServiceGrpc.AsyncService
Service to manage customers.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidcreateCustomerClient(CreateCustomerClientRequest request, io.grpc.stub.StreamObserver<CreateCustomerClientResponse> responseObserver) Creates a new client under manager.default voidlistAccessibleCustomers(ListAccessibleCustomersRequest request, io.grpc.stub.StreamObserver<ListAccessibleCustomersResponse> responseObserver) Returns resource names of customers directly accessible by the user authenticating the call.default voidmutateCustomer(MutateCustomerRequest request, io.grpc.stub.StreamObserver<MutateCustomerResponse> responseObserver) Updates a customer.
-
Method Details
-
mutateCustomer
default void mutateCustomer(MutateCustomerRequest request, io.grpc.stub.StreamObserver<MutateCustomerResponse> responseObserver) Updates a customer. Operation statuses are returned. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [DatabaseError]() [FieldMaskError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]() [UrlFieldError]()
-
listAccessibleCustomers
default void listAccessibleCustomers(ListAccessibleCustomersRequest request, io.grpc.stub.StreamObserver<ListAccessibleCustomersResponse> responseObserver) Returns resource names of customers directly accessible by the user authenticating the call. List of thrown errors: [AuthenticationError]() [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() [RequestError]()
-
createCustomerClient
default void createCustomerClient(CreateCustomerClientRequest request, io.grpc.stub.StreamObserver<CreateCustomerClientResponse> responseObserver) Creates a new client under manager. The new client customer is returned. List of thrown errors: [AccessInvitationError]() [AuthenticationError]() [AuthorizationError]() [CurrencyCodeError]() [HeaderError]() [InternalError]() [ManagerLinkError]() [QuotaError]() [RequestError]() [StringLengthError]() [TimeZoneError]()
-