Versions in this module Expand all Collapse all v1 v1.8.0 Sep 15, 2026 Changes in this version + const OperationService_Cancel_FullMethodName + const OperationService_Get_FullMethodName + var File_corelib_operation_operation_proto protoreflect.FileDescriptor + var File_corelib_operation_operation_service_proto protoreflect.FileDescriptor + var File_corelib_operation_package_options_proto protoreflect.FileDescriptor + var OperationService_ServiceDesc = grpc.ServiceDesc + func RegisterOperationServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error + func RegisterOperationServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client OperationServiceClient) error + func RegisterOperationServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error) + func RegisterOperationServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server OperationServiceServer) error + func RegisterOperationServiceServer(s grpc.ServiceRegistrar, srv OperationServiceServer) + type CancelOperationRequest struct + OperationId string + func (*CancelOperationRequest) Descriptor() ([]byte, []int) + func (*CancelOperationRequest) ProtoMessage() + func (x *CancelOperationRequest) GetOperationId() string + func (x *CancelOperationRequest) ProtoReflect() protoreflect.Message + func (x *CancelOperationRequest) Reset() + func (x *CancelOperationRequest) String() string + type GetOperationRequest struct + OperationId string + func (*GetOperationRequest) Descriptor() ([]byte, []int) + func (*GetOperationRequest) ProtoMessage() + func (x *GetOperationRequest) GetOperationId() string + func (x *GetOperationRequest) ProtoReflect() protoreflect.Message + func (x *GetOperationRequest) Reset() + func (x *GetOperationRequest) String() string + type Operation struct + CreatedAt *timestamppb.Timestamp + CreatedBy string + Description string + Done bool + Id string + Metadata *anypb.Any + ModifiedAt *timestamppb.Timestamp + PrincipalDisplayName string + PrincipalId string + PrincipalType string + Result isOperation_Result + func (*Operation) Descriptor() ([]byte, []int) + func (*Operation) ProtoMessage() + func (x *Operation) GetCreatedAt() *timestamppb.Timestamp + func (x *Operation) GetCreatedBy() string + func (x *Operation) GetDescription() string + func (x *Operation) GetDone() bool + func (x *Operation) GetError() *status.Status + func (x *Operation) GetId() string + func (x *Operation) GetMetadata() *anypb.Any + func (x *Operation) GetModifiedAt() *timestamppb.Timestamp + func (x *Operation) GetPrincipalDisplayName() string + func (x *Operation) GetPrincipalId() string + func (x *Operation) GetPrincipalType() string + func (x *Operation) GetResponse() *anypb.Any + func (x *Operation) GetResult() isOperation_Result + func (x *Operation) ProtoReflect() protoreflect.Message + func (x *Operation) Reset() + func (x *Operation) String() string + type OperationServiceClient interface + Cancel func(ctx context.Context, in *CancelOperationRequest, opts ...grpc.CallOption) (*Operation, error) + Get func(ctx context.Context, in *GetOperationRequest, opts ...grpc.CallOption) (*Operation, error) + func NewOperationServiceClient(cc grpc.ClientConnInterface) OperationServiceClient + type OperationServiceServer interface + Cancel func(context.Context, *CancelOperationRequest) (*Operation, error) + Get func(context.Context, *GetOperationRequest) (*Operation, error) + type Operation_Error struct + Error *status.Status + type Operation_Response struct + Response *anypb.Any + type UnimplementedOperationServiceServer struct + func (UnimplementedOperationServiceServer) Cancel(context.Context, *CancelOperationRequest) (*Operation, error) + func (UnimplementedOperationServiceServer) Get(context.Context, *GetOperationRequest) (*Operation, error) + type UnsafeOperationServiceServer interface