Class CustomerAssetServiceGrpc.CustomerAssetServiceImplBase

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

    public abstract static class CustomerAssetServiceGrpc.CustomerAssetServiceImplBase
    extends java.lang.Object
    implements io.grpc.BindableService
     Service to manage customer assets.
     
    • Constructor Detail

      • CustomerAssetServiceImplBase

        public CustomerAssetServiceImplBase()
    • Method Detail

      • mutateCustomerAssets

        public void mutateCustomerAssets​(MutateCustomerAssetsRequest request,
                                         io.grpc.stub.StreamObserver<MutateCustomerAssetsResponse> responseObserver)
         Creates, updates, or removes customer assets. Operation statuses are
         returned.
         List of thrown errors:
           [AssetLinkError]()
           [AuthenticationError]()
           [AuthorizationError]()
           [FieldError]()
           [HeaderError]()
           [InternalError]()
           [MutateError]()
           [QuotaError]()
           [RequestError]()
         
      • bindService

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