Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterChargeServiceServer(s grpc.ServiceRegistrar, srv ChargeServiceServer)
- func RegisterTransportCallServiceServer(s grpc.ServiceRegistrar, srv TransportCallServiceServer)
- func RegisterUtilizedTransportEquipmentServiceServer(s grpc.ServiceRegistrar, srv UtilizedTransportEquipmentServiceServer)
- func RegisterVoyageServiceServer(s grpc.ServiceRegistrar, srv VoyageServiceServer)
- type Charge
- func (*Charge) Descriptor() ([]byte, []int)deprecated
- func (x *Charge) GetChargeD() *ChargeD
- func (x *Charge) GetCrUpdTime() *v1.CrUpdTime
- func (x *Charge) GetCrUpdUser() *v1.CrUpdUser
- func (*Charge) ProtoMessage()
- func (x *Charge) ProtoReflect() protoreflect.Message
- func (x *Charge) Reset()
- func (x *Charge) String() string
- func (m *Charge) Validate() error
- func (m *Charge) ValidateAll() error
- type ChargeD
- func (*ChargeD) Descriptor() ([]byte, []int)deprecated
- func (x *ChargeD) GetCalculationBasis() string
- func (x *ChargeD) GetChargeType() string
- func (x *ChargeD) GetCurrencyAmount() float64
- func (x *ChargeD) GetCurrencyCode() string
- func (x *ChargeD) GetId() uint32
- func (x *ChargeD) GetIdS() string
- func (x *ChargeD) GetPaymentTermCode() string
- func (x *ChargeD) GetQuantity() float64
- func (x *ChargeD) GetShipmentId() uint32
- func (x *ChargeD) GetTransportDocumentId() uint32
- func (x *ChargeD) GetUnitPrice() float64
- func (x *ChargeD) GetUuid4() []byte
- func (*ChargeD) ProtoMessage()
- func (x *ChargeD) ProtoReflect() protoreflect.Message
- func (x *ChargeD) Reset()
- func (x *ChargeD) String() string
- func (m *ChargeD) Validate() error
- func (m *ChargeD) ValidateAll() error
- type ChargeDMultiError
- type ChargeDValidationError
- type ChargeMultiError
- type ChargeServiceClient
- type ChargeServiceServer
- type ChargeValidationError
- type CreateChargeRequest
- func (*CreateChargeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateChargeRequest) GetCalculationBasis() string
- func (x *CreateChargeRequest) GetChargeType() string
- func (x *CreateChargeRequest) GetCurrencyAmount() float64
- func (x *CreateChargeRequest) GetCurrencyCode() string
- func (x *CreateChargeRequest) GetPaymentTermCode() string
- func (x *CreateChargeRequest) GetQuantity() float64
- func (x *CreateChargeRequest) GetRequestId() string
- func (x *CreateChargeRequest) GetShipmentId() uint32
- func (x *CreateChargeRequest) GetTransportDocumentId() uint32
- func (x *CreateChargeRequest) GetUnitPrice() float64
- func (x *CreateChargeRequest) GetUserEmail() string
- func (x *CreateChargeRequest) GetUserId() string
- func (*CreateChargeRequest) ProtoMessage()
- func (x *CreateChargeRequest) ProtoReflect() protoreflect.Message
- func (x *CreateChargeRequest) Reset()
- func (x *CreateChargeRequest) String() string
- func (m *CreateChargeRequest) Validate() error
- func (m *CreateChargeRequest) ValidateAll() error
- type CreateChargeRequestMultiError
- type CreateChargeRequestValidationError
- func (e CreateChargeRequestValidationError) Cause() error
- func (e CreateChargeRequestValidationError) Error() string
- func (e CreateChargeRequestValidationError) ErrorName() string
- func (e CreateChargeRequestValidationError) Field() string
- func (e CreateChargeRequestValidationError) Key() bool
- func (e CreateChargeRequestValidationError) Reason() string
- type CreateChargeResponse
- func (*CreateChargeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateChargeResponse) GetCharge() *Charge
- func (*CreateChargeResponse) ProtoMessage()
- func (x *CreateChargeResponse) ProtoReflect() protoreflect.Message
- func (x *CreateChargeResponse) Reset()
- func (x *CreateChargeResponse) String() string
- func (m *CreateChargeResponse) Validate() error
- func (m *CreateChargeResponse) ValidateAll() error
- type CreateChargeResponseMultiError
- type CreateChargeResponseValidationError
- func (e CreateChargeResponseValidationError) Cause() error
- func (e CreateChargeResponseValidationError) Error() string
- func (e CreateChargeResponseValidationError) ErrorName() string
- func (e CreateChargeResponseValidationError) Field() string
- func (e CreateChargeResponseValidationError) Key() bool
- func (e CreateChargeResponseValidationError) Reason() string
- type CreateEquipmentRequest
- func (*CreateEquipmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateEquipmentRequest) GetEquipmentReference() string
- func (x *CreateEquipmentRequest) GetIsoEquipmentCode() string
- func (x *CreateEquipmentRequest) GetRequestId() string
- func (x *CreateEquipmentRequest) GetTareWeight() float64
- func (x *CreateEquipmentRequest) GetUserEmail() string
- func (x *CreateEquipmentRequest) GetUserId() string
- func (x *CreateEquipmentRequest) GetWeightUnit() string
- func (*CreateEquipmentRequest) ProtoMessage()
- func (x *CreateEquipmentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateEquipmentRequest) Reset()
- func (x *CreateEquipmentRequest) String() string
- func (m *CreateEquipmentRequest) Validate() error
- func (m *CreateEquipmentRequest) ValidateAll() error
- type CreateEquipmentRequestMultiError
- type CreateEquipmentRequestValidationError
- func (e CreateEquipmentRequestValidationError) Cause() error
- func (e CreateEquipmentRequestValidationError) Error() string
- func (e CreateEquipmentRequestValidationError) ErrorName() string
- func (e CreateEquipmentRequestValidationError) Field() string
- func (e CreateEquipmentRequestValidationError) Key() bool
- func (e CreateEquipmentRequestValidationError) Reason() string
- type CreateTransportCallRequest
- func (*CreateTransportCallRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTransportCallRequest) GetExportVoyageId() uint32
- func (x *CreateTransportCallRequest) GetFacilityId() uint32
- func (x *CreateTransportCallRequest) GetFacilityTypeCode() string
- func (x *CreateTransportCallRequest) GetImportVoyageId() uint32
- func (x *CreateTransportCallRequest) GetLocationId() uint32
- func (x *CreateTransportCallRequest) GetModeOfTransportCode() string
- func (x *CreateTransportCallRequest) GetOtherFacility() string
- func (x *CreateTransportCallRequest) GetPortCallStatusCode() string
- func (x *CreateTransportCallRequest) GetPortVisitReference() string
- func (x *CreateTransportCallRequest) GetRequestId() string
- func (x *CreateTransportCallRequest) GetTransportCallReference() string
- func (x *CreateTransportCallRequest) GetTransportCallSequenceNumber() uint32
- func (x *CreateTransportCallRequest) GetUserEmail() string
- func (x *CreateTransportCallRequest) GetUserId() string
- func (x *CreateTransportCallRequest) GetVesselId() uint32
- func (*CreateTransportCallRequest) ProtoMessage()
- func (x *CreateTransportCallRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTransportCallRequest) Reset()
- func (x *CreateTransportCallRequest) String() string
- func (m *CreateTransportCallRequest) Validate() error
- func (m *CreateTransportCallRequest) ValidateAll() error
- type CreateTransportCallRequestMultiError
- type CreateTransportCallRequestValidationError
- func (e CreateTransportCallRequestValidationError) Cause() error
- func (e CreateTransportCallRequestValidationError) Error() string
- func (e CreateTransportCallRequestValidationError) ErrorName() string
- func (e CreateTransportCallRequestValidationError) Field() string
- func (e CreateTransportCallRequestValidationError) Key() bool
- func (e CreateTransportCallRequestValidationError) Reason() string
- type CreateTransportCallResponse
- func (*CreateTransportCallResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTransportCallResponse) GetTransportCall() *TransportCall
- func (*CreateTransportCallResponse) ProtoMessage()
- func (x *CreateTransportCallResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTransportCallResponse) Reset()
- func (x *CreateTransportCallResponse) String() string
- func (m *CreateTransportCallResponse) Validate() error
- func (m *CreateTransportCallResponse) ValidateAll() error
- type CreateTransportCallResponseMultiError
- type CreateTransportCallResponseValidationError
- func (e CreateTransportCallResponseValidationError) Cause() error
- func (e CreateTransportCallResponseValidationError) Error() string
- func (e CreateTransportCallResponseValidationError) ErrorName() string
- func (e CreateTransportCallResponseValidationError) Field() string
- func (e CreateTransportCallResponseValidationError) Key() bool
- func (e CreateTransportCallResponseValidationError) Reason() string
- type CreateUtilizedTransportEquipmentRequest
- func (*CreateUtilizedTransportEquipmentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeight() float64
- func (x *CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeightUnit() string
- func (x *CreateUtilizedTransportEquipmentRequest) GetEquipment() *CreateEquipmentRequest
- func (x *CreateUtilizedTransportEquipmentRequest) GetEquipmentReference() string
- func (x *CreateUtilizedTransportEquipmentRequest) GetIsShipperOwned() bool
- func (x *CreateUtilizedTransportEquipmentRequest) GetRequestId() string
- func (x *CreateUtilizedTransportEquipmentRequest) GetUserEmail() string
- func (x *CreateUtilizedTransportEquipmentRequest) GetUserId() string
- func (*CreateUtilizedTransportEquipmentRequest) ProtoMessage()
- func (x *CreateUtilizedTransportEquipmentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateUtilizedTransportEquipmentRequest) Reset()
- func (x *CreateUtilizedTransportEquipmentRequest) String() string
- func (m *CreateUtilizedTransportEquipmentRequest) Validate() error
- func (m *CreateUtilizedTransportEquipmentRequest) ValidateAll() error
- type CreateUtilizedTransportEquipmentRequestMultiError
- type CreateUtilizedTransportEquipmentRequestValidationError
- func (e CreateUtilizedTransportEquipmentRequestValidationError) Cause() error
- func (e CreateUtilizedTransportEquipmentRequestValidationError) Error() string
- func (e CreateUtilizedTransportEquipmentRequestValidationError) ErrorName() string
- func (e CreateUtilizedTransportEquipmentRequestValidationError) Field() string
- func (e CreateUtilizedTransportEquipmentRequestValidationError) Key() bool
- func (e CreateUtilizedTransportEquipmentRequestValidationError) Reason() string
- type CreateUtilizedTransportEquipmentResponse
- func (*CreateUtilizedTransportEquipmentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateUtilizedTransportEquipmentResponse) GetUtilizedTransportEquipment() *UtilizedTransportEquipment
- func (*CreateUtilizedTransportEquipmentResponse) ProtoMessage()
- func (x *CreateUtilizedTransportEquipmentResponse) ProtoReflect() protoreflect.Message
- func (x *CreateUtilizedTransportEquipmentResponse) Reset()
- func (x *CreateUtilizedTransportEquipmentResponse) String() string
- func (m *CreateUtilizedTransportEquipmentResponse) Validate() error
- func (m *CreateUtilizedTransportEquipmentResponse) ValidateAll() error
- type CreateUtilizedTransportEquipmentResponseMultiError
- type CreateUtilizedTransportEquipmentResponseValidationError
- func (e CreateUtilizedTransportEquipmentResponseValidationError) Cause() error
- func (e CreateUtilizedTransportEquipmentResponseValidationError) Error() string
- func (e CreateUtilizedTransportEquipmentResponseValidationError) ErrorName() string
- func (e CreateUtilizedTransportEquipmentResponseValidationError) Field() string
- func (e CreateUtilizedTransportEquipmentResponseValidationError) Key() bool
- func (e CreateUtilizedTransportEquipmentResponseValidationError) Reason() string
- type CreateVoyageRequest
- func (*CreateVoyageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateVoyageRequest) GetCarrierVoyageNumber() string
- func (x *CreateVoyageRequest) GetRequestId() string
- func (x *CreateVoyageRequest) GetServiceId() uint32
- func (x *CreateVoyageRequest) GetUniversalVoyageReference() string
- func (x *CreateVoyageRequest) GetUserEmail() string
- func (x *CreateVoyageRequest) GetUserId() string
- func (*CreateVoyageRequest) ProtoMessage()
- func (x *CreateVoyageRequest) ProtoReflect() protoreflect.Message
- func (x *CreateVoyageRequest) Reset()
- func (x *CreateVoyageRequest) String() string
- func (m *CreateVoyageRequest) Validate() error
- func (m *CreateVoyageRequest) ValidateAll() error
- type CreateVoyageRequestMultiError
- type CreateVoyageRequestValidationError
- func (e CreateVoyageRequestValidationError) Cause() error
- func (e CreateVoyageRequestValidationError) Error() string
- func (e CreateVoyageRequestValidationError) ErrorName() string
- func (e CreateVoyageRequestValidationError) Field() string
- func (e CreateVoyageRequestValidationError) Key() bool
- func (e CreateVoyageRequestValidationError) Reason() string
- type CreateVoyageResponse
- func (*CreateVoyageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateVoyageResponse) GetVoyage() *Voyage
- func (*CreateVoyageResponse) ProtoMessage()
- func (x *CreateVoyageResponse) ProtoReflect() protoreflect.Message
- func (x *CreateVoyageResponse) Reset()
- func (x *CreateVoyageResponse) String() string
- func (m *CreateVoyageResponse) Validate() error
- func (m *CreateVoyageResponse) ValidateAll() error
- type CreateVoyageResponseMultiError
- type CreateVoyageResponseValidationError
- func (e CreateVoyageResponseValidationError) Cause() error
- func (e CreateVoyageResponseValidationError) Error() string
- func (e CreateVoyageResponseValidationError) ErrorName() string
- func (e CreateVoyageResponseValidationError) Field() string
- func (e CreateVoyageResponseValidationError) Key() bool
- func (e CreateVoyageResponseValidationError) Reason() string
- type Equipment
- func (*Equipment) Descriptor() ([]byte, []int)deprecated
- func (x *Equipment) GetCrUpdTime() *v1.CrUpdTime
- func (x *Equipment) GetCrUpdUser() *v1.CrUpdUser
- func (x *Equipment) GetEquipmentD() *EquipmentD
- func (*Equipment) ProtoMessage()
- func (x *Equipment) ProtoReflect() protoreflect.Message
- func (x *Equipment) Reset()
- func (x *Equipment) String() string
- func (m *Equipment) Validate() error
- func (m *Equipment) ValidateAll() error
- type EquipmentD
- func (*EquipmentD) Descriptor() ([]byte, []int)deprecated
- func (x *EquipmentD) GetEquipmentReference() string
- func (x *EquipmentD) GetId() uint32
- func (x *EquipmentD) GetIdS() string
- func (x *EquipmentD) GetIsoEquipmentCode() string
- func (x *EquipmentD) GetTareWeight() float64
- func (x *EquipmentD) GetUuid4() []byte
- func (x *EquipmentD) GetWeightUnit() string
- func (*EquipmentD) ProtoMessage()
- func (x *EquipmentD) ProtoReflect() protoreflect.Message
- func (x *EquipmentD) Reset()
- func (x *EquipmentD) String() string
- func (m *EquipmentD) Validate() error
- func (m *EquipmentD) ValidateAll() error
- type EquipmentDMultiError
- type EquipmentDValidationError
- type EquipmentMultiError
- type EquipmentValidationError
- type FetchChargesByShipmentIdRequest
- func (*FetchChargesByShipmentIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FetchChargesByShipmentIdRequest) GetLimit() string
- func (x *FetchChargesByShipmentIdRequest) GetNextCursor() string
- func (x *FetchChargesByShipmentIdRequest) GetRequestId() string
- func (x *FetchChargesByShipmentIdRequest) GetShipmentId() uint32
- func (x *FetchChargesByShipmentIdRequest) GetUserEmail() string
- func (x *FetchChargesByShipmentIdRequest) GetUserId() string
- func (*FetchChargesByShipmentIdRequest) ProtoMessage()
- func (x *FetchChargesByShipmentIdRequest) ProtoReflect() protoreflect.Message
- func (x *FetchChargesByShipmentIdRequest) Reset()
- func (x *FetchChargesByShipmentIdRequest) String() string
- func (m *FetchChargesByShipmentIdRequest) Validate() error
- func (m *FetchChargesByShipmentIdRequest) ValidateAll() error
- type FetchChargesByShipmentIdRequestMultiError
- type FetchChargesByShipmentIdRequestValidationError
- func (e FetchChargesByShipmentIdRequestValidationError) Cause() error
- func (e FetchChargesByShipmentIdRequestValidationError) Error() string
- func (e FetchChargesByShipmentIdRequestValidationError) ErrorName() string
- func (e FetchChargesByShipmentIdRequestValidationError) Field() string
- func (e FetchChargesByShipmentIdRequestValidationError) Key() bool
- func (e FetchChargesByShipmentIdRequestValidationError) Reason() string
- type FetchChargesByShipmentIdResponse
- func (*FetchChargesByShipmentIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FetchChargesByShipmentIdResponse) GetCharges() []*Charge
- func (x *FetchChargesByShipmentIdResponse) GetNextCursor() string
- func (*FetchChargesByShipmentIdResponse) ProtoMessage()
- func (x *FetchChargesByShipmentIdResponse) ProtoReflect() protoreflect.Message
- func (x *FetchChargesByShipmentIdResponse) Reset()
- func (x *FetchChargesByShipmentIdResponse) String() string
- func (m *FetchChargesByShipmentIdResponse) Validate() error
- func (m *FetchChargesByShipmentIdResponse) ValidateAll() error
- type FetchChargesByShipmentIdResponseMultiError
- type FetchChargesByShipmentIdResponseValidationError
- func (e FetchChargesByShipmentIdResponseValidationError) Cause() error
- func (e FetchChargesByShipmentIdResponseValidationError) Error() string
- func (e FetchChargesByShipmentIdResponseValidationError) ErrorName() string
- func (e FetchChargesByShipmentIdResponseValidationError) Field() string
- func (e FetchChargesByShipmentIdResponseValidationError) Key() bool
- func (e FetchChargesByShipmentIdResponseValidationError) Reason() string
- type FetchChargesByTransportDocumentIdRequest
- func (*FetchChargesByTransportDocumentIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FetchChargesByTransportDocumentIdRequest) GetLimit() string
- func (x *FetchChargesByTransportDocumentIdRequest) GetNextCursor() string
- func (x *FetchChargesByTransportDocumentIdRequest) GetRequestId() string
- func (x *FetchChargesByTransportDocumentIdRequest) GetTransportDocumentId() uint32
- func (x *FetchChargesByTransportDocumentIdRequest) GetUserEmail() string
- func (x *FetchChargesByTransportDocumentIdRequest) GetUserId() string
- func (*FetchChargesByTransportDocumentIdRequest) ProtoMessage()
- func (x *FetchChargesByTransportDocumentIdRequest) ProtoReflect() protoreflect.Message
- func (x *FetchChargesByTransportDocumentIdRequest) Reset()
- func (x *FetchChargesByTransportDocumentIdRequest) String() string
- func (m *FetchChargesByTransportDocumentIdRequest) Validate() error
- func (m *FetchChargesByTransportDocumentIdRequest) ValidateAll() error
- type FetchChargesByTransportDocumentIdRequestMultiError
- type FetchChargesByTransportDocumentIdRequestValidationError
- func (e FetchChargesByTransportDocumentIdRequestValidationError) Cause() error
- func (e FetchChargesByTransportDocumentIdRequestValidationError) Error() string
- func (e FetchChargesByTransportDocumentIdRequestValidationError) ErrorName() string
- func (e FetchChargesByTransportDocumentIdRequestValidationError) Field() string
- func (e FetchChargesByTransportDocumentIdRequestValidationError) Key() bool
- func (e FetchChargesByTransportDocumentIdRequestValidationError) Reason() string
- type FetchChargesByTransportDocumentIdResponse
- func (*FetchChargesByTransportDocumentIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FetchChargesByTransportDocumentIdResponse) GetCharges() []*Charge
- func (x *FetchChargesByTransportDocumentIdResponse) GetNextCursor() string
- func (*FetchChargesByTransportDocumentIdResponse) ProtoMessage()
- func (x *FetchChargesByTransportDocumentIdResponse) ProtoReflect() protoreflect.Message
- func (x *FetchChargesByTransportDocumentIdResponse) Reset()
- func (x *FetchChargesByTransportDocumentIdResponse) String() string
- func (m *FetchChargesByTransportDocumentIdResponse) Validate() error
- func (m *FetchChargesByTransportDocumentIdResponse) ValidateAll() error
- type FetchChargesByTransportDocumentIdResponseMultiError
- type FetchChargesByTransportDocumentIdResponseValidationError
- func (e FetchChargesByTransportDocumentIdResponseValidationError) Cause() error
- func (e FetchChargesByTransportDocumentIdResponseValidationError) Error() string
- func (e FetchChargesByTransportDocumentIdResponseValidationError) ErrorName() string
- func (e FetchChargesByTransportDocumentIdResponseValidationError) Field() string
- func (e FetchChargesByTransportDocumentIdResponseValidationError) Key() bool
- func (e FetchChargesByTransportDocumentIdResponseValidationError) Reason() string
- type FindByCarrierVoyageNumberAndServiceIdRequest
- func (*FindByCarrierVoyageNumberAndServiceIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetCarrierVoyageNumber() string
- func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetRequestId() string
- func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetServiceId() uint32
- func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetUserEmail() string
- func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetUserId() string
- func (*FindByCarrierVoyageNumberAndServiceIdRequest) ProtoMessage()
- func (x *FindByCarrierVoyageNumberAndServiceIdRequest) ProtoReflect() protoreflect.Message
- func (x *FindByCarrierVoyageNumberAndServiceIdRequest) Reset()
- func (x *FindByCarrierVoyageNumberAndServiceIdRequest) String() string
- func (m *FindByCarrierVoyageNumberAndServiceIdRequest) Validate() error
- func (m *FindByCarrierVoyageNumberAndServiceIdRequest) ValidateAll() error
- type FindByCarrierVoyageNumberAndServiceIdRequestMultiError
- type FindByCarrierVoyageNumberAndServiceIdRequestValidationError
- func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Cause() error
- func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Error() string
- func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) ErrorName() string
- func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Field() string
- func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Key() bool
- func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Reason() string
- type FindByCarrierVoyageNumberAndServiceIdResponse
- func (*FindByCarrierVoyageNumberAndServiceIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindByCarrierVoyageNumberAndServiceIdResponse) GetVoyage() *Voyage
- func (*FindByCarrierVoyageNumberAndServiceIdResponse) ProtoMessage()
- func (x *FindByCarrierVoyageNumberAndServiceIdResponse) ProtoReflect() protoreflect.Message
- func (x *FindByCarrierVoyageNumberAndServiceIdResponse) Reset()
- func (x *FindByCarrierVoyageNumberAndServiceIdResponse) String() string
- func (m *FindByCarrierVoyageNumberAndServiceIdResponse) Validate() error
- func (m *FindByCarrierVoyageNumberAndServiceIdResponse) ValidateAll() error
- type FindByCarrierVoyageNumberAndServiceIdResponseMultiError
- type FindByCarrierVoyageNumberAndServiceIdResponseValidationError
- func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Cause() error
- func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Error() string
- func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) ErrorName() string
- func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Field() string
- func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Key() bool
- func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Reason() string
- type FindByCarrierVoyageNumberRequest
- func (*FindByCarrierVoyageNumberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindByCarrierVoyageNumberRequest) GetCarrierVoyageNumber() string
- func (x *FindByCarrierVoyageNumberRequest) GetRequestId() string
- func (x *FindByCarrierVoyageNumberRequest) GetUserEmail() string
- func (x *FindByCarrierVoyageNumberRequest) GetUserId() string
- func (*FindByCarrierVoyageNumberRequest) ProtoMessage()
- func (x *FindByCarrierVoyageNumberRequest) ProtoReflect() protoreflect.Message
- func (x *FindByCarrierVoyageNumberRequest) Reset()
- func (x *FindByCarrierVoyageNumberRequest) String() string
- func (m *FindByCarrierVoyageNumberRequest) Validate() error
- func (m *FindByCarrierVoyageNumberRequest) ValidateAll() error
- type FindByCarrierVoyageNumberRequestMultiError
- type FindByCarrierVoyageNumberRequestValidationError
- func (e FindByCarrierVoyageNumberRequestValidationError) Cause() error
- func (e FindByCarrierVoyageNumberRequestValidationError) Error() string
- func (e FindByCarrierVoyageNumberRequestValidationError) ErrorName() string
- func (e FindByCarrierVoyageNumberRequestValidationError) Field() string
- func (e FindByCarrierVoyageNumberRequestValidationError) Key() bool
- func (e FindByCarrierVoyageNumberRequestValidationError) Reason() string
- type FindByCarrierVoyageNumberResponse
- func (*FindByCarrierVoyageNumberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindByCarrierVoyageNumberResponse) GetVoyage() *Voyage
- func (*FindByCarrierVoyageNumberResponse) ProtoMessage()
- func (x *FindByCarrierVoyageNumberResponse) ProtoReflect() protoreflect.Message
- func (x *FindByCarrierVoyageNumberResponse) Reset()
- func (x *FindByCarrierVoyageNumberResponse) String() string
- func (m *FindByCarrierVoyageNumberResponse) Validate() error
- func (m *FindByCarrierVoyageNumberResponse) ValidateAll() error
- type FindByCarrierVoyageNumberResponseMultiError
- type FindByCarrierVoyageNumberResponseValidationError
- func (e FindByCarrierVoyageNumberResponseValidationError) Cause() error
- func (e FindByCarrierVoyageNumberResponseValidationError) Error() string
- func (e FindByCarrierVoyageNumberResponseValidationError) ErrorName() string
- func (e FindByCarrierVoyageNumberResponseValidationError) Field() string
- func (e FindByCarrierVoyageNumberResponseValidationError) Key() bool
- func (e FindByCarrierVoyageNumberResponseValidationError) Reason() string
- type FindCarrierVoyageNumbersByCarrierBookingRefRequest
- func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetCarrierBookingRef() string
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetRequestId() string
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetUserEmail() string
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetUserId() string
- func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) ProtoMessage()
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) ProtoReflect() protoreflect.Message
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) Reset()
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) String() string
- func (m *FindCarrierVoyageNumbersByCarrierBookingRefRequest) Validate() error
- func (m *FindCarrierVoyageNumbersByCarrierBookingRefRequest) ValidateAll() error
- type FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError
- type FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError
- func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Cause() error
- func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Error() string
- func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) ErrorName() string
- func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Field() string
- func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Key() bool
- func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Reason() string
- type FindCarrierVoyageNumbersByCarrierBookingRefResponse
- func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefResponse) GetVoyage() *Voyage
- func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) ProtoMessage()
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefResponse) ProtoReflect() protoreflect.Message
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefResponse) Reset()
- func (x *FindCarrierVoyageNumbersByCarrierBookingRefResponse) String() string
- func (m *FindCarrierVoyageNumbersByCarrierBookingRefResponse) Validate() error
- func (m *FindCarrierVoyageNumbersByCarrierBookingRefResponse) ValidateAll() error
- type FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError
- type FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError
- func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Cause() error
- func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Error() string
- func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) ErrorName() string
- func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Field() string
- func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Key() bool
- func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Reason() string
- type FindCarrierVoyageNumbersByShippingInstructionIdRequest
- func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetRequestId() string
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetShippingInstructionId() uint32
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetUserEmail() string
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetUserId() string
- func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) ProtoMessage()
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) ProtoReflect() protoreflect.Message
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) Reset()
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) String() string
- func (m *FindCarrierVoyageNumbersByShippingInstructionIdRequest) Validate() error
- func (m *FindCarrierVoyageNumbersByShippingInstructionIdRequest) ValidateAll() error
- type FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError
- type FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError
- func (e FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Cause() error
- func (e FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Error() string
- func (e FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) ErrorName() string
- func (e FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Field() string
- func (e FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Key() bool
- func (e FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Reason() string
- type FindCarrierVoyageNumbersByShippingInstructionIdResponse
- func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdResponse) GetVoyage() *Voyage
- func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) ProtoMessage()
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdResponse) ProtoReflect() protoreflect.Message
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdResponse) Reset()
- func (x *FindCarrierVoyageNumbersByShippingInstructionIdResponse) String() string
- func (m *FindCarrierVoyageNumbersByShippingInstructionIdResponse) Validate() error
- func (m *FindCarrierVoyageNumbersByShippingInstructionIdResponse) ValidateAll() error
- type FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError
- type FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError
- func (e FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Cause() error
- func (e FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Error() string
- func (e FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) ErrorName() string
- func (e FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Field() string
- func (e FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Key() bool
- func (e FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Reason() string
- type FindCarrierVoyageNumbersByTransportDocumentRefRequest
- func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetRequestId() string
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetTransportDocumentRef() string
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetUserEmail() string
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetUserId() string
- func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) ProtoMessage()
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) ProtoReflect() protoreflect.Message
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) Reset()
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) String() string
- func (m *FindCarrierVoyageNumbersByTransportDocumentRefRequest) Validate() error
- func (m *FindCarrierVoyageNumbersByTransportDocumentRefRequest) ValidateAll() error
- type FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError
- type FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError
- func (e FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Cause() error
- func (e FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Error() string
- func (e FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) ErrorName() string
- func (e FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Field() string
- func (e FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Key() bool
- func (e FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Reason() string
- type FindCarrierVoyageNumbersByTransportDocumentRefResponse
- func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefResponse) GetVoyage() *Voyage
- func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) ProtoMessage()
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefResponse) ProtoReflect() protoreflect.Message
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefResponse) Reset()
- func (x *FindCarrierVoyageNumbersByTransportDocumentRefResponse) String() string
- func (m *FindCarrierVoyageNumbersByTransportDocumentRefResponse) Validate() error
- func (m *FindCarrierVoyageNumbersByTransportDocumentRefResponse) ValidateAll() error
- type FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError
- type FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError
- func (e FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Cause() error
- func (e FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Error() string
- func (e FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) ErrorName() string
- func (e FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Field() string
- func (e FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Key() bool
- func (e FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Reason() string
- type FindTransportCallRequest
- func (*FindTransportCallRequest) Descriptor() ([]byte, []int)deprecated
- func (x *FindTransportCallRequest) GetGetRequest() *v1.GetRequest
- func (*FindTransportCallRequest) ProtoMessage()
- func (x *FindTransportCallRequest) ProtoReflect() protoreflect.Message
- func (x *FindTransportCallRequest) Reset()
- func (x *FindTransportCallRequest) String() string
- func (m *FindTransportCallRequest) Validate() error
- func (m *FindTransportCallRequest) ValidateAll() error
- type FindTransportCallRequestMultiError
- type FindTransportCallRequestValidationError
- func (e FindTransportCallRequestValidationError) Cause() error
- func (e FindTransportCallRequestValidationError) Error() string
- func (e FindTransportCallRequestValidationError) ErrorName() string
- func (e FindTransportCallRequestValidationError) Field() string
- func (e FindTransportCallRequestValidationError) Key() bool
- func (e FindTransportCallRequestValidationError) Reason() string
- type FindTransportCallResponse
- func (*FindTransportCallResponse) Descriptor() ([]byte, []int)deprecated
- func (x *FindTransportCallResponse) GetTransportCall() *TransportCall
- func (*FindTransportCallResponse) ProtoMessage()
- func (x *FindTransportCallResponse) ProtoReflect() protoreflect.Message
- func (x *FindTransportCallResponse) Reset()
- func (x *FindTransportCallResponse) String() string
- func (m *FindTransportCallResponse) Validate() error
- func (m *FindTransportCallResponse) ValidateAll() error
- type FindTransportCallResponseMultiError
- type FindTransportCallResponseValidationError
- func (e FindTransportCallResponseValidationError) Cause() error
- func (e FindTransportCallResponseValidationError) Error() string
- func (e FindTransportCallResponseValidationError) ErrorName() string
- func (e FindTransportCallResponseValidationError) Field() string
- func (e FindTransportCallResponseValidationError) Key() bool
- func (e FindTransportCallResponseValidationError) Reason() string
- type GetTransportCallByPkRequest
- func (*GetTransportCallByPkRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransportCallByPkRequest) GetGetByIdRequest() *v1.GetByIdRequest
- func (*GetTransportCallByPkRequest) ProtoMessage()
- func (x *GetTransportCallByPkRequest) ProtoReflect() protoreflect.Message
- func (x *GetTransportCallByPkRequest) Reset()
- func (x *GetTransportCallByPkRequest) String() string
- func (m *GetTransportCallByPkRequest) Validate() error
- func (m *GetTransportCallByPkRequest) ValidateAll() error
- type GetTransportCallByPkRequestMultiError
- type GetTransportCallByPkRequestValidationError
- func (e GetTransportCallByPkRequestValidationError) Cause() error
- func (e GetTransportCallByPkRequestValidationError) Error() string
- func (e GetTransportCallByPkRequestValidationError) ErrorName() string
- func (e GetTransportCallByPkRequestValidationError) Field() string
- func (e GetTransportCallByPkRequestValidationError) Key() bool
- func (e GetTransportCallByPkRequestValidationError) Reason() string
- type GetTransportCallByPkResponse
- func (*GetTransportCallByPkResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransportCallByPkResponse) GetTransportCall() *TransportCall
- func (*GetTransportCallByPkResponse) ProtoMessage()
- func (x *GetTransportCallByPkResponse) ProtoReflect() protoreflect.Message
- func (x *GetTransportCallByPkResponse) Reset()
- func (x *GetTransportCallByPkResponse) String() string
- func (m *GetTransportCallByPkResponse) Validate() error
- func (m *GetTransportCallByPkResponse) ValidateAll() error
- type GetTransportCallByPkResponseMultiError
- type GetTransportCallByPkResponseValidationError
- func (e GetTransportCallByPkResponseValidationError) Cause() error
- func (e GetTransportCallByPkResponseValidationError) Error() string
- func (e GetTransportCallByPkResponseValidationError) ErrorName() string
- func (e GetTransportCallByPkResponseValidationError) Field() string
- func (e GetTransportCallByPkResponseValidationError) Key() bool
- func (e GetTransportCallByPkResponseValidationError) Reason() string
- type GetTransportCallsRequest
- func (*GetTransportCallsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransportCallsRequest) GetLimit() string
- func (x *GetTransportCallsRequest) GetNextCursor() string
- func (x *GetTransportCallsRequest) GetRequestId() string
- func (x *GetTransportCallsRequest) GetUserEmail() string
- func (*GetTransportCallsRequest) ProtoMessage()
- func (x *GetTransportCallsRequest) ProtoReflect() protoreflect.Message
- func (x *GetTransportCallsRequest) Reset()
- func (x *GetTransportCallsRequest) String() string
- func (m *GetTransportCallsRequest) Validate() error
- func (m *GetTransportCallsRequest) ValidateAll() error
- type GetTransportCallsRequestMultiError
- type GetTransportCallsRequestValidationError
- func (e GetTransportCallsRequestValidationError) Cause() error
- func (e GetTransportCallsRequestValidationError) Error() string
- func (e GetTransportCallsRequestValidationError) ErrorName() string
- func (e GetTransportCallsRequestValidationError) Field() string
- func (e GetTransportCallsRequestValidationError) Key() bool
- func (e GetTransportCallsRequestValidationError) Reason() string
- type GetTransportCallsResponse
- func (*GetTransportCallsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTransportCallsResponse) GetNextCursor() string
- func (x *GetTransportCallsResponse) GetTransportCalls() []*TransportCall
- func (*GetTransportCallsResponse) ProtoMessage()
- func (x *GetTransportCallsResponse) ProtoReflect() protoreflect.Message
- func (x *GetTransportCallsResponse) Reset()
- func (x *GetTransportCallsResponse) String() string
- func (m *GetTransportCallsResponse) Validate() error
- func (m *GetTransportCallsResponse) ValidateAll() error
- type GetTransportCallsResponseMultiError
- type GetTransportCallsResponseValidationError
- func (e GetTransportCallsResponseValidationError) Cause() error
- func (e GetTransportCallsResponseValidationError) Error() string
- func (e GetTransportCallsResponseValidationError) ErrorName() string
- func (e GetTransportCallsResponseValidationError) Field() string
- func (e GetTransportCallsResponseValidationError) Key() bool
- func (e GetTransportCallsResponseValidationError) Reason() string
- type GetVoyagesRequest
- func (*GetVoyagesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetVoyagesRequest) GetLimit() string
- func (x *GetVoyagesRequest) GetNextCursor() string
- func (x *GetVoyagesRequest) GetRequestId() string
- func (x *GetVoyagesRequest) GetUserEmail() string
- func (*GetVoyagesRequest) ProtoMessage()
- func (x *GetVoyagesRequest) ProtoReflect() protoreflect.Message
- func (x *GetVoyagesRequest) Reset()
- func (x *GetVoyagesRequest) String() string
- func (m *GetVoyagesRequest) Validate() error
- func (m *GetVoyagesRequest) ValidateAll() error
- type GetVoyagesRequestMultiError
- type GetVoyagesRequestValidationError
- func (e GetVoyagesRequestValidationError) Cause() error
- func (e GetVoyagesRequestValidationError) Error() string
- func (e GetVoyagesRequestValidationError) ErrorName() string
- func (e GetVoyagesRequestValidationError) Field() string
- func (e GetVoyagesRequestValidationError) Key() bool
- func (e GetVoyagesRequestValidationError) Reason() string
- type GetVoyagesResponse
- func (*GetVoyagesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetVoyagesResponse) GetNextCursor() string
- func (x *GetVoyagesResponse) GetVoyages() []*Voyage
- func (*GetVoyagesResponse) ProtoMessage()
- func (x *GetVoyagesResponse) ProtoReflect() protoreflect.Message
- func (x *GetVoyagesResponse) Reset()
- func (x *GetVoyagesResponse) String() string
- func (m *GetVoyagesResponse) Validate() error
- func (m *GetVoyagesResponse) ValidateAll() error
- type GetVoyagesResponseMultiError
- type GetVoyagesResponseValidationError
- func (e GetVoyagesResponseValidationError) Cause() error
- func (e GetVoyagesResponseValidationError) Error() string
- func (e GetVoyagesResponseValidationError) ErrorName() string
- func (e GetVoyagesResponseValidationError) Field() string
- func (e GetVoyagesResponseValidationError) Key() bool
- func (e GetVoyagesResponseValidationError) Reason() string
- type TransportCall
- func (*TransportCall) Descriptor() ([]byte, []int)deprecated
- func (x *TransportCall) GetCrUpdTime() *v1.CrUpdTime
- func (x *TransportCall) GetCrUpdUser() *v1.CrUpdUser
- func (x *TransportCall) GetTransportCallD() *TransportCallD
- func (*TransportCall) ProtoMessage()
- func (x *TransportCall) ProtoReflect() protoreflect.Message
- func (x *TransportCall) Reset()
- func (x *TransportCall) String() string
- func (m *TransportCall) Validate() error
- func (m *TransportCall) ValidateAll() error
- type TransportCallD
- func (*TransportCallD) Descriptor() ([]byte, []int)deprecated
- func (x *TransportCallD) GetExportVoyageId() uint32
- func (x *TransportCallD) GetFacilityId() uint32
- func (x *TransportCallD) GetFacilityTypeCode() string
- func (x *TransportCallD) GetId() uint32
- func (x *TransportCallD) GetIdS() string
- func (x *TransportCallD) GetImportVoyageId() uint32
- func (x *TransportCallD) GetLocationId() uint32
- func (x *TransportCallD) GetModeOfTransportCode() string
- func (x *TransportCallD) GetOtherFacility() string
- func (x *TransportCallD) GetPortCallStatusCode() string
- func (x *TransportCallD) GetPortVisitReference() string
- func (x *TransportCallD) GetTransportCallReference() string
- func (x *TransportCallD) GetTransportCallSequenceNumber() uint32
- func (x *TransportCallD) GetUuid4() []byte
- func (x *TransportCallD) GetVesselId() uint32
- func (*TransportCallD) ProtoMessage()
- func (x *TransportCallD) ProtoReflect() protoreflect.Message
- func (x *TransportCallD) Reset()
- func (x *TransportCallD) String() string
- func (m *TransportCallD) Validate() error
- func (m *TransportCallD) ValidateAll() error
- type TransportCallDMultiError
- type TransportCallDValidationError
- func (e TransportCallDValidationError) Cause() error
- func (e TransportCallDValidationError) Error() string
- func (e TransportCallDValidationError) ErrorName() string
- func (e TransportCallDValidationError) Field() string
- func (e TransportCallDValidationError) Key() bool
- func (e TransportCallDValidationError) Reason() string
- type TransportCallMultiError
- type TransportCallServiceClient
- type TransportCallServiceServer
- type TransportCallValidationError
- func (e TransportCallValidationError) Cause() error
- func (e TransportCallValidationError) Error() string
- func (e TransportCallValidationError) ErrorName() string
- func (e TransportCallValidationError) Field() string
- func (e TransportCallValidationError) Key() bool
- func (e TransportCallValidationError) Reason() string
- type UnimplementedChargeServiceServer
- func (UnimplementedChargeServiceServer) CreateCharge(context.Context, *CreateChargeRequest) (*CreateChargeResponse, error)
- func (UnimplementedChargeServiceServer) FetchChargesByShipmentId(context.Context, *FetchChargesByShipmentIdRequest) (*FetchChargesByShipmentIdResponse, error)
- func (UnimplementedChargeServiceServer) FetchChargesByTransportDocumentId(context.Context, *FetchChargesByTransportDocumentIdRequest) (*FetchChargesByTransportDocumentIdResponse, error)
- type UnimplementedTransportCallServiceServer
- func (UnimplementedTransportCallServiceServer) CreateTransportCall(context.Context, *CreateTransportCallRequest) (*CreateTransportCallResponse, error)
- func (UnimplementedTransportCallServiceServer) FindTransportCall(context.Context, *FindTransportCallRequest) (*FindTransportCallResponse, error)
- func (UnimplementedTransportCallServiceServer) GetTransportCallByPk(context.Context, *GetTransportCallByPkRequest) (*GetTransportCallByPkResponse, error)
- func (UnimplementedTransportCallServiceServer) GetTransportCalls(context.Context, *GetTransportCallsRequest) (*GetTransportCallsResponse, error)
- type UnimplementedUtilizedTransportEquipmentServiceServer
- type UnimplementedVoyageServiceServer
- func (UnimplementedVoyageServiceServer) CreateVoyage(context.Context, *CreateVoyageRequest) (*CreateVoyageResponse, error)
- func (UnimplementedVoyageServiceServer) FindByCarrierVoyageNumber(context.Context, *FindByCarrierVoyageNumberRequest) (*FindByCarrierVoyageNumberResponse, error)
- func (UnimplementedVoyageServiceServer) FindByCarrierVoyageNumberAndServiceId(context.Context, *FindByCarrierVoyageNumberAndServiceIdRequest) (*FindByCarrierVoyageNumberAndServiceIdResponse, error)
- func (UnimplementedVoyageServiceServer) FindCarrierVoyageNumbersByCarrierBookingRef(context.Context, *FindCarrierVoyageNumbersByCarrierBookingRefRequest) (*FindCarrierVoyageNumbersByCarrierBookingRefResponse, error)
- func (UnimplementedVoyageServiceServer) FindCarrierVoyageNumbersByShippingInstructionId(context.Context, *FindCarrierVoyageNumbersByShippingInstructionIdRequest) (*FindCarrierVoyageNumbersByShippingInstructionIdResponse, error)
- func (UnimplementedVoyageServiceServer) FindCarrierVoyageNumbersByTransportDocumentRef(context.Context, *FindCarrierVoyageNumbersByTransportDocumentRefRequest) (*FindCarrierVoyageNumbersByTransportDocumentRefResponse, error)
- func (UnimplementedVoyageServiceServer) GetVoyages(context.Context, *GetVoyagesRequest) (*GetVoyagesResponse, error)
- type UnsafeChargeServiceServer
- type UnsafeTransportCallServiceServer
- type UnsafeUtilizedTransportEquipmentServiceServer
- type UnsafeVoyageServiceServer
- type UtilizedTransportEquipment
- func (*UtilizedTransportEquipment) Descriptor() ([]byte, []int)deprecated
- func (x *UtilizedTransportEquipment) GetCrUpdTime() *v1.CrUpdTime
- func (x *UtilizedTransportEquipment) GetCrUpdUser() *v1.CrUpdUser
- func (x *UtilizedTransportEquipment) GetEquipment() *Equipment
- func (x *UtilizedTransportEquipment) GetUtilizedTransportEquipmentD() *UtilizedTransportEquipmentD
- func (*UtilizedTransportEquipment) ProtoMessage()
- func (x *UtilizedTransportEquipment) ProtoReflect() protoreflect.Message
- func (x *UtilizedTransportEquipment) Reset()
- func (x *UtilizedTransportEquipment) String() string
- func (m *UtilizedTransportEquipment) Validate() error
- func (m *UtilizedTransportEquipment) ValidateAll() error
- type UtilizedTransportEquipmentD
- func (*UtilizedTransportEquipmentD) Descriptor() ([]byte, []int)deprecated
- func (x *UtilizedTransportEquipmentD) GetCargoGrossWeight() float64
- func (x *UtilizedTransportEquipmentD) GetCargoGrossWeightUnit() string
- func (x *UtilizedTransportEquipmentD) GetEquipmentReference() string
- func (x *UtilizedTransportEquipmentD) GetId() uint32
- func (x *UtilizedTransportEquipmentD) GetIdS() string
- func (x *UtilizedTransportEquipmentD) GetIsShipperOwned() bool
- func (x *UtilizedTransportEquipmentD) GetUuid4() []byte
- func (*UtilizedTransportEquipmentD) ProtoMessage()
- func (x *UtilizedTransportEquipmentD) ProtoReflect() protoreflect.Message
- func (x *UtilizedTransportEquipmentD) Reset()
- func (x *UtilizedTransportEquipmentD) String() string
- func (m *UtilizedTransportEquipmentD) Validate() error
- func (m *UtilizedTransportEquipmentD) ValidateAll() error
- type UtilizedTransportEquipmentDMultiError
- type UtilizedTransportEquipmentDValidationError
- func (e UtilizedTransportEquipmentDValidationError) Cause() error
- func (e UtilizedTransportEquipmentDValidationError) Error() string
- func (e UtilizedTransportEquipmentDValidationError) ErrorName() string
- func (e UtilizedTransportEquipmentDValidationError) Field() string
- func (e UtilizedTransportEquipmentDValidationError) Key() bool
- func (e UtilizedTransportEquipmentDValidationError) Reason() string
- type UtilizedTransportEquipmentMultiError
- type UtilizedTransportEquipmentServiceClient
- type UtilizedTransportEquipmentServiceServer
- type UtilizedTransportEquipmentValidationError
- func (e UtilizedTransportEquipmentValidationError) Cause() error
- func (e UtilizedTransportEquipmentValidationError) Error() string
- func (e UtilizedTransportEquipmentValidationError) ErrorName() string
- func (e UtilizedTransportEquipmentValidationError) Field() string
- func (e UtilizedTransportEquipmentValidationError) Key() bool
- func (e UtilizedTransportEquipmentValidationError) Reason() string
- type Voyage
- func (*Voyage) Descriptor() ([]byte, []int)deprecated
- func (x *Voyage) GetCrUpdTime() *v1.CrUpdTime
- func (x *Voyage) GetCrUpdUser() *v1.CrUpdUser
- func (x *Voyage) GetVoyageD() *VoyageD
- func (*Voyage) ProtoMessage()
- func (x *Voyage) ProtoReflect() protoreflect.Message
- func (x *Voyage) Reset()
- func (x *Voyage) String() string
- func (m *Voyage) Validate() error
- func (m *Voyage) ValidateAll() error
- type VoyageD
- func (*VoyageD) Descriptor() ([]byte, []int)deprecated
- func (x *VoyageD) GetCarrierVoyageNumber() string
- func (x *VoyageD) GetId() uint32
- func (x *VoyageD) GetIdS() string
- func (x *VoyageD) GetServiceId() uint32
- func (x *VoyageD) GetUniversalVoyageReference() string
- func (x *VoyageD) GetUuid4() []byte
- func (*VoyageD) ProtoMessage()
- func (x *VoyageD) ProtoReflect() protoreflect.Message
- func (x *VoyageD) Reset()
- func (x *VoyageD) String() string
- func (m *VoyageD) Validate() error
- func (m *VoyageD) ValidateAll() error
- type VoyageDMultiError
- type VoyageDValidationError
- type VoyageMultiError
- type VoyageServiceClient
- type VoyageServiceServer
- type VoyageValidationError
Constants ¶
const ( ChargeService_CreateCharge_FullMethodName = "/eventcore.v1.ChargeService/CreateCharge" ChargeService_FetchChargesByTransportDocumentId_FullMethodName = "/eventcore.v1.ChargeService/FetchChargesByTransportDocumentId" ChargeService_FetchChargesByShipmentId_FullMethodName = "/eventcore.v1.ChargeService/FetchChargesByShipmentId" )
const ( TransportCallService_CreateTransportCall_FullMethodName = "/eventcore.v1.TransportCallService/CreateTransportCall" TransportCallService_GetTransportCalls_FullMethodName = "/eventcore.v1.TransportCallService/GetTransportCalls" TransportCallService_FindTransportCall_FullMethodName = "/eventcore.v1.TransportCallService/FindTransportCall" TransportCallService_GetTransportCallByPk_FullMethodName = "/eventcore.v1.TransportCallService/GetTransportCallByPk" )
const ( VoyageService_CreateVoyage_FullMethodName = "/eventcore.v1.VoyageService/CreateVoyage" VoyageService_GetVoyages_FullMethodName = "/eventcore.v1.VoyageService/GetVoyages" VoyageService_FindCarrierVoyageNumbersByTransportDocumentRef_FullMethodName = "/eventcore.v1.VoyageService/FindCarrierVoyageNumbersByTransportDocumentRef" VoyageService_FindByCarrierVoyageNumberAndServiceId_FullMethodName = "/eventcore.v1.VoyageService/FindByCarrierVoyageNumberAndServiceId" VoyageService_FindByCarrierVoyageNumber_FullMethodName = "/eventcore.v1.VoyageService/FindByCarrierVoyageNumber" VoyageService_FindCarrierVoyageNumbersByCarrierBookingRef_FullMethodName = "/eventcore.v1.VoyageService/FindCarrierVoyageNumbersByCarrierBookingRef" VoyageService_FindCarrierVoyageNumbersByShippingInstructionId_FullMethodName = "/eventcore.v1.VoyageService/FindCarrierVoyageNumbersByShippingInstructionId" )
const (
UtilizedTransportEquipmentService_CreateUtilizedTransportEquipment_FullMethodName = "/eventcore.v1.UtilizedTransportEquipmentService/CreateUtilizedTransportEquipment"
)
Variables ¶
var ChargeService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "eventcore.v1.ChargeService", HandlerType: (*ChargeServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateCharge", Handler: _ChargeService_CreateCharge_Handler, }, { MethodName: "FetchChargesByTransportDocumentId", Handler: _ChargeService_FetchChargesByTransportDocumentId_Handler, }, { MethodName: "FetchChargesByShipmentId", Handler: _ChargeService_FetchChargesByShipmentId_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "eventcore/v1/charge.proto", }
ChargeService_ServiceDesc is the grpc.ServiceDesc for ChargeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_eventcore_v1_charge_proto protoreflect.FileDescriptor
var File_eventcore_v1_transportcall_proto protoreflect.FileDescriptor
var File_eventcore_v1_utilizedtransportequipment_proto protoreflect.FileDescriptor
var File_eventcore_v1_voyage_proto protoreflect.FileDescriptor
var TransportCallService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "eventcore.v1.TransportCallService", HandlerType: (*TransportCallServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateTransportCall", Handler: _TransportCallService_CreateTransportCall_Handler, }, { MethodName: "GetTransportCalls", Handler: _TransportCallService_GetTransportCalls_Handler, }, { MethodName: "FindTransportCall", Handler: _TransportCallService_FindTransportCall_Handler, }, { MethodName: "GetTransportCallByPk", Handler: _TransportCallService_GetTransportCallByPk_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "eventcore/v1/transportcall.proto", }
TransportCallService_ServiceDesc is the grpc.ServiceDesc for TransportCallService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var UtilizedTransportEquipmentService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "eventcore.v1.UtilizedTransportEquipmentService", HandlerType: (*UtilizedTransportEquipmentServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateUtilizedTransportEquipment", Handler: _UtilizedTransportEquipmentService_CreateUtilizedTransportEquipment_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "eventcore/v1/utilizedtransportequipment.proto", }
UtilizedTransportEquipmentService_ServiceDesc is the grpc.ServiceDesc for UtilizedTransportEquipmentService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var VoyageService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "eventcore.v1.VoyageService", HandlerType: (*VoyageServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateVoyage", Handler: _VoyageService_CreateVoyage_Handler, }, { MethodName: "GetVoyages", Handler: _VoyageService_GetVoyages_Handler, }, { MethodName: "FindCarrierVoyageNumbersByTransportDocumentRef", Handler: _VoyageService_FindCarrierVoyageNumbersByTransportDocumentRef_Handler, }, { MethodName: "FindByCarrierVoyageNumberAndServiceId", Handler: _VoyageService_FindByCarrierVoyageNumberAndServiceId_Handler, }, { MethodName: "FindByCarrierVoyageNumber", Handler: _VoyageService_FindByCarrierVoyageNumber_Handler, }, { MethodName: "FindCarrierVoyageNumbersByCarrierBookingRef", Handler: _VoyageService_FindCarrierVoyageNumbersByCarrierBookingRef_Handler, }, { MethodName: "FindCarrierVoyageNumbersByShippingInstructionId", Handler: _VoyageService_FindCarrierVoyageNumbersByShippingInstructionId_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "eventcore/v1/voyage.proto", }
VoyageService_ServiceDesc is the grpc.ServiceDesc for VoyageService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterChargeServiceServer ¶
func RegisterChargeServiceServer(s grpc.ServiceRegistrar, srv ChargeServiceServer)
func RegisterTransportCallServiceServer ¶
func RegisterTransportCallServiceServer(s grpc.ServiceRegistrar, srv TransportCallServiceServer)
func RegisterUtilizedTransportEquipmentServiceServer ¶
func RegisterUtilizedTransportEquipmentServiceServer(s grpc.ServiceRegistrar, srv UtilizedTransportEquipmentServiceServer)
func RegisterVoyageServiceServer ¶
func RegisterVoyageServiceServer(s grpc.ServiceRegistrar, srv VoyageServiceServer)
Types ¶
type Charge ¶
type Charge struct { ChargeD *ChargeD `protobuf:"bytes,1,opt,name=charge_d,json=chargeD,proto3" json:"charge_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 (*Charge) Descriptor
deprecated
func (*Charge) GetChargeD ¶
func (*Charge) GetCrUpdTime ¶
func (*Charge) GetCrUpdUser ¶
func (*Charge) ProtoMessage ¶
func (*Charge) ProtoMessage()
func (*Charge) ProtoReflect ¶
func (x *Charge) ProtoReflect() protoreflect.Message
func (*Charge) Validate ¶
Validate checks the field values on Charge 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 (*Charge) ValidateAll ¶
ValidateAll checks the field values on Charge 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 ChargeMultiError, or nil if none found.
type ChargeD ¶
type ChargeD 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"` TransportDocumentId uint32 `protobuf:"varint,4,opt,name=transport_document_id,json=transportDocumentId,proto3" json:"transport_document_id,omitempty"` ShipmentId uint32 `protobuf:"varint,5,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"` ChargeType string `protobuf:"bytes,6,opt,name=charge_type,json=chargeType,proto3" json:"charge_type,omitempty"` CurrencyAmount float64 `protobuf:"fixed64,7,opt,name=currency_amount,json=currencyAmount,proto3" json:"currency_amount,omitempty"` CurrencyCode string `protobuf:"bytes,8,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"` PaymentTermCode string `protobuf:"bytes,9,opt,name=payment_term_code,json=paymentTermCode,proto3" json:"payment_term_code,omitempty"` CalculationBasis string `protobuf:"bytes,10,opt,name=calculation_basis,json=calculationBasis,proto3" json:"calculation_basis,omitempty"` UnitPrice float64 `protobuf:"fixed64,11,opt,name=unit_price,json=unitPrice,proto3" json:"unit_price,omitempty"` Quantity float64 `protobuf:"fixed64,12,opt,name=quantity,proto3" json:"quantity,omitempty"` // contains filtered or unexported fields }
func (*ChargeD) Descriptor
deprecated
func (*ChargeD) GetCalculationBasis ¶
func (*ChargeD) GetChargeType ¶
func (*ChargeD) GetCurrencyAmount ¶
func (*ChargeD) GetCurrencyCode ¶
func (*ChargeD) GetPaymentTermCode ¶
func (*ChargeD) GetQuantity ¶
func (*ChargeD) GetShipmentId ¶
func (*ChargeD) GetTransportDocumentId ¶
func (*ChargeD) GetUnitPrice ¶
func (*ChargeD) ProtoMessage ¶
func (*ChargeD) ProtoMessage()
func (*ChargeD) ProtoReflect ¶
func (x *ChargeD) ProtoReflect() protoreflect.Message
func (*ChargeD) Validate ¶
Validate checks the field values on ChargeD 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 (*ChargeD) ValidateAll ¶
ValidateAll checks the field values on ChargeD 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 ChargeDMultiError, or nil if none found.
type ChargeDMultiError ¶
type ChargeDMultiError []error
ChargeDMultiError is an error wrapping multiple validation errors returned by ChargeD.ValidateAll() if the designated constraints aren't met.
func (ChargeDMultiError) AllErrors ¶
func (m ChargeDMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChargeDMultiError) Error ¶
func (m ChargeDMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChargeDValidationError ¶
type ChargeDValidationError struct {
// contains filtered or unexported fields
}
ChargeDValidationError is the validation error returned by ChargeD.Validate if the designated constraints aren't met.
func (ChargeDValidationError) Cause ¶
func (e ChargeDValidationError) Cause() error
Cause function returns cause value.
func (ChargeDValidationError) Error ¶
func (e ChargeDValidationError) Error() string
Error satisfies the builtin error interface
func (ChargeDValidationError) ErrorName ¶
func (e ChargeDValidationError) ErrorName() string
ErrorName returns error name.
func (ChargeDValidationError) Field ¶
func (e ChargeDValidationError) Field() string
Field function returns field value.
func (ChargeDValidationError) Key ¶
func (e ChargeDValidationError) Key() bool
Key function returns key value.
func (ChargeDValidationError) Reason ¶
func (e ChargeDValidationError) Reason() string
Reason function returns reason value.
type ChargeMultiError ¶
type ChargeMultiError []error
ChargeMultiError is an error wrapping multiple validation errors returned by Charge.ValidateAll() if the designated constraints aren't met.
func (ChargeMultiError) AllErrors ¶
func (m ChargeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ChargeMultiError) Error ¶
func (m ChargeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ChargeServiceClient ¶
type ChargeServiceClient interface { CreateCharge(ctx context.Context, in *CreateChargeRequest, opts ...grpc.CallOption) (*CreateChargeResponse, error) FetchChargesByTransportDocumentId(ctx context.Context, in *FetchChargesByTransportDocumentIdRequest, opts ...grpc.CallOption) (*FetchChargesByTransportDocumentIdResponse, error) FetchChargesByShipmentId(ctx context.Context, in *FetchChargesByShipmentIdRequest, opts ...grpc.CallOption) (*FetchChargesByShipmentIdResponse, error) }
ChargeServiceClient is the client API for ChargeService 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 ChargeService service definition.
func NewChargeServiceClient ¶
func NewChargeServiceClient(cc grpc.ClientConnInterface) ChargeServiceClient
type ChargeServiceServer ¶
type ChargeServiceServer interface { CreateCharge(context.Context, *CreateChargeRequest) (*CreateChargeResponse, error) FetchChargesByTransportDocumentId(context.Context, *FetchChargesByTransportDocumentIdRequest) (*FetchChargesByTransportDocumentIdResponse, error) FetchChargesByShipmentId(context.Context, *FetchChargesByShipmentIdRequest) (*FetchChargesByShipmentIdResponse, error) // contains filtered or unexported methods }
ChargeServiceServer is the server API for ChargeService service. All implementations must embed UnimplementedChargeServiceServer for forward compatibility.
The ChargeService service definition.
type ChargeValidationError ¶
type ChargeValidationError struct {
// contains filtered or unexported fields
}
ChargeValidationError is the validation error returned by Charge.Validate if the designated constraints aren't met.
func (ChargeValidationError) Cause ¶
func (e ChargeValidationError) Cause() error
Cause function returns cause value.
func (ChargeValidationError) Error ¶
func (e ChargeValidationError) Error() string
Error satisfies the builtin error interface
func (ChargeValidationError) ErrorName ¶
func (e ChargeValidationError) ErrorName() string
ErrorName returns error name.
func (ChargeValidationError) Field ¶
func (e ChargeValidationError) Field() string
Field function returns field value.
func (ChargeValidationError) Key ¶
func (e ChargeValidationError) Key() bool
Key function returns key value.
func (ChargeValidationError) Reason ¶
func (e ChargeValidationError) Reason() string
Reason function returns reason value.
type CreateChargeRequest ¶
type CreateChargeRequest struct { TransportDocumentId uint32 `protobuf:"varint,1,opt,name=transport_document_id,json=transportDocumentId,proto3" json:"transport_document_id,omitempty"` ShipmentId uint32 `protobuf:"varint,2,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"` ChargeType string `protobuf:"bytes,3,opt,name=charge_type,json=chargeType,proto3" json:"charge_type,omitempty"` CurrencyAmount float64 `protobuf:"fixed64,4,opt,name=currency_amount,json=currencyAmount,proto3" json:"currency_amount,omitempty"` CurrencyCode string `protobuf:"bytes,5,opt,name=currency_code,json=currencyCode,proto3" json:"currency_code,omitempty"` PaymentTermCode string `protobuf:"bytes,6,opt,name=payment_term_code,json=paymentTermCode,proto3" json:"payment_term_code,omitempty"` CalculationBasis string `protobuf:"bytes,7,opt,name=calculation_basis,json=calculationBasis,proto3" json:"calculation_basis,omitempty"` UnitPrice float64 `protobuf:"fixed64,8,opt,name=unit_price,json=unitPrice,proto3" json:"unit_price,omitempty"` Quantity float64 `protobuf:"fixed64,9,opt,name=quantity,proto3" json:"quantity,omitempty"` UserId string `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` UserEmail string `protobuf:"bytes,11,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` RequestId string `protobuf:"bytes,12,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
func (*CreateChargeRequest) Descriptor
deprecated
func (*CreateChargeRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateChargeRequest.ProtoReflect.Descriptor instead.
func (*CreateChargeRequest) GetCalculationBasis ¶
func (x *CreateChargeRequest) GetCalculationBasis() string
func (*CreateChargeRequest) GetChargeType ¶
func (x *CreateChargeRequest) GetChargeType() string
func (*CreateChargeRequest) GetCurrencyAmount ¶
func (x *CreateChargeRequest) GetCurrencyAmount() float64
func (*CreateChargeRequest) GetCurrencyCode ¶
func (x *CreateChargeRequest) GetCurrencyCode() string
func (*CreateChargeRequest) GetPaymentTermCode ¶
func (x *CreateChargeRequest) GetPaymentTermCode() string
func (*CreateChargeRequest) GetQuantity ¶
func (x *CreateChargeRequest) GetQuantity() float64
func (*CreateChargeRequest) GetRequestId ¶
func (x *CreateChargeRequest) GetRequestId() string
func (*CreateChargeRequest) GetShipmentId ¶
func (x *CreateChargeRequest) GetShipmentId() uint32
func (*CreateChargeRequest) GetTransportDocumentId ¶
func (x *CreateChargeRequest) GetTransportDocumentId() uint32
func (*CreateChargeRequest) GetUnitPrice ¶
func (x *CreateChargeRequest) GetUnitPrice() float64
func (*CreateChargeRequest) GetUserEmail ¶
func (x *CreateChargeRequest) GetUserEmail() string
func (*CreateChargeRequest) GetUserId ¶
func (x *CreateChargeRequest) GetUserId() string
func (*CreateChargeRequest) ProtoMessage ¶
func (*CreateChargeRequest) ProtoMessage()
func (*CreateChargeRequest) ProtoReflect ¶
func (x *CreateChargeRequest) ProtoReflect() protoreflect.Message
func (*CreateChargeRequest) Reset ¶
func (x *CreateChargeRequest) Reset()
func (*CreateChargeRequest) String ¶
func (x *CreateChargeRequest) String() string
func (*CreateChargeRequest) Validate ¶
func (m *CreateChargeRequest) Validate() error
Validate checks the field values on CreateChargeRequest 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 (*CreateChargeRequest) ValidateAll ¶
func (m *CreateChargeRequest) ValidateAll() error
ValidateAll checks the field values on CreateChargeRequest 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 CreateChargeRequestMultiError, or nil if none found.
type CreateChargeRequestMultiError ¶
type CreateChargeRequestMultiError []error
CreateChargeRequestMultiError is an error wrapping multiple validation errors returned by CreateChargeRequest.ValidateAll() if the designated constraints aren't met.
func (CreateChargeRequestMultiError) AllErrors ¶
func (m CreateChargeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateChargeRequestMultiError) Error ¶
func (m CreateChargeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateChargeRequestValidationError ¶
type CreateChargeRequestValidationError struct {
// contains filtered or unexported fields
}
CreateChargeRequestValidationError is the validation error returned by CreateChargeRequest.Validate if the designated constraints aren't met.
func (CreateChargeRequestValidationError) Cause ¶
func (e CreateChargeRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateChargeRequestValidationError) Error ¶
func (e CreateChargeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateChargeRequestValidationError) ErrorName ¶
func (e CreateChargeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateChargeRequestValidationError) Field ¶
func (e CreateChargeRequestValidationError) Field() string
Field function returns field value.
func (CreateChargeRequestValidationError) Key ¶
func (e CreateChargeRequestValidationError) Key() bool
Key function returns key value.
func (CreateChargeRequestValidationError) Reason ¶
func (e CreateChargeRequestValidationError) Reason() string
Reason function returns reason value.
type CreateChargeResponse ¶
type CreateChargeResponse struct { Charge *Charge `protobuf:"bytes,1,opt,name=charge,proto3" json:"charge,omitempty"` // contains filtered or unexported fields }
func (*CreateChargeResponse) Descriptor
deprecated
func (*CreateChargeResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateChargeResponse.ProtoReflect.Descriptor instead.
func (*CreateChargeResponse) GetCharge ¶
func (x *CreateChargeResponse) GetCharge() *Charge
func (*CreateChargeResponse) ProtoMessage ¶
func (*CreateChargeResponse) ProtoMessage()
func (*CreateChargeResponse) ProtoReflect ¶
func (x *CreateChargeResponse) ProtoReflect() protoreflect.Message
func (*CreateChargeResponse) Reset ¶
func (x *CreateChargeResponse) Reset()
func (*CreateChargeResponse) String ¶
func (x *CreateChargeResponse) String() string
func (*CreateChargeResponse) Validate ¶
func (m *CreateChargeResponse) Validate() error
Validate checks the field values on CreateChargeResponse 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 (*CreateChargeResponse) ValidateAll ¶
func (m *CreateChargeResponse) ValidateAll() error
ValidateAll checks the field values on CreateChargeResponse 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 CreateChargeResponseMultiError, or nil if none found.
type CreateChargeResponseMultiError ¶
type CreateChargeResponseMultiError []error
CreateChargeResponseMultiError is an error wrapping multiple validation errors returned by CreateChargeResponse.ValidateAll() if the designated constraints aren't met.
func (CreateChargeResponseMultiError) AllErrors ¶
func (m CreateChargeResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateChargeResponseMultiError) Error ¶
func (m CreateChargeResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateChargeResponseValidationError ¶
type CreateChargeResponseValidationError struct {
// contains filtered or unexported fields
}
CreateChargeResponseValidationError is the validation error returned by CreateChargeResponse.Validate if the designated constraints aren't met.
func (CreateChargeResponseValidationError) Cause ¶
func (e CreateChargeResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateChargeResponseValidationError) Error ¶
func (e CreateChargeResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateChargeResponseValidationError) ErrorName ¶
func (e CreateChargeResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateChargeResponseValidationError) Field ¶
func (e CreateChargeResponseValidationError) Field() string
Field function returns field value.
func (CreateChargeResponseValidationError) Key ¶
func (e CreateChargeResponseValidationError) Key() bool
Key function returns key value.
func (CreateChargeResponseValidationError) Reason ¶
func (e CreateChargeResponseValidationError) Reason() string
Reason function returns reason value.
type CreateEquipmentRequest ¶
type CreateEquipmentRequest struct { EquipmentReference string `protobuf:"bytes,1,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"` IsoEquipmentCode string `protobuf:"bytes,2,opt,name=iso_equipment_code,json=isoEquipmentCode,proto3" json:"iso_equipment_code,omitempty"` TareWeight float64 `protobuf:"fixed64,3,opt,name=tare_weight,json=tareWeight,proto3" json:"tare_weight,omitempty"` WeightUnit string `protobuf:"bytes,4,opt,name=weight_unit,json=weightUnit,proto3" json:"weight_unit,omitempty"` UserId string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` UserEmail string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` RequestId string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
func (*CreateEquipmentRequest) Descriptor
deprecated
func (*CreateEquipmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateEquipmentRequest.ProtoReflect.Descriptor instead.
func (*CreateEquipmentRequest) GetEquipmentReference ¶
func (x *CreateEquipmentRequest) GetEquipmentReference() string
func (*CreateEquipmentRequest) GetIsoEquipmentCode ¶
func (x *CreateEquipmentRequest) GetIsoEquipmentCode() string
func (*CreateEquipmentRequest) GetRequestId ¶
func (x *CreateEquipmentRequest) GetRequestId() string
func (*CreateEquipmentRequest) GetTareWeight ¶
func (x *CreateEquipmentRequest) GetTareWeight() float64
func (*CreateEquipmentRequest) GetUserEmail ¶
func (x *CreateEquipmentRequest) GetUserEmail() string
func (*CreateEquipmentRequest) GetUserId ¶
func (x *CreateEquipmentRequest) GetUserId() string
func (*CreateEquipmentRequest) GetWeightUnit ¶
func (x *CreateEquipmentRequest) GetWeightUnit() string
func (*CreateEquipmentRequest) ProtoMessage ¶
func (*CreateEquipmentRequest) ProtoMessage()
func (*CreateEquipmentRequest) ProtoReflect ¶
func (x *CreateEquipmentRequest) ProtoReflect() protoreflect.Message
func (*CreateEquipmentRequest) Reset ¶
func (x *CreateEquipmentRequest) Reset()
func (*CreateEquipmentRequest) String ¶
func (x *CreateEquipmentRequest) String() string
func (*CreateEquipmentRequest) Validate ¶
func (m *CreateEquipmentRequest) Validate() error
Validate checks the field values on CreateEquipmentRequest 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 (*CreateEquipmentRequest) ValidateAll ¶
func (m *CreateEquipmentRequest) ValidateAll() error
ValidateAll checks the field values on CreateEquipmentRequest 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 CreateEquipmentRequestMultiError, or nil if none found.
type CreateEquipmentRequestMultiError ¶
type CreateEquipmentRequestMultiError []error
CreateEquipmentRequestMultiError is an error wrapping multiple validation errors returned by CreateEquipmentRequest.ValidateAll() if the designated constraints aren't met.
func (CreateEquipmentRequestMultiError) AllErrors ¶
func (m CreateEquipmentRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateEquipmentRequestMultiError) Error ¶
func (m CreateEquipmentRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateEquipmentRequestValidationError ¶
type CreateEquipmentRequestValidationError struct {
// contains filtered or unexported fields
}
CreateEquipmentRequestValidationError is the validation error returned by CreateEquipmentRequest.Validate if the designated constraints aren't met.
func (CreateEquipmentRequestValidationError) Cause ¶
func (e CreateEquipmentRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateEquipmentRequestValidationError) Error ¶
func (e CreateEquipmentRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateEquipmentRequestValidationError) ErrorName ¶
func (e CreateEquipmentRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateEquipmentRequestValidationError) Field ¶
func (e CreateEquipmentRequestValidationError) Field() string
Field function returns field value.
func (CreateEquipmentRequestValidationError) Key ¶
func (e CreateEquipmentRequestValidationError) Key() bool
Key function returns key value.
func (CreateEquipmentRequestValidationError) Reason ¶
func (e CreateEquipmentRequestValidationError) Reason() string
Reason function returns reason value.
type CreateTransportCallRequest ¶
type CreateTransportCallRequest struct { TransportCallReference string `` /* 129-byte string literal not displayed */ TransportCallSequenceNumber uint32 `` /* 147-byte string literal not displayed */ FacilityId uint32 `protobuf:"varint,3,opt,name=facility_id,json=facilityId,proto3" json:"facility_id,omitempty"` FacilityTypeCode string `protobuf:"bytes,4,opt,name=facility_type_code,json=facilityTypeCode,proto3" json:"facility_type_code,omitempty"` OtherFacility string `protobuf:"bytes,5,opt,name=other_facility,json=otherFacility,proto3" json:"other_facility,omitempty"` LocationId uint32 `protobuf:"varint,6,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"` ModeOfTransportCode string `protobuf:"bytes,7,opt,name=mode_of_transport_code,json=modeOfTransportCode,proto3" json:"mode_of_transport_code,omitempty"` VesselId uint32 `protobuf:"varint,8,opt,name=vessel_id,json=vesselId,proto3" json:"vessel_id,omitempty"` ImportVoyageId uint32 `protobuf:"varint,9,opt,name=import_voyage_id,json=importVoyageId,proto3" json:"import_voyage_id,omitempty"` ExportVoyageId uint32 `protobuf:"varint,10,opt,name=export_voyage_id,json=exportVoyageId,proto3" json:"export_voyage_id,omitempty"` PortCallStatusCode string `protobuf:"bytes,11,opt,name=port_call_status_code,json=portCallStatusCode,proto3" json:"port_call_status_code,omitempty"` PortVisitReference string `protobuf:"bytes,12,opt,name=port_visit_reference,json=portVisitReference,proto3" json:"port_visit_reference,omitempty"` UserId string `protobuf:"bytes,13,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` UserEmail string `protobuf:"bytes,14,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` RequestId string `protobuf:"bytes,15,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
func (*CreateTransportCallRequest) Descriptor
deprecated
func (*CreateTransportCallRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTransportCallRequest.ProtoReflect.Descriptor instead.
func (*CreateTransportCallRequest) GetExportVoyageId ¶
func (x *CreateTransportCallRequest) GetExportVoyageId() uint32
func (*CreateTransportCallRequest) GetFacilityId ¶
func (x *CreateTransportCallRequest) GetFacilityId() uint32
func (*CreateTransportCallRequest) GetFacilityTypeCode ¶
func (x *CreateTransportCallRequest) GetFacilityTypeCode() string
func (*CreateTransportCallRequest) GetImportVoyageId ¶
func (x *CreateTransportCallRequest) GetImportVoyageId() uint32
func (*CreateTransportCallRequest) GetLocationId ¶
func (x *CreateTransportCallRequest) GetLocationId() uint32
func (*CreateTransportCallRequest) GetModeOfTransportCode ¶
func (x *CreateTransportCallRequest) GetModeOfTransportCode() string
func (*CreateTransportCallRequest) GetOtherFacility ¶
func (x *CreateTransportCallRequest) GetOtherFacility() string
func (*CreateTransportCallRequest) GetPortCallStatusCode ¶
func (x *CreateTransportCallRequest) GetPortCallStatusCode() string
func (*CreateTransportCallRequest) GetPortVisitReference ¶
func (x *CreateTransportCallRequest) GetPortVisitReference() string
func (*CreateTransportCallRequest) GetRequestId ¶
func (x *CreateTransportCallRequest) GetRequestId() string
func (*CreateTransportCallRequest) GetTransportCallReference ¶
func (x *CreateTransportCallRequest) GetTransportCallReference() string
func (*CreateTransportCallRequest) GetTransportCallSequenceNumber ¶
func (x *CreateTransportCallRequest) GetTransportCallSequenceNumber() uint32
func (*CreateTransportCallRequest) GetUserEmail ¶
func (x *CreateTransportCallRequest) GetUserEmail() string
func (*CreateTransportCallRequest) GetUserId ¶
func (x *CreateTransportCallRequest) GetUserId() string
func (*CreateTransportCallRequest) GetVesselId ¶
func (x *CreateTransportCallRequest) GetVesselId() uint32
func (*CreateTransportCallRequest) ProtoMessage ¶
func (*CreateTransportCallRequest) ProtoMessage()
func (*CreateTransportCallRequest) ProtoReflect ¶
func (x *CreateTransportCallRequest) ProtoReflect() protoreflect.Message
func (*CreateTransportCallRequest) Reset ¶
func (x *CreateTransportCallRequest) Reset()
func (*CreateTransportCallRequest) String ¶
func (x *CreateTransportCallRequest) String() string
func (*CreateTransportCallRequest) Validate ¶
func (m *CreateTransportCallRequest) Validate() error
Validate checks the field values on CreateTransportCallRequest 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 (*CreateTransportCallRequest) ValidateAll ¶
func (m *CreateTransportCallRequest) ValidateAll() error
ValidateAll checks the field values on CreateTransportCallRequest 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 CreateTransportCallRequestMultiError, or nil if none found.
type CreateTransportCallRequestMultiError ¶
type CreateTransportCallRequestMultiError []error
CreateTransportCallRequestMultiError is an error wrapping multiple validation errors returned by CreateTransportCallRequest.ValidateAll() if the designated constraints aren't met.
func (CreateTransportCallRequestMultiError) AllErrors ¶
func (m CreateTransportCallRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTransportCallRequestMultiError) Error ¶
func (m CreateTransportCallRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTransportCallRequestValidationError ¶
type CreateTransportCallRequestValidationError struct {
// contains filtered or unexported fields
}
CreateTransportCallRequestValidationError is the validation error returned by CreateTransportCallRequest.Validate if the designated constraints aren't met.
func (CreateTransportCallRequestValidationError) Cause ¶
func (e CreateTransportCallRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateTransportCallRequestValidationError) Error ¶
func (e CreateTransportCallRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTransportCallRequestValidationError) ErrorName ¶
func (e CreateTransportCallRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTransportCallRequestValidationError) Field ¶
func (e CreateTransportCallRequestValidationError) Field() string
Field function returns field value.
func (CreateTransportCallRequestValidationError) Key ¶
func (e CreateTransportCallRequestValidationError) Key() bool
Key function returns key value.
func (CreateTransportCallRequestValidationError) Reason ¶
func (e CreateTransportCallRequestValidationError) Reason() string
Reason function returns reason value.
type CreateTransportCallResponse ¶
type CreateTransportCallResponse struct { TransportCall *TransportCall `protobuf:"bytes,1,opt,name=transport_call,json=transportCall,proto3" json:"transport_call,omitempty"` // contains filtered or unexported fields }
func (*CreateTransportCallResponse) Descriptor
deprecated
func (*CreateTransportCallResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTransportCallResponse.ProtoReflect.Descriptor instead.
func (*CreateTransportCallResponse) GetTransportCall ¶
func (x *CreateTransportCallResponse) GetTransportCall() *TransportCall
func (*CreateTransportCallResponse) ProtoMessage ¶
func (*CreateTransportCallResponse) ProtoMessage()
func (*CreateTransportCallResponse) ProtoReflect ¶
func (x *CreateTransportCallResponse) ProtoReflect() protoreflect.Message
func (*CreateTransportCallResponse) Reset ¶
func (x *CreateTransportCallResponse) Reset()
func (*CreateTransportCallResponse) String ¶
func (x *CreateTransportCallResponse) String() string
func (*CreateTransportCallResponse) Validate ¶
func (m *CreateTransportCallResponse) Validate() error
Validate checks the field values on CreateTransportCallResponse 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 (*CreateTransportCallResponse) ValidateAll ¶
func (m *CreateTransportCallResponse) ValidateAll() error
ValidateAll checks the field values on CreateTransportCallResponse 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 CreateTransportCallResponseMultiError, or nil if none found.
type CreateTransportCallResponseMultiError ¶
type CreateTransportCallResponseMultiError []error
CreateTransportCallResponseMultiError is an error wrapping multiple validation errors returned by CreateTransportCallResponse.ValidateAll() if the designated constraints aren't met.
func (CreateTransportCallResponseMultiError) AllErrors ¶
func (m CreateTransportCallResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTransportCallResponseMultiError) Error ¶
func (m CreateTransportCallResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTransportCallResponseValidationError ¶
type CreateTransportCallResponseValidationError struct {
// contains filtered or unexported fields
}
CreateTransportCallResponseValidationError is the validation error returned by CreateTransportCallResponse.Validate if the designated constraints aren't met.
func (CreateTransportCallResponseValidationError) Cause ¶
func (e CreateTransportCallResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateTransportCallResponseValidationError) Error ¶
func (e CreateTransportCallResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTransportCallResponseValidationError) ErrorName ¶
func (e CreateTransportCallResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTransportCallResponseValidationError) Field ¶
func (e CreateTransportCallResponseValidationError) Field() string
Field function returns field value.
func (CreateTransportCallResponseValidationError) Key ¶
func (e CreateTransportCallResponseValidationError) Key() bool
Key function returns key value.
func (CreateTransportCallResponseValidationError) Reason ¶
func (e CreateTransportCallResponseValidationError) Reason() string
Reason function returns reason value.
type CreateUtilizedTransportEquipmentRequest ¶
type CreateUtilizedTransportEquipmentRequest struct { EquipmentReference string `protobuf:"bytes,1,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"` CargoGrossWeight float64 `protobuf:"fixed64,2,opt,name=cargo_gross_weight,json=cargoGrossWeight,proto3" json:"cargo_gross_weight,omitempty"` CargoGrossWeightUnit string `protobuf:"bytes,3,opt,name=cargo_gross_weight_unit,json=cargoGrossWeightUnit,proto3" json:"cargo_gross_weight_unit,omitempty"` IsShipperOwned bool `protobuf:"varint,4,opt,name=is_shipper_owned,json=isShipperOwned,proto3" json:"is_shipper_owned,omitempty"` UserId string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` UserEmail string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` RequestId string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` Equipment *CreateEquipmentRequest `protobuf:"bytes,8,opt,name=equipment,proto3" json:"equipment,omitempty"` // contains filtered or unexported fields }
func (*CreateUtilizedTransportEquipmentRequest) Descriptor
deprecated
func (*CreateUtilizedTransportEquipmentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateUtilizedTransportEquipmentRequest.ProtoReflect.Descriptor instead.
func (*CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeight ¶
func (x *CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeight() float64
func (*CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeightUnit ¶
func (x *CreateUtilizedTransportEquipmentRequest) GetCargoGrossWeightUnit() string
func (*CreateUtilizedTransportEquipmentRequest) GetEquipment ¶
func (x *CreateUtilizedTransportEquipmentRequest) GetEquipment() *CreateEquipmentRequest
func (*CreateUtilizedTransportEquipmentRequest) GetEquipmentReference ¶
func (x *CreateUtilizedTransportEquipmentRequest) GetEquipmentReference() string
func (*CreateUtilizedTransportEquipmentRequest) GetIsShipperOwned ¶
func (x *CreateUtilizedTransportEquipmentRequest) GetIsShipperOwned() bool
func (*CreateUtilizedTransportEquipmentRequest) GetRequestId ¶
func (x *CreateUtilizedTransportEquipmentRequest) GetRequestId() string
func (*CreateUtilizedTransportEquipmentRequest) GetUserEmail ¶
func (x *CreateUtilizedTransportEquipmentRequest) GetUserEmail() string
func (*CreateUtilizedTransportEquipmentRequest) GetUserId ¶
func (x *CreateUtilizedTransportEquipmentRequest) GetUserId() string
func (*CreateUtilizedTransportEquipmentRequest) ProtoMessage ¶
func (*CreateUtilizedTransportEquipmentRequest) ProtoMessage()
func (*CreateUtilizedTransportEquipmentRequest) ProtoReflect ¶
func (x *CreateUtilizedTransportEquipmentRequest) ProtoReflect() protoreflect.Message
func (*CreateUtilizedTransportEquipmentRequest) Reset ¶
func (x *CreateUtilizedTransportEquipmentRequest) Reset()
func (*CreateUtilizedTransportEquipmentRequest) String ¶
func (x *CreateUtilizedTransportEquipmentRequest) String() string
func (*CreateUtilizedTransportEquipmentRequest) Validate ¶
func (m *CreateUtilizedTransportEquipmentRequest) Validate() error
Validate checks the field values on CreateUtilizedTransportEquipmentRequest 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 (*CreateUtilizedTransportEquipmentRequest) ValidateAll ¶
func (m *CreateUtilizedTransportEquipmentRequest) ValidateAll() error
ValidateAll checks the field values on CreateUtilizedTransportEquipmentRequest 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 CreateUtilizedTransportEquipmentRequestMultiError, or nil if none found.
type CreateUtilizedTransportEquipmentRequestMultiError ¶
type CreateUtilizedTransportEquipmentRequestMultiError []error
CreateUtilizedTransportEquipmentRequestMultiError is an error wrapping multiple validation errors returned by CreateUtilizedTransportEquipmentRequest.ValidateAll() if the designated constraints aren't met.
func (CreateUtilizedTransportEquipmentRequestMultiError) AllErrors ¶
func (m CreateUtilizedTransportEquipmentRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateUtilizedTransportEquipmentRequestMultiError) Error ¶
func (m CreateUtilizedTransportEquipmentRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateUtilizedTransportEquipmentRequestValidationError ¶
type CreateUtilizedTransportEquipmentRequestValidationError struct {
// contains filtered or unexported fields
}
CreateUtilizedTransportEquipmentRequestValidationError is the validation error returned by CreateUtilizedTransportEquipmentRequest.Validate if the designated constraints aren't met.
func (CreateUtilizedTransportEquipmentRequestValidationError) Cause ¶
func (e CreateUtilizedTransportEquipmentRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateUtilizedTransportEquipmentRequestValidationError) Error ¶
func (e CreateUtilizedTransportEquipmentRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateUtilizedTransportEquipmentRequestValidationError) ErrorName ¶
func (e CreateUtilizedTransportEquipmentRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateUtilizedTransportEquipmentRequestValidationError) Field ¶
func (e CreateUtilizedTransportEquipmentRequestValidationError) Field() string
Field function returns field value.
func (CreateUtilizedTransportEquipmentRequestValidationError) Key ¶
func (e CreateUtilizedTransportEquipmentRequestValidationError) Key() bool
Key function returns key value.
func (CreateUtilizedTransportEquipmentRequestValidationError) Reason ¶
func (e CreateUtilizedTransportEquipmentRequestValidationError) Reason() string
Reason function returns reason value.
type CreateUtilizedTransportEquipmentResponse ¶
type CreateUtilizedTransportEquipmentResponse struct { UtilizedTransportEquipment *UtilizedTransportEquipment `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateUtilizedTransportEquipmentResponse) Descriptor
deprecated
func (*CreateUtilizedTransportEquipmentResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateUtilizedTransportEquipmentResponse.ProtoReflect.Descriptor instead.
func (*CreateUtilizedTransportEquipmentResponse) GetUtilizedTransportEquipment ¶
func (x *CreateUtilizedTransportEquipmentResponse) GetUtilizedTransportEquipment() *UtilizedTransportEquipment
func (*CreateUtilizedTransportEquipmentResponse) ProtoMessage ¶
func (*CreateUtilizedTransportEquipmentResponse) ProtoMessage()
func (*CreateUtilizedTransportEquipmentResponse) ProtoReflect ¶
func (x *CreateUtilizedTransportEquipmentResponse) ProtoReflect() protoreflect.Message
func (*CreateUtilizedTransportEquipmentResponse) Reset ¶
func (x *CreateUtilizedTransportEquipmentResponse) Reset()
func (*CreateUtilizedTransportEquipmentResponse) String ¶
func (x *CreateUtilizedTransportEquipmentResponse) String() string
func (*CreateUtilizedTransportEquipmentResponse) Validate ¶
func (m *CreateUtilizedTransportEquipmentResponse) Validate() error
Validate checks the field values on CreateUtilizedTransportEquipmentResponse 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 (*CreateUtilizedTransportEquipmentResponse) ValidateAll ¶
func (m *CreateUtilizedTransportEquipmentResponse) ValidateAll() error
ValidateAll checks the field values on CreateUtilizedTransportEquipmentResponse 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 CreateUtilizedTransportEquipmentResponseMultiError, or nil if none found.
type CreateUtilizedTransportEquipmentResponseMultiError ¶
type CreateUtilizedTransportEquipmentResponseMultiError []error
CreateUtilizedTransportEquipmentResponseMultiError is an error wrapping multiple validation errors returned by CreateUtilizedTransportEquipmentResponse.ValidateAll() if the designated constraints aren't met.
func (CreateUtilizedTransportEquipmentResponseMultiError) AllErrors ¶
func (m CreateUtilizedTransportEquipmentResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateUtilizedTransportEquipmentResponseMultiError) Error ¶
func (m CreateUtilizedTransportEquipmentResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateUtilizedTransportEquipmentResponseValidationError ¶
type CreateUtilizedTransportEquipmentResponseValidationError struct {
// contains filtered or unexported fields
}
CreateUtilizedTransportEquipmentResponseValidationError is the validation error returned by CreateUtilizedTransportEquipmentResponse.Validate if the designated constraints aren't met.
func (CreateUtilizedTransportEquipmentResponseValidationError) Cause ¶
func (e CreateUtilizedTransportEquipmentResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateUtilizedTransportEquipmentResponseValidationError) Error ¶
func (e CreateUtilizedTransportEquipmentResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateUtilizedTransportEquipmentResponseValidationError) ErrorName ¶
func (e CreateUtilizedTransportEquipmentResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateUtilizedTransportEquipmentResponseValidationError) Field ¶
func (e CreateUtilizedTransportEquipmentResponseValidationError) Field() string
Field function returns field value.
func (CreateUtilizedTransportEquipmentResponseValidationError) Key ¶
func (e CreateUtilizedTransportEquipmentResponseValidationError) Key() bool
Key function returns key value.
func (CreateUtilizedTransportEquipmentResponseValidationError) Reason ¶
func (e CreateUtilizedTransportEquipmentResponseValidationError) Reason() string
Reason function returns reason value.
type CreateVoyageRequest ¶
type CreateVoyageRequest struct { CarrierVoyageNumber string `protobuf:"bytes,1,opt,name=carrier_voyage_number,json=carrierVoyageNumber,proto3" json:"carrier_voyage_number,omitempty"` UniversalVoyageReference string `` /* 135-byte string literal not displayed */ ServiceId uint32 `protobuf:"varint,3,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"` UserId string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` UserEmail string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` RequestId string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
func (*CreateVoyageRequest) Descriptor
deprecated
func (*CreateVoyageRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateVoyageRequest.ProtoReflect.Descriptor instead.
func (*CreateVoyageRequest) GetCarrierVoyageNumber ¶
func (x *CreateVoyageRequest) GetCarrierVoyageNumber() string
func (*CreateVoyageRequest) GetRequestId ¶
func (x *CreateVoyageRequest) GetRequestId() string
func (*CreateVoyageRequest) GetServiceId ¶
func (x *CreateVoyageRequest) GetServiceId() uint32
func (*CreateVoyageRequest) GetUniversalVoyageReference ¶
func (x *CreateVoyageRequest) GetUniversalVoyageReference() string
func (*CreateVoyageRequest) GetUserEmail ¶
func (x *CreateVoyageRequest) GetUserEmail() string
func (*CreateVoyageRequest) GetUserId ¶
func (x *CreateVoyageRequest) GetUserId() string
func (*CreateVoyageRequest) ProtoMessage ¶
func (*CreateVoyageRequest) ProtoMessage()
func (*CreateVoyageRequest) ProtoReflect ¶
func (x *CreateVoyageRequest) ProtoReflect() protoreflect.Message
func (*CreateVoyageRequest) Reset ¶
func (x *CreateVoyageRequest) Reset()
func (*CreateVoyageRequest) String ¶
func (x *CreateVoyageRequest) String() string
func (*CreateVoyageRequest) Validate ¶
func (m *CreateVoyageRequest) Validate() error
Validate checks the field values on CreateVoyageRequest 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 (*CreateVoyageRequest) ValidateAll ¶
func (m *CreateVoyageRequest) ValidateAll() error
ValidateAll checks the field values on CreateVoyageRequest 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 CreateVoyageRequestMultiError, or nil if none found.
type CreateVoyageRequestMultiError ¶
type CreateVoyageRequestMultiError []error
CreateVoyageRequestMultiError is an error wrapping multiple validation errors returned by CreateVoyageRequest.ValidateAll() if the designated constraints aren't met.
func (CreateVoyageRequestMultiError) AllErrors ¶
func (m CreateVoyageRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateVoyageRequestMultiError) Error ¶
func (m CreateVoyageRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateVoyageRequestValidationError ¶
type CreateVoyageRequestValidationError struct {
// contains filtered or unexported fields
}
CreateVoyageRequestValidationError is the validation error returned by CreateVoyageRequest.Validate if the designated constraints aren't met.
func (CreateVoyageRequestValidationError) Cause ¶
func (e CreateVoyageRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateVoyageRequestValidationError) Error ¶
func (e CreateVoyageRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateVoyageRequestValidationError) ErrorName ¶
func (e CreateVoyageRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateVoyageRequestValidationError) Field ¶
func (e CreateVoyageRequestValidationError) Field() string
Field function returns field value.
func (CreateVoyageRequestValidationError) Key ¶
func (e CreateVoyageRequestValidationError) Key() bool
Key function returns key value.
func (CreateVoyageRequestValidationError) Reason ¶
func (e CreateVoyageRequestValidationError) Reason() string
Reason function returns reason value.
type CreateVoyageResponse ¶
type CreateVoyageResponse struct { Voyage *Voyage `protobuf:"bytes,1,opt,name=voyage,proto3" json:"voyage,omitempty"` // contains filtered or unexported fields }
func (*CreateVoyageResponse) Descriptor
deprecated
func (*CreateVoyageResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateVoyageResponse.ProtoReflect.Descriptor instead.
func (*CreateVoyageResponse) GetVoyage ¶
func (x *CreateVoyageResponse) GetVoyage() *Voyage
func (*CreateVoyageResponse) ProtoMessage ¶
func (*CreateVoyageResponse) ProtoMessage()
func (*CreateVoyageResponse) ProtoReflect ¶
func (x *CreateVoyageResponse) ProtoReflect() protoreflect.Message
func (*CreateVoyageResponse) Reset ¶
func (x *CreateVoyageResponse) Reset()
func (*CreateVoyageResponse) String ¶
func (x *CreateVoyageResponse) String() string
func (*CreateVoyageResponse) Validate ¶
func (m *CreateVoyageResponse) Validate() error
Validate checks the field values on CreateVoyageResponse 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 (*CreateVoyageResponse) ValidateAll ¶
func (m *CreateVoyageResponse) ValidateAll() error
ValidateAll checks the field values on CreateVoyageResponse 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 CreateVoyageResponseMultiError, or nil if none found.
type CreateVoyageResponseMultiError ¶
type CreateVoyageResponseMultiError []error
CreateVoyageResponseMultiError is an error wrapping multiple validation errors returned by CreateVoyageResponse.ValidateAll() if the designated constraints aren't met.
func (CreateVoyageResponseMultiError) AllErrors ¶
func (m CreateVoyageResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateVoyageResponseMultiError) Error ¶
func (m CreateVoyageResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateVoyageResponseValidationError ¶
type CreateVoyageResponseValidationError struct {
// contains filtered or unexported fields
}
CreateVoyageResponseValidationError is the validation error returned by CreateVoyageResponse.Validate if the designated constraints aren't met.
func (CreateVoyageResponseValidationError) Cause ¶
func (e CreateVoyageResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateVoyageResponseValidationError) Error ¶
func (e CreateVoyageResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateVoyageResponseValidationError) ErrorName ¶
func (e CreateVoyageResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateVoyageResponseValidationError) Field ¶
func (e CreateVoyageResponseValidationError) Field() string
Field function returns field value.
func (CreateVoyageResponseValidationError) Key ¶
func (e CreateVoyageResponseValidationError) Key() bool
Key function returns key value.
func (CreateVoyageResponseValidationError) Reason ¶
func (e CreateVoyageResponseValidationError) Reason() string
Reason function returns reason value.
type Equipment ¶
type Equipment struct { EquipmentD *EquipmentD `protobuf:"bytes,1,opt,name=equipment_d,json=equipmentD,proto3" json:"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 (*Equipment) Descriptor
deprecated
func (*Equipment) GetCrUpdTime ¶
func (*Equipment) GetCrUpdUser ¶
func (*Equipment) GetEquipmentD ¶
func (x *Equipment) GetEquipmentD() *EquipmentD
func (*Equipment) ProtoMessage ¶
func (*Equipment) ProtoMessage()
func (*Equipment) ProtoReflect ¶
func (x *Equipment) ProtoReflect() protoreflect.Message
func (*Equipment) Validate ¶
Validate checks the field values on Equipment 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 (*Equipment) ValidateAll ¶
ValidateAll checks the field values on Equipment 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 EquipmentMultiError, or nil if none found.
type EquipmentD ¶
type EquipmentD 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"` EquipmentReference string `protobuf:"bytes,4,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"` IsoEquipmentCode string `protobuf:"bytes,5,opt,name=iso_equipment_code,json=isoEquipmentCode,proto3" json:"iso_equipment_code,omitempty"` TareWeight float64 `protobuf:"fixed64,6,opt,name=tare_weight,json=tareWeight,proto3" json:"tare_weight,omitempty"` WeightUnit string `protobuf:"bytes,7,opt,name=weight_unit,json=weightUnit,proto3" json:"weight_unit,omitempty"` // contains filtered or unexported fields }
func (*EquipmentD) Descriptor
deprecated
func (*EquipmentD) Descriptor() ([]byte, []int)
Deprecated: Use EquipmentD.ProtoReflect.Descriptor instead.
func (*EquipmentD) GetEquipmentReference ¶
func (x *EquipmentD) GetEquipmentReference() string
func (*EquipmentD) GetId ¶
func (x *EquipmentD) GetId() uint32
func (*EquipmentD) GetIdS ¶
func (x *EquipmentD) GetIdS() string
func (*EquipmentD) GetIsoEquipmentCode ¶
func (x *EquipmentD) GetIsoEquipmentCode() string
func (*EquipmentD) GetTareWeight ¶
func (x *EquipmentD) GetTareWeight() float64
func (*EquipmentD) GetUuid4 ¶
func (x *EquipmentD) GetUuid4() []byte
func (*EquipmentD) GetWeightUnit ¶
func (x *EquipmentD) GetWeightUnit() string
func (*EquipmentD) ProtoMessage ¶
func (*EquipmentD) ProtoMessage()
func (*EquipmentD) ProtoReflect ¶
func (x *EquipmentD) ProtoReflect() protoreflect.Message
func (*EquipmentD) Reset ¶
func (x *EquipmentD) Reset()
func (*EquipmentD) String ¶
func (x *EquipmentD) String() string
func (*EquipmentD) Validate ¶
func (m *EquipmentD) Validate() error
Validate checks the field values on EquipmentD 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 (*EquipmentD) ValidateAll ¶
func (m *EquipmentD) ValidateAll() error
ValidateAll checks the field values on EquipmentD 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 EquipmentDMultiError, or nil if none found.
type EquipmentDMultiError ¶
type EquipmentDMultiError []error
EquipmentDMultiError is an error wrapping multiple validation errors returned by EquipmentD.ValidateAll() if the designated constraints aren't met.
func (EquipmentDMultiError) AllErrors ¶
func (m EquipmentDMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EquipmentDMultiError) Error ¶
func (m EquipmentDMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EquipmentDValidationError ¶
type EquipmentDValidationError struct {
// contains filtered or unexported fields
}
EquipmentDValidationError is the validation error returned by EquipmentD.Validate if the designated constraints aren't met.
func (EquipmentDValidationError) Cause ¶
func (e EquipmentDValidationError) Cause() error
Cause function returns cause value.
func (EquipmentDValidationError) Error ¶
func (e EquipmentDValidationError) Error() string
Error satisfies the builtin error interface
func (EquipmentDValidationError) ErrorName ¶
func (e EquipmentDValidationError) ErrorName() string
ErrorName returns error name.
func (EquipmentDValidationError) Field ¶
func (e EquipmentDValidationError) Field() string
Field function returns field value.
func (EquipmentDValidationError) Key ¶
func (e EquipmentDValidationError) Key() bool
Key function returns key value.
func (EquipmentDValidationError) Reason ¶
func (e EquipmentDValidationError) Reason() string
Reason function returns reason value.
type EquipmentMultiError ¶
type EquipmentMultiError []error
EquipmentMultiError is an error wrapping multiple validation errors returned by Equipment.ValidateAll() if the designated constraints aren't met.
func (EquipmentMultiError) AllErrors ¶
func (m EquipmentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EquipmentMultiError) Error ¶
func (m EquipmentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type EquipmentValidationError ¶
type EquipmentValidationError struct {
// contains filtered or unexported fields
}
EquipmentValidationError is the validation error returned by Equipment.Validate if the designated constraints aren't met.
func (EquipmentValidationError) Cause ¶
func (e EquipmentValidationError) Cause() error
Cause function returns cause value.
func (EquipmentValidationError) Error ¶
func (e EquipmentValidationError) Error() string
Error satisfies the builtin error interface
func (EquipmentValidationError) ErrorName ¶
func (e EquipmentValidationError) ErrorName() string
ErrorName returns error name.
func (EquipmentValidationError) Field ¶
func (e EquipmentValidationError) Field() string
Field function returns field value.
func (EquipmentValidationError) Key ¶
func (e EquipmentValidationError) Key() bool
Key function returns key value.
func (EquipmentValidationError) Reason ¶
func (e EquipmentValidationError) Reason() string
Reason function returns reason value.
type FetchChargesByShipmentIdRequest ¶
type FetchChargesByShipmentIdRequest 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"` Limit string `protobuf:"bytes,3,opt,name=limit,proto3" json:"limit,omitempty"` NextCursor string `protobuf:"bytes,4,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"` UserEmail string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` RequestId string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
func (*FetchChargesByShipmentIdRequest) Descriptor
deprecated
func (*FetchChargesByShipmentIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use FetchChargesByShipmentIdRequest.ProtoReflect.Descriptor instead.
func (*FetchChargesByShipmentIdRequest) GetLimit ¶
func (x *FetchChargesByShipmentIdRequest) GetLimit() string
func (*FetchChargesByShipmentIdRequest) GetNextCursor ¶
func (x *FetchChargesByShipmentIdRequest) GetNextCursor() string
func (*FetchChargesByShipmentIdRequest) GetRequestId ¶
func (x *FetchChargesByShipmentIdRequest) GetRequestId() string
func (*FetchChargesByShipmentIdRequest) GetShipmentId ¶
func (x *FetchChargesByShipmentIdRequest) GetShipmentId() uint32
func (*FetchChargesByShipmentIdRequest) GetUserEmail ¶
func (x *FetchChargesByShipmentIdRequest) GetUserEmail() string
func (*FetchChargesByShipmentIdRequest) GetUserId ¶
func (x *FetchChargesByShipmentIdRequest) GetUserId() string
func (*FetchChargesByShipmentIdRequest) ProtoMessage ¶
func (*FetchChargesByShipmentIdRequest) ProtoMessage()
func (*FetchChargesByShipmentIdRequest) ProtoReflect ¶
func (x *FetchChargesByShipmentIdRequest) ProtoReflect() protoreflect.Message
func (*FetchChargesByShipmentIdRequest) Reset ¶
func (x *FetchChargesByShipmentIdRequest) Reset()
func (*FetchChargesByShipmentIdRequest) String ¶
func (x *FetchChargesByShipmentIdRequest) String() string
func (*FetchChargesByShipmentIdRequest) Validate ¶
func (m *FetchChargesByShipmentIdRequest) Validate() error
Validate checks the field values on FetchChargesByShipmentIdRequest 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 (*FetchChargesByShipmentIdRequest) ValidateAll ¶
func (m *FetchChargesByShipmentIdRequest) ValidateAll() error
ValidateAll checks the field values on FetchChargesByShipmentIdRequest 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 FetchChargesByShipmentIdRequestMultiError, or nil if none found.
type FetchChargesByShipmentIdRequestMultiError ¶
type FetchChargesByShipmentIdRequestMultiError []error
FetchChargesByShipmentIdRequestMultiError is an error wrapping multiple validation errors returned by FetchChargesByShipmentIdRequest.ValidateAll() if the designated constraints aren't met.
func (FetchChargesByShipmentIdRequestMultiError) AllErrors ¶
func (m FetchChargesByShipmentIdRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FetchChargesByShipmentIdRequestMultiError) Error ¶
func (m FetchChargesByShipmentIdRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FetchChargesByShipmentIdRequestValidationError ¶
type FetchChargesByShipmentIdRequestValidationError struct {
// contains filtered or unexported fields
}
FetchChargesByShipmentIdRequestValidationError is the validation error returned by FetchChargesByShipmentIdRequest.Validate if the designated constraints aren't met.
func (FetchChargesByShipmentIdRequestValidationError) Cause ¶
func (e FetchChargesByShipmentIdRequestValidationError) Cause() error
Cause function returns cause value.
func (FetchChargesByShipmentIdRequestValidationError) Error ¶
func (e FetchChargesByShipmentIdRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FetchChargesByShipmentIdRequestValidationError) ErrorName ¶
func (e FetchChargesByShipmentIdRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FetchChargesByShipmentIdRequestValidationError) Field ¶
func (e FetchChargesByShipmentIdRequestValidationError) Field() string
Field function returns field value.
func (FetchChargesByShipmentIdRequestValidationError) Key ¶
func (e FetchChargesByShipmentIdRequestValidationError) Key() bool
Key function returns key value.
func (FetchChargesByShipmentIdRequestValidationError) Reason ¶
func (e FetchChargesByShipmentIdRequestValidationError) Reason() string
Reason function returns reason value.
type FetchChargesByShipmentIdResponse ¶
type FetchChargesByShipmentIdResponse struct { Charges []*Charge `protobuf:"bytes,1,rep,name=charges,proto3" json:"charges,omitempty"` NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"` // contains filtered or unexported fields }
func (*FetchChargesByShipmentIdResponse) Descriptor
deprecated
func (*FetchChargesByShipmentIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use FetchChargesByShipmentIdResponse.ProtoReflect.Descriptor instead.
func (*FetchChargesByShipmentIdResponse) GetCharges ¶
func (x *FetchChargesByShipmentIdResponse) GetCharges() []*Charge
func (*FetchChargesByShipmentIdResponse) GetNextCursor ¶
func (x *FetchChargesByShipmentIdResponse) GetNextCursor() string
func (*FetchChargesByShipmentIdResponse) ProtoMessage ¶
func (*FetchChargesByShipmentIdResponse) ProtoMessage()
func (*FetchChargesByShipmentIdResponse) ProtoReflect ¶
func (x *FetchChargesByShipmentIdResponse) ProtoReflect() protoreflect.Message
func (*FetchChargesByShipmentIdResponse) Reset ¶
func (x *FetchChargesByShipmentIdResponse) Reset()
func (*FetchChargesByShipmentIdResponse) String ¶
func (x *FetchChargesByShipmentIdResponse) String() string
func (*FetchChargesByShipmentIdResponse) Validate ¶
func (m *FetchChargesByShipmentIdResponse) Validate() error
Validate checks the field values on FetchChargesByShipmentIdResponse 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 (*FetchChargesByShipmentIdResponse) ValidateAll ¶
func (m *FetchChargesByShipmentIdResponse) ValidateAll() error
ValidateAll checks the field values on FetchChargesByShipmentIdResponse 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 FetchChargesByShipmentIdResponseMultiError, or nil if none found.
type FetchChargesByShipmentIdResponseMultiError ¶
type FetchChargesByShipmentIdResponseMultiError []error
FetchChargesByShipmentIdResponseMultiError is an error wrapping multiple validation errors returned by FetchChargesByShipmentIdResponse.ValidateAll() if the designated constraints aren't met.
func (FetchChargesByShipmentIdResponseMultiError) AllErrors ¶
func (m FetchChargesByShipmentIdResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FetchChargesByShipmentIdResponseMultiError) Error ¶
func (m FetchChargesByShipmentIdResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FetchChargesByShipmentIdResponseValidationError ¶
type FetchChargesByShipmentIdResponseValidationError struct {
// contains filtered or unexported fields
}
FetchChargesByShipmentIdResponseValidationError is the validation error returned by FetchChargesByShipmentIdResponse.Validate if the designated constraints aren't met.
func (FetchChargesByShipmentIdResponseValidationError) Cause ¶
func (e FetchChargesByShipmentIdResponseValidationError) Cause() error
Cause function returns cause value.
func (FetchChargesByShipmentIdResponseValidationError) Error ¶
func (e FetchChargesByShipmentIdResponseValidationError) Error() string
Error satisfies the builtin error interface
func (FetchChargesByShipmentIdResponseValidationError) ErrorName ¶
func (e FetchChargesByShipmentIdResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FetchChargesByShipmentIdResponseValidationError) Field ¶
func (e FetchChargesByShipmentIdResponseValidationError) Field() string
Field function returns field value.
func (FetchChargesByShipmentIdResponseValidationError) Key ¶
func (e FetchChargesByShipmentIdResponseValidationError) Key() bool
Key function returns key value.
func (FetchChargesByShipmentIdResponseValidationError) Reason ¶
func (e FetchChargesByShipmentIdResponseValidationError) Reason() string
Reason function returns reason value.
type FetchChargesByTransportDocumentIdRequest ¶
type FetchChargesByTransportDocumentIdRequest struct { TransportDocumentId uint32 `protobuf:"varint,1,opt,name=transport_document_id,json=transportDocumentId,proto3" json:"transport_document_id,omitempty"` UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Limit string `protobuf:"bytes,3,opt,name=limit,proto3" json:"limit,omitempty"` NextCursor string `protobuf:"bytes,4,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"` UserEmail string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` RequestId string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"` // contains filtered or unexported fields }
func (*FetchChargesByTransportDocumentIdRequest) Descriptor
deprecated
func (*FetchChargesByTransportDocumentIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use FetchChargesByTransportDocumentIdRequest.ProtoReflect.Descriptor instead.
func (*FetchChargesByTransportDocumentIdRequest) GetLimit ¶
func (x *FetchChargesByTransportDocumentIdRequest) GetLimit() string
func (*FetchChargesByTransportDocumentIdRequest) GetNextCursor ¶
func (x *FetchChargesByTransportDocumentIdRequest) GetNextCursor() string
func (*FetchChargesByTransportDocumentIdRequest) GetRequestId ¶
func (x *FetchChargesByTransportDocumentIdRequest) GetRequestId() string
func (*FetchChargesByTransportDocumentIdRequest) GetTransportDocumentId ¶
func (x *FetchChargesByTransportDocumentIdRequest) GetTransportDocumentId() uint32
func (*FetchChargesByTransportDocumentIdRequest) GetUserEmail ¶
func (x *FetchChargesByTransportDocumentIdRequest) GetUserEmail() string
func (*FetchChargesByTransportDocumentIdRequest) GetUserId ¶
func (x *FetchChargesByTransportDocumentIdRequest) GetUserId() string
func (*FetchChargesByTransportDocumentIdRequest) ProtoMessage ¶
func (*FetchChargesByTransportDocumentIdRequest) ProtoMessage()
func (*FetchChargesByTransportDocumentIdRequest) ProtoReflect ¶
func (x *FetchChargesByTransportDocumentIdRequest) ProtoReflect() protoreflect.Message
func (*FetchChargesByTransportDocumentIdRequest) Reset ¶
func (x *FetchChargesByTransportDocumentIdRequest) Reset()
func (*FetchChargesByTransportDocumentIdRequest) String ¶
func (x *FetchChargesByTransportDocumentIdRequest) String() string
func (*FetchChargesByTransportDocumentIdRequest) Validate ¶
func (m *FetchChargesByTransportDocumentIdRequest) Validate() error
Validate checks the field values on FetchChargesByTransportDocumentIdRequest 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 (*FetchChargesByTransportDocumentIdRequest) ValidateAll ¶
func (m *FetchChargesByTransportDocumentIdRequest) ValidateAll() error
ValidateAll checks the field values on FetchChargesByTransportDocumentIdRequest 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 FetchChargesByTransportDocumentIdRequestMultiError, or nil if none found.
type FetchChargesByTransportDocumentIdRequestMultiError ¶
type FetchChargesByTransportDocumentIdRequestMultiError []error
FetchChargesByTransportDocumentIdRequestMultiError is an error wrapping multiple validation errors returned by FetchChargesByTransportDocumentIdRequest.ValidateAll() if the designated constraints aren't met.
func (FetchChargesByTransportDocumentIdRequestMultiError) AllErrors ¶
func (m FetchChargesByTransportDocumentIdRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FetchChargesByTransportDocumentIdRequestMultiError) Error ¶
func (m FetchChargesByTransportDocumentIdRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FetchChargesByTransportDocumentIdRequestValidationError ¶
type FetchChargesByTransportDocumentIdRequestValidationError struct {
// contains filtered or unexported fields
}
FetchChargesByTransportDocumentIdRequestValidationError is the validation error returned by FetchChargesByTransportDocumentIdRequest.Validate if the designated constraints aren't met.
func (FetchChargesByTransportDocumentIdRequestValidationError) Cause ¶
func (e FetchChargesByTransportDocumentIdRequestValidationError) Cause() error
Cause function returns cause value.
func (FetchChargesByTransportDocumentIdRequestValidationError) Error ¶
func (e FetchChargesByTransportDocumentIdRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FetchChargesByTransportDocumentIdRequestValidationError) ErrorName ¶
func (e FetchChargesByTransportDocumentIdRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FetchChargesByTransportDocumentIdRequestValidationError) Field ¶
func (e FetchChargesByTransportDocumentIdRequestValidationError) Field() string
Field function returns field value.
func (FetchChargesByTransportDocumentIdRequestValidationError) Key ¶
func (e FetchChargesByTransportDocumentIdRequestValidationError) Key() bool
Key function returns key value.
func (FetchChargesByTransportDocumentIdRequestValidationError) Reason ¶
func (e FetchChargesByTransportDocumentIdRequestValidationError) Reason() string
Reason function returns reason value.
type FetchChargesByTransportDocumentIdResponse ¶
type FetchChargesByTransportDocumentIdResponse struct { Charges []*Charge `protobuf:"bytes,1,rep,name=charges,proto3" json:"charges,omitempty"` NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"` // contains filtered or unexported fields }
func (*FetchChargesByTransportDocumentIdResponse) Descriptor
deprecated
func (*FetchChargesByTransportDocumentIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use FetchChargesByTransportDocumentIdResponse.ProtoReflect.Descriptor instead.
func (*FetchChargesByTransportDocumentIdResponse) GetCharges ¶
func (x *FetchChargesByTransportDocumentIdResponse) GetCharges() []*Charge
func (*FetchChargesByTransportDocumentIdResponse) GetNextCursor ¶
func (x *FetchChargesByTransportDocumentIdResponse) GetNextCursor() string
func (*FetchChargesByTransportDocumentIdResponse) ProtoMessage ¶
func (*FetchChargesByTransportDocumentIdResponse) ProtoMessage()
func (*FetchChargesByTransportDocumentIdResponse) ProtoReflect ¶
func (x *FetchChargesByTransportDocumentIdResponse) ProtoReflect() protoreflect.Message
func (*FetchChargesByTransportDocumentIdResponse) Reset ¶
func (x *FetchChargesByTransportDocumentIdResponse) Reset()
func (*FetchChargesByTransportDocumentIdResponse) String ¶
func (x *FetchChargesByTransportDocumentIdResponse) String() string
func (*FetchChargesByTransportDocumentIdResponse) Validate ¶
func (m *FetchChargesByTransportDocumentIdResponse) Validate() error
Validate checks the field values on FetchChargesByTransportDocumentIdResponse 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 (*FetchChargesByTransportDocumentIdResponse) ValidateAll ¶
func (m *FetchChargesByTransportDocumentIdResponse) ValidateAll() error
ValidateAll checks the field values on FetchChargesByTransportDocumentIdResponse 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 FetchChargesByTransportDocumentIdResponseMultiError, or nil if none found.
type FetchChargesByTransportDocumentIdResponseMultiError ¶
type FetchChargesByTransportDocumentIdResponseMultiError []error
FetchChargesByTransportDocumentIdResponseMultiError is an error wrapping multiple validation errors returned by FetchChargesByTransportDocumentIdResponse.ValidateAll() if the designated constraints aren't met.
func (FetchChargesByTransportDocumentIdResponseMultiError) AllErrors ¶
func (m FetchChargesByTransportDocumentIdResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FetchChargesByTransportDocumentIdResponseMultiError) Error ¶
func (m FetchChargesByTransportDocumentIdResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FetchChargesByTransportDocumentIdResponseValidationError ¶
type FetchChargesByTransportDocumentIdResponseValidationError struct {
// contains filtered or unexported fields
}
FetchChargesByTransportDocumentIdResponseValidationError is the validation error returned by FetchChargesByTransportDocumentIdResponse.Validate if the designated constraints aren't met.
func (FetchChargesByTransportDocumentIdResponseValidationError) Cause ¶
func (e FetchChargesByTransportDocumentIdResponseValidationError) Cause() error
Cause function returns cause value.
func (FetchChargesByTransportDocumentIdResponseValidationError) Error ¶
func (e FetchChargesByTransportDocumentIdResponseValidationError) Error() string
Error satisfies the builtin error interface
func (FetchChargesByTransportDocumentIdResponseValidationError) ErrorName ¶
func (e FetchChargesByTransportDocumentIdResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FetchChargesByTransportDocumentIdResponseValidationError) Field ¶
func (e FetchChargesByTransportDocumentIdResponseValidationError) Field() string
Field function returns field value.
func (FetchChargesByTransportDocumentIdResponseValidationError) Key ¶
func (e FetchChargesByTransportDocumentIdResponseValidationError) Key() bool
Key function returns key value.
func (FetchChargesByTransportDocumentIdResponseValidationError) Reason ¶
func (e FetchChargesByTransportDocumentIdResponseValidationError) Reason() string
Reason function returns reason value.
type FindByCarrierVoyageNumberAndServiceIdRequest ¶
type FindByCarrierVoyageNumberAndServiceIdRequest struct { CarrierVoyageNumber string `protobuf:"bytes,1,opt,name=carrier_voyage_number,json=carrierVoyageNumber,proto3" json:"carrier_voyage_number,omitempty"` ServiceId uint32 `protobuf:"varint,2,opt,name=service_id,json=serviceId,proto3" json:"service_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 (*FindByCarrierVoyageNumberAndServiceIdRequest) Descriptor
deprecated
func (*FindByCarrierVoyageNumberAndServiceIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindByCarrierVoyageNumberAndServiceIdRequest.ProtoReflect.Descriptor instead.
func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetCarrierVoyageNumber ¶
func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetCarrierVoyageNumber() string
func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetRequestId ¶
func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetRequestId() string
func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetServiceId ¶
func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetServiceId() uint32
func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetUserEmail ¶
func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetUserEmail() string
func (*FindByCarrierVoyageNumberAndServiceIdRequest) GetUserId ¶
func (x *FindByCarrierVoyageNumberAndServiceIdRequest) GetUserId() string
func (*FindByCarrierVoyageNumberAndServiceIdRequest) ProtoMessage ¶
func (*FindByCarrierVoyageNumberAndServiceIdRequest) ProtoMessage()
func (*FindByCarrierVoyageNumberAndServiceIdRequest) ProtoReflect ¶
func (x *FindByCarrierVoyageNumberAndServiceIdRequest) ProtoReflect() protoreflect.Message
func (*FindByCarrierVoyageNumberAndServiceIdRequest) Reset ¶
func (x *FindByCarrierVoyageNumberAndServiceIdRequest) Reset()
func (*FindByCarrierVoyageNumberAndServiceIdRequest) String ¶
func (x *FindByCarrierVoyageNumberAndServiceIdRequest) String() string
func (*FindByCarrierVoyageNumberAndServiceIdRequest) Validate ¶
func (m *FindByCarrierVoyageNumberAndServiceIdRequest) Validate() error
Validate checks the field values on FindByCarrierVoyageNumberAndServiceIdRequest 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 (*FindByCarrierVoyageNumberAndServiceIdRequest) ValidateAll ¶
func (m *FindByCarrierVoyageNumberAndServiceIdRequest) ValidateAll() error
ValidateAll checks the field values on FindByCarrierVoyageNumberAndServiceIdRequest 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 FindByCarrierVoyageNumberAndServiceIdRequestMultiError, or nil if none found.
type FindByCarrierVoyageNumberAndServiceIdRequestMultiError ¶
type FindByCarrierVoyageNumberAndServiceIdRequestMultiError []error
FindByCarrierVoyageNumberAndServiceIdRequestMultiError is an error wrapping multiple validation errors returned by FindByCarrierVoyageNumberAndServiceIdRequest.ValidateAll() if the designated constraints aren't met.
func (FindByCarrierVoyageNumberAndServiceIdRequestMultiError) AllErrors ¶
func (m FindByCarrierVoyageNumberAndServiceIdRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindByCarrierVoyageNumberAndServiceIdRequestMultiError) Error ¶
func (m FindByCarrierVoyageNumberAndServiceIdRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindByCarrierVoyageNumberAndServiceIdRequestValidationError ¶
type FindByCarrierVoyageNumberAndServiceIdRequestValidationError struct {
// contains filtered or unexported fields
}
FindByCarrierVoyageNumberAndServiceIdRequestValidationError is the validation error returned by FindByCarrierVoyageNumberAndServiceIdRequest.Validate if the designated constraints aren't met.
func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Cause ¶
func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Cause() error
Cause function returns cause value.
func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Error ¶
func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) ErrorName ¶
func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Field ¶
func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Field() string
Field function returns field value.
func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Key ¶
func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Key() bool
Key function returns key value.
func (FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Reason ¶
func (e FindByCarrierVoyageNumberAndServiceIdRequestValidationError) Reason() string
Reason function returns reason value.
type FindByCarrierVoyageNumberAndServiceIdResponse ¶
type FindByCarrierVoyageNumberAndServiceIdResponse struct { Voyage *Voyage `protobuf:"bytes,1,opt,name=voyage,proto3" json:"voyage,omitempty"` // contains filtered or unexported fields }
func (*FindByCarrierVoyageNumberAndServiceIdResponse) Descriptor
deprecated
func (*FindByCarrierVoyageNumberAndServiceIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindByCarrierVoyageNumberAndServiceIdResponse.ProtoReflect.Descriptor instead.
func (*FindByCarrierVoyageNumberAndServiceIdResponse) GetVoyage ¶
func (x *FindByCarrierVoyageNumberAndServiceIdResponse) GetVoyage() *Voyage
func (*FindByCarrierVoyageNumberAndServiceIdResponse) ProtoMessage ¶
func (*FindByCarrierVoyageNumberAndServiceIdResponse) ProtoMessage()
func (*FindByCarrierVoyageNumberAndServiceIdResponse) ProtoReflect ¶
func (x *FindByCarrierVoyageNumberAndServiceIdResponse) ProtoReflect() protoreflect.Message
func (*FindByCarrierVoyageNumberAndServiceIdResponse) Reset ¶
func (x *FindByCarrierVoyageNumberAndServiceIdResponse) Reset()
func (*FindByCarrierVoyageNumberAndServiceIdResponse) String ¶
func (x *FindByCarrierVoyageNumberAndServiceIdResponse) String() string
func (*FindByCarrierVoyageNumberAndServiceIdResponse) Validate ¶
func (m *FindByCarrierVoyageNumberAndServiceIdResponse) Validate() error
Validate checks the field values on FindByCarrierVoyageNumberAndServiceIdResponse 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 (*FindByCarrierVoyageNumberAndServiceIdResponse) ValidateAll ¶
func (m *FindByCarrierVoyageNumberAndServiceIdResponse) ValidateAll() error
ValidateAll checks the field values on FindByCarrierVoyageNumberAndServiceIdResponse 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 FindByCarrierVoyageNumberAndServiceIdResponseMultiError, or nil if none found.
type FindByCarrierVoyageNumberAndServiceIdResponseMultiError ¶
type FindByCarrierVoyageNumberAndServiceIdResponseMultiError []error
FindByCarrierVoyageNumberAndServiceIdResponseMultiError is an error wrapping multiple validation errors returned by FindByCarrierVoyageNumberAndServiceIdResponse.ValidateAll() if the designated constraints aren't met.
func (FindByCarrierVoyageNumberAndServiceIdResponseMultiError) AllErrors ¶
func (m FindByCarrierVoyageNumberAndServiceIdResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindByCarrierVoyageNumberAndServiceIdResponseMultiError) Error ¶
func (m FindByCarrierVoyageNumberAndServiceIdResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindByCarrierVoyageNumberAndServiceIdResponseValidationError ¶
type FindByCarrierVoyageNumberAndServiceIdResponseValidationError struct {
// contains filtered or unexported fields
}
FindByCarrierVoyageNumberAndServiceIdResponseValidationError is the validation error returned by FindByCarrierVoyageNumberAndServiceIdResponse.Validate if the designated constraints aren't met.
func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Cause ¶
func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Cause() error
Cause function returns cause value.
func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Error ¶
func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Error() string
Error satisfies the builtin error interface
func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) ErrorName ¶
func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Field ¶
func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Field() string
Field function returns field value.
func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Key ¶
func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Key() bool
Key function returns key value.
func (FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Reason ¶
func (e FindByCarrierVoyageNumberAndServiceIdResponseValidationError) Reason() string
Reason function returns reason value.
type FindByCarrierVoyageNumberRequest ¶
type FindByCarrierVoyageNumberRequest struct { CarrierVoyageNumber string `protobuf:"bytes,1,opt,name=carrier_voyage_number,json=carrierVoyageNumber,proto3" json:"carrier_voyage_number,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 (*FindByCarrierVoyageNumberRequest) Descriptor
deprecated
func (*FindByCarrierVoyageNumberRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindByCarrierVoyageNumberRequest.ProtoReflect.Descriptor instead.
func (*FindByCarrierVoyageNumberRequest) GetCarrierVoyageNumber ¶
func (x *FindByCarrierVoyageNumberRequest) GetCarrierVoyageNumber() string
func (*FindByCarrierVoyageNumberRequest) GetRequestId ¶
func (x *FindByCarrierVoyageNumberRequest) GetRequestId() string
func (*FindByCarrierVoyageNumberRequest) GetUserEmail ¶
func (x *FindByCarrierVoyageNumberRequest) GetUserEmail() string
func (*FindByCarrierVoyageNumberRequest) GetUserId ¶
func (x *FindByCarrierVoyageNumberRequest) GetUserId() string
func (*FindByCarrierVoyageNumberRequest) ProtoMessage ¶
func (*FindByCarrierVoyageNumberRequest) ProtoMessage()
func (*FindByCarrierVoyageNumberRequest) ProtoReflect ¶
func (x *FindByCarrierVoyageNumberRequest) ProtoReflect() protoreflect.Message
func (*FindByCarrierVoyageNumberRequest) Reset ¶
func (x *FindByCarrierVoyageNumberRequest) Reset()
func (*FindByCarrierVoyageNumberRequest) String ¶
func (x *FindByCarrierVoyageNumberRequest) String() string
func (*FindByCarrierVoyageNumberRequest) Validate ¶
func (m *FindByCarrierVoyageNumberRequest) Validate() error
Validate checks the field values on FindByCarrierVoyageNumberRequest 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 (*FindByCarrierVoyageNumberRequest) ValidateAll ¶
func (m *FindByCarrierVoyageNumberRequest) ValidateAll() error
ValidateAll checks the field values on FindByCarrierVoyageNumberRequest 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 FindByCarrierVoyageNumberRequestMultiError, or nil if none found.
type FindByCarrierVoyageNumberRequestMultiError ¶
type FindByCarrierVoyageNumberRequestMultiError []error
FindByCarrierVoyageNumberRequestMultiError is an error wrapping multiple validation errors returned by FindByCarrierVoyageNumberRequest.ValidateAll() if the designated constraints aren't met.
func (FindByCarrierVoyageNumberRequestMultiError) AllErrors ¶
func (m FindByCarrierVoyageNumberRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindByCarrierVoyageNumberRequestMultiError) Error ¶
func (m FindByCarrierVoyageNumberRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindByCarrierVoyageNumberRequestValidationError ¶
type FindByCarrierVoyageNumberRequestValidationError struct {
// contains filtered or unexported fields
}
FindByCarrierVoyageNumberRequestValidationError is the validation error returned by FindByCarrierVoyageNumberRequest.Validate if the designated constraints aren't met.
func (FindByCarrierVoyageNumberRequestValidationError) Cause ¶
func (e FindByCarrierVoyageNumberRequestValidationError) Cause() error
Cause function returns cause value.
func (FindByCarrierVoyageNumberRequestValidationError) Error ¶
func (e FindByCarrierVoyageNumberRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FindByCarrierVoyageNumberRequestValidationError) ErrorName ¶
func (e FindByCarrierVoyageNumberRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FindByCarrierVoyageNumberRequestValidationError) Field ¶
func (e FindByCarrierVoyageNumberRequestValidationError) Field() string
Field function returns field value.
func (FindByCarrierVoyageNumberRequestValidationError) Key ¶
func (e FindByCarrierVoyageNumberRequestValidationError) Key() bool
Key function returns key value.
func (FindByCarrierVoyageNumberRequestValidationError) Reason ¶
func (e FindByCarrierVoyageNumberRequestValidationError) Reason() string
Reason function returns reason value.
type FindByCarrierVoyageNumberResponse ¶
type FindByCarrierVoyageNumberResponse struct { Voyage *Voyage `protobuf:"bytes,1,opt,name=voyage,proto3" json:"voyage,omitempty"` // contains filtered or unexported fields }
func (*FindByCarrierVoyageNumberResponse) Descriptor
deprecated
func (*FindByCarrierVoyageNumberResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindByCarrierVoyageNumberResponse.ProtoReflect.Descriptor instead.
func (*FindByCarrierVoyageNumberResponse) GetVoyage ¶
func (x *FindByCarrierVoyageNumberResponse) GetVoyage() *Voyage
func (*FindByCarrierVoyageNumberResponse) ProtoMessage ¶
func (*FindByCarrierVoyageNumberResponse) ProtoMessage()
func (*FindByCarrierVoyageNumberResponse) ProtoReflect ¶
func (x *FindByCarrierVoyageNumberResponse) ProtoReflect() protoreflect.Message
func (*FindByCarrierVoyageNumberResponse) Reset ¶
func (x *FindByCarrierVoyageNumberResponse) Reset()
func (*FindByCarrierVoyageNumberResponse) String ¶
func (x *FindByCarrierVoyageNumberResponse) String() string
func (*FindByCarrierVoyageNumberResponse) Validate ¶
func (m *FindByCarrierVoyageNumberResponse) Validate() error
Validate checks the field values on FindByCarrierVoyageNumberResponse 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 (*FindByCarrierVoyageNumberResponse) ValidateAll ¶
func (m *FindByCarrierVoyageNumberResponse) ValidateAll() error
ValidateAll checks the field values on FindByCarrierVoyageNumberResponse 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 FindByCarrierVoyageNumberResponseMultiError, or nil if none found.
type FindByCarrierVoyageNumberResponseMultiError ¶
type FindByCarrierVoyageNumberResponseMultiError []error
FindByCarrierVoyageNumberResponseMultiError is an error wrapping multiple validation errors returned by FindByCarrierVoyageNumberResponse.ValidateAll() if the designated constraints aren't met.
func (FindByCarrierVoyageNumberResponseMultiError) AllErrors ¶
func (m FindByCarrierVoyageNumberResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindByCarrierVoyageNumberResponseMultiError) Error ¶
func (m FindByCarrierVoyageNumberResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindByCarrierVoyageNumberResponseValidationError ¶
type FindByCarrierVoyageNumberResponseValidationError struct {
// contains filtered or unexported fields
}
FindByCarrierVoyageNumberResponseValidationError is the validation error returned by FindByCarrierVoyageNumberResponse.Validate if the designated constraints aren't met.
func (FindByCarrierVoyageNumberResponseValidationError) Cause ¶
func (e FindByCarrierVoyageNumberResponseValidationError) Cause() error
Cause function returns cause value.
func (FindByCarrierVoyageNumberResponseValidationError) Error ¶
func (e FindByCarrierVoyageNumberResponseValidationError) Error() string
Error satisfies the builtin error interface
func (FindByCarrierVoyageNumberResponseValidationError) ErrorName ¶
func (e FindByCarrierVoyageNumberResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FindByCarrierVoyageNumberResponseValidationError) Field ¶
func (e FindByCarrierVoyageNumberResponseValidationError) Field() string
Field function returns field value.
func (FindByCarrierVoyageNumberResponseValidationError) Key ¶
func (e FindByCarrierVoyageNumberResponseValidationError) Key() bool
Key function returns key value.
func (FindByCarrierVoyageNumberResponseValidationError) Reason ¶
func (e FindByCarrierVoyageNumberResponseValidationError) Reason() string
Reason function returns reason value.
type FindCarrierVoyageNumbersByCarrierBookingRefRequest ¶
type FindCarrierVoyageNumbersByCarrierBookingRefRequest struct { CarrierBookingRef string `protobuf:"bytes,1,opt,name=carrier_booking_ref,json=carrierBookingRef,proto3" json:"carrier_booking_ref,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 (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) Descriptor
deprecated
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindCarrierVoyageNumbersByCarrierBookingRefRequest.ProtoReflect.Descriptor instead.
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetCarrierBookingRef ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetCarrierBookingRef() string
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetRequestId ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetRequestId() string
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetUserEmail ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetUserEmail() string
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetUserId ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) GetUserId() string
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) ProtoMessage ¶
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) ProtoMessage()
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) ProtoReflect ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) ProtoReflect() protoreflect.Message
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) Reset ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) Reset()
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) String ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefRequest) String() string
func (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) Validate ¶
func (m *FindCarrierVoyageNumbersByCarrierBookingRefRequest) Validate() error
Validate checks the field values on FindCarrierVoyageNumbersByCarrierBookingRefRequest 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 (*FindCarrierVoyageNumbersByCarrierBookingRefRequest) ValidateAll ¶
func (m *FindCarrierVoyageNumbersByCarrierBookingRefRequest) ValidateAll() error
ValidateAll checks the field values on FindCarrierVoyageNumbersByCarrierBookingRefRequest 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 FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError, or nil if none found.
type FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError ¶
type FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError []error
FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByCarrierBookingRefRequest.ValidateAll() if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError) AllErrors ¶
func (m FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError) Error ¶
func (m FindCarrierVoyageNumbersByCarrierBookingRefRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError ¶
type FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError struct {
// contains filtered or unexported fields
}
FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError is the validation error returned by FindCarrierVoyageNumbersByCarrierBookingRefRequest.Validate if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Cause ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Cause() error
Cause function returns cause value.
func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Error ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) ErrorName ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Field ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Field() string
Field function returns field value.
func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Key ¶
Key function returns key value.
func (FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Reason ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefRequestValidationError) Reason() string
Reason function returns reason value.
type FindCarrierVoyageNumbersByCarrierBookingRefResponse ¶
type FindCarrierVoyageNumbersByCarrierBookingRefResponse struct { Voyage *Voyage `protobuf:"bytes,1,opt,name=voyage,proto3" json:"voyage,omitempty"` // contains filtered or unexported fields }
func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) Descriptor
deprecated
func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindCarrierVoyageNumbersByCarrierBookingRefResponse.ProtoReflect.Descriptor instead.
func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) GetVoyage ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefResponse) GetVoyage() *Voyage
func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) ProtoMessage ¶
func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) ProtoMessage()
func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) ProtoReflect ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefResponse) ProtoReflect() protoreflect.Message
func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) Reset ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefResponse) Reset()
func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) String ¶
func (x *FindCarrierVoyageNumbersByCarrierBookingRefResponse) String() string
func (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) Validate ¶
func (m *FindCarrierVoyageNumbersByCarrierBookingRefResponse) Validate() error
Validate checks the field values on FindCarrierVoyageNumbersByCarrierBookingRefResponse 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 (*FindCarrierVoyageNumbersByCarrierBookingRefResponse) ValidateAll ¶
func (m *FindCarrierVoyageNumbersByCarrierBookingRefResponse) ValidateAll() error
ValidateAll checks the field values on FindCarrierVoyageNumbersByCarrierBookingRefResponse 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 FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError, or nil if none found.
type FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError ¶
type FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError []error
FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByCarrierBookingRefResponse.ValidateAll() if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError) AllErrors ¶
func (m FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError) Error ¶
func (m FindCarrierVoyageNumbersByCarrierBookingRefResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError ¶
type FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError struct {
// contains filtered or unexported fields
}
FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError is the validation error returned by FindCarrierVoyageNumbersByCarrierBookingRefResponse.Validate if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Cause ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Cause() error
Cause function returns cause value.
func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Error ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Error() string
Error satisfies the builtin error interface
func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) ErrorName ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Field ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Field() string
Field function returns field value.
func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Key ¶
Key function returns key value.
func (FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Reason ¶
func (e FindCarrierVoyageNumbersByCarrierBookingRefResponseValidationError) Reason() string
Reason function returns reason value.
type FindCarrierVoyageNumbersByShippingInstructionIdRequest ¶
type FindCarrierVoyageNumbersByShippingInstructionIdRequest 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 (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) Descriptor
deprecated
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindCarrierVoyageNumbersByShippingInstructionIdRequest.ProtoReflect.Descriptor instead.
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetRequestId ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetRequestId() string
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetShippingInstructionId ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetShippingInstructionId() uint32
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetUserEmail ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetUserEmail() string
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetUserId ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) GetUserId() string
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) ProtoMessage ¶
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) ProtoMessage()
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) ProtoReflect ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) ProtoReflect() protoreflect.Message
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) Reset ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) Reset()
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) String ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdRequest) String() string
func (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) Validate ¶
func (m *FindCarrierVoyageNumbersByShippingInstructionIdRequest) Validate() error
Validate checks the field values on FindCarrierVoyageNumbersByShippingInstructionIdRequest 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 (*FindCarrierVoyageNumbersByShippingInstructionIdRequest) ValidateAll ¶
func (m *FindCarrierVoyageNumbersByShippingInstructionIdRequest) ValidateAll() error
ValidateAll checks the field values on FindCarrierVoyageNumbersByShippingInstructionIdRequest 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 FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError, or nil if none found.
type FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError ¶
type FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError []error
FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByShippingInstructionIdRequest.ValidateAll() if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError) AllErrors ¶
func (m FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError) Error ¶
func (m FindCarrierVoyageNumbersByShippingInstructionIdRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError ¶
type FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError struct {
// contains filtered or unexported fields
}
FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError is the validation error returned by FindCarrierVoyageNumbersByShippingInstructionIdRequest.Validate if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Cause ¶
Cause function returns cause value.
func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Error ¶
Error satisfies the builtin error interface
func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) ErrorName ¶
func (e FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Field ¶
Field function returns field value.
func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Key ¶
Key function returns key value.
func (FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Reason ¶
func (e FindCarrierVoyageNumbersByShippingInstructionIdRequestValidationError) Reason() string
Reason function returns reason value.
type FindCarrierVoyageNumbersByShippingInstructionIdResponse ¶
type FindCarrierVoyageNumbersByShippingInstructionIdResponse struct { Voyage *Voyage `protobuf:"bytes,1,opt,name=voyage,proto3" json:"voyage,omitempty"` // contains filtered or unexported fields }
func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) Descriptor
deprecated
func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindCarrierVoyageNumbersByShippingInstructionIdResponse.ProtoReflect.Descriptor instead.
func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) GetVoyage ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdResponse) GetVoyage() *Voyage
func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) ProtoMessage ¶
func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) ProtoMessage()
func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) ProtoReflect ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdResponse) ProtoReflect() protoreflect.Message
func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) Reset ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdResponse) Reset()
func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) String ¶
func (x *FindCarrierVoyageNumbersByShippingInstructionIdResponse) String() string
func (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) Validate ¶
func (m *FindCarrierVoyageNumbersByShippingInstructionIdResponse) Validate() error
Validate checks the field values on FindCarrierVoyageNumbersByShippingInstructionIdResponse 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 (*FindCarrierVoyageNumbersByShippingInstructionIdResponse) ValidateAll ¶
func (m *FindCarrierVoyageNumbersByShippingInstructionIdResponse) ValidateAll() error
ValidateAll checks the field values on FindCarrierVoyageNumbersByShippingInstructionIdResponse 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 FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError, or nil if none found.
type FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError ¶
type FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError []error
FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByShippingInstructionIdResponse.ValidateAll() if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError) AllErrors ¶
func (m FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError) Error ¶
func (m FindCarrierVoyageNumbersByShippingInstructionIdResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError ¶
type FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError struct {
// contains filtered or unexported fields
}
FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError is the validation error returned by FindCarrierVoyageNumbersByShippingInstructionIdResponse.Validate if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Cause ¶
Cause function returns cause value.
func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Error ¶
Error satisfies the builtin error interface
func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) ErrorName ¶
func (e FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Field ¶
Field function returns field value.
func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Key ¶
Key function returns key value.
func (FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Reason ¶
func (e FindCarrierVoyageNumbersByShippingInstructionIdResponseValidationError) Reason() string
Reason function returns reason value.
type FindCarrierVoyageNumbersByTransportDocumentRefRequest ¶
type FindCarrierVoyageNumbersByTransportDocumentRefRequest struct { TransportDocumentRef string `protobuf:"bytes,1,opt,name=transport_document_ref,json=transportDocumentRef,proto3" json:"transport_document_ref,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 (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) Descriptor
deprecated
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindCarrierVoyageNumbersByTransportDocumentRefRequest.ProtoReflect.Descriptor instead.
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetRequestId ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetRequestId() string
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetTransportDocumentRef ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetTransportDocumentRef() string
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetUserEmail ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetUserEmail() string
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetUserId ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) GetUserId() string
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) ProtoMessage ¶
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) ProtoMessage()
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) ProtoReflect ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) ProtoReflect() protoreflect.Message
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) Reset ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) Reset()
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) String ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefRequest) String() string
func (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) Validate ¶
func (m *FindCarrierVoyageNumbersByTransportDocumentRefRequest) Validate() error
Validate checks the field values on FindCarrierVoyageNumbersByTransportDocumentRefRequest 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 (*FindCarrierVoyageNumbersByTransportDocumentRefRequest) ValidateAll ¶
func (m *FindCarrierVoyageNumbersByTransportDocumentRefRequest) ValidateAll() error
ValidateAll checks the field values on FindCarrierVoyageNumbersByTransportDocumentRefRequest 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 FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError, or nil if none found.
type FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError ¶
type FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError []error
FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByTransportDocumentRefRequest.ValidateAll() if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError) AllErrors ¶
func (m FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError) Error ¶
func (m FindCarrierVoyageNumbersByTransportDocumentRefRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError ¶
type FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError struct {
// contains filtered or unexported fields
}
FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError is the validation error returned by FindCarrierVoyageNumbersByTransportDocumentRefRequest.Validate if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Cause ¶
Cause function returns cause value.
func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Error ¶
Error satisfies the builtin error interface
func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) ErrorName ¶
func (e FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Field ¶
Field function returns field value.
func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Key ¶
Key function returns key value.
func (FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Reason ¶
func (e FindCarrierVoyageNumbersByTransportDocumentRefRequestValidationError) Reason() string
Reason function returns reason value.
type FindCarrierVoyageNumbersByTransportDocumentRefResponse ¶
type FindCarrierVoyageNumbersByTransportDocumentRefResponse struct { Voyage *Voyage `protobuf:"bytes,1,opt,name=voyage,proto3" json:"voyage,omitempty"` // contains filtered or unexported fields }
func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) Descriptor
deprecated
func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindCarrierVoyageNumbersByTransportDocumentRefResponse.ProtoReflect.Descriptor instead.
func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) GetVoyage ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefResponse) GetVoyage() *Voyage
func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) ProtoMessage ¶
func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) ProtoMessage()
func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) ProtoReflect ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefResponse) ProtoReflect() protoreflect.Message
func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) Reset ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefResponse) Reset()
func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) String ¶
func (x *FindCarrierVoyageNumbersByTransportDocumentRefResponse) String() string
func (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) Validate ¶
func (m *FindCarrierVoyageNumbersByTransportDocumentRefResponse) Validate() error
Validate checks the field values on FindCarrierVoyageNumbersByTransportDocumentRefResponse 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 (*FindCarrierVoyageNumbersByTransportDocumentRefResponse) ValidateAll ¶
func (m *FindCarrierVoyageNumbersByTransportDocumentRefResponse) ValidateAll() error
ValidateAll checks the field values on FindCarrierVoyageNumbersByTransportDocumentRefResponse 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 FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError, or nil if none found.
type FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError ¶
type FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError []error
FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError is an error wrapping multiple validation errors returned by FindCarrierVoyageNumbersByTransportDocumentRefResponse.ValidateAll() if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError) AllErrors ¶
func (m FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError) Error ¶
func (m FindCarrierVoyageNumbersByTransportDocumentRefResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError ¶
type FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError struct {
// contains filtered or unexported fields
}
FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError is the validation error returned by FindCarrierVoyageNumbersByTransportDocumentRefResponse.Validate if the designated constraints aren't met.
func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Cause ¶
Cause function returns cause value.
func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Error ¶
Error satisfies the builtin error interface
func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) ErrorName ¶
func (e FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Field ¶
Field function returns field value.
func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Key ¶
Key function returns key value.
func (FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Reason ¶
func (e FindCarrierVoyageNumbersByTransportDocumentRefResponseValidationError) Reason() string
Reason function returns reason value.
type FindTransportCallRequest ¶
type FindTransportCallRequest struct { GetRequest *v1.GetRequest `protobuf:"bytes,1,opt,name=get_request,json=getRequest,proto3" json:"get_request,omitempty"` // contains filtered or unexported fields }
func (*FindTransportCallRequest) Descriptor
deprecated
func (*FindTransportCallRequest) Descriptor() ([]byte, []int)
Deprecated: Use FindTransportCallRequest.ProtoReflect.Descriptor instead.
func (*FindTransportCallRequest) GetGetRequest ¶
func (x *FindTransportCallRequest) GetGetRequest() *v1.GetRequest
func (*FindTransportCallRequest) ProtoMessage ¶
func (*FindTransportCallRequest) ProtoMessage()
func (*FindTransportCallRequest) ProtoReflect ¶
func (x *FindTransportCallRequest) ProtoReflect() protoreflect.Message
func (*FindTransportCallRequest) Reset ¶
func (x *FindTransportCallRequest) Reset()
func (*FindTransportCallRequest) String ¶
func (x *FindTransportCallRequest) String() string
func (*FindTransportCallRequest) Validate ¶
func (m *FindTransportCallRequest) Validate() error
Validate checks the field values on FindTransportCallRequest 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 (*FindTransportCallRequest) ValidateAll ¶
func (m *FindTransportCallRequest) ValidateAll() error
ValidateAll checks the field values on FindTransportCallRequest 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 FindTransportCallRequestMultiError, or nil if none found.
type FindTransportCallRequestMultiError ¶
type FindTransportCallRequestMultiError []error
FindTransportCallRequestMultiError is an error wrapping multiple validation errors returned by FindTransportCallRequest.ValidateAll() if the designated constraints aren't met.
func (FindTransportCallRequestMultiError) AllErrors ¶
func (m FindTransportCallRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindTransportCallRequestMultiError) Error ¶
func (m FindTransportCallRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindTransportCallRequestValidationError ¶
type FindTransportCallRequestValidationError struct {
// contains filtered or unexported fields
}
FindTransportCallRequestValidationError is the validation error returned by FindTransportCallRequest.Validate if the designated constraints aren't met.
func (FindTransportCallRequestValidationError) Cause ¶
func (e FindTransportCallRequestValidationError) Cause() error
Cause function returns cause value.
func (FindTransportCallRequestValidationError) Error ¶
func (e FindTransportCallRequestValidationError) Error() string
Error satisfies the builtin error interface
func (FindTransportCallRequestValidationError) ErrorName ¶
func (e FindTransportCallRequestValidationError) ErrorName() string
ErrorName returns error name.
func (FindTransportCallRequestValidationError) Field ¶
func (e FindTransportCallRequestValidationError) Field() string
Field function returns field value.
func (FindTransportCallRequestValidationError) Key ¶
func (e FindTransportCallRequestValidationError) Key() bool
Key function returns key value.
func (FindTransportCallRequestValidationError) Reason ¶
func (e FindTransportCallRequestValidationError) Reason() string
Reason function returns reason value.
type FindTransportCallResponse ¶
type FindTransportCallResponse struct { TransportCall *TransportCall `protobuf:"bytes,1,opt,name=transport_call,json=transportCall,proto3" json:"transport_call,omitempty"` // contains filtered or unexported fields }
func (*FindTransportCallResponse) Descriptor
deprecated
func (*FindTransportCallResponse) Descriptor() ([]byte, []int)
Deprecated: Use FindTransportCallResponse.ProtoReflect.Descriptor instead.
func (*FindTransportCallResponse) GetTransportCall ¶
func (x *FindTransportCallResponse) GetTransportCall() *TransportCall
func (*FindTransportCallResponse) ProtoMessage ¶
func (*FindTransportCallResponse) ProtoMessage()
func (*FindTransportCallResponse) ProtoReflect ¶
func (x *FindTransportCallResponse) ProtoReflect() protoreflect.Message
func (*FindTransportCallResponse) Reset ¶
func (x *FindTransportCallResponse) Reset()
func (*FindTransportCallResponse) String ¶
func (x *FindTransportCallResponse) String() string
func (*FindTransportCallResponse) Validate ¶
func (m *FindTransportCallResponse) Validate() error
Validate checks the field values on FindTransportCallResponse 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 (*FindTransportCallResponse) ValidateAll ¶
func (m *FindTransportCallResponse) ValidateAll() error
ValidateAll checks the field values on FindTransportCallResponse 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 FindTransportCallResponseMultiError, or nil if none found.
type FindTransportCallResponseMultiError ¶
type FindTransportCallResponseMultiError []error
FindTransportCallResponseMultiError is an error wrapping multiple validation errors returned by FindTransportCallResponse.ValidateAll() if the designated constraints aren't met.
func (FindTransportCallResponseMultiError) AllErrors ¶
func (m FindTransportCallResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (FindTransportCallResponseMultiError) Error ¶
func (m FindTransportCallResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type FindTransportCallResponseValidationError ¶
type FindTransportCallResponseValidationError struct {
// contains filtered or unexported fields
}
FindTransportCallResponseValidationError is the validation error returned by FindTransportCallResponse.Validate if the designated constraints aren't met.
func (FindTransportCallResponseValidationError) Cause ¶
func (e FindTransportCallResponseValidationError) Cause() error
Cause function returns cause value.
func (FindTransportCallResponseValidationError) Error ¶
func (e FindTransportCallResponseValidationError) Error() string
Error satisfies the builtin error interface
func (FindTransportCallResponseValidationError) ErrorName ¶
func (e FindTransportCallResponseValidationError) ErrorName() string
ErrorName returns error name.
func (FindTransportCallResponseValidationError) Field ¶
func (e FindTransportCallResponseValidationError) Field() string
Field function returns field value.
func (FindTransportCallResponseValidationError) Key ¶
func (e FindTransportCallResponseValidationError) Key() bool
Key function returns key value.
func (FindTransportCallResponseValidationError) Reason ¶
func (e FindTransportCallResponseValidationError) Reason() string
Reason function returns reason value.
type GetTransportCallByPkRequest ¶
type GetTransportCallByPkRequest 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 (*GetTransportCallByPkRequest) Descriptor
deprecated
func (*GetTransportCallByPkRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTransportCallByPkRequest.ProtoReflect.Descriptor instead.
func (*GetTransportCallByPkRequest) GetGetByIdRequest ¶
func (x *GetTransportCallByPkRequest) GetGetByIdRequest() *v1.GetByIdRequest
func (*GetTransportCallByPkRequest) ProtoMessage ¶
func (*GetTransportCallByPkRequest) ProtoMessage()
func (*GetTransportCallByPkRequest) ProtoReflect ¶
func (x *GetTransportCallByPkRequest) ProtoReflect() protoreflect.Message
func (*GetTransportCallByPkRequest) Reset ¶
func (x *GetTransportCallByPkRequest) Reset()
func (*GetTransportCallByPkRequest) String ¶
func (x *GetTransportCallByPkRequest) String() string
func (*GetTransportCallByPkRequest) Validate ¶
func (m *GetTransportCallByPkRequest) Validate() error
Validate checks the field values on GetTransportCallByPkRequest 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 (*GetTransportCallByPkRequest) ValidateAll ¶
func (m *GetTransportCallByPkRequest) ValidateAll() error
ValidateAll checks the field values on GetTransportCallByPkRequest 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 GetTransportCallByPkRequestMultiError, or nil if none found.
type GetTransportCallByPkRequestMultiError ¶
type GetTransportCallByPkRequestMultiError []error
GetTransportCallByPkRequestMultiError is an error wrapping multiple validation errors returned by GetTransportCallByPkRequest.ValidateAll() if the designated constraints aren't met.
func (GetTransportCallByPkRequestMultiError) AllErrors ¶
func (m GetTransportCallByPkRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTransportCallByPkRequestMultiError) Error ¶
func (m GetTransportCallByPkRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTransportCallByPkRequestValidationError ¶
type GetTransportCallByPkRequestValidationError struct {
// contains filtered or unexported fields
}
GetTransportCallByPkRequestValidationError is the validation error returned by GetTransportCallByPkRequest.Validate if the designated constraints aren't met.
func (GetTransportCallByPkRequestValidationError) Cause ¶
func (e GetTransportCallByPkRequestValidationError) Cause() error
Cause function returns cause value.
func (GetTransportCallByPkRequestValidationError) Error ¶
func (e GetTransportCallByPkRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetTransportCallByPkRequestValidationError) ErrorName ¶
func (e GetTransportCallByPkRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetTransportCallByPkRequestValidationError) Field ¶
func (e GetTransportCallByPkRequestValidationError) Field() string
Field function returns field value.
func (GetTransportCallByPkRequestValidationError) Key ¶
func (e GetTransportCallByPkRequestValidationError) Key() bool
Key function returns key value.
func (GetTransportCallByPkRequestValidationError) Reason ¶
func (e GetTransportCallByPkRequestValidationError) Reason() string
Reason function returns reason value.
type GetTransportCallByPkResponse ¶
type GetTransportCallByPkResponse struct { TransportCall *TransportCall `protobuf:"bytes,1,opt,name=transport_call,json=transportCall,proto3" json:"transport_call,omitempty"` // contains filtered or unexported fields }
func (*GetTransportCallByPkResponse) Descriptor
deprecated
func (*GetTransportCallByPkResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTransportCallByPkResponse.ProtoReflect.Descriptor instead.
func (*GetTransportCallByPkResponse) GetTransportCall ¶
func (x *GetTransportCallByPkResponse) GetTransportCall() *TransportCall
func (*GetTransportCallByPkResponse) ProtoMessage ¶
func (*GetTransportCallByPkResponse) ProtoMessage()
func (*GetTransportCallByPkResponse) ProtoReflect ¶
func (x *GetTransportCallByPkResponse) ProtoReflect() protoreflect.Message
func (*GetTransportCallByPkResponse) Reset ¶
func (x *GetTransportCallByPkResponse) Reset()
func (*GetTransportCallByPkResponse) String ¶
func (x *GetTransportCallByPkResponse) String() string
func (*GetTransportCallByPkResponse) Validate ¶
func (m *GetTransportCallByPkResponse) Validate() error
Validate checks the field values on GetTransportCallByPkResponse 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 (*GetTransportCallByPkResponse) ValidateAll ¶
func (m *GetTransportCallByPkResponse) ValidateAll() error
ValidateAll checks the field values on GetTransportCallByPkResponse 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 GetTransportCallByPkResponseMultiError, or nil if none found.
type GetTransportCallByPkResponseMultiError ¶
type GetTransportCallByPkResponseMultiError []error
GetTransportCallByPkResponseMultiError is an error wrapping multiple validation errors returned by GetTransportCallByPkResponse.ValidateAll() if the designated constraints aren't met.
func (GetTransportCallByPkResponseMultiError) AllErrors ¶
func (m GetTransportCallByPkResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTransportCallByPkResponseMultiError) Error ¶
func (m GetTransportCallByPkResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTransportCallByPkResponseValidationError ¶
type GetTransportCallByPkResponseValidationError struct {
// contains filtered or unexported fields
}
GetTransportCallByPkResponseValidationError is the validation error returned by GetTransportCallByPkResponse.Validate if the designated constraints aren't met.
func (GetTransportCallByPkResponseValidationError) Cause ¶
func (e GetTransportCallByPkResponseValidationError) Cause() error
Cause function returns cause value.
func (GetTransportCallByPkResponseValidationError) Error ¶
func (e GetTransportCallByPkResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetTransportCallByPkResponseValidationError) ErrorName ¶
func (e GetTransportCallByPkResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetTransportCallByPkResponseValidationError) Field ¶
func (e GetTransportCallByPkResponseValidationError) Field() string
Field function returns field value.
func (GetTransportCallByPkResponseValidationError) Key ¶
func (e GetTransportCallByPkResponseValidationError) Key() bool
Key function returns key value.
func (GetTransportCallByPkResponseValidationError) Reason ¶
func (e GetTransportCallByPkResponseValidationError) Reason() string
Reason function returns reason value.
type GetTransportCallsRequest ¶
type GetTransportCallsRequest 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 (*GetTransportCallsRequest) Descriptor
deprecated
func (*GetTransportCallsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTransportCallsRequest.ProtoReflect.Descriptor instead.
func (*GetTransportCallsRequest) GetLimit ¶
func (x *GetTransportCallsRequest) GetLimit() string
func (*GetTransportCallsRequest) GetNextCursor ¶
func (x *GetTransportCallsRequest) GetNextCursor() string
func (*GetTransportCallsRequest) GetRequestId ¶
func (x *GetTransportCallsRequest) GetRequestId() string
func (*GetTransportCallsRequest) GetUserEmail ¶
func (x *GetTransportCallsRequest) GetUserEmail() string
func (*GetTransportCallsRequest) ProtoMessage ¶
func (*GetTransportCallsRequest) ProtoMessage()
func (*GetTransportCallsRequest) ProtoReflect ¶
func (x *GetTransportCallsRequest) ProtoReflect() protoreflect.Message
func (*GetTransportCallsRequest) Reset ¶
func (x *GetTransportCallsRequest) Reset()
func (*GetTransportCallsRequest) String ¶
func (x *GetTransportCallsRequest) String() string
func (*GetTransportCallsRequest) Validate ¶
func (m *GetTransportCallsRequest) Validate() error
Validate checks the field values on GetTransportCallsRequest 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 (*GetTransportCallsRequest) ValidateAll ¶
func (m *GetTransportCallsRequest) ValidateAll() error
ValidateAll checks the field values on GetTransportCallsRequest 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 GetTransportCallsRequestMultiError, or nil if none found.
type GetTransportCallsRequestMultiError ¶
type GetTransportCallsRequestMultiError []error
GetTransportCallsRequestMultiError is an error wrapping multiple validation errors returned by GetTransportCallsRequest.ValidateAll() if the designated constraints aren't met.
func (GetTransportCallsRequestMultiError) AllErrors ¶
func (m GetTransportCallsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTransportCallsRequestMultiError) Error ¶
func (m GetTransportCallsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTransportCallsRequestValidationError ¶
type GetTransportCallsRequestValidationError struct {
// contains filtered or unexported fields
}
GetTransportCallsRequestValidationError is the validation error returned by GetTransportCallsRequest.Validate if the designated constraints aren't met.
func (GetTransportCallsRequestValidationError) Cause ¶
func (e GetTransportCallsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetTransportCallsRequestValidationError) Error ¶
func (e GetTransportCallsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetTransportCallsRequestValidationError) ErrorName ¶
func (e GetTransportCallsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetTransportCallsRequestValidationError) Field ¶
func (e GetTransportCallsRequestValidationError) Field() string
Field function returns field value.
func (GetTransportCallsRequestValidationError) Key ¶
func (e GetTransportCallsRequestValidationError) Key() bool
Key function returns key value.
func (GetTransportCallsRequestValidationError) Reason ¶
func (e GetTransportCallsRequestValidationError) Reason() string
Reason function returns reason value.
type GetTransportCallsResponse ¶
type GetTransportCallsResponse struct { TransportCalls []*TransportCall `protobuf:"bytes,1,rep,name=transport_calls,json=transportCalls,proto3" json:"transport_calls,omitempty"` NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"` // contains filtered or unexported fields }
func (*GetTransportCallsResponse) Descriptor
deprecated
func (*GetTransportCallsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTransportCallsResponse.ProtoReflect.Descriptor instead.
func (*GetTransportCallsResponse) GetNextCursor ¶
func (x *GetTransportCallsResponse) GetNextCursor() string
func (*GetTransportCallsResponse) GetTransportCalls ¶
func (x *GetTransportCallsResponse) GetTransportCalls() []*TransportCall
func (*GetTransportCallsResponse) ProtoMessage ¶
func (*GetTransportCallsResponse) ProtoMessage()
func (*GetTransportCallsResponse) ProtoReflect ¶
func (x *GetTransportCallsResponse) ProtoReflect() protoreflect.Message
func (*GetTransportCallsResponse) Reset ¶
func (x *GetTransportCallsResponse) Reset()
func (*GetTransportCallsResponse) String ¶
func (x *GetTransportCallsResponse) String() string
func (*GetTransportCallsResponse) Validate ¶
func (m *GetTransportCallsResponse) Validate() error
Validate checks the field values on GetTransportCallsResponse 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 (*GetTransportCallsResponse) ValidateAll ¶
func (m *GetTransportCallsResponse) ValidateAll() error
ValidateAll checks the field values on GetTransportCallsResponse 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 GetTransportCallsResponseMultiError, or nil if none found.
type GetTransportCallsResponseMultiError ¶
type GetTransportCallsResponseMultiError []error
GetTransportCallsResponseMultiError is an error wrapping multiple validation errors returned by GetTransportCallsResponse.ValidateAll() if the designated constraints aren't met.
func (GetTransportCallsResponseMultiError) AllErrors ¶
func (m GetTransportCallsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTransportCallsResponseMultiError) Error ¶
func (m GetTransportCallsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTransportCallsResponseValidationError ¶
type GetTransportCallsResponseValidationError struct {
// contains filtered or unexported fields
}
GetTransportCallsResponseValidationError is the validation error returned by GetTransportCallsResponse.Validate if the designated constraints aren't met.
func (GetTransportCallsResponseValidationError) Cause ¶
func (e GetTransportCallsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetTransportCallsResponseValidationError) Error ¶
func (e GetTransportCallsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetTransportCallsResponseValidationError) ErrorName ¶
func (e GetTransportCallsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetTransportCallsResponseValidationError) Field ¶
func (e GetTransportCallsResponseValidationError) Field() string
Field function returns field value.
func (GetTransportCallsResponseValidationError) Key ¶
func (e GetTransportCallsResponseValidationError) Key() bool
Key function returns key value.
func (GetTransportCallsResponseValidationError) Reason ¶
func (e GetTransportCallsResponseValidationError) Reason() string
Reason function returns reason value.
type GetVoyagesRequest ¶
type GetVoyagesRequest 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 (*GetVoyagesRequest) Descriptor
deprecated
func (*GetVoyagesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetVoyagesRequest.ProtoReflect.Descriptor instead.
func (*GetVoyagesRequest) GetLimit ¶
func (x *GetVoyagesRequest) GetLimit() string
func (*GetVoyagesRequest) GetNextCursor ¶
func (x *GetVoyagesRequest) GetNextCursor() string
func (*GetVoyagesRequest) GetRequestId ¶
func (x *GetVoyagesRequest) GetRequestId() string
func (*GetVoyagesRequest) GetUserEmail ¶
func (x *GetVoyagesRequest) GetUserEmail() string
func (*GetVoyagesRequest) ProtoMessage ¶
func (*GetVoyagesRequest) ProtoMessage()
func (*GetVoyagesRequest) ProtoReflect ¶
func (x *GetVoyagesRequest) ProtoReflect() protoreflect.Message
func (*GetVoyagesRequest) Reset ¶
func (x *GetVoyagesRequest) Reset()
func (*GetVoyagesRequest) String ¶
func (x *GetVoyagesRequest) String() string
func (*GetVoyagesRequest) Validate ¶
func (m *GetVoyagesRequest) Validate() error
Validate checks the field values on GetVoyagesRequest 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 (*GetVoyagesRequest) ValidateAll ¶
func (m *GetVoyagesRequest) ValidateAll() error
ValidateAll checks the field values on GetVoyagesRequest 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 GetVoyagesRequestMultiError, or nil if none found.
type GetVoyagesRequestMultiError ¶
type GetVoyagesRequestMultiError []error
GetVoyagesRequestMultiError is an error wrapping multiple validation errors returned by GetVoyagesRequest.ValidateAll() if the designated constraints aren't met.
func (GetVoyagesRequestMultiError) AllErrors ¶
func (m GetVoyagesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetVoyagesRequestMultiError) Error ¶
func (m GetVoyagesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetVoyagesRequestValidationError ¶
type GetVoyagesRequestValidationError struct {
// contains filtered or unexported fields
}
GetVoyagesRequestValidationError is the validation error returned by GetVoyagesRequest.Validate if the designated constraints aren't met.
func (GetVoyagesRequestValidationError) Cause ¶
func (e GetVoyagesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetVoyagesRequestValidationError) Error ¶
func (e GetVoyagesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetVoyagesRequestValidationError) ErrorName ¶
func (e GetVoyagesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetVoyagesRequestValidationError) Field ¶
func (e GetVoyagesRequestValidationError) Field() string
Field function returns field value.
func (GetVoyagesRequestValidationError) Key ¶
func (e GetVoyagesRequestValidationError) Key() bool
Key function returns key value.
func (GetVoyagesRequestValidationError) Reason ¶
func (e GetVoyagesRequestValidationError) Reason() string
Reason function returns reason value.
type GetVoyagesResponse ¶
type GetVoyagesResponse struct { Voyages []*Voyage `protobuf:"bytes,1,rep,name=voyages,proto3" json:"voyages,omitempty"` NextCursor string `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"` // contains filtered or unexported fields }
func (*GetVoyagesResponse) Descriptor
deprecated
func (*GetVoyagesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetVoyagesResponse.ProtoReflect.Descriptor instead.
func (*GetVoyagesResponse) GetNextCursor ¶
func (x *GetVoyagesResponse) GetNextCursor() string
func (*GetVoyagesResponse) GetVoyages ¶
func (x *GetVoyagesResponse) GetVoyages() []*Voyage
func (*GetVoyagesResponse) ProtoMessage ¶
func (*GetVoyagesResponse) ProtoMessage()
func (*GetVoyagesResponse) ProtoReflect ¶
func (x *GetVoyagesResponse) ProtoReflect() protoreflect.Message
func (*GetVoyagesResponse) Reset ¶
func (x *GetVoyagesResponse) Reset()
func (*GetVoyagesResponse) String ¶
func (x *GetVoyagesResponse) String() string
func (*GetVoyagesResponse) Validate ¶
func (m *GetVoyagesResponse) Validate() error
Validate checks the field values on GetVoyagesResponse 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 (*GetVoyagesResponse) ValidateAll ¶
func (m *GetVoyagesResponse) ValidateAll() error
ValidateAll checks the field values on GetVoyagesResponse 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 GetVoyagesResponseMultiError, or nil if none found.
type GetVoyagesResponseMultiError ¶
type GetVoyagesResponseMultiError []error
GetVoyagesResponseMultiError is an error wrapping multiple validation errors returned by GetVoyagesResponse.ValidateAll() if the designated constraints aren't met.
func (GetVoyagesResponseMultiError) AllErrors ¶
func (m GetVoyagesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetVoyagesResponseMultiError) Error ¶
func (m GetVoyagesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetVoyagesResponseValidationError ¶
type GetVoyagesResponseValidationError struct {
// contains filtered or unexported fields
}
GetVoyagesResponseValidationError is the validation error returned by GetVoyagesResponse.Validate if the designated constraints aren't met.
func (GetVoyagesResponseValidationError) Cause ¶
func (e GetVoyagesResponseValidationError) Cause() error
Cause function returns cause value.
func (GetVoyagesResponseValidationError) Error ¶
func (e GetVoyagesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetVoyagesResponseValidationError) ErrorName ¶
func (e GetVoyagesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetVoyagesResponseValidationError) Field ¶
func (e GetVoyagesResponseValidationError) Field() string
Field function returns field value.
func (GetVoyagesResponseValidationError) Key ¶
func (e GetVoyagesResponseValidationError) Key() bool
Key function returns key value.
func (GetVoyagesResponseValidationError) Reason ¶
func (e GetVoyagesResponseValidationError) Reason() string
Reason function returns reason value.
type TransportCall ¶
type TransportCall struct { TransportCallD *TransportCallD `protobuf:"bytes,1,opt,name=transport_call_d,json=transportCallD,proto3" json:"transport_call_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 (*TransportCall) Descriptor
deprecated
func (*TransportCall) Descriptor() ([]byte, []int)
Deprecated: Use TransportCall.ProtoReflect.Descriptor instead.
func (*TransportCall) GetCrUpdTime ¶
func (x *TransportCall) GetCrUpdTime() *v1.CrUpdTime
func (*TransportCall) GetCrUpdUser ¶
func (x *TransportCall) GetCrUpdUser() *v1.CrUpdUser
func (*TransportCall) GetTransportCallD ¶
func (x *TransportCall) GetTransportCallD() *TransportCallD
func (*TransportCall) ProtoMessage ¶
func (*TransportCall) ProtoMessage()
func (*TransportCall) ProtoReflect ¶
func (x *TransportCall) ProtoReflect() protoreflect.Message
func (*TransportCall) Reset ¶
func (x *TransportCall) Reset()
func (*TransportCall) String ¶
func (x *TransportCall) String() string
func (*TransportCall) Validate ¶
func (m *TransportCall) Validate() error
Validate checks the field values on TransportCall 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 (*TransportCall) ValidateAll ¶
func (m *TransportCall) ValidateAll() error
ValidateAll checks the field values on TransportCall 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 TransportCallMultiError, or nil if none found.
type TransportCallD ¶
type TransportCallD 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"` TransportCallReference string `` /* 129-byte string literal not displayed */ TransportCallSequenceNumber uint32 `` /* 147-byte string literal not displayed */ FacilityId uint32 `protobuf:"varint,6,opt,name=facility_id,json=facilityId,proto3" json:"facility_id,omitempty"` FacilityTypeCode string `protobuf:"bytes,7,opt,name=facility_type_code,json=facilityTypeCode,proto3" json:"facility_type_code,omitempty"` OtherFacility string `protobuf:"bytes,8,opt,name=other_facility,json=otherFacility,proto3" json:"other_facility,omitempty"` LocationId uint32 `protobuf:"varint,9,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"` ModeOfTransportCode string `protobuf:"bytes,10,opt,name=mode_of_transport_code,json=modeOfTransportCode,proto3" json:"mode_of_transport_code,omitempty"` VesselId uint32 `protobuf:"varint,11,opt,name=vessel_id,json=vesselId,proto3" json:"vessel_id,omitempty"` ImportVoyageId uint32 `protobuf:"varint,12,opt,name=import_voyage_id,json=importVoyageId,proto3" json:"import_voyage_id,omitempty"` ExportVoyageId uint32 `protobuf:"varint,13,opt,name=export_voyage_id,json=exportVoyageId,proto3" json:"export_voyage_id,omitempty"` PortCallStatusCode string `protobuf:"bytes,14,opt,name=port_call_status_code,json=portCallStatusCode,proto3" json:"port_call_status_code,omitempty"` PortVisitReference string `protobuf:"bytes,15,opt,name=port_visit_reference,json=portVisitReference,proto3" json:"port_visit_reference,omitempty"` // contains filtered or unexported fields }
func (*TransportCallD) Descriptor
deprecated
func (*TransportCallD) Descriptor() ([]byte, []int)
Deprecated: Use TransportCallD.ProtoReflect.Descriptor instead.
func (*TransportCallD) GetExportVoyageId ¶
func (x *TransportCallD) GetExportVoyageId() uint32
func (*TransportCallD) GetFacilityId ¶
func (x *TransportCallD) GetFacilityId() uint32
func (*TransportCallD) GetFacilityTypeCode ¶
func (x *TransportCallD) GetFacilityTypeCode() string
func (*TransportCallD) GetId ¶
func (x *TransportCallD) GetId() uint32
func (*TransportCallD) GetIdS ¶
func (x *TransportCallD) GetIdS() string
func (*TransportCallD) GetImportVoyageId ¶
func (x *TransportCallD) GetImportVoyageId() uint32
func (*TransportCallD) GetLocationId ¶
func (x *TransportCallD) GetLocationId() uint32
func (*TransportCallD) GetModeOfTransportCode ¶
func (x *TransportCallD) GetModeOfTransportCode() string
func (*TransportCallD) GetOtherFacility ¶
func (x *TransportCallD) GetOtherFacility() string
func (*TransportCallD) GetPortCallStatusCode ¶
func (x *TransportCallD) GetPortCallStatusCode() string
func (*TransportCallD) GetPortVisitReference ¶
func (x *TransportCallD) GetPortVisitReference() string
func (*TransportCallD) GetTransportCallReference ¶
func (x *TransportCallD) GetTransportCallReference() string
func (*TransportCallD) GetTransportCallSequenceNumber ¶
func (x *TransportCallD) GetTransportCallSequenceNumber() uint32
func (*TransportCallD) GetUuid4 ¶
func (x *TransportCallD) GetUuid4() []byte
func (*TransportCallD) GetVesselId ¶
func (x *TransportCallD) GetVesselId() uint32
func (*TransportCallD) ProtoMessage ¶
func (*TransportCallD) ProtoMessage()
func (*TransportCallD) ProtoReflect ¶
func (x *TransportCallD) ProtoReflect() protoreflect.Message
func (*TransportCallD) Reset ¶
func (x *TransportCallD) Reset()
func (*TransportCallD) String ¶
func (x *TransportCallD) String() string
func (*TransportCallD) Validate ¶
func (m *TransportCallD) Validate() error
Validate checks the field values on TransportCallD 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 (*TransportCallD) ValidateAll ¶
func (m *TransportCallD) ValidateAll() error
ValidateAll checks the field values on TransportCallD 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 TransportCallDMultiError, or nil if none found.
type TransportCallDMultiError ¶
type TransportCallDMultiError []error
TransportCallDMultiError is an error wrapping multiple validation errors returned by TransportCallD.ValidateAll() if the designated constraints aren't met.
func (TransportCallDMultiError) AllErrors ¶
func (m TransportCallDMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TransportCallDMultiError) Error ¶
func (m TransportCallDMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TransportCallDValidationError ¶
type TransportCallDValidationError struct {
// contains filtered or unexported fields
}
TransportCallDValidationError is the validation error returned by TransportCallD.Validate if the designated constraints aren't met.
func (TransportCallDValidationError) Cause ¶
func (e TransportCallDValidationError) Cause() error
Cause function returns cause value.
func (TransportCallDValidationError) Error ¶
func (e TransportCallDValidationError) Error() string
Error satisfies the builtin error interface
func (TransportCallDValidationError) ErrorName ¶
func (e TransportCallDValidationError) ErrorName() string
ErrorName returns error name.
func (TransportCallDValidationError) Field ¶
func (e TransportCallDValidationError) Field() string
Field function returns field value.
func (TransportCallDValidationError) Key ¶
func (e TransportCallDValidationError) Key() bool
Key function returns key value.
func (TransportCallDValidationError) Reason ¶
func (e TransportCallDValidationError) Reason() string
Reason function returns reason value.
type TransportCallMultiError ¶
type TransportCallMultiError []error
TransportCallMultiError is an error wrapping multiple validation errors returned by TransportCall.ValidateAll() if the designated constraints aren't met.
func (TransportCallMultiError) AllErrors ¶
func (m TransportCallMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TransportCallMultiError) Error ¶
func (m TransportCallMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TransportCallServiceClient ¶
type TransportCallServiceClient interface { CreateTransportCall(ctx context.Context, in *CreateTransportCallRequest, opts ...grpc.CallOption) (*CreateTransportCallResponse, error) GetTransportCalls(ctx context.Context, in *GetTransportCallsRequest, opts ...grpc.CallOption) (*GetTransportCallsResponse, error) FindTransportCall(ctx context.Context, in *FindTransportCallRequest, opts ...grpc.CallOption) (*FindTransportCallResponse, error) GetTransportCallByPk(ctx context.Context, in *GetTransportCallByPkRequest, opts ...grpc.CallOption) (*GetTransportCallByPkResponse, error) }
TransportCallServiceClient is the client API for TransportCallService 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 TransportCallService service definition.
func NewTransportCallServiceClient ¶
func NewTransportCallServiceClient(cc grpc.ClientConnInterface) TransportCallServiceClient
type TransportCallServiceServer ¶
type TransportCallServiceServer interface { CreateTransportCall(context.Context, *CreateTransportCallRequest) (*CreateTransportCallResponse, error) GetTransportCalls(context.Context, *GetTransportCallsRequest) (*GetTransportCallsResponse, error) FindTransportCall(context.Context, *FindTransportCallRequest) (*FindTransportCallResponse, error) GetTransportCallByPk(context.Context, *GetTransportCallByPkRequest) (*GetTransportCallByPkResponse, error) // contains filtered or unexported methods }
TransportCallServiceServer is the server API for TransportCallService service. All implementations must embed UnimplementedTransportCallServiceServer for forward compatibility.
The TransportCallService service definition.
type TransportCallValidationError ¶
type TransportCallValidationError struct {
// contains filtered or unexported fields
}
TransportCallValidationError is the validation error returned by TransportCall.Validate if the designated constraints aren't met.
func (TransportCallValidationError) Cause ¶
func (e TransportCallValidationError) Cause() error
Cause function returns cause value.
func (TransportCallValidationError) Error ¶
func (e TransportCallValidationError) Error() string
Error satisfies the builtin error interface
func (TransportCallValidationError) ErrorName ¶
func (e TransportCallValidationError) ErrorName() string
ErrorName returns error name.
func (TransportCallValidationError) Field ¶
func (e TransportCallValidationError) Field() string
Field function returns field value.
func (TransportCallValidationError) Key ¶
func (e TransportCallValidationError) Key() bool
Key function returns key value.
func (TransportCallValidationError) Reason ¶
func (e TransportCallValidationError) Reason() string
Reason function returns reason value.
type UnimplementedChargeServiceServer ¶
type UnimplementedChargeServiceServer struct{}
UnimplementedChargeServiceServer 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 (UnimplementedChargeServiceServer) CreateCharge ¶
func (UnimplementedChargeServiceServer) CreateCharge(context.Context, *CreateChargeRequest) (*CreateChargeResponse, error)
func (UnimplementedChargeServiceServer) FetchChargesByShipmentId ¶
func (UnimplementedChargeServiceServer) FetchChargesByShipmentId(context.Context, *FetchChargesByShipmentIdRequest) (*FetchChargesByShipmentIdResponse, error)
func (UnimplementedChargeServiceServer) FetchChargesByTransportDocumentId ¶
func (UnimplementedChargeServiceServer) FetchChargesByTransportDocumentId(context.Context, *FetchChargesByTransportDocumentIdRequest) (*FetchChargesByTransportDocumentIdResponse, error)
type UnimplementedTransportCallServiceServer ¶
type UnimplementedTransportCallServiceServer struct{}
UnimplementedTransportCallServiceServer 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 (UnimplementedTransportCallServiceServer) CreateTransportCall ¶
func (UnimplementedTransportCallServiceServer) CreateTransportCall(context.Context, *CreateTransportCallRequest) (*CreateTransportCallResponse, error)
func (UnimplementedTransportCallServiceServer) FindTransportCall ¶
func (UnimplementedTransportCallServiceServer) FindTransportCall(context.Context, *FindTransportCallRequest) (*FindTransportCallResponse, error)
func (UnimplementedTransportCallServiceServer) GetTransportCallByPk ¶
func (UnimplementedTransportCallServiceServer) GetTransportCallByPk(context.Context, *GetTransportCallByPkRequest) (*GetTransportCallByPkResponse, error)
func (UnimplementedTransportCallServiceServer) GetTransportCalls ¶
func (UnimplementedTransportCallServiceServer) GetTransportCalls(context.Context, *GetTransportCallsRequest) (*GetTransportCallsResponse, error)
type UnimplementedUtilizedTransportEquipmentServiceServer ¶
type UnimplementedUtilizedTransportEquipmentServiceServer struct{}
UnimplementedUtilizedTransportEquipmentServiceServer 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 (UnimplementedUtilizedTransportEquipmentServiceServer) CreateUtilizedTransportEquipment ¶
func (UnimplementedUtilizedTransportEquipmentServiceServer) CreateUtilizedTransportEquipment(context.Context, *CreateUtilizedTransportEquipmentRequest) (*CreateUtilizedTransportEquipmentResponse, error)
type UnimplementedVoyageServiceServer ¶
type UnimplementedVoyageServiceServer struct{}
UnimplementedVoyageServiceServer 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 (UnimplementedVoyageServiceServer) CreateVoyage ¶
func (UnimplementedVoyageServiceServer) CreateVoyage(context.Context, *CreateVoyageRequest) (*CreateVoyageResponse, error)
func (UnimplementedVoyageServiceServer) FindByCarrierVoyageNumber ¶
func (UnimplementedVoyageServiceServer) FindByCarrierVoyageNumber(context.Context, *FindByCarrierVoyageNumberRequest) (*FindByCarrierVoyageNumberResponse, error)
func (UnimplementedVoyageServiceServer) FindByCarrierVoyageNumberAndServiceId ¶
func (UnimplementedVoyageServiceServer) FindByCarrierVoyageNumberAndServiceId(context.Context, *FindByCarrierVoyageNumberAndServiceIdRequest) (*FindByCarrierVoyageNumberAndServiceIdResponse, error)
func (UnimplementedVoyageServiceServer) FindCarrierVoyageNumbersByCarrierBookingRef ¶
func (UnimplementedVoyageServiceServer) FindCarrierVoyageNumbersByCarrierBookingRef(context.Context, *FindCarrierVoyageNumbersByCarrierBookingRefRequest) (*FindCarrierVoyageNumbersByCarrierBookingRefResponse, error)
func (UnimplementedVoyageServiceServer) FindCarrierVoyageNumbersByShippingInstructionId ¶
func (UnimplementedVoyageServiceServer) FindCarrierVoyageNumbersByShippingInstructionId(context.Context, *FindCarrierVoyageNumbersByShippingInstructionIdRequest) (*FindCarrierVoyageNumbersByShippingInstructionIdResponse, error)
func (UnimplementedVoyageServiceServer) FindCarrierVoyageNumbersByTransportDocumentRef ¶
func (UnimplementedVoyageServiceServer) FindCarrierVoyageNumbersByTransportDocumentRef(context.Context, *FindCarrierVoyageNumbersByTransportDocumentRefRequest) (*FindCarrierVoyageNumbersByTransportDocumentRefResponse, error)
func (UnimplementedVoyageServiceServer) GetVoyages ¶
func (UnimplementedVoyageServiceServer) GetVoyages(context.Context, *GetVoyagesRequest) (*GetVoyagesResponse, error)
type UnsafeChargeServiceServer ¶
type UnsafeChargeServiceServer interface {
// contains filtered or unexported methods
}
UnsafeChargeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ChargeServiceServer will result in compilation errors.
type UnsafeTransportCallServiceServer ¶
type UnsafeTransportCallServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTransportCallServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TransportCallServiceServer will result in compilation errors.
type UnsafeUtilizedTransportEquipmentServiceServer ¶
type UnsafeUtilizedTransportEquipmentServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUtilizedTransportEquipmentServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UtilizedTransportEquipmentServiceServer will result in compilation errors.
type UnsafeVoyageServiceServer ¶
type UnsafeVoyageServiceServer interface {
// contains filtered or unexported methods
}
UnsafeVoyageServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VoyageServiceServer will result in compilation errors.
type UtilizedTransportEquipment ¶
type UtilizedTransportEquipment struct { UtilizedTransportEquipmentD *UtilizedTransportEquipmentD `` /* 146-byte string literal not displayed */ 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"` Equipment *Equipment `protobuf:"bytes,4,opt,name=equipment,proto3" json:"equipment,omitempty"` // contains filtered or unexported fields }
func (*UtilizedTransportEquipment) Descriptor
deprecated
func (*UtilizedTransportEquipment) Descriptor() ([]byte, []int)
Deprecated: Use UtilizedTransportEquipment.ProtoReflect.Descriptor instead.
func (*UtilizedTransportEquipment) GetCrUpdTime ¶
func (x *UtilizedTransportEquipment) GetCrUpdTime() *v1.CrUpdTime
func (*UtilizedTransportEquipment) GetCrUpdUser ¶
func (x *UtilizedTransportEquipment) GetCrUpdUser() *v1.CrUpdUser
func (*UtilizedTransportEquipment) GetEquipment ¶
func (x *UtilizedTransportEquipment) GetEquipment() *Equipment
func (*UtilizedTransportEquipment) GetUtilizedTransportEquipmentD ¶
func (x *UtilizedTransportEquipment) GetUtilizedTransportEquipmentD() *UtilizedTransportEquipmentD
func (*UtilizedTransportEquipment) ProtoMessage ¶
func (*UtilizedTransportEquipment) ProtoMessage()
func (*UtilizedTransportEquipment) ProtoReflect ¶
func (x *UtilizedTransportEquipment) ProtoReflect() protoreflect.Message
func (*UtilizedTransportEquipment) Reset ¶
func (x *UtilizedTransportEquipment) Reset()
func (*UtilizedTransportEquipment) String ¶
func (x *UtilizedTransportEquipment) String() string
func (*UtilizedTransportEquipment) Validate ¶
func (m *UtilizedTransportEquipment) Validate() error
Validate checks the field values on UtilizedTransportEquipment 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 (*UtilizedTransportEquipment) ValidateAll ¶
func (m *UtilizedTransportEquipment) ValidateAll() error
ValidateAll checks the field values on UtilizedTransportEquipment 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 UtilizedTransportEquipmentMultiError, or nil if none found.
type UtilizedTransportEquipmentD ¶
type UtilizedTransportEquipmentD 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"` EquipmentReference string `protobuf:"bytes,4,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"` CargoGrossWeight float64 `protobuf:"fixed64,5,opt,name=cargo_gross_weight,json=cargoGrossWeight,proto3" json:"cargo_gross_weight,omitempty"` CargoGrossWeightUnit string `protobuf:"bytes,6,opt,name=cargo_gross_weight_unit,json=cargoGrossWeightUnit,proto3" json:"cargo_gross_weight_unit,omitempty"` IsShipperOwned bool `protobuf:"varint,7,opt,name=is_shipper_owned,json=isShipperOwned,proto3" json:"is_shipper_owned,omitempty"` // contains filtered or unexported fields }
func (*UtilizedTransportEquipmentD) Descriptor
deprecated
func (*UtilizedTransportEquipmentD) Descriptor() ([]byte, []int)
Deprecated: Use UtilizedTransportEquipmentD.ProtoReflect.Descriptor instead.
func (*UtilizedTransportEquipmentD) GetCargoGrossWeight ¶
func (x *UtilizedTransportEquipmentD) GetCargoGrossWeight() float64
func (*UtilizedTransportEquipmentD) GetCargoGrossWeightUnit ¶
func (x *UtilizedTransportEquipmentD) GetCargoGrossWeightUnit() string
func (*UtilizedTransportEquipmentD) GetEquipmentReference ¶
func (x *UtilizedTransportEquipmentD) GetEquipmentReference() string
func (*UtilizedTransportEquipmentD) GetId ¶
func (x *UtilizedTransportEquipmentD) GetId() uint32
func (*UtilizedTransportEquipmentD) GetIdS ¶
func (x *UtilizedTransportEquipmentD) GetIdS() string
func (*UtilizedTransportEquipmentD) GetIsShipperOwned ¶
func (x *UtilizedTransportEquipmentD) GetIsShipperOwned() bool
func (*UtilizedTransportEquipmentD) GetUuid4 ¶
func (x *UtilizedTransportEquipmentD) GetUuid4() []byte
func (*UtilizedTransportEquipmentD) ProtoMessage ¶
func (*UtilizedTransportEquipmentD) ProtoMessage()
func (*UtilizedTransportEquipmentD) ProtoReflect ¶
func (x *UtilizedTransportEquipmentD) ProtoReflect() protoreflect.Message
func (*UtilizedTransportEquipmentD) Reset ¶
func (x *UtilizedTransportEquipmentD) Reset()
func (*UtilizedTransportEquipmentD) String ¶
func (x *UtilizedTransportEquipmentD) String() string
func (*UtilizedTransportEquipmentD) Validate ¶
func (m *UtilizedTransportEquipmentD) Validate() error
Validate checks the field values on UtilizedTransportEquipmentD 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 (*UtilizedTransportEquipmentD) ValidateAll ¶
func (m *UtilizedTransportEquipmentD) ValidateAll() error
ValidateAll checks the field values on UtilizedTransportEquipmentD 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 UtilizedTransportEquipmentDMultiError, or nil if none found.
type UtilizedTransportEquipmentDMultiError ¶
type UtilizedTransportEquipmentDMultiError []error
UtilizedTransportEquipmentDMultiError is an error wrapping multiple validation errors returned by UtilizedTransportEquipmentD.ValidateAll() if the designated constraints aren't met.
func (UtilizedTransportEquipmentDMultiError) AllErrors ¶
func (m UtilizedTransportEquipmentDMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UtilizedTransportEquipmentDMultiError) Error ¶
func (m UtilizedTransportEquipmentDMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UtilizedTransportEquipmentDValidationError ¶
type UtilizedTransportEquipmentDValidationError struct {
// contains filtered or unexported fields
}
UtilizedTransportEquipmentDValidationError is the validation error returned by UtilizedTransportEquipmentD.Validate if the designated constraints aren't met.
func (UtilizedTransportEquipmentDValidationError) Cause ¶
func (e UtilizedTransportEquipmentDValidationError) Cause() error
Cause function returns cause value.
func (UtilizedTransportEquipmentDValidationError) Error ¶
func (e UtilizedTransportEquipmentDValidationError) Error() string
Error satisfies the builtin error interface
func (UtilizedTransportEquipmentDValidationError) ErrorName ¶
func (e UtilizedTransportEquipmentDValidationError) ErrorName() string
ErrorName returns error name.
func (UtilizedTransportEquipmentDValidationError) Field ¶
func (e UtilizedTransportEquipmentDValidationError) Field() string
Field function returns field value.
func (UtilizedTransportEquipmentDValidationError) Key ¶
func (e UtilizedTransportEquipmentDValidationError) Key() bool
Key function returns key value.
func (UtilizedTransportEquipmentDValidationError) Reason ¶
func (e UtilizedTransportEquipmentDValidationError) Reason() string
Reason function returns reason value.
type UtilizedTransportEquipmentMultiError ¶
type UtilizedTransportEquipmentMultiError []error
UtilizedTransportEquipmentMultiError is an error wrapping multiple validation errors returned by UtilizedTransportEquipment.ValidateAll() if the designated constraints aren't met.
func (UtilizedTransportEquipmentMultiError) AllErrors ¶
func (m UtilizedTransportEquipmentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UtilizedTransportEquipmentMultiError) Error ¶
func (m UtilizedTransportEquipmentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UtilizedTransportEquipmentServiceClient ¶
type UtilizedTransportEquipmentServiceClient interface {
CreateUtilizedTransportEquipment(ctx context.Context, in *CreateUtilizedTransportEquipmentRequest, opts ...grpc.CallOption) (*CreateUtilizedTransportEquipmentResponse, error)
}
UtilizedTransportEquipmentServiceClient is the client API for UtilizedTransportEquipmentService 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 UtilizedTransportEquipmentService service definition.
func NewUtilizedTransportEquipmentServiceClient ¶
func NewUtilizedTransportEquipmentServiceClient(cc grpc.ClientConnInterface) UtilizedTransportEquipmentServiceClient
type UtilizedTransportEquipmentServiceServer ¶
type UtilizedTransportEquipmentServiceServer interface { CreateUtilizedTransportEquipment(context.Context, *CreateUtilizedTransportEquipmentRequest) (*CreateUtilizedTransportEquipmentResponse, error) // contains filtered or unexported methods }
UtilizedTransportEquipmentServiceServer is the server API for UtilizedTransportEquipmentService service. All implementations must embed UnimplementedUtilizedTransportEquipmentServiceServer for forward compatibility.
The UtilizedTransportEquipmentService service definition.
type UtilizedTransportEquipmentValidationError ¶
type UtilizedTransportEquipmentValidationError struct {
// contains filtered or unexported fields
}
UtilizedTransportEquipmentValidationError is the validation error returned by UtilizedTransportEquipment.Validate if the designated constraints aren't met.
func (UtilizedTransportEquipmentValidationError) Cause ¶
func (e UtilizedTransportEquipmentValidationError) Cause() error
Cause function returns cause value.
func (UtilizedTransportEquipmentValidationError) Error ¶
func (e UtilizedTransportEquipmentValidationError) Error() string
Error satisfies the builtin error interface
func (UtilizedTransportEquipmentValidationError) ErrorName ¶
func (e UtilizedTransportEquipmentValidationError) ErrorName() string
ErrorName returns error name.
func (UtilizedTransportEquipmentValidationError) Field ¶
func (e UtilizedTransportEquipmentValidationError) Field() string
Field function returns field value.
func (UtilizedTransportEquipmentValidationError) Key ¶
func (e UtilizedTransportEquipmentValidationError) Key() bool
Key function returns key value.
func (UtilizedTransportEquipmentValidationError) Reason ¶
func (e UtilizedTransportEquipmentValidationError) Reason() string
Reason function returns reason value.
type Voyage ¶
type Voyage struct { VoyageD *VoyageD `protobuf:"bytes,1,opt,name=voyage_d,json=voyageD,proto3" json:"voyage_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 (*Voyage) Descriptor
deprecated
func (*Voyage) GetCrUpdTime ¶
func (*Voyage) GetCrUpdUser ¶
func (*Voyage) GetVoyageD ¶
func (*Voyage) ProtoMessage ¶
func (*Voyage) ProtoMessage()
func (*Voyage) ProtoReflect ¶
func (x *Voyage) ProtoReflect() protoreflect.Message
func (*Voyage) Validate ¶
Validate checks the field values on Voyage 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 (*Voyage) ValidateAll ¶
ValidateAll checks the field values on Voyage 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 VoyageMultiError, or nil if none found.
type VoyageD ¶
type VoyageD 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"` CarrierVoyageNumber string `protobuf:"bytes,4,opt,name=carrier_voyage_number,json=carrierVoyageNumber,proto3" json:"carrier_voyage_number,omitempty"` UniversalVoyageReference string `` /* 135-byte string literal not displayed */ ServiceId uint32 `protobuf:"varint,6,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"` // contains filtered or unexported fields }
func (*VoyageD) Descriptor
deprecated
func (*VoyageD) GetCarrierVoyageNumber ¶
func (*VoyageD) GetServiceId ¶
func (*VoyageD) GetUniversalVoyageReference ¶
func (*VoyageD) ProtoMessage ¶
func (*VoyageD) ProtoMessage()
func (*VoyageD) ProtoReflect ¶
func (x *VoyageD) ProtoReflect() protoreflect.Message
func (*VoyageD) Validate ¶
Validate checks the field values on VoyageD 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 (*VoyageD) ValidateAll ¶
ValidateAll checks the field values on VoyageD 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 VoyageDMultiError, or nil if none found.
type VoyageDMultiError ¶
type VoyageDMultiError []error
VoyageDMultiError is an error wrapping multiple validation errors returned by VoyageD.ValidateAll() if the designated constraints aren't met.
func (VoyageDMultiError) AllErrors ¶
func (m VoyageDMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (VoyageDMultiError) Error ¶
func (m VoyageDMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type VoyageDValidationError ¶
type VoyageDValidationError struct {
// contains filtered or unexported fields
}
VoyageDValidationError is the validation error returned by VoyageD.Validate if the designated constraints aren't met.
func (VoyageDValidationError) Cause ¶
func (e VoyageDValidationError) Cause() error
Cause function returns cause value.
func (VoyageDValidationError) Error ¶
func (e VoyageDValidationError) Error() string
Error satisfies the builtin error interface
func (VoyageDValidationError) ErrorName ¶
func (e VoyageDValidationError) ErrorName() string
ErrorName returns error name.
func (VoyageDValidationError) Field ¶
func (e VoyageDValidationError) Field() string
Field function returns field value.
func (VoyageDValidationError) Key ¶
func (e VoyageDValidationError) Key() bool
Key function returns key value.
func (VoyageDValidationError) Reason ¶
func (e VoyageDValidationError) Reason() string
Reason function returns reason value.
type VoyageMultiError ¶
type VoyageMultiError []error
VoyageMultiError is an error wrapping multiple validation errors returned by Voyage.ValidateAll() if the designated constraints aren't met.
func (VoyageMultiError) AllErrors ¶
func (m VoyageMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (VoyageMultiError) Error ¶
func (m VoyageMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type VoyageServiceClient ¶
type VoyageServiceClient interface { CreateVoyage(ctx context.Context, in *CreateVoyageRequest, opts ...grpc.CallOption) (*CreateVoyageResponse, error) GetVoyages(ctx context.Context, in *GetVoyagesRequest, opts ...grpc.CallOption) (*GetVoyagesResponse, error) FindCarrierVoyageNumbersByTransportDocumentRef(ctx context.Context, in *FindCarrierVoyageNumbersByTransportDocumentRefRequest, opts ...grpc.CallOption) (*FindCarrierVoyageNumbersByTransportDocumentRefResponse, error) FindByCarrierVoyageNumberAndServiceId(ctx context.Context, in *FindByCarrierVoyageNumberAndServiceIdRequest, opts ...grpc.CallOption) (*FindByCarrierVoyageNumberAndServiceIdResponse, error) FindByCarrierVoyageNumber(ctx context.Context, in *FindByCarrierVoyageNumberRequest, opts ...grpc.CallOption) (*FindByCarrierVoyageNumberResponse, error) FindCarrierVoyageNumbersByCarrierBookingRef(ctx context.Context, in *FindCarrierVoyageNumbersByCarrierBookingRefRequest, opts ...grpc.CallOption) (*FindCarrierVoyageNumbersByCarrierBookingRefResponse, error) FindCarrierVoyageNumbersByShippingInstructionId(ctx context.Context, in *FindCarrierVoyageNumbersByShippingInstructionIdRequest, opts ...grpc.CallOption) (*FindCarrierVoyageNumbersByShippingInstructionIdResponse, error) }
VoyageServiceClient is the client API for VoyageService 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 VoyageService service definition.
func NewVoyageServiceClient ¶
func NewVoyageServiceClient(cc grpc.ClientConnInterface) VoyageServiceClient
type VoyageServiceServer ¶
type VoyageServiceServer interface { CreateVoyage(context.Context, *CreateVoyageRequest) (*CreateVoyageResponse, error) GetVoyages(context.Context, *GetVoyagesRequest) (*GetVoyagesResponse, error) FindCarrierVoyageNumbersByTransportDocumentRef(context.Context, *FindCarrierVoyageNumbersByTransportDocumentRefRequest) (*FindCarrierVoyageNumbersByTransportDocumentRefResponse, error) FindByCarrierVoyageNumberAndServiceId(context.Context, *FindByCarrierVoyageNumberAndServiceIdRequest) (*FindByCarrierVoyageNumberAndServiceIdResponse, error) FindByCarrierVoyageNumber(context.Context, *FindByCarrierVoyageNumberRequest) (*FindByCarrierVoyageNumberResponse, error) FindCarrierVoyageNumbersByCarrierBookingRef(context.Context, *FindCarrierVoyageNumbersByCarrierBookingRefRequest) (*FindCarrierVoyageNumbersByCarrierBookingRefResponse, error) FindCarrierVoyageNumbersByShippingInstructionId(context.Context, *FindCarrierVoyageNumbersByShippingInstructionIdRequest) (*FindCarrierVoyageNumbersByShippingInstructionIdResponse, error) // contains filtered or unexported methods }
VoyageServiceServer is the server API for VoyageService service. All implementations must embed UnimplementedVoyageServiceServer for forward compatibility.
The VoyageService service definition.
type VoyageValidationError ¶
type VoyageValidationError struct {
// contains filtered or unexported fields
}
VoyageValidationError is the validation error returned by Voyage.Validate if the designated constraints aren't met.
func (VoyageValidationError) Cause ¶
func (e VoyageValidationError) Cause() error
Cause function returns cause value.
func (VoyageValidationError) Error ¶
func (e VoyageValidationError) Error() string
Error satisfies the builtin error interface
func (VoyageValidationError) ErrorName ¶
func (e VoyageValidationError) ErrorName() string
ErrorName returns error name.
func (VoyageValidationError) Field ¶
func (e VoyageValidationError) Field() string
Field function returns field value.
func (VoyageValidationError) Key ¶
func (e VoyageValidationError) Key() bool
Key function returns key value.
func (VoyageValidationError) Reason ¶
func (e VoyageValidationError) Reason() string
Reason function returns reason value.