mserviceinventory

package
v0.9.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 2, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mserviceinventory is a generated protocol buffer package.

It is generated from these files:

MServiceInventory.proto

It has these top-level messages:

Facility
FacilityWrapper
SubareaType
ItemType
Subarea
SubareaWrapper
Product
InventoryItem
EntitySchema
CreateFacilityRequest
CreateFacilityResponse
UpdateFacilityRequest
UpdateFacilityResponse
DeleteFacilityRequest
DeleteFacilityResponse
GetFacilityRequest
GetFacilityResponse
GetFacilitiesRequest
GetFacilitiesResponse
GetFacilityWrapperRequest
GetFacilityWrapperResponse
CreateSubareaTypeRequest
CreateSubareaTypeResponse
UpdateSubareaTypeRequest
UpdateSubareaTypeResponse
DeleteSubareaTypeRequest
DeleteSubareaTypeResponse
GetSubareaTypeRequest
GetSubareaTypeResponse
GetSubareaTypesRequest
GetSubareaTypesResponse
CreateItemTypeRequest
CreateItemTypeResponse
UpdateItemTypeRequest
UpdateItemTypeResponse
DeleteItemTypeRequest
DeleteItemTypeResponse
GetItemTypeRequest
GetItemTypeResponse
GetItemTypesRequest
GetItemTypesResponse
CreateSubareaRequest
CreateSubareaResponse
UpdateSubareaRequest
UpdateSubareaResponse
DeleteSubareaRequest
DeleteSubareaResponse
GetSubareaRequest
GetSubareaResponse
GetSubareasRequest
GetSubareasResponse
CreateProductRequest
CreateProductResponse
UpdateProductRequest
UpdateProductResponse
DeleteProductRequest
DeleteProductResponse
GetProductRequest
GetProductResponse
GetProductsRequest
GetProductsResponse
CreateInventoryItemRequest
CreateInventoryItemResponse
UpdateInventoryItemRequest
UpdateInventoryItemResponse
DeleteInventoryItemRequest
DeleteInventoryItemResponse
GetInventoryItemRequest
GetInventoryItemResponse
GetInventoryItemsByProductRequest
GetInventoryItemsByProductResponse
GetInventoryItemsBySubareaRequest
GetInventoryItemsBySubareaResponse
GetInventoryItemsByFacilityRequest
GetInventoryItemsByFacilityResponse
GetServerVersionRequest
GetServerVersionResponse
CreateEntitySchemaRequest
CreateEntitySchemaResponse
UpdateEntitySchemaRequest
UpdateEntitySchemaResponse
DeleteEntitySchemaRequest
DeleteEntitySchemaResponse
GetEntitySchemaRequest
GetEntitySchemaResponse
GetEntitySchemasRequest
GetEntitySchemasResponse

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterMServiceInventoryServer

func RegisterMServiceInventoryServer(s *grpc.Server, srv MServiceInventoryServer)

Types

type CreateEntitySchemaRequest added in v0.9.4

type CreateEntitySchemaRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// name of entity to be extended
	EntityName string `protobuf:"bytes,2,opt,name=entity_name,json=entityName" json:"entity_name,omitempty"`
	// schema for json_data extensions
	JsonSchema string `protobuf:"bytes,3,opt,name=json_schema,json=jsonSchema" json:"json_schema,omitempty"`
}

request parameters for method create_entity_schema

func (*CreateEntitySchemaRequest) Descriptor added in v0.9.4

func (*CreateEntitySchemaRequest) Descriptor() ([]byte, []int)

func (*CreateEntitySchemaRequest) GetEntityName added in v0.9.4

func (m *CreateEntitySchemaRequest) GetEntityName() string

func (*CreateEntitySchemaRequest) GetJsonSchema added in v0.9.4

func (m *CreateEntitySchemaRequest) GetJsonSchema() string

func (*CreateEntitySchemaRequest) GetMserviceId added in v0.9.4

func (m *CreateEntitySchemaRequest) GetMserviceId() int64

func (*CreateEntitySchemaRequest) ProtoMessage added in v0.9.4

func (*CreateEntitySchemaRequest) ProtoMessage()

func (*CreateEntitySchemaRequest) Reset added in v0.9.4

func (m *CreateEntitySchemaRequest) Reset()

func (*CreateEntitySchemaRequest) String added in v0.9.4

func (m *CreateEntitySchemaRequest) String() string

type CreateEntitySchemaResponse added in v0.9.4

type CreateEntitySchemaResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method create_entity_schema

func (*CreateEntitySchemaResponse) Descriptor added in v0.9.4

func (*CreateEntitySchemaResponse) Descriptor() ([]byte, []int)

func (*CreateEntitySchemaResponse) GetErrorCode added in v0.9.4

func (m *CreateEntitySchemaResponse) GetErrorCode() int32

func (*CreateEntitySchemaResponse) GetErrorMessage added in v0.9.4

func (m *CreateEntitySchemaResponse) GetErrorMessage() string

func (*CreateEntitySchemaResponse) GetVersion added in v0.9.4

func (m *CreateEntitySchemaResponse) GetVersion() int32

func (*CreateEntitySchemaResponse) ProtoMessage added in v0.9.4

func (*CreateEntitySchemaResponse) ProtoMessage()

func (*CreateEntitySchemaResponse) Reset added in v0.9.4

func (m *CreateEntitySchemaResponse) Reset()

func (*CreateEntitySchemaResponse) String added in v0.9.4

func (m *CreateEntitySchemaResponse) String() string

type CreateFacilityRequest

type CreateFacilityRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility name
	FacilityName string `protobuf:"bytes,2,opt,name=facility_name,json=facilityName" json:"facility_name,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,3,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

request parameters for method create_facility

func (*CreateFacilityRequest) Descriptor

func (*CreateFacilityRequest) Descriptor() ([]byte, []int)

func (*CreateFacilityRequest) GetFacilityName

func (m *CreateFacilityRequest) GetFacilityName() string

func (*CreateFacilityRequest) GetJsonData added in v0.9.4

func (m *CreateFacilityRequest) GetJsonData() string

func (*CreateFacilityRequest) GetMserviceId

func (m *CreateFacilityRequest) GetMserviceId() int64

func (*CreateFacilityRequest) ProtoMessage

func (*CreateFacilityRequest) ProtoMessage()

func (*CreateFacilityRequest) Reset

func (m *CreateFacilityRequest) Reset()

func (*CreateFacilityRequest) String

func (m *CreateFacilityRequest) String() string

type CreateFacilityResponse

type CreateFacilityResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,4,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
}

response parameters for method create_facility

func (*CreateFacilityResponse) Descriptor

func (*CreateFacilityResponse) Descriptor() ([]byte, []int)

func (*CreateFacilityResponse) GetErrorCode

func (m *CreateFacilityResponse) GetErrorCode() int32

func (*CreateFacilityResponse) GetErrorMessage

func (m *CreateFacilityResponse) GetErrorMessage() string

func (*CreateFacilityResponse) GetFacilityId

func (m *CreateFacilityResponse) GetFacilityId() int64

func (*CreateFacilityResponse) GetVersion

func (m *CreateFacilityResponse) GetVersion() int32

func (*CreateFacilityResponse) ProtoMessage

func (*CreateFacilityResponse) ProtoMessage()

func (*CreateFacilityResponse) Reset

func (m *CreateFacilityResponse) Reset()

func (*CreateFacilityResponse) String

func (m *CreateFacilityResponse) String() string

type CreateInventoryItemRequest

type CreateInventoryItemRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea identifier
	SubareaId int64 `protobuf:"varint,2,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
	// inventory item type identifier
	ItemTypeId int32 `protobuf:"varint,3,opt,name=item_type_id,json=itemTypeId" json:"item_type_id,omitempty"`
	// item quantity
	Quantity int32 `protobuf:"varint,4,opt,name=quantity" json:"quantity,omitempty"`
	// item serial number
	SerialNumber string `protobuf:"bytes,5,opt,name=serial_number,json=serialNumber" json:"serial_number,omitempty"`
	// inventory product identifier
	ProductId int64 `protobuf:"varint,6,opt,name=product_id,json=productId" json:"product_id,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,7,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

request parameters for method create_inventory_item

func (*CreateInventoryItemRequest) Descriptor

func (*CreateInventoryItemRequest) Descriptor() ([]byte, []int)

func (*CreateInventoryItemRequest) GetItemTypeId

func (m *CreateInventoryItemRequest) GetItemTypeId() int32

func (*CreateInventoryItemRequest) GetJsonData added in v0.9.4

func (m *CreateInventoryItemRequest) GetJsonData() string

func (*CreateInventoryItemRequest) GetMserviceId

func (m *CreateInventoryItemRequest) GetMserviceId() int64

func (*CreateInventoryItemRequest) GetProductId

func (m *CreateInventoryItemRequest) GetProductId() int64

func (*CreateInventoryItemRequest) GetQuantity

func (m *CreateInventoryItemRequest) GetQuantity() int32

func (*CreateInventoryItemRequest) GetSerialNumber

func (m *CreateInventoryItemRequest) GetSerialNumber() string

func (*CreateInventoryItemRequest) GetSubareaId

func (m *CreateInventoryItemRequest) GetSubareaId() int64

func (*CreateInventoryItemRequest) ProtoMessage

func (*CreateInventoryItemRequest) ProtoMessage()

func (*CreateInventoryItemRequest) Reset

func (m *CreateInventoryItemRequest) Reset()

func (*CreateInventoryItemRequest) String

func (m *CreateInventoryItemRequest) String() string

type CreateInventoryItemResponse

type CreateInventoryItemResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// inventory item identifier
	InventoryItemId int64 `protobuf:"varint,4,opt,name=inventory_item_id,json=inventoryItemId" json:"inventory_item_id,omitempty"`
}

response parameters for method create_inventory_item

func (*CreateInventoryItemResponse) Descriptor

func (*CreateInventoryItemResponse) Descriptor() ([]byte, []int)

func (*CreateInventoryItemResponse) GetErrorCode

func (m *CreateInventoryItemResponse) GetErrorCode() int32

func (*CreateInventoryItemResponse) GetErrorMessage

func (m *CreateInventoryItemResponse) GetErrorMessage() string

func (*CreateInventoryItemResponse) GetInventoryItemId

func (m *CreateInventoryItemResponse) GetInventoryItemId() int64

func (*CreateInventoryItemResponse) GetVersion

func (m *CreateInventoryItemResponse) GetVersion() int32

func (*CreateInventoryItemResponse) ProtoMessage

func (*CreateInventoryItemResponse) ProtoMessage()

func (*CreateInventoryItemResponse) Reset

func (m *CreateInventoryItemResponse) Reset()

func (*CreateInventoryItemResponse) String

func (m *CreateInventoryItemResponse) String() string

type CreateItemTypeRequest

type CreateItemTypeRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory item type identifier
	ItemTypeId int32 `protobuf:"varint,2,opt,name=item_type_id,json=itemTypeId" json:"item_type_id,omitempty"`
	// item type name
	ItemTypeName string `protobuf:"bytes,3,opt,name=item_type_name,json=itemTypeName" json:"item_type_name,omitempty"`
}

request parameters for method create_item_type

func (*CreateItemTypeRequest) Descriptor

func (*CreateItemTypeRequest) Descriptor() ([]byte, []int)

func (*CreateItemTypeRequest) GetItemTypeId

func (m *CreateItemTypeRequest) GetItemTypeId() int32

func (*CreateItemTypeRequest) GetItemTypeName

func (m *CreateItemTypeRequest) GetItemTypeName() string

func (*CreateItemTypeRequest) GetMserviceId

func (m *CreateItemTypeRequest) GetMserviceId() int64

func (*CreateItemTypeRequest) ProtoMessage

func (*CreateItemTypeRequest) ProtoMessage()

func (*CreateItemTypeRequest) Reset

func (m *CreateItemTypeRequest) Reset()

func (*CreateItemTypeRequest) String

func (m *CreateItemTypeRequest) String() string

type CreateItemTypeResponse

type CreateItemTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method create_item_type

func (*CreateItemTypeResponse) Descriptor

func (*CreateItemTypeResponse) Descriptor() ([]byte, []int)

func (*CreateItemTypeResponse) GetErrorCode

func (m *CreateItemTypeResponse) GetErrorCode() int32

func (*CreateItemTypeResponse) GetErrorMessage

func (m *CreateItemTypeResponse) GetErrorMessage() string

func (*CreateItemTypeResponse) GetVersion

func (m *CreateItemTypeResponse) GetVersion() int32

func (*CreateItemTypeResponse) ProtoMessage

func (*CreateItemTypeResponse) ProtoMessage()

func (*CreateItemTypeResponse) Reset

func (m *CreateItemTypeResponse) Reset()

func (*CreateItemTypeResponse) String

func (m *CreateItemTypeResponse) String() string

type CreateProductRequest

type CreateProductRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory product sku
	Sku string `protobuf:"bytes,2,opt,name=sku" json:"sku,omitempty"`
	// product name
	ProductName string `protobuf:"bytes,3,opt,name=product_name,json=productName" json:"product_name,omitempty"`
	// entity comment
	Comment string `protobuf:"bytes,4,opt,name=comment" json:"comment,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,5,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

request parameters for method create_product

func (*CreateProductRequest) Descriptor

func (*CreateProductRequest) Descriptor() ([]byte, []int)

func (*CreateProductRequest) GetComment

func (m *CreateProductRequest) GetComment() string

func (*CreateProductRequest) GetJsonData added in v0.9.4

func (m *CreateProductRequest) GetJsonData() string

func (*CreateProductRequest) GetMserviceId

func (m *CreateProductRequest) GetMserviceId() int64

func (*CreateProductRequest) GetProductName

func (m *CreateProductRequest) GetProductName() string

func (*CreateProductRequest) GetSku

func (m *CreateProductRequest) GetSku() string

func (*CreateProductRequest) ProtoMessage

func (*CreateProductRequest) ProtoMessage()

func (*CreateProductRequest) Reset

func (m *CreateProductRequest) Reset()

func (*CreateProductRequest) String

func (m *CreateProductRequest) String() string

type CreateProductResponse

type CreateProductResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// inventory product identifier
	ProductId int64 `protobuf:"varint,4,opt,name=product_id,json=productId" json:"product_id,omitempty"`
}

response parameters for method create_product

func (*CreateProductResponse) Descriptor

func (*CreateProductResponse) Descriptor() ([]byte, []int)

func (*CreateProductResponse) GetErrorCode

func (m *CreateProductResponse) GetErrorCode() int32

func (*CreateProductResponse) GetErrorMessage

func (m *CreateProductResponse) GetErrorMessage() string

func (*CreateProductResponse) GetProductId

func (m *CreateProductResponse) GetProductId() int64

func (*CreateProductResponse) GetVersion

func (m *CreateProductResponse) GetVersion() int32

func (*CreateProductResponse) ProtoMessage

func (*CreateProductResponse) ProtoMessage()

func (*CreateProductResponse) Reset

func (m *CreateProductResponse) Reset()

func (*CreateProductResponse) String

func (m *CreateProductResponse) String() string

