v2

package
v0.0.0-...-cc13779 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2024 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	BkgService_CreateBooking_FullMethodName                                          = "/bkg.v2.BkgService/CreateBooking"
	BkgService_GetBookings_FullMethodName                                            = "/bkg.v2.BkgService/GetBookings"
	BkgService_GetBooking_FullMethodName                                             = "/bkg.v2.BkgService/GetBooking"
	BkgService_GetBookingByPk_FullMethodName                                         = "/bkg.v2.BkgService/GetBookingByPk"
	BkgService_GetBookingByCarrierBookingRequestReference_FullMethodName             = "/bkg.v2.BkgService/GetBookingByCarrierBookingRequestReference"
	BkgService_CancelBookingByCarrierBookingReference_FullMethodName                 = "/bkg.v2.BkgService/CancelBookingByCarrierBookingReference"
	BkgService_UpdateBookingByReferenceCarrierBookingRequestReference_FullMethodName = "/bkg.v2.BkgService/UpdateBookingByReferenceCarrierBookingRequestReference"
	BkgService_CreateCommodity_FullMethodName                                        = "/bkg.v2.BkgService/CreateCommodity"
	BkgService_CreateValueAddedService_FullMethodName                                = "/bkg.v2.BkgService/CreateValueAddedService"
	BkgService_CreateRequestedEquipment_FullMethodName                               = "/bkg.v2.BkgService/CreateRequestedEquipment"
	BkgService_CreateShipmentLocation_FullMethodName                                 = "/bkg.v2.BkgService/CreateShipmentLocation"
	BkgService_CreateShipmentLocationsByBookingIDAndTOs_FullMethodName               = "/bkg.v2.BkgService/CreateShipmentLocationsByBookingIDAndTOs"
	BkgService_FetchShipmentLocationsByBookingID_FullMethodName                      = "/bkg.v2.BkgService/FetchShipmentLocationsByBookingID"
)
View Source
const (
	BkgShipmentSummaryService_CreateBkgShipmentSummary_FullMethodName                       = "/bkg.v2.BkgShipmentSummaryService/CreateBkgShipmentSummary"
	BkgShipmentSummaryService_GetBkgShipmentSummaries_FullMethodName                        = "/bkg.v2.BkgShipmentSummaryService/GetBkgShipmentSummaries"
	BkgShipmentSummaryService_GetBkgShipmentSummaryByCarrierBookingReference_FullMethodName = "/bkg.v2.BkgShipmentSummaryService/GetBkgShipmentSummaryByCarrierBookingReference"
)
View Source
const (
	BkgSummaryService_CreateBookingSummary_FullMethodName                              = "/bkg.v2.BkgSummaryService/CreateBookingSummary"
	BkgSummaryService_GetBookingSummaries_FullMethodName                               = "/bkg.v2.BkgSummaryService/GetBookingSummaries"
	BkgSummaryService_GetBookingSummaryByCarrierBookingRequestReference_FullMethodName = "/bkg.v2.BkgSummaryService/GetBookingSummaryByCarrierBookingRequestReference"
)
View Source
const (
	ReferenceService_CreateReference_FullMethodName                                                      = "/bkg.v2.ReferenceService/CreateReference"
	ReferenceService_CreateReferencesByBookingIdAndTOs_FullMethodName                                    = "/bkg.v2.ReferenceService/CreateReferencesByBookingIdAndTOs"
	ReferenceService_CreateReferencesByShippingInstructionIdAndTOs_FullMethodName                        = "/bkg.v2.ReferenceService/CreateReferencesByShippingInstructionIdAndTOs"
	ReferenceService_CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOs_FullMethodName = "/bkg.v2.ReferenceService/CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOs"
	ReferenceService_FindByBookingId_FullMethodName                                                      = "/bkg.v2.ReferenceService/FindByBookingId"
	ReferenceService_FindByShippingInstructionId_FullMethodName                                          = "/bkg.v2.ReferenceService/FindByShippingInstructionId"
	ReferenceService_ResolveReferencesForBookingId_FullMethodName                                        = "/bkg.v2.ReferenceService/ResolveReferencesForBookingId"
	ReferenceService_ResolveReferencesForShippingInstructionReference_FullMethodName                     = "/bkg.v2.ReferenceService/ResolveReferencesForShippingInstructionReference"
	ReferenceService_FindByShipmentId_FullMethodName                                                     = "/bkg.v2.ReferenceService/FindByShipmentId"
	ReferenceService_FindByTransportDocumentReference_FullMethodName                                     = "/bkg.v2.ReferenceService/FindByTransportDocumentReference"
	ReferenceService_FindByCarrierBookingReference_FullMethodName                                        = "/bkg.v2.ReferenceService/FindByCarrierBookingReference"
)

Variables

View Source
var BkgService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bkg.v2.BkgService",
	HandlerType: (*BkgServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateBooking",
			Handler:    _BkgService_CreateBooking_Handler,
		},
		{
			MethodName: "GetBookings",
			Handler:    _BkgService_GetBookings_Handler,
		},
		{
			MethodName: "GetBooking",
			Handler:    _BkgService_GetBooking_Handler,
		},
		{
			MethodName: "GetBookingByPk",
			Handler:    _BkgService_GetBookingByPk_Handler,
		},
		{
			MethodName: "GetBookingByCarrierBookingRequestReference",
			Handler:    _BkgService_GetBookingByCarrierBookingRequestReference_Handler,
		},
		{
			MethodName: "CancelBookingByCarrierBookingReference",
			Handler:    _BkgService_CancelBookingByCarrierBookingReference_Handler,
		},
		{
			MethodName: "UpdateBookingByReferenceCarrierBookingRequestReference",
			Handler:    _BkgService_UpdateBookingByReferenceCarrierBookingRequestReference_Handler,
		},
		{
			MethodName: "CreateCommodity",
			Handler:    _BkgService_CreateCommodity_Handler,
		},
		{
			MethodName: "CreateValueAddedService",
			Handler:    _BkgService_CreateValueAddedService_Handler,
		},
		{
			MethodName: "CreateRequestedEquipment",
			Handler:    _BkgService_CreateRequestedEquipment_Handler,
		},
		{
			MethodName: "CreateShipmentLocation",
			Handler:    _BkgService_CreateShipmentLocation_Handler,
		},
		{
			MethodName: "CreateShipmentLocationsByBookingIDAndTOs",
			Handler:    _BkgService_CreateShipmentLocationsByBookingIDAndTOs_Handler,
		},
		{
			MethodName: "FetchShipmentLocationsByBookingID",
			Handler:    _BkgService_FetchShipmentLocationsByBookingID_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "bkg/v2/bkg.proto",
}

BkgService_ServiceDesc is the grpc.ServiceDesc for BkgService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var BkgShipmentSummaryService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bkg.v2.BkgShipmentSummaryService",
	HandlerType: (*BkgShipmentSummaryServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateBkgShipmentSummary",
			Handler:    _BkgShipmentSummaryService_CreateBkgShipmentSummary_Handler,
		},
		{
			MethodName: "GetBkgShipmentSummaries",
			Handler:    _BkgShipmentSummaryService_GetBkgShipmentSummaries_Handler,
		},
		{
			MethodName: "GetBkgShipmentSummaryByCarrierBookingReference",
			Handler:    _BkgShipmentSummaryService_GetBkgShipmentSummaryByCarrierBookingReference_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "bkg/v2/bkg_shipment_summary.proto",
}

BkgShipmentSummaryService_ServiceDesc is the grpc.ServiceDesc for BkgShipmentSummaryService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var BkgSummaryService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bkg.v2.BkgSummaryService",
	HandlerType: (*BkgSummaryServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateBookingSummary",
			Handler:    _BkgSummaryService_CreateBookingSummary_Handler,
		},
		{
			MethodName: "GetBookingSummaries",
			Handler:    _BkgSummaryService_GetBookingSummaries_Handler,
		},
		{
			MethodName: "GetBookingSummaryByCarrierBookingRequestReference",
			Handler:    _BkgSummaryService_GetBookingSummaryByCarrierBookingRequestReference_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "bkg/v2/bkg_summary.proto",
}

BkgSummaryService_ServiceDesc is the grpc.ServiceDesc for BkgSummaryService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_bkg_v2_bkg_proto protoreflect.FileDescriptor
View Source
var File_bkg_v2_bkg_shipment_summary_proto protoreflect.FileDescriptor
View Source
var File_bkg_v2_bkg_summary_proto protoreflect.FileDescriptor
View Source
var File_bkg_v2_reference_proto protoreflect.FileDescriptor
View Source
var ReferenceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "bkg.v2.ReferenceService",
	HandlerType: (*ReferenceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateReference",
			Handler:    _ReferenceService_CreateReference_Handler,
		},
		{
			MethodName: "CreateReferencesByBookingIdAndTOs",
			Handler:    _ReferenceService_CreateReferencesByBookingIdAndTOs_Handler,
		},
		{
			MethodName: "CreateReferencesByShippingInstructionIdAndTOs",
			Handler:    _ReferenceService_CreateReferencesByShippingInstructionIdAndTOs_Handler,
		},
		{
			MethodName: "CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOs",
			Handler:    _ReferenceService_CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOs_Handler,
		},
		{
			MethodName: "FindByBookingId",
			Handler:    _ReferenceService_FindByBookingId_Handler,
		},
		{
			MethodName: "FindByShippingInstructionId",
			Handler:    _ReferenceService_FindByShippingInstructionId_Handler,
		},
		{
			MethodName: "ResolveReferencesForBookingId",
			Handler:    _ReferenceService_ResolveReferencesForBookingId_Handler,
		},
		{
			MethodName: "ResolveReferencesForShippingInstructionReference",
			Handler:    _ReferenceService_ResolveReferencesForShippingInstructionReference_Handler,
		},
		{
			MethodName: "FindByShipmentId",
			Handler:    _ReferenceService_FindByShipmentId_Handler,
		},
		{
			MethodName: "FindByTransportDocumentReference",
			Handler:    _ReferenceService_FindByTransportDocumentReference_Handler,
		},
		{
			MethodName: "FindByCarrierBookingReference",
			Handler:    _ReferenceService_FindByCarrierBookingReference_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "bkg/v2/reference.proto",
}

ReferenceService_ServiceDesc is the grpc.ServiceDesc for ReferenceService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterBkgServiceServer

func RegisterBkgServiceServer(s grpc.ServiceRegistrar, srv BkgServiceServer)

func RegisterBkgShipmentSummaryServiceServer

func RegisterBkgShipmentSummaryServiceServer(s grpc.ServiceRegistrar, srv BkgShipmentSummaryServiceServer)

func RegisterBkgSummaryServiceServer

func RegisterBkgSummaryServiceServer(s grpc.ServiceRegistrar, srv BkgSummaryServiceServer)

func RegisterReferenceServiceServer

func RegisterReferenceServiceServer(s grpc.ServiceRegistrar, srv ReferenceServiceServer)

Types

type BkgServiceClient

type BkgServiceClient interface {
	CreateBooking(ctx context.Context, in *CreateBookingRequest, opts ...grpc.CallOption) (*CreateBookingResponse, error)
	GetBookings(ctx context.Context, in *GetBookingsRequest, opts ...grpc.CallOption) (*GetBookingsResponse, error)
	GetBooking(ctx context.Context, in *GetBookingRequest, opts ...grpc.CallOption) (*GetBookingResponse, error)
	GetBookingByPk(ctx context.Context, in *GetBookingByPkRequest, opts ...grpc.CallOption) (*GetBookingByPkResponse, error)
	GetBookingByCarrierBookingRequestReference(ctx context.Context, in *GetBookingByCarrierBookingRequestReferenceRequest, opts ...grpc.CallOption) (*GetBookingByCarrierBookingRequestReferenceResponse, error)
	CancelBookingByCarrierBookingReference(ctx context.Context, in *CancelBookingByCarrierBookingReferenceRequest, opts ...grpc.CallOption) (*CancelBookingByCarrierBookingReferenceResponse, error)
	UpdateBookingByReferenceCarrierBookingRequestReference(ctx context.Context, in *UpdateBookingByReferenceCarrierBookingRequestReferenceRequest, opts ...grpc.CallOption) (*UpdateBookingByReferenceCarrierBookingRequestReferenceResponse, error)
	CreateCommodity(ctx context.Context, in *CreateCommodityRequest, opts ...grpc.CallOption) (*CreateCommodityResponse, error)
	CreateValueAddedService(ctx context.Context, in *CreateValueAddedServiceRequest, opts ...grpc.CallOption) (*CreateValueAddedServiceResponse, error)
	CreateRequestedEquipment(ctx context.Context, in *CreateRequestedEquipmentRequest, opts ...grpc.CallOption) (*CreateRequestedEquipmentResponse, error)
	CreateShipmentLocation(ctx context.Context, in *CreateShipmentLocationRequest, opts ...grpc.CallOption) (*CreateShipmentLocationResponse, error)
	CreateShipmentLocationsByBookingIDAndTOs(ctx context.Context, in *CreateShipmentLocationsByBookingIDAndTOsRequest, opts ...grpc.CallOption) (*CreateShipmentLocationsByBookingIDAndTOsResponse, error)
	FetchShipmentLocationsByBookingID(ctx context.Context, in *FetchShipmentLocationsByBookingIDRequest, opts ...grpc.CallOption) (*FetchShipmentLocationsByBookingIDResponse, error)
}

BkgServiceClient is the client API for BkgService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The BkgService service definition.

func NewBkgServiceClient

func NewBkgServiceClient(cc grpc.ClientConnInterface) BkgServiceClient

type BkgServiceServer

type BkgServiceServer interface {
	CreateBooking(context.Context, *CreateBookingRequest) (*CreateBookingResponse, error)
	GetBookings(context.Context, *GetBookingsRequest) (*GetBookingsResponse, error)
	GetBooking(context.Context, *GetBookingRequest) (*GetBookingResponse, error)
	GetBookingByPk(context.Context, *GetBookingByPkRequest) (*GetBookingByPkResponse, error)
	GetBookingByCarrierBookingRequestReference(context.Context, *GetBookingByCarrierBookingRequestReferenceRequest) (*GetBookingByCarrierBookingRequestReferenceResponse, error)
	CancelBookingByCarrierBookingReference(context.Context, *CancelBookingByCarrierBookingReferenceRequest) (*CancelBookingByCarrierBookingReferenceResponse, error)
	UpdateBookingByReferenceCarrierBookingRequestReference(context.Context, *UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) (*UpdateBookingByReferenceCarrierBookingRequestReferenceResponse, error)
	CreateCommodity(context.Context, *CreateCommodityRequest) (*CreateCommodityResponse, error)
	CreateValueAddedService(context.Context, *CreateValueAddedServiceRequest) (*CreateValueAddedServiceResponse, error)
	CreateRequestedEquipment(context.Context, *CreateRequestedEquipmentRequest) (*CreateRequestedEquipmentResponse, error)
	CreateShipmentLocation(context.Context, *CreateShipmentLocationRequest) (*CreateShipmentLocationResponse, error)
	CreateShipmentLocationsByBookingIDAndTOs(context.Context, *CreateShipmentLocationsByBookingIDAndTOsRequest) (*CreateShipmentLocationsByBookingIDAndTOsResponse, error)
	FetchShipmentLocationsByBookingID(context.Context, *FetchShipmentLocationsByBookingIDRequest) (*FetchShipmentLocationsByBookingIDResponse, error)
	// contains filtered or unexported methods
}

BkgServiceServer is the server API for BkgService service. All implementations must embed UnimplementedBkgServiceServer for forward compatibility.

The BkgService service definition.

type BkgShipmentSummary

type BkgShipmentSummary struct {
	BkgShipmentSummaryD *BkgShipmentSummaryD `protobuf:"bytes,1,opt,name=bkg_shipment_summary_d,json=bkgShipmentSummaryD,proto3" json:"bkg_shipment_summary_d,omitempty"`
	BkgShipmentSummaryT *BkgShipmentSummaryT `protobuf:"bytes,2,opt,name=bkg_shipment_summary_t,json=bkgShipmentSummaryT,proto3" json:"bkg_shipment_summary_t,omitempty"`
	CrUpdUser           *v1.CrUpdUser        `protobuf:"bytes,3,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime           *v1.CrUpdTime        `protobuf:"bytes,4,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*BkgShipmentSummary) Descriptor deprecated

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

Deprecated: Use BkgShipmentSummary.ProtoReflect.Descriptor instead.

func (*BkgShipmentSummary) GetBkgShipmentSummaryD

func (x *BkgShipmentSummary) GetBkgShipmentSummaryD() *BkgShipmentSummaryD

func (*BkgShipmentSummary) GetBkgShipmentSummaryT

func (x *BkgShipmentSummary) GetBkgShipmentSummaryT() *BkgShipmentSummaryT

func (*BkgShipmentSummary) GetCrUpdTime

func (x *BkgShipmentSummary) GetCrUpdTime() *v1.CrUpdTime

func (*BkgShipmentSummary) GetCrUpdUser

func (x *BkgShipmentSummary) GetCrUpdUser() *v1.CrUpdUser

func (*BkgShipmentSummary) ProtoMessage

func (*BkgShipmentSummary) ProtoMessage()

func (*BkgShipmentSummary) ProtoReflect

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

func (*BkgShipmentSummary) Reset

func (x *BkgShipmentSummary) Reset()

func (*BkgShipmentSummary) String

func (x *BkgShipmentSummary) String() string

func (*BkgShipmentSummary) Validate

func (m *BkgShipmentSummary) Validate() error

Validate checks the field values on BkgShipmentSummary with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BkgShipmentSummary) ValidateAll

func (m *BkgShipmentSummary) ValidateAll() error

ValidateAll checks the field values on BkgShipmentSummary with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BkgShipmentSummaryMultiError, or nil if none found.

type BkgShipmentSummaryD

type BkgShipmentSummaryD struct {
	Id                             uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                          []byte `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                            string `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	CarrierBookingReference        string `` /* 132-byte string literal not displayed */
	TermsAndConditions             string `protobuf:"bytes,5,opt,name=terms_and_conditions,json=termsAndConditions,proto3" json:"terms_and_conditions,omitempty"`
	CarrierBookingRequestReference string `` /* 155-byte string literal not displayed */
	BookingDocumentStatus          string `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BkgShipmentSummaryD) Descriptor deprecated

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

Deprecated: Use BkgShipmentSummaryD.ProtoReflect.Descriptor instead.

func (*BkgShipmentSummaryD) GetBookingDocumentStatus

func (x *BkgShipmentSummaryD) GetBookingDocumentStatus() string

func (*BkgShipmentSummaryD) GetCarrierBookingReference

func (x *BkgShipmentSummaryD) GetCarrierBookingReference() string

func (*BkgShipmentSummaryD) GetCarrierBookingRequestReference

func (x *BkgShipmentSummaryD) GetCarrierBookingRequestReference() string

func (*BkgShipmentSummaryD) GetId

func (x *BkgShipmentSummaryD) GetId() uint32

func (*BkgShipmentSummaryD) GetIdS

func (x *BkgShipmentSummaryD) GetIdS() string

func (*BkgShipmentSummaryD) GetTermsAndConditions

func (x *BkgShipmentSummaryD) GetTermsAndConditions() string

func (*BkgShipmentSummaryD) GetUuid4

func (x *BkgShipmentSummaryD) GetUuid4() []byte

func (*BkgShipmentSummaryD) ProtoMessage

func (*BkgShipmentSummaryD) ProtoMessage()

func (*BkgShipmentSummaryD) ProtoReflect

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

func (*BkgShipmentSummaryD) Reset

func (x *BkgShipmentSummaryD) Reset()

func (*BkgShipmentSummaryD) String

func (x *BkgShipmentSummaryD) String() string

func (*BkgShipmentSummaryD) Validate

func (m *BkgShipmentSummaryD) Validate() error

Validate checks the field values on BkgShipmentSummaryD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BkgShipmentSummaryD) ValidateAll

func (m *BkgShipmentSummaryD) ValidateAll() error

ValidateAll checks the field values on BkgShipmentSummaryD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BkgShipmentSummaryDMultiError, or nil if none found.

type BkgShipmentSummaryDMultiError

type BkgShipmentSummaryDMultiError []error

BkgShipmentSummaryDMultiError is an error wrapping multiple validation errors returned by BkgShipmentSummaryD.ValidateAll() if the designated constraints aren't met.

func (BkgShipmentSummaryDMultiError) AllErrors

func (m BkgShipmentSummaryDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BkgShipmentSummaryDMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BkgShipmentSummaryDValidationError

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

BkgShipmentSummaryDValidationError is the validation error returned by BkgShipmentSummaryD.Validate if the designated constraints aren't met.

func (BkgShipmentSummaryDValidationError) Cause

Cause function returns cause value.

func (BkgShipmentSummaryDValidationError) Error

Error satisfies the builtin error interface

func (BkgShipmentSummaryDValidationError) ErrorName

ErrorName returns error name.

func (BkgShipmentSummaryDValidationError) Field

Field function returns field value.

func (BkgShipmentSummaryDValidationError) Key

Key function returns key value.

func (BkgShipmentSummaryDValidationError) Reason

Reason function returns reason value.

type BkgShipmentSummaryMultiError

type BkgShipmentSummaryMultiError []error

BkgShipmentSummaryMultiError is an error wrapping multiple validation errors returned by BkgShipmentSummary.ValidateAll() if the designated constraints aren't met.

func (BkgShipmentSummaryMultiError) AllErrors

func (m BkgShipmentSummaryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BkgShipmentSummaryMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BkgShipmentSummaryServiceClient

type BkgShipmentSummaryServiceClient interface {
	CreateBkgShipmentSummary(ctx context.Context, in *CreateBkgShipmentSummaryRequest, opts ...grpc.CallOption) (*CreateBkgShipmentSummaryResponse, error)
	GetBkgShipmentSummaries(ctx context.Context, in *GetBkgShipmentSummariesRequest, opts ...grpc.CallOption) (*GetBkgShipmentSummariesResponse, error)
	GetBkgShipmentSummaryByCarrierBookingReference(ctx context.Context, in *GetBkgShipmentSummaryByCarrierBookingReferenceRequest, opts ...grpc.CallOption) (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse, error)
}

BkgShipmentSummaryServiceClient is the client API for BkgShipmentSummaryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The BkgShipmentSummaryService service definition.

type BkgShipmentSummaryServiceServer

type BkgShipmentSummaryServiceServer interface {
	CreateBkgShipmentSummary(context.Context, *CreateBkgShipmentSummaryRequest) (*CreateBkgShipmentSummaryResponse, error)
	GetBkgShipmentSummaries(context.Context, *GetBkgShipmentSummariesRequest) (*GetBkgShipmentSummariesResponse, error)
	GetBkgShipmentSummaryByCarrierBookingReference(context.Context, *GetBkgShipmentSummaryByCarrierBookingReferenceRequest) (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse, error)
	// contains filtered or unexported methods
}

BkgShipmentSummaryServiceServer is the server API for BkgShipmentSummaryService service. All implementations must embed UnimplementedBkgShipmentSummaryServiceServer for forward compatibility.

The BkgShipmentSummaryService service definition.

type BkgShipmentSummaryT

type BkgShipmentSummaryT struct {
	ShipmentCreatedDateTime *timestamppb.Timestamp `` /* 134-byte string literal not displayed */
	ShipmentUpdatedDateTime *timestamppb.Timestamp `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BkgShipmentSummaryT) Descriptor deprecated

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

Deprecated: Use BkgShipmentSummaryT.ProtoReflect.Descriptor instead.

func (*BkgShipmentSummaryT) GetShipmentCreatedDateTime

func (x *BkgShipmentSummaryT) GetShipmentCreatedDateTime() *timestamppb.Timestamp

func (*BkgShipmentSummaryT) GetShipmentUpdatedDateTime

func (x *BkgShipmentSummaryT) GetShipmentUpdatedDateTime() *timestamppb.Timestamp

func (*BkgShipmentSummaryT) ProtoMessage

func (*BkgShipmentSummaryT) ProtoMessage()

func (*BkgShipmentSummaryT) ProtoReflect

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

func (*BkgShipmentSummaryT) Reset

func (x *BkgShipmentSummaryT) Reset()

func (*BkgShipmentSummaryT) String

func (x *BkgShipmentSummaryT) String() string

func (*BkgShipmentSummaryT) Validate

func (m *BkgShipmentSummaryT) Validate() error

Validate checks the field values on BkgShipmentSummaryT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BkgShipmentSummaryT) ValidateAll

func (m *BkgShipmentSummaryT) ValidateAll() error

ValidateAll checks the field values on BkgShipmentSummaryT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BkgShipmentSummaryTMultiError, or nil if none found.

type BkgShipmentSummaryTMultiError

type BkgShipmentSummaryTMultiError []error

BkgShipmentSummaryTMultiError is an error wrapping multiple validation errors returned by BkgShipmentSummaryT.ValidateAll() if the designated constraints aren't met.

func (BkgShipmentSummaryTMultiError) AllErrors

func (m BkgShipmentSummaryTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BkgShipmentSummaryTMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BkgShipmentSummaryTValidationError

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

BkgShipmentSummaryTValidationError is the validation error returned by BkgShipmentSummaryT.Validate if the designated constraints aren't met.

func (BkgShipmentSummaryTValidationError) Cause

Cause function returns cause value.

func (BkgShipmentSummaryTValidationError) Error

Error satisfies the builtin error interface

func (BkgShipmentSummaryTValidationError) ErrorName

ErrorName returns error name.

func (BkgShipmentSummaryTValidationError) Field

Field function returns field value.

func (BkgShipmentSummaryTValidationError) Key

Key function returns key value.

func (BkgShipmentSummaryTValidationError) Reason

Reason function returns reason value.

type BkgShipmentSummaryValidationError

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

BkgShipmentSummaryValidationError is the validation error returned by BkgShipmentSummary.Validate if the designated constraints aren't met.

func (BkgShipmentSummaryValidationError) Cause

Cause function returns cause value.

func (BkgShipmentSummaryValidationError) Error

Error satisfies the builtin error interface

func (BkgShipmentSummaryValidationError) ErrorName

ErrorName returns error name.

func (BkgShipmentSummaryValidationError) Field

Field function returns field value.

func (BkgShipmentSummaryValidationError) Key

Key function returns key value.

func (BkgShipmentSummaryValidationError) Reason

Reason function returns reason value.

type BkgSummaryServiceClient

type BkgSummaryServiceClient interface {
	CreateBookingSummary(ctx context.Context, in *CreateBookingSummaryRequest, opts ...grpc.CallOption) (*CreateBookingSummaryResponse, error)
	GetBookingSummaries(ctx context.Context, in *GetBookingSummariesRequest, opts ...grpc.CallOption) (*GetBookingSummariesResponse, error)
	GetBookingSummaryByCarrierBookingRequestReference(ctx context.Context, in *GetBookingSummaryByCarrierBookingRequestReferenceRequest, opts ...grpc.CallOption) (*GetBookingSummaryByCarrierBookingRequestReferenceResponse, error)
}

BkgSummaryServiceClient is the client API for BkgSummaryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The BkgSummaryService service definition.

type BkgSummaryServiceServer

type BkgSummaryServiceServer interface {
	CreateBookingSummary(context.Context, *CreateBookingSummaryRequest) (*CreateBookingSummaryResponse, error)
	GetBookingSummaries(context.Context, *GetBookingSummariesRequest) (*GetBookingSummariesResponse, error)
	GetBookingSummaryByCarrierBookingRequestReference(context.Context, *GetBookingSummaryByCarrierBookingRequestReferenceRequest) (*GetBookingSummaryByCarrierBookingRequestReferenceResponse, error)
	// contains filtered or unexported methods
}

BkgSummaryServiceServer is the server API for BkgSummaryService service. All implementations must embed UnimplementedBkgSummaryServiceServer for forward compatibility.

The BkgSummaryService service definition.

type Booking

type Booking struct {
	BookingD                  *BookingD                   `protobuf:"bytes,1,opt,name=booking_d,json=bookingD,proto3" json:"booking_d,omitempty"`
	BookingT                  *BookingT                   `protobuf:"bytes,2,opt,name=booking_t,json=bookingT,proto3" json:"booking_t,omitempty"`
	CrUpdUser                 *v1.CrUpdUser               `protobuf:"bytes,3,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime                 *v1.CrUpdTime               `protobuf:"bytes,4,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	Commodities               []*Commodity                `protobuf:"bytes,5,rep,name=commodities,proto3" json:"commodities,omitempty"`
	ValueAddedServiceRequests []*ValueAddedServiceRequest `` /* 140-byte string literal not displayed */
	References                []*Reference1               `protobuf:"bytes,7,rep,name=references,proto3" json:"references,omitempty"`
	RequestedEquipments       []*RequestedEquipment       `protobuf:"bytes,8,rep,name=requested_equipments,json=requestedEquipments,proto3" json:"requested_equipments,omitempty"`
	ShipmentLocations         []*ShipmentLocation         `protobuf:"bytes,9,rep,name=shipment_locations,json=shipmentLocations,proto3" json:"shipment_locations,omitempty"`
	// contains filtered or unexported fields
}

func (*Booking) Descriptor deprecated

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

Deprecated: Use Booking.ProtoReflect.Descriptor instead.

func (*Booking) GetBookingD

func (x *Booking) GetBookingD() *BookingD

func (*Booking) GetBookingT

func (x *Booking) GetBookingT() *BookingT

func (*Booking) GetCommodities

func (x *Booking) GetCommodities() []*Commodity

func (*Booking) GetCrUpdTime

func (x *Booking) GetCrUpdTime() *v1.CrUpdTime

func (*Booking) GetCrUpdUser

func (x *Booking) GetCrUpdUser() *v1.CrUpdUser

func (*Booking) GetReferences

func (x *Booking) GetReferences() []*Reference1

func (*Booking) GetRequestedEquipments

func (x *Booking) GetRequestedEquipments() []*RequestedEquipment

func (*Booking) GetShipmentLocations

func (x *Booking) GetShipmentLocations() []*ShipmentLocation

func (*Booking) GetValueAddedServiceRequests

func (x *Booking) GetValueAddedServiceRequests() []*ValueAddedServiceRequest

func (*Booking) ProtoMessage

func (*Booking) ProtoMessage()

func (*Booking) ProtoReflect

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

func (*Booking) Reset

func (x *Booking) Reset()

func (*Booking) String

func (x *Booking) String() string

func (*Booking) Validate

func (m *Booking) Validate() error

Validate checks the field values on Booking with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Booking) ValidateAll

func (m *Booking) ValidateAll() error

ValidateAll checks the field values on Booking with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BookingMultiError, or nil if none found.

type BookingD

type BookingD struct {
	Id                             uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                          []byte  `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                            string  `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	CarrierBookingRequestReference string  `` /* 155-byte string literal not displayed */
	DocumentStatus                 string  `protobuf:"bytes,5,opt,name=document_status,json=documentStatus,proto3" json:"document_status,omitempty"`
	ReceiptTypeAtOrigin            string  `protobuf:"bytes,6,opt,name=receipt_type_at_origin,json=receiptTypeAtOrigin,proto3" json:"receipt_type_at_origin,omitempty"`
	DeliveryTypeAtDestination      string  `` /* 140-byte string literal not displayed */
	CargoMovementTypeAtOrigin      string  `` /* 142-byte string literal not displayed */
	CargoMovementTypeAtDestination string  `` /* 157-byte string literal not displayed */
	ServiceContractReference       string  `` /* 136-byte string literal not displayed */
	PaymentTermCode                string  `protobuf:"bytes,11,opt,name=payment_term_code,json=paymentTermCode,proto3" json:"payment_term_code,omitempty"`
	IsPartialLoadAllowed           bool    `` /* 127-byte string literal not displayed */
	IsExportDeclarationRequired    bool    `` /* 148-byte string literal not displayed */
	ExportDeclarationReference     string  `` /* 142-byte string literal not displayed */
	IsImportLicenseRequired        bool    `` /* 136-byte string literal not displayed */
	ImportLicenseReference         string  `` /* 130-byte string literal not displayed */
	IsAmsAciFilingRequired         bool    `` /* 135-byte string literal not displayed */
	IsDestinationFilingRequired    bool    `` /* 148-byte string literal not displayed */
	ContractQuotationReference     string  `` /* 142-byte string literal not displayed */
	TransportDocumentTypeCode      string  `` /* 141-byte string literal not displayed */
	TransportDocumentReference     string  `` /* 142-byte string literal not displayed */
	BookingChannelReference        string  `` /* 133-byte string literal not displayed */
	IncoTerms                      string  `protobuf:"bytes,23,opt,name=inco_terms,json=incoTerms,proto3" json:"inco_terms,omitempty"`
	CommunicationChannelCode       string  `` /* 136-byte string literal not displayed */
	IsEquipmentSubstitutionAllowed bool    `` /* 157-byte string literal not displayed */
	VesselName                     string  `protobuf:"bytes,26,opt,name=vessel_name,json=vesselName,proto3" json:"vessel_name,omitempty"`
	VesselImoNumber                string  `protobuf:"bytes,27,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	ExportVoyageNumber             string  `protobuf:"bytes,28,opt,name=export_voyage_number,json=exportVoyageNumber,proto3" json:"export_voyage_number,omitempty"`
	PreCarriageModeOfTransportCode string  `` /* 160-byte string literal not displayed */
	VesselId                       uint32  `protobuf:"varint,30,opt,name=vessel_id,json=vesselId,proto3" json:"vessel_id,omitempty"`
	DeclaredValueCurrencyCode      string  `` /* 141-byte string literal not displayed */
	DeclaredValue                  float64 `protobuf:"fixed64,32,opt,name=declared_value,json=declaredValue,proto3" json:"declared_value,omitempty"`
	VoyageId                       uint32  `protobuf:"varint,33,opt,name=voyage_id,json=voyageId,proto3" json:"voyage_id,omitempty"`
	LocationId                     uint32  `protobuf:"varint,34,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	InvoicePayableAt               string  `protobuf:"bytes,35,opt,name=invoice_payable_at,json=invoicePayableAt,proto3" json:"invoice_payable_at,omitempty"`
	// contains filtered or unexported fields
}

