Class CustomerExtensionSettingServiceGrpc.CustomerExtensionSettingServiceImplBase

  • All Implemented Interfaces:
    io.grpc.BindableService
    Enclosing class:
    CustomerExtensionSettingServiceGrpc

    public abstract static class CustomerExtensionSettingServiceGrpc.CustomerExtensionSettingServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage customer extension settings.
     
    • Constructor Detail

      • CustomerExtensionSettingServiceImplBase

        public CustomerExtensionSettingServiceImplBase()
    • Method Detail

      • mutateCustomerExtensionSettings

        public void mutateCustomerExtensionSettings​(MutateCustomerExtensionSettingsRequest request,
                                                    io.grpc.stub.StreamObserver<MutateCustomerExtensionSettingsResponse> responseObserver)
         Creates, updates, or removes customer extension settings. Operation
         statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [CollectionSizeError]()
           [CriterionError]()
           [DatabaseError]()
           [DateError]()
           [DistinctError]()
           [ExtensionSettingError]()
           [FieldError]()
           [HeaderError]()
           [IdError]()
           [InternalError]()
           [ListOperationError]()
           [MutateError]()
           [NewResourceCreationError]()
           [NotEmptyError]()
           [NullError]()
           [OperatorError]()
           [QuotaError]()
           [RangeError]()
           [RequestError]()
           [SizeLimitError]()
           [StringFormatError]()
           [StringLengthError]()
           [UrlFieldError]()
         
      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService