Class CustomerClientLinkServiceGrpc.CustomerClientLinkServiceStub

    • Nested Class Summary

      • Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub

        io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>>
    • Method Detail

      • getCustomerClientLink

        public void getCustomerClientLink​(GetCustomerClientLinkRequest request,
                                          io.grpc.stub.StreamObserver<CustomerClientLink> responseObserver)
         Returns the requested CustomerClientLink in full detail.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [HeaderError]()
           [InternalError]()
           [QuotaError]()
           [RequestError]()
         
      • mutateCustomerClientLink

        public void mutateCustomerClientLink​(MutateCustomerClientLinkRequest request,
                                             io.grpc.stub.StreamObserver<MutateCustomerClientLinkResponse> responseObserver)
         Creates or updates a customer client link. Operation statuses are returned.
         List of thrown errors:
           [AuthenticationError]()
           [AuthorizationError]()
           [DatabaseError]()
           [FieldError]()
           [FieldMaskError]()
           [HeaderError]()
           [InternalError]()
           [ManagerLinkError]()
           [MutateError]()
           [NewResourceCreationError]()
           [QuotaError]()
           [RequestError]()