// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.35.1 // protoc v5.28.3 // source: helios/widgets/widgetservice.proto package pbwidgets import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type ListAppContextsRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *ListAppContextsRequest) Reset() { *x = ListAppContextsRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ListAppContextsRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*ListAppContextsRequest) ProtoMessage() {} func (x *ListAppContextsRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[0] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ListAppContextsRequest.ProtoReflect.Descriptor instead. func (*ListAppContextsRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{0} } type ListAppContextsResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields AppContexts []*AppContext `protobuf:"bytes,1,rep,name=app_contexts,json=appContexts,proto3" json:"app_contexts,omitempty"` } func (x *ListAppContextsResponse) Reset() { *x = ListAppContextsResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ListAppContextsResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*ListAppContextsResponse) ProtoMessage() {} func (x *ListAppContextsResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[1] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ListAppContextsResponse.ProtoReflect.Descriptor instead. func (*ListAppContextsResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{1} } func (x *ListAppContextsResponse) GetAppContexts() []*AppContext { if x != nil { return x.AppContexts } return nil } type ListSpacesRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *ListSpacesRequest) Reset() { *x = ListSpacesRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ListSpacesRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*ListSpacesRequest) ProtoMessage() {} func (x *ListSpacesRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[2] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ListSpacesRequest.ProtoReflect.Descriptor instead. func (*ListSpacesRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{2} } type ListSpacesResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Spaces []*Space `protobuf:"bytes,1,rep,name=spaces,proto3" json:"spaces,omitempty"` } func (x *ListSpacesResponse) Reset() { *x = ListSpacesResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ListSpacesResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*ListSpacesResponse) ProtoMessage() {} func (x *ListSpacesResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[3] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ListSpacesResponse.ProtoReflect.Descriptor instead. func (*ListSpacesResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{3} } func (x *ListSpacesResponse) GetSpaces() []*Space { if x != nil { return x.Spaces } return nil } type AddSpaceRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Optional. AppContextId string `protobuf:"bytes,2,opt,name=app_context_id,json=appContextId,proto3" json:"app_context_id,omitempty"` } func (x *AddSpaceRequest) Reset() { *x = AddSpaceRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *AddSpaceRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddSpaceRequest) ProtoMessage() {} func (x *AddSpaceRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[4] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AddSpaceRequest.ProtoReflect.Descriptor instead. func (*AddSpaceRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{4} } func (x *AddSpaceRequest) GetName() string { if x != nil { return x.Name } return "" } func (x *AddSpaceRequest) GetAppContextId() string { if x != nil { return x.AppContextId } return "" } type AddSpaceResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Space *Space `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"` } func (x *AddSpaceResponse) Reset() { *x = AddSpaceResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *AddSpaceResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*AddSpaceResponse) ProtoMessage() {} func (x *AddSpaceResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[5] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use AddSpaceResponse.ProtoReflect.Descriptor instead. func (*AddSpaceResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{5} } func (x *AddSpaceResponse) GetSpace() *Space { if x != nil { return x.Space } return nil } type UpdateSpaceRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SpaceId string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` AppContextId string `protobuf:"bytes,3,opt,name=app_context_id,json=appContextId,proto3" json:"app_context_id,omitempty"` } func (x *UpdateSpaceRequest) Reset() { *x = UpdateSpaceRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *UpdateSpaceRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateSpaceRequest) ProtoMessage() {} func (x *UpdateSpaceRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[6] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateSpaceRequest.ProtoReflect.Descriptor instead. func (*UpdateSpaceRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{6} } func (x *UpdateSpaceRequest) GetSpaceId() string { if x != nil { return x.SpaceId } return "" } func (x *UpdateSpaceRequest) GetName() string { if x != nil { return x.Name } return "" } func (x *UpdateSpaceRequest) GetAppContextId() string { if x != nil { return x.AppContextId } return "" } type UpdateSpaceResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Space *Space `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"` } func (x *UpdateSpaceResponse) Reset() { *x = UpdateSpaceResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *UpdateSpaceResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateSpaceResponse) ProtoMessage() {} func (x *UpdateSpaceResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[7] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateSpaceResponse.ProtoReflect.Descriptor instead. func (*UpdateSpaceResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{7} } func (x *UpdateSpaceResponse) GetSpace() *Space { if x != nil { return x.Space } return nil } type DeleteSpaceRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SpaceId string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"` } func (x *DeleteSpaceRequest) Reset() { *x = DeleteSpaceRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DeleteSpaceRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteSpaceRequest) ProtoMessage() {} func (x *DeleteSpaceRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[8] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteSpaceRequest.ProtoReflect.Descriptor instead. func (*DeleteSpaceRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{8} } func (x *DeleteSpaceRequest) GetSpaceId() string { if x != nil { return x.SpaceId } return "" } type DeleteSpaceResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *DeleteSpaceResponse) Reset() { *x = DeleteSpaceResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DeleteSpaceResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteSpaceResponse) ProtoMessage() {} func (x *DeleteSpaceResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[9] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteSpaceResponse.ProtoReflect.Descriptor instead. func (*DeleteSpaceResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{9} } type ReorderSpacesRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SpaceIds []string `protobuf:"bytes,1,rep,name=space_ids,json=spaceIds,proto3" json:"space_ids,omitempty"` } func (x *ReorderSpacesRequest) Reset() { *x = ReorderSpacesRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ReorderSpacesRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*ReorderSpacesRequest) ProtoMessage() {} func (x *ReorderSpacesRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[10] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ReorderSpacesRequest.ProtoReflect.Descriptor instead. func (*ReorderSpacesRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{10} } func (x *ReorderSpacesRequest) GetSpaceIds() []string { if x != nil { return x.SpaceIds } return nil } type ReorderSpacesResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *ReorderSpacesResponse) Reset() { *x = ReorderSpacesResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *ReorderSpacesResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*ReorderSpacesResponse) ProtoMessage() {} func (x *ReorderSpacesResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[11] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ReorderSpacesResponse.ProtoReflect.Descriptor instead. func (*ReorderSpacesResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{11} } type CreateWidgetInstanceRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields SpaceId string `protobuf:"bytes,1,opt,name=space_id,json=spaceId,proto3" json:"space_id,omitempty"` WidgetIdentifier string `protobuf:"bytes,2,opt,name=widget_identifier,json=widgetIdentifier,proto3" json:"widget_identifier,omitempty"` WidgetVersion string `protobuf:"bytes,3,opt,name=widget_version,json=widgetVersion,proto3" json:"widget_version,omitempty"` WidgetSizeVariant WidgetSizeVariant `protobuf:"varint,4,opt,name=widget_size_variant,json=widgetSizeVariant,proto3,enum=helios.widgets.WidgetSizeVariant" json:"widget_size_variant,omitempty"` } func (x *CreateWidgetInstanceRequest) Reset() { *x = CreateWidgetInstanceRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CreateWidgetInstanceRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateWidgetInstanceRequest) ProtoMessage() {} func (x *CreateWidgetInstanceRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[12] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateWidgetInstanceRequest.ProtoReflect.Descriptor instead. func (*CreateWidgetInstanceRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{12} } func (x *CreateWidgetInstanceRequest) GetSpaceId() string { if x != nil { return x.SpaceId } return "" } func (x *CreateWidgetInstanceRequest) GetWidgetIdentifier() string { if x != nil { return x.WidgetIdentifier } return "" } func (x *CreateWidgetInstanceRequest) GetWidgetVersion() string { if x != nil { return x.WidgetVersion } return "" } func (x *CreateWidgetInstanceRequest) GetWidgetSizeVariant() WidgetSizeVariant { if x != nil { return x.WidgetSizeVariant } return WidgetSizeVariant_WIDGET_SIZE_VARIANT_UNSPECIFIED } type CreateWidgetInstanceResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields WidgetInstance *WidgetInstance `protobuf:"bytes,1,opt,name=widget_instance,json=widgetInstance,proto3" json:"widget_instance,omitempty"` } func (x *CreateWidgetInstanceResponse) Reset() { *x = CreateWidgetInstanceResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *CreateWidgetInstanceResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateWidgetInstanceResponse) ProtoMessage() {} func (x *CreateWidgetInstanceResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[13] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateWidgetInstanceResponse.ProtoReflect.Descriptor instead. func (*CreateWidgetInstanceResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{13} } func (x *CreateWidgetInstanceResponse) GetWidgetInstance() *WidgetInstance { if x != nil { return x.WidgetInstance } return nil } type SaveWidgetInstanceDataRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields WidgetInstanceId string `protobuf:"bytes,1,opt,name=widget_instance_id,json=widgetInstanceId,proto3" json:"widget_instance_id,omitempty"` Data []byte `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` } func (x *SaveWidgetInstanceDataRequest) Reset() { *x = SaveWidgetInstanceDataRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *SaveWidgetInstanceDataRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*SaveWidgetInstanceDataRequest) ProtoMessage() {} func (x *SaveWidgetInstanceDataRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[14] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SaveWidgetInstanceDataRequest.ProtoReflect.Descriptor instead. func (*SaveWidgetInstanceDataRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{14} } func (x *SaveWidgetInstanceDataRequest) GetWidgetInstanceId() string { if x != nil { return x.WidgetInstanceId } return "" } func (x *SaveWidgetInstanceDataRequest) GetData() []byte { if x != nil { return x.Data } return nil } type SaveWidgetInstanceDataResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *SaveWidgetInstanceDataResponse) Reset() { *x = SaveWidgetInstanceDataResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *SaveWidgetInstanceDataResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*SaveWidgetInstanceDataResponse) ProtoMessage() {} func (x *SaveWidgetInstanceDataResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[15] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SaveWidgetInstanceDataResponse.ProtoReflect.Descriptor instead. func (*SaveWidgetInstanceDataResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{15} } type MoveWidgetInstanceToSpaceRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields WidgetInstanceId string `protobuf:"bytes,1,opt,name=widget_instance_id,json=widgetInstanceId,proto3" json:"widget_instance_id,omitempty"` TargetSpaceId string `protobuf:"bytes,2,opt,name=target_space_id,json=targetSpaceId,proto3" json:"target_space_id,omitempty"` } func (x *MoveWidgetInstanceToSpaceRequest) Reset() { *x = MoveWidgetInstanceToSpaceRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MoveWidgetInstanceToSpaceRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*MoveWidgetInstanceToSpaceRequest) ProtoMessage() {} func (x *MoveWidgetInstanceToSpaceRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[16] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MoveWidgetInstanceToSpaceRequest.ProtoReflect.Descriptor instead. func (*MoveWidgetInstanceToSpaceRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{16} } func (x *MoveWidgetInstanceToSpaceRequest) GetWidgetInstanceId() string { if x != nil { return x.WidgetInstanceId } return "" } func (x *MoveWidgetInstanceToSpaceRequest) GetTargetSpaceId() string { if x != nil { return x.TargetSpaceId } return "" } type MoveWidgetInstanceToSpaceResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *MoveWidgetInstanceToSpaceResponse) Reset() { *x = MoveWidgetInstanceToSpaceResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *MoveWidgetInstanceToSpaceResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*MoveWidgetInstanceToSpaceResponse) ProtoMessage() {} func (x *MoveWidgetInstanceToSpaceResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[17] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use MoveWidgetInstanceToSpaceResponse.ProtoReflect.Descriptor instead. func (*MoveWidgetInstanceToSpaceResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{17} } type DeleteWidgetInstanceRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields WidgetInstanceId string `protobuf:"bytes,1,opt,name=widget_instance_id,json=widgetInstanceId,proto3" json:"widget_instance_id,omitempty"` } func (x *DeleteWidgetInstanceRequest) Reset() { *x = DeleteWidgetInstanceRequest{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DeleteWidgetInstanceRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteWidgetInstanceRequest) ProtoMessage() {} func (x *DeleteWidgetInstanceRequest) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[18] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteWidgetInstanceRequest.ProtoReflect.Descriptor instead. func (*DeleteWidgetInstanceRequest) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{18} } func (x *DeleteWidgetInstanceRequest) GetWidgetInstanceId() string { if x != nil { return x.WidgetInstanceId } return "" } type DeleteWidgetInstanceResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *DeleteWidgetInstanceResponse) Reset() { *x = DeleteWidgetInstanceResponse{} mi := &file_helios_widgets_widgetservice_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } func (x *DeleteWidgetInstanceResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteWidgetInstanceResponse) ProtoMessage() {} func (x *DeleteWidgetInstanceResponse) ProtoReflect() protoreflect.Message { mi := &file_helios_widgets_widgetservice_proto_msgTypes[19] if x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteWidgetInstanceResponse.ProtoReflect.Descriptor instead. func (*DeleteWidgetInstanceResponse) Descriptor() ([]byte, []int) { return file_helios_widgets_widgetservice_proto_rawDescGZIP(), []int{19} } var File_helios_widgets_widgetservice_proto protoreflect.FileDescriptor var file_helios_widgets_widgetservice_proto_rawDesc = []byte{ 0x0a, 0x22, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2f, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2f, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x1a, 0x1c, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2f, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2f, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x18, 0x0a, 0x16, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x58, 0x0a, 0x17, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3d, 0x0a, 0x0c, 0x61, 0x70, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x41, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x52, 0x0b, 0x61, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x73, 0x22, 0x13, 0x0a, 0x11, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x43, 0x0a, 0x12, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2d, 0x0a, 0x06, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x06, 0x73, 0x70, 0x61, 0x63, 0x65, 0x73, 0x22, 0x4b, 0x0a, 0x0f, 0x41, 0x64, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0x3f, 0x0a, 0x10, 0x41, 0x64, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x69, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x24, 0x0a, 0x0e, 0x61, 0x70, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x61, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x49, 0x64, 0x22, 0x42, 0x0a, 0x13, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2b, 0x0a, 0x05, 0x73, 0x70, 0x61, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x15, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x05, 0x73, 0x70, 0x61, 0x63, 0x65, 0x22, 0x2f, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x15, 0x0a, 0x13, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x33, 0x0a, 0x14, 0x52, 0x65, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x73, 0x22, 0x17, 0x0a, 0x15, 0x52, 0x65, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0xdf, 0x01, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x73, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x12, 0x2b, 0x0a, 0x11, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x64, 0x65, 0x6e, 0x74, 0x69, 0x66, 0x69, 0x65, 0x72, 0x12, 0x25, 0x0a, 0x0e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x5f, 0x76, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x51, 0x0a, 0x13, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x5f, 0x76, 0x61, 0x72, 0x69, 0x61, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x21, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x6e, 0x74, 0x52, 0x11, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x56, 0x61, 0x72, 0x69, 0x61, 0x6e, 0x74, 0x22, 0x67, 0x0a, 0x1c, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x47, 0x0a, 0x0f, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x0e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x22, 0x61, 0x0a, 0x1d, 0x53, 0x61, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x20, 0x0a, 0x1e, 0x53, 0x61, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x78, 0x0a, 0x20, 0x4d, 0x6f, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0f, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x73, 0x70, 0x61, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x53, 0x70, 0x61, 0x63, 0x65, 0x49, 0x64, 0x22, 0x23, 0x0a, 0x21, 0x4d, 0x6f, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2c, 0x0a, 0x12, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x49, 0x64, 0x22, 0x1e, 0x0a, 0x1c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x9b, 0x08, 0x0a, 0x0d, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x64, 0x0a, 0x0f, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x73, 0x12, 0x26, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x27, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x70, 0x70, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x78, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x55, 0x0a, 0x0a, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x21, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4f, 0x0a, 0x08, 0x41, 0x64, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x1f, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x41, 0x64, 0x64, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x0b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x58, 0x0a, 0x0b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x22, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x23, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x5e, 0x0a, 0x0d, 0x52, 0x65, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x12, 0x24, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x52, 0x65, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x52, 0x65, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x53, 0x70, 0x61, 0x63, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x73, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x2b, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x79, 0x0a, 0x16, 0x53, 0x61, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x12, 0x2d, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x53, 0x61, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x44, 0x61, 0x74, 0x61, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x82, 0x01, 0x0a, 0x19, 0x4d, 0x6f, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x53, 0x70, 0x61, 0x63, 0x65, 0x12, 0x30, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x4d, 0x6f, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x4d, 0x6f, 0x76, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x54, 0x6f, 0x53, 0x70, 0x61, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x73, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x12, 0x2b, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2c, 0x2e, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2e, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x57, 0x69, 0x64, 0x67, 0x65, 0x74, 0x49, 0x6e, 0x73, 0x74, 0x61, 0x6e, 0x63, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x40, 0x5a, 0x3e, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x66, 0x6c, 0x6f, 0x77, 0x79, 0x2d, 0x6c, 0x69, 0x76, 0x65, 0x2f, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2f, 0x67, 0x65, 0x6e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x68, 0x65, 0x6c, 0x69, 0x6f, 0x73, 0x2f, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x3b, 0x70, 0x62, 0x77, 0x69, 0x64, 0x67, 0x65, 0x74, 0x73, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_helios_widgets_widgetservice_proto_rawDescOnce sync.Once file_helios_widgets_widgetservice_proto_rawDescData = file_helios_widgets_widgetservice_proto_rawDesc ) func file_helios_widgets_widgetservice_proto_rawDescGZIP() []byte { file_helios_widgets_widgetservice_proto_rawDescOnce.Do(func() { file_helios_widgets_widgetservice_proto_rawDescData = protoimpl.X.CompressGZIP(file_helios_widgets_widgetservice_proto_rawDescData) }) return file_helios_widgets_widgetservice_proto_rawDescData } var file_helios_widgets_widgetservice_proto_msgTypes = make([]protoimpl.MessageInfo, 20) var file_helios_widgets_widgetservice_proto_goTypes = []any{ (*ListAppContextsRequest)(nil), // 0: helios.widgets.ListAppContextsRequest (*ListAppContextsResponse)(nil), // 1: helios.widgets.ListAppContextsResponse (*ListSpacesRequest)(nil), // 2: helios.widgets.ListSpacesRequest (*ListSpacesResponse)(nil), // 3: helios.widgets.ListSpacesResponse (*AddSpaceRequest)(nil), // 4: helios.widgets.AddSpaceRequest (*AddSpaceResponse)(nil), // 5: helios.widgets.AddSpaceResponse (*UpdateSpaceRequest)(nil), // 6: helios.widgets.UpdateSpaceRequest (*UpdateSpaceResponse)(nil), // 7: helios.widgets.UpdateSpaceResponse (*DeleteSpaceRequest)(nil), // 8: helios.widgets.DeleteSpaceRequest (*DeleteSpaceResponse)(nil), // 9: helios.widgets.DeleteSpaceResponse (*ReorderSpacesRequest)(nil), // 10: helios.widgets.ReorderSpacesRequest (*ReorderSpacesResponse)(nil), // 11: helios.widgets.ReorderSpacesResponse (*CreateWidgetInstanceRequest)(nil), // 12: helios.widgets.CreateWidgetInstanceRequest (*CreateWidgetInstanceResponse)(nil), // 13: helios.widgets.CreateWidgetInstanceResponse (*SaveWidgetInstanceDataRequest)(nil), // 14: helios.widgets.SaveWidgetInstanceDataRequest (*SaveWidgetInstanceDataResponse)(nil), // 15: helios.widgets.SaveWidgetInstanceDataResponse (*MoveWidgetInstanceToSpaceRequest)(nil), // 16: helios.widgets.MoveWidgetInstanceToSpaceRequest (*MoveWidgetInstanceToSpaceResponse)(nil), // 17: helios.widgets.MoveWidgetInstanceToSpaceResponse (*DeleteWidgetInstanceRequest)(nil), // 18: helios.widgets.DeleteWidgetInstanceRequest (*DeleteWidgetInstanceResponse)(nil), // 19: helios.widgets.DeleteWidgetInstanceResponse (*AppContext)(nil), // 20: helios.widgets.AppContext (*Space)(nil), // 21: helios.widgets.Space (WidgetSizeVariant)(0), // 22: helios.widgets.WidgetSizeVariant (*WidgetInstance)(nil), // 23: helios.widgets.WidgetInstance } var file_helios_widgets_widgetservice_proto_depIdxs = []int32{ 20, // 0: helios.widgets.ListAppContextsResponse.app_contexts:type_name -> helios.widgets.AppContext 21, // 1: helios.widgets.ListSpacesResponse.spaces:type_name -> helios.widgets.Space 21, // 2: helios.widgets.AddSpaceResponse.space:type_name -> helios.widgets.Space 21, // 3: helios.widgets.UpdateSpaceResponse.space:type_name -> helios.widgets.Space 22, // 4: helios.widgets.CreateWidgetInstanceRequest.widget_size_variant:type_name -> helios.widgets.WidgetSizeVariant 23, // 5: helios.widgets.CreateWidgetInstanceResponse.widget_instance:type_name -> helios.widgets.WidgetInstance 0, // 6: helios.widgets.WidgetService.ListAppContexts:input_type -> helios.widgets.ListAppContextsRequest 2, // 7: helios.widgets.WidgetService.ListSpaces:input_type -> helios.widgets.ListSpacesRequest 4, // 8: helios.widgets.WidgetService.AddSpace:input_type -> helios.widgets.AddSpaceRequest 6, // 9: helios.widgets.WidgetService.UpdateSpace:input_type -> helios.widgets.UpdateSpaceRequest 8, // 10: helios.widgets.WidgetService.DeleteSpace:input_type -> helios.widgets.DeleteSpaceRequest 10, // 11: helios.widgets.WidgetService.ReorderSpaces:input_type -> helios.widgets.ReorderSpacesRequest 12, // 12: helios.widgets.WidgetService.CreateWidgetInstance:input_type -> helios.widgets.CreateWidgetInstanceRequest 14, // 13: helios.widgets.WidgetService.SaveWidgetInstanceData:input_type -> helios.widgets.SaveWidgetInstanceDataRequest 16, // 14: helios.widgets.WidgetService.MoveWidgetInstanceToSpace:input_type -> helios.widgets.MoveWidgetInstanceToSpaceRequest 18, // 15: helios.widgets.WidgetService.DeleteWidgetInstance:input_type -> helios.widgets.DeleteWidgetInstanceRequest 1, // 16: helios.widgets.WidgetService.ListAppContexts:output_type -> helios.widgets.ListAppContextsResponse 3, // 17: helios.widgets.WidgetService.ListSpaces:output_type -> helios.widgets.ListSpacesResponse 5, // 18: helios.widgets.WidgetService.AddSpace:output_type -> helios.widgets.AddSpaceResponse 7, // 19: helios.widgets.WidgetService.UpdateSpace:output_type -> helios.widgets.UpdateSpaceResponse 9, // 20: helios.widgets.WidgetService.DeleteSpace:output_type -> helios.widgets.DeleteSpaceResponse 11, // 21: helios.widgets.WidgetService.ReorderSpaces:output_type -> helios.widgets.ReorderSpacesResponse 13, // 22: helios.widgets.WidgetService.CreateWidgetInstance:output_type -> helios.widgets.CreateWidgetInstanceResponse 15, // 23: helios.widgets.WidgetService.SaveWidgetInstanceData:output_type -> helios.widgets.SaveWidgetInstanceDataResponse 17, // 24: helios.widgets.WidgetService.MoveWidgetInstanceToSpace:output_type -> helios.widgets.MoveWidgetInstanceToSpaceResponse 19, // 25: helios.widgets.WidgetService.DeleteWidgetInstance:output_type -> helios.widgets.DeleteWidgetInstanceResponse 16, // [16:26] is the sub-list for method output_type 6, // [6:16] is the sub-list for method input_type 6, // [6:6] is the sub-list for extension type_name 6, // [6:6] is the sub-list for extension extendee 0, // [0:6] is the sub-list for field type_name } func init() { file_helios_widgets_widgetservice_proto_init() } func file_helios_widgets_widgetservice_proto_init() { if File_helios_widgets_widgetservice_proto != nil { return } file_helios_widgets_widgets_proto_init() type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_helios_widgets_widgetservice_proto_rawDesc, NumEnums: 0, NumMessages: 20, NumExtensions: 0, NumServices: 1, }, GoTypes: file_helios_widgets_widgetservice_proto_goTypes, DependencyIndexes: file_helios_widgets_widgetservice_proto_depIdxs, MessageInfos: file_helios_widgets_widgetservice_proto_msgTypes, }.Build() File_helios_widgets_widgetservice_proto = out.File file_helios_widgets_widgetservice_proto_rawDesc = nil file_helios_widgets_widgetservice_proto_goTypes = nil file_helios_widgets_widgetservice_proto_depIdxs = nil }