v3

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

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

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

Documentation

Index

Constants

View Source
const (
	LegService_CreateLeg_FullMethodName                  = "/ovs.v3.LegService/CreateLeg"
	LegService_GetLegs_FullMethodName                    = "/ovs.v3.LegService/GetLegs"
	LegService_GetLeg_FullMethodName                     = "/ovs.v3.LegService/GetLeg"
	LegService_GetLegByPk_FullMethodName                 = "/ovs.v3.LegService/GetLegByPk"
	LegService_CreatePointToPointRouting_FullMethodName  = "/ovs.v3.LegService/CreatePointToPointRouting"
	LegService_GetPointToPointRoutings_FullMethodName    = "/ovs.v3.LegService/GetPointToPointRoutings"
	LegService_GetPointToPointRouting_FullMethodName     = "/ovs.v3.LegService/GetPointToPointRouting"
	LegService_GetPointToPointRoutingByPk_FullMethodName = "/ovs.v3.LegService/GetPointToPointRoutingByPk"
)
View Source
const (
	ServiceScheduleService_CreateServiceSchedule_FullMethodName                            = "/ovs.v3.ServiceScheduleService/CreateServiceSchedule"
	ServiceScheduleService_GetServiceSchedules_FullMethodName                              = "/ovs.v3.ServiceScheduleService/GetServiceSchedules"
	ServiceScheduleService_GetServiceSchedule_FullMethodName                               = "/ovs.v3.ServiceScheduleService/GetServiceSchedule"
	ServiceScheduleService_GetServiceScheduleByUniversalServiceReference_FullMethodName    = "/ovs.v3.ServiceScheduleService/GetServiceScheduleByUniversalServiceReference"
	ServiceScheduleService_UpdateServiceScheduleByUniversalServiceReference_FullMethodName = "/ovs.v3.ServiceScheduleService/UpdateServiceScheduleByUniversalServiceReference"
	ServiceScheduleService_GetServiceScheduleByPk_FullMethodName                           = "/ovs.v3.ServiceScheduleService/GetServiceScheduleByPk"
)
View Source
const (
	VesselScheduleService_CreateVesselSchedule_FullMethodName  = "/ovs.v3.VesselScheduleService/CreateVesselSchedule"
	VesselScheduleService_GetVesselSchedules_FullMethodName    = "/ovs.v3.VesselScheduleService/GetVesselSchedules"
	VesselScheduleService_GetVesselSchedule_FullMethodName     = "/ovs.v3.VesselScheduleService/GetVesselSchedule"
	VesselScheduleService_GetVesselScheduleByPk_FullMethodName = "/ovs.v3.VesselScheduleService/GetVesselScheduleByPk"
	VesselScheduleService_CreateVessel_FullMethodName          = "/ovs.v3.VesselScheduleService/CreateVessel"
	VesselScheduleService_GetVessels_FullMethodName            = "/ovs.v3.VesselScheduleService/GetVessels"
	VesselScheduleService_GetVessel_FullMethodName             = "/ovs.v3.VesselScheduleService/GetVessel"
	VesselScheduleService_GetVesselByPk_FullMethodName         = "/ovs.v3.VesselScheduleService/GetVesselByPk"
)

Variables

View Source
var File_ovs_v3_leg_proto protoreflect.FileDescriptor
View Source
var File_ovs_v3_serviceschedule_proto protoreflect.FileDescriptor
View Source
var File_ovs_v3_vesselschedule_proto protoreflect.FileDescriptor
View Source
var LegService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "ovs.v3.LegService",
	HandlerType: (*LegServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateLeg",
			Handler:    _LegService_CreateLeg_Handler,
		},
		{
			MethodName: "GetLegs",
			Handler:    _LegService_GetLegs_Handler,
		},
		{
			MethodName: "GetLeg",
			Handler:    _LegService_GetLeg_Handler,
		},
		{
			MethodName: "GetLegByPk",
			Handler:    _LegService_GetLegByPk_Handler,
		},
		{
			MethodName: "CreatePointToPointRouting",
			Handler:    _LegService_CreatePointToPointRouting_Handler,
		},
		{
			MethodName: "GetPointToPointRoutings",
			Handler:    _LegService_GetPointToPointRoutings_Handler,
		},
		{
			MethodName: "GetPointToPointRouting",
			Handler:    _LegService_GetPointToPointRouting_Handler,
		},
		{
			MethodName: "GetPointToPointRoutingByPk",
			Handler:    _LegService_GetPointToPointRoutingByPk_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "ovs/v3/leg.proto",
}

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

View Source
var ServiceScheduleService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "ovs.v3.ServiceScheduleService",
	HandlerType: (*ServiceScheduleServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateServiceSchedule",
			Handler:    _ServiceScheduleService_CreateServiceSchedule_Handler,
		},
		{
			MethodName: "GetServiceSchedules",
			Handler:    _ServiceScheduleService_GetServiceSchedules_Handler,
		},
		{
			MethodName: "GetServiceSchedule",
			Handler:    _ServiceScheduleService_GetServiceSchedule_Handler,
		},
		{
			MethodName: "GetServiceScheduleByUniversalServiceReference",
			Handler:    _ServiceScheduleService_GetServiceScheduleByUniversalServiceReference_Handler,
		},
		{
			MethodName: "UpdateServiceScheduleByUniversalServiceReference",
			Handler:    _ServiceScheduleService_UpdateServiceScheduleByUniversalServiceReference_Handler,
		},
		{
			MethodName: "GetServiceScheduleByPk",
			Handler:    _ServiceScheduleService_GetServiceScheduleByPk_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "ovs/v3/serviceschedule.proto",
}

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

View Source
var VesselScheduleService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "ovs.v3.VesselScheduleService",
	HandlerType: (*VesselScheduleServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateVesselSchedule",
			Handler:    _VesselScheduleService_CreateVesselSchedule_Handler,
		},
		{
			MethodName: "GetVesselSchedules",
			Handler:    _VesselScheduleService_GetVesselSchedules_Handler,
		},
		{
			MethodName: "GetVesselSchedule",
			Handler:    _VesselScheduleService_GetVesselSchedule_Handler,
		},
		{
			MethodName: "GetVesselScheduleByPk",
			Handler:    _VesselScheduleService_GetVesselScheduleByPk_Handler,
		},
		{
			MethodName: "CreateVessel",
			Handler:    _VesselScheduleService_CreateVessel_Handler,
		},
		{
			MethodName: "GetVessels",
			Handler:    _VesselScheduleService_GetVessels_Handler,
		},
		{
			MethodName: "GetVessel",
			Handler:    _VesselScheduleService_GetVessel_Handler,
		},
		{
			MethodName: "GetVesselByPk",
			Handler:    _VesselScheduleService_GetVesselByPk_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "ovs/v3/vesselschedule.proto",
}

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

Functions

func RegisterLegServiceServer

func RegisterLegServiceServer(s grpc.ServiceRegistrar, srv LegServiceServer)

func RegisterServiceScheduleServiceServer

func RegisterServiceScheduleServiceServer(s grpc.ServiceRegistrar, srv ServiceScheduleServiceServer)

func RegisterVesselScheduleServiceServer

func RegisterVesselScheduleServiceServer(s grpc.ServiceRegistrar, srv VesselScheduleServiceServer)

Types

type CreateLegRequest

type CreateLegRequest struct {
	SequenceNumber                 int32  `protobuf:"varint,1,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	ModeOfTransport                string `protobuf:"bytes,2,opt,name=mode_of_transport,json=modeOfTransport,proto3" json:"mode_of_transport,omitempty"`
	VesselOperatorSmdgLinerCode    string `` /* 148-byte string literal not displayed */
	VesselImoNumber                string `protobuf:"bytes,4,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	VesselName                     string `protobuf:"bytes,5,opt,name=vessel_name,json=vesselName,proto3" json:"vessel_name,omitempty"`
	CarrierServiceName             string `protobuf:"bytes,6,opt,name=carrier_service_name,json=carrierServiceName,proto3" json:"carrier_service_name,omitempty"`
	UniversalServiceReference      string `` /* 138-byte string literal not displayed */
	CarrierServiceCode             string `protobuf:"bytes,8,opt,name=carrier_service_code,json=carrierServiceCode,proto3" json:"carrier_service_code,omitempty"`
	UniversalImportVoyageReference string `` /* 155-byte string literal not displayed */
	UniversalExportVoyageReference string `` /* 156-byte string literal not displayed */
	CarrierImportVoyageNumber      string `` /* 141-byte string literal not displayed */
	CarrierExportVoyageNumber      string `` /* 141-byte string literal not displayed */
	DepartureId                    uint32 `protobuf:"varint,13,opt,name=departure_id,json=departureId,proto3" json:"departure_id,omitempty"`
	ArrivalId                      uint32 `protobuf:"varint,14,opt,name=arrival_id,json=arrivalId,proto3" json:"arrival_id,omitempty"`
	PointToPointRoutingId          uint32 `` /* 132-byte string literal not displayed */
	UserId                         string `protobuf:"bytes,16,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                      string `protobuf:"bytes,17,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                      string `protobuf:"bytes,18,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateLegRequest) Descriptor deprecated

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

Deprecated: Use CreateLegRequest.ProtoReflect.Descriptor instead.

func (*CreateLegRequest) GetArrivalId

func (x *CreateLegRequest) GetArrivalId() uint32

func (*CreateLegRequest) GetCarrierExportVoyageNumber

func (x *CreateLegRequest) GetCarrierExportVoyageNumber() string

func (*CreateLegRequest) GetCarrierImportVoyageNumber

func (x *CreateLegRequest) GetCarrierImportVoyageNumber() string

func (*CreateLegRequest) GetCarrierServiceCode

func (x *CreateLegRequest) GetCarrierServiceCode() string

func (*CreateLegRequest) GetCarrierServiceName

func (x *CreateLegRequest) GetCarrierServiceName() string

func (*CreateLegRequest) GetDepartureId

func (x *CreateLegRequest) GetDepartureId() uint32

func (*CreateLegRequest) GetModeOfTransport

func (x *CreateLegRequest) GetModeOfTransport() string

func (*CreateLegRequest) GetPointToPointRoutingId

func (x *CreateLegRequest) GetPointToPointRoutingId() uint32

func (*CreateLegRequest) GetRequestId

func (x *CreateLegRequest) GetRequestId() string

func (*CreateLegRequest) GetSequenceNumber

func (x *CreateLegRequest) GetSequenceNumber() int32

func (*CreateLegRequest) GetUniversalExportVoyageReference

func (x *CreateLegRequest) GetUniversalExportVoyageReference() string

func (*CreateLegRequest) GetUniversalImportVoyageReference

func (x *CreateLegRequest) GetUniversalImportVoyageReference() string

func (*CreateLegRequest) GetUniversalServiceReference

func (x *CreateLegRequest) GetUniversalServiceReference() string

func (*CreateLegRequest) GetUserEmail

func (x *CreateLegRequest) GetUserEmail() string

func (*CreateLegRequest) GetUserId

func (x *CreateLegRequest) GetUserId() string

func (*CreateLegRequest) GetVesselImoNumber

func (x *CreateLegRequest) GetVesselImoNumber() string

func (*CreateLegRequest) GetVesselName

func (x *CreateLegRequest) GetVesselName() string

func (*CreateLegRequest) GetVesselOperatorSmdgLinerCode

func (x *CreateLegRequest) GetVesselOperatorSmdgLinerCode() string

func (*CreateLegRequest) ProtoMessage

func (*CreateLegRequest) ProtoMessage()

func (*CreateLegRequest) ProtoReflect

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

func (*CreateLegRequest) Reset

func (x *CreateLegRequest) Reset()

func (*CreateLegRequest) String

func (x *CreateLegRequest) String() string

func (*CreateLegRequest) Validate

func (m *CreateLegRequest) Validate() error

Validate checks the field values on CreateLegRequest 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 (*CreateLegRequest) ValidateAll

func (m *CreateLegRequest) ValidateAll() error

ValidateAll checks the field values on CreateLegRequest 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 CreateLegRequestMultiError, or nil if none found.

type CreateLegRequestMultiError

type CreateLegRequestMultiError []error

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

func (CreateLegRequestMultiError) AllErrors

func (m CreateLegRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateLegRequestMultiError) Error

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

type CreateLegRequestValidationError

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

CreateLegRequestValidationError is the validation error returned by CreateLegRequest.Validate if the designated constraints aren't met.

func (CreateLegRequestValidationError) Cause

Cause function returns cause value.

func (CreateLegRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateLegRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateLegRequestValidationError) Field

Field function returns field value.

func (CreateLegRequestValidationError) Key

Key function returns key value.

func (CreateLegRequestValidationError) Reason

Reason function returns reason value.

type CreateLegResponse

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

func (*CreateLegResponse) Descriptor deprecated

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

Deprecated: Use CreateLegResponse.ProtoReflect.Descriptor instead.

func (*CreateLegResponse) GetLeg

func (x *CreateLegResponse) GetLeg() *Leg

func (*CreateLegResponse) ProtoMessage

func (*CreateLegResponse) ProtoMessage()

func (*CreateLegResponse) ProtoReflect

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

func (*CreateLegResponse) Reset

func (x *CreateLegResponse) Reset()

func (*CreateLegResponse) String

func (x *CreateLegResponse) String() string

func (*CreateLegResponse) Validate

func (m *CreateLegResponse) Validate() error

Validate checks the field values on CreateLegResponse 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 (*CreateLegResponse) ValidateAll

func (m *CreateLegResponse) ValidateAll() error

ValidateAll checks the field values on CreateLegResponse 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 CreateLegResponseMultiError, or nil if none found.

type CreateLegResponseMultiError

type CreateLegResponseMultiError []error

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

func (CreateLegResponseMultiError) AllErrors

func (m CreateLegResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateLegResponseMultiError) Error

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

type CreateLegResponseValidationError

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

CreateLegResponseValidationError is the validation error returned by CreateLegResponse.Validate if the designated constraints aren't met.

func (CreateLegResponseValidationError) Cause

Cause function returns cause value.

func (CreateLegResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateLegResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateLegResponseValidationError) Field

Field function returns field value.

func (CreateLegResponseValidationError) Key

Key function returns key value.

func (CreateLegResponseValidationError) Reason

Reason function returns reason value.

type CreatePointToPointRoutingRequest

type CreatePointToPointRoutingRequest struct {
	SequenceNumber    int32               `protobuf:"varint,1,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	PlaceOfReceiptId  uint32              `protobuf:"varint,2,opt,name=place_of_receipt_id,json=placeOfReceiptId,proto3" json:"place_of_receipt_id,omitempty"`
	PlaceOfDeliveryId uint32              `protobuf:"varint,3,opt,name=place_of_delivery_id,json=placeOfDeliveryId,proto3" json:"place_of_delivery_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"`
	Legs              []*CreateLegRequest `protobuf:"bytes,7,rep,name=legs,proto3" json:"legs,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePointToPointRoutingRequest) Descriptor deprecated

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

Deprecated: Use CreatePointToPointRoutingRequest.ProtoReflect.Descriptor instead.

func (*CreatePointToPointRoutingRequest) GetLegs

func (*CreatePointToPointRoutingRequest) GetPlaceOfDeliveryId

func (x *CreatePointToPointRoutingRequest) GetPlaceOfDeliveryId() uint32

func (*CreatePointToPointRoutingRequest) GetPlaceOfReceiptId

func (x *CreatePointToPointRoutingRequest) GetPlaceOfReceiptId() uint32

func (*CreatePointToPointRoutingRequest) GetRequestId

func (x *CreatePointToPointRoutingRequest) GetRequestId() string

func (*CreatePointToPointRoutingRequest) GetSequenceNumber

func (x *CreatePointToPointRoutingRequest) GetSequenceNumber() int32

func (*CreatePointToPointRoutingRequest) GetUserEmail

func (x *CreatePointToPointRoutingRequest) GetUserEmail() string

func (*CreatePointToPointRoutingRequest) GetUserId

func (*CreatePointToPointRoutingRequest) ProtoMessage

func (*CreatePointToPointRoutingRequest) ProtoMessage()

func (*CreatePointToPointRoutingRequest) ProtoReflect

func (*CreatePointToPointRoutingRequest) Reset

func (*CreatePointToPointRoutingRequest) String

func (*CreatePointToPointRoutingRequest) Validate

Validate checks the field values on CreatePointToPointRoutingRequest 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 (*CreatePointToPointRoutingRequest) ValidateAll

func (m *CreatePointToPointRoutingRequest) ValidateAll() error

ValidateAll checks the field values on CreatePointToPointRoutingRequest 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 CreatePointToPointRoutingRequestMultiError, or nil if none found.

type CreatePointToPointRoutingRequestMultiError

type CreatePointToPointRoutingRequestMultiError []error

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

func (CreatePointToPointRoutingRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreatePointToPointRoutingRequestMultiError) Error

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

type CreatePointToPointRoutingRequestValidationError

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

CreatePointToPointRoutingRequestValidationError is the validation error returned by CreatePointToPointRoutingRequest.Validate if the designated constraints aren't met.

func (CreatePointToPointRoutingRequestValidationError) Cause

Cause function returns cause value.

func (CreatePointToPointRoutingRequestValidationError) Error

Error satisfies the builtin error interface

func (CreatePointToPointRoutingRequestValidationError) ErrorName

ErrorName returns error name.

func (CreatePointToPointRoutingRequestValidationError) Field

Field function returns field value.

func (CreatePointToPointRoutingRequestValidationError) Key

Key function returns key value.

func (CreatePointToPointRoutingRequestValidationError) Reason

Reason function returns reason value.

type CreatePointToPointRoutingResponse

type CreatePointToPointRoutingResponse struct {
	PointToPointRouting *PointToPointRouting `protobuf:"bytes,1,opt,name=point_to_point_routing,json=pointToPointRouting,proto3" json:"point_to_point_routing,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePointToPointRoutingResponse) Descriptor deprecated

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

Deprecated: Use CreatePointToPointRoutingResponse.ProtoReflect.Descriptor instead.

func (*CreatePointToPointRoutingResponse) GetPointToPointRouting

func (x *CreatePointToPointRoutingResponse) GetPointToPointRouting() *PointToPointRouting

func (*CreatePointToPointRoutingResponse) ProtoMessage

func (*CreatePointToPointRoutingResponse) ProtoMessage()

func (*CreatePointToPointRoutingResponse) ProtoReflect

func (*CreatePointToPointRoutingResponse) Reset

func (*CreatePointToPointRoutingResponse) String

func (*CreatePointToPointRoutingResponse) Validate

Validate checks the field values on CreatePointToPointRoutingResponse 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 (*CreatePointToPointRoutingResponse) ValidateAll

func (m *CreatePointToPointRoutingResponse) ValidateAll() error

ValidateAll checks the field values on CreatePointToPointRoutingResponse 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 CreatePointToPointRoutingResponseMultiError, or nil if none found.

type CreatePointToPointRoutingResponseMultiError

type CreatePointToPointRoutingResponseMultiError []error

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

func (CreatePointToPointRoutingResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreatePointToPointRoutingResponseMultiError) Error

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

type CreatePointToPointRoutingResponseValidationError

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

CreatePointToPointRoutingResponseValidationError is the validation error returned by CreatePointToPointRoutingResponse.Validate if the designated constraints aren't met.

func (CreatePointToPointRoutingResponseValidationError) Cause

Cause function returns cause value.

func (CreatePointToPointRoutingResponseValidationError) Error

Error satisfies the builtin error interface

func (CreatePointToPointRoutingResponseValidationError) ErrorName

ErrorName returns error name.

func (CreatePointToPointRoutingResponseValidationError) Field

Field function returns field value.

func (CreatePointToPointRoutingResponseValidationError) Key

Key function returns key value.

func (CreatePointToPointRoutingResponseValidationError) Reason

Reason function returns reason value.

type CreateServiceScheduleRequest

type CreateServiceScheduleRequest struct {
	CarrierServiceName        string `protobuf:"bytes,1,opt,name=carrier_service_name,json=carrierServiceName,proto3" json:"carrier_service_name,omitempty"`
	CarrierServiceCode        string `protobuf:"bytes,2,opt,name=carrier_service_code,json=carrierServiceCode,proto3" json:"carrier_service_code,omitempty"`
	UniversalServiceReference string `` /* 138-byte string literal not displayed */
	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 (*CreateServiceScheduleRequest) Descriptor deprecated

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

Deprecated: Use CreateServiceScheduleRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceScheduleRequest) GetCarrierServiceCode

func (x *CreateServiceScheduleRequest) GetCarrierServiceCode() string

func (*CreateServiceScheduleRequest) GetCarrierServiceName

func (x *CreateServiceScheduleRequest) GetCarrierServiceName() string

func (*CreateServiceScheduleRequest) GetRequestId

func (x *CreateServiceScheduleRequest) GetRequestId() string

func (*CreateServiceScheduleRequest) GetUniversalServiceReference

func (x *CreateServiceScheduleRequest) GetUniversalServiceReference() string

func (*CreateServiceScheduleRequest) GetUserEmail

func (x *CreateServiceScheduleRequest) GetUserEmail() string

func (*CreateServiceScheduleRequest) GetUserId

func (x *CreateServiceScheduleRequest) GetUserId() string

func (*CreateServiceScheduleRequest) ProtoMessage

func (*CreateServiceScheduleRequest) ProtoMessage()

func (*CreateServiceScheduleRequest) ProtoReflect

func (*CreateServiceScheduleRequest) Reset

func (x *CreateServiceScheduleRequest) Reset()

func (*CreateServiceScheduleRequest) String

func (*CreateServiceScheduleRequest) Validate

func (m *CreateServiceScheduleRequest) Validate() error

Validate checks the field values on CreateServiceScheduleRequest 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 (*CreateServiceScheduleRequest) ValidateAll

func (m *CreateServiceScheduleRequest) ValidateAll() error

ValidateAll checks the field values on CreateServiceScheduleRequest 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 CreateServiceScheduleRequestMultiError, or nil if none found.

type CreateServiceScheduleRequestMultiError

type CreateServiceScheduleRequestMultiError []error

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

func (CreateServiceScheduleRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateServiceScheduleRequestMultiError) Error

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

type CreateServiceScheduleRequestValidationError

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

CreateServiceScheduleRequestValidationError is the validation error returned by CreateServiceScheduleRequest.Validate if the designated constraints aren't met.

func (CreateServiceScheduleRequestValidationError) Cause

Cause function returns cause value.

func (CreateServiceScheduleRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateServiceScheduleRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateServiceScheduleRequestValidationError) Field

Field function returns field value.

func (CreateServiceScheduleRequestValidationError) Key

Key function returns key value.

func (CreateServiceScheduleRequestValidationError) Reason

Reason function returns reason value.

type CreateServiceScheduleResponse

type CreateServiceScheduleResponse struct {
	ServiceSchedule *ServiceSchedule `protobuf:"bytes,1,opt,name=service_schedule,json=serviceSchedule,proto3" json:"service_schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceScheduleResponse) Descriptor deprecated

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

Deprecated: Use CreateServiceScheduleResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceScheduleResponse) GetServiceSchedule

func (x *CreateServiceScheduleResponse) GetServiceSchedule() *ServiceSchedule

func (*CreateServiceScheduleResponse) ProtoMessage

func (*CreateServiceScheduleResponse) ProtoMessage()

func (*CreateServiceScheduleResponse) ProtoReflect

func (*CreateServiceScheduleResponse) Reset

func (x *CreateServiceScheduleResponse) Reset()

func (*CreateServiceScheduleResponse) String

func (*CreateServiceScheduleResponse) Validate

func (m *CreateServiceScheduleResponse) Validate() error

Validate checks the field values on CreateServiceScheduleResponse 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 (*CreateServiceScheduleResponse) ValidateAll

func (m *CreateServiceScheduleResponse) ValidateAll() error

ValidateAll checks the field values on CreateServiceScheduleResponse 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 CreateServiceScheduleResponseMultiError, or nil if none found.

type CreateServiceScheduleResponseMultiError

type CreateServiceScheduleResponseMultiError []error

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

func (CreateServiceScheduleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateServiceScheduleResponseMultiError) Error

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

type CreateServiceScheduleResponseValidationError

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

CreateServiceScheduleResponseValidationError is the validation error returned by CreateServiceScheduleResponse.Validate if the designated constraints aren't met.

func (CreateServiceScheduleResponseValidationError) Cause

Cause function returns cause value.

func (CreateServiceScheduleResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateServiceScheduleResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateServiceScheduleResponseValidationError) Field

Field function returns field value.

func (CreateServiceScheduleResponseValidationError) Key

Key function returns key value.

func (CreateServiceScheduleResponseValidationError) Reason

Reason function returns reason value.

type CreateVesselRequest

type CreateVesselRequest struct {
	VesselImoNumber                       string  `protobuf:"bytes,1,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	VesselName                            string  `protobuf:"bytes,2,opt,name=vessel_name,json=vesselName,proto3" json:"vessel_name,omitempty"`
	VesselFlag                            string  `protobuf:"bytes,3,opt,name=vessel_flag,json=vesselFlag,proto3" json:"vessel_flag,omitempty"`
	VesselCallSign                        string  `protobuf:"bytes,4,opt,name=vessel_call_sign,json=vesselCallSign,proto3" json:"vessel_call_sign,omitempty"`
	IsDummyVessel                         bool    `protobuf:"varint,5,opt,name=is_dummy_vessel,json=isDummyVessel,proto3" json:"is_dummy_vessel,omitempty"`
	VesselOperatorCarrierCode             string  `` /* 140-byte string literal not displayed */
	VesselOperatorCarrierCodeListProvider string  `` /* 180-byte string literal not displayed */
	VesselLength                          float64 `protobuf:"fixed64,8,opt,name=vessel_length,json=vesselLength,proto3" json:"vessel_length,omitempty"`
	VesselWidth                           float64 `protobuf:"fixed64,9,opt,name=vessel_width,json=vesselWidth,proto3" json:"vessel_width,omitempty"`
	DimensionUnit                         string  `protobuf:"bytes,10,opt,name=dimension_unit,json=dimensionUnit,proto3" json:"dimension_unit,omitempty"`
	UserId                                string  `protobuf:"bytes,11,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                             string  `protobuf:"bytes,12,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                             string  `protobuf:"bytes,13,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateVesselRequest) Descriptor deprecated

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

Deprecated: Use CreateVesselRequest.ProtoReflect.Descriptor instead.

func (*CreateVesselRequest) GetDimensionUnit

func (x *CreateVesselRequest) GetDimensionUnit() string

func (*CreateVesselRequest) GetIsDummyVessel

func (x *CreateVesselRequest) GetIsDummyVessel() bool

func (*CreateVesselRequest) GetRequestId

func (x *CreateVesselRequest) GetRequestId() string

func (*CreateVesselRequest) GetUserEmail

func (x *CreateVesselRequest) GetUserEmail() string

func (*CreateVesselRequest) GetUserId

func (x *CreateVesselRequest) GetUserId() string

func (*CreateVesselRequest) GetVesselCallSign

func (x *CreateVesselRequest) GetVesselCallSign() string

func (*CreateVesselRequest) GetVesselFlag

func (x *CreateVesselRequest) GetVesselFlag() string

func (*CreateVesselRequest) GetVesselImoNumber

func (x *CreateVesselRequest) GetVesselImoNumber() string

func (*CreateVesselRequest) GetVesselLength

func (x *CreateVesselRequest) GetVesselLength() float64

func (*CreateVesselRequest) GetVesselName

func (x *CreateVesselRequest) GetVesselName() string

func (*CreateVesselRequest) GetVesselOperatorCarrierCode

func (x *CreateVesselRequest) GetVesselOperatorCarrierCode() string

func (*CreateVesselRequest) GetVesselOperatorCarrierCodeListProvider

func (x *CreateVesselRequest) GetVesselOperatorCarrierCodeListProvider() string

func (*CreateVesselRequest) GetVesselWidth

func (x *CreateVesselRequest) GetVesselWidth() float64

func (*CreateVesselRequest) ProtoMessage

func (*CreateVesselRequest) ProtoMessage()

func (*CreateVesselRequest) ProtoReflect

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

func (*CreateVesselRequest) Reset

func (x *CreateVesselRequest) Reset()

func (*CreateVesselRequest) String

func (x *CreateVesselRequest) String() string

func (*CreateVesselRequest) Validate

func (m *CreateVesselRequest) Validate() error

Validate checks the field values on CreateVesselRequest 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 (*CreateVesselRequest) ValidateAll

func (m *CreateVesselRequest) ValidateAll() error

ValidateAll checks the field values on CreateVesselRequest 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 CreateVesselRequestMultiError, or nil if none found.

type CreateVesselRequestMultiError

type CreateVesselRequestMultiError []error

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

func (CreateVesselRequestMultiError) AllErrors

func (m CreateVesselRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateVesselRequestMultiError) Error

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

type CreateVesselRequestValidationError

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

CreateVesselRequestValidationError is the validation error returned by CreateVesselRequest.Validate if the designated constraints aren't met.

func (CreateVesselRequestValidationError) Cause

Cause function returns cause value.

func (CreateVesselRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateVesselRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateVesselRequestValidationError) Field

Field function returns field value.

func (CreateVesselRequestValidationError) Key

Key function returns key value.

func (CreateVesselRequestValidationError) Reason

Reason function returns reason value.

type CreateVesselResponse

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

func (*CreateVesselResponse) Descriptor deprecated

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

Deprecated: Use CreateVesselResponse.ProtoReflect.Descriptor instead.

func (*CreateVesselResponse) GetVessel

func (x *CreateVesselResponse) GetVessel() *Vessel

func (*CreateVesselResponse) ProtoMessage

func (*CreateVesselResponse) ProtoMessage()

func (*CreateVesselResponse) ProtoReflect

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

func (*CreateVesselResponse) Reset

func (x *CreateVesselResponse) Reset()

func (*CreateVesselResponse) String

func (x *CreateVesselResponse) String() string

func (*CreateVesselResponse) Validate

func (m *CreateVesselResponse) Validate() error

Validate checks the field values on CreateVesselResponse 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 (*CreateVesselResponse) ValidateAll

func (m *CreateVesselResponse) ValidateAll() error

ValidateAll checks the field values on CreateVesselResponse 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 CreateVesselResponseMultiError, or nil if none found.

type CreateVesselResponseMultiError

type CreateVesselResponseMultiError []error

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

func (CreateVesselResponseMultiError) AllErrors

func (m CreateVesselResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateVesselResponseMultiError) Error

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

type CreateVesselResponseValidationError

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

CreateVesselResponseValidationError is the validation error returned by CreateVesselResponse.Validate if the designated constraints aren't met.

func (CreateVesselResponseValidationError) Cause

Cause function returns cause value.

func (CreateVesselResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateVesselResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateVesselResponseValidationError) Field

Field function returns field value.

func (CreateVesselResponseValidationError) Key

Key function returns key value.

func (CreateVesselResponseValidationError) Reason

Reason function returns reason value.

type CreateVesselScheduleRequest

type CreateVesselScheduleRequest struct {
	VesselId  uint32 `protobuf:"varint,1,opt,name=vessel_id,json=vesselId,proto3" json:"vessel_id,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 (*CreateVesselScheduleRequest) Descriptor deprecated

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

Deprecated: Use CreateVesselScheduleRequest.ProtoReflect.Descriptor instead.

func (*CreateVesselScheduleRequest) GetRequestId

func (x *CreateVesselScheduleRequest) GetRequestId() string

func (*CreateVesselScheduleRequest) GetServiceId

func (x *CreateVesselScheduleRequest) GetServiceId() uint32

func (*CreateVesselScheduleRequest) GetUserEmail

func (x *CreateVesselScheduleRequest) GetUserEmail() string

func (*CreateVesselScheduleRequest) GetUserId

func (x *CreateVesselScheduleRequest) GetUserId() string

func (*CreateVesselScheduleRequest) GetVesselId

func (x *CreateVesselScheduleRequest) GetVesselId() uint32

func (*CreateVesselScheduleRequest) ProtoMessage

func (*CreateVesselScheduleRequest) ProtoMessage()

func (*CreateVesselScheduleRequest) ProtoReflect

func (*CreateVesselScheduleRequest) Reset

func (x *CreateVesselScheduleRequest) Reset()

func (*CreateVesselScheduleRequest) String

func (x *CreateVesselScheduleRequest) String() string

func (*CreateVesselScheduleRequest) Validate

func (m *CreateVesselScheduleRequest) Validate() error

Validate checks the field values on CreateVesselScheduleRequest 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 (*CreateVesselScheduleRequest) ValidateAll

func (m *CreateVesselScheduleRequest) ValidateAll() error

ValidateAll checks the field values on CreateVesselScheduleRequest 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 CreateVesselScheduleRequestMultiError, or nil if none found.

type CreateVesselScheduleRequestMultiError

type CreateVesselScheduleRequestMultiError []error

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

func (CreateVesselScheduleRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVesselScheduleRequestMultiError) Error

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

type CreateVesselScheduleRequestValidationError

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

CreateVesselScheduleRequestValidationError is the validation error returned by CreateVesselScheduleRequest.Validate if the designated constraints aren't met.

func (CreateVesselScheduleRequestValidationError) Cause

Cause function returns cause value.

func (CreateVesselScheduleRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateVesselScheduleRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateVesselScheduleRequestValidationError) Field

Field function returns field value.

func (CreateVesselScheduleRequestValidationError) Key

Key function returns key value.

func (CreateVesselScheduleRequestValidationError) Reason

Reason function returns reason value.

type CreateVesselScheduleResponse

type CreateVesselScheduleResponse struct {
	VesselSchedule *VesselSchedule `protobuf:"bytes,1,opt,name=vessel_schedule,json=vesselSchedule,proto3" json:"vessel_schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateVesselScheduleResponse) Descriptor deprecated

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

Deprecated: Use CreateVesselScheduleResponse.ProtoReflect.Descriptor instead.

func (*CreateVesselScheduleResponse) GetVesselSchedule

func (x *CreateVesselScheduleResponse) GetVesselSchedule() *VesselSchedule

func (*CreateVesselScheduleResponse) ProtoMessage

func (*CreateVesselScheduleResponse) ProtoMessage()

func (*CreateVesselScheduleResponse) ProtoReflect

func (*CreateVesselScheduleResponse) Reset

func (x *CreateVesselScheduleResponse) Reset()

func (*CreateVesselScheduleResponse) String

func (*CreateVesselScheduleResponse) Validate

func (m *CreateVesselScheduleResponse) Validate() error

Validate checks the field values on CreateVesselScheduleResponse 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 (*CreateVesselScheduleResponse) ValidateAll

func (m *CreateVesselScheduleResponse) ValidateAll() error

ValidateAll checks the field values on CreateVesselScheduleResponse 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 CreateVesselScheduleResponseMultiError, or nil if none found.

type CreateVesselScheduleResponseMultiError

type CreateVesselScheduleResponseMultiError []error

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

func (CreateVesselScheduleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateVesselScheduleResponseMultiError) Error

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

type CreateVesselScheduleResponseValidationError

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

CreateVesselScheduleResponseValidationError is the validation error returned by CreateVesselScheduleResponse.Validate if the designated constraints aren't met.

func (CreateVesselScheduleResponseValidationError) Cause

Cause function returns cause value.

func (CreateVesselScheduleResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateVesselScheduleResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateVesselScheduleResponseValidationError) Field

Field function returns field value.

func (CreateVesselScheduleResponseValidationError) Key

Key function returns key value.

func (CreateVesselScheduleResponseValidationError) Reason

Reason function returns reason value.

type GetLegByPkRequest

type GetLegByPkRequest 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 (*GetLegByPkRequest) Descriptor deprecated

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

Deprecated: Use GetLegByPkRequest.ProtoReflect.Descriptor instead.

func (*GetLegByPkRequest) GetGetByIdRequest

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

func (*GetLegByPkRequest) ProtoMessage

func (*GetLegByPkRequest) ProtoMessage()

func (*GetLegByPkRequest) ProtoReflect

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

func (*GetLegByPkRequest) Reset

func (x *GetLegByPkRequest) Reset()

func (*GetLegByPkRequest) String

func (x *GetLegByPkRequest) String() string

func (*GetLegByPkRequest) Validate

func (m *GetLegByPkRequest) Validate() error

Validate checks the field values on GetLegByPkRequest 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 (*GetLegByPkRequest) ValidateAll

func (m *GetLegByPkRequest) ValidateAll() error

ValidateAll checks the field values on GetLegByPkRequest 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 GetLegByPkRequestMultiError, or nil if none found.

type GetLegByPkRequestMultiError

type GetLegByPkRequestMultiError []error

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

func (GetLegByPkRequestMultiError) AllErrors

func (m GetLegByPkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLegByPkRequestMultiError) Error

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

type GetLegByPkRequestValidationError

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

GetLegByPkRequestValidationError is the validation error returned by GetLegByPkRequest.Validate if the designated constraints aren't met.

func (GetLegByPkRequestValidationError) Cause

Cause function returns cause value.

func (GetLegByPkRequestValidationError) Error

Error satisfies the builtin error interface

func (GetLegByPkRequestValidationError) ErrorName

ErrorName returns error name.

func (GetLegByPkRequestValidationError) Field

Field function returns field value.

func (GetLegByPkRequestValidationError) Key

Key function returns key value.

func (GetLegByPkRequestValidationError) Reason

Reason function returns reason value.

type GetLegByPkResponse

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

func (*GetLegByPkResponse) Descriptor deprecated

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

Deprecated: Use GetLegByPkResponse.ProtoReflect.Descriptor instead.

func (*GetLegByPkResponse) GetLeg

func (x *GetLegByPkResponse) GetLeg() *Leg

func (*GetLegByPkResponse) ProtoMessage

func (*GetLegByPkResponse) ProtoMessage()

func (*GetLegByPkResponse) ProtoReflect

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

func (*GetLegByPkResponse) Reset

func (x *GetLegByPkResponse) Reset()

func (*GetLegByPkResponse) String

func (x *GetLegByPkResponse) String() string

func (*GetLegByPkResponse) Validate

func (m *GetLegByPkResponse) Validate() error

Validate checks the field values on GetLegByPkResponse 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 (*GetLegByPkResponse) ValidateAll

func (m *GetLegByPkResponse) ValidateAll() error

ValidateAll checks the field values on GetLegByPkResponse 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 GetLegByPkResponseMultiError, or nil if none found.

type GetLegByPkResponseMultiError

type GetLegByPkResponseMultiError []error

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

func (GetLegByPkResponseMultiError) AllErrors

func (m GetLegByPkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLegByPkResponseMultiError) Error

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

type GetLegByPkResponseValidationError

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

GetLegByPkResponseValidationError is the validation error returned by GetLegByPkResponse.Validate if the designated constraints aren't met.

func (GetLegByPkResponseValidationError) Cause

Cause function returns cause value.

func (GetLegByPkResponseValidationError) Error

Error satisfies the builtin error interface

func (GetLegByPkResponseValidationError) ErrorName

ErrorName returns error name.

func (GetLegByPkResponseValidationError) Field

Field function returns field value.

func (GetLegByPkResponseValidationError) Key

Key function returns key value.

func (GetLegByPkResponseValidationError) Reason

Reason function returns reason value.

type GetLegRequest

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

func (*GetLegRequest) Descriptor deprecated

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

Deprecated: Use GetLegRequest.ProtoReflect.Descriptor instead.

func (*GetLegRequest) GetGetRequest

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

func (*GetLegRequest) ProtoMessage

func (*GetLegRequest) ProtoMessage()

func (*GetLegRequest) ProtoReflect

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

func (*GetLegRequest) Reset

func (x *GetLegRequest) Reset()

func (*GetLegRequest) String

func (x *GetLegRequest) String() string

func (*GetLegRequest) Validate

func (m *GetLegRequest) Validate() error

Validate checks the field values on GetLegRequest 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 (*GetLegRequest) ValidateAll

func (m *GetLegRequest) ValidateAll() error

ValidateAll checks the field values on GetLegRequest 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 GetLegRequestMultiError, or nil if none found.

type GetLegRequestMultiError

type GetLegRequestMultiError []error

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

func (GetLegRequestMultiError) AllErrors

func (m GetLegRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLegRequestMultiError) Error

func (m GetLegRequestMultiError) Error() string

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

type GetLegRequestValidationError

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

GetLegRequestValidationError is the validation error returned by GetLegRequest.Validate if the designated constraints aren't met.

func (GetLegRequestValidationError) Cause

Cause function returns cause value.

func (GetLegRequestValidationError) Error

Error satisfies the builtin error interface

func (GetLegRequestValidationError) ErrorName

func (e GetLegRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetLegRequestValidationError) Field

Field function returns field value.

func (GetLegRequestValidationError) Key

Key function returns key value.

func (GetLegRequestValidationError) Reason

Reason function returns reason value.

type GetLegResponse

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

func (*GetLegResponse) Descriptor deprecated

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

Deprecated: Use GetLegResponse.ProtoReflect.Descriptor instead.

func (*GetLegResponse) GetLeg

func (x *GetLegResponse) GetLeg() *Leg

func (*GetLegResponse) ProtoMessage

func (*GetLegResponse) ProtoMessage()

func (*GetLegResponse) ProtoReflect

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

func (*GetLegResponse) Reset

func (x *GetLegResponse) Reset()

func (*GetLegResponse) String

func (x *GetLegResponse) String() string

func (*GetLegResponse) Validate

func (m *GetLegResponse) Validate() error

Validate checks the field values on GetLegResponse 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 (*GetLegResponse) ValidateAll

func (m *GetLegResponse) ValidateAll() error

ValidateAll checks the field values on GetLegResponse 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 GetLegResponseMultiError, or nil if none found.

type GetLegResponseMultiError

type GetLegResponseMultiError []error

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

func (GetLegResponseMultiError) AllErrors

func (m GetLegResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLegResponseMultiError) Error

func (m GetLegResponseMultiError) Error() string

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

type GetLegResponseValidationError

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

GetLegResponseValidationError is the validation error returned by GetLegResponse.Validate if the designated constraints aren't met.

func (GetLegResponseValidationError) Cause

Cause function returns cause value.

func (GetLegResponseValidationError) Error

Error satisfies the builtin error interface

func (GetLegResponseValidationError) ErrorName

func (e GetLegResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetLegResponseValidationError) Field

Field function returns field value.

func (GetLegResponseValidationError) Key

Key function returns key value.

func (GetLegResponseValidationError) Reason

Reason function returns reason value.

type GetLegsRequest

type GetLegsRequest 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 (*GetLegsRequest) Descriptor deprecated

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

Deprecated: Use GetLegsRequest.ProtoReflect.Descriptor instead.

func (*GetLegsRequest) GetLimit

func (x *GetLegsRequest) GetLimit() string

func (*GetLegsRequest) GetNextCursor

func (x *GetLegsRequest) GetNextCursor() string

func (*GetLegsRequest) GetRequestId

func (x *GetLegsRequest) GetRequestId() string

func (*GetLegsRequest) GetUserEmail

func (x *GetLegsRequest) GetUserEmail() string

func (*GetLegsRequest) ProtoMessage

func (*GetLegsRequest) ProtoMessage()

func (*GetLegsRequest) ProtoReflect

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

func (*GetLegsRequest) Reset

func (x *GetLegsRequest) Reset()

func (*GetLegsRequest) String

func (x *GetLegsRequest) String() string

func (*GetLegsRequest) Validate

func (m *GetLegsRequest) Validate() error

Validate checks the field values on GetLegsRequest 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 (*GetLegsRequest) ValidateAll

func (m *GetLegsRequest) ValidateAll() error

ValidateAll checks the field values on GetLegsRequest 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 GetLegsRequestMultiError, or nil if none found.

type GetLegsRequestMultiError

type GetLegsRequestMultiError []error

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

func (GetLegsRequestMultiError) AllErrors

func (m GetLegsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLegsRequestMultiError) Error

func (m GetLegsRequestMultiError) Error() string

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

type GetLegsRequestValidationError

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

GetLegsRequestValidationError is the validation error returned by GetLegsRequest.Validate if the designated constraints aren't met.

func (GetLegsRequestValidationError) Cause

Cause function returns cause value.

func (GetLegsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetLegsRequestValidationError) ErrorName

func (e GetLegsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetLegsRequestValidationError) Field

Field function returns field value.

func (GetLegsRequestValidationError) Key

Key function returns key value.

func (GetLegsRequestValidationError) Reason

Reason function returns reason value.

type GetLegsResponse

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

func (*GetLegsResponse) Descriptor deprecated

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

Deprecated: Use GetLegsResponse.ProtoReflect.Descriptor instead.

func (*GetLegsResponse) GetLegs

func (x *GetLegsResponse) GetLegs() []*Leg

func (*GetLegsResponse) GetNextCursor

func (x *GetLegsResponse) GetNextCursor() string

func (*GetLegsResponse) ProtoMessage

func (*GetLegsResponse) ProtoMessage()

func (*GetLegsResponse) ProtoReflect

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

func (*GetLegsResponse) Reset

func (x *GetLegsResponse) Reset()

func (*GetLegsResponse) String

func (x *GetLegsResponse) String() string

func (*GetLegsResponse) Validate

func (m *GetLegsResponse) Validate() error

Validate checks the field values on GetLegsResponse 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 (*GetLegsResponse) ValidateAll

func (m *GetLegsResponse) ValidateAll() error

ValidateAll checks the field values on GetLegsResponse 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 GetLegsResponseMultiError, or nil if none found.

type GetLegsResponseMultiError

type GetLegsResponseMultiError []error

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

func (GetLegsResponseMultiError) AllErrors

func (m GetLegsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLegsResponseMultiError) Error

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

type GetLegsResponseValidationError

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

GetLegsResponseValidationError is the validation error returned by GetLegsResponse.Validate if the designated constraints aren't met.

func (GetLegsResponseValidationError) Cause

Cause function returns cause value.

func (GetLegsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetLegsResponseValidationError) ErrorName

func (e GetLegsResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetLegsResponseValidationError) Field

Field function returns field value.

func (GetLegsResponseValidationError) Key

Key function returns key value.

func (GetLegsResponseValidationError) Reason

Reason function returns reason value.

type GetPointToPointRoutingByPkRequest

type GetPointToPointRoutingByPkRequest 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 (*GetPointToPointRoutingByPkRequest) Descriptor deprecated

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

Deprecated: Use GetPointToPointRoutingByPkRequest.ProtoReflect.Descriptor instead.

func (*GetPointToPointRoutingByPkRequest) GetGetByIdRequest

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

func (*GetPointToPointRoutingByPkRequest) ProtoMessage

func (*GetPointToPointRoutingByPkRequest) ProtoMessage()

func (*GetPointToPointRoutingByPkRequest) ProtoReflect

func (*GetPointToPointRoutingByPkRequest) Reset

func (*GetPointToPointRoutingByPkRequest) String

func (*GetPointToPointRoutingByPkRequest) Validate

Validate checks the field values on GetPointToPointRoutingByPkRequest 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 (*GetPointToPointRoutingByPkRequest) ValidateAll

func (m *GetPointToPointRoutingByPkRequest) ValidateAll() error

ValidateAll checks the field values on GetPointToPointRoutingByPkRequest 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 GetPointToPointRoutingByPkRequestMultiError, or nil if none found.

type GetPointToPointRoutingByPkRequestMultiError

type GetPointToPointRoutingByPkRequestMultiError []error

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

func (GetPointToPointRoutingByPkRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPointToPointRoutingByPkRequestMultiError) Error

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

type GetPointToPointRoutingByPkRequestValidationError

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

GetPointToPointRoutingByPkRequestValidationError is the validation error returned by GetPointToPointRoutingByPkRequest.Validate if the designated constraints aren't met.

func (GetPointToPointRoutingByPkRequestValidationError) Cause

Cause function returns cause value.

func (GetPointToPointRoutingByPkRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPointToPointRoutingByPkRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPointToPointRoutingByPkRequestValidationError) Field

Field function returns field value.

func (GetPointToPointRoutingByPkRequestValidationError) Key

Key function returns key value.

func (GetPointToPointRoutingByPkRequestValidationError) Reason

Reason function returns reason value.

type GetPointToPointRoutingByPkResponse

type GetPointToPointRoutingByPkResponse struct {
	PointToPointRouting *PointToPointRouting `protobuf:"bytes,1,opt,name=point_to_point_routing,json=pointToPointRouting,proto3" json:"point_to_point_routing,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPointToPointRoutingByPkResponse) Descriptor deprecated

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

Deprecated: Use GetPointToPointRoutingByPkResponse.ProtoReflect.Descriptor instead.

func (*GetPointToPointRoutingByPkResponse) GetPointToPointRouting

func (x *GetPointToPointRoutingByPkResponse) GetPointToPointRouting() *PointToPointRouting

func (*GetPointToPointRoutingByPkResponse) ProtoMessage

func (*GetPointToPointRoutingByPkResponse) ProtoMessage()

func (*GetPointToPointRoutingByPkResponse) ProtoReflect

func (*GetPointToPointRoutingByPkResponse) Reset

func (*GetPointToPointRoutingByPkResponse) String

func (*GetPointToPointRoutingByPkResponse) Validate

Validate checks the field values on GetPointToPointRoutingByPkResponse 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 (*GetPointToPointRoutingByPkResponse) ValidateAll

func (m *GetPointToPointRoutingByPkResponse) ValidateAll() error

ValidateAll checks the field values on GetPointToPointRoutingByPkResponse 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 GetPointToPointRoutingByPkResponseMultiError, or nil if none found.

type GetPointToPointRoutingByPkResponseMultiError

type GetPointToPointRoutingByPkResponseMultiError []error

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

func (GetPointToPointRoutingByPkResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPointToPointRoutingByPkResponseMultiError) Error

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

type GetPointToPointRoutingByPkResponseValidationError

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

GetPointToPointRoutingByPkResponseValidationError is the validation error returned by GetPointToPointRoutingByPkResponse.Validate if the designated constraints aren't met.

func (GetPointToPointRoutingByPkResponseValidationError) Cause

Cause function returns cause value.

func (GetPointToPointRoutingByPkResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPointToPointRoutingByPkResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPointToPointRoutingByPkResponseValidationError) Field

Field function returns field value.

func (GetPointToPointRoutingByPkResponseValidationError) Key

Key function returns key value.

func (GetPointToPointRoutingByPkResponseValidationError) Reason

Reason function returns reason value.

type GetPointToPointRoutingRequest

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

func (*GetPointToPointRoutingRequest) Descriptor deprecated

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

Deprecated: Use GetPointToPointRoutingRequest.ProtoReflect.Descriptor instead.

func (*GetPointToPointRoutingRequest) GetGetRequest

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

func (*GetPointToPointRoutingRequest) ProtoMessage

func (*GetPointToPointRoutingRequest) ProtoMessage()

func (*GetPointToPointRoutingRequest) ProtoReflect

func (*GetPointToPointRoutingRequest) Reset

func (x *GetPointToPointRoutingRequest) Reset()

func (*GetPointToPointRoutingRequest) String

func (*GetPointToPointRoutingRequest) Validate

func (m *GetPointToPointRoutingRequest) Validate() error

Validate checks the field values on GetPointToPointRoutingRequest 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 (*GetPointToPointRoutingRequest) ValidateAll

func (m *GetPointToPointRoutingRequest) ValidateAll() error

ValidateAll checks the field values on GetPointToPointRoutingRequest 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 GetPointToPointRoutingRequestMultiError, or nil if none found.

type GetPointToPointRoutingRequestMultiError

type GetPointToPointRoutingRequestMultiError []error

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

func (GetPointToPointRoutingRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPointToPointRoutingRequestMultiError) Error

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

type GetPointToPointRoutingRequestValidationError

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

GetPointToPointRoutingRequestValidationError is the validation error returned by GetPointToPointRoutingRequest.Validate if the designated constraints aren't met.

func (GetPointToPointRoutingRequestValidationError) Cause

Cause function returns cause value.

func (GetPointToPointRoutingRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPointToPointRoutingRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPointToPointRoutingRequestValidationError) Field

Field function returns field value.

func (GetPointToPointRoutingRequestValidationError) Key

Key function returns key value.

func (GetPointToPointRoutingRequestValidationError) Reason

Reason function returns reason value.

type GetPointToPointRoutingResponse

type GetPointToPointRoutingResponse struct {
	PointToPointRouting *PointToPointRouting `protobuf:"bytes,1,opt,name=point_to_point_routing,json=pointToPointRouting,proto3" json:"point_to_point_routing,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPointToPointRoutingResponse) Descriptor deprecated

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

Deprecated: Use GetPointToPointRoutingResponse.ProtoReflect.Descriptor instead.

func (*GetPointToPointRoutingResponse) GetPointToPointRouting

func (x *GetPointToPointRoutingResponse) GetPointToPointRouting() *PointToPointRouting

func (*GetPointToPointRoutingResponse) ProtoMessage

func (*GetPointToPointRoutingResponse) ProtoMessage()

func (*GetPointToPointRoutingResponse) ProtoReflect

func (*GetPointToPointRoutingResponse) Reset

func (x *GetPointToPointRoutingResponse) Reset()

func (*GetPointToPointRoutingResponse) String

func (*GetPointToPointRoutingResponse) Validate

func (m *GetPointToPointRoutingResponse) Validate() error

Validate checks the field values on GetPointToPointRoutingResponse 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 (*GetPointToPointRoutingResponse) ValidateAll

func (m *GetPointToPointRoutingResponse) ValidateAll() error

ValidateAll checks the field values on GetPointToPointRoutingResponse 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 GetPointToPointRoutingResponseMultiError, or nil if none found.

type GetPointToPointRoutingResponseMultiError

type GetPointToPointRoutingResponseMultiError []error

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

func (GetPointToPointRoutingResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPointToPointRoutingResponseMultiError) Error

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

type GetPointToPointRoutingResponseValidationError

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

GetPointToPointRoutingResponseValidationError is the validation error returned by GetPointToPointRoutingResponse.Validate if the designated constraints aren't met.

func (GetPointToPointRoutingResponseValidationError) Cause

Cause function returns cause value.

func (GetPointToPointRoutingResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPointToPointRoutingResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPointToPointRoutingResponseValidationError) Field

Field function returns field value.

func (GetPointToPointRoutingResponseValidationError) Key

Key function returns key value.

func (GetPointToPointRoutingResponseValidationError) Reason

Reason function returns reason value.

type GetPointToPointRoutingsRequest

type GetPointToPointRoutingsRequest 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 (*GetPointToPointRoutingsRequest) Descriptor deprecated

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

Deprecated: Use GetPointToPointRoutingsRequest.ProtoReflect.Descriptor instead.

func (*GetPointToPointRoutingsRequest) GetLimit

func (x *GetPointToPointRoutingsRequest) GetLimit() string

func (*GetPointToPointRoutingsRequest) GetNextCursor

func (x *GetPointToPointRoutingsRequest) GetNextCursor() string

func (*GetPointToPointRoutingsRequest) GetRequestId

func (x *GetPointToPointRoutingsRequest) GetRequestId() string

func (*GetPointToPointRoutingsRequest) GetUserEmail

func (x *GetPointToPointRoutingsRequest) GetUserEmail() string

func (*GetPointToPointRoutingsRequest) ProtoMessage

func (*GetPointToPointRoutingsRequest) ProtoMessage()

func (*GetPointToPointRoutingsRequest) ProtoReflect

func (*GetPointToPointRoutingsRequest) Reset

func (x *GetPointToPointRoutingsRequest) Reset()

func (*GetPointToPointRoutingsRequest) String

func (*GetPointToPointRoutingsRequest) Validate

func (m *GetPointToPointRoutingsRequest) Validate() error

Validate checks the field values on GetPointToPointRoutingsRequest 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 (*GetPointToPointRoutingsRequest) ValidateAll

func (m *GetPointToPointRoutingsRequest) ValidateAll() error

ValidateAll checks the field values on GetPointToPointRoutingsRequest 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 GetPointToPointRoutingsRequestMultiError, or nil if none found.

type GetPointToPointRoutingsRequestMultiError

type GetPointToPointRoutingsRequestMultiError []error

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

func (GetPointToPointRoutingsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPointToPointRoutingsRequestMultiError) Error

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

type GetPointToPointRoutingsRequestValidationError

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

GetPointToPointRoutingsRequestValidationError is the validation error returned by GetPointToPointRoutingsRequest.Validate if the designated constraints aren't met.

func (GetPointToPointRoutingsRequestValidationError) Cause

Cause function returns cause value.

func (GetPointToPointRoutingsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPointToPointRoutingsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPointToPointRoutingsRequestValidationError) Field

Field function returns field value.

func (GetPointToPointRoutingsRequestValidationError) Key

Key function returns key value.

func (GetPointToPointRoutingsRequestValidationError) Reason

Reason function returns reason value.

type GetPointToPointRoutingsResponse

type GetPointToPointRoutingsResponse struct {
	PointToPointRoutings []*PointToPointRouting `protobuf:"bytes,1,rep,name=point_to_point_routings,json=pointToPointRoutings,proto3" json:"point_to_point_routings,omitempty"`
	NextCursor           string                 `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPointToPointRoutingsResponse) Descriptor deprecated

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

Deprecated: Use GetPointToPointRoutingsResponse.ProtoReflect.Descriptor instead.

func (*GetPointToPointRoutingsResponse) GetNextCursor

func (x *GetPointToPointRoutingsResponse) GetNextCursor() string

func (*GetPointToPointRoutingsResponse) GetPointToPointRoutings

func (x *GetPointToPointRoutingsResponse) GetPointToPointRoutings() []*PointToPointRouting

func (*GetPointToPointRoutingsResponse) ProtoMessage

func (*GetPointToPointRoutingsResponse) ProtoMessage()

func (*GetPointToPointRoutingsResponse) ProtoReflect

func (*GetPointToPointRoutingsResponse) Reset

func (*GetPointToPointRoutingsResponse) String

func (*GetPointToPointRoutingsResponse) Validate

func (m *GetPointToPointRoutingsResponse) Validate() error

Validate checks the field values on GetPointToPointRoutingsResponse 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 (*GetPointToPointRoutingsResponse) ValidateAll

func (m *GetPointToPointRoutingsResponse) ValidateAll() error

ValidateAll checks the field values on GetPointToPointRoutingsResponse 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 GetPointToPointRoutingsResponseMultiError, or nil if none found.

type GetPointToPointRoutingsResponseMultiError

type GetPointToPointRoutingsResponseMultiError []error

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

func (GetPointToPointRoutingsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPointToPointRoutingsResponseMultiError) Error

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

type GetPointToPointRoutingsResponseValidationError

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

GetPointToPointRoutingsResponseValidationError is the validation error returned by GetPointToPointRoutingsResponse.Validate if the designated constraints aren't met.

func (GetPointToPointRoutingsResponseValidationError) Cause

Cause function returns cause value.

func (GetPointToPointRoutingsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPointToPointRoutingsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPointToPointRoutingsResponseValidationError) Field

Field function returns field value.

func (GetPointToPointRoutingsResponseValidationError) Key

Key function returns key value.

func (GetPointToPointRoutingsResponseValidationError) Reason

Reason function returns reason value.

type GetServiceScheduleByPkRequest

type GetServiceScheduleByPkRequest 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 (*GetServiceScheduleByPkRequest) Descriptor deprecated

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

Deprecated: Use GetServiceScheduleByPkRequest.ProtoReflect.Descriptor instead.

func (*GetServiceScheduleByPkRequest) GetGetByIdRequest

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

func (*GetServiceScheduleByPkRequest) ProtoMessage

func (*GetServiceScheduleByPkRequest) ProtoMessage()

func (*GetServiceScheduleByPkRequest) ProtoReflect

func (*GetServiceScheduleByPkRequest) Reset

func (x *GetServiceScheduleByPkRequest) Reset()

func (*GetServiceScheduleByPkRequest) String

func (*GetServiceScheduleByPkRequest) Validate

func (m *GetServiceScheduleByPkRequest) Validate() error

Validate checks the field values on GetServiceScheduleByPkRequest 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 (*GetServiceScheduleByPkRequest) ValidateAll

func (m *GetServiceScheduleByPkRequest) ValidateAll() error

ValidateAll checks the field values on GetServiceScheduleByPkRequest 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 GetServiceScheduleByPkRequestMultiError, or nil if none found.

type GetServiceScheduleByPkRequestMultiError

type GetServiceScheduleByPkRequestMultiError []error

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

func (GetServiceScheduleByPkRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceScheduleByPkRequestMultiError) Error

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

type GetServiceScheduleByPkRequestValidationError

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

GetServiceScheduleByPkRequestValidationError is the validation error returned by GetServiceScheduleByPkRequest.Validate if the designated constraints aren't met.

func (GetServiceScheduleByPkRequestValidationError) Cause

Cause function returns cause value.

func (GetServiceScheduleByPkRequestValidationError) Error

Error satisfies the builtin error interface

func (GetServiceScheduleByPkRequestValidationError) ErrorName

ErrorName returns error name.

func (GetServiceScheduleByPkRequestValidationError) Field

Field function returns field value.

func (GetServiceScheduleByPkRequestValidationError) Key

Key function returns key value.

func (GetServiceScheduleByPkRequestValidationError) Reason

Reason function returns reason value.

type GetServiceScheduleByPkResponse

type GetServiceScheduleByPkResponse struct {
	ServiceSchedule *ServiceSchedule `protobuf:"bytes,1,opt,name=service_schedule,json=serviceSchedule,proto3" json:"service_schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceScheduleByPkResponse) Descriptor deprecated

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

Deprecated: Use GetServiceScheduleByPkResponse.ProtoReflect.Descriptor instead.

func (*GetServiceScheduleByPkResponse) GetServiceSchedule

func (x *GetServiceScheduleByPkResponse) GetServiceSchedule() *ServiceSchedule

func (*GetServiceScheduleByPkResponse) ProtoMessage

func (*GetServiceScheduleByPkResponse) ProtoMessage()

func (*GetServiceScheduleByPkResponse) ProtoReflect

func (*GetServiceScheduleByPkResponse) Reset

func (x *GetServiceScheduleByPkResponse) Reset()

func (*GetServiceScheduleByPkResponse) String

func (*GetServiceScheduleByPkResponse) Validate

func (m *GetServiceScheduleByPkResponse) Validate() error

Validate checks the field values on GetServiceScheduleByPkResponse 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 (*GetServiceScheduleByPkResponse) ValidateAll

func (m *GetServiceScheduleByPkResponse) ValidateAll() error

ValidateAll checks the field values on GetServiceScheduleByPkResponse 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 GetServiceScheduleByPkResponseMultiError, or nil if none found.

type GetServiceScheduleByPkResponseMultiError

type GetServiceScheduleByPkResponseMultiError []error

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

func (GetServiceScheduleByPkResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceScheduleByPkResponseMultiError) Error

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

type GetServiceScheduleByPkResponseValidationError

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

GetServiceScheduleByPkResponseValidationError is the validation error returned by GetServiceScheduleByPkResponse.Validate if the designated constraints aren't met.

func (GetServiceScheduleByPkResponseValidationError) Cause

Cause function returns cause value.

func (GetServiceScheduleByPkResponseValidationError) Error

Error satisfies the builtin error interface

func (GetServiceScheduleByPkResponseValidationError) ErrorName

ErrorName returns error name.

func (GetServiceScheduleByPkResponseValidationError) Field

Field function returns field value.

func (GetServiceScheduleByPkResponseValidationError) Key

Key function returns key value.

func (GetServiceScheduleByPkResponseValidationError) Reason

Reason function returns reason value.

type GetServiceScheduleByUniversalServiceReferenceRequest

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

func (*GetServiceScheduleByUniversalServiceReferenceRequest) Descriptor deprecated

Deprecated: Use GetServiceScheduleByUniversalServiceReferenceRequest.ProtoReflect.Descriptor instead.

func (*GetServiceScheduleByUniversalServiceReferenceRequest) GetRequestId

func (*GetServiceScheduleByUniversalServiceReferenceRequest) GetUniversalServiceReference

func (x *GetServiceScheduleByUniversalServiceReferenceRequest) GetUniversalServiceReference() string

func (*GetServiceScheduleByUniversalServiceReferenceRequest) GetUserEmail

func (*GetServiceScheduleByUniversalServiceReferenceRequest) ProtoMessage

func (*GetServiceScheduleByUniversalServiceReferenceRequest) ProtoReflect

func (*GetServiceScheduleByUniversalServiceReferenceRequest) Reset

func (*GetServiceScheduleByUniversalServiceReferenceRequest) String

func (*GetServiceScheduleByUniversalServiceReferenceRequest) Validate

Validate checks the field values on GetServiceScheduleByUniversalServiceReferenceRequest 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 (*GetServiceScheduleByUniversalServiceReferenceRequest) ValidateAll

ValidateAll checks the field values on GetServiceScheduleByUniversalServiceReferenceRequest 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 GetServiceScheduleByUniversalServiceReferenceRequestMultiError, or nil if none found.

type GetServiceScheduleByUniversalServiceReferenceRequestMultiError

type GetServiceScheduleByUniversalServiceReferenceRequestMultiError []error

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

func (GetServiceScheduleByUniversalServiceReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceScheduleByUniversalServiceReferenceRequestMultiError) Error

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

type GetServiceScheduleByUniversalServiceReferenceRequestValidationError

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

GetServiceScheduleByUniversalServiceReferenceRequestValidationError is the validation error returned by GetServiceScheduleByUniversalServiceReferenceRequest.Validate if the designated constraints aren't met.

func (GetServiceScheduleByUniversalServiceReferenceRequestValidationError) Cause

Cause function returns cause value.

func (GetServiceScheduleByUniversalServiceReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetServiceScheduleByUniversalServiceReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetServiceScheduleByUniversalServiceReferenceRequestValidationError) Field

Field function returns field value.

func (GetServiceScheduleByUniversalServiceReferenceRequestValidationError) Key

Key function returns key value.

func (GetServiceScheduleByUniversalServiceReferenceRequestValidationError) Reason

Reason function returns reason value.

type GetServiceScheduleByUniversalServiceReferenceResponse

type GetServiceScheduleByUniversalServiceReferenceResponse struct {
	ServiceSchedule *ServiceSchedule `protobuf:"bytes,1,opt,name=service_schedule,json=serviceSchedule,proto3" json:"service_schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceScheduleByUniversalServiceReferenceResponse) Descriptor deprecated

Deprecated: Use GetServiceScheduleByUniversalServiceReferenceResponse.ProtoReflect.Descriptor instead.

func (*GetServiceScheduleByUniversalServiceReferenceResponse) GetServiceSchedule

func (*GetServiceScheduleByUniversalServiceReferenceResponse) ProtoMessage

func (*GetServiceScheduleByUniversalServiceReferenceResponse) ProtoReflect

func (*GetServiceScheduleByUniversalServiceReferenceResponse) Reset

func (*GetServiceScheduleByUniversalServiceReferenceResponse) String

func (*GetServiceScheduleByUniversalServiceReferenceResponse) Validate

Validate checks the field values on GetServiceScheduleByUniversalServiceReferenceResponse 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 (*GetServiceScheduleByUniversalServiceReferenceResponse) ValidateAll

ValidateAll checks the field values on GetServiceScheduleByUniversalServiceReferenceResponse 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 GetServiceScheduleByUniversalServiceReferenceResponseMultiError, or nil if none found.

type GetServiceScheduleByUniversalServiceReferenceResponseMultiError

type GetServiceScheduleByUniversalServiceReferenceResponseMultiError []error

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

func (GetServiceScheduleByUniversalServiceReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceScheduleByUniversalServiceReferenceResponseMultiError) Error

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

type GetServiceScheduleByUniversalServiceReferenceResponseValidationError

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

GetServiceScheduleByUniversalServiceReferenceResponseValidationError is the validation error returned by GetServiceScheduleByUniversalServiceReferenceResponse.Validate if the designated constraints aren't met.

func (GetServiceScheduleByUniversalServiceReferenceResponseValidationError) Cause

Cause function returns cause value.

func (GetServiceScheduleByUniversalServiceReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetServiceScheduleByUniversalServiceReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetServiceScheduleByUniversalServiceReferenceResponseValidationError) Field

Field function returns field value.

func (GetServiceScheduleByUniversalServiceReferenceResponseValidationError) Key

Key function returns key value.

func (GetServiceScheduleByUniversalServiceReferenceResponseValidationError) Reason

Reason function returns reason value.

type GetServiceScheduleRequest

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

func (*GetServiceScheduleRequest) Descriptor deprecated

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

Deprecated: Use GetServiceScheduleRequest.ProtoReflect.Descriptor instead.

func (*GetServiceScheduleRequest) GetGetRequest

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

func (*GetServiceScheduleRequest) ProtoMessage

func (*GetServiceScheduleRequest) ProtoMessage()

func (*GetServiceScheduleRequest) ProtoReflect

func (*GetServiceScheduleRequest) Reset

func (x *GetServiceScheduleRequest) Reset()

func (*GetServiceScheduleRequest) String

func (x *GetServiceScheduleRequest) String() string

func (*GetServiceScheduleRequest) Validate

func (m *GetServiceScheduleRequest) Validate() error

Validate checks the field values on GetServiceScheduleRequest 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 (*GetServiceScheduleRequest) ValidateAll

func (m *GetServiceScheduleRequest) ValidateAll() error

ValidateAll checks the field values on GetServiceScheduleRequest 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 GetServiceScheduleRequestMultiError, or nil if none found.

type GetServiceScheduleRequestMultiError

type GetServiceScheduleRequestMultiError []error

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

func (GetServiceScheduleRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceScheduleRequestMultiError) Error

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

type GetServiceScheduleRequestValidationError

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

GetServiceScheduleRequestValidationError is the validation error returned by GetServiceScheduleRequest.Validate if the designated constraints aren't met.

func (GetServiceScheduleRequestValidationError) Cause

Cause function returns cause value.

func (GetServiceScheduleRequestValidationError) Error

Error satisfies the builtin error interface

func (GetServiceScheduleRequestValidationError) ErrorName

ErrorName returns error name.

func (GetServiceScheduleRequestValidationError) Field

Field function returns field value.

func (GetServiceScheduleRequestValidationError) Key

Key function returns key value.

func (GetServiceScheduleRequestValidationError) Reason

Reason function returns reason value.

type GetServiceScheduleResponse

type GetServiceScheduleResponse struct {
	ServiceSchedule *ServiceSchedule `protobuf:"bytes,1,opt,name=service_schedule,json=serviceSchedule,proto3" json:"service_schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceScheduleResponse) Descriptor deprecated

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

Deprecated: Use GetServiceScheduleResponse.ProtoReflect.Descriptor instead.

func (*GetServiceScheduleResponse) GetServiceSchedule

func (x *GetServiceScheduleResponse) GetServiceSchedule() *ServiceSchedule

func (*GetServiceScheduleResponse) ProtoMessage

func (*GetServiceScheduleResponse) ProtoMessage()

func (*GetServiceScheduleResponse) ProtoReflect

func (*GetServiceScheduleResponse) Reset

func (x *GetServiceScheduleResponse) Reset()

func (*GetServiceScheduleResponse) String

func (x *GetServiceScheduleResponse) String() string

func (*GetServiceScheduleResponse) Validate

func (m *GetServiceScheduleResponse) Validate() error

Validate checks the field values on GetServiceScheduleResponse 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 (*GetServiceScheduleResponse) ValidateAll

func (m *GetServiceScheduleResponse) ValidateAll() error

ValidateAll checks the field values on GetServiceScheduleResponse 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 GetServiceScheduleResponseMultiError, or nil if none found.

type GetServiceScheduleResponseMultiError

type GetServiceScheduleResponseMultiError []error

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

func (GetServiceScheduleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceScheduleResponseMultiError) Error

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

type GetServiceScheduleResponseValidationError

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

GetServiceScheduleResponseValidationError is the validation error returned by GetServiceScheduleResponse.Validate if the designated constraints aren't met.

func (GetServiceScheduleResponseValidationError) Cause

Cause function returns cause value.

func (GetServiceScheduleResponseValidationError) Error

Error satisfies the builtin error interface

func (GetServiceScheduleResponseValidationError) ErrorName

ErrorName returns error name.

func (GetServiceScheduleResponseValidationError) Field

Field function returns field value.

func (GetServiceScheduleResponseValidationError) Key

Key function returns key value.

func (GetServiceScheduleResponseValidationError) Reason

Reason function returns reason value.

type GetServiceSchedulesRequest

type GetServiceSchedulesRequest 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 (*GetServiceSchedulesRequest) Descriptor deprecated

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

Deprecated: Use GetServiceSchedulesRequest.ProtoReflect.Descriptor instead.

func (*GetServiceSchedulesRequest) GetLimit

func (x *GetServiceSchedulesRequest) GetLimit() string

func (*GetServiceSchedulesRequest) GetNextCursor

func (x *GetServiceSchedulesRequest) GetNextCursor() string

func (*GetServiceSchedulesRequest) GetRequestId

func (x *GetServiceSchedulesRequest) GetRequestId() string

func (*GetServiceSchedulesRequest) GetUserEmail

func (x *GetServiceSchedulesRequest) GetUserEmail() string

func (*GetServiceSchedulesRequest) ProtoMessage

func (*GetServiceSchedulesRequest) ProtoMessage()

func (*GetServiceSchedulesRequest) ProtoReflect

func (*GetServiceSchedulesRequest) Reset

func (x *GetServiceSchedulesRequest) Reset()

func (*GetServiceSchedulesRequest) String

func (x *GetServiceSchedulesRequest) String() string

func (*GetServiceSchedulesRequest) Validate

func (m *GetServiceSchedulesRequest) Validate() error

Validate checks the field values on GetServiceSchedulesRequest 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 (*GetServiceSchedulesRequest) ValidateAll

func (m *GetServiceSchedulesRequest) ValidateAll() error

ValidateAll checks the field values on GetServiceSchedulesRequest 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 GetServiceSchedulesRequestMultiError, or nil if none found.

type GetServiceSchedulesRequestMultiError

type GetServiceSchedulesRequestMultiError []error

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

func (GetServiceSchedulesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceSchedulesRequestMultiError) Error

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

type GetServiceSchedulesRequestValidationError

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

GetServiceSchedulesRequestValidationError is the validation error returned by GetServiceSchedulesRequest.Validate if the designated constraints aren't met.

func (GetServiceSchedulesRequestValidationError) Cause

Cause function returns cause value.

func (GetServiceSchedulesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetServiceSchedulesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetServiceSchedulesRequestValidationError) Field

Field function returns field value.

func (GetServiceSchedulesRequestValidationError) Key

Key function returns key value.

func (GetServiceSchedulesRequestValidationError) Reason

Reason function returns reason value.

type GetServiceSchedulesResponse

type GetServiceSchedulesResponse struct {
	ServiceSchedules []*ServiceSchedule `protobuf:"bytes,1,rep,name=service_schedules,json=serviceSchedules,proto3" json:"service_schedules,omitempty"`
	NextCursor       string             `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceSchedulesResponse) Descriptor deprecated

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

Deprecated: Use GetServiceSchedulesResponse.ProtoReflect.Descriptor instead.

func (*GetServiceSchedulesResponse) GetNextCursor

func (x *GetServiceSchedulesResponse) GetNextCursor() string

func (*GetServiceSchedulesResponse) GetServiceSchedules

func (x *GetServiceSchedulesResponse) GetServiceSchedules() []*ServiceSchedule

func (*GetServiceSchedulesResponse) ProtoMessage

func (*GetServiceSchedulesResponse) ProtoMessage()

func (*GetServiceSchedulesResponse) ProtoReflect

func (*GetServiceSchedulesResponse) Reset

func (x *GetServiceSchedulesResponse) Reset()

func (*GetServiceSchedulesResponse) String

func (x *GetServiceSchedulesResponse) String() string

func (*GetServiceSchedulesResponse) Validate

func (m *GetServiceSchedulesResponse) Validate() error

Validate checks the field values on GetServiceSchedulesResponse 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 (*GetServiceSchedulesResponse) ValidateAll

func (m *GetServiceSchedulesResponse) ValidateAll() error

ValidateAll checks the field values on GetServiceSchedulesResponse 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 GetServiceSchedulesResponseMultiError, or nil if none found.

type GetServiceSchedulesResponseMultiError

type GetServiceSchedulesResponseMultiError []error

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

func (GetServiceSchedulesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceSchedulesResponseMultiError) Error

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

type GetServiceSchedulesResponseValidationError

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

GetServiceSchedulesResponseValidationError is the validation error returned by GetServiceSchedulesResponse.Validate if the designated constraints aren't met.

func (GetServiceSchedulesResponseValidationError) Cause

Cause function returns cause value.

func (GetServiceSchedulesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetServiceSchedulesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetServiceSchedulesResponseValidationError) Field

Field function returns field value.

func (GetServiceSchedulesResponseValidationError) Key

Key function returns key value.

func (GetServiceSchedulesResponseValidationError) Reason

Reason function returns reason value.

type GetVesselByPkRequest

type GetVesselByPkRequest 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 (*GetVesselByPkRequest) Descriptor deprecated

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

Deprecated: Use GetVesselByPkRequest.ProtoReflect.Descriptor instead.

func (*GetVesselByPkRequest) GetGetByIdRequest

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

func (*GetVesselByPkRequest) ProtoMessage

func (*GetVesselByPkRequest) ProtoMessage()

func (*GetVesselByPkRequest) ProtoReflect

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

func (*GetVesselByPkRequest) Reset

func (x *GetVesselByPkRequest) Reset()

func (*GetVesselByPkRequest) String

func (x *GetVesselByPkRequest) String() string

func (*GetVesselByPkRequest) Validate

func (m *GetVesselByPkRequest) Validate() error

Validate checks the field values on GetVesselByPkRequest 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 (*GetVesselByPkRequest) ValidateAll

func (m *GetVesselByPkRequest) ValidateAll() error

ValidateAll checks the field values on GetVesselByPkRequest 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 GetVesselByPkRequestMultiError, or nil if none found.

type GetVesselByPkRequestMultiError

type GetVesselByPkRequestMultiError []error

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

func (GetVesselByPkRequestMultiError) AllErrors

func (m GetVesselByPkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetVesselByPkRequestMultiError) Error

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

type GetVesselByPkRequestValidationError

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

GetVesselByPkRequestValidationError is the validation error returned by GetVesselByPkRequest.Validate if the designated constraints aren't met.

func (GetVesselByPkRequestValidationError) Cause

Cause function returns cause value.

func (GetVesselByPkRequestValidationError) Error

Error satisfies the builtin error interface

func (GetVesselByPkRequestValidationError) ErrorName

ErrorName returns error name.

func (GetVesselByPkRequestValidationError) Field

Field function returns field value.

func (GetVesselByPkRequestValidationError) Key

Key function returns key value.

func (GetVesselByPkRequestValidationError) Reason

Reason function returns reason value.

type GetVesselByPkResponse

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

func (*GetVesselByPkResponse) Descriptor deprecated

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

Deprecated: Use GetVesselByPkResponse.ProtoReflect.Descriptor instead.

func (*GetVesselByPkResponse) GetVessel

func (x *GetVesselByPkResponse) GetVessel() *Vessel

func (*GetVesselByPkResponse) ProtoMessage

func (*GetVesselByPkResponse) ProtoMessage()

func (*GetVesselByPkResponse) ProtoReflect

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

func (*GetVesselByPkResponse) Reset

func (x *GetVesselByPkResponse) Reset()

func (*GetVesselByPkResponse) String

func (x *GetVesselByPkResponse) String() string

func (*GetVesselByPkResponse) Validate

func (m *GetVesselByPkResponse) Validate() error

Validate checks the field values on GetVesselByPkResponse 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 (*GetVesselByPkResponse) ValidateAll

func (m *GetVesselByPkResponse) ValidateAll() error

ValidateAll checks the field values on GetVesselByPkResponse 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 GetVesselByPkResponseMultiError, or nil if none found.

type GetVesselByPkResponseMultiError

type GetVesselByPkResponseMultiError []error

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

func (GetVesselByPkResponseMultiError) AllErrors

func (m GetVesselByPkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetVesselByPkResponseMultiError) Error

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

type GetVesselByPkResponseValidationError

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

GetVesselByPkResponseValidationError is the validation error returned by GetVesselByPkResponse.Validate if the designated constraints aren't met.

func (GetVesselByPkResponseValidationError) Cause

Cause function returns cause value.

func (GetVesselByPkResponseValidationError) Error

Error satisfies the builtin error interface

func (GetVesselByPkResponseValidationError) ErrorName

ErrorName returns error name.

func (GetVesselByPkResponseValidationError) Field

Field function returns field value.

func (GetVesselByPkResponseValidationError) Key

Key function returns key value.

func (GetVesselByPkResponseValidationError) Reason

Reason function returns reason value.

type GetVesselRequest

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

func (*GetVesselRequest) Descriptor deprecated

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

Deprecated: Use GetVesselRequest.ProtoReflect.Descriptor instead.

func (*GetVesselRequest) GetGetRequest

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

func (*GetVesselRequest) ProtoMessage

func (*GetVesselRequest) ProtoMessage()

func (*GetVesselRequest) ProtoReflect

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

func (*GetVesselRequest) Reset

func (x *GetVesselRequest) Reset()

func (*GetVesselRequest) String

func (x *GetVesselRequest) String() string

func (*GetVesselRequest) Validate

func (m *GetVesselRequest) Validate() error

Validate checks the field values on GetVesselRequest 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 (*GetVesselRequest) ValidateAll

func (m *GetVesselRequest) ValidateAll() error

ValidateAll checks the field values on GetVesselRequest 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 GetVesselRequestMultiError, or nil if none found.

type GetVesselRequestMultiError

type GetVesselRequestMultiError []error

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

func (GetVesselRequestMultiError) AllErrors

func (m GetVesselRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetVesselRequestMultiError) Error

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

type GetVesselRequestValidationError

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

GetVesselRequestValidationError is the validation error returned by GetVesselRequest.Validate if the designated constraints aren't met.

func (GetVesselRequestValidationError) Cause

Cause function returns cause value.

func (GetVesselRequestValidationError) Error

Error satisfies the builtin error interface

func (GetVesselRequestValidationError) ErrorName

ErrorName returns error name.

func (GetVesselRequestValidationError) Field

Field function returns field value.

func (GetVesselRequestValidationError) Key

Key function returns key value.

func (GetVesselRequestValidationError) Reason

Reason function returns reason value.

type GetVesselResponse

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

func (*GetVesselResponse) Descriptor deprecated

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

Deprecated: Use GetVesselResponse.ProtoReflect.Descriptor instead.

func (*GetVesselResponse) GetVessel

func (x *GetVesselResponse) GetVessel() *Vessel

func (*GetVesselResponse) ProtoMessage

func (*GetVesselResponse) ProtoMessage()

func (*GetVesselResponse) ProtoReflect

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

func (*GetVesselResponse) Reset

func (x *GetVesselResponse) Reset()

func (*GetVesselResponse) String

func (x *GetVesselResponse) String() string

func (*GetVesselResponse) Validate

func (m *GetVesselResponse) Validate() error

Validate checks the field values on GetVesselResponse 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 (*GetVesselResponse) ValidateAll

func (m *GetVesselResponse) ValidateAll() error

ValidateAll checks the field values on GetVesselResponse 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 GetVesselResponseMultiError, or nil if none found.

type GetVesselResponseMultiError

type GetVesselResponseMultiError []error

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

func (GetVesselResponseMultiError) AllErrors

func (m GetVesselResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetVesselResponseMultiError) Error

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

type GetVesselResponseValidationError

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

GetVesselResponseValidationError is the validation error returned by GetVesselResponse.Validate if the designated constraints aren't met.

func (GetVesselResponseValidationError) Cause

Cause function returns cause value.

func (GetVesselResponseValidationError) Error

Error satisfies the builtin error interface

func (GetVesselResponseValidationError) ErrorName

ErrorName returns error name.

func (GetVesselResponseValidationError) Field

Field function returns field value.

func (GetVesselResponseValidationError) Key

Key function returns key value.

func (GetVesselResponseValidationError) Reason

Reason function returns reason value.

type GetVesselScheduleByPkRequest

type GetVesselScheduleByPkRequest 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 (*GetVesselScheduleByPkRequest) Descriptor deprecated

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

Deprecated: Use GetVesselScheduleByPkRequest.ProtoReflect.Descriptor instead.

func (*GetVesselScheduleByPkRequest) GetGetByIdRequest

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

func (*GetVesselScheduleByPkRequest) ProtoMessage

func (*GetVesselScheduleByPkRequest) ProtoMessage()

func (*GetVesselScheduleByPkRequest) ProtoReflect

func (*GetVesselScheduleByPkRequest) Reset

func (x *GetVesselScheduleByPkRequest) Reset()

func (*GetVesselScheduleByPkRequest) String

func (*GetVesselScheduleByPkRequest) Validate

func (m *GetVesselScheduleByPkRequest) Validate() error

Validate checks the field values on GetVesselScheduleByPkRequest 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 (*GetVesselScheduleByPkRequest) ValidateAll

func (m *GetVesselScheduleByPkRequest) ValidateAll() error

ValidateAll checks the field values on GetVesselScheduleByPkRequest 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 GetVesselScheduleByPkRequestMultiError, or nil if none found.

type GetVesselScheduleByPkRequestMultiError

type GetVesselScheduleByPkRequestMultiError []error

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

func (GetVesselScheduleByPkRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetVesselScheduleByPkRequestMultiError) Error

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

type GetVesselScheduleByPkRequestValidationError

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

GetVesselScheduleByPkRequestValidationError is the validation error returned by GetVesselScheduleByPkRequest.Validate if the designated constraints aren't met.

func (GetVesselScheduleByPkRequestValidationError) Cause

Cause function returns cause value.

func (GetVesselScheduleByPkRequestValidationError) Error

Error satisfies the builtin error interface

func (GetVesselScheduleByPkRequestValidationError) ErrorName

ErrorName returns error name.

func (GetVesselScheduleByPkRequestValidationError) Field

Field function returns field value.

func (GetVesselScheduleByPkRequestValidationError) Key

Key function returns key value.

func (GetVesselScheduleByPkRequestValidationError) Reason

Reason function returns reason value.

type GetVesselScheduleByPkResponse

type GetVesselScheduleByPkResponse struct {
	VesselSchedule *VesselSchedule `protobuf:"bytes,1,opt,name=vessel_schedule,json=vesselSchedule,proto3" json:"vessel_schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVesselScheduleByPkResponse) Descriptor deprecated

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

Deprecated: Use GetVesselScheduleByPkResponse.ProtoReflect.Descriptor instead.

func (*GetVesselScheduleByPkResponse) GetVesselSchedule

func (x *GetVesselScheduleByPkResponse) GetVesselSchedule() *VesselSchedule

func (*GetVesselScheduleByPkResponse) ProtoMessage

func (*GetVesselScheduleByPkResponse) ProtoMessage()

func (*GetVesselScheduleByPkResponse) ProtoReflect

func (*GetVesselScheduleByPkResponse) Reset

func (x *GetVesselScheduleByPkResponse) Reset()

func (*GetVesselScheduleByPkResponse) String

func (*GetVesselScheduleByPkResponse) Validate

func (m *GetVesselScheduleByPkResponse) Validate() error

Validate checks the field values on GetVesselScheduleByPkResponse 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 (*GetVesselScheduleByPkResponse) ValidateAll

func (m *GetVesselScheduleByPkResponse) ValidateAll() error

ValidateAll checks the field values on GetVesselScheduleByPkResponse 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 GetVesselScheduleByPkResponseMultiError, or nil if none found.

type GetVesselScheduleByPkResponseMultiError

type GetVesselScheduleByPkResponseMultiError []error

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

func (GetVesselScheduleByPkResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetVesselScheduleByPkResponseMultiError) Error

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

type GetVesselScheduleByPkResponseValidationError

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

GetVesselScheduleByPkResponseValidationError is the validation error returned by GetVesselScheduleByPkResponse.Validate if the designated constraints aren't met.

func (GetVesselScheduleByPkResponseValidationError) Cause

Cause function returns cause value.

func (GetVesselScheduleByPkResponseValidationError) Error

Error satisfies the builtin error interface

func (GetVesselScheduleByPkResponseValidationError) ErrorName

ErrorName returns error name.

func (GetVesselScheduleByPkResponseValidationError) Field

Field function returns field value.

func (GetVesselScheduleByPkResponseValidationError) Key

Key function returns key value.

func (GetVesselScheduleByPkResponseValidationError) Reason

Reason function returns reason value.

type GetVesselScheduleRequest

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

func (*GetVesselScheduleRequest) Descriptor deprecated

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

Deprecated: Use GetVesselScheduleRequest.ProtoReflect.Descriptor instead.

func (*GetVesselScheduleRequest) GetGetRequest

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

func (*GetVesselScheduleRequest) ProtoMessage

func (*GetVesselScheduleRequest) ProtoMessage()

func (*GetVesselScheduleRequest) ProtoReflect

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

func (*GetVesselScheduleRequest) Reset

func (x *GetVesselScheduleRequest) Reset()

func (*GetVesselScheduleRequest) String

func (x *GetVesselScheduleRequest) String() string

func (*GetVesselScheduleRequest) Validate

func (m *GetVesselScheduleRequest) Validate() error

Validate checks the field values on GetVesselScheduleRequest 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 (*GetVesselScheduleRequest) ValidateAll

func (m *GetVesselScheduleRequest) ValidateAll() error

ValidateAll checks the field values on GetVesselScheduleRequest 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 GetVesselScheduleRequestMultiError, or nil if none found.

type GetVesselScheduleRequestMultiError

type GetVesselScheduleRequestMultiError []error

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

func (GetVesselScheduleRequestMultiError) AllErrors

func (m GetVesselScheduleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetVesselScheduleRequestMultiError) Error

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

type GetVesselScheduleRequestValidationError

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

GetVesselScheduleRequestValidationError is the validation error returned by GetVesselScheduleRequest.Validate if the designated constraints aren't met.

func (GetVesselScheduleRequestValidationError) Cause

Cause function returns cause value.

func (GetVesselScheduleRequestValidationError) Error

Error satisfies the builtin error interface

func (GetVesselScheduleRequestValidationError) ErrorName

ErrorName returns error name.

func (GetVesselScheduleRequestValidationError) Field

Field function returns field value.

func (GetVesselScheduleRequestValidationError) Key

Key function returns key value.

func (GetVesselScheduleRequestValidationError) Reason

Reason function returns reason value.

type GetVesselScheduleResponse

type GetVesselScheduleResponse struct {
	VesselSchedule *VesselSchedule `protobuf:"bytes,1,opt,name=vessel_schedule,json=vesselSchedule,proto3" json:"vessel_schedule,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVesselScheduleResponse) Descriptor deprecated

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

Deprecated: Use GetVesselScheduleResponse.ProtoReflect.Descriptor instead.

func (*GetVesselScheduleResponse) GetVesselSchedule

func (x *GetVesselScheduleResponse) GetVesselSchedule() *VesselSchedule

func (*GetVesselScheduleResponse) ProtoMessage

func (*GetVesselScheduleResponse) ProtoMessage()

func (*GetVesselScheduleResponse) ProtoReflect

func (*GetVesselScheduleResponse) Reset

func (x *GetVesselScheduleResponse) Reset()

func (*GetVesselScheduleResponse) String

func (x *GetVesselScheduleResponse) String() string

func (*GetVesselScheduleResponse) Validate

func (m *GetVesselScheduleResponse) Validate() error

Validate checks the field values on GetVesselScheduleResponse 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 (*GetVesselScheduleResponse) ValidateAll

func (m *GetVesselScheduleResponse) ValidateAll() error

ValidateAll checks the field values on GetVesselScheduleResponse 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 GetVesselScheduleResponseMultiError, or nil if none found.

type GetVesselScheduleResponseMultiError

type GetVesselScheduleResponseMultiError []error

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

func (GetVesselScheduleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetVesselScheduleResponseMultiError) Error

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

type GetVesselScheduleResponseValidationError

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

GetVesselScheduleResponseValidationError is the validation error returned by GetVesselScheduleResponse.Validate if the designated constraints aren't met.

func (GetVesselScheduleResponseValidationError) Cause

Cause function returns cause value.

func (GetVesselScheduleResponseValidationError) Error

Error satisfies the builtin error interface

func (GetVesselScheduleResponseValidationError) ErrorName

ErrorName returns error name.

func (GetVesselScheduleResponseValidationError) Field

Field function returns field value.

func (GetVesselScheduleResponseValidationError) Key

Key function returns key value.

func (GetVesselScheduleResponseValidationError) Reason

Reason function returns reason value.

type GetVesselSchedulesRequest

type GetVesselSchedulesRequest 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 (*GetVesselSchedulesRequest) Descriptor deprecated

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

Deprecated: Use GetVesselSchedulesRequest.ProtoReflect.Descriptor instead.

func (*GetVesselSchedulesRequest) GetLimit

func (x *GetVesselSchedulesRequest) GetLimit() string

func (*GetVesselSchedulesRequest) GetNextCursor

func (x *GetVesselSchedulesRequest) GetNextCursor() string

func (*GetVesselSchedulesRequest) GetRequestId

func (x *GetVesselSchedulesRequest) GetRequestId() string

func (*GetVesselSchedulesRequest) GetUserEmail

func (x *GetVesselSchedulesRequest) GetUserEmail() string

func (*GetVesselSchedulesRequest) ProtoMessage

func (*GetVesselSchedulesRequest) ProtoMessage()

func (*GetVesselSchedulesRequest) ProtoReflect

func (*GetVesselSchedulesRequest) Reset

func (x *GetVesselSchedulesRequest) Reset()

func (*GetVesselSchedulesRequest) String

func (x *GetVesselSchedulesRequest) String() string

func (*GetVesselSchedulesRequest) Validate

func (m *GetVesselSchedulesRequest) Validate() error

Validate checks the field values on GetVesselSchedulesRequest 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 (*GetVesselSchedulesRequest) ValidateAll

func (m *GetVesselSchedulesRequest) ValidateAll() error

ValidateAll checks the field values on GetVesselSchedulesRequest 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 GetVesselSchedulesRequestMultiError, or nil if none found.

type GetVesselSchedulesRequestMultiError

type GetVesselSchedulesRequestMultiError []error

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

func (GetVesselSchedulesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetVesselSchedulesRequestMultiError) Error

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

type GetVesselSchedulesRequestValidationError

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

GetVesselSchedulesRequestValidationError is the validation error returned by GetVesselSchedulesRequest.Validate if the designated constraints aren't met.

func (GetVesselSchedulesRequestValidationError) Cause

Cause function returns cause value.

func (GetVesselSchedulesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetVesselSchedulesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetVesselSchedulesRequestValidationError) Field

Field function returns field value.

func (GetVesselSchedulesRequestValidationError) Key

Key function returns key value.

func (GetVesselSchedulesRequestValidationError) Reason

Reason function returns reason value.

type GetVesselSchedulesResponse

type GetVesselSchedulesResponse struct {
	VesselSchedules []*VesselSchedule `protobuf:"bytes,1,rep,name=vessel_schedules,json=vesselSchedules,proto3" json:"vessel_schedules,omitempty"`
	NextCursor      string            `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetVesselSchedulesResponse) Descriptor deprecated

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

Deprecated: Use GetVesselSchedulesResponse.ProtoReflect.Descriptor instead.

func (*GetVesselSchedulesResponse) GetNextCursor

func (x *GetVesselSchedulesResponse) GetNextCursor() string

func (*GetVesselSchedulesResponse) GetVesselSchedules

func (x *GetVesselSchedulesResponse) GetVesselSchedules() []*VesselSchedule

func (*GetVesselSchedulesResponse) ProtoMessage

func (*GetVesselSchedulesResponse) ProtoMessage()

func (*GetVesselSchedulesResponse) ProtoReflect

func (*GetVesselSchedulesResponse) Reset

func (x *GetVesselSchedulesResponse) Reset()

func (*GetVesselSchedulesResponse) String

func (x *GetVesselSchedulesResponse) String() string

func (*GetVesselSchedulesResponse) Validate

func (m *GetVesselSchedulesResponse) Validate() error

Validate checks the field values on GetVesselSchedulesResponse 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 (*GetVesselSchedulesResponse) ValidateAll

func (m *GetVesselSchedulesResponse) ValidateAll() error

ValidateAll checks the field values on GetVesselSchedulesResponse 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 GetVesselSchedulesResponseMultiError, or nil if none found.

type GetVesselSchedulesResponseMultiError

type GetVesselSchedulesResponseMultiError []error

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

func (GetVesselSchedulesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetVesselSchedulesResponseMultiError) Error

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

type GetVesselSchedulesResponseValidationError

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

GetVesselSchedulesResponseValidationError is the validation error returned by GetVesselSchedulesResponse.Validate if the designated constraints aren't met.

func (GetVesselSchedulesResponseValidationError) Cause

Cause function returns cause value.

func (GetVesselSchedulesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetVesselSchedulesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetVesselSchedulesResponseValidationError) Field

Field function returns field value.

func (GetVesselSchedulesResponseValidationError) Key

Key function returns key value.

func (GetVesselSchedulesResponseValidationError) Reason

Reason function returns reason value.

type GetVesselsRequest

type GetVesselsRequest 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 (*GetVesselsRequest) Descriptor deprecated

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

Deprecated: Use GetVesselsRequest.ProtoReflect.Descriptor instead.

func (*GetVesselsRequest) GetLimit

func (x *GetVesselsRequest) GetLimit() string

func (*GetVesselsRequest) GetNextCursor

func (x *GetVesselsRequest) GetNextCursor() string

func (*GetVesselsRequest) GetRequestId

func (x *GetVesselsRequest) GetRequestId() string

func (*GetVesselsRequest) GetUserEmail

func (x *GetVesselsRequest) GetUserEmail() string

func (*GetVesselsRequest) ProtoMessage

func (*GetVesselsRequest) ProtoMessage()

func (*GetVesselsRequest) ProtoReflect

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

func (*GetVesselsRequest) Reset

func (x *GetVesselsRequest) Reset()

func (*GetVesselsRequest) String

func (x *GetVesselsRequest) String() string

func (*GetVesselsRequest) Validate

func (m *GetVesselsRequest) Validate() error

Validate checks the field values on GetVesselsRequest 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 (*GetVesselsRequest) ValidateAll

func (m *GetVesselsRequest) ValidateAll() error

ValidateAll checks the field values on GetVesselsRequest 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 GetVesselsRequestMultiError, or nil if none found.

type GetVesselsRequestMultiError

type GetVesselsRequestMultiError []error

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

func (GetVesselsRequestMultiError) AllErrors

func (m GetVesselsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetVesselsRequestMultiError) Error

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

type GetVesselsRequestValidationError

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

GetVesselsRequestValidationError is the validation error returned by GetVesselsRequest.Validate if the designated constraints aren't met.

func (GetVesselsRequestValidationError) Cause

Cause function returns cause value.

func (GetVesselsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetVesselsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetVesselsRequestValidationError) Field

Field function returns field value.

func (GetVesselsRequestValidationError) Key

Key function returns key value.

func (GetVesselsRequestValidationError) Reason

Reason function returns reason value.

type GetVesselsResponse

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

func (*GetVesselsResponse) Descriptor deprecated

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

Deprecated: Use GetVesselsResponse.ProtoReflect.Descriptor instead.

func (*GetVesselsResponse) GetNextCursor

func (x *GetVesselsResponse) GetNextCursor() string

func (*GetVesselsResponse) GetVessels

func (x *GetVesselsResponse) GetVessels() []*Vessel

func (*GetVesselsResponse) ProtoMessage

func (*GetVesselsResponse) ProtoMessage()

func (*GetVesselsResponse) ProtoReflect

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

func (*GetVesselsResponse) Reset

func (x *GetVesselsResponse) Reset()

func (*GetVesselsResponse) String

func (x *GetVesselsResponse) String() string

func (*GetVesselsResponse) Validate

func (m *GetVesselsResponse) Validate() error

Validate checks the field values on GetVesselsResponse 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 (*GetVesselsResponse) ValidateAll

func (m *GetVesselsResponse) ValidateAll() error

ValidateAll checks the field values on GetVesselsResponse 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 GetVesselsResponseMultiError, or nil if none found.

type GetVesselsResponseMultiError

type GetVesselsResponseMultiError []error

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

func (GetVesselsResponseMultiError) AllErrors

func (m GetVesselsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetVesselsResponseMultiError) Error

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

type GetVesselsResponseValidationError

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

GetVesselsResponseValidationError is the validation error returned by GetVesselsResponse.Validate if the designated constraints aren't met.

func (GetVesselsResponseValidationError) Cause

Cause function returns cause value.

func (GetVesselsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetVesselsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetVesselsResponseValidationError) Field

Field function returns field value.

func (GetVesselsResponseValidationError) Key

Key function returns key value.

func (GetVesselsResponseValidationError) Reason

Reason function returns reason value.

type Leg

type Leg struct {
	LegD      *LegD         `protobuf:"bytes,1,opt,name=leg_d,json=legD,proto3" json:"leg_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 (*Leg) Descriptor deprecated

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

Deprecated: Use Leg.ProtoReflect.Descriptor instead.

func (*Leg) GetCrUpdTime

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

func (*Leg) GetCrUpdUser

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

func (*Leg) GetLegD

func (x *Leg) GetLegD() *LegD

func (*Leg) ProtoMessage

func (*Leg) ProtoMessage()

func (*Leg) ProtoReflect

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

func (*Leg) Reset

func (x *Leg) Reset()

func (*Leg) String

func (x *Leg) String() string

func (*Leg) Validate

func (m *Leg) Validate() error

Validate checks the field values on Leg 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 (*Leg) ValidateAll

func (m *Leg) ValidateAll() error

ValidateAll checks the field values on Leg 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 LegMultiError, or nil if none found.

type LegD

type LegD 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"`
	SequenceNumber                 int32  `protobuf:"varint,4,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	ModeOfTransport                string `protobuf:"bytes,5,opt,name=mode_of_transport,json=modeOfTransport,proto3" json:"mode_of_transport,omitempty"`
	VesselOperatorSmdgLinerCode    string `` /* 148-byte string literal not displayed */
	VesselImoNumber                string `protobuf:"bytes,7,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	VesselName                     string `protobuf:"bytes,8,opt,name=vessel_name,json=vesselName,proto3" json:"vessel_name,omitempty"`
	CarrierServiceName             string `protobuf:"bytes,9,opt,name=carrier_service_name,json=carrierServiceName,proto3" json:"carrier_service_name,omitempty"`
	UniversalServiceReference      string `` /* 139-byte string literal not displayed */
	CarrierServiceCode             string `protobuf:"bytes,11,opt,name=carrier_service_code,json=carrierServiceCode,proto3" json:"carrier_service_code,omitempty"`
	UniversalImportVoyageReference string `` /* 156-byte string literal not displayed */
	UniversalExportVoyageReference string `` /* 156-byte string literal not displayed */
	CarrierImportVoyageNumber      string `` /* 141-byte string literal not displayed */
	CarrierExportVoyageNumber      string `` /* 141-byte string literal not displayed */
	DepartureId                    uint32 `protobuf:"varint,16,opt,name=departure_id,json=departureId,proto3" json:"departure_id,omitempty"`
	ArrivalId                      uint32 `protobuf:"varint,17,opt,name=arrival_id,json=arrivalId,proto3" json:"arrival_id,omitempty"`
	PointToPointRoutingId          uint32 `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LegD) Descriptor deprecated

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

Deprecated: Use LegD.ProtoReflect.Descriptor instead.

func (*LegD) GetArrivalId

func (x *LegD) GetArrivalId() uint32

func (*LegD) GetCarrierExportVoyageNumber

func (x *LegD) GetCarrierExportVoyageNumber() string

func (*LegD) GetCarrierImportVoyageNumber

func (x *LegD) GetCarrierImportVoyageNumber() string

func (*LegD) GetCarrierServiceCode

func (x *LegD) GetCarrierServiceCode() string

func (*LegD) GetCarrierServiceName

func (x *LegD) GetCarrierServiceName() string

func (*LegD) GetDepartureId

func (x *LegD) GetDepartureId() uint32

func (*LegD) GetId

func (x *LegD) GetId() uint32

func (*LegD) GetIdS

func (x *LegD) GetIdS() string

func (*LegD) GetModeOfTransport

func (x *LegD) GetModeOfTransport() string

func (*LegD) GetPointToPointRoutingId

func (x *LegD) GetPointToPointRoutingId() uint32

func (*LegD) GetSequenceNumber

func (x *LegD) GetSequenceNumber() int32

func (*LegD) GetUniversalExportVoyageReference

func (x *LegD) GetUniversalExportVoyageReference() string

func (*LegD) GetUniversalImportVoyageReference

func (x *LegD) GetUniversalImportVoyageReference() string

func (*LegD) GetUniversalServiceReference

func (x *LegD) GetUniversalServiceReference() string

func (*LegD) GetUuid4

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

func (*LegD) GetVesselImoNumber

func (x *LegD) GetVesselImoNumber() string

func (*LegD) GetVesselName

func (x *LegD) GetVesselName() string

func (*LegD) GetVesselOperatorSmdgLinerCode

func (x *LegD) GetVesselOperatorSmdgLinerCode() string

func (*LegD) ProtoMessage

func (*LegD) ProtoMessage()

func (*LegD) ProtoReflect

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

func (*LegD) Reset

func (x *LegD) Reset()

func (*LegD) String

func (x *LegD) String() string

func (*LegD) Validate

func (m *LegD) Validate() error

Validate checks the field values on LegD 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 (*LegD) ValidateAll

func (m *LegD) ValidateAll() error

ValidateAll checks the field values on LegD 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 LegDMultiError, or nil if none found.

type LegDMultiError

type LegDMultiError []error

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

func (LegDMultiError) AllErrors

func (m LegDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LegDMultiError) Error

func (m LegDMultiError) Error() string

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

type LegDValidationError

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

LegDValidationError is the validation error returned by LegD.Validate if the designated constraints aren't met.

func (LegDValidationError) Cause

func (e LegDValidationError) Cause() error

Cause function returns cause value.

func (LegDValidationError) Error

func (e LegDValidationError) Error() string

Error satisfies the builtin error interface

func (LegDValidationError) ErrorName

func (e LegDValidationError) ErrorName() string

ErrorName returns error name.

func (LegDValidationError) Field

func (e LegDValidationError) Field() string

Field function returns field value.

func (LegDValidationError) Key

func (e LegDValidationError) Key() bool

Key function returns key value.

func (LegDValidationError) Reason

func (e LegDValidationError) Reason() string

Reason function returns reason value.

type LegMultiError

type LegMultiError []error

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

func (LegMultiError) AllErrors

func (m LegMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LegMultiError) Error

func (m LegMultiError) Error() string

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

type LegServiceClient

LegServiceClient is the client API for LegService 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 LegService service definition.

func NewLegServiceClient

func NewLegServiceClient(cc grpc.ClientConnInterface) LegServiceClient

type LegServiceServer

LegServiceServer is the server API for LegService service. All implementations must embed UnimplementedLegServiceServer for forward compatibility.

The LegService service definition.

type LegValidationError

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

LegValidationError is the validation error returned by Leg.Validate if the designated constraints aren't met.

func (LegValidationError) Cause

func (e LegValidationError) Cause() error

Cause function returns cause value.

func (LegValidationError) Error

func (e LegValidationError) Error() string

Error satisfies the builtin error interface

func (LegValidationError) ErrorName

func (e LegValidationError) ErrorName() string

ErrorName returns error name.

func (LegValidationError) Field

func (e LegValidationError) Field() string

Field function returns field value.

func (LegValidationError) Key

func (e LegValidationError) Key() bool

Key function returns key value.

func (LegValidationError) Reason

func (e LegValidationError) Reason() string

Reason function returns reason value.

type PointToPointRouting

type PointToPointRouting struct {
	PointToPointRoutingD *PointToPointRoutingD `` /* 127-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"`
	Legs                 []*Leg                `protobuf:"bytes,4,rep,name=legs,proto3" json:"legs,omitempty"`
	// contains filtered or unexported fields
}

func (*PointToPointRouting) Descriptor deprecated

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

Deprecated: Use PointToPointRouting.ProtoReflect.Descriptor instead.

func (*PointToPointRouting) GetCrUpdTime

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

func (*PointToPointRouting) GetCrUpdUser

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

func (*PointToPointRouting) GetLegs

func (x *PointToPointRouting) GetLegs() []*Leg

func (*PointToPointRouting) GetPointToPointRoutingD

func (x *PointToPointRouting) GetPointToPointRoutingD() *PointToPointRoutingD

func (*PointToPointRouting) ProtoMessage

func (*PointToPointRouting) ProtoMessage()

func (*PointToPointRouting) ProtoReflect

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

func (*PointToPointRouting) Reset

func (x *PointToPointRouting) Reset()

func (*PointToPointRouting) String

func (x *PointToPointRouting) String() string

func (*PointToPointRouting) Validate

func (m *PointToPointRouting) Validate() error

Validate checks the field values on PointToPointRouting 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 (*PointToPointRouting) ValidateAll

func (m *PointToPointRouting) ValidateAll() error

ValidateAll checks the field values on PointToPointRouting 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 PointToPointRoutingMultiError, or nil if none found.

type PointToPointRoutingD

type PointToPointRoutingD 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"`
	SequenceNumber    int32  `protobuf:"varint,4,opt,name=sequence_number,json=sequenceNumber,proto3" json:"sequence_number,omitempty"`
	PlaceOfReceiptId  uint32 `protobuf:"varint,5,opt,name=place_of_receipt_id,json=placeOfReceiptId,proto3" json:"place_of_receipt_id,omitempty"`
	PlaceOfDeliveryId uint32 `protobuf:"varint,6,opt,name=place_of_delivery_id,json=placeOfDeliveryId,proto3" json:"place_of_delivery_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PointToPointRoutingD) Descriptor deprecated

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

Deprecated: Use PointToPointRoutingD.ProtoReflect.Descriptor instead.

func (*PointToPointRoutingD) GetId

func (x *PointToPointRoutingD) GetId() uint32

func (*PointToPointRoutingD) GetIdS

func (x *PointToPointRoutingD) GetIdS() string

func (*PointToPointRoutingD) GetPlaceOfDeliveryId

func (x *PointToPointRoutingD) GetPlaceOfDeliveryId() uint32

func (*PointToPointRoutingD) GetPlaceOfReceiptId

func (x *PointToPointRoutingD) GetPlaceOfReceiptId() uint32

func (*PointToPointRoutingD) GetSequenceNumber

func (x *PointToPointRoutingD) GetSequenceNumber() int32

func (*PointToPointRoutingD) GetUuid4

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

func (*PointToPointRoutingD) ProtoMessage

func (*PointToPointRoutingD) ProtoMessage()

func (*PointToPointRoutingD) ProtoReflect

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

func (*PointToPointRoutingD) Reset

func (x *PointToPointRoutingD) Reset()

func (*PointToPointRoutingD) String

func (x *PointToPointRoutingD) String() string

func (*PointToPointRoutingD) Validate

func (m *PointToPointRoutingD) Validate() error

Validate checks the field values on PointToPointRoutingD 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 (*PointToPointRoutingD) ValidateAll

func (m *PointToPointRoutingD) ValidateAll() error

ValidateAll checks the field values on PointToPointRoutingD 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 PointToPointRoutingDMultiError, or nil if none found.

type PointToPointRoutingDMultiError

type PointToPointRoutingDMultiError []error

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

func (PointToPointRoutingDMultiError) AllErrors

func (m PointToPointRoutingDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PointToPointRoutingDMultiError) Error

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

type PointToPointRoutingDValidationError

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

PointToPointRoutingDValidationError is the validation error returned by PointToPointRoutingD.Validate if the designated constraints aren't met.

func (PointToPointRoutingDValidationError) Cause

Cause function returns cause value.

func (PointToPointRoutingDValidationError) Error

Error satisfies the builtin error interface

func (PointToPointRoutingDValidationError) ErrorName

ErrorName returns error name.

func (PointToPointRoutingDValidationError) Field

Field function returns field value.

func (PointToPointRoutingDValidationError) Key

Key function returns key value.

func (PointToPointRoutingDValidationError) Reason

Reason function returns reason value.

type PointToPointRoutingMultiError

type PointToPointRoutingMultiError []error

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

func (PointToPointRoutingMultiError) AllErrors

func (m PointToPointRoutingMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PointToPointRoutingMultiError) Error

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

type PointToPointRoutingValidationError

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

PointToPointRoutingValidationError is the validation error returned by PointToPointRouting.Validate if the designated constraints aren't met.

func (PointToPointRoutingValidationError) Cause

Cause function returns cause value.

func (PointToPointRoutingValidationError) Error

Error satisfies the builtin error interface

func (PointToPointRoutingValidationError) ErrorName

ErrorName returns error name.

func (PointToPointRoutingValidationError) Field

Field function returns field value.

func (PointToPointRoutingValidationError) Key

Key function returns key value.

func (PointToPointRoutingValidationError) Reason

Reason function returns reason value.

type ServiceSchedule

type ServiceSchedule struct {
	ServiceScheduleD *ServiceScheduleD `protobuf:"bytes,1,opt,name=service_schedule_d,json=serviceScheduleD,proto3" json:"service_schedule_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 (*ServiceSchedule) Descriptor deprecated

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

Deprecated: Use ServiceSchedule.ProtoReflect.Descriptor instead.

func (*ServiceSchedule) GetCrUpdTime

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

func (*ServiceSchedule) GetCrUpdUser

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

func (*ServiceSchedule) GetServiceScheduleD

func (x *ServiceSchedule) GetServiceScheduleD() *ServiceScheduleD

func (*ServiceSchedule) ProtoMessage

func (*ServiceSchedule) ProtoMessage()

func (*ServiceSchedule) ProtoReflect

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

func (*ServiceSchedule) Reset

func (x *ServiceSchedule) Reset()

func (*ServiceSchedule) String

func (x *ServiceSchedule) String() string

func (*ServiceSchedule) Validate

func (m *ServiceSchedule) Validate() error

Validate checks the field values on ServiceSchedule 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 (*ServiceSchedule) ValidateAll

func (m *ServiceSchedule) ValidateAll() error

ValidateAll checks the field values on ServiceSchedule 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 ServiceScheduleMultiError, or nil if none found.

type ServiceScheduleD

type ServiceScheduleD 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"`
	CarrierServiceName        string `protobuf:"bytes,4,opt,name=carrier_service_name,json=carrierServiceName,proto3" json:"carrier_service_name,omitempty"`
	CarrierServiceCode        string `protobuf:"bytes,5,opt,name=carrier_service_code,json=carrierServiceCode,proto3" json:"carrier_service_code,omitempty"`
	UniversalServiceReference string `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ServiceScheduleD) Descriptor deprecated

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

Deprecated: Use ServiceScheduleD.ProtoReflect.Descriptor instead.

func (*ServiceScheduleD) GetCarrierServiceCode

func (x *ServiceScheduleD) GetCarrierServiceCode() string

func (*ServiceScheduleD) GetCarrierServiceName

func (x *ServiceScheduleD) GetCarrierServiceName() string

func (*ServiceScheduleD) GetId

func (x *ServiceScheduleD) GetId() uint32

func (*ServiceScheduleD) GetIdS

func (x *ServiceScheduleD) GetIdS() string

func (*ServiceScheduleD) GetUniversalServiceReference

func (x *ServiceScheduleD) GetUniversalServiceReference() string

func (*ServiceScheduleD) GetUuid4

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

func (*ServiceScheduleD) ProtoMessage

func (*ServiceScheduleD) ProtoMessage()

func (*ServiceScheduleD) ProtoReflect

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

func (*ServiceScheduleD) Reset

func (x *ServiceScheduleD) Reset()

func (*ServiceScheduleD) String

func (x *ServiceScheduleD) String() string

func (*ServiceScheduleD) Validate

func (m *ServiceScheduleD) Validate() error

Validate checks the field values on ServiceScheduleD 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 (*ServiceScheduleD) ValidateAll

func (m *ServiceScheduleD) ValidateAll() error

ValidateAll checks the field values on ServiceScheduleD 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 ServiceScheduleDMultiError, or nil if none found.

type ServiceScheduleDMultiError

type ServiceScheduleDMultiError []error

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

func (ServiceScheduleDMultiError) AllErrors

func (m ServiceScheduleDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceScheduleDMultiError) Error

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

type ServiceScheduleDValidationError

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

ServiceScheduleDValidationError is the validation error returned by ServiceScheduleD.Validate if the designated constraints aren't met.

func (ServiceScheduleDValidationError) Cause

Cause function returns cause value.

func (ServiceScheduleDValidationError) Error

Error satisfies the builtin error interface

func (ServiceScheduleDValidationError) ErrorName

ErrorName returns error name.

func (ServiceScheduleDValidationError) Field

Field function returns field value.

func (ServiceScheduleDValidationError) Key

Key function returns key value.

func (ServiceScheduleDValidationError) Reason

Reason function returns reason value.

type ServiceScheduleMultiError

type ServiceScheduleMultiError []error

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

func (ServiceScheduleMultiError) AllErrors

func (m ServiceScheduleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceScheduleMultiError) Error

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

type ServiceScheduleServiceClient

ServiceScheduleServiceClient is the client API for ServiceScheduleService 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 ServiceScheduleService service definition.

type ServiceScheduleServiceServer

ServiceScheduleServiceServer is the server API for ServiceScheduleService service. All implementations must embed UnimplementedServiceScheduleServiceServer for forward compatibility.

The ServiceScheduleService service definition.

type ServiceScheduleValidationError

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

ServiceScheduleValidationError is the validation error returned by ServiceSchedule.Validate if the designated constraints aren't met.

func (ServiceScheduleValidationError) Cause

Cause function returns cause value.

func (ServiceScheduleValidationError) Error

Error satisfies the builtin error interface

func (ServiceScheduleValidationError) ErrorName

func (e ServiceScheduleValidationError) ErrorName() string

ErrorName returns error name.

func (ServiceScheduleValidationError) Field

Field function returns field value.

func (ServiceScheduleValidationError) Key

Key function returns key value.

func (ServiceScheduleValidationError) Reason

Reason function returns reason value.

type UnimplementedLegServiceServer

type UnimplementedLegServiceServer struct{}

UnimplementedLegServiceServer 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 (UnimplementedLegServiceServer) CreateLeg

func (UnimplementedLegServiceServer) GetLeg

func (UnimplementedLegServiceServer) GetLegByPk

func (UnimplementedLegServiceServer) GetLegs

type UnimplementedServiceScheduleServiceServer

type UnimplementedServiceScheduleServiceServer struct{}

UnimplementedServiceScheduleServiceServer 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 (UnimplementedServiceScheduleServiceServer) CreateServiceSchedule

func (UnimplementedServiceScheduleServiceServer) GetServiceSchedule

func (UnimplementedServiceScheduleServiceServer) GetServiceSchedules

type UnimplementedVesselScheduleServiceServer

type UnimplementedVesselScheduleServiceServer struct{}

UnimplementedVesselScheduleServiceServer 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 (UnimplementedVesselScheduleServiceServer) CreateVessel

func (UnimplementedVesselScheduleServiceServer) CreateVesselSchedule

func (UnimplementedVesselScheduleServiceServer) GetVessel

func (UnimplementedVesselScheduleServiceServer) GetVesselByPk

func (UnimplementedVesselScheduleServiceServer) GetVesselSchedule

func (UnimplementedVesselScheduleServiceServer) GetVesselScheduleByPk

func (UnimplementedVesselScheduleServiceServer) GetVesselSchedules

func (UnimplementedVesselScheduleServiceServer) GetVessels

type UnsafeLegServiceServer

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

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

type UnsafeServiceScheduleServiceServer

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

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

type UnsafeVesselScheduleServiceServer

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

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

type UpdateServiceScheduleByUniversalServiceReferenceRequest

type UpdateServiceScheduleByUniversalServiceReferenceRequest struct {
	CarrierServiceName        string `protobuf:"bytes,1,opt,name=carrier_service_name,json=carrierServiceName,proto3" json:"carrier_service_name,omitempty"`
	CarrierServiceCode        string `protobuf:"bytes,2,opt,name=carrier_service_code,json=carrierServiceCode,proto3" json:"carrier_service_code,omitempty"`
	UniversalServiceReference string `` /* 138-byte string literal not displayed */
	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 (*UpdateServiceScheduleByUniversalServiceReferenceRequest) Descriptor deprecated

Deprecated: Use UpdateServiceScheduleByUniversalServiceReferenceRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) GetCarrierServiceCode

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) GetCarrierServiceName

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) GetRequestId

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) GetUniversalServiceReference

func (x *UpdateServiceScheduleByUniversalServiceReferenceRequest) GetUniversalServiceReference() string

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) GetUserEmail

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) GetUserId

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) ProtoMessage

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) ProtoReflect

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) Reset

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) String

func (*UpdateServiceScheduleByUniversalServiceReferenceRequest) Validate

Validate checks the field values on UpdateServiceScheduleByUniversalServiceReferenceRequest 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 (*UpdateServiceScheduleByUniversalServiceReferenceRequest) ValidateAll

ValidateAll checks the field values on UpdateServiceScheduleByUniversalServiceReferenceRequest 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 UpdateServiceScheduleByUniversalServiceReferenceRequestMultiError, or nil if none found.

type UpdateServiceScheduleByUniversalServiceReferenceRequestMultiError

type UpdateServiceScheduleByUniversalServiceReferenceRequestMultiError []error

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

func (UpdateServiceScheduleByUniversalServiceReferenceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateServiceScheduleByUniversalServiceReferenceRequestMultiError) Error

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

type UpdateServiceScheduleByUniversalServiceReferenceRequestValidationError

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

UpdateServiceScheduleByUniversalServiceReferenceRequestValidationError is the validation error returned by UpdateServiceScheduleByUniversalServiceReferenceRequest.Validate if the designated constraints aren't met.

func (UpdateServiceScheduleByUniversalServiceReferenceRequestValidationError) Cause

Cause function returns cause value.

func (UpdateServiceScheduleByUniversalServiceReferenceRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateServiceScheduleByUniversalServiceReferenceRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateServiceScheduleByUniversalServiceReferenceRequestValidationError) Field

Field function returns field value.

func (UpdateServiceScheduleByUniversalServiceReferenceRequestValidationError) Key

Key function returns key value.

func (UpdateServiceScheduleByUniversalServiceReferenceRequestValidationError) Reason

Reason function returns reason value.

type UpdateServiceScheduleByUniversalServiceReferenceResponse

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

func (*UpdateServiceScheduleByUniversalServiceReferenceResponse) Descriptor deprecated

Deprecated: Use UpdateServiceScheduleByUniversalServiceReferenceResponse.ProtoReflect.Descriptor instead.

func (*UpdateServiceScheduleByUniversalServiceReferenceResponse) ProtoMessage

func (*UpdateServiceScheduleByUniversalServiceReferenceResponse) ProtoReflect

func (*UpdateServiceScheduleByUniversalServiceReferenceResponse) Reset

func (*UpdateServiceScheduleByUniversalServiceReferenceResponse) String

func (*UpdateServiceScheduleByUniversalServiceReferenceResponse) Validate

Validate checks the field values on UpdateServiceScheduleByUniversalServiceReferenceResponse 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 (*UpdateServiceScheduleByUniversalServiceReferenceResponse) ValidateAll

ValidateAll checks the field values on UpdateServiceScheduleByUniversalServiceReferenceResponse 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 UpdateServiceScheduleByUniversalServiceReferenceResponseMultiError, or nil if none found.

type UpdateServiceScheduleByUniversalServiceReferenceResponseMultiError

type UpdateServiceScheduleByUniversalServiceReferenceResponseMultiError []error

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

func (UpdateServiceScheduleByUniversalServiceReferenceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateServiceScheduleByUniversalServiceReferenceResponseMultiError) Error

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

type UpdateServiceScheduleByUniversalServiceReferenceResponseValidationError

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

UpdateServiceScheduleByUniversalServiceReferenceResponseValidationError is the validation error returned by UpdateServiceScheduleByUniversalServiceReferenceResponse.Validate if the designated constraints aren't met.

func (UpdateServiceScheduleByUniversalServiceReferenceResponseValidationError) Cause

Cause function returns cause value.

func (UpdateServiceScheduleByUniversalServiceReferenceResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateServiceScheduleByUniversalServiceReferenceResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateServiceScheduleByUniversalServiceReferenceResponseValidationError) Field

Field function returns field value.

func (UpdateServiceScheduleByUniversalServiceReferenceResponseValidationError) Key

Key function returns key value.

func (UpdateServiceScheduleByUniversalServiceReferenceResponseValidationError) Reason

Reason function returns reason value.

type Vessel

type Vessel struct {
	VesselD   *VesselD      `protobuf:"bytes,1,opt,name=vessel_d,json=vesselD,proto3" json:"vessel_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 (*Vessel) Descriptor deprecated

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

Deprecated: Use Vessel.ProtoReflect.Descriptor instead.

func (*Vessel) GetCrUpdTime

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

func (*Vessel) GetCrUpdUser

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

func (*Vessel) GetVesselD

func (x *Vessel) GetVesselD() *VesselD

func (*Vessel) ProtoMessage

func (*Vessel) ProtoMessage()

func (*Vessel) ProtoReflect

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

func (*Vessel) Reset

func (x *Vessel) Reset()

func (*Vessel) String

func (x *Vessel) String() string

func (*Vessel) Validate

func (m *Vessel) Validate() error

Validate checks the field values on Vessel 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 (*Vessel) ValidateAll

func (m *Vessel) ValidateAll() error

ValidateAll checks the field values on Vessel 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 VesselMultiError, or nil if none found.

type VesselD

type VesselD 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"`
	VesselImoNumber                       string  `protobuf:"bytes,4,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	VesselName                            string  `protobuf:"bytes,5,opt,name=vessel_name,json=vesselName,proto3" json:"vessel_name,omitempty"`
	VesselFlag                            string  `protobuf:"bytes,6,opt,name=vessel_flag,json=vesselFlag,proto3" json:"vessel_flag,omitempty"`
	VesselCallSign                        string  `protobuf:"bytes,7,opt,name=vessel_call_sign,json=vesselCallSign,proto3" json:"vessel_call_sign,omitempty"`
	IsDummyVessel                         bool    `protobuf:"varint,8,opt,name=is_dummy_vessel,json=isDummyVessel,proto3" json:"is_dummy_vessel,omitempty"`
	VesselOperatorCarrierCode             string  `` /* 140-byte string literal not displayed */
	VesselOperatorCarrierCodeListProvider string  `` /* 181-byte string literal not displayed */
	VesselLength                          float64 `protobuf:"fixed64,11,opt,name=vessel_length,json=vesselLength,proto3" json:"vessel_length,omitempty"`
	VesselWidth                           float64 `protobuf:"fixed64,12,opt,name=vessel_width,json=vesselWidth,proto3" json:"vessel_width,omitempty"`
	DimensionUnit                         string  `protobuf:"bytes,13,opt,name=dimension_unit,json=dimensionUnit,proto3" json:"dimension_unit,omitempty"`
	// contains filtered or unexported fields
}

func (*VesselD) Descriptor deprecated

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

Deprecated: Use VesselD.ProtoReflect.Descriptor instead.

func (*VesselD) GetDimensionUnit

func (x *VesselD) GetDimensionUnit() string

func (*VesselD) GetId

func (x *VesselD) GetId() uint32

func (*VesselD) GetIdS

func (x *VesselD) GetIdS() string

func (*VesselD) GetIsDummyVessel

func (x *VesselD) GetIsDummyVessel() bool

func (*VesselD) GetUuid4

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

func (*VesselD) GetVesselCallSign

func (x *VesselD) GetVesselCallSign() string

func (*VesselD) GetVesselFlag

func (x *VesselD) GetVesselFlag() string

func (*VesselD) GetVesselImoNumber

func (x *VesselD) GetVesselImoNumber() string

func (*VesselD) GetVesselLength

func (x *VesselD) GetVesselLength() float64

func (*VesselD) GetVesselName

func (x *VesselD) GetVesselName() string

func (*VesselD) GetVesselOperatorCarrierCode

func (x *VesselD) GetVesselOperatorCarrierCode() string

func (*VesselD) GetVesselOperatorCarrierCodeListProvider

func (x *VesselD) GetVesselOperatorCarrierCodeListProvider() string

func (*VesselD) GetVesselWidth

func (x *VesselD) GetVesselWidth() float64

func (*VesselD) ProtoMessage

func (*VesselD) ProtoMessage()

func (*VesselD) ProtoReflect

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

func (*VesselD) Reset

func (x *VesselD) Reset()

func (*VesselD) String

func (x *VesselD) String() string

func (*VesselD) Validate

func (m *VesselD) Validate() error

Validate checks the field values on VesselD 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 (*VesselD) ValidateAll

func (m *VesselD) ValidateAll() error

ValidateAll checks the field values on VesselD 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 VesselDMultiError, or nil if none found.

type VesselDMultiError

type VesselDMultiError []error

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

func (VesselDMultiError) AllErrors

func (m VesselDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VesselDMultiError) Error

func (m VesselDMultiError) Error() string

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

type VesselDValidationError

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

VesselDValidationError is the validation error returned by VesselD.Validate if the designated constraints aren't met.

func (VesselDValidationError) Cause

func (e VesselDValidationError) Cause() error

Cause function returns cause value.

func (VesselDValidationError) Error

func (e VesselDValidationError) Error() string

Error satisfies the builtin error interface

func (VesselDValidationError) ErrorName

func (e VesselDValidationError) ErrorName() string

ErrorName returns error name.

func (VesselDValidationError) Field

func (e VesselDValidationError) Field() string

Field function returns field value.

func (VesselDValidationError) Key

func (e VesselDValidationError) Key() bool

Key function returns key value.

func (VesselDValidationError) Reason

func (e VesselDValidationError) Reason() string

Reason function returns reason value.

type VesselMultiError

type VesselMultiError []error

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

func (VesselMultiError) AllErrors

func (m VesselMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VesselMultiError) Error

func (m VesselMultiError) Error() string

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

type VesselSchedule

type VesselSchedule struct {
	VesselScheduleD *VesselScheduleD `protobuf:"bytes,1,opt,name=vessel_schedule_d,json=vesselScheduleD,proto3" json:"vessel_schedule_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 (*VesselSchedule) Descriptor deprecated

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

Deprecated: Use VesselSchedule.ProtoReflect.Descriptor instead.

func (*VesselSchedule) GetCrUpdTime

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

func (*VesselSchedule) GetCrUpdUser

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

func (*VesselSchedule) GetVesselScheduleD

func (x *VesselSchedule) GetVesselScheduleD() *VesselScheduleD

func (*VesselSchedule) ProtoMessage

func (*VesselSchedule) ProtoMessage()

func (*VesselSchedule) ProtoReflect

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

func (*VesselSchedule) Reset

func (x *VesselSchedule) Reset()

func (*VesselSchedule) String

func (x *VesselSchedule) String() string

func (*VesselSchedule) Validate

func (m *VesselSchedule) Validate() error

Validate checks the field values on VesselSchedule 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 (*VesselSchedule) ValidateAll

func (m *VesselSchedule) ValidateAll() error

ValidateAll checks the field values on VesselSchedule 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 VesselScheduleMultiError, or nil if none found.

type VesselScheduleD

type VesselScheduleD 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"`
	VesselId  uint32 `protobuf:"varint,4,opt,name=vessel_id,json=vesselId,proto3" json:"vessel_id,omitempty"`
	ServiceId uint32 `protobuf:"varint,5,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	// contains filtered or unexported fields
}

func (*VesselScheduleD) Descriptor deprecated

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

Deprecated: Use VesselScheduleD.ProtoReflect.Descriptor instead.

func (*VesselScheduleD) GetId

func (x *VesselScheduleD) GetId() uint32

func (*VesselScheduleD) GetIdS

func (x *VesselScheduleD) GetIdS() string

func (*VesselScheduleD) GetServiceId

func (x *VesselScheduleD) GetServiceId() uint32

func (*VesselScheduleD) GetUuid4

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

func (*VesselScheduleD) GetVesselId

func (x *VesselScheduleD) GetVesselId() uint32

func (*VesselScheduleD) ProtoMessage

func (*VesselScheduleD) ProtoMessage()

func (*VesselScheduleD) ProtoReflect

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

func (*VesselScheduleD) Reset

func (x *VesselScheduleD) Reset()

func (*VesselScheduleD) String

func (x *VesselScheduleD) String() string

func (*VesselScheduleD) Validate

func (m *VesselScheduleD) Validate() error

Validate checks the field values on VesselScheduleD 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 (*VesselScheduleD) ValidateAll

func (m *VesselScheduleD) ValidateAll() error

ValidateAll checks the field values on VesselScheduleD 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 VesselScheduleDMultiError, or nil if none found.

type VesselScheduleDMultiError

type VesselScheduleDMultiError []error

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

func (VesselScheduleDMultiError) AllErrors

func (m VesselScheduleDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VesselScheduleDMultiError) Error

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

type VesselScheduleDValidationError

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

VesselScheduleDValidationError is the validation error returned by VesselScheduleD.Validate if the designated constraints aren't met.

func (VesselScheduleDValidationError) Cause

Cause function returns cause value.

func (VesselScheduleDValidationError) Error

Error satisfies the builtin error interface

func (VesselScheduleDValidationError) ErrorName

func (e VesselScheduleDValidationError) ErrorName() string

ErrorName returns error name.

func (VesselScheduleDValidationError) Field

Field function returns field value.

func (VesselScheduleDValidationError) Key

Key function returns key value.

func (VesselScheduleDValidationError) Reason

Reason function returns reason value.

type VesselScheduleMultiError

type VesselScheduleMultiError []error

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

func (VesselScheduleMultiError) AllErrors

func (m VesselScheduleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VesselScheduleMultiError) Error

func (m VesselScheduleMultiError) Error() string

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

type VesselScheduleServiceClient

type VesselScheduleServiceClient interface {
	CreateVesselSchedule(ctx context.Context, in *CreateVesselScheduleRequest, opts ...grpc.CallOption) (*CreateVesselScheduleResponse, error)
	GetVesselSchedules(ctx context.Context, in *GetVesselSchedulesRequest, opts ...grpc.CallOption) (*GetVesselSchedulesResponse, error)
	GetVesselSchedule(ctx context.Context, in *GetVesselScheduleRequest, opts ...grpc.CallOption) (*GetVesselScheduleResponse, error)
	GetVesselScheduleByPk(ctx context.Context, in *GetVesselScheduleByPkRequest, opts ...grpc.CallOption) (*GetVesselScheduleByPkResponse, error)
	CreateVessel(ctx context.Context, in *CreateVesselRequest, opts ...grpc.CallOption) (*CreateVesselResponse, error)
	GetVessels(ctx context.Context, in *GetVesselsRequest, opts ...grpc.CallOption) (*GetVesselsResponse, error)
	GetVessel(ctx context.Context, in *GetVesselRequest, opts ...grpc.CallOption) (*GetVesselResponse, error)
	GetVesselByPk(ctx context.Context, in *GetVesselByPkRequest, opts ...grpc.CallOption) (*GetVesselByPkResponse, error)
}

VesselScheduleServiceClient is the client API for VesselScheduleService 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 VesselScheduleService service definition.

type VesselScheduleServiceServer

VesselScheduleServiceServer is the server API for VesselScheduleService service. All implementations must embed UnimplementedVesselScheduleServiceServer for forward compatibility.

The VesselScheduleService service definition.

type VesselScheduleValidationError

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

VesselScheduleValidationError is the validation error returned by VesselSchedule.Validate if the designated constraints aren't met.

func (VesselScheduleValidationError) Cause

Cause function returns cause value.

func (VesselScheduleValidationError) Error

Error satisfies the builtin error interface

func (VesselScheduleValidationError) ErrorName

func (e VesselScheduleValidationError) ErrorName() string

ErrorName returns error name.

func (VesselScheduleValidationError) Field

Field function returns field value.

func (VesselScheduleValidationError) Key

Key function returns key value.

func (VesselScheduleValidationError) Reason

Reason function returns reason value.

type VesselValidationError

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

VesselValidationError is the validation error returned by Vessel.Validate if the designated constraints aren't met.

func (VesselValidationError) Cause

func (e VesselValidationError) Cause() error

Cause function returns cause value.

func (VesselValidationError) Error

func (e VesselValidationError) Error() string

Error satisfies the builtin error interface

func (VesselValidationError) ErrorName

func (e VesselValidationError) ErrorName() string

ErrorName returns error name.

func (VesselValidationError) Field

func (e VesselValidationError) Field() string

Field function returns field value.

func (VesselValidationError) Key

func (e VesselValidationError) Key() bool

Key function returns key value.

func (VesselValidationError) Reason

func (e VesselValidationError) Reason() string

Reason function returns reason value.

Jump to

Keyboard shortcuts

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