type CreateSubareaRequest

type CreateSubareaRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,2,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
	// parent subarea identifier, zero if no parent
	ParentSubareaId int64 `protobuf:"varint,3,opt,name=parent_subarea_id,json=parentSubareaId" json:"parent_subarea_id,omitempty"`
	// position of subarea within parent
	Position int32 `protobuf:"varint,4,opt,name=position" json:"position,omitempty"`
	// subarea type identifier
	SubareaTypeId int32 `protobuf:"varint,5,opt,name=subarea_type_id,json=subareaTypeId" json:"subarea_type_id,omitempty"`
	// subarea name
	SubareaName string `protobuf:"bytes,6,opt,name=subarea_name,json=subareaName" json:"subarea_name,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,7,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

request parameters for method create_subarea

func (*CreateSubareaRequest) Descriptor

func (*CreateSubareaRequest) Descriptor() ([]byte, []int)

func (*CreateSubareaRequest) GetFacilityId

func (m *CreateSubareaRequest) GetFacilityId() int64

func (*CreateSubareaRequest) GetJsonData added in v0.9.4

func (m *CreateSubareaRequest) GetJsonData() string

func (*CreateSubareaRequest) GetMserviceId

func (m *CreateSubareaRequest) GetMserviceId() int64

func (*CreateSubareaRequest) GetParentSubareaId

func (m *CreateSubareaRequest) GetParentSubareaId() int64

func (*CreateSubareaRequest) GetPosition

func (m *CreateSubareaRequest) GetPosition() int32

func (*CreateSubareaRequest) GetSubareaName

func (m *CreateSubareaRequest) GetSubareaName() string

func (*CreateSubareaRequest) GetSubareaTypeId

func (m *CreateSubareaRequest) GetSubareaTypeId() int32

func (*CreateSubareaRequest) ProtoMessage

func (*CreateSubareaRequest) ProtoMessage()

func (*CreateSubareaRequest) Reset

func (m *CreateSubareaRequest) Reset()

func (*CreateSubareaRequest) String

func (m *CreateSubareaRequest) String() string

type CreateSubareaResponse

type CreateSubareaResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// subarea identifier
	SubareaId int64 `protobuf:"varint,4,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
}

response parameters for method create_subarea

func (*CreateSubareaResponse) Descriptor

func (*CreateSubareaResponse) Descriptor() ([]byte, []int)

func (*CreateSubareaResponse) GetErrorCode

func (m *CreateSubareaResponse) GetErrorCode() int32

func (*CreateSubareaResponse) GetErrorMessage

func (m *CreateSubareaResponse) GetErrorMessage() string

func (*CreateSubareaResponse) GetSubareaId

func (m *CreateSubareaResponse) GetSubareaId() int64

func (*CreateSubareaResponse) GetVersion

func (m *CreateSubareaResponse) GetVersion() int32

func (*CreateSubareaResponse) ProtoMessage

func (*CreateSubareaResponse) ProtoMessage()

func (*CreateSubareaResponse) Reset

func (m *CreateSubareaResponse) Reset()

func (*CreateSubareaResponse) String

func (m *CreateSubareaResponse) String() string

type CreateSubareaTypeRequest

type CreateSubareaTypeRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea type identifier
	SubareaTypeId int32 `protobuf:"varint,2,opt,name=subarea_type_id,json=subareaTypeId" json:"subarea_type_id,omitempty"`
	// subarea type name
	SubareaTypeName string `protobuf:"bytes,3,opt,name=subarea_type_name,json=subareaTypeName" json:"subarea_type_name,omitempty"`
}

request parameters for method create_subarea_type

func (*CreateSubareaTypeRequest) Descriptor

func (*CreateSubareaTypeRequest) Descriptor() ([]byte, []int)

func (*CreateSubareaTypeRequest) GetMserviceId

func (m *CreateSubareaTypeRequest) GetMserviceId() int64

func (*CreateSubareaTypeRequest) GetSubareaTypeId

func (m *CreateSubareaTypeRequest) GetSubareaTypeId() int32

func (*CreateSubareaTypeRequest) GetSubareaTypeName

func (m *CreateSubareaTypeRequest) GetSubareaTypeName() string

func (*CreateSubareaTypeRequest) ProtoMessage

func (*CreateSubareaTypeRequest) ProtoMessage()

func (*CreateSubareaTypeRequest) Reset

func (m *CreateSubareaTypeRequest) Reset()

func (*CreateSubareaTypeRequest) String

func (m *CreateSubareaTypeRequest) String() string

type CreateSubareaTypeResponse

type CreateSubareaTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method create_subarea_type

func (*CreateSubareaTypeResponse) Descriptor

func (*CreateSubareaTypeResponse) Descriptor() ([]byte, []int)

func (*CreateSubareaTypeResponse) GetErrorCode

func (m *CreateSubareaTypeResponse) GetErrorCode() int32

func (*CreateSubareaTypeResponse) GetErrorMessage

func (m *CreateSubareaTypeResponse) GetErrorMessage() string

func (*CreateSubareaTypeResponse) GetVersion

func (m *CreateSubareaTypeResponse) GetVersion() int32

func (*CreateSubareaTypeResponse) ProtoMessage

func (*CreateSubareaTypeResponse) ProtoMessage()

func (*CreateSubareaTypeResponse) Reset

func (m *CreateSubareaTypeResponse) Reset()

func (*CreateSubareaTypeResponse) String

func (m *CreateSubareaTypeResponse) String() string

type DeleteEntitySchemaRequest added in v0.9.4

type DeleteEntitySchemaRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// name of entity to be extended
	EntityName string `protobuf:"bytes,2,opt,name=entity_name,json=entityName" json:"entity_name,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_entity_schema

func (*DeleteEntitySchemaRequest) Descriptor added in v0.9.4

func (*DeleteEntitySchemaRequest) Descriptor() ([]byte, []int)

func (*DeleteEntitySchemaRequest) GetEntityName added in v0.9.4

func (m *DeleteEntitySchemaRequest) GetEntityName() string

func (*DeleteEntitySchemaRequest) GetMserviceId added in v0.9.4

func (m *DeleteEntitySchemaRequest) GetMserviceId() int64

func (*DeleteEntitySchemaRequest) GetVersion added in v0.9.4

func (m *DeleteEntitySchemaRequest) GetVersion() int32

func (*DeleteEntitySchemaRequest) ProtoMessage added in v0.9.4

func (*DeleteEntitySchemaRequest) ProtoMessage()

func (*DeleteEntitySchemaRequest) Reset added in v0.9.4

func (m *DeleteEntitySchemaRequest) Reset()

func (*DeleteEntitySchemaRequest) String added in v0.9.4

func (m *DeleteEntitySchemaRequest) String() string

type DeleteEntitySchemaResponse added in v0.9.4

type DeleteEntitySchemaResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_entity_schema

func (*DeleteEntitySchemaResponse) Descriptor added in v0.9.4

func (*DeleteEntitySchemaResponse) Descriptor() ([]byte, []int)

func (*DeleteEntitySchemaResponse) GetErrorCode added in v0.9.4

func (m *DeleteEntitySchemaResponse) GetErrorCode() int32

func (*DeleteEntitySchemaResponse) GetErrorMessage added in v0.9.4

func (m *DeleteEntitySchemaResponse) GetErrorMessage() string

func (*DeleteEntitySchemaResponse) GetVersion added in v0.9.4

func (m *DeleteEntitySchemaResponse) GetVersion() int32

func (*DeleteEntitySchemaResponse) ProtoMessage added in v0.9.4

func (*DeleteEntitySchemaResponse) ProtoMessage()

func (*DeleteEntitySchemaResponse) Reset added in v0.9.4

func (m *DeleteEntitySchemaResponse) Reset()

func (*DeleteEntitySchemaResponse) String added in v0.9.4

func (m *DeleteEntitySchemaResponse) String() string

type DeleteFacilityRequest

type DeleteFacilityRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,2,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_facility

func (*DeleteFacilityRequest) Descriptor

func (*DeleteFacilityRequest) Descriptor() ([]byte, []int)

func (*DeleteFacilityRequest) GetFacilityId

func (m *DeleteFacilityRequest) GetFacilityId() int64

func (*DeleteFacilityRequest) GetMserviceId

func (m *DeleteFacilityRequest) GetMserviceId() int64

func (*DeleteFacilityRequest) GetVersion

func (m *DeleteFacilityRequest) GetVersion() int32

func (*DeleteFacilityRequest) ProtoMessage

func (*DeleteFacilityRequest) ProtoMessage()

func (*DeleteFacilityRequest) Reset

func (m *DeleteFacilityRequest) Reset()

func (*DeleteFacilityRequest) String

func (m *DeleteFacilityRequest) String() string

type DeleteFacilityResponse

type DeleteFacilityResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_facility

func (*DeleteFacilityResponse) Descriptor

func (*DeleteFacilityResponse) Descriptor() ([]byte, []int)

func (*DeleteFacilityResponse) GetErrorCode

func (m *DeleteFacilityResponse) GetErrorCode() int32

func (*DeleteFacilityResponse) GetErrorMessage

func (m *DeleteFacilityResponse) GetErrorMessage() string

func (*DeleteFacilityResponse) GetVersion

func (m *DeleteFacilityResponse) GetVersion() int32

func (*DeleteFacilityResponse) ProtoMessage

func (*DeleteFacilityResponse) ProtoMessage()

func (*DeleteFacilityResponse) Reset

func (m *DeleteFacilityResponse) Reset()

func (*DeleteFacilityResponse) String

func (m *DeleteFacilityResponse) String() string

type DeleteInventoryItemRequest

type DeleteInventoryItemRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory item identifier
	InventoryItemId int64 `protobuf:"varint,2,opt,name=inventory_item_id,json=inventoryItemId" json:"inventory_item_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_inventory_item

func (*DeleteInventoryItemRequest) Descriptor

func (*DeleteInventoryItemRequest) Descriptor() ([]byte, []int)

func (*DeleteInventoryItemRequest) GetInventoryItemId

func (m *DeleteInventoryItemRequest) GetInventoryItemId() int64

func (*DeleteInventoryItemRequest) GetMserviceId

func (m *DeleteInventoryItemRequest) GetMserviceId() int64

func (*DeleteInventoryItemRequest) GetVersion

func (m *DeleteInventoryItemRequest) GetVersion() int32

func (*DeleteInventoryItemRequest) ProtoMessage

func (*DeleteInventoryItemRequest) ProtoMessage()

func (*DeleteInventoryItemRequest) Reset

func (m *DeleteInventoryItemRequest) Reset()

func (*DeleteInventoryItemRequest) String

func (m *DeleteInventoryItemRequest) String() string

type DeleteInventoryItemResponse

type DeleteInventoryItemResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_inventory_item

func (*DeleteInventoryItemResponse) Descriptor

func (*DeleteInventoryItemResponse) Descriptor() ([]byte, []int)

func (*DeleteInventoryItemResponse) GetErrorCode

func (m *DeleteInventoryItemResponse) GetErrorCode() int32

func (*DeleteInventoryItemResponse) GetErrorMessage

func (m *DeleteInventoryItemResponse) GetErrorMessage() string

func (*DeleteInventoryItemResponse) GetVersion

func (m *DeleteInventoryItemResponse) GetVersion() int32

func (*DeleteInventoryItemResponse) ProtoMessage

func (*DeleteInventoryItemResponse) ProtoMessage()

func (*DeleteInventoryItemResponse) Reset

func (m *DeleteInventoryItemResponse) Reset()

func (*DeleteInventoryItemResponse) String

func (m *DeleteInventoryItemResponse) String() string

type DeleteItemTypeRequest

type DeleteItemTypeRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory item type identifier
	ItemTypeId int32 `protobuf:"varint,2,opt,name=item_type_id,json=itemTypeId" json:"item_type_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_item_type

func (*DeleteItemTypeRequest) Descriptor

func (*DeleteItemTypeRequest) Descriptor() ([]byte, []int)

func (*DeleteItemTypeRequest) GetItemTypeId

func (m *DeleteItemTypeRequest) GetItemTypeId() int32

func (*DeleteItemTypeRequest) GetMserviceId

func (m *DeleteItemTypeRequest) GetMserviceId() int64

func (*DeleteItemTypeRequest) GetVersion

func (m *DeleteItemTypeRequest) GetVersion() int32

func (*DeleteItemTypeRequest) ProtoMessage

func (*DeleteItemTypeRequest) ProtoMessage()

func (*DeleteItemTypeRequest) Reset

func (m *DeleteItemTypeRequest) Reset()

func (*DeleteItemTypeRequest) String

func (m *DeleteItemTypeRequest) String() string

type DeleteItemTypeResponse

type DeleteItemTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_item_type

func (*DeleteItemTypeResponse) Descriptor

func (*DeleteItemTypeResponse) Descriptor() ([]byte, []int)

func (*DeleteItemTypeResponse) GetErrorCode

func (m *DeleteItemTypeResponse) GetErrorCode() int32

func (*DeleteItemTypeResponse) GetErrorMessage

func (m *DeleteItemTypeResponse) GetErrorMessage() string

func (*DeleteItemTypeResponse) GetVersion

func (m *DeleteItemTypeResponse) GetVersion() int32

func (*DeleteItemTypeResponse) ProtoMessage

func (*DeleteItemTypeResponse) ProtoMessage()

func (*DeleteItemTypeResponse) Reset

func (m *DeleteItemTypeResponse) Reset()

func (*DeleteItemTypeResponse) String

func (m *DeleteItemTypeResponse) String() string

type DeleteProductRequest

type DeleteProductRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory product identifier
	ProductId int64 `protobuf:"varint,2,opt,name=product_id,json=productId" json:"product_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_product

func (*DeleteProductRequest) Descriptor

func (*DeleteProductRequest) Descriptor() ([]byte, []int)

func (*DeleteProductRequest) GetMserviceId

func (m *DeleteProductRequest) GetMserviceId() int64

func (*DeleteProductRequest) GetProductId

func (m *DeleteProductRequest) GetProductId() int64

func (*DeleteProductRequest) GetVersion

func (m *DeleteProductRequest) GetVersion() int32

func (*DeleteProductRequest) ProtoMessage

func (*DeleteProductRequest) ProtoMessage()

func (*DeleteProductRequest) Reset

func (m *DeleteProductRequest) Reset()

func (*DeleteProductRequest) String

func (m *DeleteProductRequest) String() string

type DeleteProductResponse

type DeleteProductResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_product

func (*DeleteProductResponse) Descriptor

func (*DeleteProductResponse) Descriptor() ([]byte, []int)

func (*DeleteProductResponse) GetErrorCode

func (m *DeleteProductResponse) GetErrorCode() int32

func (*DeleteProductResponse) GetErrorMessage

func (m *DeleteProductResponse) GetErrorMessage() string

func (*DeleteProductResponse) GetVersion

func (m *DeleteProductResponse) GetVersion() int32

func (*DeleteProductResponse) ProtoMessage

func (*DeleteProductResponse) ProtoMessage()

func (*DeleteProductResponse) Reset

func (m *DeleteProductResponse) Reset()

func (*DeleteProductResponse) String

func (m *DeleteProductResponse) String() string

type DeleteSubareaRequest

type DeleteSubareaRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea identifier
	SubareaId int64 `protobuf:"varint,2,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_subarea

func (*DeleteSubareaRequest) Descriptor

func (*DeleteSubareaRequest) Descriptor() ([]byte, []int)

func (*DeleteSubareaRequest) GetMserviceId

func (m *DeleteSubareaRequest) GetMserviceId() int64

func (*DeleteSubareaRequest) GetSubareaId

func (m *DeleteSubareaRequest) GetSubareaId() int64

func (*DeleteSubareaRequest) GetVersion

func (m *DeleteSubareaRequest) GetVersion() int32

func (*DeleteSubareaRequest) ProtoMessage

func (*DeleteSubareaRequest) ProtoMessage()

func (*DeleteSubareaRequest) Reset

func (m *DeleteSubareaRequest) Reset()

func (*DeleteSubareaRequest) String

func (m *DeleteSubareaRequest) String() string

type DeleteSubareaResponse

type DeleteSubareaResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_subarea

func (*DeleteSubareaResponse) Descriptor

func (*DeleteSubareaResponse) Descriptor() ([]byte, []int)

func (*DeleteSubareaResponse) GetErrorCode

func (m *DeleteSubareaResponse) GetErrorCode() int32

func (*DeleteSubareaResponse) GetErrorMessage

func (m *DeleteSubareaResponse) GetErrorMessage() string

func (*DeleteSubareaResponse) GetVersion

func (m *DeleteSubareaResponse) GetVersion() int32

func (*DeleteSubareaResponse) ProtoMessage

func (*DeleteSubareaResponse) ProtoMessage()

func (*DeleteSubareaResponse) Reset

func (m *DeleteSubareaResponse) Reset()

func (*DeleteSubareaResponse) String

func (m *DeleteSubareaResponse) String() string

type DeleteSubareaTypeRequest

type DeleteSubareaTypeRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea type identifier
	SubareaTypeId int32 `protobuf:"varint,2,opt,name=subarea_type_id,json=subareaTypeId" json:"subarea_type_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

request parameters for method delete_subarea_type

func (*DeleteSubareaTypeRequest) Descriptor

func (*DeleteSubareaTypeRequest) Descriptor() ([]byte, []int)

func (*DeleteSubareaTypeRequest) GetMserviceId

func (m *DeleteSubareaTypeRequest) GetMserviceId() int64

func (*DeleteSubareaTypeRequest) GetSubareaTypeId

func (m *DeleteSubareaTypeRequest) GetSubareaTypeId() int32

func (*DeleteSubareaTypeRequest) GetVersion

func (m *DeleteSubareaTypeRequest) GetVersion() int32

func (*DeleteSubareaTypeRequest) ProtoMessage

func (*DeleteSubareaTypeRequest) ProtoMessage()

func (*DeleteSubareaTypeRequest) Reset

func (m *DeleteSubareaTypeRequest) Reset()

func (*DeleteSubareaTypeRequest) String

func (m *DeleteSubareaTypeRequest) String() string

type DeleteSubareaTypeResponse

type DeleteSubareaTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method delete_subarea_type

func (*DeleteSubareaTypeResponse) Descriptor

func (*DeleteSubareaTypeResponse) Descriptor() ([]byte, []int)

func (*DeleteSubareaTypeResponse) GetErrorCode

func (m *DeleteSubareaTypeResponse) GetErrorCode() int32

func (*DeleteSubareaTypeResponse) GetErrorMessage

func (m *DeleteSubareaTypeResponse) GetErrorMessage() string

func (*DeleteSubareaTypeResponse) GetVersion

func (m *DeleteSubareaTypeResponse) GetVersion() int32

func (*DeleteSubareaTypeResponse) ProtoMessage

func (*DeleteSubareaTypeResponse) ProtoMessage()

func (*DeleteSubareaTypeResponse) Reset

func (m *DeleteSubareaTypeResponse) Reset()

func (*DeleteSubareaTypeResponse) String

func (m *DeleteSubareaTypeResponse) String() string

type EntitySchema added in v0.9.4

type EntitySchema struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// name of entity to be extended
	EntityName string `protobuf:"bytes,2,opt,name=entity_name,json=entityName" json:"entity_name,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,3,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,4,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,5,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,6,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,7,opt,name=version" json:"version,omitempty"`
	// schema for json_data extensions
	JsonSchema string `protobuf:"bytes,8,opt,name=json_schema,json=jsonSchema" json:"json_schema,omitempty"`
}

MService inventory extension schema

func (*EntitySchema) Descriptor added in v0.9.4

func (*EntitySchema) Descriptor() ([]byte, []int)

func (*EntitySchema) GetCreated added in v0.9.4

func (m *EntitySchema) GetCreated() *dml.DateTime

func (*EntitySchema) GetDeleted added in v0.9.4

func (m *EntitySchema) GetDeleted() *dml.DateTime

func (*EntitySchema) GetEntityName added in v0.9.4

func (m *EntitySchema) GetEntityName() string

func (*EntitySchema) GetIsDeleted added in v0.9.4

func (m *EntitySchema) GetIsDeleted() bool

func (*EntitySchema) GetJsonSchema added in v0.9.4

func (m *EntitySchema) GetJsonSchema() string

func (*EntitySchema) GetModified added in v0.9.4

func (m *EntitySchema) GetModified() *dml.DateTime

func (*EntitySchema) GetMserviceId added in v0.9.4

func (m *EntitySchema) GetMserviceId() int64

func (*EntitySchema) GetVersion added in v0.9.4

func (m *EntitySchema) GetVersion() int32

func (*EntitySchema) ProtoMessage added in v0.9.4

func (*EntitySchema) ProtoMessage()

func (*EntitySchema) Reset added in v0.9.4

func (m *EntitySchema) Reset()

func (*EntitySchema) String added in v0.9.4

func (m *EntitySchema) String() string

type Facility

type Facility struct {
	// facility identifier
	FacilityId int64 `protobuf:"varint,1,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility name
	FacilityName string `protobuf:"bytes,8,opt,name=facility_name,json=facilityName" json:"facility_name,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,9,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

inventory facility entity

func (*Facility) Descriptor

func (*Facility) Descriptor() ([]byte, []int)

func (*Facility) GetCreated

func (m *Facility) GetCreated() *dml.DateTime

func (*Facility) GetDeleted

func (m *Facility) GetDeleted() *dml.DateTime

func (*Facility) GetFacilityId

func (m *Facility) GetFacilityId() int64

func (*Facility) GetFacilityName

func (m *Facility) GetFacilityName() string

func (*Facility) GetIsDeleted

func (m *Facility) GetIsDeleted() bool

func (*Facility) GetJsonData added in v0.9.4

func (m *Facility) GetJsonData() string

func (*Facility) GetModified

func (m *Facility) GetModified() *dml.DateTime

func (*Facility) GetMserviceId

func (m *Facility) GetMserviceId() int64

func (*Facility) GetVersion

func (m *Facility) GetVersion() int32

func (*Facility) ProtoMessage

func (*Facility) ProtoMessage()

func (*Facility) Reset

func (m *Facility) Reset()

func (*Facility) String

func (m *Facility) String() string

type FacilityWrapper

type FacilityWrapper struct {
	// facility identifier
	FacilityId int64 `protobuf:"varint,1,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility name
	FacilityName string `protobuf:"bytes,8,opt,name=facility_name,json=facilityName" json:"facility_name,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,9,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
	// list of child subarea wrappers
	ChildSubareas []*SubareaWrapper `protobuf:"bytes,10,rep,name=child_subareas,json=childSubareas" json:"child_subareas,omitempty"`
}

inventory facility wrapper

func (*FacilityWrapper) Descriptor

func (*FacilityWrapper) Descriptor() ([]byte, []int)

func (*FacilityWrapper) GetChildSubareas

func (m *FacilityWrapper) GetChildSubareas() []*SubareaWrapper

func (*FacilityWrapper) GetCreated

func (m *FacilityWrapper) GetCreated() *dml.DateTime

func (*FacilityWrapper) GetDeleted

func (m *FacilityWrapper) GetDeleted() *dml.DateTime

func (*FacilityWrapper) GetFacilityId

func (m *FacilityWrapper) GetFacilityId() int64

func (*FacilityWrapper) GetFacilityName

func (m *FacilityWrapper) GetFacilityName() string

func (*FacilityWrapper) GetIsDeleted

func (m *FacilityWrapper) GetIsDeleted() bool

func (*FacilityWrapper) GetJsonData added in v0.9.4

func (m *FacilityWrapper) GetJsonData() string

func (*FacilityWrapper) GetModified

func (m *FacilityWrapper) GetModified() *dml.DateTime

func (*FacilityWrapper) GetMserviceId

func (m *FacilityWrapper) GetMserviceId() int64

func (*FacilityWrapper) GetVersion

func (m *FacilityWrapper) GetVersion() int32

func (*FacilityWrapper) ProtoMessage

func (*FacilityWrapper) ProtoMessage()

func (*FacilityWrapper) Reset

func (m *FacilityWrapper) Reset()

func (*FacilityWrapper) String

func (m *FacilityWrapper) String() string

type GetEntitySchemaRequest added in v0.9.4

type GetEntitySchemaRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// name of entity to be extended
	EntityName string `protobuf:"bytes,2,opt,name=entity_name,json=entityName" json:"entity_name,omitempty"`
}

request parameters for method get_entity_schema

func (*GetEntitySchemaRequest) Descriptor added in v0.9.4

func (*GetEntitySchemaRequest) Descriptor() ([]byte, []int)

func (*GetEntitySchemaRequest) GetEntityName added in v0.9.4

func (m *GetEntitySchemaRequest) GetEntityName() string

func (*GetEntitySchemaRequest) GetMserviceId added in v0.9.4

func (m *GetEntitySchemaRequest) GetMserviceId() int64

func (*GetEntitySchemaRequest) ProtoMessage added in v0.9.4

func (*GetEntitySchemaRequest) ProtoMessage()

func (*GetEntitySchemaRequest) Reset added in v0.9.4

func (m *GetEntitySchemaRequest) Reset()

func (*GetEntitySchemaRequest) String added in v0.9.4

func (m *GetEntitySchemaRequest) String() string

type GetEntitySchemaResponse added in v0.9.4

type GetEntitySchemaResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// single entity schema object
	EntitySchema *EntitySchema `protobuf:"bytes,3,opt,name=entity_schema,json=entitySchema" json:"entity_schema,omitempty"`
}

response parameters for method get_entity_schema

func (*GetEntitySchemaResponse) Descriptor added in v0.9.4

func (*GetEntitySchemaResponse) Descriptor() ([]byte, []int)

func (*GetEntitySchemaResponse) GetEntitySchema added in v0.9.4

func (m *GetEntitySchemaResponse) GetEntitySchema() *EntitySchema

func (*GetEntitySchemaResponse) GetErrorCode added in v0.9.4

func (m *GetEntitySchemaResponse) GetErrorCode() int32

func (*GetEntitySchemaResponse) GetErrorMessage added in v0.9.4

func (m *GetEntitySchemaResponse) GetErrorMessage() string

func (*GetEntitySchemaResponse) ProtoMessage added in v0.9.4

func (*GetEntitySchemaResponse) ProtoMessage()

func (*GetEntitySchemaResponse) Reset added in v0.9.4

func (m *GetEntitySchemaResponse) Reset()

func (*GetEntitySchemaResponse) String added in v0.9.4

func (m *GetEntitySchemaResponse) String() string

type GetEntitySchemasRequest added in v0.9.4

type GetEntitySchemasRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_entity_schemas

func (*GetEntitySchemasRequest) Descriptor added in v0.9.4

func (*GetEntitySchemasRequest) Descriptor() ([]byte, []int)

func (*GetEntitySchemasRequest) GetMserviceId added in v0.9.4

func (m *GetEntitySchemasRequest) GetMserviceId() int64

func (*GetEntitySchemasRequest) ProtoMessage added in v0.9.4

func (*GetEntitySchemasRequest) ProtoMessage()

func (*GetEntitySchemasRequest) Reset added in v0.9.4

func (m *GetEntitySchemasRequest) Reset()

func (*GetEntitySchemasRequest) String added in v0.9.4

func (m *GetEntitySchemasRequest) String() string

type GetEntitySchemasResponse added in v0.9.4

type GetEntitySchemasResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of  entity schema objects
	EntitySchemas []*EntitySchema `protobuf:"bytes,3,rep,name=entity_schemas,json=entitySchemas" json:"entity_schemas,omitempty"`
}

response parameters for method get_entity_schemas

func (*GetEntitySchemasResponse) Descriptor added in v0.9.4

func (*GetEntitySchemasResponse) Descriptor() ([]byte, []int)

func (*GetEntitySchemasResponse) GetEntitySchemas added in v0.9.4

func (m *GetEntitySchemasResponse) GetEntitySchemas() []*EntitySchema

func (*GetEntitySchemasResponse) GetErrorCode added in v0.9.4

func (m *GetEntitySchemasResponse) GetErrorCode() int32

func (*GetEntitySchemasResponse) GetErrorMessage added in v0.9.4

func (m *GetEntitySchemasResponse) GetErrorMessage() string

func (*GetEntitySchemasResponse) ProtoMessage added in v0.9.4

func (*GetEntitySchemasResponse) ProtoMessage()

func (*GetEntitySchemasResponse) Reset added in v0.9.4

func (m *GetEntitySchemasResponse) Reset()

func (*GetEntitySchemasResponse) String added in v0.9.4

func (m *GetEntitySchemasResponse) String() string

type GetFacilitiesRequest

type GetFacilitiesRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_facilities

func (*GetFacilitiesRequest) Descriptor

func (*GetFacilitiesRequest) Descriptor() ([]byte, []int)

func (*GetFacilitiesRequest) GetMserviceId

func (m *GetFacilitiesRequest) GetMserviceId() int64

func (*GetFacilitiesRequest) ProtoMessage

func (*GetFacilitiesRequest) ProtoMessage()

func (*GetFacilitiesRequest) Reset

func (m *GetFacilitiesRequest) Reset()

func (*GetFacilitiesRequest) String

func (m *GetFacilitiesRequest) String() string

type GetFacilitiesResponse

type GetFacilitiesResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of inventory facility objects
	Facilities []*Facility `protobuf:"bytes,3,rep,name=facilities" json:"facilities,omitempty"`
}

response parameters for method get_facilities

func (*GetFacilitiesResponse) Descriptor

func (*GetFacilitiesResponse) Descriptor() ([]byte, []int)

func (*GetFacilitiesResponse) GetErrorCode

func (m *GetFacilitiesResponse) GetErrorCode() int32

func (*GetFacilitiesResponse) GetErrorMessage

func (m *GetFacilitiesResponse) GetErrorMessage() string

func (*GetFacilitiesResponse) GetFacilities

func (m *GetFacilitiesResponse) GetFacilities() []*Facility

func (*GetFacilitiesResponse) ProtoMessage

func (*GetFacilitiesResponse) ProtoMessage()

func (*GetFacilitiesResponse) Reset

func (m *GetFacilitiesResponse) Reset()

func (*GetFacilitiesResponse) String

func (m *GetFacilitiesResponse) String() string

type GetFacilityRequest

type GetFacilityRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,2,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
}

request parameters for method get_facility

func (*GetFacilityRequest) Descriptor

func (*GetFacilityRequest) Descriptor() ([]byte, []int)

func (*GetFacilityRequest) GetFacilityId

func (m *GetFacilityRequest) GetFacilityId() int64

func (*GetFacilityRequest) GetMserviceId

func (m *GetFacilityRequest) GetMserviceId() int64

func (*GetFacilityRequest) ProtoMessage

func (*GetFacilityRequest) ProtoMessage()

func (*GetFacilityRequest) Reset

func (m *GetFacilityRequest) Reset()

func (*GetFacilityRequest) String

func (m *GetFacilityRequest) String() string

type GetFacilityResponse

type GetFacilityResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// inventory facility object
	Facility *Facility `protobuf:"bytes,3,opt,name=facility" json:"facility,omitempty"`
}

response parameters for method get_facility

func (*GetFacilityResponse) Descriptor

func (*GetFacilityResponse) Descriptor() ([]byte, []int)

func (*GetFacilityResponse) GetErrorCode

func (m *GetFacilityResponse) GetErrorCode() int32

func (*GetFacilityResponse) GetErrorMessage

func (m *GetFacilityResponse) GetErrorMessage() string

func (*GetFacilityResponse) GetFacility

func (m *GetFacilityResponse) GetFacility() *Facility

func (*GetFacilityResponse) ProtoMessage

func (*GetFacilityResponse) ProtoMessage()

func (*GetFacilityResponse) Reset

func (m *GetFacilityResponse) Reset()

func (*GetFacilityResponse) String

func (m *GetFacilityResponse) String() string

type GetFacilityWrapperRequest

type GetFacilityWrapperRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,2,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
}

request parameters for method get_facility_wrapper

func (*GetFacilityWrapperRequest) Descriptor

func (*GetFacilityWrapperRequest) Descriptor() ([]byte, []int)

func (*GetFacilityWrapperRequest) GetFacilityId

func (m *GetFacilityWrapperRequest) GetFacilityId() int64

func (*GetFacilityWrapperRequest) GetMserviceId

func (m *GetFacilityWrapperRequest) GetMserviceId() int64

func (*GetFacilityWrapperRequest) ProtoMessage

func (*GetFacilityWrapperRequest) ProtoMessage()

func (*GetFacilityWrapperRequest) Reset

func (m *GetFacilityWrapperRequest) Reset()

func (*GetFacilityWrapperRequest) String

func (m *GetFacilityWrapperRequest) String() string

type GetFacilityWrapperResponse

type GetFacilityWrapperResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// facility wrapper object
	FacilityWrapper *FacilityWrapper `protobuf:"bytes,3,opt,name=facility_wrapper,json=facilityWrapper" json:"facility_wrapper,omitempty"`
}

response parameters for method get_facility_wrapper

func (*GetFacilityWrapperResponse) Descriptor

func (*GetFacilityWrapperResponse) Descriptor() ([]byte, []int)

func (*GetFacilityWrapperResponse) GetErrorCode

func (m *GetFacilityWrapperResponse) GetErrorCode() int32

func (*GetFacilityWrapperResponse) GetErrorMessage

func (m *GetFacilityWrapperResponse) GetErrorMessage() string

func (*GetFacilityWrapperResponse) GetFacilityWrapper

func (m *GetFacilityWrapperResponse) GetFacilityWrapper() *FacilityWrapper

func (*GetFacilityWrapperResponse) ProtoMessage

func (*GetFacilityWrapperResponse) ProtoMessage()

func (*GetFacilityWrapperResponse) Reset

func (m *GetFacilityWrapperResponse) Reset()

func (*GetFacilityWrapperResponse) String

func (m *GetFacilityWrapperResponse) String() string

type GetInventoryItemRequest

type GetInventoryItemRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory item identifier
	InventoryItemId int64 `protobuf:"varint,2,opt,name=inventory_item_id,json=inventoryItemId" json:"inventory_item_id,omitempty"`
}

request parameters for method get_inventory_item

func (*GetInventoryItemRequest) Descriptor

func (*GetInventoryItemRequest) Descriptor() ([]byte, []int)

func (*GetInventoryItemRequest) GetInventoryItemId

func (m *GetInventoryItemRequest) GetInventoryItemId() int64

func (*GetInventoryItemRequest) GetMserviceId

func (m *GetInventoryItemRequest) GetMserviceId() int64

func (*GetInventoryItemRequest) ProtoMessage

func (*GetInventoryItemRequest) ProtoMessage()

func (*GetInventoryItemRequest) Reset

func (m *GetInventoryItemRequest) Reset()

func (*GetInventoryItemRequest) String

func (m *GetInventoryItemRequest) String() string

type GetInventoryItemResponse

type GetInventoryItemResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// inventory item object
	InventoryItem *InventoryItem `protobuf:"bytes,3,opt,name=inventory_item,json=inventoryItem" json:"inventory_item,omitempty"`
}

response parameters for method get_inventory_item

func (*GetInventoryItemResponse) Descriptor

func (*GetInventoryItemResponse) Descriptor() ([]byte, []int)

func (*GetInventoryItemResponse) GetErrorCode

func (m *GetInventoryItemResponse) GetErrorCode() int32

func (*GetInventoryItemResponse) GetErrorMessage

func (m *GetInventoryItemResponse) GetErrorMessage() string

func (*GetInventoryItemResponse) GetInventoryItem

func (m *GetInventoryItemResponse) GetInventoryItem() *InventoryItem

func (*GetInventoryItemResponse) ProtoMessage

func (*GetInventoryItemResponse) ProtoMessage()

func (*GetInventoryItemResponse) Reset

func (m *GetInventoryItemResponse) Reset()

func (*GetInventoryItemResponse) String

func (m *GetInventoryItemResponse) String() string

type GetInventoryItemsByFacilityRequest

type GetInventoryItemsByFacilityRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,2,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
}

request parameters for method get_inventory_items_by_facility

func (*GetInventoryItemsByFacilityRequest) Descriptor

func (*GetInventoryItemsByFacilityRequest) Descriptor() ([]byte, []int)

func (*GetInventoryItemsByFacilityRequest) GetFacilityId

func (m *GetInventoryItemsByFacilityRequest) GetFacilityId() int64

func (*GetInventoryItemsByFacilityRequest) GetMserviceId

func (m *GetInventoryItemsByFacilityRequest) GetMserviceId() int64

func (*GetInventoryItemsByFacilityRequest) ProtoMessage

func (*GetInventoryItemsByFacilityRequest) ProtoMessage()

func (*GetInventoryItemsByFacilityRequest) Reset

func (*GetInventoryItemsByFacilityRequest) String

type GetInventoryItemsByFacilityResponse

type GetInventoryItemsByFacilityResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of inventory item objects
	InventoryItems []*InventoryItem `protobuf:"bytes,3,rep,name=inventory_items,json=inventoryItems" json:"inventory_items,omitempty"`
}

response parameters for method get_inventory_items_by_facility

func (*GetInventoryItemsByFacilityResponse) Descriptor

func (*GetInventoryItemsByFacilityResponse) Descriptor() ([]byte, []int)

func (*GetInventoryItemsByFacilityResponse) GetErrorCode

func (m *GetInventoryItemsByFacilityResponse) GetErrorCode() int32

func (*GetInventoryItemsByFacilityResponse) GetErrorMessage

func (m *GetInventoryItemsByFacilityResponse) GetErrorMessage() string

func (*GetInventoryItemsByFacilityResponse) GetInventoryItems

func (m *GetInventoryItemsByFacilityResponse) GetInventoryItems() []*InventoryItem

func (*GetInventoryItemsByFacilityResponse) ProtoMessage

func (*GetInventoryItemsByFacilityResponse) ProtoMessage()

func (*GetInventoryItemsByFacilityResponse) Reset

func (*GetInventoryItemsByFacilityResponse) String

type GetInventoryItemsByProductRequest

type GetInventoryItemsByProductRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory product identifier
	ProductId int64 `protobuf:"varint,2,opt,name=product_id,json=productId" json:"product_id,omitempty"`
}

request parameters for method get_inventory_items_by_product

func (*GetInventoryItemsByProductRequest) Descriptor

func (*GetInventoryItemsByProductRequest) Descriptor() ([]byte, []int)

func (*GetInventoryItemsByProductRequest) GetMserviceId

func (m *GetInventoryItemsByProductRequest) GetMserviceId() int64

func (*GetInventoryItemsByProductRequest) GetProductId

func (m *GetInventoryItemsByProductRequest) GetProductId() int64

func (*GetInventoryItemsByProductRequest) ProtoMessage

func (*GetInventoryItemsByProductRequest) ProtoMessage()

func (*GetInventoryItemsByProductRequest) Reset

func (*GetInventoryItemsByProductRequest) String

type GetInventoryItemsByProductResponse

type GetInventoryItemsByProductResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of inventory item objects
	InventoryItems []*InventoryItem `protobuf:"bytes,3,rep,name=inventory_items,json=inventoryItems" json:"inventory_items,omitempty"`
}

response parameters for method get_inventory_items_by_product

func (*GetInventoryItemsByProductResponse) Descriptor

func (*GetInventoryItemsByProductResponse) Descriptor() ([]byte, []int)

func (*GetInventoryItemsByProductResponse) GetErrorCode

func (m *GetInventoryItemsByProductResponse) GetErrorCode() int32

func (*GetInventoryItemsByProductResponse) GetErrorMessage

func (m *GetInventoryItemsByProductResponse) GetErrorMessage() string

func (*GetInventoryItemsByProductResponse) GetInventoryItems

func (m *GetInventoryItemsByProductResponse) GetInventoryItems() []*InventoryItem

func (*GetInventoryItemsByProductResponse) ProtoMessage

func (*GetInventoryItemsByProductResponse) ProtoMessage()

func (*GetInventoryItemsByProductResponse) Reset

func (*GetInventoryItemsByProductResponse) String

type GetInventoryItemsBySubareaRequest

type GetInventoryItemsBySubareaRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea identifier
	SubareaId int64 `protobuf:"varint,2,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
}

request parameters for method get_inventory_items_by_subarea

func (*GetInventoryItemsBySubareaRequest) Descriptor

func (*GetInventoryItemsBySubareaRequest) Descriptor() ([]byte, []int)

func (*GetInventoryItemsBySubareaRequest) GetMserviceId

func (m *GetInventoryItemsBySubareaRequest) GetMserviceId() int64

func (*GetInventoryItemsBySubareaRequest) GetSubareaId

func (m *GetInventoryItemsBySubareaRequest) GetSubareaId() int64

func (*GetInventoryItemsBySubareaRequest) ProtoMessage

func (*GetInventoryItemsBySubareaRequest) ProtoMessage()

func (*GetInventoryItemsBySubareaRequest) Reset

func (*GetInventoryItemsBySubareaRequest) String

type GetInventoryItemsBySubareaResponse

type GetInventoryItemsBySubareaResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of inventory item objects
	InventoryItems []*InventoryItem `protobuf:"bytes,3,rep,name=inventory_items,json=inventoryItems" json:"inventory_items,omitempty"`
}

response parameters for method get_inventory_items_by_subarea

func (*GetInventoryItemsBySubareaResponse) Descriptor

func (*GetInventoryItemsBySubareaResponse) Descriptor() ([]byte, []int)

func (*GetInventoryItemsBySubareaResponse) GetErrorCode

func (m *GetInventoryItemsBySubareaResponse) GetErrorCode() int32

func (*GetInventoryItemsBySubareaResponse) GetErrorMessage

func (m *GetInventoryItemsBySubareaResponse) GetErrorMessage() string

func (*GetInventoryItemsBySubareaResponse) GetInventoryItems

func (m *GetInventoryItemsBySubareaResponse) GetInventoryItems() []*InventoryItem

func (*GetInventoryItemsBySubareaResponse) ProtoMessage

func (*GetInventoryItemsBySubareaResponse) ProtoMessage()

func (*GetInventoryItemsBySubareaResponse) Reset

func (*GetInventoryItemsBySubareaResponse) String

type GetItemTypeRequest

type GetItemTypeRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory item type identifier
	ItemTypeId int32 `protobuf:"varint,2,opt,name=item_type_id,json=itemTypeId" json:"item_type_id,omitempty"`
}

request parameters for method get_item_type

func (*GetItemTypeRequest) Descriptor

func (*GetItemTypeRequest) Descriptor() ([]byte, []int)

func (*GetItemTypeRequest) GetItemTypeId

func (m *GetItemTypeRequest) GetItemTypeId() int32

func (*GetItemTypeRequest) GetMserviceId

func (m *GetItemTypeRequest) GetMserviceId() int64

func (*GetItemTypeRequest) ProtoMessage

func (*GetItemTypeRequest) ProtoMessage()

func (*GetItemTypeRequest) Reset

func (m *GetItemTypeRequest) Reset()

func (*GetItemTypeRequest) String

func (m *GetItemTypeRequest) String() string

type GetItemTypeResponse

type GetItemTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// inventory item type object
	ItemType *ItemType `protobuf:"bytes,3,opt,name=item_type,json=itemType" json:"item_type,omitempty"`
}

response parameters for method get_item_type

func (*GetItemTypeResponse) Descriptor

func (*GetItemTypeResponse) Descriptor() ([]byte, []int)

func (*GetItemTypeResponse) GetErrorCode

func (m *GetItemTypeResponse) GetErrorCode() int32

func (*GetItemTypeResponse) GetErrorMessage

func (m *GetItemTypeResponse) GetErrorMessage() string

func (*GetItemTypeResponse) GetItemType

func (m *GetItemTypeResponse) GetItemType() *ItemType

func (*GetItemTypeResponse) ProtoMessage

func (*GetItemTypeResponse) ProtoMessage()

func (*GetItemTypeResponse) Reset

func (m *GetItemTypeResponse) Reset()

func (*GetItemTypeResponse) String

func (m *GetItemTypeResponse) String() string

type GetItemTypesRequest

type GetItemTypesRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_item_types

func (*GetItemTypesRequest) Descriptor

func (*GetItemTypesRequest) Descriptor() ([]byte, []int)

func (*GetItemTypesRequest) GetMserviceId

func (m *GetItemTypesRequest) GetMserviceId() int64

func (*GetItemTypesRequest) ProtoMessage

func (*GetItemTypesRequest) ProtoMessage()

func (*GetItemTypesRequest) Reset

func (m *GetItemTypesRequest) Reset()

func (*GetItemTypesRequest) String

func (m *GetItemTypesRequest) String() string

type GetItemTypesResponse

type GetItemTypesResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of inventory item type objects
	ItemTypes []*ItemType `protobuf:"bytes,3,rep,name=item_types,json=itemTypes" json:"item_types,omitempty"`
}

response parameters for method get_item_types

func (*GetItemTypesResponse) Descriptor

func (*GetItemTypesResponse) Descriptor() ([]byte, []int)

func (*GetItemTypesResponse) GetErrorCode

func (m *GetItemTypesResponse) GetErrorCode() int32

func (*GetItemTypesResponse) GetErrorMessage

func (m *GetItemTypesResponse) GetErrorMessage() string

func (*GetItemTypesResponse) GetItemTypes

func (m *GetItemTypesResponse) GetItemTypes() []*ItemType

func (*GetItemTypesResponse) ProtoMessage

func (*GetItemTypesResponse) ProtoMessage()

func (*GetItemTypesResponse) Reset

func (m *GetItemTypesResponse) Reset()

func (*GetItemTypesResponse) String

func (m *GetItemTypesResponse) String() string

type GetProductRequest

type GetProductRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory product identifier
	ProductId int64 `protobuf:"varint,2,opt,name=product_id,json=productId" json:"product_id,omitempty"`
}

request parameters for method get_product

func (*GetProductRequest) Descriptor

func (*GetProductRequest) Descriptor() ([]byte, []int)

func (*GetProductRequest) GetMserviceId

func (m *GetProductRequest) GetMserviceId() int64

func (*GetProductRequest) GetProductId

func (m *GetProductRequest) GetProductId() int64

func (*GetProductRequest) ProtoMessage

func (*GetProductRequest) ProtoMessage()

func (*GetProductRequest) Reset

func (m *GetProductRequest) Reset()

func (*GetProductRequest) String

func (m *GetProductRequest) String() string

type GetProductResponse

type GetProductResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// inventory product object
	Product *Product `protobuf:"bytes,3,opt,name=product" json:"product,omitempty"`
}

response parameters for method get_product

func (*GetProductResponse) Descriptor

func (*GetProductResponse) Descriptor() ([]byte, []int)

func (*GetProductResponse) GetErrorCode

func (m *GetProductResponse) GetErrorCode() int32

func (*GetProductResponse) GetErrorMessage

func (m *GetProductResponse) GetErrorMessage() string

func (*GetProductResponse) GetProduct

func (m *GetProductResponse) GetProduct() *Product

func (*GetProductResponse) ProtoMessage

func (*GetProductResponse) ProtoMessage()

func (*GetProductResponse) Reset

func (m *GetProductResponse) Reset()

func (*GetProductResponse) String

func (m *GetProductResponse) String() string

type GetProductsRequest

type GetProductsRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_products

func (*GetProductsRequest) Descriptor

func (*GetProductsRequest) Descriptor() ([]byte, []int)

func (*GetProductsRequest) GetMserviceId

func (m *GetProductsRequest) GetMserviceId() int64

func (*GetProductsRequest) ProtoMessage

func (*GetProductsRequest) ProtoMessage()

func (*GetProductsRequest) Reset

func (m *GetProductsRequest) Reset()

func (*GetProductsRequest) String

func (m *GetProductsRequest) String() string

type GetProductsResponse

type GetProductsResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of inventory product objects
	Products []*Product `protobuf:"bytes,3,rep,name=products" json:"products,omitempty"`
}

response parameters for method get_products

func (*GetProductsResponse) Descriptor

func (*GetProductsResponse) Descriptor() ([]byte, []int)

func (*GetProductsResponse) GetErrorCode

func (m *GetProductsResponse) GetErrorCode() int32

func (*GetProductsResponse) GetErrorMessage

func (m *GetProductsResponse) GetErrorMessage() string

func (*GetProductsResponse) GetProducts

func (m *GetProductsResponse) GetProducts() []*Product

func (*GetProductsResponse) ProtoMessage

func (*GetProductsResponse) ProtoMessage()

func (*GetProductsResponse) Reset

func (m *GetProductsResponse) Reset()

func (*GetProductsResponse) String

func (m *GetProductsResponse) String() string

type GetServerVersionRequest added in v0.9.2

type GetServerVersionRequest struct {
	// placeholder param to avoid empty message
	DummyParam int32 `protobuf:"varint,1,opt,name=dummy_param,json=dummyParam" json:"dummy_param,omitempty"`
}

request parameters for method get_server_version

func (*GetServerVersionRequest) Descriptor added in v0.9.2

func (*GetServerVersionRequest) Descriptor() ([]byte, []int)

func (*GetServerVersionRequest) GetDummyParam added in v0.9.2

func (m *GetServerVersionRequest) GetDummyParam() int32

func (*GetServerVersionRequest) ProtoMessage added in v0.9.2

func (*GetServerVersionRequest) ProtoMessage()

func (*GetServerVersionRequest) Reset added in v0.9.2

func (m *GetServerVersionRequest) Reset()

func (*GetServerVersionRequest) String added in v0.9.2

func (m *GetServerVersionRequest) String() string

type GetServerVersionResponse added in v0.9.2

type GetServerVersionResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version level of server
	ServerVersion string `protobuf:"bytes,3,opt,name=server_version,json=serverVersion" json:"server_version,omitempty"`
	// server uptime in seconds
	ServerUptime int64 `protobuf:"varint,4,opt,name=server_uptime,json=serverUptime" json:"server_uptime,omitempty"`
}

response parameters for method get_server_version

func (*GetServerVersionResponse) Descriptor added in v0.9.2

func (*GetServerVersionResponse) Descriptor() ([]byte, []int)

func (*GetServerVersionResponse) GetErrorCode added in v0.9.2

func (m *GetServerVersionResponse) GetErrorCode() int32

func (*GetServerVersionResponse) GetErrorMessage added in v0.9.2

func (m *GetServerVersionResponse) GetErrorMessage() string

func (*GetServerVersionResponse) GetServerUptime added in v0.9.2

func (m *GetServerVersionResponse) GetServerUptime() int64

func (*GetServerVersionResponse) GetServerVersion added in v0.9.2

func (m *GetServerVersionResponse) GetServerVersion() string

func (*GetServerVersionResponse) ProtoMessage added in v0.9.2

func (*GetServerVersionResponse) ProtoMessage()

func (*GetServerVersionResponse) Reset added in v0.9.2

func (m *GetServerVersionResponse) Reset()

func (*GetServerVersionResponse) String added in v0.9.2

func (m *GetServerVersionResponse) String() string

type GetSubareaRequest

type GetSubareaRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea identifier
	SubareaId int64 `protobuf:"varint,2,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
}

request parameters for method get_subarea

func (*GetSubareaRequest) Descriptor

func (*GetSubareaRequest) Descriptor() ([]byte, []int)

func (*GetSubareaRequest) GetMserviceId

func (m *GetSubareaRequest) GetMserviceId() int64

func (*GetSubareaRequest) GetSubareaId

func (m *GetSubareaRequest) GetSubareaId() int64

func (*GetSubareaRequest) ProtoMessage

func (*GetSubareaRequest) ProtoMessage()

func (*GetSubareaRequest) Reset

func (m *GetSubareaRequest) Reset()

func (*GetSubareaRequest) String

func (m *GetSubareaRequest) String() string

type GetSubareaResponse

type GetSubareaResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// subarea object
	Subarea *Subarea `protobuf:"bytes,3,opt,name=subarea" json:"subarea,omitempty"`
}

response parameters for method get_subarea

func (*GetSubareaResponse) Descriptor

func (*GetSubareaResponse) Descriptor() ([]byte, []int)

func (*GetSubareaResponse) GetErrorCode

func (m *GetSubareaResponse) GetErrorCode() int32

func (*GetSubareaResponse) GetErrorMessage

func (m *GetSubareaResponse) GetErrorMessage() string

func (*GetSubareaResponse) GetSubarea

func (m *GetSubareaResponse) GetSubarea() *Subarea

func (*GetSubareaResponse) ProtoMessage

func (*GetSubareaResponse) ProtoMessage()

func (*GetSubareaResponse) Reset

func (m *GetSubareaResponse) Reset()

func (*GetSubareaResponse) String

func (m *GetSubareaResponse) String() string

type GetSubareaTypeRequest

type GetSubareaTypeRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea type identifier
	SubareaTypeId int32 `protobuf:"varint,2,opt,name=subarea_type_id,json=subareaTypeId" json:"subarea_type_id,omitempty"`
}

request parameters for method get_subarea_type

func (*GetSubareaTypeRequest) Descriptor

func (*GetSubareaTypeRequest) Descriptor() ([]byte, []int)

func (*GetSubareaTypeRequest) GetMserviceId

func (m *GetSubareaTypeRequest) GetMserviceId() int64

func (*GetSubareaTypeRequest) GetSubareaTypeId

func (m *GetSubareaTypeRequest) GetSubareaTypeId() int32

func (*GetSubareaTypeRequest) ProtoMessage

func (*GetSubareaTypeRequest) ProtoMessage()

func (*GetSubareaTypeRequest) Reset

func (m *GetSubareaTypeRequest) Reset()

func (*GetSubareaTypeRequest) String

func (m *GetSubareaTypeRequest) String() string

type GetSubareaTypeResponse

type GetSubareaTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// subarea type object
	SubareaType *SubareaType `protobuf:"bytes,3,opt,name=subarea_type,json=subareaType" json:"subarea_type,omitempty"`
}

response parameters for method get_subarea_type

func (*GetSubareaTypeResponse) Descriptor

func (*GetSubareaTypeResponse) Descriptor() ([]byte, []int)

func (*GetSubareaTypeResponse) GetErrorCode

func (m *GetSubareaTypeResponse) GetErrorCode() int32

func (*GetSubareaTypeResponse) GetErrorMessage

func (m *GetSubareaTypeResponse) GetErrorMessage() string

func (*GetSubareaTypeResponse) GetSubareaType

func (m *GetSubareaTypeResponse) GetSubareaType() *SubareaType

func (*GetSubareaTypeResponse) ProtoMessage

func (*GetSubareaTypeResponse) ProtoMessage()

func (*GetSubareaTypeResponse) Reset

func (m *GetSubareaTypeResponse) Reset()

func (*GetSubareaTypeResponse) String

func (m *GetSubareaTypeResponse) String() string

type GetSubareaTypesRequest

type GetSubareaTypesRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
}

request parameters for method get_subarea_types

func (*GetSubareaTypesRequest) Descriptor

func (*GetSubareaTypesRequest) Descriptor() ([]byte, []int)

func (*GetSubareaTypesRequest) GetMserviceId

func (m *GetSubareaTypesRequest) GetMserviceId() int64

func (*GetSubareaTypesRequest) ProtoMessage

func (*GetSubareaTypesRequest) ProtoMessage()

func (*GetSubareaTypesRequest) Reset

func (m *GetSubareaTypesRequest) Reset()

func (*GetSubareaTypesRequest) String

func (m *GetSubareaTypesRequest) String() string

type GetSubareaTypesResponse

type GetSubareaTypesResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of subarea type objects
	SubareaTypes []*SubareaType `protobuf:"bytes,3,rep,name=subarea_types,json=subareaTypes" json:"subarea_types,omitempty"`
}

response parameters for method get_subarea_types

func (*GetSubareaTypesResponse) Descriptor

func (*GetSubareaTypesResponse) Descriptor() ([]byte, []int)

func (*GetSubareaTypesResponse) GetErrorCode

func (m *GetSubareaTypesResponse) GetErrorCode() int32

func (*GetSubareaTypesResponse) GetErrorMessage

func (m *GetSubareaTypesResponse) GetErrorMessage() string

func (*GetSubareaTypesResponse) GetSubareaTypes

func (m *GetSubareaTypesResponse) GetSubareaTypes() []*SubareaType

func (*GetSubareaTypesResponse) ProtoMessage

func (*GetSubareaTypesResponse) ProtoMessage()

func (*GetSubareaTypesResponse) Reset

func (m *GetSubareaTypesResponse) Reset()

func (*GetSubareaTypesResponse) String

func (m *GetSubareaTypesResponse) String() string

type GetSubareasRequest

type GetSubareasRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,2,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
}

request parameters for method get_subareas

func (*GetSubareasRequest) Descriptor

func (*GetSubareasRequest) Descriptor() ([]byte, []int)

func (*GetSubareasRequest) GetFacilityId

func (m *GetSubareasRequest) GetFacilityId() int64

func (*GetSubareasRequest) GetMserviceId

func (m *GetSubareasRequest) GetMserviceId() int64

func (*GetSubareasRequest) ProtoMessage

func (*GetSubareasRequest) ProtoMessage()

func (*GetSubareasRequest) Reset

func (m *GetSubareasRequest) Reset()

func (*GetSubareasRequest) String

func (m *GetSubareasRequest) String() string

type GetSubareasResponse

type GetSubareasResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// list of subarea objects
	Subareas []*Subarea `protobuf:"bytes,3,rep,name=subareas" json:"subareas,omitempty"`
}

response parameters for method get_subareas

func (*GetSubareasResponse) Descriptor

func (*GetSubareasResponse) Descriptor() ([]byte, []int)

func (*GetSubareasResponse) GetErrorCode

func (m *GetSubareasResponse) GetErrorCode() int32

func (*GetSubareasResponse) GetErrorMessage

func (m *GetSubareasResponse) GetErrorMessage() string

func (*GetSubareasResponse) GetSubareas

func (m *GetSubareasResponse) GetSubareas() []*Subarea

func (*GetSubareasResponse) ProtoMessage

func (*GetSubareasResponse) ProtoMessage()

func (*GetSubareasResponse) Reset

func (m *GetSubareasResponse) Reset()

func (*GetSubareasResponse) String

func (m *GetSubareasResponse) String() string

type InventoryItem

type InventoryItem struct {
	// inventory item identifier
	InventoryItemId int64 `protobuf:"varint,1,opt,name=inventory_item_id,json=inventoryItemId" json:"inventory_item_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea identifier
	SubareaId int64 `protobuf:"varint,8,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
	// inventory item type identifier
	ItemTypeId int32 `protobuf:"varint,9,opt,name=item_type_id,json=itemTypeId" json:"item_type_id,omitempty"`
	// item type name
	ItemTypeName string `protobuf:"bytes,10,opt,name=item_type_name,json=itemTypeName" json:"item_type_name,omitempty"`
	// item quantity
	Quantity int32 `protobuf:"varint,11,opt,name=quantity" json:"quantity,omitempty"`
	// item serial number
	SerialNumber string `protobuf:"bytes,12,opt,name=serial_number,json=serialNumber" json:"serial_number,omitempty"`
	// inventory product identifier
	ProductId int64 `protobuf:"varint,13,opt,name=product_id,json=productId" json:"product_id,omitempty"`
	// product name
	ProductName string `protobuf:"bytes,14,opt,name=product_name,json=productName" json:"product_name,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,15,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

inventory item

func (*InventoryItem) Descriptor

func (*InventoryItem) Descriptor() ([]byte, []int)

func (*InventoryItem) GetCreated

func (m *InventoryItem) GetCreated() *dml.DateTime

func (*InventoryItem) GetDeleted

func (m *InventoryItem) GetDeleted() *dml.DateTime

func (*InventoryItem) GetInventoryItemId

func (m *InventoryItem) GetInventoryItemId() int64

func (*InventoryItem) GetIsDeleted

func (m *InventoryItem) GetIsDeleted() bool

func (*InventoryItem) GetItemTypeId

func (m *InventoryItem) GetItemTypeId() int32

func (*InventoryItem) GetItemTypeName

func (m *InventoryItem) GetItemTypeName() string

func (*InventoryItem) GetJsonData added in v0.9.4

func (m *InventoryItem) GetJsonData() string

func (*InventoryItem) GetModified

func (m *InventoryItem) GetModified() *dml.DateTime

func (*InventoryItem) GetMserviceId

func (m *InventoryItem) GetMserviceId() int64

func (*InventoryItem) GetProductId

func (m *InventoryItem) GetProductId() int64

func (*InventoryItem) GetProductName

func (m *InventoryItem) GetProductName() string

func (*InventoryItem) GetQuantity

func (m *InventoryItem) GetQuantity() int32

func (*InventoryItem) GetSerialNumber

func (m *InventoryItem) GetSerialNumber() string

func (*InventoryItem) GetSubareaId

func (m *InventoryItem) GetSubareaId() int64

func (*InventoryItem) GetVersion

func (m *InventoryItem) GetVersion() int32

func (*InventoryItem) ProtoMessage

func (*InventoryItem) ProtoMessage()

func (*InventoryItem) Reset

func (m *InventoryItem) Reset()

func (*InventoryItem) String

func (m *InventoryItem) String() string

type ItemType

type ItemType struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory item type identifier
	ItemTypeId int32 `protobuf:"varint,2,opt,name=item_type_id,json=itemTypeId" json:"item_type_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,3,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,4,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,5,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,6,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,7,opt,name=version" json:"version,omitempty"`
	// item type name
	ItemTypeName string `protobuf:"bytes,8,opt,name=item_type_name,json=itemTypeName" json:"item_type_name,omitempty"`
}

inventory item type mapping

func (*ItemType) Descriptor

func (*ItemType) Descriptor() ([]byte, []int)

func (*ItemType) GetCreated

func (m *ItemType) GetCreated() *dml.DateTime

func (*ItemType) GetDeleted

func (m *ItemType) GetDeleted() *dml.DateTime

func (*ItemType) GetIsDeleted

func (m *ItemType) GetIsDeleted() bool

func (*ItemType) GetItemTypeId

func (m *ItemType) GetItemTypeId() int32

func (*ItemType) GetItemTypeName

func (m *ItemType) GetItemTypeName() string

func (*ItemType) GetModified

func (m *ItemType) GetModified() *dml.DateTime

func (*ItemType) GetMserviceId

func (m *ItemType) GetMserviceId() int64

func (*ItemType) GetVersion

func (m *ItemType) GetVersion() int32

func (*ItemType) ProtoMessage

func (*ItemType) ProtoMessage()

func (*ItemType) Reset

func (m *ItemType) Reset()

func (*ItemType) String

func (m *ItemType) String() string

type MServiceInventoryClient

type MServiceInventoryClient interface {
	// create new facility
	CreateFacility(ctx context.Context, in *CreateFacilityRequest, opts ...grpc.CallOption) (*CreateFacilityResponse, error)
	// update an existing facility
	UpdateFacility(ctx context.Context, in *UpdateFacilityRequest, opts ...grpc.CallOption) (*UpdateFacilityResponse, error)
	// delete an existing facility
	DeleteFacility(ctx context.Context, in *DeleteFacilityRequest, opts ...grpc.CallOption) (*DeleteFacilityResponse, error)
	// get a facility by id
	GetFacility(ctx context.Context, in *GetFacilityRequest, opts ...grpc.CallOption) (*GetFacilityResponse, error)
	// get all facilities by mservice_id
	GetFacilities(ctx context.Context, in *GetFacilitiesRequest, opts ...grpc.CallOption) (*GetFacilitiesResponse, error)
	// get a facility wrapper by id
	GetFacilityWrapper(ctx context.Context, in *GetFacilityWrapperRequest, opts ...grpc.CallOption) (*GetFacilityWrapperResponse, error)
	// create new subarea type
	CreateSubareaType(ctx context.Context, in *CreateSubareaTypeRequest, opts ...grpc.CallOption) (*CreateSubareaTypeResponse, error)
	// update an existing subarea type
	UpdateSubareaType(ctx context.Context, in *UpdateSubareaTypeRequest, opts ...grpc.CallOption) (*UpdateSubareaTypeResponse, error)
	// delete an existing subarea type
	DeleteSubareaType(ctx context.Context, in *DeleteSubareaTypeRequest, opts ...grpc.CallOption) (*DeleteSubareaTypeResponse, error)
	// get a subarea type by id
	GetSubareaType(ctx context.Context, in *GetSubareaTypeRequest, opts ...grpc.CallOption) (*GetSubareaTypeResponse, error)
	// get  subarea types by mservice_id
	GetSubareaTypes(ctx context.Context, in *GetSubareaTypesRequest, opts ...grpc.CallOption) (*GetSubareaTypesResponse, error)
	// create new item type
	CreateItemType(ctx context.Context, in *CreateItemTypeRequest, opts ...grpc.CallOption) (*CreateItemTypeResponse, error)
	// update an existing item type
	UpdateItemType(ctx context.Context, in *UpdateItemTypeRequest, opts ...grpc.CallOption) (*UpdateItemTypeResponse, error)
	// delete an existing item type
	DeleteItemType(ctx context.Context, in *DeleteItemTypeRequest, opts ...grpc.CallOption) (*DeleteItemTypeResponse, error)
	// get a item type by id
	GetItemType(ctx context.Context, in *GetItemTypeRequest, opts ...grpc.CallOption) (*GetItemTypeResponse, error)
	// get  item types by mservice_id
	GetItemTypes(ctx context.Context, in *GetItemTypesRequest, opts ...grpc.CallOption) (*GetItemTypesResponse, error)
	// create a new subarea
	CreateSubarea(ctx context.Context, in *CreateSubareaRequest, opts ...grpc.CallOption) (*CreateSubareaResponse, error)
	// update an existing subarea
	UpdateSubarea(ctx context.Context, in *UpdateSubareaRequest, opts ...grpc.CallOption) (*UpdateSubareaResponse, error)
	// delete an existing subarea
	DeleteSubarea(ctx context.Context, in *DeleteSubareaRequest, opts ...grpc.CallOption) (*DeleteSubareaResponse, error)
	// get a subarea by id
	GetSubarea(ctx context.Context, in *GetSubareaRequest, opts ...grpc.CallOption) (*GetSubareaResponse, error)
	// get all subareas by facility_id
	GetSubareas(ctx context.Context, in *GetSubareasRequest, opts ...grpc.CallOption) (*GetSubareasResponse, error)
	// create a new product
	CreateProduct(ctx context.Context, in *CreateProductRequest, opts ...grpc.CallOption) (*CreateProductResponse, error)
	// update an existing product
	UpdateProduct(ctx context.Context, in *UpdateProductRequest, opts ...grpc.CallOption) (*UpdateProductResponse, error)
	// delete an existing product
	DeleteProduct(ctx context.Context, in *DeleteProductRequest, opts ...grpc.CallOption) (*DeleteProductResponse, error)
	// get a product by id
	GetProduct(ctx context.Context, in *GetProductRequest, opts ...grpc.CallOption) (*GetProductResponse, error)
	// get all products by mservice_id
	GetProducts(ctx context.Context, in *GetProductsRequest, opts ...grpc.CallOption) (*GetProductsResponse, error)
	// create a new inventory item
	CreateInventoryItem(ctx context.Context, in *CreateInventoryItemRequest, opts ...grpc.CallOption) (*CreateInventoryItemResponse, error)
	// update an existing inventory item
	UpdateInventoryItem(ctx context.Context, in *UpdateInventoryItemRequest, opts ...grpc.CallOption) (*UpdateInventoryItemResponse, error)
	// delete an existing inventory item
	DeleteInventoryItem(ctx context.Context, in *DeleteInventoryItemRequest, opts ...grpc.CallOption) (*DeleteInventoryItemResponse, error)
	// get an inventory item by id
	GetInventoryItem(ctx context.Context, in *GetInventoryItemRequest, opts ...grpc.CallOption) (*GetInventoryItemResponse, error)
	// get all inventory items for a product id
	GetInventoryItemsByProduct(ctx context.Context, in *GetInventoryItemsByProductRequest, opts ...grpc.CallOption) (*GetInventoryItemsByProductResponse, error)
	// get all inventory items in a subarea
	GetInventoryItemsBySubarea(ctx context.Context, in *GetInventoryItemsBySubareaRequest, opts ...grpc.CallOption) (*GetInventoryItemsBySubareaResponse, error)
	// get all inventory items in a facility
	GetInventoryItemsByFacility(ctx context.Context, in *GetInventoryItemsByFacilityRequest, opts ...grpc.CallOption) (*GetInventoryItemsByFacilityResponse, error)
	// get current server version and uptime - health check
	GetServerVersion(ctx context.Context, in *GetServerVersionRequest, opts ...grpc.CallOption) (*GetServerVersionResponse, error)
	// create an entity schema
	CreateEntitySchema(ctx context.Context, in *CreateEntitySchemaRequest, opts ...grpc.CallOption) (*CreateEntitySchemaResponse, error)
	// update an entity schema
	UpdateEntitySchema(ctx context.Context, in *UpdateEntitySchemaRequest, opts ...grpc.CallOption) (*UpdateEntitySchemaResponse, error)
	// delete an entity schema
	DeleteEntitySchema(ctx context.Context, in *DeleteEntitySchemaRequest, opts ...grpc.CallOption) (*DeleteEntitySchemaResponse, error)
	// get an entity schema by name
	GetEntitySchema(ctx context.Context, in *GetEntitySchemaRequest, opts ...grpc.CallOption) (*GetEntitySchemaResponse, error)
	// get all entity schemas for account
	GetEntitySchemas(ctx context.Context, in *GetEntitySchemasRequest, opts ...grpc.CallOption) (*GetEntitySchemasResponse, error)
}

func NewMServiceInventoryClient

func NewMServiceInventoryClient(cc *grpc.ClientConn) MServiceInventoryClient

type MServiceInventoryServer

type MServiceInventoryServer interface {
	// create new facility
	CreateFacility(context.Context, *CreateFacilityRequest) (*CreateFacilityResponse, error)
	// update an existing facility
	UpdateFacility(context.Context, *UpdateFacilityRequest) (*UpdateFacilityResponse, error)
	// delete an existing facility
	DeleteFacility(context.Context, *DeleteFacilityRequest) (*DeleteFacilityResponse, error)
	// get a facility by id
	GetFacility(context.Context, *GetFacilityRequest) (*GetFacilityResponse, error)
	// get all facilities by mservice_id
	GetFacilities(context.Context, *GetFacilitiesRequest) (*GetFacilitiesResponse, error)
	// get a facility wrapper by id
	GetFacilityWrapper(context.Context, *GetFacilityWrapperRequest) (*GetFacilityWrapperResponse, error)
	// create new subarea type
	CreateSubareaType(context.Context, *CreateSubareaTypeRequest) (*CreateSubareaTypeResponse, error)
	// update an existing subarea type
	UpdateSubareaType(context.Context, *UpdateSubareaTypeRequest) (*UpdateSubareaTypeResponse, error)
	// delete an existing subarea type
	DeleteSubareaType(context.Context, *DeleteSubareaTypeRequest) (*DeleteSubareaTypeResponse, error)
	// get a subarea type by id
	GetSubareaType(context.Context, *GetSubareaTypeRequest) (*GetSubareaTypeResponse, error)
	// get  subarea types by mservice_id
	GetSubareaTypes(context.Context, *GetSubareaTypesRequest) (*GetSubareaTypesResponse, error)
	// create new item type
	CreateItemType(context.Context, *CreateItemTypeRequest) (*CreateItemTypeResponse, error)
	// update an existing item type
	UpdateItemType(context.Context, *UpdateItemTypeRequest) (*UpdateItemTypeResponse, error)
	// delete an existing item type
	DeleteItemType(context.Context, *DeleteItemTypeRequest) (*DeleteItemTypeResponse, error)
	// get a item type by id
	GetItemType(context.Context, *GetItemTypeRequest) (*GetItemTypeResponse, error)
	// get  item types by mservice_id
	GetItemTypes(context.Context, *GetItemTypesRequest) (*GetItemTypesResponse, error)
	// create a new subarea
	CreateSubarea(context.Context, *CreateSubareaRequest) (*CreateSubareaResponse, error)
	// update an existing subarea
	UpdateSubarea(context.Context, *UpdateSubareaRequest) (*UpdateSubareaResponse, error)
	// delete an existing subarea
	DeleteSubarea(context.Context, *DeleteSubareaRequest) (*DeleteSubareaResponse, error)
	// get a subarea by id
	GetSubarea(context.Context, *GetSubareaRequest) (*GetSubareaResponse, error)
	// get all subareas by facility_id
	GetSubareas(context.Context, *GetSubareasRequest) (*GetSubareasResponse, error)
	// create a new product
	CreateProduct(context.Context, *CreateProductRequest) (*CreateProductResponse, error)
	// update an existing product
	UpdateProduct(context.Context, *UpdateProductRequest) (*UpdateProductResponse, error)
	// delete an existing product
	DeleteProduct(context.Context, *DeleteProductRequest) (*DeleteProductResponse, error)
	// get a product by id
	GetProduct(context.Context, *GetProductRequest) (*GetProductResponse, error)
	// get all products by mservice_id
	GetProducts(context.Context, *GetProductsRequest) (*GetProductsResponse, error)
	// create a new inventory item
	CreateInventoryItem(context.Context, *CreateInventoryItemRequest) (*CreateInventoryItemResponse, error)
	// update an existing inventory item
	UpdateInventoryItem(context.Context, *UpdateInventoryItemRequest) (*UpdateInventoryItemResponse, error)
	// delete an existing inventory item
	DeleteInventoryItem(context.Context, *DeleteInventoryItemRequest) (*DeleteInventoryItemResponse, error)
	// get an inventory item by id
	GetInventoryItem(context.Context, *GetInventoryItemRequest) (*GetInventoryItemResponse, error)
	// get all inventory items for a product id
	GetInventoryItemsByProduct(context.Context, *GetInventoryItemsByProductRequest) (*GetInventoryItemsByProductResponse, error)
	// get all inventory items in a subarea
	GetInventoryItemsBySubarea(context.Context, *GetInventoryItemsBySubareaRequest) (*GetInventoryItemsBySubareaResponse, error)
	// get all inventory items in a facility
	GetInventoryItemsByFacility(context.Context, *GetInventoryItemsByFacilityRequest) (*GetInventoryItemsByFacilityResponse, error)
	// get current server version and uptime - health check
	GetServerVersion(context.Context, *GetServerVersionRequest) (*GetServerVersionResponse, error)
	// create an entity schema
	CreateEntitySchema(context.Context, *CreateEntitySchemaRequest) (*CreateEntitySchemaResponse, error)
	// update an entity schema
	UpdateEntitySchema(context.Context, *UpdateEntitySchemaRequest) (*UpdateEntitySchemaResponse, error)
	// delete an entity schema
	DeleteEntitySchema(context.Context, *DeleteEntitySchemaRequest) (*DeleteEntitySchemaResponse, error)
	// get an entity schema by name
	GetEntitySchema(context.Context, *GetEntitySchemaRequest) (*GetEntitySchemaResponse, error)
	// get all entity schemas for account
	GetEntitySchemas(context.Context, *GetEntitySchemasRequest) (*GetEntitySchemasResponse, error)
}

type Product

type Product struct {
	// inventory product identifier
	ProductId int64 `protobuf:"varint,1,opt,name=product_id,json=productId" json:"product_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory product sku
	Sku string `protobuf:"bytes,8,opt,name=sku" json:"sku,omitempty"`
	// product name
	ProductName string `protobuf:"bytes,9,opt,name=product_name,json=productName" json:"product_name,omitempty"`
	// entity comment
	Comment string `protobuf:"bytes,10,opt,name=comment" json:"comment,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,11,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

inventory product

func (*Product) Descriptor

func (*Product) Descriptor() ([]byte, []int)

func (*Product) GetComment

func (m *Product) GetComment() string

func (*Product) GetCreated

func (m *Product) GetCreated() *dml.DateTime

func (*Product) GetDeleted

func (m *Product) GetDeleted() *dml.DateTime

func (*Product) GetIsDeleted

func (m *Product) GetIsDeleted() bool

func (*Product) GetJsonData added in v0.9.4

func (m *Product) GetJsonData() string

func (*Product) GetModified

func (m *Product) GetModified() *dml.DateTime

func (*Product) GetMserviceId

func (m *Product) GetMserviceId() int64

func (*Product) GetProductId

func (m *Product) GetProductId() int64

func (*Product) GetProductName

func (m *Product) GetProductName() string

func (*Product) GetSku

func (m *Product) GetSku() string

func (*Product) GetVersion

func (m *Product) GetVersion() int32

func (*Product) ProtoMessage

func (*Product) ProtoMessage()

func (*Product) Reset

func (m *Product) Reset()

func (*Product) String

func (m *Product) String() string

type Subarea

type Subarea struct {
	// subarea identifier
	SubareaId int64 `protobuf:"varint,1,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,8,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
	// facility name
	FacilityName string `protobuf:"bytes,9,opt,name=facility_name,json=facilityName" json:"facility_name,omitempty"`
	// parent subarea identifier, zero if no parent
	ParentSubareaId int64 `protobuf:"varint,10,opt,name=parent_subarea_id,json=parentSubareaId" json:"parent_subarea_id,omitempty"`
	// position of subarea within parent
	Position int32 `protobuf:"varint,11,opt,name=position" json:"position,omitempty"`
	// subarea type identifier
	SubareaTypeId int32 `protobuf:"varint,12,opt,name=subarea_type_id,json=subareaTypeId" json:"subarea_type_id,omitempty"`
	// subarea type name
	SubareaTypeName string `protobuf:"bytes,13,opt,name=subarea_type_name,json=subareaTypeName" json:"subarea_type_name,omitempty"`
	// subarea name
	SubareaName string `protobuf:"bytes,14,opt,name=subarea_name,json=subareaName" json:"subarea_name,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,15,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

inventory subarea within facility

func (*Subarea) Descriptor

func (*Subarea) Descriptor() ([]byte, []int)

func (*Subarea) GetCreated

func (m *Subarea) GetCreated() *dml.DateTime

func (*Subarea) GetDeleted

func (m *Subarea) GetDeleted() *dml.DateTime

func (*Subarea) GetFacilityId

func (m *Subarea) GetFacilityId() int64

func (*Subarea) GetFacilityName

func (m *Subarea) GetFacilityName() string

func (*Subarea) GetIsDeleted

func (m *Subarea) GetIsDeleted() bool

func (*Subarea) GetJsonData added in v0.9.4

func (m *Subarea) GetJsonData() string

func (*Subarea) GetModified

func (m *Subarea) GetModified() *dml.DateTime

func (*Subarea) GetMserviceId

func (m *Subarea) GetMserviceId() int64

func (*Subarea) GetParentSubareaId

func (m *Subarea) GetParentSubareaId() int64

func (*Subarea) GetPosition

func (m *Subarea) GetPosition() int32

func (*Subarea) GetSubareaId

func (m *Subarea) GetSubareaId() int64

func (*Subarea) GetSubareaName

func (m *Subarea) GetSubareaName() string

func (*Subarea) GetSubareaTypeId

func (m *Subarea) GetSubareaTypeId() int32

func (*Subarea) GetSubareaTypeName

func (m *Subarea) GetSubareaTypeName() string

func (*Subarea) GetVersion

func (m *Subarea) GetVersion() int32

func (*Subarea) ProtoMessage

func (*Subarea) ProtoMessage()

func (*Subarea) Reset

func (m *Subarea) Reset()

func (*Subarea) String

func (m *Subarea) String() string

type SubareaType

type SubareaType struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea type identifier
	SubareaTypeId int32 `protobuf:"varint,2,opt,name=subarea_type_id,json=subareaTypeId" json:"subarea_type_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,3,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,4,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,5,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,6,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,7,opt,name=version" json:"version,omitempty"`
	// subarea type name
	SubareaTypeName string `protobuf:"bytes,8,opt,name=subarea_type_name,json=subareaTypeName" json:"subarea_type_name,omitempty"`
}

inventory subarea type mapping

func (*SubareaType) Descriptor

func (*SubareaType) Descriptor() ([]byte, []int)

func (*SubareaType) GetCreated

func (m *SubareaType) GetCreated() *dml.DateTime

func (*SubareaType) GetDeleted

func (m *SubareaType) GetDeleted() *dml.DateTime

func (*SubareaType) GetIsDeleted

func (m *SubareaType) GetIsDeleted() bool

func (*SubareaType) GetModified

func (m *SubareaType) GetModified() *dml.DateTime

func (*SubareaType) GetMserviceId

func (m *SubareaType) GetMserviceId() int64

func (*SubareaType) GetSubareaTypeId

func (m *SubareaType) GetSubareaTypeId() int32

func (*SubareaType) GetSubareaTypeName

func (m *SubareaType) GetSubareaTypeName() string

func (*SubareaType) GetVersion

func (m *SubareaType) GetVersion() int32

func (*SubareaType) ProtoMessage

func (*SubareaType) ProtoMessage()

func (*SubareaType) Reset

func (m *SubareaType) Reset()

func (*SubareaType) String

func (m *SubareaType) String() string

type SubareaWrapper

type SubareaWrapper struct {
	// subarea identifier
	SubareaId int64 `protobuf:"varint,1,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
	// creation date
	Created *dml.DateTime `protobuf:"bytes,2,opt,name=created" json:"created,omitempty"`
	// modification date
	Modified *dml.DateTime `protobuf:"bytes,3,opt,name=modified" json:"modified,omitempty"`
	// deletion date
	Deleted *dml.DateTime `protobuf:"bytes,4,opt,name=deleted" json:"deleted,omitempty"`
	// has record been deleted?
	IsDeleted bool `protobuf:"varint,5,opt,name=is_deleted,json=isDeleted" json:"is_deleted,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,6,opt,name=version" json:"version,omitempty"`
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,7,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,8,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
	// facility name
	FacilityName string `protobuf:"bytes,9,opt,name=facility_name,json=facilityName" json:"facility_name,omitempty"`
	// parent subarea identifier, zero if no parent
	ParentSubareaId int64 `protobuf:"varint,10,opt,name=parent_subarea_id,json=parentSubareaId" json:"parent_subarea_id,omitempty"`
	// position of subarea within parent
	Position int32 `protobuf:"varint,11,opt,name=position" json:"position,omitempty"`
	// subarea type identifier
	SubareaTypeId int32 `protobuf:"varint,12,opt,name=subarea_type_id,json=subareaTypeId" json:"subarea_type_id,omitempty"`
	// subarea type name
	SubareaTypeName string `protobuf:"bytes,13,opt,name=subarea_type_name,json=subareaTypeName" json:"subarea_type_name,omitempty"`
	// subarea name
	SubareaName string `protobuf:"bytes,14,opt,name=subarea_name,json=subareaName" json:"subarea_name,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,15,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
	// list of child subarea wrappers
	ChildSubareas []*SubareaWrapper `protobuf:"bytes,16,rep,name=child_subareas,json=childSubareas" json:"child_subareas,omitempty"`
}

wrapper for inventory subarea within facility

func (*SubareaWrapper) Descriptor

func (*SubareaWrapper) Descriptor() ([]byte, []int)

func (*SubareaWrapper) GetChildSubareas

func (m *SubareaWrapper) GetChildSubareas() []*SubareaWrapper

func (*SubareaWrapper) GetCreated

func (m *SubareaWrapper) GetCreated() *dml.DateTime

func (*SubareaWrapper) GetDeleted

func (m *SubareaWrapper) GetDeleted() *dml.DateTime

func (*SubareaWrapper) GetFacilityId

func (m *SubareaWrapper) GetFacilityId() int64

func (*SubareaWrapper) GetFacilityName

func (m *SubareaWrapper) GetFacilityName() string

func (*SubareaWrapper) GetIsDeleted

func (m *SubareaWrapper) GetIsDeleted() bool

func (*SubareaWrapper) GetJsonData added in v0.9.4

func (m *SubareaWrapper) GetJsonData() string

func (*SubareaWrapper) GetModified

func (m *SubareaWrapper) GetModified() *dml.DateTime

func (*SubareaWrapper) GetMserviceId

func (m *SubareaWrapper) GetMserviceId() int64

func (*SubareaWrapper) GetParentSubareaId

func (m *SubareaWrapper) GetParentSubareaId() int64

func (*SubareaWrapper) GetPosition

func (m *SubareaWrapper) GetPosition() int32

func (*SubareaWrapper) GetSubareaId

func (m *SubareaWrapper) GetSubareaId() int64

func (*SubareaWrapper) GetSubareaName

func (m *SubareaWrapper) GetSubareaName() string

func (*SubareaWrapper) GetSubareaTypeId

func (m *SubareaWrapper) GetSubareaTypeId() int32

func (*SubareaWrapper) GetSubareaTypeName

func (m *SubareaWrapper) GetSubareaTypeName() string

func (*SubareaWrapper) GetVersion

func (m *SubareaWrapper) GetVersion() int32

func (*SubareaWrapper) ProtoMessage

func (*SubareaWrapper) ProtoMessage()

func (*SubareaWrapper) Reset

func (m *SubareaWrapper) Reset()

func (*SubareaWrapper) String

func (m *SubareaWrapper) String() string

type UpdateEntitySchemaRequest added in v0.9.4

type UpdateEntitySchemaRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// name of entity to be extended
	EntityName string `protobuf:"bytes,2,opt,name=entity_name,json=entityName" json:"entity_name,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// schema for json_data extensions
	JsonSchema string `protobuf:"bytes,4,opt,name=json_schema,json=jsonSchema" json:"json_schema,omitempty"`
}

request parameters for method update_entity_schema

func (*UpdateEntitySchemaRequest) Descriptor added in v0.9.4

func (*UpdateEntitySchemaRequest) Descriptor() ([]byte, []int)

func (*UpdateEntitySchemaRequest) GetEntityName added in v0.9.4

func (m *UpdateEntitySchemaRequest) GetEntityName() string

func (*UpdateEntitySchemaRequest) GetJsonSchema added in v0.9.4

func (m *UpdateEntitySchemaRequest) GetJsonSchema() string

func (*UpdateEntitySchemaRequest) GetMserviceId added in v0.9.4

func (m *UpdateEntitySchemaRequest) GetMserviceId() int64

func (*UpdateEntitySchemaRequest) GetVersion added in v0.9.4

func (m *UpdateEntitySchemaRequest) GetVersion() int32

func (*UpdateEntitySchemaRequest) ProtoMessage added in v0.9.4

func (*UpdateEntitySchemaRequest) ProtoMessage()

func (*UpdateEntitySchemaRequest) Reset added in v0.9.4

func (m *UpdateEntitySchemaRequest) Reset()

func (*UpdateEntitySchemaRequest) String added in v0.9.4

func (m *UpdateEntitySchemaRequest) String() string

type UpdateEntitySchemaResponse added in v0.9.4

type UpdateEntitySchemaResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_entity_schema

func (*UpdateEntitySchemaResponse) Descriptor added in v0.9.4

func (*UpdateEntitySchemaResponse) Descriptor() ([]byte, []int)

func (*UpdateEntitySchemaResponse) GetErrorCode added in v0.9.4

func (m *UpdateEntitySchemaResponse) GetErrorCode() int32

func (*UpdateEntitySchemaResponse) GetErrorMessage added in v0.9.4

func (m *UpdateEntitySchemaResponse) GetErrorMessage() string

func (*UpdateEntitySchemaResponse) GetVersion added in v0.9.4

func (m *UpdateEntitySchemaResponse) GetVersion() int32

func (*UpdateEntitySchemaResponse) ProtoMessage added in v0.9.4

func (*UpdateEntitySchemaResponse) ProtoMessage()

func (*UpdateEntitySchemaResponse) Reset added in v0.9.4

func (m *UpdateEntitySchemaResponse) Reset()

func (*UpdateEntitySchemaResponse) String added in v0.9.4

func (m *UpdateEntitySchemaResponse) String() string

type UpdateFacilityRequest

type UpdateFacilityRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// facility identifier
	FacilityId int64 `protobuf:"varint,2,opt,name=facility_id,json=facilityId" json:"facility_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// facility name
	FacilityName string `protobuf:"bytes,4,opt,name=facility_name,json=facilityName" json:"facility_name,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,5,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

request parameters for method update_facility

func (*UpdateFacilityRequest) Descriptor

func (*UpdateFacilityRequest) Descriptor() ([]byte, []int)

func (*UpdateFacilityRequest) GetFacilityId

func (m *UpdateFacilityRequest) GetFacilityId() int64

func (*UpdateFacilityRequest) GetFacilityName

func (m *UpdateFacilityRequest) GetFacilityName() string

func (*UpdateFacilityRequest) GetJsonData added in v0.9.4

func (m *UpdateFacilityRequest) GetJsonData() string

func (*UpdateFacilityRequest) GetMserviceId

func (m *UpdateFacilityRequest) GetMserviceId() int64

func (*UpdateFacilityRequest) GetVersion

func (m *UpdateFacilityRequest) GetVersion() int32

func (*UpdateFacilityRequest) ProtoMessage

func (*UpdateFacilityRequest) ProtoMessage()

func (*UpdateFacilityRequest) Reset

func (m *UpdateFacilityRequest) Reset()

func (*UpdateFacilityRequest) String

func (m *UpdateFacilityRequest) String() string

type UpdateFacilityResponse

type UpdateFacilityResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_facility

func (*UpdateFacilityResponse) Descriptor

func (*UpdateFacilityResponse) Descriptor() ([]byte, []int)

func (*UpdateFacilityResponse) GetErrorCode

func (m *UpdateFacilityResponse) GetErrorCode() int32

func (*UpdateFacilityResponse) GetErrorMessage

