itemv1beta2

package
v1.31.0-20240820055755... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 6 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_stargate_supplier_item_v1beta2_supplier_item_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateItemRequest

type CreateItemRequest struct {

	// Unique identifier for supplier.
	SupplierUuid *v1.UUID `protobuf:"bytes,1,opt,name=supplier_uuid,json=supplierUuid,proto3" json:"supplier_uuid,omitempty"`
	// Unique identifier of item in external supplier system.
	SupplierItemIdentifier string `` /* 129-byte string literal not displayed */
	// Identifier for the STEPS item.
	ItemNo string `protobuf:"bytes,3,opt,name=item_no,json=itemNo,proto3" json:"item_no,omitempty"`
	// Price in Euro.
	Price float64 `protobuf:"fixed64,4,opt,name=price,proto3" json:"price,omitempty"`
	// Available stock from supplier for this supplier item.
	Stock int64 `protobuf:"varint,5,opt,name=stock,proto3" json:"stock,omitempty"`
	// contains filtered or unexported fields
}

Request message for `SupplierItemService.CreateItem`.

func (*CreateItemRequest) Descriptor deprecated

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

Deprecated: Use CreateItemRequest.ProtoReflect.Descriptor instead.

func (*CreateItemRequest) GetItemNo

func (x *CreateItemRequest) GetItemNo() string

func (*CreateItemRequest) GetPrice

func (x *CreateItemRequest) GetPrice() float64

func (*CreateItemRequest) GetStock

func (x *CreateItemRequest) GetStock() int64

func (*CreateItemRequest) GetSupplierItemIdentifier

func (x *CreateItemRequest) GetSupplierItemIdentifier() string

func (*CreateItemRequest) GetSupplierUuid

func (x *CreateItemRequest) GetSupplierUuid() *v1.UUID

func (*CreateItemRequest) ProtoMessage

func (*CreateItemRequest) ProtoMessage()

func (*CreateItemRequest) ProtoReflect

func (x *CreateItemRequest) ProtoReflect() protoreflect.Message

func (*CreateItemRequest) Reset

func (x *CreateItemRequest) Reset()

func (*CreateItemRequest) String

func (x *CreateItemRequest) String() string

type CreateItemResponse

type CreateItemResponse struct {
	// contains filtered or unexported fields
}

Response message for `SupplierItemService.CreateItem`.

func (*CreateItemResponse) Descriptor deprecated

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

Deprecated: Use CreateItemResponse.ProtoReflect.Descriptor instead.

func (*CreateItemResponse) ProtoMessage

func (*CreateItemResponse) ProtoMessage()

func (*CreateItemResponse) ProtoReflect

func (x *CreateItemResponse) ProtoReflect() protoreflect.Message

func (*CreateItemResponse) Reset

func (x *CreateItemResponse) Reset()

func (*CreateItemResponse) String

func (x *CreateItemResponse) String() string

type DeleteItemRequest

type DeleteItemRequest struct {

	// Unique identifier for supplier.
	SupplierUuid *v1.UUID `protobuf:"bytes,1,opt,name=supplier_uuid,json=supplierUuid,proto3" json:"supplier_uuid,omitempty"`
	// Identifies item provided from supplier.
	SupplierItemIdentifier string `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

Request message for `SupplierItemService.DeleteItem`.

func (*DeleteItemRequest) Descriptor deprecated

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

Deprecated: Use DeleteItemRequest.ProtoReflect.Descriptor instead.

func (*DeleteItemRequest) GetSupplierItemIdentifier

func (x *DeleteItemRequest) GetSupplierItemIdentifier() string

func (*DeleteItemRequest) GetSupplierUuid

func (x *DeleteItemRequest) GetSupplierUuid() *v1.UUID

func (*DeleteItemRequest) ProtoMessage

func (*DeleteItemRequest) ProtoMessage()

func (*DeleteItemRequest) ProtoReflect

func (x *DeleteItemRequest) ProtoReflect() protoreflect.Message

func (*DeleteItemRequest) Reset

func (x *DeleteItemRequest) Reset()

func (*DeleteItemRequest) String

func (x *DeleteItemRequest) String() string

type DeleteItemResponse

type DeleteItemResponse struct {
	// contains filtered or unexported fields
}

Response message for `SupplierItemService.DeleteItem`.

func (*DeleteItemResponse) Descriptor deprecated

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

Deprecated: Use DeleteItemResponse.ProtoReflect.Descriptor instead.

func (*DeleteItemResponse) ProtoMessage

func (*DeleteItemResponse) ProtoMessage()

func (*DeleteItemResponse) ProtoReflect

func (x *DeleteItemResponse) ProtoReflect() protoreflect.Message

func (*DeleteItemResponse) Reset

func (x *DeleteItemResponse) Reset()

func (*DeleteItemResponse) String

func (x *DeleteItemResponse) String() string

type ListItemsRequest

type ListItemsRequest struct {

	// Unique identifier for supplier.
	SupplierUuid *v1.UUID `protobuf:"bytes,1,opt,name=supplier_uuid,json=supplierUuid,proto3" json:"supplier_uuid,omitempty"`
	// contains filtered or unexported fields
}

Request message for `SupplierItemService.ListItems`.

func (*ListItemsRequest) Descriptor deprecated

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

Deprecated: Use ListItemsRequest.ProtoReflect.Descriptor instead.

func (*ListItemsRequest) GetSupplierUuid

func (x *ListItemsRequest) GetSupplierUuid() *v1.UUID

func (*ListItemsRequest) ProtoMessage

func (*ListItemsRequest) ProtoMessage()

func (*ListItemsRequest) ProtoReflect

func (x *ListItemsRequest) ProtoReflect() protoreflect.Message

func (*ListItemsRequest) Reset

func (x *ListItemsRequest) Reset()

func (*ListItemsRequest) String

func (x *ListItemsRequest) String() string

type ListItemsResponse

type ListItemsResponse struct {

	// Unique identifier for supplier.
	SupplierUuid *v1.UUID `protobuf:"bytes,1,opt,name=supplier_uuid,json=supplierUuid,proto3" json:"supplier_uuid,omitempty"`
	// Unique identifier of item in external supplier system.
	SupplierItemIdentifier string `` /* 129-byte string literal not displayed */
	// Identifier for the STEPS item.
	ItemNo string `protobuf:"bytes,3,opt,name=item_no,json=itemNo,proto3" json:"item_no,omitempty"`
	// Price in Euro.
	Price float64 `protobuf:"fixed64,4,opt,name=price,proto3" json:"price,omitempty"`
	// Available stock from supplier for this supplier item.
	Stock int64 `protobuf:"varint,5,opt,name=stock,proto3" json:"stock,omitempty"`
	// contains filtered or unexported fields
}

Response message for `SupplierItemService.ListItems`.

func (*ListItemsResponse) Descriptor deprecated

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

Deprecated: Use ListItemsResponse.ProtoReflect.Descriptor instead.

func (*ListItemsResponse) GetItemNo

func (x *ListItemsResponse) GetItemNo() string

func (*ListItemsResponse) GetPrice

func (x *ListItemsResponse) GetPrice() float64

func (*ListItemsResponse) GetStock

func (x *ListItemsResponse) GetStock() int64

func (*ListItemsResponse) GetSupplierItemIdentifier

func (x *ListItemsResponse) GetSupplierItemIdentifier() string

func (*ListItemsResponse) GetSupplierUuid

func (x *ListItemsResponse) GetSupplierUuid() *v1.UUID

func (*ListItemsResponse) ProtoMessage

func (*ListItemsResponse) ProtoMessage()

func (*ListItemsResponse) ProtoReflect

func (x *ListItemsResponse) ProtoReflect() protoreflect.Message

func (*ListItemsResponse) Reset

func (x *ListItemsResponse) Reset()

func (*ListItemsResponse) String

func (x *ListItemsResponse) String() string

type UpdateItemRequest

type UpdateItemRequest struct {

	// Unique identifier for supplier.
	SupplierUuid *v1.UUID `protobuf:"bytes,1,opt,name=supplier_uuid,json=supplierUuid,proto3" json:"supplier_uuid,omitempty"`
	// Unique identifier of item in external supplier system.
	SupplierItemIdentifier string `` /* 129-byte string literal not displayed */
	// Identifier for the STEPS item.
	ItemNo *string `protobuf:"bytes,3,opt,name=item_no,json=itemNo,proto3,oneof" json:"item_no,omitempty"`
	// Price in Euro.
	Price *float64 `protobuf:"fixed64,4,opt,name=price,proto3,oneof" json:"price,omitempty"`
	// Available stock from supplier for this supplier item.
	Stock *int64 `protobuf:"varint,5,opt,name=stock,proto3,oneof" json:"stock,omitempty"`
	// contains filtered or unexported fields
}

Request message for `SupplierItemService.UpdateItem`.

func (*UpdateItemRequest) Descriptor deprecated

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

Deprecated: Use UpdateItemRequest.ProtoReflect.Descriptor instead.

func (*UpdateItemRequest) GetItemNo

func (x *UpdateItemRequest) GetItemNo() string

func (*UpdateItemRequest) GetPrice

func (x *UpdateItemRequest) GetPrice() float64

func (*UpdateItemRequest) GetStock

func (x *UpdateItemRequest) GetStock() int64

func (*UpdateItemRequest) GetSupplierItemIdentifier

func (x *UpdateItemRequest) GetSupplierItemIdentifier() string

func (*UpdateItemRequest) GetSupplierUuid

func (x *UpdateItemRequest) GetSupplierUuid() *v1.UUID

func (*UpdateItemRequest) ProtoMessage

func (*UpdateItemRequest) ProtoMessage()

func (*UpdateItemRequest) ProtoReflect

func (x *UpdateItemRequest) ProtoReflect() protoreflect.Message

func (*UpdateItemRequest) Reset

func (x *UpdateItemRequest) Reset()

func (*UpdateItemRequest) String

func (x *UpdateItemRequest) String() string

type UpdateItemResponse

type UpdateItemResponse struct {
	// contains filtered or unexported fields
}

Response message for `SupplierItemService.UpdateItem`.

func (*UpdateItemResponse) Descriptor deprecated

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

Deprecated: Use UpdateItemResponse.ProtoReflect.Descriptor instead.

func (*UpdateItemResponse) ProtoMessage

func (*UpdateItemResponse) ProtoMessage()

func (*UpdateItemResponse) ProtoReflect

func (x *UpdateItemResponse) ProtoReflect() protoreflect.Message

func (*UpdateItemResponse) Reset

func (x *UpdateItemResponse) Reset()

func (*UpdateItemResponse) String

func (x *UpdateItemResponse) String() string

Jump to

Keyboard shortcuts

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