func (*BookingD) Descriptor deprecated

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

Deprecated: Use BookingD.ProtoReflect.Descriptor instead.

func (*BookingD) GetBookingChannelReference

func (x *BookingD) GetBookingChannelReference() string

func (*BookingD) GetCargoMovementTypeAtDestination

func (x *BookingD) GetCargoMovementTypeAtDestination() string

func (*BookingD) GetCargoMovementTypeAtOrigin

func (x *BookingD) GetCargoMovementTypeAtOrigin() string

func (*BookingD) GetCarrierBookingRequestReference

func (x *BookingD) GetCarrierBookingRequestReference() string

func (*BookingD) GetCommunicationChannelCode

func (x *BookingD) GetCommunicationChannelCode() string

func (*BookingD) GetContractQuotationReference

func (x *BookingD) GetContractQuotationReference() string

func (*BookingD) GetDeclaredValue

func (x *BookingD) GetDeclaredValue() float64

func (*BookingD) GetDeclaredValueCurrencyCode

func (x *BookingD) GetDeclaredValueCurrencyCode() string

func (*BookingD) GetDeliveryTypeAtDestination

func (x *BookingD) GetDeliveryTypeAtDestination() string

func (*BookingD) GetDocumentStatus

func (x *BookingD) GetDocumentStatus() string

func (*BookingD) GetExportDeclarationReference

func (x *BookingD) GetExportDeclarationReference() string

func (*BookingD) GetExportVoyageNumber

func (x *BookingD) GetExportVoyageNumber() string

func (*BookingD) GetId

func (x *BookingD) GetId() uint32

func (*BookingD) GetIdS

func (x *BookingD) GetIdS() string

func (*BookingD) GetImportLicenseReference

func (x *BookingD) GetImportLicenseReference() string

func (*BookingD) GetIncoTerms

func (x *BookingD) GetIncoTerms() string

func (*BookingD) GetInvoicePayableAt

func (x *BookingD) GetInvoicePayableAt() string

func (*BookingD) GetIsAmsAciFilingRequired

func (x *BookingD) GetIsAmsAciFilingRequired() bool

func (*BookingD) GetIsDestinationFilingRequired

func (x *BookingD) GetIsDestinationFilingRequired() bool

func (*BookingD) GetIsEquipmentSubstitutionAllowed

func (x *BookingD) GetIsEquipmentSubstitutionAllowed() bool

func (*BookingD) GetIsExportDeclarationRequired

func (x *BookingD) GetIsExportDeclarationRequired() bool

func (*BookingD) GetIsImportLicenseRequired

func (x *BookingD) GetIsImportLicenseRequired() bool

func (*BookingD) GetIsPartialLoadAllowed

func (x *BookingD) GetIsPartialLoadAllowed() bool

func (*BookingD) GetLocationId

func (x *BookingD) GetLocationId() uint32

func (*BookingD) GetPaymentTermCode

func (x *BookingD) GetPaymentTermCode() string

func (*BookingD) GetPreCarriageModeOfTransportCode

func (x *BookingD) GetPreCarriageModeOfTransportCode() string

func (*BookingD) GetReceiptTypeAtOrigin

func (x *BookingD) GetReceiptTypeAtOrigin() string

func (*BookingD) GetServiceContractReference

func (x *BookingD) GetServiceContractReference() string

func (*BookingD) GetTransportDocumentReference

func (x *BookingD) GetTransportDocumentReference() string

func (*BookingD) GetTransportDocumentTypeCode

func (x *BookingD) GetTransportDocumentTypeCode() string

func (*BookingD) GetUuid4

func (x *BookingD) GetUuid4() []byte

func (*BookingD) GetVesselId

func (x *BookingD) GetVesselId() uint32

func (*BookingD) GetVesselImoNumber

func (x *BookingD) GetVesselImoNumber() string

func (*BookingD) GetVesselName

func (x *BookingD) GetVesselName() string

func (*BookingD) GetVoyageId

func (x *BookingD) GetVoyageId() uint32

func (*BookingD) ProtoMessage

func (*BookingD) ProtoMessage()

func (*BookingD) ProtoReflect

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

func (*BookingD) Reset

func (x *BookingD) Reset()

func (*BookingD) String

func (x *BookingD) String() string

func (*BookingD) Validate

func (m *BookingD) Validate() error

Validate checks the field values on BookingD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BookingD) ValidateAll

func (m *BookingD) ValidateAll() error

ValidateAll checks the field values on BookingD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BookingDMultiError, or nil if none found.

type BookingDMultiError

type BookingDMultiError []error

BookingDMultiError is an error wrapping multiple validation errors returned by BookingD.ValidateAll() if the designated constraints aren't met.

func (BookingDMultiError) AllErrors

func (m BookingDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BookingDMultiError) Error

func (m BookingDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BookingDValidationError

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

BookingDValidationError is the validation error returned by BookingD.Validate if the designated constraints aren't met.

func (BookingDValidationError) Cause

func (e BookingDValidationError) Cause() error

Cause function returns cause value.

func (BookingDValidationError) Error

func (e BookingDValidationError) Error() string

Error satisfies the builtin error interface

func (BookingDValidationError) ErrorName

func (e BookingDValidationError) ErrorName() string

ErrorName returns error name.

func (BookingDValidationError) Field

func (e BookingDValidationError) Field() string

Field function returns field value.

func (BookingDValidationError) Key

func (e BookingDValidationError) Key() bool

Key function returns key value.

func (BookingDValidationError) Reason

func (e BookingDValidationError) Reason() string

Reason function returns reason value.

type BookingMultiError

type BookingMultiError []error

BookingMultiError is an error wrapping multiple validation errors returned by Booking.ValidateAll() if the designated constraints aren't met.

func (BookingMultiError) AllErrors

func (m BookingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BookingMultiError) Error

func (m BookingMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BookingSummary

type BookingSummary struct {
	BookingSummaryD *BookingSummaryD `protobuf:"bytes,1,opt,name=booking_summary_d,json=bookingSummaryD,proto3" json:"booking_summary_d,omitempty"`
	BookingSummaryT *BookingSummaryT `protobuf:"bytes,2,opt,name=booking_summary_t,json=bookingSummaryT,proto3" json:"booking_summary_t,omitempty"`
	CrUpdUser       *v1.CrUpdUser    `protobuf:"bytes,3,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime       *v1.CrUpdTime    `protobuf:"bytes,4,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*BookingSummary) Descriptor deprecated

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

Deprecated: Use BookingSummary.ProtoReflect.Descriptor instead.

func (*BookingSummary) GetBookingSummaryD

func (x *BookingSummary) GetBookingSummaryD() *BookingSummaryD

func (*BookingSummary) GetBookingSummaryT

func (x *BookingSummary) GetBookingSummaryT() *BookingSummaryT

func (*BookingSummary) GetCrUpdTime

func (x *BookingSummary) GetCrUpdTime() *v1.CrUpdTime

func (*BookingSummary) GetCrUpdUser

func (x *BookingSummary) GetCrUpdUser() *v1.CrUpdUser

func (*BookingSummary) ProtoMessage

func (*BookingSummary) ProtoMessage()

func (*BookingSummary) ProtoReflect

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

func (*BookingSummary) Reset

func (x *BookingSummary) Reset()

func (*BookingSummary) String

func (x *BookingSummary) String() string

func (*BookingSummary) Validate

func (m *BookingSummary) Validate() error

Validate checks the field values on BookingSummary with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BookingSummary) ValidateAll

func (m *BookingSummary) ValidateAll() error

ValidateAll checks the field values on BookingSummary with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BookingSummaryMultiError, or nil if none found.

type BookingSummaryD

type BookingSummaryD struct {
	Id                             uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                          []byte  `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                            string  `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	CarrierBookingRequestReference string  `` /* 155-byte string literal not displayed */
	DocumentStatus                 string  `protobuf:"bytes,5,opt,name=document_status,json=documentStatus,proto3" json:"document_status,omitempty"`
	ReceiptTypeAtOrigin            string  `protobuf:"bytes,6,opt,name=receipt_type_at_origin,json=receiptTypeAtOrigin,proto3" json:"receipt_type_at_origin,omitempty"`
	DeliveryTypeAtDestination      string  `` /* 140-byte string literal not displayed */
	CargoMovementTypeAtOrigin      string  `` /* 142-byte string literal not displayed */
	CargoMovementTypeAtDestination string  `` /* 157-byte string literal not displayed */
	ServiceContractReference       string  `` /* 136-byte string literal not displayed */
	VesselName                     string  `protobuf:"bytes,11,opt,name=vessel_name,json=vesselName,proto3" json:"vessel_name,omitempty"`
	CarrierExportVoyageNumber      string  `` /* 141-byte string literal not displayed */
	UniversalExportVoyageReference string  `` /* 156-byte string literal not displayed */
	DeclaredValue                  float64 `protobuf:"fixed64,14,opt,name=declared_value,json=declaredValue,proto3" json:"declared_value,omitempty"`
	DeliveryValueCurrency          string  `` /* 127-byte string literal not displayed */
	PaymentTermCode                string  `protobuf:"bytes,16,opt,name=payment_term_code,json=paymentTermCode,proto3" json:"payment_term_code,omitempty"`
	IsPartialLoadAllowed           bool    `` /* 127-byte string literal not displayed */
	IsExportDeclarationRequired    bool    `` /* 148-byte string literal not displayed */
	ExportDeclarationReference     string  `` /* 142-byte string literal not displayed */
	IsImportLicenseRequired        bool    `` /* 136-byte string literal not displayed */
	ImportLicenseReference         string  `` /* 130-byte string literal not displayed */
	IsAmsAciFilingRequired         bool    `` /* 135-byte string literal not displayed */
	IsDestinationFilingRequired    bool    `` /* 148-byte string literal not displayed */
	ContractQuotationReference     string  `` /* 142-byte string literal not displayed */
	TransportDocumentTypeCode      string  `` /* 141-byte string literal not displayed */
	TransportDocumentReference     string  `` /* 142-byte string literal not displayed */
	BookingChannelReference        string  `` /* 133-byte string literal not displayed */
	IncoTerms                      string  `protobuf:"bytes,28,opt,name=inco_terms,json=incoTerms,proto3" json:"inco_terms,omitempty"`
	CommunicationChannelCode       string  `` /* 136-byte string literal not displayed */
	IsEquipmentSubstitutionAllowed bool    `` /* 157-byte string literal not displayed */
	VesselImoNumber                string  `protobuf:"bytes,31,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	PreCarriageModeOfTransportCode string  `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BookingSummaryD) Descriptor deprecated

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

Deprecated: Use BookingSummaryD.ProtoReflect.Descriptor instead.

func (*BookingSummaryD) GetBookingChannelReference

func (x *BookingSummaryD) GetBookingChannelReference() string

func (*BookingSummaryD) GetCargoMovementTypeAtDestination

func (x *BookingSummaryD) GetCargoMovementTypeAtDestination() string

func (*BookingSummaryD) GetCargoMovementTypeAtOrigin

func (x *BookingSummaryD) GetCargoMovementTypeAtOrigin() string

func (*BookingSummaryD) GetCarrierBookingRequestReference

func (x *BookingSummaryD) GetCarrierBookingRequestReference() string

func (*BookingSummaryD) GetCarrierExportVoyageNumber

func (x *BookingSummaryD) GetCarrierExportVoyageNumber() string

func (*BookingSummaryD) GetCommunicationChannelCode

func (x *BookingSummaryD) GetCommunicationChannelCode() string

func (*BookingSummaryD) GetContractQuotationReference

func (x *BookingSummaryD) GetContractQuotationReference() string

func (*BookingSummaryD) GetDeclaredValue

func (x *BookingSummaryD) GetDeclaredValue() float64

func (*BookingSummaryD) GetDeliveryTypeAtDestination

func (x *BookingSummaryD) GetDeliveryTypeAtDestination() string

func (*BookingSummaryD) GetDeliveryValueCurrency

func (x *BookingSummaryD) GetDeliveryValueCurrency() string

func (*BookingSummaryD) GetDocumentStatus

func (x *BookingSummaryD) GetDocumentStatus() string

func (*BookingSummaryD) GetExportDeclarationReference

func (x *BookingSummaryD) GetExportDeclarationReference() string

func (*BookingSummaryD) GetId

func (x *BookingSummaryD) GetId() uint32

func (*BookingSummaryD) GetIdS

func (x *BookingSummaryD) GetIdS() string

func (*BookingSummaryD) GetImportLicenseReference

func (x *BookingSummaryD) GetImportLicenseReference() string

func (*BookingSummaryD) GetIncoTerms

func (x *BookingSummaryD) GetIncoTerms() string

func (*BookingSummaryD) GetIsAmsAciFilingRequired

func (x *BookingSummaryD) GetIsAmsAciFilingRequired() bool

func (*BookingSummaryD) GetIsDestinationFilingRequired

func (x *BookingSummaryD) GetIsDestinationFilingRequired() bool

func (*BookingSummaryD) GetIsEquipmentSubstitutionAllowed

func (x *BookingSummaryD) GetIsEquipmentSubstitutionAllowed() bool

func (*BookingSummaryD) GetIsExportDeclarationRequired

func (x *BookingSummaryD) GetIsExportDeclarationRequired() bool

func (*BookingSummaryD) GetIsImportLicenseRequired

func (x *BookingSummaryD) GetIsImportLicenseRequired() bool

func (*BookingSummaryD) GetIsPartialLoadAllowed

func (x *BookingSummaryD) GetIsPartialLoadAllowed() bool

func (*BookingSummaryD) GetPaymentTermCode

func (x *BookingSummaryD) GetPaymentTermCode() string

func (*BookingSummaryD) GetPreCarriageModeOfTransportCode

func (x *BookingSummaryD) GetPreCarriageModeOfTransportCode() string

func (*BookingSummaryD) GetReceiptTypeAtOrigin

func (x *BookingSummaryD) GetReceiptTypeAtOrigin() string

func (*BookingSummaryD) GetServiceContractReference

func (x *BookingSummaryD) GetServiceContractReference() string

func (*BookingSummaryD) GetTransportDocumentReference

func (x *BookingSummaryD) GetTransportDocumentReference() string

func (*BookingSummaryD) GetTransportDocumentTypeCode

func (x *BookingSummaryD) GetTransportDocumentTypeCode() string

func (*BookingSummaryD) GetUniversalExportVoyageReference

func (x *BookingSummaryD) GetUniversalExportVoyageReference() string

func (*BookingSummaryD) GetUuid4

func (x *BookingSummaryD) GetUuid4() []byte

func (*BookingSummaryD) GetVesselImoNumber

func (x *BookingSummaryD) GetVesselImoNumber() string

func (*BookingSummaryD) GetVesselName

func (x *BookingSummaryD) GetVesselName() string

func (*BookingSummaryD) ProtoMessage

func (*BookingSummaryD) ProtoMessage()

func (*BookingSummaryD) ProtoReflect

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

func (*BookingSummaryD) Reset

func (x *BookingSummaryD) Reset()

func (*BookingSummaryD) String

func (x *BookingSummaryD) String() string

func (*BookingSummaryD) Validate

func (m *BookingSummaryD) Validate() error

Validate checks the field values on BookingSummaryD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BookingSummaryD) ValidateAll

func (m *BookingSummaryD) ValidateAll() error

ValidateAll checks the field values on BookingSummaryD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BookingSummaryDMultiError, or nil if none found.

type BookingSummaryDMultiError

type BookingSummaryDMultiError []error

BookingSummaryDMultiError is an error wrapping multiple validation errors returned by BookingSummaryD.ValidateAll() if the designated constraints aren't met.

func (BookingSummaryDMultiError) AllErrors

func (m BookingSummaryDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BookingSummaryDMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BookingSummaryDValidationError

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

BookingSummaryDValidationError is the validation error returned by BookingSummaryD.Validate if the designated constraints aren't met.

func (BookingSummaryDValidationError) Cause

Cause function returns cause value.

func (BookingSummaryDValidationError) Error

Error satisfies the builtin error interface

func (BookingSummaryDValidationError) ErrorName

func (e BookingSummaryDValidationError) ErrorName() string

ErrorName returns error name.

func (BookingSummaryDValidationError) Field

Field function returns field value.

func (BookingSummaryDValidationError) Key

Key function returns key value.

func (BookingSummaryDValidationError) Reason

Reason function returns reason value.

type BookingSummaryMultiError

type BookingSummaryMultiError []error

BookingSummaryMultiError is an error wrapping multiple validation errors returned by BookingSummary.ValidateAll() if the designated constraints aren't met.

func (BookingSummaryMultiError) AllErrors

func (m BookingSummaryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BookingSummaryMultiError) Error

func (m BookingSummaryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BookingSummaryT

type BookingSummaryT struct {
	BookingRequestCreatedDateTime             *timestamppb.Timestamp `` /* 154-byte string literal not displayed */
	BookingRequestUpdatedDateTime             *timestamppb.Timestamp `` /* 154-byte string literal not displayed */
	SubmissionDateTime                        *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=submission_date_time,json=submissionDateTime,proto3" json:"submission_date_time,omitempty"`
	ExpectedDepartureDate                     *timestamppb.Timestamp `` /* 126-byte string literal not displayed */
	ExpectedArrivalAtPlaceOfDeliveryStartDate *timestamppb.Timestamp `` /* 196-byte string literal not displayed */
	ExpectedArrivalAtPlaceOfDeliveryEndDate   *timestamppb.Timestamp `` /* 190-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BookingSummaryT) Descriptor deprecated

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

Deprecated: Use BookingSummaryT.ProtoReflect.Descriptor instead.

func (*BookingSummaryT) GetBookingRequestCreatedDateTime

func (x *BookingSummaryT) GetBookingRequestCreatedDateTime() *timestamppb.Timestamp

func (*BookingSummaryT) GetBookingRequestUpdatedDateTime

func (x *BookingSummaryT) GetBookingRequestUpdatedDateTime() *timestamppb.Timestamp

func (*BookingSummaryT) GetExpectedArrivalAtPlaceOfDeliveryEndDate

func (x *BookingSummaryT) GetExpectedArrivalAtPlaceOfDeliveryEndDate() *timestamppb.Timestamp

func (*BookingSummaryT) GetExpectedArrivalAtPlaceOfDeliveryStartDate

func (x *BookingSummaryT) GetExpectedArrivalAtPlaceOfDeliveryStartDate() *timestamppb.Timestamp

func (*BookingSummaryT) GetExpectedDepartureDate

func (x *BookingSummaryT) GetExpectedDepartureDate() *timestamppb.Timestamp

func (*BookingSummaryT) GetSubmissionDateTime

func (x *BookingSummaryT) GetSubmissionDateTime() *timestamppb.Timestamp

func (*BookingSummaryT) ProtoMessage

func (*BookingSummaryT) ProtoMessage()

func (*BookingSummaryT) ProtoReflect

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

func (*BookingSummaryT) Reset

func (x *BookingSummaryT) Reset()

func (*BookingSummaryT) String

func (x *BookingSummaryT) String() string

func (*BookingSummaryT) Validate

func (m *BookingSummaryT) Validate() error

Validate checks the field values on BookingSummaryT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BookingSummaryT) ValidateAll

func (m *BookingSummaryT) ValidateAll() error

ValidateAll checks the field values on BookingSummaryT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BookingSummaryTMultiError, or nil if none found.

type BookingSummaryTMultiError

type BookingSummaryTMultiError []error

BookingSummaryTMultiError is an error wrapping multiple validation errors returned by BookingSummaryT.ValidateAll() if the designated constraints aren't met.

func (BookingSummaryTMultiError) AllErrors

func (m BookingSummaryTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BookingSummaryTMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type BookingSummaryTValidationError

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

BookingSummaryTValidationError is the validation error returned by BookingSummaryT.Validate if the designated constraints aren't met.

func (BookingSummaryTValidationError) Cause

Cause function returns cause value.

func (BookingSummaryTValidationError) Error

Error satisfies the builtin error interface

func (BookingSummaryTValidationError) ErrorName

func (e BookingSummaryTValidationError) ErrorName() string

ErrorName returns error name.

func (BookingSummaryTValidationError) Field

Field function returns field value.

func (BookingSummaryTValidationError) Key

Key function returns key value.

func (BookingSummaryTValidationError) Reason

Reason function returns reason value.

type BookingSummaryValidationError

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

BookingSummaryValidationError is the validation error returned by BookingSummary.Validate if the designated constraints aren't met.

func (BookingSummaryValidationError) Cause

Cause function returns cause value.

func (BookingSummaryValidationError) Error

Error satisfies the builtin error interface

func (BookingSummaryValidationError) ErrorName

func (e BookingSummaryValidationError) ErrorName() string

ErrorName returns error name.

func (BookingSummaryValidationError) Field

Field function returns field value.

func (BookingSummaryValidationError) Key

Key function returns key value.

func (BookingSummaryValidationError) Reason

Reason function returns reason value.

type BookingT

type BookingT struct {
	SubmissionDateTime                        *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=submission_date_time,json=submissionDateTime,proto3" json:"submission_date_time,omitempty"`
	ExpectedDepartureDate                     *timestamppb.Timestamp `` /* 126-byte string literal not displayed */
	ExpectedArrivalAtPlaceOfDeliveryStartDate *timestamppb.Timestamp `` /* 196-byte string literal not displayed */
	ExpectedArrivalAtPlaceOfDeliveryEndDate   *timestamppb.Timestamp `` /* 190-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BookingT) Descriptor deprecated

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

Deprecated: Use BookingT.ProtoReflect.Descriptor instead.

func (*BookingT) GetExpectedArrivalAtPlaceOfDeliveryEndDate

func (x *BookingT) GetExpectedArrivalAtPlaceOfDeliveryEndDate() *timestamppb.Timestamp

func (*BookingT) GetExpectedArrivalAtPlaceOfDeliveryStartDate

func (x *BookingT) GetExpectedArrivalAtPlaceOfDeliveryStartDate() *timestamppb.Timestamp

func (*BookingT) GetExpectedDepartureDate

func (x *BookingT) GetExpectedDepartureDate() *timestamppb.Timestamp

func (*BookingT) GetSubmissionDateTime

func (x *BookingT) GetSubmissionDateTime() *timestamppb.Timestamp

func (*BookingT) ProtoMessage

func (*BookingT) ProtoMessage()

func (*BookingT) ProtoReflect

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

func (*BookingT) Reset

func (x *BookingT) Reset()

func (*BookingT) String

func (x *BookingT) String() string

func (*BookingT) Validate

func (m *BookingT) Validate() error

Validate checks the field values on BookingT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BookingT) ValidateAll

func (m *BookingT) ValidateAll() error

ValidateAll checks the field values on BookingT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BookingTMultiError, or nil if none found.

type BookingTMultiError

type BookingTMultiError []error

BookingTMultiError is an error wrapping multiple validation errors returned by BookingT.ValidateAll() if the designated constraints aren't met.

func (BookingTMultiError) AllErrors

func (m BookingTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BookingTMultiError) Error

func (m BookingTMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BookingTValidationError

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

BookingTValidationError is the validation error returned by BookingT.Validate if the designated constraints aren't met.

func (BookingTValidationError) Cause

func (e BookingTValidationError) Cause() error

Cause function returns cause value.

func (BookingTValidationError) Error

func (e BookingTValidationError) Error() string

Error satisfies the builtin error interface

func (BookingTValidationError) ErrorName

func (e BookingTValidationError) ErrorName() string

ErrorName returns error name.

func (BookingTValidationError) Field

func (e BookingTValidationError) Field() string

Field function returns field value.

func (BookingTValidationError) Key

func (e BookingTValidationError) Key() bool

Key function returns key value.

func (BookingTValidationError) Reason

func (e BookingTValidationError) Reason() string

Reason function returns reason value.

type BookingValidationError

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

BookingValidationError is the validation error returned by Booking.Validate if the designated constraints aren't met.

func (BookingValidationError) Cause

func (e BookingValidationError) Cause() error

Cause function returns cause value.

func (BookingValidationError) Error

func (e BookingValidationError) Error() string

Error satisfies the builtin error interface

func (BookingValidationError) ErrorName

func (e BookingValidationError) ErrorName() string

ErrorName returns error name.

func (BookingValidationError) Field

func (e BookingValidationError) Field() string

Field function returns field value.

func (BookingValidationError) Key

func (e BookingValidationError) Key() bool

Key function returns key value.

func (BookingValidationError) Reason

func (e BookingValidationError) Reason() string

Reason function returns reason value.

type CancelBookingByCarrierBookingReferenceRequest

type CancelBookingByCarrierBookingReferenceRequest struct {
	CarrierBookingRequestReference string `` /* 155-byte string literal not displayed */
	UserId                         string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                      string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                      string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelBookingByCarrierBookingReferenceRequest) Descriptor deprecated

Deprecated: Use CancelBookingByCarrierBookingReferenceRequest.ProtoReflect.Descriptor instead.

func (*CancelBookingByCarrierBookingReferenceRequest) GetCarrierBookingRequestReference

func (x *CancelBookingByCarrierBookingReferenceRequest) GetCarrierBookingRequestReference() string

func (*CancelBookingByCarrierBookingReferenceRequest) GetRequestId

func (*CancelBookingByCarrierBookingReferenceRequest) GetUserEmail

func (*CancelBookingByCarrierBookingReferenceRequest) GetUserId

func (*CancelBookingByCarrierBookingReferenceRequest) ProtoMessage

func (*CancelBookingByCarrierBookingReferenceRequest) ProtoReflect

func (*CancelBookingByCarrierBookingReferenceRequest) Reset

func (*CancelBookingByCarrierBookingReferenceRequest) String

func (*CancelBookingByCarrierBookingReferenceRequest) Validate

Validate checks the field values on CancelBookingByCarrierBookingReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CancelBookingByCarrierBookingReferenceRequest) ValidateAll

ValidateAll checks the field values on CancelBookingByCarrierBookingReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelBookingByCarrierBookingReferenceRequestMultiError, or nil if none found.

type CancelBookingByCarrierBookingReferenceRequestMultiError

type CancelBookingByCarrierBookingReferenceRequestMultiError []error

CancelBookingByCarrierBookingReferenceRequestMultiError is an error wrapping multiple validation errors returned by CancelBookingByCarrierBookingReferenceRequest.ValidateAll() if the designated constraints aren't met.

func (CancelBookingByCarrierBookingReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelBookingByCarrierBookingReferenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CancelBookingByCarrierBookingReferenceRequestValidationError

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

CancelBookingByCarrierBookingReferenceRequestValidationError is the validation error returned by CancelBookingByCarrierBookingReferenceRequest.Validate if the designated constraints aren't met.

func (CancelBookingByCarrierBookingReferenceRequestValidationError) Cause

Cause function returns cause value.

func (CancelBookingByCarrierBookingReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (CancelBookingByCarrierBookingReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (CancelBookingByCarrierBookingReferenceRequestValidationError) Field

Field function returns field value.

func (CancelBookingByCarrierBookingReferenceRequestValidationError) Key

Key function returns key value.

func (CancelBookingByCarrierBookingReferenceRequestValidationError) Reason

Reason function returns reason value.

type CancelBookingByCarrierBookingReferenceResponse

type CancelBookingByCarrierBookingReferenceResponse struct {
	Booking *Booking `protobuf:"bytes,1,opt,name=booking,proto3" json:"booking,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelBookingByCarrierBookingReferenceResponse) Descriptor deprecated

Deprecated: Use CancelBookingByCarrierBookingReferenceResponse.ProtoReflect.Descriptor instead.

func (*CancelBookingByCarrierBookingReferenceResponse) GetBooking

func (*CancelBookingByCarrierBookingReferenceResponse) ProtoMessage

func (*CancelBookingByCarrierBookingReferenceResponse) ProtoReflect

func (*CancelBookingByCarrierBookingReferenceResponse) Reset

func (*CancelBookingByCarrierBookingReferenceResponse) String

func (*CancelBookingByCarrierBookingReferenceResponse) Validate

Validate checks the field values on CancelBookingByCarrierBookingReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CancelBookingByCarrierBookingReferenceResponse) ValidateAll

ValidateAll checks the field values on CancelBookingByCarrierBookingReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelBookingByCarrierBookingReferenceResponseMultiError, or nil if none found.

type CancelBookingByCarrierBookingReferenceResponseMultiError

type CancelBookingByCarrierBookingReferenceResponseMultiError []error

CancelBookingByCarrierBookingReferenceResponseMultiError is an error wrapping multiple validation errors returned by CancelBookingByCarrierBookingReferenceResponse.ValidateAll() if the designated constraints aren't met.

func (CancelBookingByCarrierBookingReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CancelBookingByCarrierBookingReferenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CancelBookingByCarrierBookingReferenceResponseValidationError

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

CancelBookingByCarrierBookingReferenceResponseValidationError is the validation error returned by CancelBookingByCarrierBookingReferenceResponse.Validate if the designated constraints aren't met.

func (CancelBookingByCarrierBookingReferenceResponseValidationError) Cause

Cause function returns cause value.

func (CancelBookingByCarrierBookingReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (CancelBookingByCarrierBookingReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (CancelBookingByCarrierBookingReferenceResponseValidationError) Field

Field function returns field value.

func (CancelBookingByCarrierBookingReferenceResponseValidationError) Key

Key function returns key value.

func (CancelBookingByCarrierBookingReferenceResponseValidationError) Reason

Reason function returns reason value.

type Commodity

type Commodity struct {
	CommodityD *CommodityD   `protobuf:"bytes,1,opt,name=commodity_d,json=commodityD,proto3" json:"commodity_d,omitempty"`
	CommodityT *CommodityT   `protobuf:"bytes,2,opt,name=commodity_t,json=commodityT,proto3" json:"commodity_t,omitempty"`
	CrUpdUser  *v1.CrUpdUser `protobuf:"bytes,3,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime  *v1.CrUpdTime `protobuf:"bytes,4,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Commodity) Descriptor deprecated

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

Deprecated: Use Commodity.ProtoReflect.Descriptor instead.

func (*Commodity) GetCommodityD

func (x *Commodity) GetCommodityD() *CommodityD

func (*Commodity) GetCommodityT

func (x *Commodity) GetCommodityT() *CommodityT

func (*Commodity) GetCrUpdTime

func (x *Commodity) GetCrUpdTime() *v1.CrUpdTime

func (*Commodity) GetCrUpdUser

func (x *Commodity) GetCrUpdUser() *v1.CrUpdUser

func (*Commodity) ProtoMessage

func (*Commodity) ProtoMessage()

func (*Commodity) ProtoReflect

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

func (*Commodity) Reset

func (x *Commodity) Reset()

func (*Commodity) String

func (x *Commodity) String() string

func (*Commodity) Validate

func (m *Commodity) Validate() error

Validate checks the field values on Commodity with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Commodity) ValidateAll

func (m *Commodity) ValidateAll() error

ValidateAll checks the field values on Commodity with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommodityMultiError, or nil if none found.

type CommodityD

type CommodityD struct {
	Id                   uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                []byte  `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                  string  `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	BookingId            uint32  `protobuf:"varint,4,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	CommodityType        string  `protobuf:"bytes,5,opt,name=commodity_type,json=commodityType,proto3" json:"commodity_type,omitempty"`
	HsCode               string  `protobuf:"bytes,6,opt,name=hs_code,json=hsCode,proto3" json:"hs_code,omitempty"`
	CargoGrossWeight     float64 `protobuf:"fixed64,7,opt,name=cargo_gross_weight,json=cargoGrossWeight,proto3" json:"cargo_gross_weight,omitempty"`
	CargoGrossWeightUnit string  `protobuf:"bytes,8,opt,name=cargo_gross_weight_unit,json=cargoGrossWeightUnit,proto3" json:"cargo_gross_weight_unit,omitempty"`
	CargoGrossVolume     float64 `protobuf:"fixed64,9,opt,name=cargo_gross_volume,json=cargoGrossVolume,proto3" json:"cargo_gross_volume,omitempty"`
	CargoGrossVolumeUnit string  `` /* 126-byte string literal not displayed */
	NumberOfPackages     uint32  `protobuf:"varint,11,opt,name=number_of_packages,json=numberOfPackages,proto3" json:"number_of_packages,omitempty"`
	// contains filtered or unexported fields
}

func (*CommodityD) Descriptor deprecated

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

Deprecated: Use CommodityD.ProtoReflect.Descriptor instead.

func (*CommodityD) GetBookingId

func (x *CommodityD) GetBookingId() uint32

func (*CommodityD) GetCargoGrossVolume

func (x *CommodityD) GetCargoGrossVolume() float64

func (*CommodityD) GetCargoGrossVolumeUnit

func (x *CommodityD) GetCargoGrossVolumeUnit() string

func (*CommodityD) GetCargoGrossWeight

func (x *CommodityD) GetCargoGrossWeight() float64

func (*CommodityD) GetCargoGrossWeightUnit

func (x *CommodityD) GetCargoGrossWeightUnit() string

func (*CommodityD) GetCommodityType

func (x *CommodityD) GetCommodityType() string

func (*CommodityD) GetHsCode

func (x *CommodityD) GetHsCode() string

func (*CommodityD) GetId

func (x *CommodityD) GetId() uint32

func (*CommodityD) GetIdS

func (x *CommodityD) GetIdS() string

func (*CommodityD) GetNumberOfPackages

func (x *CommodityD) GetNumberOfPackages() uint32

func (*CommodityD) GetUuid4

func (x *CommodityD) GetUuid4() []byte

func (*CommodityD) ProtoMessage

func (*CommodityD) ProtoMessage()

func (*CommodityD) ProtoReflect

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

func (*CommodityD) Reset

func (x *CommodityD) Reset()

func (*CommodityD) String

func (x *CommodityD) String() string

func (*CommodityD) Validate

func (m *CommodityD) Validate() error

Validate checks the field values on CommodityD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommodityD) ValidateAll

func (m *CommodityD) ValidateAll() error

ValidateAll checks the field values on CommodityD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommodityDMultiError, or nil if none found.

type CommodityDMultiError

type CommodityDMultiError []error

CommodityDMultiError is an error wrapping multiple validation errors returned by CommodityD.ValidateAll() if the designated constraints aren't met.

func (CommodityDMultiError) AllErrors

func (m CommodityDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommodityDMultiError) Error

func (m CommodityDMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CommodityDValidationError

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

CommodityDValidationError is the validation error returned by CommodityD.Validate if the designated constraints aren't met.

func (CommodityDValidationError) Cause

func (e CommodityDValidationError) Cause() error

Cause function returns cause value.

func (CommodityDValidationError) Error

Error satisfies the builtin error interface

func (CommodityDValidationError) ErrorName

func (e CommodityDValidationError) ErrorName() string

ErrorName returns error name.

func (CommodityDValidationError) Field

Field function returns field value.

func (CommodityDValidationError) Key

Key function returns key value.

func (CommodityDValidationError) Reason

func (e CommodityDValidationError) Reason() string

Reason function returns reason value.

type CommodityMultiError

type CommodityMultiError []error

CommodityMultiError is an error wrapping multiple validation errors returned by Commodity.ValidateAll() if the designated constraints aren't met.

func (CommodityMultiError) AllErrors

func (m CommodityMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommodityMultiError) Error

func (m CommodityMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CommodityT

type CommodityT struct {
	ExportLicenseIssueDate  *timestamppb.Timestamp `` /* 131-byte string literal not displayed */
	ExportLicenseExpiryDate *timestamppb.Timestamp `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CommodityT) Descriptor deprecated

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

Deprecated: Use CommodityT.ProtoReflect.Descriptor instead.

func (*CommodityT) GetExportLicenseExpiryDate

func (x *CommodityT) GetExportLicenseExpiryDate() *timestamppb.Timestamp

func (*CommodityT) GetExportLicenseIssueDate

func (x *CommodityT) GetExportLicenseIssueDate() *timestamppb.Timestamp

func (*CommodityT) ProtoMessage

func (*CommodityT) ProtoMessage()

func (*CommodityT) ProtoReflect

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

func (*CommodityT) Reset

func (x *CommodityT) Reset()

func (*CommodityT) String

func (x *CommodityT) String() string

func (*CommodityT) Validate

func (m *CommodityT) Validate() error

Validate checks the field values on CommodityT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CommodityT) ValidateAll

func (m *CommodityT) ValidateAll() error

ValidateAll checks the field values on CommodityT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CommodityTMultiError, or nil if none found.

type CommodityTMultiError

type CommodityTMultiError []error

CommodityTMultiError is an error wrapping multiple validation errors returned by CommodityT.ValidateAll() if the designated constraints aren't met.

func (CommodityTMultiError) AllErrors

func (m CommodityTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CommodityTMultiError) Error

func (m CommodityTMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CommodityTValidationError

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

CommodityTValidationError is the validation error returned by CommodityT.Validate if the designated constraints aren't met.

func (CommodityTValidationError) Cause

func (e CommodityTValidationError) Cause() error

Cause function returns cause value.

func (CommodityTValidationError) Error

Error satisfies the builtin error interface

func (CommodityTValidationError) ErrorName

func (e CommodityTValidationError) ErrorName() string

ErrorName returns error name.

func (CommodityTValidationError) Field

Field function returns field value.

func (CommodityTValidationError) Key

Key function returns key value.

func (CommodityTValidationError) Reason

func (e CommodityTValidationError) Reason() string

Reason function returns reason value.

type CommodityValidationError

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

CommodityValidationError is the validation error returned by Commodity.Validate if the designated constraints aren't met.

func (CommodityValidationError) Cause

func (e CommodityValidationError) Cause() error

Cause function returns cause value.

func (CommodityValidationError) Error

func (e CommodityValidationError) Error() string

Error satisfies the builtin error interface

func (CommodityValidationError) ErrorName

func (e CommodityValidationError) ErrorName() string

ErrorName returns error name.

func (CommodityValidationError) Field

func (e CommodityValidationError) Field() string

Field function returns field value.

func (CommodityValidationError) Key

Key function returns key value.

func (CommodityValidationError) Reason

func (e CommodityValidationError) Reason() string

Reason function returns reason value.

type CreateBkgShipmentSummaryRequest

type CreateBkgShipmentSummaryRequest struct {
	CarrierBookingReference        string `` /* 132-byte string literal not displayed */
	ShipmentCreatedDateTime        string `` /* 134-byte string literal not displayed */
	ShipmentUpdatedDateTime        string `` /* 134-byte string literal not displayed */
	TermsAndConditions             string `protobuf:"bytes,4,opt,name=terms_and_conditions,json=termsAndConditions,proto3" json:"terms_and_conditions,omitempty"`
	CarrierBookingRequestReference string `` /* 155-byte string literal not displayed */
	BookingDocumentStatus          string `` /* 126-byte string literal not displayed */
	UserId                         string `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                      string `protobuf:"bytes,8,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                      string `protobuf:"bytes,9,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBkgShipmentSummaryRequest) Descriptor deprecated

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

Deprecated: Use CreateBkgShipmentSummaryRequest.ProtoReflect.Descriptor instead.

func (*CreateBkgShipmentSummaryRequest) GetBookingDocumentStatus

func (x *CreateBkgShipmentSummaryRequest) GetBookingDocumentStatus() string

func (*CreateBkgShipmentSummaryRequest) GetCarrierBookingReference

func (x *CreateBkgShipmentSummaryRequest) GetCarrierBookingReference() string

func (*CreateBkgShipmentSummaryRequest) GetCarrierBookingRequestReference

func (x *CreateBkgShipmentSummaryRequest) GetCarrierBookingRequestReference() string

func (*CreateBkgShipmentSummaryRequest) GetRequestId

func (x *CreateBkgShipmentSummaryRequest) GetRequestId() string

func (*CreateBkgShipmentSummaryRequest) GetShipmentCreatedDateTime

func (x *CreateBkgShipmentSummaryRequest) GetShipmentCreatedDateTime() string

func (*CreateBkgShipmentSummaryRequest) GetShipmentUpdatedDateTime

func (x *CreateBkgShipmentSummaryRequest) GetShipmentUpdatedDateTime() string

func (*CreateBkgShipmentSummaryRequest) GetTermsAndConditions

func (x *CreateBkgShipmentSummaryRequest) GetTermsAndConditions() string

func (*CreateBkgShipmentSummaryRequest) GetUserEmail

func (x *CreateBkgShipmentSummaryRequest) GetUserEmail() string

func (*CreateBkgShipmentSummaryRequest) GetUserId

func (x *CreateBkgShipmentSummaryRequest) GetUserId() string

func (*CreateBkgShipmentSummaryRequest) ProtoMessage

func (*CreateBkgShipmentSummaryRequest) ProtoMessage()

func (*CreateBkgShipmentSummaryRequest) ProtoReflect

func (*CreateBkgShipmentSummaryRequest) Reset

func (*CreateBkgShipmentSummaryRequest) String

func (*CreateBkgShipmentSummaryRequest) Validate

func (m *CreateBkgShipmentSummaryRequest) Validate() error

Validate checks the field values on CreateBkgShipmentSummaryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBkgShipmentSummaryRequest) ValidateAll

func (m *CreateBkgShipmentSummaryRequest) ValidateAll() error

ValidateAll checks the field values on CreateBkgShipmentSummaryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBkgShipmentSummaryRequestMultiError, or nil if none found.

type CreateBkgShipmentSummaryRequestMultiError

type CreateBkgShipmentSummaryRequestMultiError []error

CreateBkgShipmentSummaryRequestMultiError is an error wrapping multiple validation errors returned by CreateBkgShipmentSummaryRequest.ValidateAll() if the designated constraints aren't met.

func (CreateBkgShipmentSummaryRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateBkgShipmentSummaryRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateBkgShipmentSummaryRequestValidationError

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

CreateBkgShipmentSummaryRequestValidationError is the validation error returned by CreateBkgShipmentSummaryRequest.Validate if the designated constraints aren't met.

func (CreateBkgShipmentSummaryRequestValidationError) Cause

Cause function returns cause value.

func (CreateBkgShipmentSummaryRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateBkgShipmentSummaryRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateBkgShipmentSummaryRequestValidationError) Field

Field function returns field value.

func (CreateBkgShipmentSummaryRequestValidationError) Key

Key function returns key value.

func (CreateBkgShipmentSummaryRequestValidationError) Reason

Reason function returns reason value.

type CreateBkgShipmentSummaryResponse

type CreateBkgShipmentSummaryResponse struct {
	BkgShipmentSummary *BkgShipmentSummary `protobuf:"bytes,1,opt,name=bkg_shipment_summary,json=bkgShipmentSummary,proto3" json:"bkg_shipment_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBkgShipmentSummaryResponse) Descriptor deprecated

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

Deprecated: Use CreateBkgShipmentSummaryResponse.ProtoReflect.Descriptor instead.

func (*CreateBkgShipmentSummaryResponse) GetBkgShipmentSummary

func (x *CreateBkgShipmentSummaryResponse) GetBkgShipmentSummary() *BkgShipmentSummary

func (*CreateBkgShipmentSummaryResponse) ProtoMessage

func (*CreateBkgShipmentSummaryResponse) ProtoMessage()

func (*CreateBkgShipmentSummaryResponse) ProtoReflect

func (*CreateBkgShipmentSummaryResponse) Reset

func (*CreateBkgShipmentSummaryResponse) String

func (*CreateBkgShipmentSummaryResponse) Validate

Validate checks the field values on CreateBkgShipmentSummaryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBkgShipmentSummaryResponse) ValidateAll

func (m *CreateBkgShipmentSummaryResponse) ValidateAll() error

ValidateAll checks the field values on CreateBkgShipmentSummaryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBkgShipmentSummaryResponseMultiError, or nil if none found.

type CreateBkgShipmentSummaryResponseMultiError

type CreateBkgShipmentSummaryResponseMultiError []error

CreateBkgShipmentSummaryResponseMultiError is an error wrapping multiple validation errors returned by CreateBkgShipmentSummaryResponse.ValidateAll() if the designated constraints aren't met.

func (CreateBkgShipmentSummaryResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateBkgShipmentSummaryResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateBkgShipmentSummaryResponseValidationError

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

CreateBkgShipmentSummaryResponseValidationError is the validation error returned by CreateBkgShipmentSummaryResponse.Validate if the designated constraints aren't met.

func (CreateBkgShipmentSummaryResponseValidationError) Cause

Cause function returns cause value.

func (CreateBkgShipmentSummaryResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateBkgShipmentSummaryResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateBkgShipmentSummaryResponseValidationError) Field

Field function returns field value.

func (CreateBkgShipmentSummaryResponseValidationError) Key

Key function returns key value.

func (CreateBkgShipmentSummaryResponseValidationError) Reason

Reason function returns reason value.

type CreateBookingRequest

type CreateBookingRequest struct {
	CarrierBookingRequestReference            string                             `` /* 155-byte string literal not displayed */
	DocumentStatus                            string                             `protobuf:"bytes,2,opt,name=document_status,json=documentStatus,proto3" json:"document_status,omitempty"`
	ReceiptTypeAtOrigin                       string                             `protobuf:"bytes,3,opt,name=receipt_type_at_origin,json=receiptTypeAtOrigin,proto3" json:"receipt_type_at_origin,omitempty"`
	DeliveryTypeAtDestination                 string                             `` /* 140-byte string literal not displayed */
	CargoMovementTypeAtOrigin                 string                             `` /* 142-byte string literal not displayed */
	CargoMovementTypeAtDestination            string                             `` /* 157-byte string literal not displayed */
	ServiceContractReference                  string                             `` /* 135-byte string literal not displayed */
	PaymentTermCode                           string                             `protobuf:"bytes,8,opt,name=payment_term_code,json=paymentTermCode,proto3" json:"payment_term_code,omitempty"`
	IsPartialLoadAllowed                      bool                               `` /* 126-byte string literal not displayed */
	IsExportDeclarationRequired               bool                               `` /* 148-byte string literal not displayed */
	ExportDeclarationReference                string                             `` /* 142-byte string literal not displayed */
	IsImportLicenseRequired                   bool                               `` /* 136-byte string literal not displayed */
	ImportLicenseReference                    string                             `` /* 130-byte string literal not displayed */
	SubmissionDateTime                        string                             `protobuf:"bytes,14,opt,name=submission_date_time,json=submissionDateTime,proto3" json:"submission_date_time,omitempty"`
	IsAmsAciFilingRequired                    bool                               `` /* 135-byte string literal not displayed */
	IsDestinationFilingRequired               bool                               `` /* 148-byte string literal not displayed */
	ContractQuotationReference                string                             `` /* 142-byte string literal not displayed */
	ExpectedDepartureDate                     string                             `` /* 127-byte string literal not displayed */
	ExpectedArrivalAtPlaceOfDeliveryStartDate string                             `` /* 197-byte string literal not displayed */
	ExpectedArrivalAtPlaceOfDeliveryEndDate   string                             `` /* 191-byte string literal not displayed */
	TransportDocumentTypeCode                 string                             `` /* 141-byte string literal not displayed */
	TransportDocumentReference                string                             `` /* 142-byte string literal not displayed */
	BookingChannelReference                   string                             `` /* 133-byte string literal not displayed */
	IncoTerms                                 string                             `protobuf:"bytes,24,opt,name=inco_terms,json=incoTerms,proto3" json:"inco_terms,omitempty"`
	CommunicationChannelCode                  string                             `` /* 136-byte string literal not displayed */
	IsEquipmentSubstitutionAllowed            bool                               `` /* 157-byte string literal not displayed */
	VesselName                                string                             `protobuf:"bytes,27,opt,name=vessel_name,json=vesselName,proto3" json:"vessel_name,omitempty"`
	VesselImoNumber                           string                             `protobuf:"bytes,28,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	ExportVoyageNumber                        string                             `protobuf:"bytes,29,opt,name=export_voyage_number,json=exportVoyageNumber,proto3" json:"export_voyage_number,omitempty"`
	PreCarriageModeOfTransportCode            string                             `` /* 160-byte string literal not displayed */
	VesselId                                  uint32                             `protobuf:"varint,31,opt,name=vessel_id,json=vesselId,proto3" json:"vessel_id,omitempty"`
	DeclaredValueCurrencyCode                 string                             `` /* 141-byte string literal not displayed */
	DeclaredValue                             float64                            `protobuf:"fixed64,33,opt,name=declared_value,json=declaredValue,proto3" json:"declared_value,omitempty"`
	VoyageId                                  uint32                             `protobuf:"varint,34,opt,name=voyage_id,json=voyageId,proto3" json:"voyage_id,omitempty"`
	LocationId                                uint32                             `protobuf:"varint,35,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	InvoicePayableAt                          string                             `protobuf:"bytes,36,opt,name=invoice_payable_at,json=invoicePayableAt,proto3" json:"invoice_payable_at,omitempty"`
	UserId                                    string                             `protobuf:"bytes,37,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                                 string                             `protobuf:"bytes,38,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                                 string                             `protobuf:"bytes,39,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Commodities                               []*CreateCommodityRequest          `protobuf:"bytes,40,rep,name=commodities,proto3" json:"commodities,omitempty"`
	ValueAddedServiceRequests                 []*CreateValueAddedServiceRequest  `` /* 141-byte string literal not displayed */
	References                                []*CreateReferenceRequest          `protobuf:"bytes,42,rep,name=references,proto3" json:"references,omitempty"`
	RequestedEquipments                       []*CreateRequestedEquipmentRequest `protobuf:"bytes,43,rep,name=requested_equipments,json=requestedEquipments,proto3" json:"requested_equipments,omitempty"`
	ShipmentLocations                         []*CreateShipmentLocationRequest   `protobuf:"bytes,44,rep,name=shipment_locations,json=shipmentLocations,proto3" json:"shipment_locations,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBookingRequest) Descriptor deprecated

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

Deprecated: Use CreateBookingRequest.ProtoReflect.Descriptor instead.

func (*CreateBookingRequest) GetBookingChannelReference

func (x *CreateBookingRequest) GetBookingChannelReference() string

func (*CreateBookingRequest) GetCargoMovementTypeAtDestination

func (x *CreateBookingRequest) GetCargoMovementTypeAtDestination() string

func (*CreateBookingRequest) GetCargoMovementTypeAtOrigin

func (x *CreateBookingRequest) GetCargoMovementTypeAtOrigin() string

func (*CreateBookingRequest) GetCarrierBookingRequestReference

func (x *CreateBookingRequest) GetCarrierBookingRequestReference() string

func (*CreateBookingRequest) GetCommodities

func (x *CreateBookingRequest) GetCommodities() []*CreateCommodityRequest

func (*CreateBookingRequest) GetCommunicationChannelCode

func (x *CreateBookingRequest) GetCommunicationChannelCode() string

func (*CreateBookingRequest) GetContractQuotationReference

func (x *CreateBookingRequest) GetContractQuotationReference() string

func (*CreateBookingRequest) GetDeclaredValue

func (x *CreateBookingRequest) GetDeclaredValue() float64

func (*CreateBookingRequest) GetDeclaredValueCurrencyCode

func (x *CreateBookingRequest) GetDeclaredValueCurrencyCode() string

func (*CreateBookingRequest) GetDeliveryTypeAtDestination

func (x *CreateBookingRequest) GetDeliveryTypeAtDestination() string

func (*CreateBookingRequest) GetDocumentStatus

func (x *CreateBookingRequest) GetDocumentStatus() string

func (*CreateBookingRequest) GetExpectedArrivalAtPlaceOfDeliveryEndDate

func (x *CreateBookingRequest) GetExpectedArrivalAtPlaceOfDeliveryEndDate() string

func (*CreateBookingRequest) GetExpectedArrivalAtPlaceOfDeliveryStartDate

func (x *CreateBookingRequest) GetExpectedArrivalAtPlaceOfDeliveryStartDate() string

func (*CreateBookingRequest) GetExpectedDepartureDate

func (x *CreateBookingRequest) GetExpectedDepartureDate() string

func (*CreateBookingRequest) GetExportDeclarationReference

func (x *CreateBookingRequest) GetExportDeclarationReference() string

func (*CreateBookingRequest) GetExportVoyageNumber

func (x *CreateBookingRequest) GetExportVoyageNumber() string

func (*CreateBookingRequest) GetImportLicenseReference

func (x *CreateBookingRequest) GetImportLicenseReference() string

func (*CreateBookingRequest) GetIncoTerms

func (x *CreateBookingRequest) GetIncoTerms() string

func (*CreateBookingRequest) GetInvoicePayableAt

func (x *CreateBookingRequest) GetInvoicePayableAt() string

func (*CreateBookingRequest) GetIsAmsAciFilingRequired

func (x *CreateBookingRequest) GetIsAmsAciFilingRequired() bool

func (*CreateBookingRequest) GetIsDestinationFilingRequired

func (x *CreateBookingRequest) GetIsDestinationFilingRequired() bool

func (*CreateBookingRequest) GetIsEquipmentSubstitutionAllowed

func (x *CreateBookingRequest) GetIsEquipmentSubstitutionAllowed() bool

func (*CreateBookingRequest) GetIsExportDeclarationRequired

func (x *CreateBookingRequest) GetIsExportDeclarationRequired() bool

func (*CreateBookingRequest) GetIsImportLicenseRequired

func (x *CreateBookingRequest) GetIsImportLicenseRequired() bool

func (*CreateBookingRequest) GetIsPartialLoadAllowed

func (x *CreateBookingRequest) GetIsPartialLoadAllowed() bool

func (*CreateBookingRequest) GetLocationId

func (x *CreateBookingRequest) GetLocationId() uint32

func (*CreateBookingRequest) GetPaymentTermCode

func (x *CreateBookingRequest) GetPaymentTermCode() string

func (*CreateBookingRequest) GetPreCarriageModeOfTransportCode

func (x *CreateBookingRequest) GetPreCarriageModeOfTransportCode() string

func (*CreateBookingRequest) GetReceiptTypeAtOrigin

func (x *CreateBookingRequest) GetReceiptTypeAtOrigin() string

func (*CreateBookingRequest) GetReferences

func (x *CreateBookingRequest) GetReferences() []*CreateReferenceRequest

func (*CreateBookingRequest) GetRequestId

func (x *CreateBookingRequest) GetRequestId() string

func (*CreateBookingRequest) GetRequestedEquipments

func (x *CreateBookingRequest) GetRequestedEquipments() []*CreateRequestedEquipmentRequest

func (*CreateBookingRequest) GetServiceContractReference

func (x *CreateBookingRequest) GetServiceContractReference() string

func (*CreateBookingRequest) GetShipmentLocations

func (x *CreateBookingRequest) GetShipmentLocations() []*CreateShipmentLocationRequest

func (*CreateBookingRequest) GetSubmissionDateTime

func (x *CreateBookingRequest) GetSubmissionDateTime() string

func (*CreateBookingRequest) GetTransportDocumentReference

func (x *CreateBookingRequest) GetTransportDocumentReference() string

func (*CreateBookingRequest) GetTransportDocumentTypeCode

func (x *CreateBookingRequest) GetTransportDocumentTypeCode() string

func (*CreateBookingRequest) GetUserEmail

func (x *CreateBookingRequest) GetUserEmail() string

func (*CreateBookingRequest) GetUserId

func (x *CreateBookingRequest) GetUserId() string

func (*CreateBookingRequest) GetValueAddedServiceRequests

func (x *CreateBookingRequest) GetValueAddedServiceRequests() []*CreateValueAddedServiceRequest

func (*CreateBookingRequest) GetVesselId

func (x *CreateBookingRequest) GetVesselId() uint32

func (*CreateBookingRequest) GetVesselImoNumber

func (x *CreateBookingRequest) GetVesselImoNumber() string

func (*CreateBookingRequest) GetVesselName

func (x *CreateBookingRequest) GetVesselName() string

func (*CreateBookingRequest) GetVoyageId

func (x *CreateBookingRequest) GetVoyageId() uint32

func (*CreateBookingRequest) ProtoMessage

func (*CreateBookingRequest) ProtoMessage()

func (*CreateBookingRequest) ProtoReflect

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

func (*CreateBookingRequest) Reset

func (x *CreateBookingRequest) Reset()

func (*CreateBookingRequest) String

func (x *CreateBookingRequest) String() string

func (*CreateBookingRequest) Validate

func (m *CreateBookingRequest) Validate() error

Validate checks the field values on CreateBookingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBookingRequest) ValidateAll

func (m *CreateBookingRequest) ValidateAll() error

ValidateAll checks the field values on CreateBookingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBookingRequestMultiError, or nil if none found.

type CreateBookingRequestMultiError

type CreateBookingRequestMultiError []error

CreateBookingRequestMultiError is an error wrapping multiple validation errors returned by CreateBookingRequest.ValidateAll() if the designated constraints aren't met.

func (CreateBookingRequestMultiError) AllErrors

func (m CreateBookingRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateBookingRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateBookingRequestValidationError

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

CreateBookingRequestValidationError is the validation error returned by CreateBookingRequest.Validate if the designated constraints aren't met.

func (CreateBookingRequestValidationError) Cause

Cause function returns cause value.

func (CreateBookingRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateBookingRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateBookingRequestValidationError) Field

Field function returns field value.

func (CreateBookingRequestValidationError) Key

Key function returns key value.

func (CreateBookingRequestValidationError) Reason

Reason function returns reason value.

type CreateBookingResponse

type CreateBookingResponse struct {
	Booking *Booking `protobuf:"bytes,1,opt,name=booking,proto3" json:"booking,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBookingResponse) Descriptor deprecated

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

Deprecated: Use CreateBookingResponse.ProtoReflect.Descriptor instead.

func (*CreateBookingResponse) GetBooking

func (x *CreateBookingResponse) GetBooking() *Booking

func (*CreateBookingResponse) ProtoMessage

func (*CreateBookingResponse) ProtoMessage()

func (*CreateBookingResponse) ProtoReflect

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

func (*CreateBookingResponse) Reset

func (x *CreateBookingResponse) Reset()

func (*CreateBookingResponse) String

func (x *CreateBookingResponse) String() string

func (*CreateBookingResponse) Validate

func (m *CreateBookingResponse) Validate() error

Validate checks the field values on CreateBookingResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBookingResponse) ValidateAll

func (m *CreateBookingResponse) ValidateAll() error

ValidateAll checks the field values on CreateBookingResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBookingResponseMultiError, or nil if none found.

type CreateBookingResponseMultiError

type CreateBookingResponseMultiError []error

CreateBookingResponseMultiError is an error wrapping multiple validation errors returned by CreateBookingResponse.ValidateAll() if the designated constraints aren't met.

func (CreateBookingResponseMultiError) AllErrors

func (m CreateBookingResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateBookingResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateBookingResponseValidationError

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

CreateBookingResponseValidationError is the validation error returned by CreateBookingResponse.Validate if the designated constraints aren't met.

func (CreateBookingResponseValidationError) Cause

Cause function returns cause value.

func (CreateBookingResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateBookingResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateBookingResponseValidationError) Field

Field function returns field value.

func (CreateBookingResponseValidationError) Key

Key function returns key value.

func (CreateBookingResponseValidationError) Reason

Reason function returns reason value.

type CreateBookingSummaryRequest

type CreateBookingSummaryRequest struct {
	CarrierBookingRequestReference            string  `` /* 155-byte string literal not displayed */
	DocumentStatus                            string  `protobuf:"bytes,2,opt,name=document_status,json=documentStatus,proto3" json:"document_status,omitempty"`
	BookingRequestCreatedDateTime             string  `` /* 154-byte string literal not displayed */
	BookingRequestUpdatedDateTime             string  `` /* 154-byte string literal not displayed */
	ReceiptTypeAtOrigin                       string  `protobuf:"bytes,5,opt,name=receipt_type_at_origin,json=receiptTypeAtOrigin,proto3" json:"receipt_type_at_origin,omitempty"`
	DeliveryTypeAtDestination                 string  `` /* 140-byte string literal not displayed */
	CargoMovementTypeAtOrigin                 string  `` /* 142-byte string literal not displayed */
	CargoMovementTypeAtDestination            string  `` /* 157-byte string literal not displayed */
	ServiceContractReference                  string  `` /* 135-byte string literal not displayed */
	VesselName                                string  `protobuf:"bytes,10,opt,name=vessel_name,json=vesselName,proto3" json:"vessel_name,omitempty"`
	CarrierExportVoyageNumber                 string  `` /* 141-byte string literal not displayed */
	UniversalExportVoyageReference            string  `` /* 156-byte string literal not displayed */
	DeclaredValue                             float64 `protobuf:"fixed64,13,opt,name=declared_value,json=declaredValue,proto3" json:"declared_value,omitempty"`
	DeliveryValueCurrency                     string  `` /* 127-byte string literal not displayed */
	PaymentTermCode                           string  `protobuf:"bytes,15,opt,name=payment_term_code,json=paymentTermCode,proto3" json:"payment_term_code,omitempty"`
	IsPartialLoadAllowed                      bool    `` /* 127-byte string literal not displayed */
	IsExportDeclarationRequired               bool    `` /* 148-byte string literal not displayed */
	ExportDeclarationReference                string  `` /* 142-byte string literal not displayed */
	IsImportLicenseRequired                   bool    `` /* 136-byte string literal not displayed */
	ImportLicenseReference                    string  `` /* 130-byte string literal not displayed */
	SubmissionDateTime                        string  `protobuf:"bytes,21,opt,name=submission_date_time,json=submissionDateTime,proto3" json:"submission_date_time,omitempty"`
	IsAmsAciFilingRequired                    bool    `` /* 135-byte string literal not displayed */
	IsDestinationFilingRequired               bool    `` /* 148-byte string literal not displayed */
	ContractQuotationReference                string  `` /* 142-byte string literal not displayed */
	ExpectedDepartureDate                     string  `` /* 127-byte string literal not displayed */
	ExpectedArrivalAtPlaceOfDeliveryStartDate string  `` /* 197-byte string literal not displayed */
	ExpectedArrivalAtPlaceOfDeliveryEndDate   string  `` /* 191-byte string literal not displayed */
	TransportDocumentTypeCode                 string  `` /* 141-byte string literal not displayed */
	TransportDocumentReference                string  `` /* 142-byte string literal not displayed */
	BookingChannelReference                   string  `` /* 133-byte string literal not displayed */
	IncoTerms                                 string  `protobuf:"bytes,31,opt,name=inco_terms,json=incoTerms,proto3" json:"inco_terms,omitempty"`
	CommunicationChannelCode                  string  `` /* 136-byte string literal not displayed */
	IsEquipmentSubstitutionAllowed            bool    `` /* 157-byte string literal not displayed */
	VesselImoNumber                           string  `protobuf:"bytes,34,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	PreCarriageModeOfTransportCode            string  `` /* 160-byte string literal not displayed */
	UserId                                    string  `protobuf:"bytes,36,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                                 string  `protobuf:"bytes,37,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                                 string  `protobuf:"bytes,38,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBookingSummaryRequest) Descriptor deprecated

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

Deprecated: Use CreateBookingSummaryRequest.ProtoReflect.Descriptor instead.

func (*CreateBookingSummaryRequest) GetBookingChannelReference

func (x *CreateBookingSummaryRequest) GetBookingChannelReference() string

func (*CreateBookingSummaryRequest) GetBookingRequestCreatedDateTime

func (x *CreateBookingSummaryRequest) GetBookingRequestCreatedDateTime() string

func (*CreateBookingSummaryRequest) GetBookingRequestUpdatedDateTime

func (x *CreateBookingSummaryRequest) GetBookingRequestUpdatedDateTime() string

func (*CreateBookingSummaryRequest) GetCargoMovementTypeAtDestination

func (x *CreateBookingSummaryRequest) GetCargoMovementTypeAtDestination() string

func (*CreateBookingSummaryRequest) GetCargoMovementTypeAtOrigin

func (x *CreateBookingSummaryRequest) GetCargoMovementTypeAtOrigin() string

func (*CreateBookingSummaryRequest) GetCarrierBookingRequestReference

func (x *CreateBookingSummaryRequest) GetCarrierBookingRequestReference() string

func (*CreateBookingSummaryRequest) GetCarrierExportVoyageNumber

func (x *CreateBookingSummaryRequest) GetCarrierExportVoyageNumber() string

func (*CreateBookingSummaryRequest) GetCommunicationChannelCode

func (x *CreateBookingSummaryRequest) GetCommunicationChannelCode() string

func (*CreateBookingSummaryRequest) GetContractQuotationReference

func (x *CreateBookingSummaryRequest) GetContractQuotationReference() string

func (*CreateBookingSummaryRequest) GetDeclaredValue

func (x *CreateBookingSummaryRequest) GetDeclaredValue() float64

func (*CreateBookingSummaryRequest) GetDeliveryTypeAtDestination

func (x *CreateBookingSummaryRequest) GetDeliveryTypeAtDestination() string

func (*CreateBookingSummaryRequest) GetDeliveryValueCurrency

func (x *CreateBookingSummaryRequest) GetDeliveryValueCurrency() string

func (*CreateBookingSummaryRequest) GetDocumentStatus

func (x *CreateBookingSummaryRequest) GetDocumentStatus() string

func (*CreateBookingSummaryRequest) GetExpectedArrivalAtPlaceOfDeliveryEndDate

func (x *CreateBookingSummaryRequest) GetExpectedArrivalAtPlaceOfDeliveryEndDate() string

func (*CreateBookingSummaryRequest) GetExpectedArrivalAtPlaceOfDeliveryStartDate

func (x *CreateBookingSummaryRequest) GetExpectedArrivalAtPlaceOfDeliveryStartDate() string

func (*CreateBookingSummaryRequest) GetExpectedDepartureDate

func (x *CreateBookingSummaryRequest) GetExpectedDepartureDate() string

func (*CreateBookingSummaryRequest) GetExportDeclarationReference

func (x *CreateBookingSummaryRequest) GetExportDeclarationReference() string

func (*CreateBookingSummaryRequest) GetImportLicenseReference

func (x *CreateBookingSummaryRequest) GetImportLicenseReference() string

func (*CreateBookingSummaryRequest) GetIncoTerms

func (x *CreateBookingSummaryRequest) GetIncoTerms() string

func (*CreateBookingSummaryRequest) GetIsAmsAciFilingRequired

func (x *CreateBookingSummaryRequest) GetIsAmsAciFilingRequired() bool

func (*CreateBookingSummaryRequest) GetIsDestinationFilingRequired

func (x *CreateBookingSummaryRequest) GetIsDestinationFilingRequired() bool

func (*CreateBookingSummaryRequest) GetIsEquipmentSubstitutionAllowed

func (x *CreateBookingSummaryRequest) GetIsEquipmentSubstitutionAllowed() bool

func (*CreateBookingSummaryRequest) GetIsExportDeclarationRequired

func (x *CreateBookingSummaryRequest) GetIsExportDeclarationRequired() bool

func (*CreateBookingSummaryRequest) GetIsImportLicenseRequired

func (x *CreateBookingSummaryRequest) GetIsImportLicenseRequired() bool

func (*CreateBookingSummaryRequest) GetIsPartialLoadAllowed

func (x *CreateBookingSummaryRequest) GetIsPartialLoadAllowed() bool

func (*CreateBookingSummaryRequest) GetPaymentTermCode

func (x *CreateBookingSummaryRequest) GetPaymentTermCode() string

func (*CreateBookingSummaryRequest) GetPreCarriageModeOfTransportCode

func (x *CreateBookingSummaryRequest) GetPreCarriageModeOfTransportCode() string

func (*CreateBookingSummaryRequest) GetReceiptTypeAtOrigin

func (x *CreateBookingSummaryRequest) GetReceiptTypeAtOrigin() string

func (*CreateBookingSummaryRequest) GetRequestId

func (x *CreateBookingSummaryRequest) GetRequestId() string

func (*CreateBookingSummaryRequest) GetServiceContractReference

func (x *CreateBookingSummaryRequest) GetServiceContractReference() string

func (*CreateBookingSummaryRequest) GetSubmissionDateTime

func (x *CreateBookingSummaryRequest) GetSubmissionDateTime() string

func (*CreateBookingSummaryRequest) GetTransportDocumentReference

func (x *CreateBookingSummaryRequest) GetTransportDocumentReference() string

func (*CreateBookingSummaryRequest) GetTransportDocumentTypeCode

func (x *CreateBookingSummaryRequest) GetTransportDocumentTypeCode() string

func (*CreateBookingSummaryRequest) GetUniversalExportVoyageReference

func (x *CreateBookingSummaryRequest) GetUniversalExportVoyageReference() string

func (*CreateBookingSummaryRequest) GetUserEmail

func (x *CreateBookingSummaryRequest) GetUserEmail() string

func (*CreateBookingSummaryRequest) GetUserId

func (x *CreateBookingSummaryRequest) GetUserId() string

func (*CreateBookingSummaryRequest) GetVesselImoNumber

func (x *CreateBookingSummaryRequest) GetVesselImoNumber() string

func (*CreateBookingSummaryRequest) GetVesselName

func (x *CreateBookingSummaryRequest) GetVesselName() string

func (*CreateBookingSummaryRequest) ProtoMessage

func (*CreateBookingSummaryRequest) ProtoMessage()

func (*CreateBookingSummaryRequest) ProtoReflect

func (*CreateBookingSummaryRequest) Reset

func (x *CreateBookingSummaryRequest) Reset()

func (*CreateBookingSummaryRequest) String

func (x *CreateBookingSummaryRequest) String() string

func (*CreateBookingSummaryRequest) Validate

func (m *CreateBookingSummaryRequest) Validate() error

Validate checks the field values on CreateBookingSummaryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBookingSummaryRequest) ValidateAll

func (m *CreateBookingSummaryRequest) ValidateAll() error

ValidateAll checks the field values on CreateBookingSummaryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBookingSummaryRequestMultiError, or nil if none found.

type CreateBookingSummaryRequestMultiError

type CreateBookingSummaryRequestMultiError []error

CreateBookingSummaryRequestMultiError is an error wrapping multiple validation errors returned by CreateBookingSummaryRequest.ValidateAll() if the designated constraints aren't met.

func (CreateBookingSummaryRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateBookingSummaryRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateBookingSummaryRequestValidationError

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

CreateBookingSummaryRequestValidationError is the validation error returned by CreateBookingSummaryRequest.Validate if the designated constraints aren't met.

func (CreateBookingSummaryRequestValidationError) Cause

Cause function returns cause value.

func (CreateBookingSummaryRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateBookingSummaryRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateBookingSummaryRequestValidationError) Field

Field function returns field value.

func (CreateBookingSummaryRequestValidationError) Key

Key function returns key value.

func (CreateBookingSummaryRequestValidationError) Reason

Reason function returns reason value.

type CreateBookingSummaryResponse

type CreateBookingSummaryResponse struct {
	BookingSummary *BookingSummary `protobuf:"bytes,1,opt,name=booking_summary,json=bookingSummary,proto3" json:"booking_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBookingSummaryResponse) Descriptor deprecated

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

Deprecated: Use CreateBookingSummaryResponse.ProtoReflect.Descriptor instead.

func (*CreateBookingSummaryResponse) GetBookingSummary

func (x *CreateBookingSummaryResponse) GetBookingSummary() *BookingSummary

func (*CreateBookingSummaryResponse) ProtoMessage

func (*CreateBookingSummaryResponse) ProtoMessage()

func (*CreateBookingSummaryResponse) ProtoReflect

func (*CreateBookingSummaryResponse) Reset

func (x *CreateBookingSummaryResponse) Reset()

func (*CreateBookingSummaryResponse) String

func (*CreateBookingSummaryResponse) Validate

func (m *CreateBookingSummaryResponse) Validate() error

Validate checks the field values on CreateBookingSummaryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBookingSummaryResponse) ValidateAll

func (m *CreateBookingSummaryResponse) ValidateAll() error

ValidateAll checks the field values on CreateBookingSummaryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBookingSummaryResponseMultiError, or nil if none found.

type CreateBookingSummaryResponseMultiError

type CreateBookingSummaryResponseMultiError []error

CreateBookingSummaryResponseMultiError is an error wrapping multiple validation errors returned by CreateBookingSummaryResponse.ValidateAll() if the designated constraints aren't met.

func (CreateBookingSummaryResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateBookingSummaryResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateBookingSummaryResponseValidationError

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

CreateBookingSummaryResponseValidationError is the validation error returned by CreateBookingSummaryResponse.Validate if the designated constraints aren't met.

func (CreateBookingSummaryResponseValidationError) Cause

Cause function returns cause value.

func (CreateBookingSummaryResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateBookingSummaryResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateBookingSummaryResponseValidationError) Field

Field function returns field value.

func (CreateBookingSummaryResponseValidationError) Key

Key function returns key value.

func (CreateBookingSummaryResponseValidationError) Reason

Reason function returns reason value.

type CreateCommodityRequest

type CreateCommodityRequest struct {
	BookingId               uint32  `protobuf:"varint,1,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	CommodityType           string  `protobuf:"bytes,2,opt,name=commodity_type,json=commodityType,proto3" json:"commodity_type,omitempty"`
	HsCode                  string  `protobuf:"bytes,3,opt,name=hs_code,json=hsCode,proto3" json:"hs_code,omitempty"`
	CargoGrossWeight        float64 `protobuf:"fixed64,4,opt,name=cargo_gross_weight,json=cargoGrossWeight,proto3" json:"cargo_gross_weight,omitempty"`
	CargoGrossWeightUnit    string  `protobuf:"bytes,5,opt,name=cargo_gross_weight_unit,json=cargoGrossWeightUnit,proto3" json:"cargo_gross_weight_unit,omitempty"`
	CargoGrossVolume        float64 `protobuf:"fixed64,6,opt,name=cargo_gross_volume,json=cargoGrossVolume,proto3" json:"cargo_gross_volume,omitempty"`
	CargoGrossVolumeUnit    string  `protobuf:"bytes,7,opt,name=cargo_gross_volume_unit,json=cargoGrossVolumeUnit,proto3" json:"cargo_gross_volume_unit,omitempty"`
	NumberOfPackages        uint32  `protobuf:"varint,8,opt,name=number_of_packages,json=numberOfPackages,proto3" json:"number_of_packages,omitempty"`
	ExportLicenseIssueDate  string  `` /* 131-byte string literal not displayed */
	ExportLicenseExpiryDate string  `` /* 135-byte string literal not displayed */
	UserId                  string  `protobuf:"bytes,11,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail               string  `protobuf:"bytes,12,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId               string  `protobuf:"bytes,13,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCommodityRequest) Descriptor deprecated

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

Deprecated: Use CreateCommodityRequest.ProtoReflect.Descriptor instead.

func (*CreateCommodityRequest) GetBookingId

func (x *CreateCommodityRequest) GetBookingId() uint32

func (*CreateCommodityRequest) GetCargoGrossVolume

func (x *CreateCommodityRequest) GetCargoGrossVolume() float64

func (*CreateCommodityRequest) GetCargoGrossVolumeUnit

func (x *CreateCommodityRequest) GetCargoGrossVolumeUnit() string

func (*CreateCommodityRequest) GetCargoGrossWeight

func (x *CreateCommodityRequest) GetCargoGrossWeight() float64

func (*CreateCommodityRequest) GetCargoGrossWeightUnit

func (x *CreateCommodityRequest) GetCargoGrossWeightUnit() string

func (*CreateCommodityRequest) GetCommodityType

func (x *CreateCommodityRequest) GetCommodityType() string

func (*CreateCommodityRequest) GetExportLicenseExpiryDate

func (x *CreateCommodityRequest) GetExportLicenseExpiryDate() string

func (*CreateCommodityRequest) GetExportLicenseIssueDate

func (x *CreateCommodityRequest) GetExportLicenseIssueDate() string

func (*CreateCommodityRequest) GetHsCode

func (x *CreateCommodityRequest) GetHsCode() string

func (*CreateCommodityRequest) GetNumberOfPackages

func (x *CreateCommodityRequest) GetNumberOfPackages() uint32

func (*CreateCommodityRequest) GetRequestId

func (x *CreateCommodityRequest) GetRequestId() string

func (*CreateCommodityRequest) GetUserEmail

func (x *CreateCommodityRequest) GetUserEmail() string

func (*CreateCommodityRequest) GetUserId

func (x *CreateCommodityRequest) GetUserId() string

func (*CreateCommodityRequest) ProtoMessage

func (*CreateCommodityRequest) ProtoMessage()

func (*CreateCommodityRequest) ProtoReflect

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

func (*CreateCommodityRequest) Reset

func (x *CreateCommodityRequest) Reset()

func (*CreateCommodityRequest) String

func (x *CreateCommodityRequest) String() string

func (*CreateCommodityRequest) Validate

func (m *CreateCommodityRequest) Validate() error

Validate checks the field values on CreateCommodityRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCommodityRequest) ValidateAll

func (m *CreateCommodityRequest) ValidateAll() error

ValidateAll checks the field values on CreateCommodityRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommodityRequestMultiError, or nil if none found.

type CreateCommodityRequestMultiError

type CreateCommodityRequestMultiError []error

CreateCommodityRequestMultiError is an error wrapping multiple validation errors returned by CreateCommodityRequest.ValidateAll() if the designated constraints aren't met.

func (CreateCommodityRequestMultiError) AllErrors

func (m CreateCommodityRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateCommodityRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateCommodityRequestValidationError

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

CreateCommodityRequestValidationError is the validation error returned by CreateCommodityRequest.Validate if the designated constraints aren't met.

func (CreateCommodityRequestValidationError) Cause

Cause function returns cause value.

func (CreateCommodityRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateCommodityRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateCommodityRequestValidationError) Field

Field function returns field value.

func (CreateCommodityRequestValidationError) Key

Key function returns key value.

func (CreateCommodityRequestValidationError) Reason

Reason function returns reason value.

type CreateCommodityResponse

type CreateCommodityResponse struct {
	Commodity *Commodity `protobuf:"bytes,1,opt,name=commodity,proto3" json:"commodity,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCommodityResponse) Descriptor deprecated

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

Deprecated: Use CreateCommodityResponse.ProtoReflect.Descriptor instead.

func (*CreateCommodityResponse) GetCommodity

func (x *CreateCommodityResponse) GetCommodity() *Commodity

func (*CreateCommodityResponse) ProtoMessage

func (*CreateCommodityResponse) ProtoMessage()

func (*CreateCommodityResponse) ProtoReflect

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

func (*CreateCommodityResponse) Reset

func (x *CreateCommodityResponse) Reset()

func (*CreateCommodityResponse) String

func (x *CreateCommodityResponse) String() string

func (*CreateCommodityResponse) Validate

func (m *CreateCommodityResponse) Validate() error

Validate checks the field values on CreateCommodityResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCommodityResponse) ValidateAll

func (m *CreateCommodityResponse) ValidateAll() error

ValidateAll checks the field values on CreateCommodityResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCommodityResponseMultiError, or nil if none found.

type CreateCommodityResponseMultiError

type CreateCommodityResponseMultiError []error

CreateCommodityResponseMultiError is an error wrapping multiple validation errors returned by CreateCommodityResponse.ValidateAll() if the designated constraints aren't met.

func (CreateCommodityResponseMultiError) AllErrors

func (m CreateCommodityResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateCommodityResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateCommodityResponseValidationError

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

CreateCommodityResponseValidationError is the validation error returned by CreateCommodityResponse.Validate if the designated constraints aren't met.

func (CreateCommodityResponseValidationError) Cause

Cause function returns cause value.

func (CreateCommodityResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateCommodityResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateCommodityResponseValidationError) Field

Field function returns field value.

func (CreateCommodityResponseValidationError) Key

Key function returns key value.

func (CreateCommodityResponseValidationError) Reason

Reason function returns reason value.

type CreateReferenceRequest

type CreateReferenceRequest struct {
	ReferenceTypeCode     string `protobuf:"bytes,1,opt,name=reference_type_code,json=referenceTypeCode,proto3" json:"reference_type_code,omitempty"`
	ReferenceValue        string `protobuf:"bytes,2,opt,name=reference_value,json=referenceValue,proto3" json:"reference_value,omitempty"`
	ShipmentId            uint32 `protobuf:"varint,3,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	ShippingInstructionId uint32 `` /* 127-byte string literal not displayed */
	BookingId             uint32 `protobuf:"varint,5,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	ConsignmentItemId     uint32 `protobuf:"varint,6,opt,name=consignment_item_id,json=consignmentItemId,proto3" json:"consignment_item_id,omitempty"`
	UserId                string `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail             string `protobuf:"bytes,8,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId             string `protobuf:"bytes,9,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReferenceRequest) Descriptor deprecated

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

Deprecated: Use CreateReferenceRequest.ProtoReflect.Descriptor instead.

func (*CreateReferenceRequest) GetBookingId

func (x *CreateReferenceRequest) GetBookingId() uint32

func (*CreateReferenceRequest) GetConsignmentItemId

func (x *CreateReferenceRequest) GetConsignmentItemId() uint32

func (*CreateReferenceRequest) GetReferenceTypeCode

func (x *CreateReferenceRequest) GetReferenceTypeCode() string

func (*CreateReferenceRequest) GetReferenceValue

func (x *CreateReferenceRequest) GetReferenceValue() string

func (*CreateReferenceRequest) GetRequestId

func (x *CreateReferenceRequest) GetRequestId() string

func (*CreateReferenceRequest) GetShipmentId

func (x *CreateReferenceRequest) GetShipmentId() uint32

func (*CreateReferenceRequest) GetShippingInstructionId

func (x *CreateReferenceRequest) GetShippingInstructionId() uint32

func (*CreateReferenceRequest) GetUserEmail

func (x *CreateReferenceRequest) GetUserEmail() string

func (*CreateReferenceRequest) GetUserId

func (x *CreateReferenceRequest) GetUserId() string

func (*CreateReferenceRequest) ProtoMessage

func (*CreateReferenceRequest) ProtoMessage()

func (*CreateReferenceRequest) ProtoReflect

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

func (*CreateReferenceRequest) Reset

func (x *CreateReferenceRequest) Reset()

func (*CreateReferenceRequest) String

func (x *CreateReferenceRequest) String() string

func (*CreateReferenceRequest) Validate

func (m *CreateReferenceRequest) Validate() error

Validate checks the field values on CreateReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReferenceRequest) ValidateAll

func (m *CreateReferenceRequest) ValidateAll() error

ValidateAll checks the field values on CreateReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReferenceRequestMultiError, or nil if none found.

type CreateReferenceRequestMultiError

type CreateReferenceRequestMultiError []error

CreateReferenceRequestMultiError is an error wrapping multiple validation errors returned by CreateReferenceRequest.ValidateAll() if the designated constraints aren't met.

func (CreateReferenceRequestMultiError) AllErrors

func (m CreateReferenceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateReferenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReferenceRequestValidationError

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

CreateReferenceRequestValidationError is the validation error returned by CreateReferenceRequest.Validate if the designated constraints aren't met.

func (CreateReferenceRequestValidationError) Cause

Cause function returns cause value.

func (CreateReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateReferenceRequestValidationError) Field

Field function returns field value.

func (CreateReferenceRequestValidationError) Key

Key function returns key value.

func (CreateReferenceRequestValidationError) Reason

Reason function returns reason value.

type CreateReferenceResponse

type CreateReferenceResponse struct {
	Reference1 *Reference1 `protobuf:"bytes,1,opt,name=reference1,proto3" json:"reference1,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReferenceResponse) Descriptor deprecated

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

Deprecated: Use CreateReferenceResponse.ProtoReflect.Descriptor instead.

func (*CreateReferenceResponse) GetReference1

func (x *CreateReferenceResponse) GetReference1() *Reference1

func (*CreateReferenceResponse) ProtoMessage

func (*CreateReferenceResponse) ProtoMessage()

func (*CreateReferenceResponse) ProtoReflect

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

func (*CreateReferenceResponse) Reset

func (x *CreateReferenceResponse) Reset()

func (*CreateReferenceResponse) String

func (x *CreateReferenceResponse) String() string

func (*CreateReferenceResponse) Validate

func (m *CreateReferenceResponse) Validate() error

Validate checks the field values on CreateReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReferenceResponse) ValidateAll

func (m *CreateReferenceResponse) ValidateAll() error

ValidateAll checks the field values on CreateReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReferenceResponseMultiError, or nil if none found.

type CreateReferenceResponseMultiError

type CreateReferenceResponseMultiError []error

CreateReferenceResponseMultiError is an error wrapping multiple validation errors returned by CreateReferenceResponse.ValidateAll() if the designated constraints aren't met.

func (CreateReferenceResponseMultiError) AllErrors

func (m CreateReferenceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateReferenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReferenceResponseValidationError

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

CreateReferenceResponseValidationError is the validation error returned by CreateReferenceResponse.Validate if the designated constraints aren't met.

func (CreateReferenceResponseValidationError) Cause

Cause function returns cause value.

func (CreateReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateReferenceResponseValidationError) Field

Field function returns field value.

func (CreateReferenceResponseValidationError) Key

Key function returns key value.

func (CreateReferenceResponseValidationError) Reason

Reason function returns reason value.

type CreateReferencesByBookingIdAndTOsRequest

type CreateReferencesByBookingIdAndTOsRequest struct {
	CreateReferenceRequest *CreateReferenceRequest `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateReferencesByBookingIdAndTOsRequest) Descriptor deprecated

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

Deprecated: Use CreateReferencesByBookingIdAndTOsRequest.ProtoReflect.Descriptor instead.

func (*CreateReferencesByBookingIdAndTOsRequest) GetCreateReferenceRequest

func (x *CreateReferencesByBookingIdAndTOsRequest) GetCreateReferenceRequest() *CreateReferenceRequest

func (*CreateReferencesByBookingIdAndTOsRequest) ProtoMessage

func (*CreateReferencesByBookingIdAndTOsRequest) ProtoReflect

func (*CreateReferencesByBookingIdAndTOsRequest) Reset

func (*CreateReferencesByBookingIdAndTOsRequest) String

func (*CreateReferencesByBookingIdAndTOsRequest) Validate

Validate checks the field values on CreateReferencesByBookingIdAndTOsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReferencesByBookingIdAndTOsRequest) ValidateAll

ValidateAll checks the field values on CreateReferencesByBookingIdAndTOsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReferencesByBookingIdAndTOsRequestMultiError, or nil if none found.

type CreateReferencesByBookingIdAndTOsRequestMultiError

type CreateReferencesByBookingIdAndTOsRequestMultiError []error

CreateReferencesByBookingIdAndTOsRequestMultiError is an error wrapping multiple validation errors returned by CreateReferencesByBookingIdAndTOsRequest.ValidateAll() if the designated constraints aren't met.

func (CreateReferencesByBookingIdAndTOsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateReferencesByBookingIdAndTOsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReferencesByBookingIdAndTOsRequestValidationError

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

CreateReferencesByBookingIdAndTOsRequestValidationError is the validation error returned by CreateReferencesByBookingIdAndTOsRequest.Validate if the designated constraints aren't met.

func (CreateReferencesByBookingIdAndTOsRequestValidationError) Cause

Cause function returns cause value.

func (CreateReferencesByBookingIdAndTOsRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateReferencesByBookingIdAndTOsRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateReferencesByBookingIdAndTOsRequestValidationError) Field

Field function returns field value.

func (CreateReferencesByBookingIdAndTOsRequestValidationError) Key

Key function returns key value.

func (CreateReferencesByBookingIdAndTOsRequestValidationError) Reason

Reason function returns reason value.

type CreateReferencesByBookingIdAndTOsResponse

type CreateReferencesByBookingIdAndTOsResponse struct {
	Reference1 *Reference1 `protobuf:"bytes,1,opt,name=reference1,proto3" json:"reference1,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReferencesByBookingIdAndTOsResponse) Descriptor deprecated

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

Deprecated: Use CreateReferencesByBookingIdAndTOsResponse.ProtoReflect.Descriptor instead.

func (*CreateReferencesByBookingIdAndTOsResponse) GetReference1

func (*CreateReferencesByBookingIdAndTOsResponse) ProtoMessage

func (*CreateReferencesByBookingIdAndTOsResponse) ProtoReflect

func (*CreateReferencesByBookingIdAndTOsResponse) Reset

func (*CreateReferencesByBookingIdAndTOsResponse) String

func (*CreateReferencesByBookingIdAndTOsResponse) Validate

Validate checks the field values on CreateReferencesByBookingIdAndTOsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReferencesByBookingIdAndTOsResponse) ValidateAll

ValidateAll checks the field values on CreateReferencesByBookingIdAndTOsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReferencesByBookingIdAndTOsResponseMultiError, or nil if none found.

type CreateReferencesByBookingIdAndTOsResponseMultiError

type CreateReferencesByBookingIdAndTOsResponseMultiError []error

CreateReferencesByBookingIdAndTOsResponseMultiError is an error wrapping multiple validation errors returned by CreateReferencesByBookingIdAndTOsResponse.ValidateAll() if the designated constraints aren't met.

func (CreateReferencesByBookingIdAndTOsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateReferencesByBookingIdAndTOsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReferencesByBookingIdAndTOsResponseValidationError

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

CreateReferencesByBookingIdAndTOsResponseValidationError is the validation error returned by CreateReferencesByBookingIdAndTOsResponse.Validate if the designated constraints aren't met.

func (CreateReferencesByBookingIdAndTOsResponseValidationError) Cause

Cause function returns cause value.

func (CreateReferencesByBookingIdAndTOsResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateReferencesByBookingIdAndTOsResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateReferencesByBookingIdAndTOsResponseValidationError) Field

Field function returns field value.

func (CreateReferencesByBookingIdAndTOsResponseValidationError) Key

Key function returns key value.

func (CreateReferencesByBookingIdAndTOsResponseValidationError) Reason

Reason function returns reason value.

type CreateReferencesByShippingInstructionIdAndTOsRequest

type CreateReferencesByShippingInstructionIdAndTOsRequest struct {
	CreateReferenceRequest *CreateReferenceRequest `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateReferencesByShippingInstructionIdAndTOsRequest) Descriptor deprecated

Deprecated: Use CreateReferencesByShippingInstructionIdAndTOsRequest.ProtoReflect.Descriptor instead.

func (*CreateReferencesByShippingInstructionIdAndTOsRequest) GetCreateReferenceRequest

func (*CreateReferencesByShippingInstructionIdAndTOsRequest) ProtoMessage

func (*CreateReferencesByShippingInstructionIdAndTOsRequest) ProtoReflect

func (*CreateReferencesByShippingInstructionIdAndTOsRequest) Reset

func (*CreateReferencesByShippingInstructionIdAndTOsRequest) String

func (*CreateReferencesByShippingInstructionIdAndTOsRequest) Validate

Validate checks the field values on CreateReferencesByShippingInstructionIdAndTOsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReferencesByShippingInstructionIdAndTOsRequest) ValidateAll

ValidateAll checks the field values on CreateReferencesByShippingInstructionIdAndTOsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReferencesByShippingInstructionIdAndTOsRequestMultiError, or nil if none found.

type CreateReferencesByShippingInstructionIdAndTOsRequestMultiError

type CreateReferencesByShippingInstructionIdAndTOsRequestMultiError []error

CreateReferencesByShippingInstructionIdAndTOsRequestMultiError is an error wrapping multiple validation errors returned by CreateReferencesByShippingInstructionIdAndTOsRequest.ValidateAll() if the designated constraints aren't met.

func (CreateReferencesByShippingInstructionIdAndTOsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateReferencesByShippingInstructionIdAndTOsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReferencesByShippingInstructionIdAndTOsRequestValidationError

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

CreateReferencesByShippingInstructionIdAndTOsRequestValidationError is the validation error returned by CreateReferencesByShippingInstructionIdAndTOsRequest.Validate if the designated constraints aren't met.

func (CreateReferencesByShippingInstructionIdAndTOsRequestValidationError) Cause

Cause function returns cause value.

func (CreateReferencesByShippingInstructionIdAndTOsRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateReferencesByShippingInstructionIdAndTOsRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateReferencesByShippingInstructionIdAndTOsRequestValidationError) Field

Field function returns field value.

func (CreateReferencesByShippingInstructionIdAndTOsRequestValidationError) Key

Key function returns key value.

func (CreateReferencesByShippingInstructionIdAndTOsRequestValidationError) Reason

Reason function returns reason value.

type CreateReferencesByShippingInstructionIdAndTOsResponse

type CreateReferencesByShippingInstructionIdAndTOsResponse struct {
	Reference1 *Reference1 `protobuf:"bytes,1,opt,name=reference1,proto3" json:"reference1,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReferencesByShippingInstructionIdAndTOsResponse) Descriptor deprecated

Deprecated: Use CreateReferencesByShippingInstructionIdAndTOsResponse.ProtoReflect.Descriptor instead.

func (*CreateReferencesByShippingInstructionIdAndTOsResponse) GetReference1

func (*CreateReferencesByShippingInstructionIdAndTOsResponse) ProtoMessage

func (*CreateReferencesByShippingInstructionIdAndTOsResponse) ProtoReflect

func (*CreateReferencesByShippingInstructionIdAndTOsResponse) Reset

func (*CreateReferencesByShippingInstructionIdAndTOsResponse) String

func (*CreateReferencesByShippingInstructionIdAndTOsResponse) Validate

Validate checks the field values on CreateReferencesByShippingInstructionIdAndTOsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReferencesByShippingInstructionIdAndTOsResponse) ValidateAll

ValidateAll checks the field values on CreateReferencesByShippingInstructionIdAndTOsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReferencesByShippingInstructionIdAndTOsResponseMultiError, or nil if none found.

type CreateReferencesByShippingInstructionIdAndTOsResponseMultiError

type CreateReferencesByShippingInstructionIdAndTOsResponseMultiError []error

CreateReferencesByShippingInstructionIdAndTOsResponseMultiError is an error wrapping multiple validation errors returned by CreateReferencesByShippingInstructionIdAndTOsResponse.ValidateAll() if the designated constraints aren't met.

func (CreateReferencesByShippingInstructionIdAndTOsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateReferencesByShippingInstructionIdAndTOsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReferencesByShippingInstructionIdAndTOsResponseValidationError

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

CreateReferencesByShippingInstructionIdAndTOsResponseValidationError is the validation error returned by CreateReferencesByShippingInstructionIdAndTOsResponse.Validate if the designated constraints aren't met.

func (CreateReferencesByShippingInstructionIdAndTOsResponseValidationError) Cause

Cause function returns cause value.

func (CreateReferencesByShippingInstructionIdAndTOsResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateReferencesByShippingInstructionIdAndTOsResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateReferencesByShippingInstructionIdAndTOsResponseValidationError) Field

Field function returns field value.

func (CreateReferencesByShippingInstructionIdAndTOsResponseValidationError) Key

Key function returns key value.

func (CreateReferencesByShippingInstructionIdAndTOsResponseValidationError) Reason

Reason function returns reason value.

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest struct {
	CreateReferenceRequest *CreateReferenceRequest `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest) Descriptor deprecated

Deprecated: Use CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest.ProtoReflect.Descriptor instead.

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest) GetCreateReferenceRequest

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest) ProtoMessage

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest) ProtoReflect

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest) Reset

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest) String

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest) Validate

Validate checks the field values on CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest) ValidateAll

ValidateAll checks the field values on CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestMultiError, or nil if none found.

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestMultiError

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestMultiError []error

CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestMultiError is an error wrapping multiple validation errors returned by CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest.ValidateAll() if the designated constraints aren't met.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestValidationError

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

CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestValidationError is the validation error returned by CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest.Validate if the designated constraints aren't met.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestValidationError) Cause

Cause function returns cause value.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestValidationError) Field

Field function returns field value.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestValidationError) Key

Key function returns key value.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequestValidationError) Reason

Reason function returns reason value.

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse struct {
	Reference1 *Reference1 `protobuf:"bytes,1,opt,name=reference1,proto3" json:"reference1,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse) Descriptor deprecated

Deprecated: Use CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse.ProtoReflect.Descriptor instead.

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse) GetReference1

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse) ProtoMessage

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse) ProtoReflect

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse) Reset

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse) String

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse) Validate

Validate checks the field values on CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse) ValidateAll

ValidateAll checks the field values on CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseMultiError, or nil if none found.

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseMultiError

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseMultiError []error

CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseMultiError is an error wrapping multiple validation errors returned by CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse.ValidateAll() if the designated constraints aren't met.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseValidationError

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

CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseValidationError is the validation error returned by CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse.Validate if the designated constraints aren't met.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseValidationError) Cause

Cause function returns cause value.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseValidationError) Field

Field function returns field value.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseValidationError) Key

Key function returns key value.

func (CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponseValidationError) Reason

Reason function returns reason value.

type CreateRequestedEquipmentRequest

type CreateRequestedEquipmentRequest struct {
	BookingId                  uint32 `protobuf:"varint,1,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	ShipmentId                 uint32 `protobuf:"varint,2,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	RequestedEquipmentSizetype string `` /* 141-byte string literal not displayed */
	RequestedEquipmentUnits    int32  `` /* 133-byte string literal not displayed */
	ConfirmedEquipmentSizetype string `` /* 141-byte string literal not displayed */
	ConfirmedEquipmentUnits    int32  `` /* 133-byte string literal not displayed */
	IsShipperOwned             bool   `protobuf:"varint,7,opt,name=is_shipper_owned,json=isShipperOwned,proto3" json:"is_shipper_owned,omitempty"`
	UserId                     string `protobuf:"bytes,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                  string `protobuf:"bytes,9,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                  string `protobuf:"bytes,10,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRequestedEquipmentRequest) Descriptor deprecated

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

Deprecated: Use CreateRequestedEquipmentRequest.ProtoReflect.Descriptor instead.

func (*CreateRequestedEquipmentRequest) GetBookingId

func (x *CreateRequestedEquipmentRequest) GetBookingId() uint32

func (*CreateRequestedEquipmentRequest) GetConfirmedEquipmentSizetype

func (x *CreateRequestedEquipmentRequest) GetConfirmedEquipmentSizetype() string

func (*CreateRequestedEquipmentRequest) GetConfirmedEquipmentUnits

func (x *CreateRequestedEquipmentRequest) GetConfirmedEquipmentUnits() int32

func (*CreateRequestedEquipmentRequest) GetIsShipperOwned

func (x *CreateRequestedEquipmentRequest) GetIsShipperOwned() bool

func (*CreateRequestedEquipmentRequest) GetRequestId

func (x *CreateRequestedEquipmentRequest) GetRequestId() string

func (*CreateRequestedEquipmentRequest) GetRequestedEquipmentSizetype

func (x *CreateRequestedEquipmentRequest) GetRequestedEquipmentSizetype() string

func (*CreateRequestedEquipmentRequest) GetRequestedEquipmentUnits

func (x *CreateRequestedEquipmentRequest) GetRequestedEquipmentUnits() int32

func (*CreateRequestedEquipmentRequest) GetShipmentId

func (x *CreateRequestedEquipmentRequest) GetShipmentId() uint32

func (*CreateRequestedEquipmentRequest) GetUserEmail

func (x *CreateRequestedEquipmentRequest) GetUserEmail() string

func (*CreateRequestedEquipmentRequest) GetUserId

func (x *CreateRequestedEquipmentRequest) GetUserId() string

func (*CreateRequestedEquipmentRequest) ProtoMessage

func (*CreateRequestedEquipmentRequest) ProtoMessage()

func (*CreateRequestedEquipmentRequest) ProtoReflect

func (*CreateRequestedEquipmentRequest) Reset

func (*CreateRequestedEquipmentRequest) String

func (*CreateRequestedEquipmentRequest) Validate

func (m *CreateRequestedEquipmentRequest) Validate() error

Validate checks the field values on CreateRequestedEquipmentRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRequestedEquipmentRequest) ValidateAll

func (m *CreateRequestedEquipmentRequest) ValidateAll() error

ValidateAll checks the field values on CreateRequestedEquipmentRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRequestedEquipmentRequestMultiError, or nil if none found.

type CreateRequestedEquipmentRequestMultiError

type CreateRequestedEquipmentRequestMultiError []error

CreateRequestedEquipmentRequestMultiError is an error wrapping multiple validation errors returned by CreateRequestedEquipmentRequest.ValidateAll() if the designated constraints aren't met.

func (CreateRequestedEquipmentRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateRequestedEquipmentRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateRequestedEquipmentRequestValidationError

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

CreateRequestedEquipmentRequestValidationError is the validation error returned by CreateRequestedEquipmentRequest.Validate if the designated constraints aren't met.

func (CreateRequestedEquipmentRequestValidationError) Cause

Cause function returns cause value.

func (CreateRequestedEquipmentRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateRequestedEquipmentRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateRequestedEquipmentRequestValidationError) Field

Field function returns field value.

func (CreateRequestedEquipmentRequestValidationError) Key

Key function returns key value.

func (CreateRequestedEquipmentRequestValidationError) Reason

Reason function returns reason value.

type CreateRequestedEquipmentResponse

type CreateRequestedEquipmentResponse struct {
	RequestedEquipment *RequestedEquipment `protobuf:"bytes,1,opt,name=requested_equipment,json=requestedEquipment,proto3" json:"requested_equipment,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRequestedEquipmentResponse) Descriptor deprecated

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

Deprecated: Use CreateRequestedEquipmentResponse.ProtoReflect.Descriptor instead.

func (*CreateRequestedEquipmentResponse) GetRequestedEquipment

func (x *CreateRequestedEquipmentResponse) GetRequestedEquipment() *RequestedEquipment

func (*CreateRequestedEquipmentResponse) ProtoMessage

func (*CreateRequestedEquipmentResponse) ProtoMessage()

func (*CreateRequestedEquipmentResponse) ProtoReflect

func (*CreateRequestedEquipmentResponse) Reset

func (*CreateRequestedEquipmentResponse) String

func (*CreateRequestedEquipmentResponse) Validate

Validate checks the field values on CreateRequestedEquipmentResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRequestedEquipmentResponse) ValidateAll

func (m *CreateRequestedEquipmentResponse) ValidateAll() error

ValidateAll checks the field values on CreateRequestedEquipmentResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRequestedEquipmentResponseMultiError, or nil if none found.

type CreateRequestedEquipmentResponseMultiError

type CreateRequestedEquipmentResponseMultiError []error

CreateRequestedEquipmentResponseMultiError is an error wrapping multiple validation errors returned by CreateRequestedEquipmentResponse.ValidateAll() if the designated constraints aren't met.

func (CreateRequestedEquipmentResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateRequestedEquipmentResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateRequestedEquipmentResponseValidationError

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

CreateRequestedEquipmentResponseValidationError is the validation error returned by CreateRequestedEquipmentResponse.Validate if the designated constraints aren't met.

func (CreateRequestedEquipmentResponseValidationError) Cause

Cause function returns cause value.

func (CreateRequestedEquipmentResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateRequestedEquipmentResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateRequestedEquipmentResponseValidationError) Field

Field function returns field value.

func (CreateRequestedEquipmentResponseValidationError) Key

Key function returns key value.

func (CreateRequestedEquipmentResponseValidationError) Reason

Reason function returns reason value.

type CreateShipmentLocationRequest

type CreateShipmentLocationRequest struct {
	ShipmentId               uint32 `protobuf:"varint,1,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	BookingId                uint32 `protobuf:"varint,2,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	LocationId               uint32 `protobuf:"varint,3,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	ShipmentLocationTypeCode string `` /* 137-byte string literal not displayed */
	DisplayedName            string `protobuf:"bytes,5,opt,name=displayed_name,json=displayedName,proto3" json:"displayed_name,omitempty"`
	EventDateTime            string `protobuf:"bytes,6,opt,name=event_date_time,json=eventDateTime,proto3" json:"event_date_time,omitempty"`
	UserId                   string `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                string `protobuf:"bytes,8,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                string `protobuf:"bytes,9,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShipmentLocationRequest) Descriptor deprecated

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

Deprecated: Use CreateShipmentLocationRequest.ProtoReflect.Descriptor instead.

func (*CreateShipmentLocationRequest) GetBookingId

func (x *CreateShipmentLocationRequest) GetBookingId() uint32

func (*CreateShipmentLocationRequest) GetDisplayedName

func (x *CreateShipmentLocationRequest) GetDisplayedName() string

func (*CreateShipmentLocationRequest) GetEventDateTime

func (x *CreateShipmentLocationRequest) GetEventDateTime() string

func (*CreateShipmentLocationRequest) GetLocationId

func (x *CreateShipmentLocationRequest) GetLocationId() uint32

func (*CreateShipmentLocationRequest) GetRequestId

func (x *CreateShipmentLocationRequest) GetRequestId() string

func (*CreateShipmentLocationRequest) GetShipmentId

func (x *CreateShipmentLocationRequest) GetShipmentId() uint32

func (*CreateShipmentLocationRequest) GetShipmentLocationTypeCode

func (x *CreateShipmentLocationRequest) GetShipmentLocationTypeCode() string

func (*CreateShipmentLocationRequest) GetUserEmail

func (x *CreateShipmentLocationRequest) GetUserEmail() string

func (*CreateShipmentLocationRequest) GetUserId

func (x *CreateShipmentLocationRequest) GetUserId() string

func (*CreateShipmentLocationRequest) ProtoMessage

func (*CreateShipmentLocationRequest) ProtoMessage()

func (*CreateShipmentLocationRequest) ProtoReflect

func (*CreateShipmentLocationRequest) Reset

func (x *CreateShipmentLocationRequest) Reset()

func (*CreateShipmentLocationRequest) String

func (*CreateShipmentLocationRequest) Validate

func (m *CreateShipmentLocationRequest) Validate() error

Validate checks the field values on CreateShipmentLocationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateShipmentLocationRequest) ValidateAll

func (m *CreateShipmentLocationRequest) ValidateAll() error

ValidateAll checks the field values on CreateShipmentLocationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateShipmentLocationRequestMultiError, or nil if none found.

type CreateShipmentLocationRequestMultiError

type CreateShipmentLocationRequestMultiError []error

CreateShipmentLocationRequestMultiError is an error wrapping multiple validation errors returned by CreateShipmentLocationRequest.ValidateAll() if the designated constraints aren't met.

func (CreateShipmentLocationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateShipmentLocationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateShipmentLocationRequestValidationError

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

CreateShipmentLocationRequestValidationError is the validation error returned by CreateShipmentLocationRequest.Validate if the designated constraints aren't met.

func (CreateShipmentLocationRequestValidationError) Cause

Cause function returns cause value.

func (CreateShipmentLocationRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateShipmentLocationRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateShipmentLocationRequestValidationError) Field

Field function returns field value.

func (CreateShipmentLocationRequestValidationError) Key

Key function returns key value.

func (CreateShipmentLocationRequestValidationError) Reason

Reason function returns reason value.

type CreateShipmentLocationResponse

type CreateShipmentLocationResponse struct {
	ShipmentLocation *ShipmentLocation `protobuf:"bytes,1,opt,name=shipment_location,json=shipmentLocation,proto3" json:"shipment_location,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShipmentLocationResponse) Descriptor deprecated

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

Deprecated: Use CreateShipmentLocationResponse.ProtoReflect.Descriptor instead.

func (*CreateShipmentLocationResponse) GetShipmentLocation

func (x *CreateShipmentLocationResponse) GetShipmentLocation() *ShipmentLocation

func (*CreateShipmentLocationResponse) ProtoMessage

func (*CreateShipmentLocationResponse) ProtoMessage()

func (*CreateShipmentLocationResponse) ProtoReflect

func (*CreateShipmentLocationResponse) Reset

func (x *CreateShipmentLocationResponse) Reset()

func (*CreateShipmentLocationResponse) String

func (*CreateShipmentLocationResponse) Validate

func (m *CreateShipmentLocationResponse) Validate() error

Validate checks the field values on CreateShipmentLocationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateShipmentLocationResponse) ValidateAll

func (m *CreateShipmentLocationResponse) ValidateAll() error

ValidateAll checks the field values on CreateShipmentLocationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateShipmentLocationResponseMultiError, or nil if none found.

type CreateShipmentLocationResponseMultiError

type CreateShipmentLocationResponseMultiError []error

CreateShipmentLocationResponseMultiError is an error wrapping multiple validation errors returned by CreateShipmentLocationResponse.ValidateAll() if the designated constraints aren't met.

func (CreateShipmentLocationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateShipmentLocationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateShipmentLocationResponseValidationError

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

CreateShipmentLocationResponseValidationError is the validation error returned by CreateShipmentLocationResponse.Validate if the designated constraints aren't met.

func (CreateShipmentLocationResponseValidationError) Cause

Cause function returns cause value.

func (CreateShipmentLocationResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateShipmentLocationResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateShipmentLocationResponseValidationError) Field

Field function returns field value.

func (CreateShipmentLocationResponseValidationError) Key

Key function returns key value.

func (CreateShipmentLocationResponseValidationError) Reason

Reason function returns reason value.

type CreateShipmentLocationsByBookingIDAndTOsRequest

type CreateShipmentLocationsByBookingIDAndTOsRequest struct {
	CreateShipmentLocationRequest *CreateShipmentLocationRequest `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateShipmentLocationsByBookingIDAndTOsRequest) Descriptor deprecated

Deprecated: Use CreateShipmentLocationsByBookingIDAndTOsRequest.ProtoReflect.Descriptor instead.

func (*CreateShipmentLocationsByBookingIDAndTOsRequest) GetCreateShipmentLocationRequest

func (*CreateShipmentLocationsByBookingIDAndTOsRequest) ProtoMessage

func (*CreateShipmentLocationsByBookingIDAndTOsRequest) ProtoReflect

func (*CreateShipmentLocationsByBookingIDAndTOsRequest) Reset

func (*CreateShipmentLocationsByBookingIDAndTOsRequest) String

func (*CreateShipmentLocationsByBookingIDAndTOsRequest) Validate

Validate checks the field values on CreateShipmentLocationsByBookingIDAndTOsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateShipmentLocationsByBookingIDAndTOsRequest) ValidateAll

ValidateAll checks the field values on CreateShipmentLocationsByBookingIDAndTOsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateShipmentLocationsByBookingIDAndTOsRequestMultiError, or nil if none found.

type CreateShipmentLocationsByBookingIDAndTOsRequestMultiError

type CreateShipmentLocationsByBookingIDAndTOsRequestMultiError []error

CreateShipmentLocationsByBookingIDAndTOsRequestMultiError is an error wrapping multiple validation errors returned by CreateShipmentLocationsByBookingIDAndTOsRequest.ValidateAll() if the designated constraints aren't met.

func (CreateShipmentLocationsByBookingIDAndTOsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateShipmentLocationsByBookingIDAndTOsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateShipmentLocationsByBookingIDAndTOsRequestValidationError

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

CreateShipmentLocationsByBookingIDAndTOsRequestValidationError is the validation error returned by CreateShipmentLocationsByBookingIDAndTOsRequest.Validate if the designated constraints aren't met.

func (CreateShipmentLocationsByBookingIDAndTOsRequestValidationError) Cause

Cause function returns cause value.

func (CreateShipmentLocationsByBookingIDAndTOsRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateShipmentLocationsByBookingIDAndTOsRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateShipmentLocationsByBookingIDAndTOsRequestValidationError) Field

Field function returns field value.

func (CreateShipmentLocationsByBookingIDAndTOsRequestValidationError) Key

Key function returns key value.

func (CreateShipmentLocationsByBookingIDAndTOsRequestValidationError) Reason

Reason function returns reason value.

type CreateShipmentLocationsByBookingIDAndTOsResponse

type CreateShipmentLocationsByBookingIDAndTOsResponse struct {
	ShipmentLocation *ShipmentLocation `protobuf:"bytes,1,opt,name=shipment_location,json=shipmentLocation,proto3" json:"shipment_location,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShipmentLocationsByBookingIDAndTOsResponse) Descriptor deprecated

Deprecated: Use CreateShipmentLocationsByBookingIDAndTOsResponse.ProtoReflect.Descriptor instead.

func (*CreateShipmentLocationsByBookingIDAndTOsResponse) GetShipmentLocation

func (*CreateShipmentLocationsByBookingIDAndTOsResponse) ProtoMessage

func (*CreateShipmentLocationsByBookingIDAndTOsResponse) ProtoReflect

func (*CreateShipmentLocationsByBookingIDAndTOsResponse) Reset

func (*CreateShipmentLocationsByBookingIDAndTOsResponse) String

func (*CreateShipmentLocationsByBookingIDAndTOsResponse) Validate

Validate checks the field values on CreateShipmentLocationsByBookingIDAndTOsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateShipmentLocationsByBookingIDAndTOsResponse) ValidateAll

ValidateAll checks the field values on CreateShipmentLocationsByBookingIDAndTOsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateShipmentLocationsByBookingIDAndTOsResponseMultiError, or nil if none found.

type CreateShipmentLocationsByBookingIDAndTOsResponseMultiError

type CreateShipmentLocationsByBookingIDAndTOsResponseMultiError []error

CreateShipmentLocationsByBookingIDAndTOsResponseMultiError is an error wrapping multiple validation errors returned by CreateShipmentLocationsByBookingIDAndTOsResponse.ValidateAll() if the designated constraints aren't met.

func (CreateShipmentLocationsByBookingIDAndTOsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateShipmentLocationsByBookingIDAndTOsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateShipmentLocationsByBookingIDAndTOsResponseValidationError

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

CreateShipmentLocationsByBookingIDAndTOsResponseValidationError is the validation error returned by CreateShipmentLocationsByBookingIDAndTOsResponse.Validate if the designated constraints aren't met.

func (CreateShipmentLocationsByBookingIDAndTOsResponseValidationError) Cause

Cause function returns cause value.

func (CreateShipmentLocationsByBookingIDAndTOsResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateShipmentLocationsByBookingIDAndTOsResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateShipmentLocationsByBookingIDAndTOsResponseValidationError) Field

Field function returns field value.

func (CreateShipmentLocationsByBookingIDAndTOsResponseValidationError) Key

Key function returns key value.

func (CreateShipmentLocationsByBookingIDAndTOsResponseValidationError) Reason

Reason function returns reason value.

type CreateValueAddedServiceRequest

type CreateValueAddedServiceRequest struct {
	BookingId             uint32 `protobuf:"varint,1,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	ValueAddedServiceCode string `` /* 128-byte string literal not displayed */
	UserId                string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail             string `protobuf:"bytes,4,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId             string `protobuf:"bytes,5,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateValueAddedServiceRequest) Descriptor deprecated

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

Deprecated: Use CreateValueAddedServiceRequest.ProtoReflect.Descriptor instead.

func (*CreateValueAddedServiceRequest) GetBookingId

func (x *CreateValueAddedServiceRequest) GetBookingId() uint32

func (*CreateValueAddedServiceRequest) GetRequestId

func (x *CreateValueAddedServiceRequest) GetRequestId() string

func (*CreateValueAddedServiceRequest) GetUserEmail

func (x *CreateValueAddedServiceRequest) GetUserEmail() string

func (*CreateValueAddedServiceRequest) GetUserId

func (x *CreateValueAddedServiceRequest) GetUserId() string

func (*CreateValueAddedServiceRequest) GetValueAddedServiceCode

func (x *CreateValueAddedServiceRequest) GetValueAddedServiceCode() string

func (*CreateValueAddedServiceRequest) ProtoMessage

func (*CreateValueAddedServiceRequest) ProtoMessage()

func (*CreateValueAddedServiceRequest) ProtoReflect

func (*CreateValueAddedServiceRequest) Reset

func (x *CreateValueAddedServiceRequest) Reset()

func (*CreateValueAddedServiceRequest) String

func (*CreateValueAddedServiceRequest) Validate

func (m *CreateValueAddedServiceRequest) Validate() error

Validate checks the field values on CreateValueAddedServiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateValueAddedServiceRequest) ValidateAll

func (m *CreateValueAddedServiceRequest) ValidateAll() error

ValidateAll checks the field values on CreateValueAddedServiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateValueAddedServiceRequestMultiError, or nil if none found.

type CreateValueAddedServiceRequestMultiError

type CreateValueAddedServiceRequestMultiError []error

CreateValueAddedServiceRequestMultiError is an error wrapping multiple validation errors returned by CreateValueAddedServiceRequest.ValidateAll() if the designated constraints aren't met.

func (CreateValueAddedServiceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateValueAddedServiceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateValueAddedServiceRequestValidationError

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

CreateValueAddedServiceRequestValidationError is the validation error returned by CreateValueAddedServiceRequest.Validate if the designated constraints aren't met.

func (CreateValueAddedServiceRequestValidationError) Cause

Cause function returns cause value.

func (CreateValueAddedServiceRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateValueAddedServiceRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateValueAddedServiceRequestValidationError) Field

Field function returns field value.

func (CreateValueAddedServiceRequestValidationError) Key

Key function returns key value.

func (CreateValueAddedServiceRequestValidationError) Reason

Reason function returns reason value.

type CreateValueAddedServiceResponse

type CreateValueAddedServiceResponse struct {
	ValueAddedServiceRequest *ValueAddedServiceRequest `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateValueAddedServiceResponse) Descriptor deprecated

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

Deprecated: Use CreateValueAddedServiceResponse.ProtoReflect.Descriptor instead.

func (*CreateValueAddedServiceResponse) GetValueAddedServiceRequest

func (x *CreateValueAddedServiceResponse) GetValueAddedServiceRequest() *ValueAddedServiceRequest

func (*CreateValueAddedServiceResponse) ProtoMessage

func (*CreateValueAddedServiceResponse) ProtoMessage()

func (*CreateValueAddedServiceResponse) ProtoReflect

func (*CreateValueAddedServiceResponse) Reset

func (*CreateValueAddedServiceResponse) String

func (*CreateValueAddedServiceResponse) Validate

func (m *CreateValueAddedServiceResponse) Validate() error

Validate checks the field values on CreateValueAddedServiceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateValueAddedServiceResponse) ValidateAll

func (m *CreateValueAddedServiceResponse) ValidateAll() error

ValidateAll checks the field values on CreateValueAddedServiceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateValueAddedServiceResponseMultiError, or nil if none found.

type CreateValueAddedServiceResponseMultiError

type CreateValueAddedServiceResponseMultiError []error

CreateValueAddedServiceResponseMultiError is an error wrapping multiple validation errors returned by CreateValueAddedServiceResponse.ValidateAll() if the designated constraints aren't met.

func (CreateValueAddedServiceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateValueAddedServiceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateValueAddedServiceResponseValidationError

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

CreateValueAddedServiceResponseValidationError is the validation error returned by CreateValueAddedServiceResponse.Validate if the designated constraints aren't met.

func (CreateValueAddedServiceResponseValidationError) Cause

Cause function returns cause value.

func (CreateValueAddedServiceResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateValueAddedServiceResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateValueAddedServiceResponseValidationError) Field

Field function returns field value.

func (CreateValueAddedServiceResponseValidationError) Key

Key function returns key value.

func (CreateValueAddedServiceResponseValidationError) Reason

Reason function returns reason value.

type FetchShipmentLocationsByBookingIDRequest

type FetchShipmentLocationsByBookingIDRequest struct {
	BookingId uint32 `protobuf:"varint,1,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	UserEmail string `protobuf:"bytes,2,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchShipmentLocationsByBookingIDRequest) Descriptor deprecated

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

Deprecated: Use FetchShipmentLocationsByBookingIDRequest.ProtoReflect.Descriptor instead.

func (*FetchShipmentLocationsByBookingIDRequest) GetBookingId

func (*FetchShipmentLocationsByBookingIDRequest) GetRequestId

func (*FetchShipmentLocationsByBookingIDRequest) GetUserEmail

func (*FetchShipmentLocationsByBookingIDRequest) ProtoMessage

func (*FetchShipmentLocationsByBookingIDRequest) ProtoReflect

func (*FetchShipmentLocationsByBookingIDRequest) Reset

func (*FetchShipmentLocationsByBookingIDRequest) String

func (*FetchShipmentLocationsByBookingIDRequest) Validate

Validate checks the field values on FetchShipmentLocationsByBookingIDRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FetchShipmentLocationsByBookingIDRequest) ValidateAll

ValidateAll checks the field values on FetchShipmentLocationsByBookingIDRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FetchShipmentLocationsByBookingIDRequestMultiError, or nil if none found.

type FetchShipmentLocationsByBookingIDRequestMultiError

type FetchShipmentLocationsByBookingIDRequestMultiError []error

FetchShipmentLocationsByBookingIDRequestMultiError is an error wrapping multiple validation errors returned by FetchShipmentLocationsByBookingIDRequest.ValidateAll() if the designated constraints aren't met.

func (FetchShipmentLocationsByBookingIDRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchShipmentLocationsByBookingIDRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FetchShipmentLocationsByBookingIDRequestValidationError

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

FetchShipmentLocationsByBookingIDRequestValidationError is the validation error returned by FetchShipmentLocationsByBookingIDRequest.Validate if the designated constraints aren't met.

func (FetchShipmentLocationsByBookingIDRequestValidationError) Cause

Cause function returns cause value.

func (FetchShipmentLocationsByBookingIDRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchShipmentLocationsByBookingIDRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchShipmentLocationsByBookingIDRequestValidationError) Field

Field function returns field value.

func (FetchShipmentLocationsByBookingIDRequestValidationError) Key

Key function returns key value.

func (FetchShipmentLocationsByBookingIDRequestValidationError) Reason

Reason function returns reason value.

type FetchShipmentLocationsByBookingIDResponse

type FetchShipmentLocationsByBookingIDResponse struct {
	ShipmentLocation *ShipmentLocation `protobuf:"bytes,1,opt,name=shipment_location,json=shipmentLocation,proto3" json:"shipment_location,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchShipmentLocationsByBookingIDResponse) Descriptor deprecated

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

Deprecated: Use FetchShipmentLocationsByBookingIDResponse.ProtoReflect.Descriptor instead.

func (*FetchShipmentLocationsByBookingIDResponse) GetShipmentLocation

func (*FetchShipmentLocationsByBookingIDResponse) ProtoMessage

func (*FetchShipmentLocationsByBookingIDResponse) ProtoReflect

func (*FetchShipmentLocationsByBookingIDResponse) Reset

func (*FetchShipmentLocationsByBookingIDResponse) String

func (*FetchShipmentLocationsByBookingIDResponse) Validate

Validate checks the field values on FetchShipmentLocationsByBookingIDResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FetchShipmentLocationsByBookingIDResponse) ValidateAll

ValidateAll checks the field values on FetchShipmentLocationsByBookingIDResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FetchShipmentLocationsByBookingIDResponseMultiError, or nil if none found.

type FetchShipmentLocationsByBookingIDResponseMultiError

type FetchShipmentLocationsByBookingIDResponseMultiError []error

FetchShipmentLocationsByBookingIDResponseMultiError is an error wrapping multiple validation errors returned by FetchShipmentLocationsByBookingIDResponse.ValidateAll() if the designated constraints aren't met.

func (FetchShipmentLocationsByBookingIDResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchShipmentLocationsByBookingIDResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FetchShipmentLocationsByBookingIDResponseValidationError

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

FetchShipmentLocationsByBookingIDResponseValidationError is the validation error returned by FetchShipmentLocationsByBookingIDResponse.Validate if the designated constraints aren't met.

func (FetchShipmentLocationsByBookingIDResponseValidationError) Cause

Cause function returns cause value.

func (FetchShipmentLocationsByBookingIDResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchShipmentLocationsByBookingIDResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchShipmentLocationsByBookingIDResponseValidationError) Field

Field function returns field value.

func (FetchShipmentLocationsByBookingIDResponseValidationError) Key

Key function returns key value.

func (FetchShipmentLocationsByBookingIDResponseValidationError) Reason

Reason function returns reason value.

type FindByBookingIdRequest

type FindByBookingIdRequest struct {
	BookingId uint32 `protobuf:"varint,1,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	UserId    string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByBookingIdRequest) Descriptor deprecated

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

Deprecated: Use FindByBookingIdRequest.ProtoReflect.Descriptor instead.

func (*FindByBookingIdRequest) GetBookingId

func (x *FindByBookingIdRequest) GetBookingId() uint32

func (*FindByBookingIdRequest) GetRequestId

func (x *FindByBookingIdRequest) GetRequestId() string

func (*FindByBookingIdRequest) GetUserEmail

func (x *FindByBookingIdRequest) GetUserEmail() string

func (*FindByBookingIdRequest) GetUserId

func (x *FindByBookingIdRequest) GetUserId() string

func (*FindByBookingIdRequest) ProtoMessage

func (*FindByBookingIdRequest) ProtoMessage()

func (*FindByBookingIdRequest) ProtoReflect

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

func (*FindByBookingIdRequest) Reset

func (x *FindByBookingIdRequest) Reset()

func (*FindByBookingIdRequest) String

func (x *FindByBookingIdRequest) String() string

func (*FindByBookingIdRequest) Validate

func (m *FindByBookingIdRequest) Validate() error

Validate checks the field values on FindByBookingIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByBookingIdRequest) ValidateAll

func (m *FindByBookingIdRequest) ValidateAll() error

ValidateAll checks the field values on FindByBookingIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByBookingIdRequestMultiError, or nil if none found.

type FindByBookingIdRequestMultiError

type FindByBookingIdRequestMultiError []error

FindByBookingIdRequestMultiError is an error wrapping multiple validation errors returned by FindByBookingIdRequest.ValidateAll() if the designated constraints aren't met.

func (FindByBookingIdRequestMultiError) AllErrors

func (m FindByBookingIdRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FindByBookingIdRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByBookingIdRequestValidationError

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

FindByBookingIdRequestValidationError is the validation error returned by FindByBookingIdRequest.Validate if the designated constraints aren't met.

func (FindByBookingIdRequestValidationError) Cause

Cause function returns cause value.

func (FindByBookingIdRequestValidationError) Error

Error satisfies the builtin error interface

func (FindByBookingIdRequestValidationError) ErrorName

ErrorName returns error name.

func (FindByBookingIdRequestValidationError) Field

Field function returns field value.

func (FindByBookingIdRequestValidationError) Key

Key function returns key value.

func (FindByBookingIdRequestValidationError) Reason

Reason function returns reason value.

type FindByBookingIdResponse

type FindByBookingIdResponse struct {
	Reference1 *Reference1 `protobuf:"bytes,1,opt,name=reference1,proto3" json:"reference1,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByBookingIdResponse) Descriptor deprecated

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

Deprecated: Use FindByBookingIdResponse.ProtoReflect.Descriptor instead.

func (*FindByBookingIdResponse) GetReference1

func (x *FindByBookingIdResponse) GetReference1() *Reference1

func (*FindByBookingIdResponse) ProtoMessage

func (*FindByBookingIdResponse) ProtoMessage()

func (*FindByBookingIdResponse) ProtoReflect

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

func (*FindByBookingIdResponse) Reset

func (x *FindByBookingIdResponse) Reset()

func (*FindByBookingIdResponse) String

func (x *FindByBookingIdResponse) String() string

func (*FindByBookingIdResponse) Validate

func (m *FindByBookingIdResponse) Validate() error

Validate checks the field values on FindByBookingIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByBookingIdResponse) ValidateAll

func (m *FindByBookingIdResponse) ValidateAll() error

ValidateAll checks the field values on FindByBookingIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByBookingIdResponseMultiError, or nil if none found.

type FindByBookingIdResponseMultiError

type FindByBookingIdResponseMultiError []error

FindByBookingIdResponseMultiError is an error wrapping multiple validation errors returned by FindByBookingIdResponse.ValidateAll() if the designated constraints aren't met.

func (FindByBookingIdResponseMultiError) AllErrors

func (m FindByBookingIdResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FindByBookingIdResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByBookingIdResponseValidationError

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

FindByBookingIdResponseValidationError is the validation error returned by FindByBookingIdResponse.Validate if the designated constraints aren't met.

func (FindByBookingIdResponseValidationError) Cause

Cause function returns cause value.

func (FindByBookingIdResponseValidationError) Error

Error satisfies the builtin error interface

func (FindByBookingIdResponseValidationError) ErrorName

ErrorName returns error name.

func (FindByBookingIdResponseValidationError) Field

Field function returns field value.

func (FindByBookingIdResponseValidationError) Key

Key function returns key value.

func (FindByBookingIdResponseValidationError) Reason

Reason function returns reason value.

type FindByCarrierBookingReferenceRequest

type FindByCarrierBookingReferenceRequest struct {
	CarrierBookingReference string `` /* 132-byte string literal not displayed */
	UserId                  string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail               string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId               string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByCarrierBookingReferenceRequest) Descriptor deprecated

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

Deprecated: Use FindByCarrierBookingReferenceRequest.ProtoReflect.Descriptor instead.

func (*FindByCarrierBookingReferenceRequest) GetCarrierBookingReference

func (x *FindByCarrierBookingReferenceRequest) GetCarrierBookingReference() string

func (*FindByCarrierBookingReferenceRequest) GetRequestId

func (x *FindByCarrierBookingReferenceRequest) GetRequestId() string

func (*FindByCarrierBookingReferenceRequest) GetUserEmail

func (x *FindByCarrierBookingReferenceRequest) GetUserEmail() string

func (*FindByCarrierBookingReferenceRequest) GetUserId

func (*FindByCarrierBookingReferenceRequest) ProtoMessage

func (*FindByCarrierBookingReferenceRequest) ProtoMessage()

func (*FindByCarrierBookingReferenceRequest) ProtoReflect

func (*FindByCarrierBookingReferenceRequest) Reset

func (*FindByCarrierBookingReferenceRequest) String

func (*FindByCarrierBookingReferenceRequest) Validate

Validate checks the field values on FindByCarrierBookingReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByCarrierBookingReferenceRequest) ValidateAll

ValidateAll checks the field values on FindByCarrierBookingReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByCarrierBookingReferenceRequestMultiError, or nil if none found.

type FindByCarrierBookingReferenceRequestMultiError

type FindByCarrierBookingReferenceRequestMultiError []error

FindByCarrierBookingReferenceRequestMultiError is an error wrapping multiple validation errors returned by FindByCarrierBookingReferenceRequest.ValidateAll() if the designated constraints aren't met.

func (FindByCarrierBookingReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByCarrierBookingReferenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByCarrierBookingReferenceRequestValidationError

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

FindByCarrierBookingReferenceRequestValidationError is the validation error returned by FindByCarrierBookingReferenceRequest.Validate if the designated constraints aren't met.

func (FindByCarrierBookingReferenceRequestValidationError) Cause

Cause function returns cause value.

func (FindByCarrierBookingReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (FindByCarrierBookingReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (FindByCarrierBookingReferenceRequestValidationError) Field

Field function returns field value.

func (FindByCarrierBookingReferenceRequestValidationError) Key

Key function returns key value.

func (FindByCarrierBookingReferenceRequestValidationError) Reason

Reason function returns reason value.

type FindByCarrierBookingReferenceResponse

type FindByCarrierBookingReferenceResponse struct {
	Reference1 *Reference1 `protobuf:"bytes,1,opt,name=reference1,proto3" json:"reference1,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByCarrierBookingReferenceResponse) Descriptor deprecated

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

Deprecated: Use FindByCarrierBookingReferenceResponse.ProtoReflect.Descriptor instead.

func (*FindByCarrierBookingReferenceResponse) GetReference1

func (*FindByCarrierBookingReferenceResponse) ProtoMessage

func (*FindByCarrierBookingReferenceResponse) ProtoMessage()

func (*FindByCarrierBookingReferenceResponse) ProtoReflect

func (*FindByCarrierBookingReferenceResponse) Reset

func (*FindByCarrierBookingReferenceResponse) String

func (*FindByCarrierBookingReferenceResponse) Validate

Validate checks the field values on FindByCarrierBookingReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByCarrierBookingReferenceResponse) ValidateAll

ValidateAll checks the field values on FindByCarrierBookingReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByCarrierBookingReferenceResponseMultiError, or nil if none found.

type FindByCarrierBookingReferenceResponseMultiError

type FindByCarrierBookingReferenceResponseMultiError []error

FindByCarrierBookingReferenceResponseMultiError is an error wrapping multiple validation errors returned by FindByCarrierBookingReferenceResponse.ValidateAll() if the designated constraints aren't met.

func (FindByCarrierBookingReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByCarrierBookingReferenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByCarrierBookingReferenceResponseValidationError

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

FindByCarrierBookingReferenceResponseValidationError is the validation error returned by FindByCarrierBookingReferenceResponse.Validate if the designated constraints aren't met.

func (FindByCarrierBookingReferenceResponseValidationError) Cause

Cause function returns cause value.

func (FindByCarrierBookingReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (FindByCarrierBookingReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (FindByCarrierBookingReferenceResponseValidationError) Field

Field function returns field value.

func (FindByCarrierBookingReferenceResponseValidationError) Key

Key function returns key value.

func (FindByCarrierBookingReferenceResponseValidationError) Reason

Reason function returns reason value.

type FindByShipmentIdRequest

type FindByShipmentIdRequest struct {
	ShipmentId uint32 `protobuf:"varint,1,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	UserId     string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail  string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId  string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByShipmentIdRequest) Descriptor deprecated

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

Deprecated: Use FindByShipmentIdRequest.ProtoReflect.Descriptor instead.

func (*FindByShipmentIdRequest) GetRequestId

func (x *FindByShipmentIdRequest) GetRequestId() string

func (*FindByShipmentIdRequest) GetShipmentId

func (x *FindByShipmentIdRequest) GetShipmentId() uint32

func (*FindByShipmentIdRequest) GetUserEmail

func (x *FindByShipmentIdRequest) GetUserEmail() string

func (*FindByShipmentIdRequest) GetUserId

func (x *FindByShipmentIdRequest) GetUserId() string

func (*FindByShipmentIdRequest) ProtoMessage

func (*FindByShipmentIdRequest) ProtoMessage()

func (*FindByShipmentIdRequest) ProtoReflect

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

func (*FindByShipmentIdRequest) Reset

func (x *FindByShipmentIdRequest) Reset()

func (*FindByShipmentIdRequest) String

func (x *FindByShipmentIdRequest) String() string

func (*FindByShipmentIdRequest) Validate

func (m *FindByShipmentIdRequest) Validate() error

Validate checks the field values on FindByShipmentIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByShipmentIdRequest) ValidateAll

func (m *FindByShipmentIdRequest) ValidateAll() error

ValidateAll checks the field values on FindByShipmentIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByShipmentIdRequestMultiError, or nil if none found.

type FindByShipmentIdRequestMultiError

type FindByShipmentIdRequestMultiError []error

FindByShipmentIdRequestMultiError is an error wrapping multiple validation errors returned by FindByShipmentIdRequest.ValidateAll() if the designated constraints aren't met.

func (FindByShipmentIdRequestMultiError) AllErrors

func (m FindByShipmentIdRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FindByShipmentIdRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByShipmentIdRequestValidationError

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

FindByShipmentIdRequestValidationError is the validation error returned by FindByShipmentIdRequest.Validate if the designated constraints aren't met.

func (FindByShipmentIdRequestValidationError) Cause

Cause function returns cause value.

func (FindByShipmentIdRequestValidationError) Error

Error satisfies the builtin error interface

func (FindByShipmentIdRequestValidationError) ErrorName

ErrorName returns error name.

func (FindByShipmentIdRequestValidationError) Field

Field function returns field value.

func (FindByShipmentIdRequestValidationError) Key

Key function returns key value.

func (FindByShipmentIdRequestValidationError) Reason

Reason function returns reason value.

type FindByShipmentIdResponse

type FindByShipmentIdResponse struct {
	Reference1 *Reference1 `protobuf:"bytes,1,opt,name=reference1,proto3" json:"reference1,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByShipmentIdResponse) Descriptor deprecated

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

Deprecated: Use FindByShipmentIdResponse.ProtoReflect.Descriptor instead.

func (*FindByShipmentIdResponse) GetReference1

func (x *FindByShipmentIdResponse) GetReference1() *Reference1

func (*FindByShipmentIdResponse) ProtoMessage

func (*FindByShipmentIdResponse) ProtoMessage()

func (*FindByShipmentIdResponse) ProtoReflect

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

func (*FindByShipmentIdResponse) Reset

func (x *FindByShipmentIdResponse) Reset()

func (*FindByShipmentIdResponse) String

func (x *FindByShipmentIdResponse) String() string

func (*FindByShipmentIdResponse) Validate

func (m *FindByShipmentIdResponse) Validate() error

Validate checks the field values on FindByShipmentIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByShipmentIdResponse) ValidateAll

func (m *FindByShipmentIdResponse) ValidateAll() error

ValidateAll checks the field values on FindByShipmentIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByShipmentIdResponseMultiError, or nil if none found.

type FindByShipmentIdResponseMultiError

type FindByShipmentIdResponseMultiError []error

FindByShipmentIdResponseMultiError is an error wrapping multiple validation errors returned by FindByShipmentIdResponse.ValidateAll() if the designated constraints aren't met.

func (FindByShipmentIdResponseMultiError) AllErrors

func (m FindByShipmentIdResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FindByShipmentIdResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByShipmentIdResponseValidationError

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

FindByShipmentIdResponseValidationError is the validation error returned by FindByShipmentIdResponse.Validate if the designated constraints aren't met.

func (FindByShipmentIdResponseValidationError) Cause

Cause function returns cause value.

func (FindByShipmentIdResponseValidationError) Error

Error satisfies the builtin error interface

func (FindByShipmentIdResponseValidationError) ErrorName

ErrorName returns error name.

func (FindByShipmentIdResponseValidationError) Field

Field function returns field value.

func (FindByShipmentIdResponseValidationError) Key

Key function returns key value.

func (FindByShipmentIdResponseValidationError) Reason

Reason function returns reason value.

type FindByShippingInstructionIdRequest

type FindByShippingInstructionIdRequest struct {
	ShippingInstructionId uint32 `` /* 127-byte string literal not displayed */
	UserId                string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail             string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId             string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByShippingInstructionIdRequest) Descriptor deprecated

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

Deprecated: Use FindByShippingInstructionIdRequest.ProtoReflect.Descriptor instead.

func (*FindByShippingInstructionIdRequest) GetRequestId

func (x *FindByShippingInstructionIdRequest) GetRequestId() string

func (*FindByShippingInstructionIdRequest) GetShippingInstructionId

func (x *FindByShippingInstructionIdRequest) GetShippingInstructionId() uint32

func (*FindByShippingInstructionIdRequest) GetUserEmail

func (x *FindByShippingInstructionIdRequest) GetUserEmail() string

func (*FindByShippingInstructionIdRequest) GetUserId

func (*FindByShippingInstructionIdRequest) ProtoMessage

func (*FindByShippingInstructionIdRequest) ProtoMessage()

func (*FindByShippingInstructionIdRequest) ProtoReflect

func (*FindByShippingInstructionIdRequest) Reset

func (*FindByShippingInstructionIdRequest) String

func (*FindByShippingInstructionIdRequest) Validate

Validate checks the field values on FindByShippingInstructionIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByShippingInstructionIdRequest) ValidateAll

func (m *FindByShippingInstructionIdRequest) ValidateAll() error

ValidateAll checks the field values on FindByShippingInstructionIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByShippingInstructionIdRequestMultiError, or nil if none found.

type FindByShippingInstructionIdRequestMultiError

type FindByShippingInstructionIdRequestMultiError []error

FindByShippingInstructionIdRequestMultiError is an error wrapping multiple validation errors returned by FindByShippingInstructionIdRequest.ValidateAll() if the designated constraints aren't met.

func (FindByShippingInstructionIdRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByShippingInstructionIdRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByShippingInstructionIdRequestValidationError

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

FindByShippingInstructionIdRequestValidationError is the validation error returned by FindByShippingInstructionIdRequest.Validate if the designated constraints aren't met.

func (FindByShippingInstructionIdRequestValidationError) Cause

Cause function returns cause value.

func (FindByShippingInstructionIdRequestValidationError) Error

Error satisfies the builtin error interface

func (FindByShippingInstructionIdRequestValidationError) ErrorName

ErrorName returns error name.

func (FindByShippingInstructionIdRequestValidationError) Field

Field function returns field value.

func (FindByShippingInstructionIdRequestValidationError) Key

Key function returns key value.

func (FindByShippingInstructionIdRequestValidationError) Reason

Reason function returns reason value.

type FindByShippingInstructionIdResponse

type FindByShippingInstructionIdResponse struct {
	Reference1 *Reference1 `protobuf:"bytes,1,opt,name=reference1,proto3" json:"reference1,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByShippingInstructionIdResponse) Descriptor deprecated

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

Deprecated: Use FindByShippingInstructionIdResponse.ProtoReflect.Descriptor instead.

func (*FindByShippingInstructionIdResponse) GetReference1

func (x *FindByShippingInstructionIdResponse) GetReference1() *Reference1

func (*FindByShippingInstructionIdResponse) ProtoMessage

func (*FindByShippingInstructionIdResponse) ProtoMessage()

func (*FindByShippingInstructionIdResponse) ProtoReflect

func (*FindByShippingInstructionIdResponse) Reset

func (*FindByShippingInstructionIdResponse) String

func (*FindByShippingInstructionIdResponse) Validate

Validate checks the field values on FindByShippingInstructionIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByShippingInstructionIdResponse) ValidateAll

func (m *FindByShippingInstructionIdResponse) ValidateAll() error

ValidateAll checks the field values on FindByShippingInstructionIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByShippingInstructionIdResponseMultiError, or nil if none found.

type FindByShippingInstructionIdResponseMultiError

type FindByShippingInstructionIdResponseMultiError []error

FindByShippingInstructionIdResponseMultiError is an error wrapping multiple validation errors returned by FindByShippingInstructionIdResponse.ValidateAll() if the designated constraints aren't met.

func (FindByShippingInstructionIdResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByShippingInstructionIdResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByShippingInstructionIdResponseValidationError

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

FindByShippingInstructionIdResponseValidationError is the validation error returned by FindByShippingInstructionIdResponse.Validate if the designated constraints aren't met.

func (FindByShippingInstructionIdResponseValidationError) Cause

Cause function returns cause value.

func (FindByShippingInstructionIdResponseValidationError) Error

Error satisfies the builtin error interface

func (FindByShippingInstructionIdResponseValidationError) ErrorName

ErrorName returns error name.

func (FindByShippingInstructionIdResponseValidationError) Field

Field function returns field value.

func (FindByShippingInstructionIdResponseValidationError) Key

Key function returns key value.

func (FindByShippingInstructionIdResponseValidationError) Reason

Reason function returns reason value.

type FindByTransportDocumentReferenceRequest

type FindByTransportDocumentReferenceRequest struct {
	TransportDocumentReference string `` /* 141-byte string literal not displayed */
	UserId                     string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                  string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                  string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByTransportDocumentReferenceRequest) Descriptor deprecated

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

Deprecated: Use FindByTransportDocumentReferenceRequest.ProtoReflect.Descriptor instead.

func (*FindByTransportDocumentReferenceRequest) GetRequestId

func (*FindByTransportDocumentReferenceRequest) GetTransportDocumentReference

func (x *FindByTransportDocumentReferenceRequest) GetTransportDocumentReference() string

func (*FindByTransportDocumentReferenceRequest) GetUserEmail

func (*FindByTransportDocumentReferenceRequest) GetUserId

func (*FindByTransportDocumentReferenceRequest) ProtoMessage

func (*FindByTransportDocumentReferenceRequest) ProtoReflect

func (*FindByTransportDocumentReferenceRequest) Reset

func (*FindByTransportDocumentReferenceRequest) String

func (*FindByTransportDocumentReferenceRequest) Validate

Validate checks the field values on FindByTransportDocumentReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByTransportDocumentReferenceRequest) ValidateAll

ValidateAll checks the field values on FindByTransportDocumentReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByTransportDocumentReferenceRequestMultiError, or nil if none found.

type FindByTransportDocumentReferenceRequestMultiError

type FindByTransportDocumentReferenceRequestMultiError []error

FindByTransportDocumentReferenceRequestMultiError is an error wrapping multiple validation errors returned by FindByTransportDocumentReferenceRequest.ValidateAll() if the designated constraints aren't met.

func (FindByTransportDocumentReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByTransportDocumentReferenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByTransportDocumentReferenceRequestValidationError

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

FindByTransportDocumentReferenceRequestValidationError is the validation error returned by FindByTransportDocumentReferenceRequest.Validate if the designated constraints aren't met.

func (FindByTransportDocumentReferenceRequestValidationError) Cause

Cause function returns cause value.

func (FindByTransportDocumentReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (FindByTransportDocumentReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (FindByTransportDocumentReferenceRequestValidationError) Field

Field function returns field value.

func (FindByTransportDocumentReferenceRequestValidationError) Key

Key function returns key value.

func (FindByTransportDocumentReferenceRequestValidationError) Reason

Reason function returns reason value.

type FindByTransportDocumentReferenceResponse

type FindByTransportDocumentReferenceResponse struct {
	Reference1 *Reference1 `protobuf:"bytes,1,opt,name=reference1,proto3" json:"reference1,omitempty"`
	// contains filtered or unexported fields
}

func (*FindByTransportDocumentReferenceResponse) Descriptor deprecated

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

Deprecated: Use FindByTransportDocumentReferenceResponse.ProtoReflect.Descriptor instead.

func (*FindByTransportDocumentReferenceResponse) GetReference1

func (*FindByTransportDocumentReferenceResponse) ProtoMessage

func (*FindByTransportDocumentReferenceResponse) ProtoReflect

func (*FindByTransportDocumentReferenceResponse) Reset

func (*FindByTransportDocumentReferenceResponse) String

func (*FindByTransportDocumentReferenceResponse) Validate

Validate checks the field values on FindByTransportDocumentReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FindByTransportDocumentReferenceResponse) ValidateAll

ValidateAll checks the field values on FindByTransportDocumentReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FindByTransportDocumentReferenceResponseMultiError, or nil if none found.

type FindByTransportDocumentReferenceResponseMultiError

type FindByTransportDocumentReferenceResponseMultiError []error

FindByTransportDocumentReferenceResponseMultiError is an error wrapping multiple validation errors returned by FindByTransportDocumentReferenceResponse.ValidateAll() if the designated constraints aren't met.

func (FindByTransportDocumentReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindByTransportDocumentReferenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type FindByTransportDocumentReferenceResponseValidationError

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

FindByTransportDocumentReferenceResponseValidationError is the validation error returned by FindByTransportDocumentReferenceResponse.Validate if the designated constraints aren't met.

func (FindByTransportDocumentReferenceResponseValidationError) Cause

Cause function returns cause value.

func (FindByTransportDocumentReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (FindByTransportDocumentReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (FindByTransportDocumentReferenceResponseValidationError) Field

Field function returns field value.

func (FindByTransportDocumentReferenceResponseValidationError) Key

Key function returns key value.

func (FindByTransportDocumentReferenceResponseValidationError) Reason

Reason function returns reason value.

type GetBkgShipmentSummariesRequest

type GetBkgShipmentSummariesRequest struct {
	Limit      string `protobuf:"bytes,1,opt,name=limit,proto3" json:"limit,omitempty"`
	NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	UserEmail  string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId  string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBkgShipmentSummariesRequest) Descriptor deprecated

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

Deprecated: Use GetBkgShipmentSummariesRequest.ProtoReflect.Descriptor instead.

func (*GetBkgShipmentSummariesRequest) GetLimit

func (x *GetBkgShipmentSummariesRequest) GetLimit() string

func (*GetBkgShipmentSummariesRequest) GetNextCursor

func (x *GetBkgShipmentSummariesRequest) GetNextCursor() string

func (*GetBkgShipmentSummariesRequest) GetRequestId

func (x *GetBkgShipmentSummariesRequest) GetRequestId() string

func (*GetBkgShipmentSummariesRequest) GetUserEmail

func (x *GetBkgShipmentSummariesRequest) GetUserEmail() string

func (*GetBkgShipmentSummariesRequest) ProtoMessage

func (*GetBkgShipmentSummariesRequest) ProtoMessage()

func (*GetBkgShipmentSummariesRequest) ProtoReflect

func (*GetBkgShipmentSummariesRequest) Reset

func (x *GetBkgShipmentSummariesRequest) Reset()

func (*GetBkgShipmentSummariesRequest) String

func (*GetBkgShipmentSummariesRequest) Validate

func (m *GetBkgShipmentSummariesRequest) Validate() error

Validate checks the field values on GetBkgShipmentSummariesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBkgShipmentSummariesRequest) ValidateAll

func (m *GetBkgShipmentSummariesRequest) ValidateAll() error

ValidateAll checks the field values on GetBkgShipmentSummariesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBkgShipmentSummariesRequestMultiError, or nil if none found.

type GetBkgShipmentSummariesRequestMultiError

type GetBkgShipmentSummariesRequestMultiError []error

GetBkgShipmentSummariesRequestMultiError is an error wrapping multiple validation errors returned by GetBkgShipmentSummariesRequest.ValidateAll() if the designated constraints aren't met.

func (GetBkgShipmentSummariesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBkgShipmentSummariesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBkgShipmentSummariesRequestValidationError

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

GetBkgShipmentSummariesRequestValidationError is the validation error returned by GetBkgShipmentSummariesRequest.Validate if the designated constraints aren't met.

func (GetBkgShipmentSummariesRequestValidationError) Cause

Cause function returns cause value.

func (GetBkgShipmentSummariesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBkgShipmentSummariesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBkgShipmentSummariesRequestValidationError) Field

Field function returns field value.

func (GetBkgShipmentSummariesRequestValidationError) Key

Key function returns key value.

func (GetBkgShipmentSummariesRequestValidationError) Reason

Reason function returns reason value.

type GetBkgShipmentSummariesResponse

type GetBkgShipmentSummariesResponse struct {
	BkgShipmentSummaries []*BkgShipmentSummary `protobuf:"bytes,1,rep,name=bkg_shipment_summaries,json=bkgShipmentSummaries,proto3" json:"bkg_shipment_summaries,omitempty"`
	NextCursor           string                `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBkgShipmentSummariesResponse) Descriptor deprecated

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

Deprecated: Use GetBkgShipmentSummariesResponse.ProtoReflect.Descriptor instead.

func (*GetBkgShipmentSummariesResponse) GetBkgShipmentSummaries

func (x *GetBkgShipmentSummariesResponse) GetBkgShipmentSummaries() []*BkgShipmentSummary

func (*GetBkgShipmentSummariesResponse) GetNextCursor

func (x *GetBkgShipmentSummariesResponse) GetNextCursor() string

func (*GetBkgShipmentSummariesResponse) ProtoMessage

func (*GetBkgShipmentSummariesResponse) ProtoMessage()

func (*GetBkgShipmentSummariesResponse) ProtoReflect

func (*GetBkgShipmentSummariesResponse) Reset

func (*GetBkgShipmentSummariesResponse) String

func (*GetBkgShipmentSummariesResponse) Validate

func (m *GetBkgShipmentSummariesResponse) Validate() error

Validate checks the field values on GetBkgShipmentSummariesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBkgShipmentSummariesResponse) ValidateAll

func (m *GetBkgShipmentSummariesResponse) ValidateAll() error

ValidateAll checks the field values on GetBkgShipmentSummariesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBkgShipmentSummariesResponseMultiError, or nil if none found.

type GetBkgShipmentSummariesResponseMultiError

type GetBkgShipmentSummariesResponseMultiError []error

GetBkgShipmentSummariesResponseMultiError is an error wrapping multiple validation errors returned by GetBkgShipmentSummariesResponse.ValidateAll() if the designated constraints aren't met.

func (GetBkgShipmentSummariesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBkgShipmentSummariesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBkgShipmentSummariesResponseValidationError

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

GetBkgShipmentSummariesResponseValidationError is the validation error returned by GetBkgShipmentSummariesResponse.Validate if the designated constraints aren't met.

func (GetBkgShipmentSummariesResponseValidationError) Cause

Cause function returns cause value.

func (GetBkgShipmentSummariesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBkgShipmentSummariesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBkgShipmentSummariesResponseValidationError) Field

Field function returns field value.

func (GetBkgShipmentSummariesResponseValidationError) Key

Key function returns key value.

func (GetBkgShipmentSummariesResponseValidationError) Reason

Reason function returns reason value.

type GetBkgShipmentSummaryByCarrierBookingReferenceRequest

type GetBkgShipmentSummaryByCarrierBookingReferenceRequest struct {
	CarrierBookingReference string `` /* 132-byte string literal not displayed */
	UserEmail               string `protobuf:"bytes,2,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId               string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) Descriptor deprecated

Deprecated: Use GetBkgShipmentSummaryByCarrierBookingReferenceRequest.ProtoReflect.Descriptor instead.

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) GetCarrierBookingReference

func (x *GetBkgShipmentSummaryByCarrierBookingReferenceRequest) GetCarrierBookingReference() string

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) GetRequestId

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) GetUserEmail

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) ProtoMessage

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) ProtoReflect

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) Reset

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) String

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) Validate

Validate checks the field values on GetBkgShipmentSummaryByCarrierBookingReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBkgShipmentSummaryByCarrierBookingReferenceRequest) ValidateAll

ValidateAll checks the field values on GetBkgShipmentSummaryByCarrierBookingReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBkgShipmentSummaryByCarrierBookingReferenceRequestMultiError, or nil if none found.

type GetBkgShipmentSummaryByCarrierBookingReferenceRequestMultiError

type GetBkgShipmentSummaryByCarrierBookingReferenceRequestMultiError []error

GetBkgShipmentSummaryByCarrierBookingReferenceRequestMultiError is an error wrapping multiple validation errors returned by GetBkgShipmentSummaryByCarrierBookingReferenceRequest.ValidateAll() if the designated constraints aren't met.

func (GetBkgShipmentSummaryByCarrierBookingReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBkgShipmentSummaryByCarrierBookingReferenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBkgShipmentSummaryByCarrierBookingReferenceRequestValidationError

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

GetBkgShipmentSummaryByCarrierBookingReferenceRequestValidationError is the validation error returned by GetBkgShipmentSummaryByCarrierBookingReferenceRequest.Validate if the designated constraints aren't met.

func (GetBkgShipmentSummaryByCarrierBookingReferenceRequestValidationError) Cause

Cause function returns cause value.

func (GetBkgShipmentSummaryByCarrierBookingReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBkgShipmentSummaryByCarrierBookingReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBkgShipmentSummaryByCarrierBookingReferenceRequestValidationError) Field

Field function returns field value.

func (GetBkgShipmentSummaryByCarrierBookingReferenceRequestValidationError) Key

Key function returns key value.

func (GetBkgShipmentSummaryByCarrierBookingReferenceRequestValidationError) Reason

Reason function returns reason value.

type GetBkgShipmentSummaryByCarrierBookingReferenceResponse

type GetBkgShipmentSummaryByCarrierBookingReferenceResponse struct {
	BkgShipmentSummary *BkgShipmentSummary `protobuf:"bytes,1,opt,name=bkg_shipment_summary,json=bkgShipmentSummary,proto3" json:"bkg_shipment_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse) Descriptor deprecated

Deprecated: Use GetBkgShipmentSummaryByCarrierBookingReferenceResponse.ProtoReflect.Descriptor instead.

func (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse) GetBkgShipmentSummary

func (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse) ProtoMessage

func (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse) ProtoReflect

func (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse) Reset

func (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse) String

func (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse) Validate

Validate checks the field values on GetBkgShipmentSummaryByCarrierBookingReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBkgShipmentSummaryByCarrierBookingReferenceResponse) ValidateAll

ValidateAll checks the field values on GetBkgShipmentSummaryByCarrierBookingReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBkgShipmentSummaryByCarrierBookingReferenceResponseMultiError, or nil if none found.

type GetBkgShipmentSummaryByCarrierBookingReferenceResponseMultiError

type GetBkgShipmentSummaryByCarrierBookingReferenceResponseMultiError []error

GetBkgShipmentSummaryByCarrierBookingReferenceResponseMultiError is an error wrapping multiple validation errors returned by GetBkgShipmentSummaryByCarrierBookingReferenceResponse.ValidateAll() if the designated constraints aren't met.

func (GetBkgShipmentSummaryByCarrierBookingReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBkgShipmentSummaryByCarrierBookingReferenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBkgShipmentSummaryByCarrierBookingReferenceResponseValidationError

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

GetBkgShipmentSummaryByCarrierBookingReferenceResponseValidationError is the validation error returned by GetBkgShipmentSummaryByCarrierBookingReferenceResponse.Validate if the designated constraints aren't met.

func (GetBkgShipmentSummaryByCarrierBookingReferenceResponseValidationError) Cause

Cause function returns cause value.

func (GetBkgShipmentSummaryByCarrierBookingReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBkgShipmentSummaryByCarrierBookingReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBkgShipmentSummaryByCarrierBookingReferenceResponseValidationError) Field

Field function returns field value.

func (GetBkgShipmentSummaryByCarrierBookingReferenceResponseValidationError) Key

Key function returns key value.

func (GetBkgShipmentSummaryByCarrierBookingReferenceResponseValidationError) Reason

Reason function returns reason value.

type GetBookingByCarrierBookingRequestReferenceRequest

type GetBookingByCarrierBookingRequestReferenceRequest struct {
	CarrierBookingRequestReference string `` /* 155-byte string literal not displayed */
	UserEmail                      string `protobuf:"bytes,2,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                      string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingByCarrierBookingRequestReferenceRequest) Descriptor deprecated

Deprecated: Use GetBookingByCarrierBookingRequestReferenceRequest.ProtoReflect.Descriptor instead.

func (*GetBookingByCarrierBookingRequestReferenceRequest) GetCarrierBookingRequestReference

func (x *GetBookingByCarrierBookingRequestReferenceRequest) GetCarrierBookingRequestReference() string

func (*GetBookingByCarrierBookingRequestReferenceRequest) GetRequestId

func (*GetBookingByCarrierBookingRequestReferenceRequest) GetUserEmail

func (*GetBookingByCarrierBookingRequestReferenceRequest) ProtoMessage

func (*GetBookingByCarrierBookingRequestReferenceRequest) ProtoReflect

func (*GetBookingByCarrierBookingRequestReferenceRequest) Reset

func (*GetBookingByCarrierBookingRequestReferenceRequest) String

func (*GetBookingByCarrierBookingRequestReferenceRequest) Validate

Validate checks the field values on GetBookingByCarrierBookingRequestReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingByCarrierBookingRequestReferenceRequest) ValidateAll

ValidateAll checks the field values on GetBookingByCarrierBookingRequestReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingByCarrierBookingRequestReferenceRequestMultiError, or nil if none found.

type GetBookingByCarrierBookingRequestReferenceRequestMultiError

type GetBookingByCarrierBookingRequestReferenceRequestMultiError []error

GetBookingByCarrierBookingRequestReferenceRequestMultiError is an error wrapping multiple validation errors returned by GetBookingByCarrierBookingRequestReferenceRequest.ValidateAll() if the designated constraints aren't met.

func (GetBookingByCarrierBookingRequestReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBookingByCarrierBookingRequestReferenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingByCarrierBookingRequestReferenceRequestValidationError

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

GetBookingByCarrierBookingRequestReferenceRequestValidationError is the validation error returned by GetBookingByCarrierBookingRequestReferenceRequest.Validate if the designated constraints aren't met.

func (GetBookingByCarrierBookingRequestReferenceRequestValidationError) Cause

Cause function returns cause value.

func (GetBookingByCarrierBookingRequestReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBookingByCarrierBookingRequestReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBookingByCarrierBookingRequestReferenceRequestValidationError) Field

Field function returns field value.

func (GetBookingByCarrierBookingRequestReferenceRequestValidationError) Key

Key function returns key value.

func (GetBookingByCarrierBookingRequestReferenceRequestValidationError) Reason

Reason function returns reason value.

type GetBookingByCarrierBookingRequestReferenceResponse

type GetBookingByCarrierBookingRequestReferenceResponse struct {
	Booking *Booking `protobuf:"bytes,1,opt,name=booking,proto3" json:"booking,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingByCarrierBookingRequestReferenceResponse) Descriptor deprecated

Deprecated: Use GetBookingByCarrierBookingRequestReferenceResponse.ProtoReflect.Descriptor instead.

func (*GetBookingByCarrierBookingRequestReferenceResponse) GetBooking

func (*GetBookingByCarrierBookingRequestReferenceResponse) ProtoMessage

func (*GetBookingByCarrierBookingRequestReferenceResponse) ProtoReflect

func (*GetBookingByCarrierBookingRequestReferenceResponse) Reset

func (*GetBookingByCarrierBookingRequestReferenceResponse) String

func (*GetBookingByCarrierBookingRequestReferenceResponse) Validate

Validate checks the field values on GetBookingByCarrierBookingRequestReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingByCarrierBookingRequestReferenceResponse) ValidateAll

ValidateAll checks the field values on GetBookingByCarrierBookingRequestReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingByCarrierBookingRequestReferenceResponseMultiError, or nil if none found.

type GetBookingByCarrierBookingRequestReferenceResponseMultiError

type GetBookingByCarrierBookingRequestReferenceResponseMultiError []error

GetBookingByCarrierBookingRequestReferenceResponseMultiError is an error wrapping multiple validation errors returned by GetBookingByCarrierBookingRequestReferenceResponse.ValidateAll() if the designated constraints aren't met.

func (GetBookingByCarrierBookingRequestReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBookingByCarrierBookingRequestReferenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingByCarrierBookingRequestReferenceResponseValidationError

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

GetBookingByCarrierBookingRequestReferenceResponseValidationError is the validation error returned by GetBookingByCarrierBookingRequestReferenceResponse.Validate if the designated constraints aren't met.

func (GetBookingByCarrierBookingRequestReferenceResponseValidationError) Cause

Cause function returns cause value.

func (GetBookingByCarrierBookingRequestReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBookingByCarrierBookingRequestReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBookingByCarrierBookingRequestReferenceResponseValidationError) Field

Field function returns field value.

func (GetBookingByCarrierBookingRequestReferenceResponseValidationError) Key

Key function returns key value.

func (GetBookingByCarrierBookingRequestReferenceResponseValidationError) Reason

Reason function returns reason value.

type GetBookingByPkRequest

type GetBookingByPkRequest struct {
	GetByIdRequest *v1.GetByIdRequest `protobuf:"bytes,1,opt,name=get_by_id_request,json=getByIdRequest,proto3" json:"get_by_id_request,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingByPkRequest) Descriptor deprecated

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

Deprecated: Use GetBookingByPkRequest.ProtoReflect.Descriptor instead.

func (*GetBookingByPkRequest) GetGetByIdRequest

func (x *GetBookingByPkRequest) GetGetByIdRequest() *v1.GetByIdRequest

func (*GetBookingByPkRequest) ProtoMessage

func (*GetBookingByPkRequest) ProtoMessage()

func (*GetBookingByPkRequest) ProtoReflect

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

func (*GetBookingByPkRequest) Reset

func (x *GetBookingByPkRequest) Reset()

func (*GetBookingByPkRequest) String

func (x *GetBookingByPkRequest) String() string

func (*GetBookingByPkRequest) Validate

func (m *GetBookingByPkRequest) Validate() error

Validate checks the field values on GetBookingByPkRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingByPkRequest) ValidateAll

func (m *GetBookingByPkRequest) ValidateAll() error

ValidateAll checks the field values on GetBookingByPkRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingByPkRequestMultiError, or nil if none found.

type GetBookingByPkRequestMultiError

type GetBookingByPkRequestMultiError []error

GetBookingByPkRequestMultiError is an error wrapping multiple validation errors returned by GetBookingByPkRequest.ValidateAll() if the designated constraints aren't met.

func (GetBookingByPkRequestMultiError) AllErrors

func (m GetBookingByPkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBookingByPkRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingByPkRequestValidationError

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

GetBookingByPkRequestValidationError is the validation error returned by GetBookingByPkRequest.Validate if the designated constraints aren't met.

func (GetBookingByPkRequestValidationError) Cause

Cause function returns cause value.

func (GetBookingByPkRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBookingByPkRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBookingByPkRequestValidationError) Field

Field function returns field value.

func (GetBookingByPkRequestValidationError) Key

Key function returns key value.

func (GetBookingByPkRequestValidationError) Reason

Reason function returns reason value.

type GetBookingByPkResponse

type GetBookingByPkResponse struct {
	Booking *Booking `protobuf:"bytes,1,opt,name=booking,proto3" json:"booking,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingByPkResponse) Descriptor deprecated

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

Deprecated: Use GetBookingByPkResponse.ProtoReflect.Descriptor instead.

func (*GetBookingByPkResponse) GetBooking

func (x *GetBookingByPkResponse) GetBooking() *Booking

func (*GetBookingByPkResponse) ProtoMessage

func (*GetBookingByPkResponse) ProtoMessage()

func (*GetBookingByPkResponse) ProtoReflect

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

func (*GetBookingByPkResponse) Reset

func (x *GetBookingByPkResponse) Reset()

func (*GetBookingByPkResponse) String

func (x *GetBookingByPkResponse) String() string

func (*GetBookingByPkResponse) Validate

func (m *GetBookingByPkResponse) Validate() error

Validate checks the field values on GetBookingByPkResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingByPkResponse) ValidateAll

func (m *GetBookingByPkResponse) ValidateAll() error

ValidateAll checks the field values on GetBookingByPkResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingByPkResponseMultiError, or nil if none found.

type GetBookingByPkResponseMultiError

type GetBookingByPkResponseMultiError []error

GetBookingByPkResponseMultiError is an error wrapping multiple validation errors returned by GetBookingByPkResponse.ValidateAll() if the designated constraints aren't met.

func (GetBookingByPkResponseMultiError) AllErrors

func (m GetBookingByPkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBookingByPkResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingByPkResponseValidationError

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

GetBookingByPkResponseValidationError is the validation error returned by GetBookingByPkResponse.Validate if the designated constraints aren't met.

func (GetBookingByPkResponseValidationError) Cause

Cause function returns cause value.

func (GetBookingByPkResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBookingByPkResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBookingByPkResponseValidationError) Field

Field function returns field value.

func (GetBookingByPkResponseValidationError) Key

Key function returns key value.

func (GetBookingByPkResponseValidationError) Reason

Reason function returns reason value.

type GetBookingRequest

type GetBookingRequest struct {
	GetRequest *v1.GetRequest `protobuf:"bytes,1,opt,name=get_request,json=getRequest,proto3" json:"get_request,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingRequest) Descriptor deprecated

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

Deprecated: Use GetBookingRequest.ProtoReflect.Descriptor instead.

func (*GetBookingRequest) GetGetRequest

func (x *GetBookingRequest) GetGetRequest() *v1.GetRequest

func (*GetBookingRequest) ProtoMessage

func (*GetBookingRequest) ProtoMessage()

func (*GetBookingRequest) ProtoReflect

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

func (*GetBookingRequest) Reset

func (x *GetBookingRequest) Reset()

func (*GetBookingRequest) String

func (x *GetBookingRequest) String() string

func (*GetBookingRequest) Validate

func (m *GetBookingRequest) Validate() error

Validate checks the field values on GetBookingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingRequest) ValidateAll

func (m *GetBookingRequest) ValidateAll() error

ValidateAll checks the field values on GetBookingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingRequestMultiError, or nil if none found.

type GetBookingRequestMultiError

type GetBookingRequestMultiError []error

GetBookingRequestMultiError is an error wrapping multiple validation errors returned by GetBookingRequest.ValidateAll() if the designated constraints aren't met.

func (GetBookingRequestMultiError) AllErrors

func (m GetBookingRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBookingRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingRequestValidationError

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

GetBookingRequestValidationError is the validation error returned by GetBookingRequest.Validate if the designated constraints aren't met.

func (GetBookingRequestValidationError) Cause

Cause function returns cause value.

func (GetBookingRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBookingRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBookingRequestValidationError) Field

Field function returns field value.

func (GetBookingRequestValidationError) Key

Key function returns key value.

func (GetBookingRequestValidationError) Reason

Reason function returns reason value.

type GetBookingResponse

type GetBookingResponse struct {
	Booking *Booking `protobuf:"bytes,1,opt,name=booking,proto3" json:"booking,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingResponse) Descriptor deprecated

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

Deprecated: Use GetBookingResponse.ProtoReflect.Descriptor instead.

func (*GetBookingResponse) GetBooking

func (x *GetBookingResponse) GetBooking() *Booking

func (*GetBookingResponse) ProtoMessage

func (*GetBookingResponse) ProtoMessage()

func (*GetBookingResponse) ProtoReflect

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

func (*GetBookingResponse) Reset

func (x *GetBookingResponse) Reset()

func (*GetBookingResponse) String

func (x *GetBookingResponse) String() string

func (*GetBookingResponse) Validate

func (m *GetBookingResponse) Validate() error

Validate checks the field values on GetBookingResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingResponse) ValidateAll

func (m *GetBookingResponse) ValidateAll() error

ValidateAll checks the field values on GetBookingResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingResponseMultiError, or nil if none found.

type GetBookingResponseMultiError

type GetBookingResponseMultiError []error

GetBookingResponseMultiError is an error wrapping multiple validation errors returned by GetBookingResponse.ValidateAll() if the designated constraints aren't met.

func (GetBookingResponseMultiError) AllErrors

func (m GetBookingResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBookingResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingResponseValidationError

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

GetBookingResponseValidationError is the validation error returned by GetBookingResponse.Validate if the designated constraints aren't met.

func (GetBookingResponseValidationError) Cause

Cause function returns cause value.

func (GetBookingResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBookingResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBookingResponseValidationError) Field

Field function returns field value.

func (GetBookingResponseValidationError) Key

Key function returns key value.

func (GetBookingResponseValidationError) Reason

Reason function returns reason value.

type GetBookingSummariesRequest

type GetBookingSummariesRequest struct {
	Limit      string `protobuf:"bytes,1,opt,name=limit,proto3" json:"limit,omitempty"`
	NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	UserEmail  string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId  string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingSummariesRequest) Descriptor deprecated

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

Deprecated: Use GetBookingSummariesRequest.ProtoReflect.Descriptor instead.

func (*GetBookingSummariesRequest) GetLimit

func (x *GetBookingSummariesRequest) GetLimit() string

func (*GetBookingSummariesRequest) GetNextCursor

func (x *GetBookingSummariesRequest) GetNextCursor() string

func (*GetBookingSummariesRequest) GetRequestId

func (x *GetBookingSummariesRequest) GetRequestId() string

func (*GetBookingSummariesRequest) GetUserEmail

func (x *GetBookingSummariesRequest) GetUserEmail() string

func (*GetBookingSummariesRequest) ProtoMessage

func (*GetBookingSummariesRequest) ProtoMessage()

func (*GetBookingSummariesRequest) ProtoReflect

func (*GetBookingSummariesRequest) Reset

func (x *GetBookingSummariesRequest) Reset()

func (*GetBookingSummariesRequest) String

func (x *GetBookingSummariesRequest) String() string

func (*GetBookingSummariesRequest) Validate

func (m *GetBookingSummariesRequest) Validate() error

Validate checks the field values on GetBookingSummariesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingSummariesRequest) ValidateAll

func (m *GetBookingSummariesRequest) ValidateAll() error

ValidateAll checks the field values on GetBookingSummariesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingSummariesRequestMultiError, or nil if none found.

type GetBookingSummariesRequestMultiError

type GetBookingSummariesRequestMultiError []error

GetBookingSummariesRequestMultiError is an error wrapping multiple validation errors returned by GetBookingSummariesRequest.ValidateAll() if the designated constraints aren't met.

func (GetBookingSummariesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBookingSummariesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingSummariesRequestValidationError

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

GetBookingSummariesRequestValidationError is the validation error returned by GetBookingSummariesRequest.Validate if the designated constraints aren't met.

func (GetBookingSummariesRequestValidationError) Cause

Cause function returns cause value.

func (GetBookingSummariesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBookingSummariesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBookingSummariesRequestValidationError) Field

Field function returns field value.

func (GetBookingSummariesRequestValidationError) Key

Key function returns key value.

func (GetBookingSummariesRequestValidationError) Reason

Reason function returns reason value.

type GetBookingSummariesResponse

type GetBookingSummariesResponse struct {
	BookingSummaries []*BookingSummary `protobuf:"bytes,1,rep,name=booking_summaries,json=bookingSummaries,proto3" json:"booking_summaries,omitempty"`
	NextCursor       string            `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingSummariesResponse) Descriptor deprecated

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

Deprecated: Use GetBookingSummariesResponse.ProtoReflect.Descriptor instead.

func (*GetBookingSummariesResponse) GetBookingSummaries

func (x *GetBookingSummariesResponse) GetBookingSummaries() []*BookingSummary

func (*GetBookingSummariesResponse) GetNextCursor

func (x *GetBookingSummariesResponse) GetNextCursor() string

func (*GetBookingSummariesResponse) ProtoMessage

func (*GetBookingSummariesResponse) ProtoMessage()

func (*GetBookingSummariesResponse) ProtoReflect

func (*GetBookingSummariesResponse) Reset

func (x *GetBookingSummariesResponse) Reset()

func (*GetBookingSummariesResponse) String

func (x *GetBookingSummariesResponse) String() string

func (*GetBookingSummariesResponse) Validate

func (m *GetBookingSummariesResponse) Validate() error

Validate checks the field values on GetBookingSummariesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingSummariesResponse) ValidateAll

func (m *GetBookingSummariesResponse) ValidateAll() error

ValidateAll checks the field values on GetBookingSummariesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingSummariesResponseMultiError, or nil if none found.

type GetBookingSummariesResponseMultiError

type GetBookingSummariesResponseMultiError []error

GetBookingSummariesResponseMultiError is an error wrapping multiple validation errors returned by GetBookingSummariesResponse.ValidateAll() if the designated constraints aren't met.

func (GetBookingSummariesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBookingSummariesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingSummariesResponseValidationError

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

GetBookingSummariesResponseValidationError is the validation error returned by GetBookingSummariesResponse.Validate if the designated constraints aren't met.

func (GetBookingSummariesResponseValidationError) Cause

Cause function returns cause value.

func (GetBookingSummariesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBookingSummariesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBookingSummariesResponseValidationError) Field

Field function returns field value.

func (GetBookingSummariesResponseValidationError) Key

Key function returns key value.

func (GetBookingSummariesResponseValidationError) Reason

Reason function returns reason value.

type GetBookingSummaryByCarrierBookingRequestReferenceRequest

type GetBookingSummaryByCarrierBookingRequestReferenceRequest struct {
	CarrierBookingRequestReference string `` /* 155-byte string literal not displayed */
	UserEmail                      string `protobuf:"bytes,2,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                      string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) Descriptor deprecated

Deprecated: Use GetBookingSummaryByCarrierBookingRequestReferenceRequest.ProtoReflect.Descriptor instead.

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) GetCarrierBookingRequestReference

func (x *GetBookingSummaryByCarrierBookingRequestReferenceRequest) GetCarrierBookingRequestReference() string

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) GetRequestId

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) GetUserEmail

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) ProtoMessage

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) ProtoReflect

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) Reset

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) String

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) Validate

Validate checks the field values on GetBookingSummaryByCarrierBookingRequestReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingSummaryByCarrierBookingRequestReferenceRequest) ValidateAll

ValidateAll checks the field values on GetBookingSummaryByCarrierBookingRequestReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingSummaryByCarrierBookingRequestReferenceRequestMultiError, or nil if none found.

type GetBookingSummaryByCarrierBookingRequestReferenceRequestMultiError

type GetBookingSummaryByCarrierBookingRequestReferenceRequestMultiError []error

GetBookingSummaryByCarrierBookingRequestReferenceRequestMultiError is an error wrapping multiple validation errors returned by GetBookingSummaryByCarrierBookingRequestReferenceRequest.ValidateAll() if the designated constraints aren't met.

func (GetBookingSummaryByCarrierBookingRequestReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBookingSummaryByCarrierBookingRequestReferenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingSummaryByCarrierBookingRequestReferenceRequestValidationError

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

GetBookingSummaryByCarrierBookingRequestReferenceRequestValidationError is the validation error returned by GetBookingSummaryByCarrierBookingRequestReferenceRequest.Validate if the designated constraints aren't met.

func (GetBookingSummaryByCarrierBookingRequestReferenceRequestValidationError) Cause

Cause function returns cause value.

func (GetBookingSummaryByCarrierBookingRequestReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBookingSummaryByCarrierBookingRequestReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBookingSummaryByCarrierBookingRequestReferenceRequestValidationError) Field

Field function returns field value.

func (GetBookingSummaryByCarrierBookingRequestReferenceRequestValidationError) Key

Key function returns key value.

func (GetBookingSummaryByCarrierBookingRequestReferenceRequestValidationError) Reason

Reason function returns reason value.

type GetBookingSummaryByCarrierBookingRequestReferenceResponse

type GetBookingSummaryByCarrierBookingRequestReferenceResponse struct {
	BookingSummary *BookingSummary `protobuf:"bytes,1,opt,name=booking_summary,json=bookingSummary,proto3" json:"booking_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingSummaryByCarrierBookingRequestReferenceResponse) Descriptor deprecated

Deprecated: Use GetBookingSummaryByCarrierBookingRequestReferenceResponse.ProtoReflect.Descriptor instead.

func (*GetBookingSummaryByCarrierBookingRequestReferenceResponse) GetBookingSummary

func (*GetBookingSummaryByCarrierBookingRequestReferenceResponse) ProtoMessage

func (*GetBookingSummaryByCarrierBookingRequestReferenceResponse) ProtoReflect

func (*GetBookingSummaryByCarrierBookingRequestReferenceResponse) Reset

func (*GetBookingSummaryByCarrierBookingRequestReferenceResponse) String

func (*GetBookingSummaryByCarrierBookingRequestReferenceResponse) Validate

Validate checks the field values on GetBookingSummaryByCarrierBookingRequestReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingSummaryByCarrierBookingRequestReferenceResponse) ValidateAll

ValidateAll checks the field values on GetBookingSummaryByCarrierBookingRequestReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingSummaryByCarrierBookingRequestReferenceResponseMultiError, or nil if none found.

type GetBookingSummaryByCarrierBookingRequestReferenceResponseMultiError

type GetBookingSummaryByCarrierBookingRequestReferenceResponseMultiError []error

GetBookingSummaryByCarrierBookingRequestReferenceResponseMultiError is an error wrapping multiple validation errors returned by GetBookingSummaryByCarrierBookingRequestReferenceResponse.ValidateAll() if the designated constraints aren't met.

func (GetBookingSummaryByCarrierBookingRequestReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetBookingSummaryByCarrierBookingRequestReferenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingSummaryByCarrierBookingRequestReferenceResponseValidationError

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

GetBookingSummaryByCarrierBookingRequestReferenceResponseValidationError is the validation error returned by GetBookingSummaryByCarrierBookingRequestReferenceResponse.Validate if the designated constraints aren't met.

func (GetBookingSummaryByCarrierBookingRequestReferenceResponseValidationError) Cause

Cause function returns cause value.

func (GetBookingSummaryByCarrierBookingRequestReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBookingSummaryByCarrierBookingRequestReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBookingSummaryByCarrierBookingRequestReferenceResponseValidationError) Field

Field function returns field value.

func (GetBookingSummaryByCarrierBookingRequestReferenceResponseValidationError) Key

Key function returns key value.

func (GetBookingSummaryByCarrierBookingRequestReferenceResponseValidationError) Reason

Reason function returns reason value.

type GetBookingsRequest

type GetBookingsRequest struct {
	Limit      string `protobuf:"bytes,1,opt,name=limit,proto3" json:"limit,omitempty"`
	NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	UserEmail  string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId  string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingsRequest) Descriptor deprecated

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

Deprecated: Use GetBookingsRequest.ProtoReflect.Descriptor instead.

func (*GetBookingsRequest) GetLimit

func (x *GetBookingsRequest) GetLimit() string

func (*GetBookingsRequest) GetNextCursor

func (x *GetBookingsRequest) GetNextCursor() string

func (*GetBookingsRequest) GetRequestId

func (x *GetBookingsRequest) GetRequestId() string

func (*GetBookingsRequest) GetUserEmail

func (x *GetBookingsRequest) GetUserEmail() string

func (*GetBookingsRequest) ProtoMessage

func (*GetBookingsRequest) ProtoMessage()

func (*GetBookingsRequest) ProtoReflect

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

func (*GetBookingsRequest) Reset

func (x *GetBookingsRequest) Reset()

func (*GetBookingsRequest) String

func (x *GetBookingsRequest) String() string

func (*GetBookingsRequest) Validate

func (m *GetBookingsRequest) Validate() error

Validate checks the field values on GetBookingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingsRequest) ValidateAll

func (m *GetBookingsRequest) ValidateAll() error

ValidateAll checks the field values on GetBookingsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingsRequestMultiError, or nil if none found.

type GetBookingsRequestMultiError

type GetBookingsRequestMultiError []error

GetBookingsRequestMultiError is an error wrapping multiple validation errors returned by GetBookingsRequest.ValidateAll() if the designated constraints aren't met.

func (GetBookingsRequestMultiError) AllErrors

func (m GetBookingsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBookingsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingsRequestValidationError

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

GetBookingsRequestValidationError is the validation error returned by GetBookingsRequest.Validate if the designated constraints aren't met.

func (GetBookingsRequestValidationError) Cause

Cause function returns cause value.

func (GetBookingsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetBookingsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetBookingsRequestValidationError) Field

Field function returns field value.

func (GetBookingsRequestValidationError) Key

Key function returns key value.

func (GetBookingsRequestValidationError) Reason

Reason function returns reason value.

type GetBookingsResponse

type GetBookingsResponse struct {
	Bookings   []*Booking `protobuf:"bytes,1,rep,name=bookings,proto3" json:"bookings,omitempty"`
	NextCursor string     `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookingsResponse) Descriptor deprecated

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

Deprecated: Use GetBookingsResponse.ProtoReflect.Descriptor instead.

func (*GetBookingsResponse) GetBookings

func (x *GetBookingsResponse) GetBookings() []*Booking

func (*GetBookingsResponse) GetNextCursor

func (x *GetBookingsResponse) GetNextCursor() string

func (*GetBookingsResponse) ProtoMessage

func (*GetBookingsResponse) ProtoMessage()

func (*GetBookingsResponse) ProtoReflect

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

func (*GetBookingsResponse) Reset

func (x *GetBookingsResponse) Reset()

func (*GetBookingsResponse) String

func (x *GetBookingsResponse) String() string

func (*GetBookingsResponse) Validate

func (m *GetBookingsResponse) Validate() error

Validate checks the field values on GetBookingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBookingsResponse) ValidateAll

func (m *GetBookingsResponse) ValidateAll() error

ValidateAll checks the field values on GetBookingsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBookingsResponseMultiError, or nil if none found.

type GetBookingsResponseMultiError

type GetBookingsResponseMultiError []error

GetBookingsResponseMultiError is an error wrapping multiple validation errors returned by GetBookingsResponse.ValidateAll() if the designated constraints aren't met.

func (GetBookingsResponseMultiError) AllErrors

func (m GetBookingsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBookingsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetBookingsResponseValidationError

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

GetBookingsResponseValidationError is the validation error returned by GetBookingsResponse.Validate if the designated constraints aren't met.

func (GetBookingsResponseValidationError) Cause

Cause function returns cause value.

func (GetBookingsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetBookingsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetBookingsResponseValidationError) Field

Field function returns field value.

func (GetBookingsResponseValidationError) Key

Key function returns key value.

func (GetBookingsResponseValidationError) Reason

Reason function returns reason value.

type Reference1

type Reference1 struct {
	Reference1D *Reference1D  `protobuf:"bytes,1,opt,name=reference1_d,json=reference1D,proto3" json:"reference1_d,omitempty"`
	CrUpdUser   *v1.CrUpdUser `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime   *v1.CrUpdTime `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*Reference1) Descriptor deprecated

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

Deprecated: Use Reference1.ProtoReflect.Descriptor instead.

func (*Reference1) GetCrUpdTime

func (x *Reference1) GetCrUpdTime() *v1.CrUpdTime

func (*Reference1) GetCrUpdUser

func (x *Reference1) GetCrUpdUser() *v1.CrUpdUser

func (*Reference1) GetReference1D

func (x *Reference1) GetReference1D() *Reference1D

func (*Reference1) ProtoMessage

func (*Reference1) ProtoMessage()

func (*Reference1) ProtoReflect

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

func (*Reference1) Reset

func (x *Reference1) Reset()

func (*Reference1) String

func (x *Reference1) String() string

func (*Reference1) Validate

func (m *Reference1) Validate() error

Validate checks the field values on Reference1 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Reference1) ValidateAll

func (m *Reference1) ValidateAll() error

ValidateAll checks the field values on Reference1 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Reference1MultiError, or nil if none found.

type Reference1D

type Reference1D struct {
	Id                    uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ReferenceTypeCode     string `protobuf:"bytes,2,opt,name=reference_type_code,json=referenceTypeCode,proto3" json:"reference_type_code,omitempty"`
	ReferenceValue        string `protobuf:"bytes,3,opt,name=reference_value,json=referenceValue,proto3" json:"reference_value,omitempty"`
	ShipmentId            uint32 `protobuf:"varint,4,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	ShippingInstructionId uint32 `` /* 127-byte string literal not displayed */
	BookingId             uint32 `protobuf:"varint,6,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	ConsignmentItemId     uint32 `protobuf:"varint,7,opt,name=consignment_item_id,json=consignmentItemId,proto3" json:"consignment_item_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Reference1D) Descriptor deprecated

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

Deprecated: Use Reference1D.ProtoReflect.Descriptor instead.

func (*Reference1D) GetBookingId

func (x *Reference1D) GetBookingId() uint32

func (*Reference1D) GetConsignmentItemId

func (x *Reference1D) GetConsignmentItemId() uint32

func (*Reference1D) GetId

func (x *Reference1D) GetId() uint32

func (*Reference1D) GetReferenceTypeCode

func (x *Reference1D) GetReferenceTypeCode() string

func (*Reference1D) GetReferenceValue

func (x *Reference1D) GetReferenceValue() string

func (*Reference1D) GetShipmentId

func (x *Reference1D) GetShipmentId() uint32

func (*Reference1D) GetShippingInstructionId

func (x *Reference1D) GetShippingInstructionId() uint32

func (*Reference1D) ProtoMessage

func (*Reference1D) ProtoMessage()

func (*Reference1D) ProtoReflect

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

func (*Reference1D) Reset

func (x *Reference1D) Reset()

func (*Reference1D) String

func (x *Reference1D) String() string

func (*Reference1D) Validate

func (m *Reference1D) Validate() error

Validate checks the field values on Reference1D with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Reference1D) ValidateAll

func (m *Reference1D) ValidateAll() error

ValidateAll checks the field values on Reference1D with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Reference1DMultiError, or nil if none found.

type Reference1DMultiError

type Reference1DMultiError []error

Reference1DMultiError is an error wrapping multiple validation errors returned by Reference1D.ValidateAll() if the designated constraints aren't met.

func (Reference1DMultiError) AllErrors

func (m Reference1DMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (Reference1DMultiError) Error

func (m Reference1DMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type Reference1DValidationError

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

Reference1DValidationError is the validation error returned by Reference1D.Validate if the designated constraints aren't met.

func (Reference1DValidationError) Cause

Cause function returns cause value.

func (Reference1DValidationError) Error

Error satisfies the builtin error interface

func (Reference1DValidationError) ErrorName

func (e Reference1DValidationError) ErrorName() string

ErrorName returns error name.

func (Reference1DValidationError) Field

Field function returns field value.

func (Reference1DValidationError) Key

Key function returns key value.

func (Reference1DValidationError) Reason

Reason function returns reason value.

type Reference1MultiError

type Reference1MultiError []error

Reference1MultiError is an error wrapping multiple validation errors returned by Reference1.ValidateAll() if the designated constraints aren't met.

func (Reference1MultiError) AllErrors

func (m Reference1MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (Reference1MultiError) Error

func (m Reference1MultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type Reference1ValidationError

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

Reference1ValidationError is the validation error returned by Reference1.Validate if the designated constraints aren't met.

func (Reference1ValidationError) Cause

func (e Reference1ValidationError) Cause() error

Cause function returns cause value.

func (Reference1ValidationError) Error

Error satisfies the builtin error interface

func (Reference1ValidationError) ErrorName

func (e Reference1ValidationError) ErrorName() string

ErrorName returns error name.

func (Reference1ValidationError) Field

Field function returns field value.

func (Reference1ValidationError) Key

Key function returns key value.

func (Reference1ValidationError) Reason

func (e Reference1ValidationError) Reason() string

Reason function returns reason value.

type ReferenceServiceClient

type ReferenceServiceClient interface {
	CreateReference(ctx context.Context, in *CreateReferenceRequest, opts ...grpc.CallOption) (*CreateReferenceResponse, error)
	CreateReferencesByBookingIdAndTOs(ctx context.Context, in *CreateReferencesByBookingIdAndTOsRequest, opts ...grpc.CallOption) (*CreateReferencesByBookingIdAndTOsResponse, error)
	CreateReferencesByShippingInstructionIdAndTOs(ctx context.Context, in *CreateReferencesByShippingInstructionIdAndTOsRequest, opts ...grpc.CallOption) (*CreateReferencesByShippingInstructionIdAndTOsResponse, error)
	CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOs(ctx context.Context, in *CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest, opts ...grpc.CallOption) (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse, error)
	FindByBookingId(ctx context.Context, in *FindByBookingIdRequest, opts ...grpc.CallOption) (*FindByBookingIdResponse, error)
	FindByShippingInstructionId(ctx context.Context, in *FindByShippingInstructionIdRequest, opts ...grpc.CallOption) (*FindByShippingInstructionIdResponse, error)
	ResolveReferencesForBookingId(ctx context.Context, in *ResolveReferencesForBookingIdRequest, opts ...grpc.CallOption) (*ResolveReferencesForBookingIdResponse, error)
	ResolveReferencesForShippingInstructionReference(ctx context.Context, in *ResolveReferencesForShippingInstructionReferenceRequest, opts ...grpc.CallOption) (*ResolveReferencesForShippingInstructionReferenceResponse, error)
	FindByShipmentId(ctx context.Context, in *FindByShipmentIdRequest, opts ...grpc.CallOption) (*FindByShipmentIdResponse, error)
	FindByTransportDocumentReference(ctx context.Context, in *FindByTransportDocumentReferenceRequest, opts ...grpc.CallOption) (*FindByTransportDocumentReferenceResponse, error)
	FindByCarrierBookingReference(ctx context.Context, in *FindByCarrierBookingReferenceRequest, opts ...grpc.CallOption) (*FindByCarrierBookingReferenceResponse, error)
}

ReferenceServiceClient is the client API for ReferenceService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

The ReferenceService service definition.

type ReferenceServiceServer

type ReferenceServiceServer interface {
	CreateReference(context.Context, *CreateReferenceRequest) (*CreateReferenceResponse, error)
	CreateReferencesByBookingIdAndTOs(context.Context, *CreateReferencesByBookingIdAndTOsRequest) (*CreateReferencesByBookingIdAndTOsResponse, error)
	CreateReferencesByShippingInstructionIdAndTOs(context.Context, *CreateReferencesByShippingInstructionIdAndTOsRequest) (*CreateReferencesByShippingInstructionIdAndTOsResponse, error)
	CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOs(context.Context, *CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsRequest) (*CreateReferencesByShippingInstructionReferenceAndConsignmentIdAndTOsResponse, error)
	FindByBookingId(context.Context, *FindByBookingIdRequest) (*FindByBookingIdResponse, error)
	FindByShippingInstructionId(context.Context, *FindByShippingInstructionIdRequest) (*FindByShippingInstructionIdResponse, error)
	ResolveReferencesForBookingId(context.Context, *ResolveReferencesForBookingIdRequest) (*ResolveReferencesForBookingIdResponse, error)
	ResolveReferencesForShippingInstructionReference(context.Context, *ResolveReferencesForShippingInstructionReferenceRequest) (*ResolveReferencesForShippingInstructionReferenceResponse, error)
	FindByShipmentId(context.Context, *FindByShipmentIdRequest) (*FindByShipmentIdResponse, error)
	FindByTransportDocumentReference(context.Context, *FindByTransportDocumentReferenceRequest) (*FindByTransportDocumentReferenceResponse, error)
	FindByCarrierBookingReference(context.Context, *FindByCarrierBookingReferenceRequest) (*FindByCarrierBookingReferenceResponse, error)
	// contains filtered or unexported methods
}

ReferenceServiceServer is the server API for ReferenceService service. All implementations must embed UnimplementedReferenceServiceServer for forward compatibility.

The ReferenceService service definition.

type RequestedEquipment

type RequestedEquipment struct {
	RequestedEquipmentD *RequestedEquipmentD `protobuf:"bytes,1,opt,name=requested_equipment_d,json=requestedEquipmentD,proto3" json:"requested_equipment_d,omitempty"`
	CrUpdUser           *v1.CrUpdUser        `protobuf:"bytes,2,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime           *v1.CrUpdTime        `protobuf:"bytes,3,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestedEquipment) Descriptor deprecated

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

Deprecated: Use RequestedEquipment.ProtoReflect.Descriptor instead.

func (*RequestedEquipment) GetCrUpdTime

func (x *RequestedEquipment) GetCrUpdTime() *v1.CrUpdTime

func (*RequestedEquipment) GetCrUpdUser

func (x *RequestedEquipment) GetCrUpdUser() *v1.CrUpdUser

func (*RequestedEquipment) GetRequestedEquipmentD

func (x *RequestedEquipment) GetRequestedEquipmentD() *RequestedEquipmentD

func (*RequestedEquipment) ProtoMessage

func (*RequestedEquipment) ProtoMessage()

func (*RequestedEquipment) ProtoReflect

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

func (*RequestedEquipment) Reset

func (x *RequestedEquipment) Reset()

func (*RequestedEquipment) String

func (x *RequestedEquipment) String() string

func (*RequestedEquipment) Validate

func (m *RequestedEquipment) Validate() error

Validate checks the field values on RequestedEquipment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RequestedEquipment) ValidateAll

func (m *RequestedEquipment) ValidateAll() error

ValidateAll checks the field values on RequestedEquipment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RequestedEquipmentMultiError, or nil if none found.

type RequestedEquipmentD

type RequestedEquipmentD struct {
	Id                         uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                      []byte `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                        string `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	BookingId                  uint32 `protobuf:"varint,4,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	ShipmentId                 uint32 `protobuf:"varint,5,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	RequestedEquipmentSizetype string `` /* 141-byte string literal not displayed */
	RequestedEquipmentUnits    int32  `` /* 133-byte string literal not displayed */
	ConfirmedEquipmentSizetype string `` /* 141-byte string literal not displayed */
	ConfirmedEquipmentUnits    int32  `` /* 133-byte string literal not displayed */
	IsShipperOwned             bool   `protobuf:"varint,10,opt,name=is_shipper_owned,json=isShipperOwned,proto3" json:"is_shipper_owned,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestedEquipmentD) Descriptor deprecated

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

Deprecated: Use RequestedEquipmentD.ProtoReflect.Descriptor instead.

func (*RequestedEquipmentD) GetBookingId

func (x *RequestedEquipmentD) GetBookingId() uint32

func (*RequestedEquipmentD) GetConfirmedEquipmentSizetype

func (x *RequestedEquipmentD) GetConfirmedEquipmentSizetype() string

func (*RequestedEquipmentD) GetConfirmedEquipmentUnits

func (x *RequestedEquipmentD) GetConfirmedEquipmentUnits() int32

func (*RequestedEquipmentD) GetId

func (x *RequestedEquipmentD) GetId() uint32

func (*RequestedEquipmentD) GetIdS

func (x *RequestedEquipmentD) GetIdS() string

func (*RequestedEquipmentD) GetIsShipperOwned

func (x *RequestedEquipmentD) GetIsShipperOwned() bool

func (*RequestedEquipmentD) GetRequestedEquipmentSizetype

func (x *RequestedEquipmentD) GetRequestedEquipmentSizetype() string

func (*RequestedEquipmentD) GetRequestedEquipmentUnits

func (x *RequestedEquipmentD) GetRequestedEquipmentUnits() int32

func (*RequestedEquipmentD) GetShipmentId

func (x *RequestedEquipmentD) GetShipmentId() uint32

func (*RequestedEquipmentD) GetUuid4

func (x *RequestedEquipmentD) GetUuid4() []byte

func (*RequestedEquipmentD) ProtoMessage

func (*RequestedEquipmentD) ProtoMessage()

func (*RequestedEquipmentD) ProtoReflect

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

func (*RequestedEquipmentD) Reset

func (x *RequestedEquipmentD) Reset()

func (*RequestedEquipmentD) String

func (x *RequestedEquipmentD) String() string

func (*RequestedEquipmentD) Validate

func (m *RequestedEquipmentD) Validate() error

Validate checks the field values on RequestedEquipmentD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RequestedEquipmentD) ValidateAll

func (m *RequestedEquipmentD) ValidateAll() error

ValidateAll checks the field values on RequestedEquipmentD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RequestedEquipmentDMultiError, or nil if none found.

type RequestedEquipmentDMultiError

type RequestedEquipmentDMultiError []error

RequestedEquipmentDMultiError is an error wrapping multiple validation errors returned by RequestedEquipmentD.ValidateAll() if the designated constraints aren't met.

func (RequestedEquipmentDMultiError) AllErrors

func (m RequestedEquipmentDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestedEquipmentDMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RequestedEquipmentDValidationError

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

RequestedEquipmentDValidationError is the validation error returned by RequestedEquipmentD.Validate if the designated constraints aren't met.

func (RequestedEquipmentDValidationError) Cause

Cause function returns cause value.

func (RequestedEquipmentDValidationError) Error

Error satisfies the builtin error interface

func (RequestedEquipmentDValidationError) ErrorName

ErrorName returns error name.

func (RequestedEquipmentDValidationError) Field

Field function returns field value.

func (RequestedEquipmentDValidationError) Key

Key function returns key value.

func (RequestedEquipmentDValidationError) Reason

Reason function returns reason value.

type RequestedEquipmentMultiError

type RequestedEquipmentMultiError []error

RequestedEquipmentMultiError is an error wrapping multiple validation errors returned by RequestedEquipment.ValidateAll() if the designated constraints aren't met.

func (RequestedEquipmentMultiError) AllErrors

func (m RequestedEquipmentMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RequestedEquipmentMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RequestedEquipmentValidationError

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

RequestedEquipmentValidationError is the validation error returned by RequestedEquipment.Validate if the designated constraints aren't met.

func (RequestedEquipmentValidationError) Cause

Cause function returns cause value.

func (RequestedEquipmentValidationError) Error

Error satisfies the builtin error interface

func (RequestedEquipmentValidationError) ErrorName

ErrorName returns error name.

func (RequestedEquipmentValidationError) Field

Field function returns field value.

func (RequestedEquipmentValidationError) Key

Key function returns key value.

func (RequestedEquipmentValidationError) Reason

Reason function returns reason value.

type ResolveReferencesForBookingIdRequest

type ResolveReferencesForBookingIdRequest struct {
	ReferenceId uint32 `protobuf:"varint,1,opt,name=reference_id,json=referenceId,proto3" json:"reference_id,omitempty"`
	BookingId   uint32 `protobuf:"varint,2,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	UserId      string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail   string `protobuf:"bytes,4,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId   string `protobuf:"bytes,5,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveReferencesForBookingIdRequest) Descriptor deprecated

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

Deprecated: Use ResolveReferencesForBookingIdRequest.ProtoReflect.Descriptor instead.

func (*ResolveReferencesForBookingIdRequest) GetBookingId

func (x *ResolveReferencesForBookingIdRequest) GetBookingId() uint32

func (*ResolveReferencesForBookingIdRequest) GetReferenceId

func (x *ResolveReferencesForBookingIdRequest) GetReferenceId() uint32

func (*ResolveReferencesForBookingIdRequest) GetRequestId

func (x *ResolveReferencesForBookingIdRequest) GetRequestId() string

func (*ResolveReferencesForBookingIdRequest) GetUserEmail

func (x *ResolveReferencesForBookingIdRequest) GetUserEmail() string

func (*ResolveReferencesForBookingIdRequest) GetUserId

func (*ResolveReferencesForBookingIdRequest) ProtoMessage

func (*ResolveReferencesForBookingIdRequest) ProtoMessage()

func (*ResolveReferencesForBookingIdRequest) ProtoReflect

func (*ResolveReferencesForBookingIdRequest) Reset

func (*ResolveReferencesForBookingIdRequest) String

func (*ResolveReferencesForBookingIdRequest) Validate

Validate checks the field values on ResolveReferencesForBookingIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResolveReferencesForBookingIdRequest) ValidateAll

ValidateAll checks the field values on ResolveReferencesForBookingIdRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResolveReferencesForBookingIdRequestMultiError, or nil if none found.

type ResolveReferencesForBookingIdRequestMultiError

type ResolveReferencesForBookingIdRequestMultiError []error

ResolveReferencesForBookingIdRequestMultiError is an error wrapping multiple validation errors returned by ResolveReferencesForBookingIdRequest.ValidateAll() if the designated constraints aren't met.

func (ResolveReferencesForBookingIdRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResolveReferencesForBookingIdRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResolveReferencesForBookingIdRequestValidationError

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

ResolveReferencesForBookingIdRequestValidationError is the validation error returned by ResolveReferencesForBookingIdRequest.Validate if the designated constraints aren't met.

func (ResolveReferencesForBookingIdRequestValidationError) Cause

Cause function returns cause value.

func (ResolveReferencesForBookingIdRequestValidationError) Error

Error satisfies the builtin error interface

func (ResolveReferencesForBookingIdRequestValidationError) ErrorName

ErrorName returns error name.

func (ResolveReferencesForBookingIdRequestValidationError) Field

Field function returns field value.

func (ResolveReferencesForBookingIdRequestValidationError) Key

Key function returns key value.

func (ResolveReferencesForBookingIdRequestValidationError) Reason

Reason function returns reason value.

type ResolveReferencesForBookingIdResponse

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

func (*ResolveReferencesForBookingIdResponse) Descriptor deprecated

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

Deprecated: Use ResolveReferencesForBookingIdResponse.ProtoReflect.Descriptor instead.

func (*ResolveReferencesForBookingIdResponse) ProtoMessage

func (*ResolveReferencesForBookingIdResponse) ProtoMessage()

func (*ResolveReferencesForBookingIdResponse) ProtoReflect

func (*ResolveReferencesForBookingIdResponse) Reset

func (*ResolveReferencesForBookingIdResponse) String

func (*ResolveReferencesForBookingIdResponse) Validate

Validate checks the field values on ResolveReferencesForBookingIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResolveReferencesForBookingIdResponse) ValidateAll

ValidateAll checks the field values on ResolveReferencesForBookingIdResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResolveReferencesForBookingIdResponseMultiError, or nil if none found.

type ResolveReferencesForBookingIdResponseMultiError

type ResolveReferencesForBookingIdResponseMultiError []error

ResolveReferencesForBookingIdResponseMultiError is an error wrapping multiple validation errors returned by ResolveReferencesForBookingIdResponse.ValidateAll() if the designated constraints aren't met.

func (ResolveReferencesForBookingIdResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResolveReferencesForBookingIdResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResolveReferencesForBookingIdResponseValidationError

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

ResolveReferencesForBookingIdResponseValidationError is the validation error returned by ResolveReferencesForBookingIdResponse.Validate if the designated constraints aren't met.

func (ResolveReferencesForBookingIdResponseValidationError) Cause

Cause function returns cause value.

func (ResolveReferencesForBookingIdResponseValidationError) Error

Error satisfies the builtin error interface

func (ResolveReferencesForBookingIdResponseValidationError) ErrorName

ErrorName returns error name.

func (ResolveReferencesForBookingIdResponseValidationError) Field

Field function returns field value.

func (ResolveReferencesForBookingIdResponseValidationError) Key

Key function returns key value.

func (ResolveReferencesForBookingIdResponseValidationError) Reason

Reason function returns reason value.

type ResolveReferencesForShippingInstructionReferenceRequest

type ResolveReferencesForShippingInstructionReferenceRequest struct {
	ReferenceId           uint32 `protobuf:"varint,1,opt,name=reference_id,json=referenceId,proto3" json:"reference_id,omitempty"`
	ShippingInstructionId uint32 `` /* 127-byte string literal not displayed */
	UserId                string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail             string `protobuf:"bytes,4,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId             string `protobuf:"bytes,5,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveReferencesForShippingInstructionReferenceRequest) Descriptor deprecated

Deprecated: Use ResolveReferencesForShippingInstructionReferenceRequest.ProtoReflect.Descriptor instead.

func (*ResolveReferencesForShippingInstructionReferenceRequest) GetReferenceId

func (*ResolveReferencesForShippingInstructionReferenceRequest) GetRequestId

func (*ResolveReferencesForShippingInstructionReferenceRequest) GetShippingInstructionId

func (*ResolveReferencesForShippingInstructionReferenceRequest) GetUserEmail

func (*ResolveReferencesForShippingInstructionReferenceRequest) GetUserId

func (*ResolveReferencesForShippingInstructionReferenceRequest) ProtoMessage

func (*ResolveReferencesForShippingInstructionReferenceRequest) ProtoReflect

func (*ResolveReferencesForShippingInstructionReferenceRequest) Reset

func (*ResolveReferencesForShippingInstructionReferenceRequest) String

func (*ResolveReferencesForShippingInstructionReferenceRequest) Validate

Validate checks the field values on ResolveReferencesForShippingInstructionReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResolveReferencesForShippingInstructionReferenceRequest) ValidateAll

ValidateAll checks the field values on ResolveReferencesForShippingInstructionReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResolveReferencesForShippingInstructionReferenceRequestMultiError, or nil if none found.

type ResolveReferencesForShippingInstructionReferenceRequestMultiError

type ResolveReferencesForShippingInstructionReferenceRequestMultiError []error

ResolveReferencesForShippingInstructionReferenceRequestMultiError is an error wrapping multiple validation errors returned by ResolveReferencesForShippingInstructionReferenceRequest.ValidateAll() if the designated constraints aren't met.

func (ResolveReferencesForShippingInstructionReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResolveReferencesForShippingInstructionReferenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResolveReferencesForShippingInstructionReferenceRequestValidationError

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

ResolveReferencesForShippingInstructionReferenceRequestValidationError is the validation error returned by ResolveReferencesForShippingInstructionReferenceRequest.Validate if the designated constraints aren't met.

func (ResolveReferencesForShippingInstructionReferenceRequestValidationError) Cause

Cause function returns cause value.

func (ResolveReferencesForShippingInstructionReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (ResolveReferencesForShippingInstructionReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (ResolveReferencesForShippingInstructionReferenceRequestValidationError) Field

Field function returns field value.

func (ResolveReferencesForShippingInstructionReferenceRequestValidationError) Key

Key function returns key value.

func (ResolveReferencesForShippingInstructionReferenceRequestValidationError) Reason

Reason function returns reason value.

type ResolveReferencesForShippingInstructionReferenceResponse

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

func (*ResolveReferencesForShippingInstructionReferenceResponse) Descriptor deprecated

Deprecated: Use ResolveReferencesForShippingInstructionReferenceResponse.ProtoReflect.Descriptor instead.

func (*ResolveReferencesForShippingInstructionReferenceResponse) ProtoMessage

func (*ResolveReferencesForShippingInstructionReferenceResponse) ProtoReflect

func (*ResolveReferencesForShippingInstructionReferenceResponse) Reset

func (*ResolveReferencesForShippingInstructionReferenceResponse) String

func (*ResolveReferencesForShippingInstructionReferenceResponse) Validate

Validate checks the field values on ResolveReferencesForShippingInstructionReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResolveReferencesForShippingInstructionReferenceResponse) ValidateAll

ValidateAll checks the field values on ResolveReferencesForShippingInstructionReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResolveReferencesForShippingInstructionReferenceResponseMultiError, or nil if none found.

type ResolveReferencesForShippingInstructionReferenceResponseMultiError

type ResolveReferencesForShippingInstructionReferenceResponseMultiError []error

ResolveReferencesForShippingInstructionReferenceResponseMultiError is an error wrapping multiple validation errors returned by ResolveReferencesForShippingInstructionReferenceResponse.ValidateAll() if the designated constraints aren't met.

func (ResolveReferencesForShippingInstructionReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResolveReferencesForShippingInstructionReferenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResolveReferencesForShippingInstructionReferenceResponseValidationError

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

ResolveReferencesForShippingInstructionReferenceResponseValidationError is the validation error returned by ResolveReferencesForShippingInstructionReferenceResponse.Validate if the designated constraints aren't met.

func (ResolveReferencesForShippingInstructionReferenceResponseValidationError) Cause

Cause function returns cause value.

func (ResolveReferencesForShippingInstructionReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (ResolveReferencesForShippingInstructionReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (ResolveReferencesForShippingInstructionReferenceResponseValidationError) Field

Field function returns field value.

func (ResolveReferencesForShippingInstructionReferenceResponseValidationError) Key

Key function returns key value.

func (ResolveReferencesForShippingInstructionReferenceResponseValidationError) Reason

Reason function returns reason value.

type ShipmentIds

type ShipmentIds struct {
	ShipmentIds []uint32 `protobuf:"varint,1,rep,packed,name=shipment_ids,json=shipmentIds,proto3" json:"shipment_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ShipmentIds) Descriptor deprecated

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

Deprecated: Use ShipmentIds.ProtoReflect.Descriptor instead.

func (*ShipmentIds) GetShipmentIds

func (x *ShipmentIds) GetShipmentIds() []uint32

func (*ShipmentIds) ProtoMessage

func (*ShipmentIds) ProtoMessage()

func (*ShipmentIds) ProtoReflect

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

func (*ShipmentIds) Reset

func (x *ShipmentIds) Reset()

func (*ShipmentIds) String

func (x *ShipmentIds) String() string

func (*ShipmentIds) Validate

func (m *ShipmentIds) Validate() error

Validate checks the field values on ShipmentIds with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ShipmentIds) ValidateAll

func (m *ShipmentIds) ValidateAll() error

ValidateAll checks the field values on ShipmentIds with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShipmentIdsMultiError, or nil if none found.

type ShipmentIdsMultiError

type ShipmentIdsMultiError []error

ShipmentIdsMultiError is an error wrapping multiple validation errors returned by ShipmentIds.ValidateAll() if the designated constraints aren't met.

func (ShipmentIdsMultiError) AllErrors

func (m ShipmentIdsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShipmentIdsMultiError) Error

func (m ShipmentIdsMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ShipmentIdsValidationError

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

ShipmentIdsValidationError is the validation error returned by ShipmentIds.Validate if the designated constraints aren't met.

func (ShipmentIdsValidationError) Cause

Cause function returns cause value.

func (ShipmentIdsValidationError) Error

Error satisfies the builtin error interface

func (ShipmentIdsValidationError) ErrorName

func (e ShipmentIdsValidationError) ErrorName() string

ErrorName returns error name.

func (ShipmentIdsValidationError) Field

Field function returns field value.

func (ShipmentIdsValidationError) Key

Key function returns key value.

func (ShipmentIdsValidationError) Reason

Reason function returns reason value.

type ShipmentLocation

type ShipmentLocation struct {
	ShipmentLocationD *ShipmentLocationD `protobuf:"bytes,1,opt,name=shipment_location_d,json=shipmentLocationD,proto3" json:"shipment_location_d,omitempty"`
	ShipmentLocationT *ShipmentLocationT `protobuf:"bytes,2,opt,name=shipment_location_t,json=shipmentLocationT,proto3" json:"shipment_location_t,omitempty"`
	// contains filtered or unexported fields
}

func (*ShipmentLocation) Descriptor deprecated

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

Deprecated: Use ShipmentLocation.ProtoReflect.Descriptor instead.

func (*ShipmentLocation) GetShipmentLocationD

func (x *ShipmentLocation) GetShipmentLocationD() *ShipmentLocationD

func (*ShipmentLocation) GetShipmentLocationT

func (x *ShipmentLocation) GetShipmentLocationT() *ShipmentLocationT

func (*ShipmentLocation) ProtoMessage

func (*ShipmentLocation) ProtoMessage()

func (*ShipmentLocation) ProtoReflect

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

func (*ShipmentLocation) Reset

func (x *ShipmentLocation) Reset()

func (*ShipmentLocation) String

func (x *ShipmentLocation) String() string

func (*ShipmentLocation) Validate

func (m *ShipmentLocation) Validate() error

Validate checks the field values on ShipmentLocation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ShipmentLocation) ValidateAll

func (m *ShipmentLocation) ValidateAll() error

ValidateAll checks the field values on ShipmentLocation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShipmentLocationMultiError, or nil if none found.

type ShipmentLocationD

type ShipmentLocationD struct {
	ShipmentId               uint32 `protobuf:"varint,1,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	BookingId                uint32 `protobuf:"varint,2,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	LocationId               uint32 `protobuf:"varint,3,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	ShipmentLocationTypeCode string `` /* 137-byte string literal not displayed */
	DisplayedName            string `protobuf:"bytes,5,opt,name=displayed_name,json=displayedName,proto3" json:"displayed_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ShipmentLocationD) Descriptor deprecated

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

Deprecated: Use ShipmentLocationD.ProtoReflect.Descriptor instead.

func (*ShipmentLocationD) GetBookingId

func (x *ShipmentLocationD) GetBookingId() uint32

func (*ShipmentLocationD) GetDisplayedName

func (x *ShipmentLocationD) GetDisplayedName() string

func (*ShipmentLocationD) GetLocationId

func (x *ShipmentLocationD) GetLocationId() uint32

func (*ShipmentLocationD) GetShipmentId

func (x *ShipmentLocationD) GetShipmentId() uint32

func (*ShipmentLocationD) GetShipmentLocationTypeCode

func (x *ShipmentLocationD) GetShipmentLocationTypeCode() string

func (*ShipmentLocationD) ProtoMessage

func (*ShipmentLocationD) ProtoMessage()

func (*ShipmentLocationD) ProtoReflect

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

func (*ShipmentLocationD) Reset

func (x *ShipmentLocationD) Reset()

func (*ShipmentLocationD) String

func (x *ShipmentLocationD) String() string

func (*ShipmentLocationD) Validate

func (m *ShipmentLocationD) Validate() error

Validate checks the field values on ShipmentLocationD with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ShipmentLocationD) ValidateAll

func (m *ShipmentLocationD) ValidateAll() error

ValidateAll checks the field values on ShipmentLocationD with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShipmentLocationDMultiError, or nil if none found.

type ShipmentLocationDMultiError

type ShipmentLocationDMultiError []error

ShipmentLocationDMultiError is an error wrapping multiple validation errors returned by ShipmentLocationD.ValidateAll() if the designated constraints aren't met.

func (ShipmentLocationDMultiError) AllErrors

func (m ShipmentLocationDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShipmentLocationDMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ShipmentLocationDValidationError

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

ShipmentLocationDValidationError is the validation error returned by ShipmentLocationD.Validate if the designated constraints aren't met.

func (ShipmentLocationDValidationError) Cause

Cause function returns cause value.

func (ShipmentLocationDValidationError) Error

Error satisfies the builtin error interface

func (ShipmentLocationDValidationError) ErrorName

ErrorName returns error name.

func (ShipmentLocationDValidationError) Field

Field function returns field value.

func (ShipmentLocationDValidationError) Key

Key function returns key value.

func (ShipmentLocationDValidationError) Reason

Reason function returns reason value.

type ShipmentLocationMultiError

type ShipmentLocationMultiError []error

ShipmentLocationMultiError is an error wrapping multiple validation errors returned by ShipmentLocation.ValidateAll() if the designated constraints aren't met.

func (ShipmentLocationMultiError) AllErrors

func (m ShipmentLocationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShipmentLocationMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ShipmentLocationT

type ShipmentLocationT struct {
	EventDateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=event_date_time,json=eventDateTime,proto3" json:"event_date_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ShipmentLocationT) Descriptor deprecated

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

Deprecated: Use ShipmentLocationT.ProtoReflect.Descriptor instead.

func (*ShipmentLocationT) GetEventDateTime

func (x *ShipmentLocationT) GetEventDateTime() *timestamppb.Timestamp

func (*ShipmentLocationT) ProtoMessage

func (*ShipmentLocationT) ProtoMessage()

func (*ShipmentLocationT) ProtoReflect

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

func (*ShipmentLocationT) Reset

func (x *ShipmentLocationT) Reset()

func (*ShipmentLocationT) String

func (x *ShipmentLocationT) String() string

func (*ShipmentLocationT) Validate

func (m *ShipmentLocationT) Validate() error

Validate checks the field values on ShipmentLocationT with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ShipmentLocationT) ValidateAll

func (m *ShipmentLocationT) ValidateAll() error

ValidateAll checks the field values on ShipmentLocationT with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ShipmentLocationTMultiError, or nil if none found.

type ShipmentLocationTMultiError

type ShipmentLocationTMultiError []error

ShipmentLocationTMultiError is an error wrapping multiple validation errors returned by ShipmentLocationT.ValidateAll() if the designated constraints aren't met.

func (ShipmentLocationTMultiError) AllErrors

func (m ShipmentLocationTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShipmentLocationTMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ShipmentLocationTValidationError

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

ShipmentLocationTValidationError is the validation error returned by ShipmentLocationT.Validate if the designated constraints aren't met.

func (ShipmentLocationTValidationError) Cause

Cause function returns cause value.

func (ShipmentLocationTValidationError) Error

Error satisfies the builtin error interface

func (ShipmentLocationTValidationError) ErrorName

ErrorName returns error name.

func (ShipmentLocationTValidationError) Field

Field function returns field value.

func (ShipmentLocationTValidationError) Key

Key function returns key value.

func (ShipmentLocationTValidationError) Reason

Reason function returns reason value.

type ShipmentLocationValidationError

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

ShipmentLocationValidationError is the validation error returned by ShipmentLocation.Validate if the designated constraints aren't met.

func (ShipmentLocationValidationError) Cause

Cause function returns cause value.

func (ShipmentLocationValidationError) Error

Error satisfies the builtin error interface

func (ShipmentLocationValidationError) ErrorName

ErrorName returns error name.

func (ShipmentLocationValidationError) Field

Field function returns field value.

func (ShipmentLocationValidationError) Key

Key function returns key value.

func (ShipmentLocationValidationError) Reason

Reason function returns reason value.

type UnimplementedBkgServiceServer

type UnimplementedBkgServiceServer struct{}

UnimplementedBkgServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedBkgServiceServer) CreateBooking

func (UnimplementedBkgServiceServer) CreateCommodity

func (UnimplementedBkgServiceServer) GetBooking

func (UnimplementedBkgServiceServer) GetBookingByPk

func (UnimplementedBkgServiceServer) GetBookings

type UnimplementedBkgShipmentSummaryServiceServer

type UnimplementedBkgShipmentSummaryServiceServer struct{}

UnimplementedBkgShipmentSummaryServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

type UnimplementedBkgSummaryServiceServer

type UnimplementedBkgSummaryServiceServer struct{}

UnimplementedBkgSummaryServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedBkgSummaryServiceServer) CreateBookingSummary

func (UnimplementedBkgSummaryServiceServer) GetBookingSummaries

type UnimplementedReferenceServiceServer

type UnimplementedReferenceServiceServer struct{}

UnimplementedReferenceServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedReferenceServiceServer) CreateReference

func (UnimplementedReferenceServiceServer) FindByBookingId

func (UnimplementedReferenceServiceServer) FindByShipmentId

type UnsafeBkgServiceServer

type UnsafeBkgServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBkgServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BkgServiceServer will result in compilation errors.

type UnsafeBkgShipmentSummaryServiceServer

type UnsafeBkgShipmentSummaryServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBkgShipmentSummaryServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BkgShipmentSummaryServiceServer will result in compilation errors.

type UnsafeBkgSummaryServiceServer

type UnsafeBkgSummaryServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeBkgSummaryServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to BkgSummaryServiceServer will result in compilation errors.

type UnsafeReferenceServiceServer

type UnsafeReferenceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeReferenceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ReferenceServiceServer will result in compilation errors.

type UpdateBookingByReferenceCarrierBookingRequestReferenceRequest

type UpdateBookingByReferenceCarrierBookingRequestReferenceRequest struct {
	CarrierBookingRequestReference string `` /* 155-byte string literal not displayed */
	DocumentStatus                 string `protobuf:"bytes,2,opt,name=document_status,json=documentStatus,proto3" json:"document_status,omitempty"`
	ReceiptTypeAtOrigin            string `protobuf:"bytes,3,opt,name=receipt_type_at_origin,json=receiptTypeAtOrigin,proto3" json:"receipt_type_at_origin,omitempty"`
	DeliveryTypeAtDestination      string `` /* 140-byte string literal not displayed */
	CargoMovementTypeAtOrigin      string `` /* 142-byte string literal not displayed */
	CargoMovementTypeAtDestination string `` /* 157-byte string literal not displayed */
	ServiceContractReference       string `` /* 135-byte string literal not displayed */
	PaymentTermCode                string `protobuf:"bytes,8,opt,name=payment_term_code,json=paymentTermCode,proto3" json:"payment_term_code,omitempty"`
	UserId                         string `protobuf:"bytes,9,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                      string `protobuf:"bytes,10,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                      string `protobuf:"bytes,11,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) Descriptor deprecated

Deprecated: Use UpdateBookingByReferenceCarrierBookingRequestReferenceRequest.ProtoReflect.Descriptor instead.

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetCargoMovementTypeAtDestination

func (x *UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetCargoMovementTypeAtDestination() string

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetCargoMovementTypeAtOrigin

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetCarrierBookingRequestReference

func (x *UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetCarrierBookingRequestReference() string

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetDeliveryTypeAtDestination

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetDocumentStatus

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetPaymentTermCode

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetReceiptTypeAtOrigin

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetRequestId

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetServiceContractReference

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetUserEmail

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) GetUserId

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) ProtoMessage

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) ProtoReflect

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) Reset

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) String

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) Validate

Validate checks the field values on UpdateBookingByReferenceCarrierBookingRequestReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceRequest) ValidateAll

ValidateAll checks the field values on UpdateBookingByReferenceCarrierBookingRequestReferenceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateBookingByReferenceCarrierBookingRequestReferenceRequestMultiError, or nil if none found.

type UpdateBookingByReferenceCarrierBookingRequestReferenceRequestMultiError

type UpdateBookingByReferenceCarrierBookingRequestReferenceRequestMultiError []error

UpdateBookingByReferenceCarrierBookingRequestReferenceRequestMultiError is an error wrapping multiple validation errors returned by UpdateBookingByReferenceCarrierBookingRequestReferenceRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateBookingByReferenceCarrierBookingRequestReferenceRequestValidationError

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

UpdateBookingByReferenceCarrierBookingRequestReferenceRequestValidationError is the validation error returned by UpdateBookingByReferenceCarrierBookingRequestReferenceRequest.Validate if the designated constraints aren't met.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceRequestValidationError) Cause

Cause function returns cause value.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateBookingByReferenceCarrierBookingRequestReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceRequestValidationError) Field

Field function returns field value.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceRequestValidationError) Key

Key function returns key value.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceRequestValidationError) Reason

Reason function returns reason value.

type UpdateBookingByReferenceCarrierBookingRequestReferenceResponse

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

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceResponse) Descriptor deprecated

Deprecated: Use UpdateBookingByReferenceCarrierBookingRequestReferenceResponse.ProtoReflect.Descriptor instead.

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceResponse) ProtoMessage

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceResponse) ProtoReflect

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceResponse) Reset

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceResponse) String

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceResponse) Validate

Validate checks the field values on UpdateBookingByReferenceCarrierBookingRequestReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateBookingByReferenceCarrierBookingRequestReferenceResponse) ValidateAll

ValidateAll checks the field values on UpdateBookingByReferenceCarrierBookingRequestReferenceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateBookingByReferenceCarrierBookingRequestReferenceResponseMultiError, or nil if none found.

type UpdateBookingByReferenceCarrierBookingRequestReferenceResponseMultiError

type UpdateBookingByReferenceCarrierBookingRequestReferenceResponseMultiError []error

UpdateBookingByReferenceCarrierBookingRequestReferenceResponseMultiError is an error wrapping multiple validation errors returned by UpdateBookingByReferenceCarrierBookingRequestReferenceResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateBookingByReferenceCarrierBookingRequestReferenceResponseValidationError

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

UpdateBookingByReferenceCarrierBookingRequestReferenceResponseValidationError is the validation error returned by UpdateBookingByReferenceCarrierBookingRequestReferenceResponse.Validate if the designated constraints aren't met.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceResponseValidationError) Cause

Cause function returns cause value.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateBookingByReferenceCarrierBookingRequestReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceResponseValidationError) Field

Field function returns field value.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceResponseValidationError) Key

Key function returns key value.

func (UpdateBookingByReferenceCarrierBookingRequestReferenceResponseValidationError) Reason

Reason function returns reason value.

type ValueAddedServiceRequest

type ValueAddedServiceRequest struct {
	Id                    uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Uuid4                 []byte `protobuf:"bytes,2,opt,name=uuid4,proto3" json:"uuid4,omitempty"`
	IdS                   string `protobuf:"bytes,3,opt,name=id_s,json=idS,proto3" json:"id_s,omitempty"`
	BookingId             uint32 `protobuf:"varint,4,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	ValueAddedServiceCode string `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ValueAddedServiceRequest) Descriptor deprecated

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

Deprecated: Use ValueAddedServiceRequest.ProtoReflect.Descriptor instead.

func (*ValueAddedServiceRequest) GetBookingId

func (x *ValueAddedServiceRequest) GetBookingId() uint32

func (*ValueAddedServiceRequest) GetId

func (x *ValueAddedServiceRequest) GetId() uint32

func (*ValueAddedServiceRequest) GetIdS

func (x *ValueAddedServiceRequest) GetIdS() string

func (*ValueAddedServiceRequest) GetUuid4

func (x *ValueAddedServiceRequest) GetUuid4() []byte

func (*ValueAddedServiceRequest) GetValueAddedServiceCode

func (x *ValueAddedServiceRequest) GetValueAddedServiceCode() string

func (*ValueAddedServiceRequest) ProtoMessage

func (*ValueAddedServiceRequest) ProtoMessage()

func (*ValueAddedServiceRequest) ProtoReflect

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

func (*ValueAddedServiceRequest) Reset

func (x *ValueAddedServiceRequest) Reset()

func (*ValueAddedServiceRequest) String

func (x *ValueAddedServiceRequest) String() string

func (*ValueAddedServiceRequest) Validate

func (m *ValueAddedServiceRequest) Validate() error

Validate checks the field values on ValueAddedServiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ValueAddedServiceRequest) ValidateAll

func (m *ValueAddedServiceRequest) ValidateAll() error

ValidateAll checks the field values on ValueAddedServiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValueAddedServiceRequestMultiError, or nil if none found.

type ValueAddedServiceRequestMultiError

type ValueAddedServiceRequestMultiError []error

ValueAddedServiceRequestMultiError is an error wrapping multiple validation errors returned by ValueAddedServiceRequest.ValidateAll() if the designated constraints aren't met.

func (ValueAddedServiceRequestMultiError) AllErrors

func (m ValueAddedServiceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ValueAddedServiceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ValueAddedServiceRequestValidationError

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

ValueAddedServiceRequestValidationError is the validation error returned by ValueAddedServiceRequest.Validate if the designated constraints aren't met.

func (ValueAddedServiceRequestValidationError) Cause

Cause function returns cause value.

func (ValueAddedServiceRequestValidationError) Error

Error satisfies the builtin error interface

func (ValueAddedServiceRequestValidationError) ErrorName

ErrorName returns error name.

func (ValueAddedServiceRequestValidationError) Field

Field function returns field value.

func (ValueAddedServiceRequestValidationError) Key

Key function returns key value.

func (ValueAddedServiceRequestValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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