func (m *UpdateFacilityResponse) GetErrorMessage() string

func (*UpdateFacilityResponse) GetVersion

func (m *UpdateFacilityResponse) GetVersion() int32

func (*UpdateFacilityResponse) ProtoMessage

func (*UpdateFacilityResponse) ProtoMessage()

func (*UpdateFacilityResponse) Reset

func (m *UpdateFacilityResponse) Reset()

func (*UpdateFacilityResponse) String

func (m *UpdateFacilityResponse) String() string

type UpdateInventoryItemRequest

type UpdateInventoryItemRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory item identifier
	InventoryItemId int64 `protobuf:"varint,2,opt,name=inventory_item_id,json=inventoryItemId" json:"inventory_item_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// subarea identifier
	SubareaId int64 `protobuf:"varint,4,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
	// inventory item type identifier
	ItemTypeId int32 `protobuf:"varint,5,opt,name=item_type_id,json=itemTypeId" json:"item_type_id,omitempty"`
	// item quantity
	Quantity int32 `protobuf:"varint,6,opt,name=quantity" json:"quantity,omitempty"`
	// item serial number
	SerialNumber string `protobuf:"bytes,7,opt,name=serial_number,json=serialNumber" json:"serial_number,omitempty"`
	// inventory product identifier
	ProductId int64 `protobuf:"varint,8,opt,name=product_id,json=productId" json:"product_id,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,9,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

request parameters for method update_inventory_item

func (*UpdateInventoryItemRequest) Descriptor

func (*UpdateInventoryItemRequest) Descriptor() ([]byte, []int)

func (*UpdateInventoryItemRequest) GetInventoryItemId

func (m *UpdateInventoryItemRequest) GetInventoryItemId() int64

func (*UpdateInventoryItemRequest) GetItemTypeId

func (m *UpdateInventoryItemRequest) GetItemTypeId() int32

func (*UpdateInventoryItemRequest) GetJsonData added in v0.9.4

func (m *UpdateInventoryItemRequest) GetJsonData() string

func (*UpdateInventoryItemRequest) GetMserviceId

func (m *UpdateInventoryItemRequest) GetMserviceId() int64

func (*UpdateInventoryItemRequest) GetProductId

func (m *UpdateInventoryItemRequest) GetProductId() int64

func (*UpdateInventoryItemRequest) GetQuantity

func (m *UpdateInventoryItemRequest) GetQuantity() int32

func (*UpdateInventoryItemRequest) GetSerialNumber

func (m *UpdateInventoryItemRequest) GetSerialNumber() string

func (*UpdateInventoryItemRequest) GetSubareaId

func (m *UpdateInventoryItemRequest) GetSubareaId() int64

func (*UpdateInventoryItemRequest) GetVersion

func (m *UpdateInventoryItemRequest) GetVersion() int32

func (*UpdateInventoryItemRequest) ProtoMessage

func (*UpdateInventoryItemRequest) ProtoMessage()

func (*UpdateInventoryItemRequest) Reset

func (m *UpdateInventoryItemRequest) Reset()

func (*UpdateInventoryItemRequest) String

func (m *UpdateInventoryItemRequest) String() string

type UpdateInventoryItemResponse

type UpdateInventoryItemResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_inventory_item

func (*UpdateInventoryItemResponse) Descriptor

func (*UpdateInventoryItemResponse) Descriptor() ([]byte, []int)

func (*UpdateInventoryItemResponse) GetErrorCode

func (m *UpdateInventoryItemResponse) GetErrorCode() int32

func (*UpdateInventoryItemResponse) GetErrorMessage

func (m *UpdateInventoryItemResponse) GetErrorMessage() string

func (*UpdateInventoryItemResponse) GetVersion

func (m *UpdateInventoryItemResponse) GetVersion() int32

func (*UpdateInventoryItemResponse) ProtoMessage

func (*UpdateInventoryItemResponse) ProtoMessage()

func (*UpdateInventoryItemResponse) Reset

func (m *UpdateInventoryItemResponse) Reset()

func (*UpdateInventoryItemResponse) String

func (m *UpdateInventoryItemResponse) String() string

type UpdateItemTypeRequest

type UpdateItemTypeRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory item type identifier
	ItemTypeId int32 `protobuf:"varint,2,opt,name=item_type_id,json=itemTypeId" json:"item_type_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// item type name
	ItemTypeName string `protobuf:"bytes,4,opt,name=item_type_name,json=itemTypeName" json:"item_type_name,omitempty"`
}

request parameters for method update_item_type

func (*UpdateItemTypeRequest) Descriptor

func (*UpdateItemTypeRequest) Descriptor() ([]byte, []int)

func (*UpdateItemTypeRequest) GetItemTypeId

func (m *UpdateItemTypeRequest) GetItemTypeId() int32

func (*UpdateItemTypeRequest) GetItemTypeName

func (m *UpdateItemTypeRequest) GetItemTypeName() string

func (*UpdateItemTypeRequest) GetMserviceId

func (m *UpdateItemTypeRequest) GetMserviceId() int64

func (*UpdateItemTypeRequest) GetVersion

func (m *UpdateItemTypeRequest) GetVersion() int32

func (*UpdateItemTypeRequest) ProtoMessage

func (*UpdateItemTypeRequest) ProtoMessage()

func (*UpdateItemTypeRequest) Reset

func (m *UpdateItemTypeRequest) Reset()

func (*UpdateItemTypeRequest) String

func (m *UpdateItemTypeRequest) String() string

type UpdateItemTypeResponse

type UpdateItemTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_item_type

func (*UpdateItemTypeResponse) Descriptor

func (*UpdateItemTypeResponse) Descriptor() ([]byte, []int)

func (*UpdateItemTypeResponse) GetErrorCode

func (m *UpdateItemTypeResponse) GetErrorCode() int32

func (*UpdateItemTypeResponse) GetErrorMessage

func (m *UpdateItemTypeResponse) GetErrorMessage() string

func (*UpdateItemTypeResponse) GetVersion

func (m *UpdateItemTypeResponse) GetVersion() int32

func (*UpdateItemTypeResponse) ProtoMessage

func (*UpdateItemTypeResponse) ProtoMessage()

func (*UpdateItemTypeResponse) Reset

func (m *UpdateItemTypeResponse) Reset()

func (*UpdateItemTypeResponse) String

func (m *UpdateItemTypeResponse) String() string

type UpdateProductRequest

type UpdateProductRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// inventory product identifier
	ProductId int64 `protobuf:"varint,2,opt,name=product_id,json=productId" json:"product_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// inventory product sku
	Sku string `protobuf:"bytes,4,opt,name=sku" json:"sku,omitempty"`
	// product name
	ProductName string `protobuf:"bytes,5,opt,name=product_name,json=productName" json:"product_name,omitempty"`
	// entity comment
	Comment string `protobuf:"bytes,6,opt,name=comment" json:"comment,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,7,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

request parameters for method update_product

func (*UpdateProductRequest) Descriptor

func (*UpdateProductRequest) Descriptor() ([]byte, []int)

func (*UpdateProductRequest) GetComment

func (m *UpdateProductRequest) GetComment() string

func (*UpdateProductRequest) GetJsonData added in v0.9.4

func (m *UpdateProductRequest) GetJsonData() string

func (*UpdateProductRequest) GetMserviceId

func (m *UpdateProductRequest) GetMserviceId() int64

func (*UpdateProductRequest) GetProductId

func (m *UpdateProductRequest) GetProductId() int64

func (*UpdateProductRequest) GetProductName

func (m *UpdateProductRequest) GetProductName() string

func (*UpdateProductRequest) GetSku

func (m *UpdateProductRequest) GetSku() string

func (*UpdateProductRequest) GetVersion

func (m *UpdateProductRequest) GetVersion() int32

func (*UpdateProductRequest) ProtoMessage

func (*UpdateProductRequest) ProtoMessage()

func (*UpdateProductRequest) Reset

func (m *UpdateProductRequest) Reset()

func (*UpdateProductRequest) String

func (m *UpdateProductRequest) String() string

type UpdateProductResponse

type UpdateProductResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_product

func (*UpdateProductResponse) Descriptor

func (*UpdateProductResponse) Descriptor() ([]byte, []int)

func (*UpdateProductResponse) GetErrorCode

func (m *UpdateProductResponse) GetErrorCode() int32

func (*UpdateProductResponse) GetErrorMessage

func (m *UpdateProductResponse) GetErrorMessage() string

func (*UpdateProductResponse) GetVersion

func (m *UpdateProductResponse) GetVersion() int32

func (*UpdateProductResponse) ProtoMessage

func (*UpdateProductResponse) ProtoMessage()

func (*UpdateProductResponse) Reset

func (m *UpdateProductResponse) Reset()

func (*UpdateProductResponse) String

func (m *UpdateProductResponse) String() string

type UpdateSubareaRequest

type UpdateSubareaRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea identifier
	SubareaId int64 `protobuf:"varint,2,opt,name=subarea_id,json=subareaId" json:"subarea_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// parent subarea identifier, zero if no parent
	ParentSubareaId int64 `protobuf:"varint,4,opt,name=parent_subarea_id,json=parentSubareaId" json:"parent_subarea_id,omitempty"`
	// position of subarea within parent
	Position int32 `protobuf:"varint,5,opt,name=position" json:"position,omitempty"`
	// subarea type identifier
	SubareaTypeId int32 `protobuf:"varint,6,opt,name=subarea_type_id,json=subareaTypeId" json:"subarea_type_id,omitempty"`
	// subarea name
	SubareaName string `protobuf:"bytes,7,opt,name=subarea_name,json=subareaName" json:"subarea_name,omitempty"`
	// data for entity ui extensions
	JsonData string `protobuf:"bytes,8,opt,name=json_data,json=jsonData" json:"json_data,omitempty"`
}

request parameters for method update_subarea

func (*UpdateSubareaRequest) Descriptor

func (*UpdateSubareaRequest) Descriptor() ([]byte, []int)

func (*UpdateSubareaRequest) GetJsonData added in v0.9.4

func (m *UpdateSubareaRequest) GetJsonData() string

func (*UpdateSubareaRequest) GetMserviceId

func (m *UpdateSubareaRequest) GetMserviceId() int64

func (*UpdateSubareaRequest) GetParentSubareaId

func (m *UpdateSubareaRequest) GetParentSubareaId() int64

func (*UpdateSubareaRequest) GetPosition

func (m *UpdateSubareaRequest) GetPosition() int32

func (*UpdateSubareaRequest) GetSubareaId

func (m *UpdateSubareaRequest) GetSubareaId() int64

func (*UpdateSubareaRequest) GetSubareaName

func (m *UpdateSubareaRequest) GetSubareaName() string

func (*UpdateSubareaRequest) GetSubareaTypeId

func (m *UpdateSubareaRequest) GetSubareaTypeId() int32

func (*UpdateSubareaRequest) GetVersion

func (m *UpdateSubareaRequest) GetVersion() int32

func (*UpdateSubareaRequest) ProtoMessage

func (*UpdateSubareaRequest) ProtoMessage()

func (*UpdateSubareaRequest) Reset

func (m *UpdateSubareaRequest) Reset()

func (*UpdateSubareaRequest) String

func (m *UpdateSubareaRequest) String() string

type UpdateSubareaResponse

type UpdateSubareaResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_subarea

func (*UpdateSubareaResponse) Descriptor

func (*UpdateSubareaResponse) Descriptor() ([]byte, []int)

func (*UpdateSubareaResponse) GetErrorCode

func (m *UpdateSubareaResponse) GetErrorCode() int32

func (*UpdateSubareaResponse) GetErrorMessage

func (m *UpdateSubareaResponse) GetErrorMessage() string

func (*UpdateSubareaResponse) GetVersion

func (m *UpdateSubareaResponse) GetVersion() int32

func (*UpdateSubareaResponse) ProtoMessage

func (*UpdateSubareaResponse) ProtoMessage()

func (*UpdateSubareaResponse) Reset

func (m *UpdateSubareaResponse) Reset()

func (*UpdateSubareaResponse) String

func (m *UpdateSubareaResponse) String() string

type UpdateSubareaTypeRequest

type UpdateSubareaTypeRequest struct {
	// mservice account identifier
	MserviceId int64 `protobuf:"varint,1,opt,name=mservice_id,json=mserviceId" json:"mservice_id,omitempty"`
	// subarea type identifier
	SubareaTypeId int32 `protobuf:"varint,2,opt,name=subarea_type_id,json=subareaTypeId" json:"subarea_type_id,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
	// subarea type name
	SubareaTypeName string `protobuf:"bytes,4,opt,name=subarea_type_name,json=subareaTypeName" json:"subarea_type_name,omitempty"`
}

request parameters for method update_subarea_type

func (*UpdateSubareaTypeRequest) Descriptor

func (*UpdateSubareaTypeRequest) Descriptor() ([]byte, []int)

func (*UpdateSubareaTypeRequest) GetMserviceId

func (m *UpdateSubareaTypeRequest) GetMserviceId() int64

func (*UpdateSubareaTypeRequest) GetSubareaTypeId

func (m *UpdateSubareaTypeRequest) GetSubareaTypeId() int32

func (*UpdateSubareaTypeRequest) GetSubareaTypeName

func (m *UpdateSubareaTypeRequest) GetSubareaTypeName() string

func (*UpdateSubareaTypeRequest) GetVersion

func (m *UpdateSubareaTypeRequest) GetVersion() int32

func (*UpdateSubareaTypeRequest) ProtoMessage

func (*UpdateSubareaTypeRequest) ProtoMessage()

func (*UpdateSubareaTypeRequest) Reset

func (m *UpdateSubareaTypeRequest) Reset()

func (*UpdateSubareaTypeRequest) String

func (m *UpdateSubareaTypeRequest) String() string

type UpdateSubareaTypeResponse

type UpdateSubareaTypeResponse struct {
	// method result code
	ErrorCode int32 `protobuf:"varint,1,opt,name=error_code,json=errorCode" json:"error_code,omitempty"`
	// text error message
	ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage" json:"error_message,omitempty"`
	// version of this record
	Version int32 `protobuf:"varint,3,opt,name=version" json:"version,omitempty"`
}

response parameters for method update_subarea_type

func (*UpdateSubareaTypeResponse) Descriptor

func (*UpdateSubareaTypeResponse) Descriptor() ([]byte, []int)

func (*UpdateSubareaTypeResponse) GetErrorCode

func (m *UpdateSubareaTypeResponse) GetErrorCode() int32

func (*UpdateSubareaTypeResponse) GetErrorMessage

func (m *UpdateSubareaTypeResponse) GetErrorMessage() string

func (*UpdateSubareaTypeResponse) GetVersion

func (m *UpdateSubareaTypeResponse) GetVersion() int32

func (*UpdateSubareaTypeResponse) ProtoMessage

func (*UpdateSubareaTypeResponse) ProtoMessage()

func (*UpdateSubareaTypeResponse) Reset

func (m *UpdateSubareaTypeResponse) Reset()

func (*UpdateSubareaTypeResponse) String

func (m *UpdateSubareaTypeResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL