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: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EventService_GetEvents_FullMethodName                                  = "/tnt.v3.EventService/GetEvents"
	EventService_GetEvent_FullMethodName                                   = "/tnt.v3.EventService/GetEvent"
	EventService_CreateEvent_FullMethodName                                = "/tnt.v3.EventService/CreateEvent"
	EventService_CreateEquipmentEvent_FullMethodName                       = "/tnt.v3.EventService/CreateEquipmentEvent"
	EventService_LoadRelatedEntities_FullMethodName                        = "/tnt.v3.EventService/LoadRelatedEntities"
	EventService_CreateOperationsEvent_FullMethodName                      = "/tnt.v3.EventService/CreateOperationsEvent"
	EventService_LoadOperationsRelatedEntities_FullMethodName              = "/tnt.v3.EventService/LoadOperationsRelatedEntities"
	EventService_CreateTransportEvent_FullMethodName                       = "/tnt.v3.EventService/CreateTransportEvent"
	EventService_LoadTransportRelatedEntities_FullMethodName               = "/tnt.v3.EventService/LoadTransportRelatedEntities"
	EventService_CreateShipmentEvent_FullMethodName                        = "/tnt.v3.EventService/CreateShipmentEvent"
	EventService_CreateShipmentEventFromShippingInstruction_FullMethodName = "/tnt.v3.EventService/CreateShipmentEventFromShippingInstruction"
	EventService_LoadShipmentRelatedEntities_FullMethodName                = "/tnt.v3.EventService/LoadShipmentRelatedEntities"
)
View Source
const (
	EventSubscriptionService_CreateEventSubscription_FullMethodName     = "/tnt.v3.EventSubscriptionService/CreateEventSubscription"
	EventSubscriptionService_GetEventSubscriptions_FullMethodName       = "/tnt.v3.EventSubscriptionService/GetEventSubscriptions"
	EventSubscriptionService_FindEventSubscriptionByID_FullMethodName   = "/tnt.v3.EventSubscriptionService/FindEventSubscriptionByID"
	EventSubscriptionService_DeleteEventSubscriptionByID_FullMethodName = "/tnt.v3.EventSubscriptionService/DeleteEventSubscriptionByID"
	EventSubscriptionService_UpdateEventSubscription_FullMethodName     = "/tnt.v3.EventSubscriptionService/UpdateEventSubscription"
)
View Source
const (
	SealService_CreateSeal_FullMethodName = "/tnt.v3.SealService/CreateSeal"
	SealService_GetSeals_FullMethodName   = "/tnt.v3.SealService/GetSeals"
)

Variables

View Source
var EventService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tnt.v3.EventService",
	HandlerType: (*EventServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetEvents",
			Handler:    _EventService_GetEvents_Handler,
		},
		{
			MethodName: "GetEvent",
			Handler:    _EventService_GetEvent_Handler,
		},
		{
			MethodName: "CreateEvent",
			Handler:    _EventService_CreateEvent_Handler,
		},
		{
			MethodName: "CreateEquipmentEvent",
			Handler:    _EventService_CreateEquipmentEvent_Handler,
		},
		{
			MethodName: "LoadRelatedEntities",
			Handler:    _EventService_LoadRelatedEntities_Handler,
		},
		{
			MethodName: "CreateOperationsEvent",
			Handler:    _EventService_CreateOperationsEvent_Handler,
		},
		{
			MethodName: "LoadOperationsRelatedEntities",
			Handler:    _EventService_LoadOperationsRelatedEntities_Handler,
		},
		{
			MethodName: "CreateTransportEvent",
			Handler:    _EventService_CreateTransportEvent_Handler,
		},
		{
			MethodName: "LoadTransportRelatedEntities",
			Handler:    _EventService_LoadTransportRelatedEntities_Handler,
		},
		{
			MethodName: "CreateShipmentEvent",
			Handler:    _EventService_CreateShipmentEvent_Handler,
		},
		{
			MethodName: "CreateShipmentEventFromShippingInstruction",
			Handler:    _EventService_CreateShipmentEventFromShippingInstruction_Handler,
		},
		{
			MethodName: "LoadShipmentRelatedEntities",
			Handler:    _EventService_LoadShipmentRelatedEntities_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "tnt/v3/event.proto",
}

EventService_ServiceDesc is the grpc.ServiceDesc for EventService 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 EventSubscriptionService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tnt.v3.EventSubscriptionService",
	HandlerType: (*EventSubscriptionServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateEventSubscription",
			Handler:    _EventSubscriptionService_CreateEventSubscription_Handler,
		},
		{
			MethodName: "GetEventSubscriptions",
			Handler:    _EventSubscriptionService_GetEventSubscriptions_Handler,
		},
		{
			MethodName: "FindEventSubscriptionByID",
			Handler:    _EventSubscriptionService_FindEventSubscriptionByID_Handler,
		},
		{
			MethodName: "DeleteEventSubscriptionByID",
			Handler:    _EventSubscriptionService_DeleteEventSubscriptionByID_Handler,
		},
		{
			MethodName: "UpdateEventSubscription",
			Handler:    _EventSubscriptionService_UpdateEventSubscription_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "tnt/v3/eventsubscription.proto",
}

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

View Source
var File_tnt_v3_event_proto protoreflect.FileDescriptor
View Source
var File_tnt_v3_eventsubscription_proto protoreflect.FileDescriptor
View Source
var File_tnt_v3_seal_proto protoreflect.FileDescriptor
View Source
var SealService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "tnt.v3.SealService",
	HandlerType: (*SealServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateSeal",
			Handler:    _SealService_CreateSeal_Handler,
		},
		{
			MethodName: "GetSeals",
			Handler:    _SealService_GetSeals_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "tnt/v3/seal.proto",
}

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

Functions

func RegisterEventServiceServer

func RegisterEventServiceServer(s grpc.ServiceRegistrar, srv EventServiceServer)

func RegisterEventSubscriptionServiceServer

func RegisterEventSubscriptionServiceServer(s grpc.ServiceRegistrar, srv EventSubscriptionServiceServer)

func RegisterSealServiceServer

func RegisterSealServiceServer(s grpc.ServiceRegistrar, srv SealServiceServer)

Types

type CreateEquipmentEventRequest

type CreateEquipmentEventRequest struct {
	EventClassifierCode    string                           `protobuf:"bytes,1,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	EventCreatedDateTime   string                           `protobuf:"bytes,2,opt,name=event_created_date_time,json=eventCreatedDateTime,proto3" json:"event_created_date_time,omitempty"`
	EventDateTime          string                           `protobuf:"bytes,3,opt,name=event_date_time,json=eventDateTime,proto3" json:"event_date_time,omitempty"`
	EquipmentEventTypeCode string                           `` /* 131-byte string literal not displayed */
	EquipmentReference     string                           `protobuf:"bytes,5,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"`
	EmptyIndicatorCode     string                           `protobuf:"bytes,6,opt,name=empty_indicator_code,json=emptyIndicatorCode,proto3" json:"empty_indicator_code,omitempty"`
	TransportCallId        uint32                           `protobuf:"varint,7,opt,name=transport_call_id,json=transportCallId,proto3" json:"transport_call_id,omitempty"`
	EventLocation          string                           `protobuf:"bytes,8,opt,name=event_location,json=eventLocation,proto3" json:"event_location,omitempty"`
	EventId                uint32                           `protobuf:"varint,9,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	UserId                 string                           `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail              string                           `protobuf:"bytes,11,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId              string                           `protobuf:"bytes,12,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	EquipmentEventType     *CreateEquipmentEventTypeRequest `protobuf:"bytes,13,opt,name=equipment_event_type,json=equipmentEventType,proto3" json:"equipment_event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEquipmentEventRequest) Descriptor deprecated

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

Deprecated: Use CreateEquipmentEventRequest.ProtoReflect.Descriptor instead.

func (*CreateEquipmentEventRequest) GetEmptyIndicatorCode

func (x *CreateEquipmentEventRequest) GetEmptyIndicatorCode() string

func (*CreateEquipmentEventRequest) GetEquipmentEventType

func (*CreateEquipmentEventRequest) GetEquipmentEventTypeCode

func (x *CreateEquipmentEventRequest) GetEquipmentEventTypeCode() string

func (*CreateEquipmentEventRequest) GetEquipmentReference

func (x *CreateEquipmentEventRequest) GetEquipmentReference() string

func (*CreateEquipmentEventRequest) GetEventClassifierCode

func (x *CreateEquipmentEventRequest) GetEventClassifierCode() string

func (*CreateEquipmentEventRequest) GetEventCreatedDateTime

func (x *CreateEquipmentEventRequest) GetEventCreatedDateTime() string

func (*CreateEquipmentEventRequest) GetEventDateTime

func (x *CreateEquipmentEventRequest) GetEventDateTime() string

func (*CreateEquipmentEventRequest) GetEventId

func (x *CreateEquipmentEventRequest) GetEventId() uint32

func (*CreateEquipmentEventRequest) GetEventLocation

func (x *CreateEquipmentEventRequest) GetEventLocation() string

func (*CreateEquipmentEventRequest) GetRequestId

func (x *CreateEquipmentEventRequest) GetRequestId() string

func (*CreateEquipmentEventRequest) GetTransportCallId

func (x *CreateEquipmentEventRequest) GetTransportCallId() uint32

func (*CreateEquipmentEventRequest) GetUserEmail

func (x *CreateEquipmentEventRequest) GetUserEmail() string

func (*CreateEquipmentEventRequest) GetUserId

func (x *CreateEquipmentEventRequest) GetUserId() string

func (*CreateEquipmentEventRequest) ProtoMessage

func (*CreateEquipmentEventRequest) ProtoMessage()

func (*CreateEquipmentEventRequest) ProtoReflect

func (*CreateEquipmentEventRequest) Reset

func (x *CreateEquipmentEventRequest) Reset()

func (*CreateEquipmentEventRequest) String

func (x *CreateEquipmentEventRequest) String() string

func (*CreateEquipmentEventRequest) Validate

func (m *CreateEquipmentEventRequest) Validate() error

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

func (m *CreateEquipmentEventRequest) ValidateAll() error

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

type CreateEquipmentEventRequestMultiError

type CreateEquipmentEventRequestMultiError []error

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

func (CreateEquipmentEventRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateEquipmentEventRequestMultiError) Error

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

type CreateEquipmentEventRequestValidationError

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

CreateEquipmentEventRequestValidationError is the validation error returned by CreateEquipmentEventRequest.Validate if the designated constraints aren't met.

func (CreateEquipmentEventRequestValidationError) Cause

Cause function returns cause value.

func (CreateEquipmentEventRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateEquipmentEventRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateEquipmentEventRequestValidationError) Field

Field function returns field value.

func (CreateEquipmentEventRequestValidationError) Key

Key function returns key value.

func (CreateEquipmentEventRequestValidationError) Reason

Reason function returns reason value.

type CreateEquipmentEventResponse

type CreateEquipmentEventResponse struct {
	EquipmentEvent *EquipmentEvent `protobuf:"bytes,1,opt,name=equipment_event,json=equipmentEvent,proto3" json:"equipment_event,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEquipmentEventResponse) Descriptor deprecated

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

Deprecated: Use CreateEquipmentEventResponse.ProtoReflect.Descriptor instead.

func (*CreateEquipmentEventResponse) GetEquipmentEvent

func (x *CreateEquipmentEventResponse) GetEquipmentEvent() *EquipmentEvent

func (*CreateEquipmentEventResponse) ProtoMessage

func (*CreateEquipmentEventResponse) ProtoMessage()

func (*CreateEquipmentEventResponse) ProtoReflect

func (*CreateEquipmentEventResponse) Reset

func (x *CreateEquipmentEventResponse) Reset()

func (*CreateEquipmentEventResponse) String

func (*CreateEquipmentEventResponse) Validate

func (m *CreateEquipmentEventResponse) Validate() error

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

func (m *CreateEquipmentEventResponse) ValidateAll() error

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

type CreateEquipmentEventResponseMultiError

type CreateEquipmentEventResponseMultiError []error

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

func (CreateEquipmentEventResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateEquipmentEventResponseMultiError) Error

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

type CreateEquipmentEventResponseValidationError

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

CreateEquipmentEventResponseValidationError is the validation error returned by CreateEquipmentEventResponse.Validate if the designated constraints aren't met.

func (CreateEquipmentEventResponseValidationError) Cause

Cause function returns cause value.

func (CreateEquipmentEventResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateEquipmentEventResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateEquipmentEventResponseValidationError) Field

Field function returns field value.

func (CreateEquipmentEventResponseValidationError) Key

Key function returns key value.

func (CreateEquipmentEventResponseValidationError) Reason

Reason function returns reason value.

type CreateEquipmentEventTypeRequest

type CreateEquipmentEventTypeRequest struct {
	EquipmentEventTypeCode        string `` /* 131-byte string literal not displayed */
	EquipmentEventTypeName        string `` /* 131-byte string literal not displayed */
	EquipmentEventTypeDescription string `` /* 152-byte string literal not displayed */
	EquipmentEventId              uint32 `protobuf:"varint,4,opt,name=equipment_event_id,json=equipmentEventId,proto3" json:"equipment_event_id,omitempty"`
	UserId                        string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                     string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                     string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEquipmentEventTypeRequest) Descriptor deprecated

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

Deprecated: Use CreateEquipmentEventTypeRequest.ProtoReflect.Descriptor instead.

func (*CreateEquipmentEventTypeRequest) GetEquipmentEventId

func (x *CreateEquipmentEventTypeRequest) GetEquipmentEventId() uint32

func (*CreateEquipmentEventTypeRequest) GetEquipmentEventTypeCode

func (x *CreateEquipmentEventTypeRequest) GetEquipmentEventTypeCode() string

func (*CreateEquipmentEventTypeRequest) GetEquipmentEventTypeDescription

func (x *CreateEquipmentEventTypeRequest) GetEquipmentEventTypeDescription() string

func (*CreateEquipmentEventTypeRequest) GetEquipmentEventTypeName

func (x *CreateEquipmentEventTypeRequest) GetEquipmentEventTypeName() string

func (*CreateEquipmentEventTypeRequest) GetRequestId

func (x *CreateEquipmentEventTypeRequest) GetRequestId() string

func (*CreateEquipmentEventTypeRequest) GetUserEmail

func (x *CreateEquipmentEventTypeRequest) GetUserEmail() string

func (*CreateEquipmentEventTypeRequest) GetUserId

func (x *CreateEquipmentEventTypeRequest) GetUserId() string

func (*CreateEquipmentEventTypeRequest) ProtoMessage

func (*CreateEquipmentEventTypeRequest) ProtoMessage()

func (*CreateEquipmentEventTypeRequest) ProtoReflect

func (*CreateEquipmentEventTypeRequest) Reset

func (*CreateEquipmentEventTypeRequest) String

func (*CreateEquipmentEventTypeRequest) Validate

func (m *CreateEquipmentEventTypeRequest) Validate() error

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

func (m *CreateEquipmentEventTypeRequest) ValidateAll() error

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

type CreateEquipmentEventTypeRequestMultiError

type CreateEquipmentEventTypeRequestMultiError []error

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

func (CreateEquipmentEventTypeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateEquipmentEventTypeRequestMultiError) Error

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

type CreateEquipmentEventTypeRequestValidationError

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

CreateEquipmentEventTypeRequestValidationError is the validation error returned by CreateEquipmentEventTypeRequest.Validate if the designated constraints aren't met.

func (CreateEquipmentEventTypeRequestValidationError) Cause

Cause function returns cause value.

func (CreateEquipmentEventTypeRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateEquipmentEventTypeRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateEquipmentEventTypeRequestValidationError) Field

Field function returns field value.

func (CreateEquipmentEventTypeRequestValidationError) Key

Key function returns key value.

func (CreateEquipmentEventTypeRequestValidationError) Reason

Reason function returns reason value.

type CreateEventClassifierRequest

type CreateEventClassifierRequest struct {
	EventClassifierCode        string `protobuf:"bytes,1,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	EventClassifierName        string `protobuf:"bytes,2,opt,name=event_classifier_name,json=eventClassifierName,proto3" json:"event_classifier_name,omitempty"`
	EventClassifierDescription string `` /* 141-byte string literal not displayed */
	EventId                    uint32 `protobuf:"varint,4,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	UserId                     string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                  string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                  string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEventClassifierRequest) Descriptor deprecated

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

Deprecated: Use CreateEventClassifierRequest.ProtoReflect.Descriptor instead.

func (*CreateEventClassifierRequest) GetEventClassifierCode

func (x *CreateEventClassifierRequest) GetEventClassifierCode() string

func (*CreateEventClassifierRequest) GetEventClassifierDescription

func (x *CreateEventClassifierRequest) GetEventClassifierDescription() string

func (*CreateEventClassifierRequest) GetEventClassifierName

func (x *CreateEventClassifierRequest) GetEventClassifierName() string

func (*CreateEventClassifierRequest) GetEventId

func (x *CreateEventClassifierRequest) GetEventId() uint32

func (*CreateEventClassifierRequest) GetRequestId

func (x *CreateEventClassifierRequest) GetRequestId() string

func (*CreateEventClassifierRequest) GetUserEmail

func (x *CreateEventClassifierRequest) GetUserEmail() string

func (*CreateEventClassifierRequest) GetUserId

func (x *CreateEventClassifierRequest) GetUserId() string

func (*CreateEventClassifierRequest) ProtoMessage

func (*CreateEventClassifierRequest) ProtoMessage()

func (*CreateEventClassifierRequest) ProtoReflect

func (*CreateEventClassifierRequest) Reset

func (x *CreateEventClassifierRequest) Reset()

func (*CreateEventClassifierRequest) String

func (*CreateEventClassifierRequest) Validate

func (m *CreateEventClassifierRequest) Validate() error

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

func (m *CreateEventClassifierRequest) ValidateAll() error

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

type CreateEventClassifierRequestMultiError

type CreateEventClassifierRequestMultiError []error

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

func (CreateEventClassifierRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateEventClassifierRequestMultiError) Error

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

type CreateEventClassifierRequestValidationError

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

CreateEventClassifierRequestValidationError is the validation error returned by CreateEventClassifierRequest.Validate if the designated constraints aren't met.

func (CreateEventClassifierRequestValidationError) Cause

Cause function returns cause value.

func (CreateEventClassifierRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateEventClassifierRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateEventClassifierRequestValidationError) Field

Field function returns field value.

func (CreateEventClassifierRequestValidationError) Key

Key function returns key value.

func (CreateEventClassifierRequestValidationError) Reason

Reason function returns reason value.

type CreateEventRequest

type CreateEventRequest struct {
	EventClassifierCode  string                        `protobuf:"bytes,1,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	EventCreatedDateTime string                        `protobuf:"bytes,2,opt,name=event_created_date_time,json=eventCreatedDateTime,proto3" json:"event_created_date_time,omitempty"`
	EventDateTime        string                        `protobuf:"bytes,3,opt,name=event_date_time,json=eventDateTime,proto3" json:"event_date_time,omitempty"`
	EventType            string                        `protobuf:"bytes,4,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"`
	UserId               string                        `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail            string                        `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId            string                        `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	EventClassifier      *CreateEventClassifierRequest `protobuf:"bytes,8,opt,name=event_classifier,json=eventClassifier,proto3" json:"event_classifier,omitempty"`
	EquipmentEvent       *CreateEquipmentEventRequest  `protobuf:"bytes,9,opt,name=equipment_event,json=equipmentEvent,proto3" json:"equipment_event,omitempty"`
	OperationsEvent      *CreateOperationsEventRequest `protobuf:"bytes,10,opt,name=operations_event,json=operationsEvent,proto3" json:"operations_event,omitempty"`
	TransportEvent       *CreateTransportEventRequest  `protobuf:"bytes,11,opt,name=transport_event,json=transportEvent,proto3" json:"transport_event,omitempty"`
	ShipmentEvent        *CreateShipmentEventRequest   `protobuf:"bytes,12,opt,name=shipment_event,json=shipmentEvent,proto3" json:"shipment_event,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEventRequest) Descriptor deprecated

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

Deprecated: Use CreateEventRequest.ProtoReflect.Descriptor instead.

func (*CreateEventRequest) GetEquipmentEvent

func (x *CreateEventRequest) GetEquipmentEvent() *CreateEquipmentEventRequest

func (*CreateEventRequest) GetEventClassifier

func (x *CreateEventRequest) GetEventClassifier() *CreateEventClassifierRequest

func (*CreateEventRequest) GetEventClassifierCode

func (x *CreateEventRequest) GetEventClassifierCode() string

func (*CreateEventRequest) GetEventCreatedDateTime

func (x *CreateEventRequest) GetEventCreatedDateTime() string

func (*CreateEventRequest) GetEventDateTime

func (x *CreateEventRequest) GetEventDateTime() string

func (*CreateEventRequest) GetEventType

func (x *CreateEventRequest) GetEventType() string

func (*CreateEventRequest) GetOperationsEvent

func (x *CreateEventRequest) GetOperationsEvent() *CreateOperationsEventRequest

func (*CreateEventRequest) GetRequestId

func (x *CreateEventRequest) GetRequestId() string

func (*CreateEventRequest) GetShipmentEvent

func (x *CreateEventRequest) GetShipmentEvent() *CreateShipmentEventRequest

func (*CreateEventRequest) GetTransportEvent

func (x *CreateEventRequest) GetTransportEvent() *CreateTransportEventRequest

func (*CreateEventRequest) GetUserEmail

func (x *CreateEventRequest) GetUserEmail() string

func (*CreateEventRequest) GetUserId

func (x *CreateEventRequest) GetUserId() string

func (*CreateEventRequest) ProtoMessage

func (*CreateEventRequest) ProtoMessage()

func (*CreateEventRequest) ProtoReflect

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

func (*CreateEventRequest) Reset

func (x *CreateEventRequest) Reset()

func (*CreateEventRequest) String

func (x *CreateEventRequest) String() string

func (*CreateEventRequest) Validate

func (m *CreateEventRequest) Validate() error

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

func (m *CreateEventRequest) ValidateAll() error

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

type CreateEventRequestMultiError

type CreateEventRequestMultiError []error

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

func (CreateEventRequestMultiError) AllErrors

func (m CreateEventRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateEventRequestMultiError) Error

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

type CreateEventRequestValidationError

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

CreateEventRequestValidationError is the validation error returned by CreateEventRequest.Validate if the designated constraints aren't met.

func (CreateEventRequestValidationError) Cause

Cause function returns cause value.

func (CreateEventRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateEventRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateEventRequestValidationError) Field

Field function returns field value.

func (CreateEventRequestValidationError) Key

Key function returns key value.

func (CreateEventRequestValidationError) Reason

Reason function returns reason value.

type CreateEventResponse

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

func (*CreateEventResponse) Descriptor deprecated

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

Deprecated: Use CreateEventResponse.ProtoReflect.Descriptor instead.

func (*CreateEventResponse) GetEvent

func (x *CreateEventResponse) GetEvent() *Event

func (*CreateEventResponse) ProtoMessage

func (*CreateEventResponse) ProtoMessage()

func (*CreateEventResponse) ProtoReflect

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

func (*CreateEventResponse) Reset

func (x *CreateEventResponse) Reset()

func (*CreateEventResponse) String

func (x *CreateEventResponse) String() string

func (*CreateEventResponse) Validate

func (m *CreateEventResponse) Validate() error

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

func (m *CreateEventResponse) ValidateAll() error

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

type CreateEventResponseMultiError

type CreateEventResponseMultiError []error

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

func (CreateEventResponseMultiError) AllErrors

func (m CreateEventResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateEventResponseMultiError) Error

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

type CreateEventResponseValidationError

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

CreateEventResponseValidationError is the validation error returned by CreateEventResponse.Validate if the designated constraints aren't met.

func (CreateEventResponseValidationError) Cause

Cause function returns cause value.

func (CreateEventResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateEventResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateEventResponseValidationError) Field

Field function returns field value.

func (CreateEventResponseValidationError) Key

Key function returns key value.

func (CreateEventResponseValidationError) Reason

Reason function returns reason value.

type CreateEventSubscriptionRequest

type CreateEventSubscriptionRequest struct {
	CallbackUrl                    string `protobuf:"bytes,1,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"`
	DocumentReference              string `protobuf:"bytes,2,opt,name=document_reference,json=documentReference,proto3" json:"document_reference,omitempty"`
	EquipmentReference             string `protobuf:"bytes,3,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"`
	TransportCallReference         string `` /* 129-byte string literal not displayed */
	VesselImoNumber                string `protobuf:"bytes,5,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	CarrierExportVoyageNumber      string `` /* 140-byte string literal not displayed */
	UniversalExportVoyageReference string `` /* 155-byte string literal not displayed */
	CarrierServiceCode             string `protobuf:"bytes,8,opt,name=carrier_service_code,json=carrierServiceCode,proto3" json:"carrier_service_code,omitempty"`
	UniversalServiceReference      string `` /* 138-byte string literal not displayed */
	UnLocationCode                 string `protobuf:"bytes,10,opt,name=un_location_code,json=unLocationCode,proto3" json:"un_location_code,omitempty"`
	Secret                         []byte `protobuf:"bytes,11,opt,name=secret,proto3" json:"secret,omitempty"`
	UserId                         string `protobuf:"bytes,12,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                      string `protobuf:"bytes,13,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                      string `protobuf:"bytes,14,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEventSubscriptionRequest) Descriptor deprecated

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

Deprecated: Use CreateEventSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*CreateEventSubscriptionRequest) GetCallbackUrl

func (x *CreateEventSubscriptionRequest) GetCallbackUrl() string

func (*CreateEventSubscriptionRequest) GetCarrierExportVoyageNumber

func (x *CreateEventSubscriptionRequest) GetCarrierExportVoyageNumber() string

func (*CreateEventSubscriptionRequest) GetCarrierServiceCode

func (x *CreateEventSubscriptionRequest) GetCarrierServiceCode() string

func (*CreateEventSubscriptionRequest) GetDocumentReference

func (x *CreateEventSubscriptionRequest) GetDocumentReference() string

func (*CreateEventSubscriptionRequest) GetEquipmentReference

func (x *CreateEventSubscriptionRequest) GetEquipmentReference() string

func (*CreateEventSubscriptionRequest) GetRequestId

func (x *CreateEventSubscriptionRequest) GetRequestId() string

func (*CreateEventSubscriptionRequest) GetSecret

func (x *CreateEventSubscriptionRequest) GetSecret() []byte

func (*CreateEventSubscriptionRequest) GetTransportCallReference

func (x *CreateEventSubscriptionRequest) GetTransportCallReference() string

func (*CreateEventSubscriptionRequest) GetUnLocationCode

func (x *CreateEventSubscriptionRequest) GetUnLocationCode() string

func (*CreateEventSubscriptionRequest) GetUniversalExportVoyageReference

func (x *CreateEventSubscriptionRequest) GetUniversalExportVoyageReference() string

func (*CreateEventSubscriptionRequest) GetUniversalServiceReference

func (x *CreateEventSubscriptionRequest) GetUniversalServiceReference() string

func (*CreateEventSubscriptionRequest) GetUserEmail

func (x *CreateEventSubscriptionRequest) GetUserEmail() string

func (*CreateEventSubscriptionRequest) GetUserId

func (x *CreateEventSubscriptionRequest) GetUserId() string

func (*CreateEventSubscriptionRequest) GetVesselImoNumber

func (x *CreateEventSubscriptionRequest) GetVesselImoNumber() string

func (*CreateEventSubscriptionRequest) ProtoMessage

func (*CreateEventSubscriptionRequest) ProtoMessage()

func (*CreateEventSubscriptionRequest) ProtoReflect

func (*CreateEventSubscriptionRequest) Reset

func (x *CreateEventSubscriptionRequest) Reset()

func (*CreateEventSubscriptionRequest) String

func (*CreateEventSubscriptionRequest) Validate

func (m *CreateEventSubscriptionRequest) Validate() error

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

func (m *CreateEventSubscriptionRequest) ValidateAll() error

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

type CreateEventSubscriptionRequestMultiError

type CreateEventSubscriptionRequestMultiError []error

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

func (CreateEventSubscriptionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateEventSubscriptionRequestMultiError) Error

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

type CreateEventSubscriptionRequestValidationError

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

CreateEventSubscriptionRequestValidationError is the validation error returned by CreateEventSubscriptionRequest.Validate if the designated constraints aren't met.

func (CreateEventSubscriptionRequestValidationError) Cause

Cause function returns cause value.

func (CreateEventSubscriptionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateEventSubscriptionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateEventSubscriptionRequestValidationError) Field

Field function returns field value.

func (CreateEventSubscriptionRequestValidationError) Key

Key function returns key value.

func (CreateEventSubscriptionRequestValidationError) Reason

Reason function returns reason value.

type CreateEventSubscriptionResponse

type CreateEventSubscriptionResponse struct {
	EventSubscription *EventSubscription `protobuf:"bytes,1,opt,name=event_subscription,json=eventSubscription,proto3" json:"event_subscription,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateEventSubscriptionResponse) Descriptor deprecated

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

Deprecated: Use CreateEventSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*CreateEventSubscriptionResponse) GetEventSubscription

func (x *CreateEventSubscriptionResponse) GetEventSubscription() *EventSubscription

func (*CreateEventSubscriptionResponse) ProtoMessage

func (*CreateEventSubscriptionResponse) ProtoMessage()

func (*CreateEventSubscriptionResponse) ProtoReflect

func (*CreateEventSubscriptionResponse) Reset

func (*CreateEventSubscriptionResponse) String

func (*CreateEventSubscriptionResponse) Validate

func (m *CreateEventSubscriptionResponse) Validate() error

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

func (m *CreateEventSubscriptionResponse) ValidateAll() error

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

type CreateEventSubscriptionResponseMultiError

type CreateEventSubscriptionResponseMultiError []error

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

func (CreateEventSubscriptionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateEventSubscriptionResponseMultiError) Error

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

type CreateEventSubscriptionResponseValidationError

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

CreateEventSubscriptionResponseValidationError is the validation error returned by CreateEventSubscriptionResponse.Validate if the designated constraints aren't met.

func (CreateEventSubscriptionResponseValidationError) Cause

Cause function returns cause value.

func (CreateEventSubscriptionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateEventSubscriptionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateEventSubscriptionResponseValidationError) Field

Field function returns field value.

func (CreateEventSubscriptionResponseValidationError) Key

Key function returns key value.

func (CreateEventSubscriptionResponseValidationError) Reason

Reason function returns reason value.

type CreateOperationsEventRequest

type CreateOperationsEventRequest struct {
	EventClassifierCode         string                            `protobuf:"bytes,1,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	EventCreatedDateTime        string                            `protobuf:"bytes,2,opt,name=event_created_date_time,json=eventCreatedDateTime,proto3" json:"event_created_date_time,omitempty"`
	EventDateTime               string                            `protobuf:"bytes,3,opt,name=event_date_time,json=eventDateTime,proto3" json:"event_date_time,omitempty"`
	Publisher                   string                            `protobuf:"bytes,4,opt,name=publisher,proto3" json:"publisher,omitempty"`
	PublisherRole               string                            `protobuf:"bytes,5,opt,name=publisher_role,json=publisherRole,proto3" json:"publisher_role,omitempty"`
	OperationsEventTypeCode     string                            `` /* 134-byte string literal not displayed */
	EventLocation               string                            `protobuf:"bytes,7,opt,name=event_location,json=eventLocation,proto3" json:"event_location,omitempty"`
	TransportCallId             uint32                            `protobuf:"varint,8,opt,name=transport_call_id,json=transportCallId,proto3" json:"transport_call_id,omitempty"`
	PortCallServiceTypeCode     string                            `` /* 136-byte string literal not displayed */
	FacilityTypeCode            string                            `protobuf:"bytes,10,opt,name=facility_type_code,json=facilityTypeCode,proto3" json:"facility_type_code,omitempty"`
	DelayReasonCode             string                            `protobuf:"bytes,11,opt,name=delay_reason_code,json=delayReasonCode,proto3" json:"delay_reason_code,omitempty"`
	VesselPosition              string                            `protobuf:"bytes,12,opt,name=vessel_position,json=vesselPosition,proto3" json:"vessel_position,omitempty"`
	Remark                      string                            `protobuf:"bytes,13,opt,name=remark,proto3" json:"remark,omitempty"`
	PortCallPhaseTypeCode       string                            `` /* 131-byte string literal not displayed */
	VesselDraft                 float64                           `protobuf:"fixed64,15,opt,name=vessel_draft,json=vesselDraft,proto3" json:"vessel_draft,omitempty"`
	VesselDraftUnit             string                            `protobuf:"bytes,16,opt,name=vessel_draft_unit,json=vesselDraftUnit,proto3" json:"vessel_draft_unit,omitempty"`
	MilesRemainingToDestination float64                           `` /* 149-byte string literal not displayed */
	EventId                     uint32                            `protobuf:"varint,18,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	UserId                      string                            `protobuf:"bytes,19,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                   string                            `protobuf:"bytes,20,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                   string                            `protobuf:"bytes,21,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	OperationsEventType         *CreateOperationsEventTypeRequest `protobuf:"bytes,22,opt,name=operations_event_type,json=operationsEventType,proto3" json:"operations_event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOperationsEventRequest) Descriptor deprecated

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

Deprecated: Use CreateOperationsEventRequest.ProtoReflect.Descriptor instead.

func (*CreateOperationsEventRequest) GetDelayReasonCode

func (x *CreateOperationsEventRequest) GetDelayReasonCode() string

func (*CreateOperationsEventRequest) GetEventClassifierCode

func (x *CreateOperationsEventRequest) GetEventClassifierCode() string

func (*CreateOperationsEventRequest) GetEventCreatedDateTime

func (x *CreateOperationsEventRequest) GetEventCreatedDateTime() string

func (*CreateOperationsEventRequest) GetEventDateTime

func (x *CreateOperationsEventRequest) GetEventDateTime() string

func (*CreateOperationsEventRequest) GetEventId

func (x *CreateOperationsEventRequest) GetEventId() uint32

func (*CreateOperationsEventRequest) GetEventLocation

func (x *CreateOperationsEventRequest) GetEventLocation() string

func (*CreateOperationsEventRequest) GetFacilityTypeCode

func (x *CreateOperationsEventRequest) GetFacilityTypeCode() string

func (*CreateOperationsEventRequest) GetMilesRemainingToDestination

func (x *CreateOperationsEventRequest) GetMilesRemainingToDestination() float64

func (*CreateOperationsEventRequest) GetOperationsEventType

func (*CreateOperationsEventRequest) GetOperationsEventTypeCode

func (x *CreateOperationsEventRequest) GetOperationsEventTypeCode() string

func (*CreateOperationsEventRequest) GetPortCallPhaseTypeCode

func (x *CreateOperationsEventRequest) GetPortCallPhaseTypeCode() string

func (*CreateOperationsEventRequest) GetPortCallServiceTypeCode

func (x *CreateOperationsEventRequest) GetPortCallServiceTypeCode() string

func (*CreateOperationsEventRequest) GetPublisher

func (x *CreateOperationsEventRequest) GetPublisher() string

func (*CreateOperationsEventRequest) GetPublisherRole

func (x *CreateOperationsEventRequest) GetPublisherRole() string

func (*CreateOperationsEventRequest) GetRemark

func (x *CreateOperationsEventRequest) GetRemark() string

func (*CreateOperationsEventRequest) GetRequestId

func (x *CreateOperationsEventRequest) GetRequestId() string

func (*CreateOperationsEventRequest) GetTransportCallId

func (x *CreateOperationsEventRequest) GetTransportCallId() uint32

func (*CreateOperationsEventRequest) GetUserEmail

func (x *CreateOperationsEventRequest) GetUserEmail() string

func (*CreateOperationsEventRequest) GetUserId

func (x *CreateOperationsEventRequest) GetUserId() string

func (*CreateOperationsEventRequest) GetVesselDraft

func (x *CreateOperationsEventRequest) GetVesselDraft() float64

func (*CreateOperationsEventRequest) GetVesselDraftUnit

func (x *CreateOperationsEventRequest) GetVesselDraftUnit() string

func (*CreateOperationsEventRequest) GetVesselPosition

func (x *CreateOperationsEventRequest) GetVesselPosition() string

func (*CreateOperationsEventRequest) ProtoMessage

func (*CreateOperationsEventRequest) ProtoMessage()

func (*CreateOperationsEventRequest) ProtoReflect

func (*CreateOperationsEventRequest) Reset

func (x *CreateOperationsEventRequest) Reset()

func (*CreateOperationsEventRequest) String

func (*CreateOperationsEventRequest) Validate

func (m *CreateOperationsEventRequest) Validate() error

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

func (m *CreateOperationsEventRequest) ValidateAll() error

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

type CreateOperationsEventRequestMultiError

type CreateOperationsEventRequestMultiError []error

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

func (CreateOperationsEventRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOperationsEventRequestMultiError) Error

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

type CreateOperationsEventRequestValidationError

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

CreateOperationsEventRequestValidationError is the validation error returned by CreateOperationsEventRequest.Validate if the designated constraints aren't met.

func (CreateOperationsEventRequestValidationError) Cause

Cause function returns cause value.

func (CreateOperationsEventRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOperationsEventRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOperationsEventRequestValidationError) Field

Field function returns field value.

func (CreateOperationsEventRequestValidationError) Key

Key function returns key value.

func (CreateOperationsEventRequestValidationError) Reason

Reason function returns reason value.

type CreateOperationsEventResponse

type CreateOperationsEventResponse struct {
	OperationsEvent *OperationsEvent `protobuf:"bytes,1,opt,name=operations_event,json=operationsEvent,proto3" json:"operations_event,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOperationsEventResponse) Descriptor deprecated

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

Deprecated: Use CreateOperationsEventResponse.ProtoReflect.Descriptor instead.

func (*CreateOperationsEventResponse) GetOperationsEvent

func (x *CreateOperationsEventResponse) GetOperationsEvent() *OperationsEvent

func (*CreateOperationsEventResponse) ProtoMessage

func (*CreateOperationsEventResponse) ProtoMessage()

func (*CreateOperationsEventResponse) ProtoReflect

func (*CreateOperationsEventResponse) Reset

func (x *CreateOperationsEventResponse) Reset()

func (*CreateOperationsEventResponse) String

func (*CreateOperationsEventResponse) Validate

func (m *CreateOperationsEventResponse) Validate() error

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

func (m *CreateOperationsEventResponse) ValidateAll() error

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

type CreateOperationsEventResponseMultiError

type CreateOperationsEventResponseMultiError []error

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

func (CreateOperationsEventResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOperationsEventResponseMultiError) Error

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

type CreateOperationsEventResponseValidationError

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

CreateOperationsEventResponseValidationError is the validation error returned by CreateOperationsEventResponse.Validate if the designated constraints aren't met.

func (CreateOperationsEventResponseValidationError) Cause

Cause function returns cause value.

func (CreateOperationsEventResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateOperationsEventResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateOperationsEventResponseValidationError) Field

Field function returns field value.

func (CreateOperationsEventResponseValidationError) Key

Key function returns key value.

func (CreateOperationsEventResponseValidationError) Reason

Reason function returns reason value.

type CreateOperationsEventTypeRequest

type CreateOperationsEventTypeRequest struct {
	OperationsEventTypeCode        string `` /* 134-byte string literal not displayed */
	OperationsEventTypeName        string `` /* 134-byte string literal not displayed */
	OperationsEventTypeDescription string `` /* 155-byte string literal not displayed */
	OperationsEventId              uint32 `protobuf:"varint,4,opt,name=operations_event_id,json=operationsEventId,proto3" json:"operations_event_id,omitempty"`
	UserId                         string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                      string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                      string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOperationsEventTypeRequest) Descriptor deprecated

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

Deprecated: Use CreateOperationsEventTypeRequest.ProtoReflect.Descriptor instead.

func (*CreateOperationsEventTypeRequest) GetOperationsEventId

func (x *CreateOperationsEventTypeRequest) GetOperationsEventId() uint32

func (*CreateOperationsEventTypeRequest) GetOperationsEventTypeCode

func (x *CreateOperationsEventTypeRequest) GetOperationsEventTypeCode() string

func (*CreateOperationsEventTypeRequest) GetOperationsEventTypeDescription

func (x *CreateOperationsEventTypeRequest) GetOperationsEventTypeDescription() string

func (*CreateOperationsEventTypeRequest) GetOperationsEventTypeName

func (x *CreateOperationsEventTypeRequest) GetOperationsEventTypeName() string

func (*CreateOperationsEventTypeRequest) GetRequestId

func (x *CreateOperationsEventTypeRequest) GetRequestId() string

func (*CreateOperationsEventTypeRequest) GetUserEmail

func (x *CreateOperationsEventTypeRequest) GetUserEmail() string

func (*CreateOperationsEventTypeRequest) GetUserId

func (*CreateOperationsEventTypeRequest) ProtoMessage

func (*CreateOperationsEventTypeRequest) ProtoMessage()

func (*CreateOperationsEventTypeRequest) ProtoReflect

func (*CreateOperationsEventTypeRequest) Reset

func (*CreateOperationsEventTypeRequest) String

func (*CreateOperationsEventTypeRequest) Validate

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

func (m *CreateOperationsEventTypeRequest) ValidateAll() error

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

type CreateOperationsEventTypeRequestMultiError

type CreateOperationsEventTypeRequestMultiError []error

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

func (CreateOperationsEventTypeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOperationsEventTypeRequestMultiError) Error

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

type CreateOperationsEventTypeRequestValidationError

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

CreateOperationsEventTypeRequestValidationError is the validation error returned by CreateOperationsEventTypeRequest.Validate if the designated constraints aren't met.

func (CreateOperationsEventTypeRequestValidationError) Cause

Cause function returns cause value.

func (CreateOperationsEventTypeRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOperationsEventTypeRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOperationsEventTypeRequestValidationError) Field

Field function returns field value.

func (CreateOperationsEventTypeRequestValidationError) Key

Key function returns key value.

func (CreateOperationsEventTypeRequestValidationError) Reason

Reason function returns reason value.

type CreateSealRequest

type CreateSealRequest struct {
	UtilizedTransportEquipmentId uint32 `` /* 150-byte string literal not displayed */
	SealNumber                   string `protobuf:"bytes,2,opt,name=seal_number,json=sealNumber,proto3" json:"seal_number,omitempty"`
	SealSourceCode               string `protobuf:"bytes,3,opt,name=seal_source_code,json=sealSourceCode,proto3" json:"seal_source_code,omitempty"`
	SealTypeCode                 string `protobuf:"bytes,4,opt,name=seal_type_code,json=sealTypeCode,proto3" json:"seal_type_code,omitempty"`
	UserId                       string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                    string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                    string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSealRequest) Descriptor deprecated

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

Deprecated: Use CreateSealRequest.ProtoReflect.Descriptor instead.

func (*CreateSealRequest) GetRequestId

func (x *CreateSealRequest) GetRequestId() string

func (*CreateSealRequest) GetSealNumber

func (x *CreateSealRequest) GetSealNumber() string

func (*CreateSealRequest) GetSealSourceCode

func (x *CreateSealRequest) GetSealSourceCode() string

func (*CreateSealRequest) GetSealTypeCode

func (x *CreateSealRequest) GetSealTypeCode() string

func (*CreateSealRequest) GetUserEmail

func (x *CreateSealRequest) GetUserEmail() string

func (*CreateSealRequest) GetUserId

func (x *CreateSealRequest) GetUserId() string

func (*CreateSealRequest) GetUtilizedTransportEquipmentId

func (x *CreateSealRequest) GetUtilizedTransportEquipmentId() uint32

func (*CreateSealRequest) ProtoMessage

func (*CreateSealRequest) ProtoMessage()

func (*CreateSealRequest) ProtoReflect

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

func (*CreateSealRequest) Reset

func (x *CreateSealRequest) Reset()

func (*CreateSealRequest) String

func (x *CreateSealRequest) String() string

func (*CreateSealRequest) Validate

func (m *CreateSealRequest) Validate() error

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

func (m *CreateSealRequest) ValidateAll() error

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

type CreateSealRequestMultiError

type CreateSealRequestMultiError []error

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

func (CreateSealRequestMultiError) AllErrors

func (m CreateSealRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateSealRequestMultiError) Error

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

type CreateSealRequestValidationError

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

CreateSealRequestValidationError is the validation error returned by CreateSealRequest.Validate if the designated constraints aren't met.

func (CreateSealRequestValidationError) Cause

Cause function returns cause value.

func (CreateSealRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateSealRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateSealRequestValidationError) Field

Field function returns field value.

func (CreateSealRequestValidationError) Key

Key function returns key value.

func (CreateSealRequestValidationError) Reason

Reason function returns reason value.

type CreateSealResponse

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

func (*CreateSealResponse) Descriptor deprecated

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

Deprecated: Use CreateSealResponse.ProtoReflect.Descriptor instead.

func (*CreateSealResponse) GetSeal

func (x *CreateSealResponse) GetSeal() *Seal

func (*CreateSealResponse) ProtoMessage

func (*CreateSealResponse) ProtoMessage()

func (*CreateSealResponse) ProtoReflect

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

func (*CreateSealResponse) Reset

func (x *CreateSealResponse) Reset()

func (*CreateSealResponse) String

func (x *CreateSealResponse) String() string

func (*CreateSealResponse) Validate

func (m *CreateSealResponse) Validate() error

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

func (m *CreateSealResponse) ValidateAll() error

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

type CreateSealResponseMultiError

type CreateSealResponseMultiError []error

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

func (CreateSealResponseMultiError) AllErrors

func (m CreateSealResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateSealResponseMultiError) Error

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

type CreateSealResponseValidationError

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

CreateSealResponseValidationError is the validation error returned by CreateSealResponse.Validate if the designated constraints aren't met.

func (CreateSealResponseValidationError) Cause

Cause function returns cause value.

func (CreateSealResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateSealResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateSealResponseValidationError) Field

Field function returns field value.

func (CreateSealResponseValidationError) Key

Key function returns key value.

func (CreateSealResponseValidationError) Reason

Reason function returns reason value.

type CreateShipmentEventFromShippingInstructionRequest

type CreateShipmentEventFromShippingInstructionRequest struct {
	CreateShipmentEventRequest *CreateShipmentEventRequest `` /* 143-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CreateShipmentEventFromShippingInstructionRequest) Descriptor deprecated

Deprecated: Use CreateShipmentEventFromShippingInstructionRequest.ProtoReflect.Descriptor instead.

func (*CreateShipmentEventFromShippingInstructionRequest) GetCreateShipmentEventRequest

func (*CreateShipmentEventFromShippingInstructionRequest) ProtoMessage

func (*CreateShipmentEventFromShippingInstructionRequest) ProtoReflect

func (*CreateShipmentEventFromShippingInstructionRequest) Reset

func (*CreateShipmentEventFromShippingInstructionRequest) String

func (*CreateShipmentEventFromShippingInstructionRequest) Validate

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

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

type CreateShipmentEventFromShippingInstructionRequestMultiError

type CreateShipmentEventFromShippingInstructionRequestMultiError []error

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

func (CreateShipmentEventFromShippingInstructionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateShipmentEventFromShippingInstructionRequestMultiError) Error

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

type CreateShipmentEventFromShippingInstructionRequestValidationError

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

CreateShipmentEventFromShippingInstructionRequestValidationError is the validation error returned by CreateShipmentEventFromShippingInstructionRequest.Validate if the designated constraints aren't met.

func (CreateShipmentEventFromShippingInstructionRequestValidationError) Cause

Cause function returns cause value.

func (CreateShipmentEventFromShippingInstructionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateShipmentEventFromShippingInstructionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateShipmentEventFromShippingInstructionRequestValidationError) Field

Field function returns field value.

func (CreateShipmentEventFromShippingInstructionRequestValidationError) Key

Key function returns key value.

func (CreateShipmentEventFromShippingInstructionRequestValidationError) Reason

Reason function returns reason value.

type CreateShipmentEventFromShippingInstructionResponse

type CreateShipmentEventFromShippingInstructionResponse struct {
	ShipmentEvent *ShipmentEvent `protobuf:"bytes,1,opt,name=shipment_event,json=shipmentEvent,proto3" json:"shipment_event,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShipmentEventFromShippingInstructionResponse) Descriptor deprecated

Deprecated: Use CreateShipmentEventFromShippingInstructionResponse.ProtoReflect.Descriptor instead.

func (*CreateShipmentEventFromShippingInstructionResponse) GetShipmentEvent

func (*CreateShipmentEventFromShippingInstructionResponse) ProtoMessage

func (*CreateShipmentEventFromShippingInstructionResponse) ProtoReflect

func (*CreateShipmentEventFromShippingInstructionResponse) Reset

func (*CreateShipmentEventFromShippingInstructionResponse) String

func (*CreateShipmentEventFromShippingInstructionResponse) Validate

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

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

type CreateShipmentEventFromShippingInstructionResponseMultiError

type CreateShipmentEventFromShippingInstructionResponseMultiError []error

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

func (CreateShipmentEventFromShippingInstructionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateShipmentEventFromShippingInstructionResponseMultiError) Error

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

type CreateShipmentEventFromShippingInstructionResponseValidationError

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

CreateShipmentEventFromShippingInstructionResponseValidationError is the validation error returned by CreateShipmentEventFromShippingInstructionResponse.Validate if the designated constraints aren't met.

func (CreateShipmentEventFromShippingInstructionResponseValidationError) Cause

Cause function returns cause value.

func (CreateShipmentEventFromShippingInstructionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateShipmentEventFromShippingInstructionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateShipmentEventFromShippingInstructionResponseValidationError) Field

Field function returns field value.

func (CreateShipmentEventFromShippingInstructionResponseValidationError) Key

Key function returns key value.

func (CreateShipmentEventFromShippingInstructionResponseValidationError) Reason

Reason function returns reason value.

type CreateShipmentEventRequest

type CreateShipmentEventRequest struct {
	EventClassifierCode   string                          `protobuf:"bytes,1,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	EventCreatedDateTime  string                          `protobuf:"bytes,2,opt,name=event_created_date_time,json=eventCreatedDateTime,proto3" json:"event_created_date_time,omitempty"`
	EventDateTime         string                          `protobuf:"bytes,3,opt,name=event_date_time,json=eventDateTime,proto3" json:"event_date_time,omitempty"`
	ShipmentEventTypeCode string                          `` /* 128-byte string literal not displayed */
	DocumentTypeCode      string                          `protobuf:"bytes,5,opt,name=document_type_code,json=documentTypeCode,proto3" json:"document_type_code,omitempty"`
	DocumentId            uint32                          `protobuf:"varint,6,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	DocumentReference     string                          `protobuf:"bytes,7,opt,name=document_reference,json=documentReference,proto3" json:"document_reference,omitempty"`
	Reason                string                          `protobuf:"bytes,8,opt,name=reason,proto3" json:"reason,omitempty"`
	EventId               uint32                          `protobuf:"varint,9,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	UserId                string                          `protobuf:"bytes,10,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail             string                          `protobuf:"bytes,11,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId             string                          `protobuf:"bytes,12,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	BookingId             uint32                          `protobuf:"varint,13,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	ShippingInstructionId uint32                          `` /* 128-byte string literal not displayed */
	ShipmentEventType     *CreateShipmentEventTypeRequest `protobuf:"bytes,15,opt,name=shipment_event_type,json=shipmentEventType,proto3" json:"shipment_event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShipmentEventRequest) Descriptor deprecated

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

Deprecated: Use CreateShipmentEventRequest.ProtoReflect.Descriptor instead.

func (*CreateShipmentEventRequest) GetBookingId

func (x *CreateShipmentEventRequest) GetBookingId() uint32

func (*CreateShipmentEventRequest) GetDocumentId

func (x *CreateShipmentEventRequest) GetDocumentId() uint32

func (*CreateShipmentEventRequest) GetDocumentReference

func (x *CreateShipmentEventRequest) GetDocumentReference() string

func (*CreateShipmentEventRequest) GetDocumentTypeCode

func (x *CreateShipmentEventRequest) GetDocumentTypeCode() string

func (*CreateShipmentEventRequest) GetEventClassifierCode

func (x *CreateShipmentEventRequest) GetEventClassifierCode() string

func (*CreateShipmentEventRequest) GetEventCreatedDateTime

func (x *CreateShipmentEventRequest) GetEventCreatedDateTime() string

func (*CreateShipmentEventRequest) GetEventDateTime

func (x *CreateShipmentEventRequest) GetEventDateTime() string

func (*CreateShipmentEventRequest) GetEventId

func (x *CreateShipmentEventRequest) GetEventId() uint32

func (*CreateShipmentEventRequest) GetReason

func (x *CreateShipmentEventRequest) GetReason() string

func (*CreateShipmentEventRequest) GetRequestId

func (x *CreateShipmentEventRequest) GetRequestId() string

func (*CreateShipmentEventRequest) GetShipmentEventType

func (*CreateShipmentEventRequest) GetShipmentEventTypeCode

func (x *CreateShipmentEventRequest) GetShipmentEventTypeCode() string

func (*CreateShipmentEventRequest) GetShippingInstructionId

func (x *CreateShipmentEventRequest) GetShippingInstructionId() uint32

func (*CreateShipmentEventRequest) GetUserEmail

func (x *CreateShipmentEventRequest) GetUserEmail() string

func (*CreateShipmentEventRequest) GetUserId

func (x *CreateShipmentEventRequest) GetUserId() string

func (*CreateShipmentEventRequest) ProtoMessage

func (*CreateShipmentEventRequest) ProtoMessage()

func (*CreateShipmentEventRequest) ProtoReflect

func (*CreateShipmentEventRequest) Reset

func (x *CreateShipmentEventRequest) Reset()

func (*CreateShipmentEventRequest) String

func (x *CreateShipmentEventRequest) String() string

func (*CreateShipmentEventRequest) Validate

func (m *CreateShipmentEventRequest) Validate() error

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

func (m *CreateShipmentEventRequest) ValidateAll() error

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

type CreateShipmentEventRequestMultiError

type CreateShipmentEventRequestMultiError []error

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

func (CreateShipmentEventRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateShipmentEventRequestMultiError) Error

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

type CreateShipmentEventRequestValidationError

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

CreateShipmentEventRequestValidationError is the validation error returned by CreateShipmentEventRequest.Validate if the designated constraints aren't met.

func (CreateShipmentEventRequestValidationError) Cause

Cause function returns cause value.

func (CreateShipmentEventRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateShipmentEventRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateShipmentEventRequestValidationError) Field

Field function returns field value.

func (CreateShipmentEventRequestValidationError) Key

Key function returns key value.

func (CreateShipmentEventRequestValidationError) Reason

Reason function returns reason value.

type CreateShipmentEventResponse

type CreateShipmentEventResponse struct {
	ShipmentEvent *ShipmentEvent `protobuf:"bytes,1,opt,name=shipment_event,json=shipmentEvent,proto3" json:"shipment_event,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShipmentEventResponse) Descriptor deprecated

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

Deprecated: Use CreateShipmentEventResponse.ProtoReflect.Descriptor instead.

func (*CreateShipmentEventResponse) GetShipmentEvent

func (x *CreateShipmentEventResponse) GetShipmentEvent() *ShipmentEvent

func (*CreateShipmentEventResponse) ProtoMessage

func (*CreateShipmentEventResponse) ProtoMessage()

func (*CreateShipmentEventResponse) ProtoReflect

func (*CreateShipmentEventResponse) Reset

func (x *CreateShipmentEventResponse) Reset()

func (*CreateShipmentEventResponse) String

func (x *CreateShipmentEventResponse) String() string

func (*CreateShipmentEventResponse) Validate

func (m *CreateShipmentEventResponse) Validate() error

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

func (m *CreateShipmentEventResponse) ValidateAll() error

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

type CreateShipmentEventResponseMultiError

type CreateShipmentEventResponseMultiError []error

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

func (CreateShipmentEventResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateShipmentEventResponseMultiError) Error

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

type CreateShipmentEventResponseValidationError

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

CreateShipmentEventResponseValidationError is the validation error returned by CreateShipmentEventResponse.Validate if the designated constraints aren't met.

func (CreateShipmentEventResponseValidationError) Cause

Cause function returns cause value.

func (CreateShipmentEventResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateShipmentEventResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateShipmentEventResponseValidationError) Field

Field function returns field value.

func (CreateShipmentEventResponseValidationError) Key

Key function returns key value.

func (CreateShipmentEventResponseValidationError) Reason

Reason function returns reason value.

type CreateShipmentEventTypeRequest

type CreateShipmentEventTypeRequest struct {
	ShipmentEventTypeCode        string `` /* 128-byte string literal not displayed */
	ShipmentEventTypeName        string `` /* 128-byte string literal not displayed */
	ShipmentEventTypeDescription string `` /* 149-byte string literal not displayed */
	ShipmentEventId              uint32 `protobuf:"varint,4,opt,name=shipment_event_id,json=shipmentEventId,proto3" json:"shipment_event_id,omitempty"`
	UserId                       string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                    string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                    string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateShipmentEventTypeRequest) Descriptor deprecated

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

Deprecated: Use CreateShipmentEventTypeRequest.ProtoReflect.Descriptor instead.

func (*CreateShipmentEventTypeRequest) GetRequestId

func (x *CreateShipmentEventTypeRequest) GetRequestId() string

func (*CreateShipmentEventTypeRequest) GetShipmentEventId

func (x *CreateShipmentEventTypeRequest) GetShipmentEventId() uint32

func (*CreateShipmentEventTypeRequest) GetShipmentEventTypeCode

func (x *CreateShipmentEventTypeRequest) GetShipmentEventTypeCode() string

func (*CreateShipmentEventTypeRequest) GetShipmentEventTypeDescription

func (x *CreateShipmentEventTypeRequest) GetShipmentEventTypeDescription() string

func (*CreateShipmentEventTypeRequest) GetShipmentEventTypeName

func (x *CreateShipmentEventTypeRequest) GetShipmentEventTypeName() string

func (*CreateShipmentEventTypeRequest) GetUserEmail

func (x *CreateShipmentEventTypeRequest) GetUserEmail() string

func (*CreateShipmentEventTypeRequest) GetUserId

func (x *CreateShipmentEventTypeRequest) GetUserId() string

func (*CreateShipmentEventTypeRequest) ProtoMessage

func (*CreateShipmentEventTypeRequest) ProtoMessage()

func (*CreateShipmentEventTypeRequest) ProtoReflect

func (*CreateShipmentEventTypeRequest) Reset

func (x *CreateShipmentEventTypeRequest) Reset()

func (*CreateShipmentEventTypeRequest) String

func (*CreateShipmentEventTypeRequest) Validate

func (m *CreateShipmentEventTypeRequest) Validate() error

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

func (m *CreateShipmentEventTypeRequest) ValidateAll() error

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

type CreateShipmentEventTypeRequestMultiError

type CreateShipmentEventTypeRequestMultiError []error

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

func (CreateShipmentEventTypeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateShipmentEventTypeRequestMultiError) Error

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

type CreateShipmentEventTypeRequestValidationError

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

CreateShipmentEventTypeRequestValidationError is the validation error returned by CreateShipmentEventTypeRequest.Validate if the designated constraints aren't met.

func (CreateShipmentEventTypeRequestValidationError) Cause

Cause function returns cause value.

func (CreateShipmentEventTypeRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateShipmentEventTypeRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateShipmentEventTypeRequestValidationError) Field

Field function returns field value.

func (CreateShipmentEventTypeRequestValidationError) Key

Key function returns key value.

func (CreateShipmentEventTypeRequestValidationError) Reason

Reason function returns reason value.

type CreateTransportEventRequest

type CreateTransportEventRequest struct {
	EventClassifierCode    string                           `protobuf:"bytes,1,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	EventCreatedDateTime   string                           `protobuf:"bytes,2,opt,name=event_created_date_time,json=eventCreatedDateTime,proto3" json:"event_created_date_time,omitempty"`
	EventDateTime          string                           `protobuf:"bytes,3,opt,name=event_date_time,json=eventDateTime,proto3" json:"event_date_time,omitempty"`
	TransportEventTypeCode string                           `` /* 131-byte string literal not displayed */
	DelayReasonCode        string                           `protobuf:"bytes,5,opt,name=delay_reason_code,json=delayReasonCode,proto3" json:"delay_reason_code,omitempty"`
	ChangeRemark           string                           `protobuf:"bytes,6,opt,name=change_remark,json=changeRemark,proto3" json:"change_remark,omitempty"`
	TransportCallId        uint32                           `protobuf:"varint,7,opt,name=transport_call_id,json=transportCallId,proto3" json:"transport_call_id,omitempty"`
	EventId                uint32                           `protobuf:"varint,8,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	UserId                 string                           `protobuf:"bytes,9,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail              string                           `protobuf:"bytes,10,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId              string                           `protobuf:"bytes,11,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	TransportEventType     *CreateTransportEventTypeRequest `protobuf:"bytes,12,opt,name=transport_event_type,json=transportEventType,proto3" json:"transport_event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTransportEventRequest) Descriptor deprecated

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

Deprecated: Use CreateTransportEventRequest.ProtoReflect.Descriptor instead.

func (*CreateTransportEventRequest) GetChangeRemark

func (x *CreateTransportEventRequest) GetChangeRemark() string

func (*CreateTransportEventRequest) GetDelayReasonCode

func (x *CreateTransportEventRequest) GetDelayReasonCode() string

func (*CreateTransportEventRequest) GetEventClassifierCode

func (x *CreateTransportEventRequest) GetEventClassifierCode() string

func (*CreateTransportEventRequest) GetEventCreatedDateTime

func (x *CreateTransportEventRequest) GetEventCreatedDateTime() string

func (*CreateTransportEventRequest) GetEventDateTime

func (x *CreateTransportEventRequest) GetEventDateTime() string

func (*CreateTransportEventRequest) GetEventId

func (x *CreateTransportEventRequest) GetEventId() uint32

func (*CreateTransportEventRequest) GetRequestId

func (x *CreateTransportEventRequest) GetRequestId() string

func (*CreateTransportEventRequest) GetTransportCallId

func (x *CreateTransportEventRequest) GetTransportCallId() uint32

func (*CreateTransportEventRequest) GetTransportEventType

func (*CreateTransportEventRequest) GetTransportEventTypeCode

func (x *CreateTransportEventRequest) GetTransportEventTypeCode() string

func (*CreateTransportEventRequest) GetUserEmail

func (x *CreateTransportEventRequest) GetUserEmail() string

func (*CreateTransportEventRequest) GetUserId

func (x *CreateTransportEventRequest) GetUserId() string

func (*CreateTransportEventRequest) ProtoMessage

func (*CreateTransportEventRequest) ProtoMessage()

func (*CreateTransportEventRequest) ProtoReflect

func (*CreateTransportEventRequest) Reset

func (x *CreateTransportEventRequest) Reset()

func (*CreateTransportEventRequest) String

func (x *CreateTransportEventRequest) String() string

func (*CreateTransportEventRequest) Validate

func (m *CreateTransportEventRequest) Validate() error

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

func (m *CreateTransportEventRequest) ValidateAll() error

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

type CreateTransportEventRequestMultiError

type CreateTransportEventRequestMultiError []error

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

func (CreateTransportEventRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTransportEventRequestMultiError) Error

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

type CreateTransportEventRequestValidationError

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

CreateTransportEventRequestValidationError is the validation error returned by CreateTransportEventRequest.Validate if the designated constraints aren't met.

func (CreateTransportEventRequestValidationError) Cause

Cause function returns cause value.

func (CreateTransportEventRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTransportEventRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTransportEventRequestValidationError) Field

Field function returns field value.

func (CreateTransportEventRequestValidationError) Key

Key function returns key value.

func (CreateTransportEventRequestValidationError) Reason

Reason function returns reason value.

type CreateTransportEventResponse

type CreateTransportEventResponse struct {
	TransportEvent *TransportEvent `protobuf:"bytes,1,opt,name=transport_event,json=transportEvent,proto3" json:"transport_event,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTransportEventResponse) Descriptor deprecated

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

Deprecated: Use CreateTransportEventResponse.ProtoReflect.Descriptor instead.

func (*CreateTransportEventResponse) GetTransportEvent

func (x *CreateTransportEventResponse) GetTransportEvent() *TransportEvent

func (*CreateTransportEventResponse) ProtoMessage

func (*CreateTransportEventResponse) ProtoMessage()

func (*CreateTransportEventResponse) ProtoReflect

func (*CreateTransportEventResponse) Reset

func (x *CreateTransportEventResponse) Reset()

func (*CreateTransportEventResponse) String

func (*CreateTransportEventResponse) Validate

func (m *CreateTransportEventResponse) Validate() error

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

func (m *CreateTransportEventResponse) ValidateAll() error

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

type CreateTransportEventResponseMultiError

type CreateTransportEventResponseMultiError []error

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

func (CreateTransportEventResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTransportEventResponseMultiError) Error

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

type CreateTransportEventResponseValidationError

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

CreateTransportEventResponseValidationError is the validation error returned by CreateTransportEventResponse.Validate if the designated constraints aren't met.

func (CreateTransportEventResponseValidationError) Cause

Cause function returns cause value.

func (CreateTransportEventResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateTransportEventResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateTransportEventResponseValidationError) Field

Field function returns field value.

func (CreateTransportEventResponseValidationError) Key

Key function returns key value.

func (CreateTransportEventResponseValidationError) Reason

Reason function returns reason value.

type CreateTransportEventTypeRequest

type CreateTransportEventTypeRequest struct {
	TransportEventTypeCode        string `` /* 131-byte string literal not displayed */
	TransportEventTypeName        string `` /* 131-byte string literal not displayed */
	TransportEventTypeDescription string `` /* 152-byte string literal not displayed */
	TransportEventId              uint32 `protobuf:"varint,4,opt,name=transport_event_id,json=transportEventId,proto3" json:"transport_event_id,omitempty"`
	UserId                        string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                     string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                     string `protobuf:"bytes,7,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTransportEventTypeRequest) Descriptor deprecated

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

Deprecated: Use CreateTransportEventTypeRequest.ProtoReflect.Descriptor instead.

func (*CreateTransportEventTypeRequest) GetRequestId

func (x *CreateTransportEventTypeRequest) GetRequestId() string

func (*CreateTransportEventTypeRequest) GetTransportEventId

func (x *CreateTransportEventTypeRequest) GetTransportEventId() uint32

func (*CreateTransportEventTypeRequest) GetTransportEventTypeCode

func (x *CreateTransportEventTypeRequest) GetTransportEventTypeCode() string

func (*CreateTransportEventTypeRequest) GetTransportEventTypeDescription

func (x *CreateTransportEventTypeRequest) GetTransportEventTypeDescription() string

func (*CreateTransportEventTypeRequest) GetTransportEventTypeName

func (x *CreateTransportEventTypeRequest) GetTransportEventTypeName() string

func (*CreateTransportEventTypeRequest) GetUserEmail

func (x *CreateTransportEventTypeRequest) GetUserEmail() string

func (*CreateTransportEventTypeRequest) GetUserId

func (x *CreateTransportEventTypeRequest) GetUserId() string

func (*CreateTransportEventTypeRequest) ProtoMessage

func (*CreateTransportEventTypeRequest) ProtoMessage()

func (*CreateTransportEventTypeRequest) ProtoReflect

func (*CreateTransportEventTypeRequest) Reset

func (*CreateTransportEventTypeRequest) String

func (*CreateTransportEventTypeRequest) Validate

func (m *CreateTransportEventTypeRequest) Validate() error

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

func (m *CreateTransportEventTypeRequest) ValidateAll() error

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

type CreateTransportEventTypeRequestMultiError

type CreateTransportEventTypeRequestMultiError []error

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

func (CreateTransportEventTypeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateTransportEventTypeRequestMultiError) Error

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

type CreateTransportEventTypeRequestValidationError

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

CreateTransportEventTypeRequestValidationError is the validation error returned by CreateTransportEventTypeRequest.Validate if the designated constraints aren't met.

func (CreateTransportEventTypeRequestValidationError) Cause

Cause function returns cause value.

func (CreateTransportEventTypeRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateTransportEventTypeRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateTransportEventTypeRequestValidationError) Field

Field function returns field value.

func (CreateTransportEventTypeRequestValidationError) Key

Key function returns key value.

func (CreateTransportEventTypeRequestValidationError) Reason

Reason function returns reason value.

type DeleteEventSubscriptionByIDRequest

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

func (*DeleteEventSubscriptionByIDRequest) Descriptor deprecated

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

Deprecated: Use DeleteEventSubscriptionByIDRequest.ProtoReflect.Descriptor instead.

func (*DeleteEventSubscriptionByIDRequest) GetGetRequest

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

func (*DeleteEventSubscriptionByIDRequest) ProtoMessage

func (*DeleteEventSubscriptionByIDRequest) ProtoMessage()

func (*DeleteEventSubscriptionByIDRequest) ProtoReflect

func (*DeleteEventSubscriptionByIDRequest) Reset

func (*DeleteEventSubscriptionByIDRequest) String

func (*DeleteEventSubscriptionByIDRequest) Validate

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

func (m *DeleteEventSubscriptionByIDRequest) ValidateAll() error

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

type DeleteEventSubscriptionByIDRequestMultiError

type DeleteEventSubscriptionByIDRequestMultiError []error

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

func (DeleteEventSubscriptionByIDRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteEventSubscriptionByIDRequestMultiError) Error

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

type DeleteEventSubscriptionByIDRequestValidationError

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

DeleteEventSubscriptionByIDRequestValidationError is the validation error returned by DeleteEventSubscriptionByIDRequest.Validate if the designated constraints aren't met.

func (DeleteEventSubscriptionByIDRequestValidationError) Cause

Cause function returns cause value.

func (DeleteEventSubscriptionByIDRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteEventSubscriptionByIDRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteEventSubscriptionByIDRequestValidationError) Field

Field function returns field value.

func (DeleteEventSubscriptionByIDRequestValidationError) Key

Key function returns key value.

func (DeleteEventSubscriptionByIDRequestValidationError) Reason

Reason function returns reason value.

type DeleteEventSubscriptionByIDResponse

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

func (*DeleteEventSubscriptionByIDResponse) Descriptor deprecated

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

Deprecated: Use DeleteEventSubscriptionByIDResponse.ProtoReflect.Descriptor instead.

func (*DeleteEventSubscriptionByIDResponse) ProtoMessage

func (*DeleteEventSubscriptionByIDResponse) ProtoMessage()

func (*DeleteEventSubscriptionByIDResponse) ProtoReflect

func (*DeleteEventSubscriptionByIDResponse) Reset

func (*DeleteEventSubscriptionByIDResponse) String

func (*DeleteEventSubscriptionByIDResponse) Validate

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

func (m *DeleteEventSubscriptionByIDResponse) ValidateAll() error

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

type DeleteEventSubscriptionByIDResponseMultiError

type DeleteEventSubscriptionByIDResponseMultiError []error

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

func (DeleteEventSubscriptionByIDResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteEventSubscriptionByIDResponseMultiError) Error

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

type DeleteEventSubscriptionByIDResponseValidationError

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

DeleteEventSubscriptionByIDResponseValidationError is the validation error returned by DeleteEventSubscriptionByIDResponse.Validate if the designated constraints aren't met.

func (DeleteEventSubscriptionByIDResponseValidationError) Cause

Cause function returns cause value.

func (DeleteEventSubscriptionByIDResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteEventSubscriptionByIDResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteEventSubscriptionByIDResponseValidationError) Field

Field function returns field value.

func (DeleteEventSubscriptionByIDResponseValidationError) Key

Key function returns key value.

func (DeleteEventSubscriptionByIDResponseValidationError) Reason

Reason function returns reason value.

type EquipmentEvent

type EquipmentEvent struct {
	EquipmentEventD    *EquipmentEventD    `protobuf:"bytes,1,opt,name=equipment_event_d,json=equipmentEventD,proto3" json:"equipment_event_d,omitempty"`
	EquipmentEventT    *EquipmentEventT    `protobuf:"bytes,2,opt,name=equipment_event_t,json=equipmentEventT,proto3" json:"equipment_event_t,omitempty"`
	EquipmentEventType *EquipmentEventType `protobuf:"bytes,3,opt,name=equipment_event_type,json=equipmentEventType,proto3" json:"equipment_event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*EquipmentEvent) Descriptor deprecated

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

Deprecated: Use EquipmentEvent.ProtoReflect.Descriptor instead.

func (*EquipmentEvent) GetEquipmentEventD

func (x *EquipmentEvent) GetEquipmentEventD() *EquipmentEventD

func (*EquipmentEvent) GetEquipmentEventT

func (x *EquipmentEvent) GetEquipmentEventT() *EquipmentEventT

func (*EquipmentEvent) GetEquipmentEventType

func (x *EquipmentEvent) GetEquipmentEventType() *EquipmentEventType

func (*EquipmentEvent) ProtoMessage

func (*EquipmentEvent) ProtoMessage()

func (*EquipmentEvent) ProtoReflect

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

func (*EquipmentEvent) Reset

func (x *EquipmentEvent) Reset()

func (*EquipmentEvent) String

func (x *EquipmentEvent) String() string

func (*EquipmentEvent) Validate

func (m *EquipmentEvent) Validate() error

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

func (m *EquipmentEvent) ValidateAll() error

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

type EquipmentEventD

type EquipmentEventD struct {
	Id                     uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EventIdS               []byte `protobuf:"bytes,2,opt,name=event_id_s,json=eventIdS,proto3" json:"event_id_s,omitempty"`
	EventClassifierCode    string `protobuf:"bytes,3,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	EquipmentEventTypeCode string `` /* 131-byte string literal not displayed */
	EquipmentReference     string `protobuf:"bytes,5,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"`
	EmptyIndicatorCode     string `protobuf:"bytes,6,opt,name=empty_indicator_code,json=emptyIndicatorCode,proto3" json:"empty_indicator_code,omitempty"`
	TransportCallId        uint32 `protobuf:"varint,7,opt,name=transport_call_id,json=transportCallId,proto3" json:"transport_call_id,omitempty"`
	EventLocation          string `protobuf:"bytes,8,opt,name=event_location,json=eventLocation,proto3" json:"event_location,omitempty"`
	EventId                uint32 `protobuf:"varint,9,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EquipmentEventD) Descriptor deprecated

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

Deprecated: Use EquipmentEventD.ProtoReflect.Descriptor instead.

func (*EquipmentEventD) GetEmptyIndicatorCode

func (x *EquipmentEventD) GetEmptyIndicatorCode() string

func (*EquipmentEventD) GetEquipmentEventTypeCode

func (x *EquipmentEventD) GetEquipmentEventTypeCode() string

func (*EquipmentEventD) GetEquipmentReference

func (x *EquipmentEventD) GetEquipmentReference() string

func (*EquipmentEventD) GetEventClassifierCode

func (x *EquipmentEventD) GetEventClassifierCode() string

func (*EquipmentEventD) GetEventId

func (x *EquipmentEventD) GetEventId() uint32

func (*EquipmentEventD) GetEventIdS

func (x *EquipmentEventD) GetEventIdS() []byte

func (*EquipmentEventD) GetEventLocation

func (x *EquipmentEventD) GetEventLocation() string

func (*EquipmentEventD) GetId

func (x *EquipmentEventD) GetId() uint32

func (*EquipmentEventD) GetTransportCallId

func (x *EquipmentEventD) GetTransportCallId() uint32

func (*EquipmentEventD) ProtoMessage

func (*EquipmentEventD) ProtoMessage()

func (*EquipmentEventD) ProtoReflect

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

func (*EquipmentEventD) Reset

func (x *EquipmentEventD) Reset()

func (*EquipmentEventD) String

func (x *EquipmentEventD) String() string

func (*EquipmentEventD) Validate

func (m *EquipmentEventD) Validate() error

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

func (m *EquipmentEventD) ValidateAll() error

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

type EquipmentEventDMultiError

type EquipmentEventDMultiError []error

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

func (EquipmentEventDMultiError) AllErrors

func (m EquipmentEventDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EquipmentEventDMultiError) Error

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

type EquipmentEventDValidationError

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

EquipmentEventDValidationError is the validation error returned by EquipmentEventD.Validate if the designated constraints aren't met.

func (EquipmentEventDValidationError) Cause

Cause function returns cause value.

func (EquipmentEventDValidationError) Error

Error satisfies the builtin error interface

func (EquipmentEventDValidationError) ErrorName

func (e EquipmentEventDValidationError) ErrorName() string

ErrorName returns error name.

func (EquipmentEventDValidationError) Field

Field function returns field value.

func (EquipmentEventDValidationError) Key

Key function returns key value.

func (EquipmentEventDValidationError) Reason

Reason function returns reason value.

type EquipmentEventMultiError

type EquipmentEventMultiError []error

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

func (EquipmentEventMultiError) AllErrors

func (m EquipmentEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EquipmentEventMultiError) Error

func (m EquipmentEventMultiError) Error() string

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

type EquipmentEventT

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

func (*EquipmentEventT) Descriptor deprecated

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

Deprecated: Use EquipmentEventT.ProtoReflect.Descriptor instead.

func (*EquipmentEventT) GetEventCreatedDateTime

func (x *EquipmentEventT) GetEventCreatedDateTime() *timestamppb.Timestamp

func (*EquipmentEventT) GetEventDateTime

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

func (*EquipmentEventT) ProtoMessage

func (*EquipmentEventT) ProtoMessage()

func (*EquipmentEventT) ProtoReflect

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

func (*EquipmentEventT) Reset

func (x *EquipmentEventT) Reset()

func (*EquipmentEventT) String

func (x *EquipmentEventT) String() string

func (*EquipmentEventT) Validate

func (m *EquipmentEventT) Validate() error

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

func (m *EquipmentEventT) ValidateAll() error

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

type EquipmentEventTMultiError

type EquipmentEventTMultiError []error

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

func (EquipmentEventTMultiError) AllErrors

func (m EquipmentEventTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EquipmentEventTMultiError) Error

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

type EquipmentEventTValidationError

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

EquipmentEventTValidationError is the validation error returned by EquipmentEventT.Validate if the designated constraints aren't met.

func (EquipmentEventTValidationError) Cause

Cause function returns cause value.

func (EquipmentEventTValidationError) Error

Error satisfies the builtin error interface

func (EquipmentEventTValidationError) ErrorName

func (e EquipmentEventTValidationError) ErrorName() string

ErrorName returns error name.

func (EquipmentEventTValidationError) Field

Field function returns field value.

func (EquipmentEventTValidationError) Key

Key function returns key value.

func (EquipmentEventTValidationError) Reason

Reason function returns reason value.

type EquipmentEventType

type EquipmentEventType struct {
	EquipmentEventTypeCode        string `` /* 131-byte string literal not displayed */
	EquipmentEventTypeName        string `` /* 131-byte string literal not displayed */
	EquipmentEventTypeDescription string `` /* 152-byte string literal not displayed */
	EquipmentEventId              uint32 `protobuf:"varint,4,opt,name=equipment_event_id,json=equipmentEventId,proto3" json:"equipment_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EquipmentEventType) Descriptor deprecated

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

Deprecated: Use EquipmentEventType.ProtoReflect.Descriptor instead.

func (*EquipmentEventType) GetEquipmentEventId

func (x *EquipmentEventType) GetEquipmentEventId() uint32

func (*EquipmentEventType) GetEquipmentEventTypeCode

func (x *EquipmentEventType) GetEquipmentEventTypeCode() string

func (*EquipmentEventType) GetEquipmentEventTypeDescription

func (x *EquipmentEventType) GetEquipmentEventTypeDescription() string

func (*EquipmentEventType) GetEquipmentEventTypeName

func (x *EquipmentEventType) GetEquipmentEventTypeName() string

func (*EquipmentEventType) ProtoMessage

func (*EquipmentEventType) ProtoMessage()

func (*EquipmentEventType) ProtoReflect

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

func (*EquipmentEventType) Reset

func (x *EquipmentEventType) Reset()

func (*EquipmentEventType) String

func (x *EquipmentEventType) String() string

func (*EquipmentEventType) Validate

func (m *EquipmentEventType) Validate() error

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

func (m *EquipmentEventType) ValidateAll() error

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

type EquipmentEventTypeMultiError

type EquipmentEventTypeMultiError []error

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

func (EquipmentEventTypeMultiError) AllErrors

func (m EquipmentEventTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EquipmentEventTypeMultiError) Error

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

type EquipmentEventTypeValidationError

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

EquipmentEventTypeValidationError is the validation error returned by EquipmentEventType.Validate if the designated constraints aren't met.

func (EquipmentEventTypeValidationError) Cause

Cause function returns cause value.

func (EquipmentEventTypeValidationError) Error

Error satisfies the builtin error interface

func (EquipmentEventTypeValidationError) ErrorName

ErrorName returns error name.

func (EquipmentEventTypeValidationError) Field

Field function returns field value.

func (EquipmentEventTypeValidationError) Key

Key function returns key value.

func (EquipmentEventTypeValidationError) Reason

Reason function returns reason value.

type EquipmentEventValidationError

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

EquipmentEventValidationError is the validation error returned by EquipmentEvent.Validate if the designated constraints aren't met.

func (EquipmentEventValidationError) Cause

Cause function returns cause value.

func (EquipmentEventValidationError) Error

Error satisfies the builtin error interface

func (EquipmentEventValidationError) ErrorName

func (e EquipmentEventValidationError) ErrorName() string

ErrorName returns error name.

func (EquipmentEventValidationError) Field

Field function returns field value.

func (EquipmentEventValidationError) Key

Key function returns key value.

func (EquipmentEventValidationError) Reason

Reason function returns reason value.

type Event

type Event struct {
	EventD          *EventD          `protobuf:"bytes,1,opt,name=event_d,json=eventD,proto3" json:"event_d,omitempty"`
	EventT          *EventT          `protobuf:"bytes,2,opt,name=event_t,json=eventT,proto3" json:"event_t,omitempty"`
	EventClassifier *EventClassifier `protobuf:"bytes,3,opt,name=event_classifier,json=eventClassifier,proto3" json:"event_classifier,omitempty"`
	// contains filtered or unexported fields
}

func (*Event) Descriptor deprecated

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

Deprecated: Use Event.ProtoReflect.Descriptor instead.

func (*Event) GetEventClassifier

func (x *Event) GetEventClassifier() *EventClassifier

func (*Event) GetEventD

func (x *Event) GetEventD() *EventD

func (*Event) GetEventT

func (x *Event) GetEventT() *EventT

func (*Event) ProtoMessage

func (*Event) ProtoMessage()

func (*Event) ProtoReflect

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

func (*Event) Reset

func (x *Event) Reset()

func (*Event) String

func (x *Event) String() string

func (*Event) Validate

func (m *Event) Validate() error

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

func (m *Event) ValidateAll() error

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

type EventClassifier

type EventClassifier struct {
	EventClassifierCode        string `protobuf:"bytes,1,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	EventClassifierName        string `protobuf:"bytes,2,opt,name=event_classifier_name,json=eventClassifierName,proto3" json:"event_classifier_name,omitempty"`
	EventClassifierDescription string `` /* 141-byte string literal not displayed */
	EventId                    uint32 `protobuf:"varint,4,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EventClassifier) Descriptor deprecated

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

Deprecated: Use EventClassifier.ProtoReflect.Descriptor instead.

func (*EventClassifier) GetEventClassifierCode

func (x *EventClassifier) GetEventClassifierCode() string

func (*EventClassifier) GetEventClassifierDescription

func (x *EventClassifier) GetEventClassifierDescription() string

func (*EventClassifier) GetEventClassifierName

func (x *EventClassifier) GetEventClassifierName() string

func (*EventClassifier) GetEventId

func (x *EventClassifier) GetEventId() uint32

func (*EventClassifier) ProtoMessage

func (*EventClassifier) ProtoMessage()

func (*EventClassifier) ProtoReflect

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

func (*EventClassifier) Reset

func (x *EventClassifier) Reset()

func (*EventClassifier) String

func (x *EventClassifier) String() string

func (*EventClassifier) Validate

func (m *EventClassifier) Validate() error

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

func (m *EventClassifier) ValidateAll() error

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

type EventClassifierMultiError

type EventClassifierMultiError []error

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

func (EventClassifierMultiError) AllErrors

func (m EventClassifierMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventClassifierMultiError) Error

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

type EventClassifierValidationError

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

EventClassifierValidationError is the validation error returned by EventClassifier.Validate if the designated constraints aren't met.

func (EventClassifierValidationError) Cause

Cause function returns cause value.

func (EventClassifierValidationError) Error

Error satisfies the builtin error interface

func (EventClassifierValidationError) ErrorName

func (e EventClassifierValidationError) ErrorName() string

ErrorName returns error name.

func (EventClassifierValidationError) Field

Field function returns field value.

func (EventClassifierValidationError) Key

Key function returns key value.

func (EventClassifierValidationError) Reason

Reason function returns reason value.

type EventD

type EventD struct {
	Id                  uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EventId             []byte `protobuf:"bytes,2,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	EventClassifierCode string `protobuf:"bytes,3,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	// contains filtered or unexported fields
}

func (*EventD) Descriptor deprecated

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

Deprecated: Use EventD.ProtoReflect.Descriptor instead.

func (*EventD) GetEventClassifierCode

func (x *EventD) GetEventClassifierCode() string

func (*EventD) GetEventId

func (x *EventD) GetEventId() []byte

func (*EventD) GetId

func (x *EventD) GetId() uint32

func (*EventD) ProtoMessage

func (*EventD) ProtoMessage()

func (*EventD) ProtoReflect

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

func (*EventD) Reset

func (x *EventD) Reset()

func (*EventD) String

func (x *EventD) String() string

func (*EventD) Validate

func (m *EventD) Validate() error

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

func (m *EventD) ValidateAll() error

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

type EventDMultiError

type EventDMultiError []error

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

func (EventDMultiError) AllErrors

func (m EventDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventDMultiError) Error

func (m EventDMultiError) Error() string

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

type EventDValidationError

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

EventDValidationError is the validation error returned by EventD.Validate if the designated constraints aren't met.

func (EventDValidationError) Cause

func (e EventDValidationError) Cause() error

Cause function returns cause value.

func (EventDValidationError) Error

func (e EventDValidationError) Error() string

Error satisfies the builtin error interface

func (EventDValidationError) ErrorName

func (e EventDValidationError) ErrorName() string

ErrorName returns error name.

func (EventDValidationError) Field

func (e EventDValidationError) Field() string

Field function returns field value.

func (EventDValidationError) Key

func (e EventDValidationError) Key() bool

Key function returns key value.

func (EventDValidationError) Reason

func (e EventDValidationError) Reason() string

Reason function returns reason value.

type EventMultiError

type EventMultiError []error

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

func (EventMultiError) AllErrors

func (m EventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventMultiError) Error

func (m EventMultiError) Error() string

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

type EventServiceClient

type EventServiceClient interface {
	GetEvents(ctx context.Context, in *GetEventsRequest, opts ...grpc.CallOption) (*GetEventsResponse, error)
	GetEvent(ctx context.Context, in *GetEventRequest, opts ...grpc.CallOption) (*GetEventResponse, error)
	CreateEvent(ctx context.Context, in *CreateEventRequest, opts ...grpc.CallOption) (*CreateEventResponse, error)
	CreateEquipmentEvent(ctx context.Context, in *CreateEquipmentEventRequest, opts ...grpc.CallOption) (*CreateEquipmentEventResponse, error)
	LoadRelatedEntities(ctx context.Context, in *LoadRelatedEntitiesRequest, opts ...grpc.CallOption) (*LoadRelatedEntitiesResponse, error)
	CreateOperationsEvent(ctx context.Context, in *CreateOperationsEventRequest, opts ...grpc.CallOption) (*CreateOperationsEventResponse, error)
	LoadOperationsRelatedEntities(ctx context.Context, in *LoadOperationsRelatedEntitiesRequest, opts ...grpc.CallOption) (*LoadOperationsRelatedEntitiesResponse, error)
	CreateTransportEvent(ctx context.Context, in *CreateTransportEventRequest, opts ...grpc.CallOption) (*CreateTransportEventResponse, error)
	LoadTransportRelatedEntities(ctx context.Context, in *LoadTransportRelatedEntitiesRequest, opts ...grpc.CallOption) (*LoadTransportRelatedEntitiesResponse, error)
	CreateShipmentEvent(ctx context.Context, in *CreateShipmentEventRequest, opts ...grpc.CallOption) (*CreateShipmentEventResponse, error)
	CreateShipmentEventFromShippingInstruction(ctx context.Context, in *CreateShipmentEventFromShippingInstructionRequest, opts ...grpc.CallOption) (*CreateShipmentEventFromShippingInstructionResponse, error)
	LoadShipmentRelatedEntities(ctx context.Context, in *LoadShipmentRelatedEntitiesRequest, opts ...grpc.CallOption) (*LoadShipmentRelatedEntitiesResponse, error)
}

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

type EventServiceServer

EventServiceServer is the server API for EventService service. All implementations must embed UnimplementedEventServiceServer for forward compatibility.

The EventService service definition.

type EventSubscription

type EventSubscription struct {
	EventSubscriptionD *EventSubscriptionD `protobuf:"bytes,1,opt,name=event_subscription_d,json=eventSubscriptionD,proto3" json:"event_subscription_d,omitempty"`
	CrUpdUser          *v1.CrUpdUser       `protobuf:"bytes,3,opt,name=cr_upd_user,json=crUpdUser,proto3" json:"cr_upd_user,omitempty"`
	CrUpdTime          *v1.CrUpdTime       `protobuf:"bytes,4,opt,name=cr_upd_time,json=crUpdTime,proto3" json:"cr_upd_time,omitempty"`
	// contains filtered or unexported fields
}

func (*EventSubscription) Descriptor deprecated

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

Deprecated: Use EventSubscription.ProtoReflect.Descriptor instead.

func (*EventSubscription) GetCrUpdTime

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

func (*EventSubscription) GetCrUpdUser

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

func (*EventSubscription) GetEventSubscriptionD

func (x *EventSubscription) GetEventSubscriptionD() *EventSubscriptionD

func (*EventSubscription) ProtoMessage

func (*EventSubscription) ProtoMessage()

func (*EventSubscription) ProtoReflect

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

func (*EventSubscription) Reset

func (x *EventSubscription) Reset()

func (*EventSubscription) String

func (x *EventSubscription) String() string

func (*EventSubscription) Validate

func (m *EventSubscription) Validate() error

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

func (m *EventSubscription) ValidateAll() error

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

type EventSubscriptionD

type EventSubscriptionD struct {
	Id                             uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	SubscriptionId                 []byte `protobuf:"bytes,2,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,omitempty"`
	CallbackUrl                    string `protobuf:"bytes,3,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"`
	DocumentReference              string `protobuf:"bytes,4,opt,name=document_reference,json=documentReference,proto3" json:"document_reference,omitempty"`
	EquipmentReference             string `protobuf:"bytes,5,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"`
	TransportCallReference         string `` /* 129-byte string literal not displayed */
	VesselImoNumber                string `protobuf:"bytes,7,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	CarrierExportVoyageNumber      string `` /* 140-byte string literal not displayed */
	UniversalExportVoyageReference string `` /* 155-byte string literal not displayed */
	CarrierServiceCode             string `protobuf:"bytes,10,opt,name=carrier_service_code,json=carrierServiceCode,proto3" json:"carrier_service_code,omitempty"`
	UniversalServiceReference      string `` /* 139-byte string literal not displayed */
	UnLocationCode                 string `protobuf:"bytes,12,opt,name=un_location_code,json=unLocationCode,proto3" json:"un_location_code,omitempty"`
	Secret                         []byte `protobuf:"bytes,13,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*EventSubscriptionD) Descriptor deprecated

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

Deprecated: Use EventSubscriptionD.ProtoReflect.Descriptor instead.

func (*EventSubscriptionD) GetCallbackUrl

func (x *EventSubscriptionD) GetCallbackUrl() string

func (*EventSubscriptionD) GetCarrierExportVoyageNumber

func (x *EventSubscriptionD) GetCarrierExportVoyageNumber() string

func (*EventSubscriptionD) GetCarrierServiceCode

func (x *EventSubscriptionD) GetCarrierServiceCode() string

func (*EventSubscriptionD) GetDocumentReference

func (x *EventSubscriptionD) GetDocumentReference() string

func (*EventSubscriptionD) GetEquipmentReference

func (x *EventSubscriptionD) GetEquipmentReference() string

func (*EventSubscriptionD) GetId

func (x *EventSubscriptionD) GetId() uint32

func (*EventSubscriptionD) GetSecret

func (x *EventSubscriptionD) GetSecret() []byte

func (*EventSubscriptionD) GetSubscriptionId

func (x *EventSubscriptionD) GetSubscriptionId() []byte

func (*EventSubscriptionD) GetTransportCallReference

func (x *EventSubscriptionD) GetTransportCallReference() string

func (*EventSubscriptionD) GetUnLocationCode

func (x *EventSubscriptionD) GetUnLocationCode() string

func (*EventSubscriptionD) GetUniversalExportVoyageReference

func (x *EventSubscriptionD) GetUniversalExportVoyageReference() string

func (*EventSubscriptionD) GetUniversalServiceReference

func (x *EventSubscriptionD) GetUniversalServiceReference() string

func (*EventSubscriptionD) GetVesselImoNumber

func (x *EventSubscriptionD) GetVesselImoNumber() string

func (*EventSubscriptionD) ProtoMessage

func (*EventSubscriptionD) ProtoMessage()

func (*EventSubscriptionD) ProtoReflect

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

func (*EventSubscriptionD) Reset

func (x *EventSubscriptionD) Reset()

func (*EventSubscriptionD) String

func (x *EventSubscriptionD) String() string

func (*EventSubscriptionD) Validate

func (m *EventSubscriptionD) Validate() error

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

func (m *EventSubscriptionD) ValidateAll() error

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

type EventSubscriptionDMultiError

type EventSubscriptionDMultiError []error

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

func (EventSubscriptionDMultiError) AllErrors

func (m EventSubscriptionDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventSubscriptionDMultiError) Error

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

type EventSubscriptionDValidationError

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

EventSubscriptionDValidationError is the validation error returned by EventSubscriptionD.Validate if the designated constraints aren't met.

func (EventSubscriptionDValidationError) Cause

Cause function returns cause value.

func (EventSubscriptionDValidationError) Error

Error satisfies the builtin error interface

func (EventSubscriptionDValidationError) ErrorName

ErrorName returns error name.

func (EventSubscriptionDValidationError) Field

Field function returns field value.

func (EventSubscriptionDValidationError) Key

Key function returns key value.

func (EventSubscriptionDValidationError) Reason

Reason function returns reason value.

type EventSubscriptionMultiError

type EventSubscriptionMultiError []error

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

func (EventSubscriptionMultiError) AllErrors

func (m EventSubscriptionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventSubscriptionMultiError) Error

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

type EventSubscriptionServiceClient

type EventSubscriptionServiceClient interface {
	CreateEventSubscription(ctx context.Context, in *CreateEventSubscriptionRequest, opts ...grpc.CallOption) (*CreateEventSubscriptionResponse, error)
	GetEventSubscriptions(ctx context.Context, in *GetEventSubscriptionsRequest, opts ...grpc.CallOption) (*GetEventSubscriptionsResponse, error)
	FindEventSubscriptionByID(ctx context.Context, in *FindEventSubscriptionByIDRequest, opts ...grpc.CallOption) (*FindEventSubscriptionByIDResponse, error)
	DeleteEventSubscriptionByID(ctx context.Context, in *DeleteEventSubscriptionByIDRequest, opts ...grpc.CallOption) (*DeleteEventSubscriptionByIDResponse, error)
	UpdateEventSubscription(ctx context.Context, in *UpdateEventSubscriptionRequest, opts ...grpc.CallOption) (*UpdateEventSubscriptionResponse, error)
}

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

type EventSubscriptionServiceServer

type EventSubscriptionServiceServer interface {
	CreateEventSubscription(context.Context, *CreateEventSubscriptionRequest) (*CreateEventSubscriptionResponse, error)
	GetEventSubscriptions(context.Context, *GetEventSubscriptionsRequest) (*GetEventSubscriptionsResponse, error)
	FindEventSubscriptionByID(context.Context, *FindEventSubscriptionByIDRequest) (*FindEventSubscriptionByIDResponse, error)
	DeleteEventSubscriptionByID(context.Context, *DeleteEventSubscriptionByIDRequest) (*DeleteEventSubscriptionByIDResponse, error)
	UpdateEventSubscription(context.Context, *UpdateEventSubscriptionRequest) (*UpdateEventSubscriptionResponse, error)
	// contains filtered or unexported methods
}

EventSubscriptionServiceServer is the server API for EventSubscriptionService service. All implementations must embed UnimplementedEventSubscriptionServiceServer for forward compatibility.

The EventSubscriptionService service definition.

type EventSubscriptionValidationError

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

EventSubscriptionValidationError is the validation error returned by EventSubscription.Validate if the designated constraints aren't met.

func (EventSubscriptionValidationError) Cause

Cause function returns cause value.

func (EventSubscriptionValidationError) Error

Error satisfies the builtin error interface

func (EventSubscriptionValidationError) ErrorName

ErrorName returns error name.

func (EventSubscriptionValidationError) Field

Field function returns field value.

func (EventSubscriptionValidationError) Key

Key function returns key value.

func (EventSubscriptionValidationError) Reason

Reason function returns reason value.

type EventT

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

func (*EventT) Descriptor deprecated

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

Deprecated: Use EventT.ProtoReflect.Descriptor instead.

func (*EventT) GetEventCreatedDateTime

func (x *EventT) GetEventCreatedDateTime() *timestamppb.Timestamp

func (*EventT) GetEventDateTime

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

func (*EventT) ProtoMessage

func (*EventT) ProtoMessage()

func (*EventT) ProtoReflect

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

func (*EventT) Reset

func (x *EventT) Reset()

func (*EventT) String

func (x *EventT) String() string

func (*EventT) Validate

func (m *EventT) Validate() error

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

func (m *EventT) ValidateAll() error

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

type EventTMultiError

type EventTMultiError []error

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

func (EventTMultiError) AllErrors

func (m EventTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EventTMultiError) Error

func (m EventTMultiError) Error() string

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

type EventTValidationError

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

EventTValidationError is the validation error returned by EventT.Validate if the designated constraints aren't met.

func (EventTValidationError) Cause

func (e EventTValidationError) Cause() error

Cause function returns cause value.

func (EventTValidationError) Error

func (e EventTValidationError) Error() string

Error satisfies the builtin error interface

func (EventTValidationError) ErrorName

func (e EventTValidationError) ErrorName() string

ErrorName returns error name.

func (EventTValidationError) Field

func (e EventTValidationError) Field() string

Field function returns field value.

func (EventTValidationError) Key

func (e EventTValidationError) Key() bool

Key function returns key value.

func (EventTValidationError) Reason

func (e EventTValidationError) Reason() string

Reason function returns reason value.

type EventValidationError

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

EventValidationError is the validation error returned by Event.Validate if the designated constraints aren't met.

func (EventValidationError) Cause

func (e EventValidationError) Cause() error

Cause function returns cause value.

func (EventValidationError) Error

func (e EventValidationError) Error() string

Error satisfies the builtin error interface

func (EventValidationError) ErrorName

func (e EventValidationError) ErrorName() string

ErrorName returns error name.

func (EventValidationError) Field

func (e EventValidationError) Field() string

Field function returns field value.

func (EventValidationError) Key

func (e EventValidationError) Key() bool

Key function returns key value.

func (EventValidationError) Reason

func (e EventValidationError) Reason() string

Reason function returns reason value.

type FindEventSubscriptionByIDRequest

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

func (*FindEventSubscriptionByIDRequest) Descriptor deprecated

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

Deprecated: Use FindEventSubscriptionByIDRequest.ProtoReflect.Descriptor instead.

func (*FindEventSubscriptionByIDRequest) GetGetRequest

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

func (*FindEventSubscriptionByIDRequest) ProtoMessage

func (*FindEventSubscriptionByIDRequest) ProtoMessage()

func (*FindEventSubscriptionByIDRequest) ProtoReflect

func (*FindEventSubscriptionByIDRequest) Reset

func (*FindEventSubscriptionByIDRequest) String

func (*FindEventSubscriptionByIDRequest) Validate

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

func (m *FindEventSubscriptionByIDRequest) ValidateAll() error

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

type FindEventSubscriptionByIDRequestMultiError

type FindEventSubscriptionByIDRequestMultiError []error

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

func (FindEventSubscriptionByIDRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindEventSubscriptionByIDRequestMultiError) Error

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

type FindEventSubscriptionByIDRequestValidationError

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

FindEventSubscriptionByIDRequestValidationError is the validation error returned by FindEventSubscriptionByIDRequest.Validate if the designated constraints aren't met.

func (FindEventSubscriptionByIDRequestValidationError) Cause

Cause function returns cause value.

func (FindEventSubscriptionByIDRequestValidationError) Error

Error satisfies the builtin error interface

func (FindEventSubscriptionByIDRequestValidationError) ErrorName

ErrorName returns error name.

func (FindEventSubscriptionByIDRequestValidationError) Field

Field function returns field value.

func (FindEventSubscriptionByIDRequestValidationError) Key

Key function returns key value.

func (FindEventSubscriptionByIDRequestValidationError) Reason

Reason function returns reason value.

type FindEventSubscriptionByIDResponse

type FindEventSubscriptionByIDResponse struct {
	EventSubscription *EventSubscription `protobuf:"bytes,1,opt,name=event_subscription,json=eventSubscription,proto3" json:"event_subscription,omitempty"`
	// contains filtered or unexported fields
}

func (*FindEventSubscriptionByIDResponse) Descriptor deprecated

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

Deprecated: Use FindEventSubscriptionByIDResponse.ProtoReflect.Descriptor instead.

func (*FindEventSubscriptionByIDResponse) GetEventSubscription

func (x *FindEventSubscriptionByIDResponse) GetEventSubscription() *EventSubscription

func (*FindEventSubscriptionByIDResponse) ProtoMessage

func (*FindEventSubscriptionByIDResponse) ProtoMessage()

func (*FindEventSubscriptionByIDResponse) ProtoReflect

func (*FindEventSubscriptionByIDResponse) Reset

func (*FindEventSubscriptionByIDResponse) String

func (*FindEventSubscriptionByIDResponse) Validate

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

func (m *FindEventSubscriptionByIDResponse) ValidateAll() error

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

type FindEventSubscriptionByIDResponseMultiError

type FindEventSubscriptionByIDResponseMultiError []error

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

func (FindEventSubscriptionByIDResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FindEventSubscriptionByIDResponseMultiError) Error

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

type FindEventSubscriptionByIDResponseValidationError

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

FindEventSubscriptionByIDResponseValidationError is the validation error returned by FindEventSubscriptionByIDResponse.Validate if the designated constraints aren't met.

func (FindEventSubscriptionByIDResponseValidationError) Cause

Cause function returns cause value.

func (FindEventSubscriptionByIDResponseValidationError) Error

Error satisfies the builtin error interface

func (FindEventSubscriptionByIDResponseValidationError) ErrorName

ErrorName returns error name.

func (FindEventSubscriptionByIDResponseValidationError) Field

Field function returns field value.

func (FindEventSubscriptionByIDResponseValidationError) Key

Key function returns key value.

func (FindEventSubscriptionByIDResponseValidationError) Reason

Reason function returns reason value.

type GetEventRequest

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

func (*GetEventRequest) Descriptor deprecated

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

Deprecated: Use GetEventRequest.ProtoReflect.Descriptor instead.

func (*GetEventRequest) GetGetRequest

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

func (*GetEventRequest) ProtoMessage

func (*GetEventRequest) ProtoMessage()

func (*GetEventRequest) ProtoReflect

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

func (*GetEventRequest) Reset

func (x *GetEventRequest) Reset()

func (*GetEventRequest) String

func (x *GetEventRequest) String() string

func (*GetEventRequest) Validate

func (m *GetEventRequest) Validate() error

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

func (m *GetEventRequest) ValidateAll() error

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

type GetEventRequestMultiError

type GetEventRequestMultiError []error

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

func (GetEventRequestMultiError) AllErrors

func (m GetEventRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEventRequestMultiError) Error

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

type GetEventRequestValidationError

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

GetEventRequestValidationError is the validation error returned by GetEventRequest.Validate if the designated constraints aren't met.

func (GetEventRequestValidationError) Cause

Cause function returns cause value.

func (GetEventRequestValidationError) Error

Error satisfies the builtin error interface

func (GetEventRequestValidationError) ErrorName

func (e GetEventRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetEventRequestValidationError) Field

Field function returns field value.

func (GetEventRequestValidationError) Key

Key function returns key value.

func (GetEventRequestValidationError) Reason

Reason function returns reason value.

type GetEventResponse

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

func (*GetEventResponse) Descriptor deprecated

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

Deprecated: Use GetEventResponse.ProtoReflect.Descriptor instead.

func (*GetEventResponse) GetEvent

func (x *GetEventResponse) GetEvent() *Event

func (*GetEventResponse) ProtoMessage

func (*GetEventResponse) ProtoMessage()

func (*GetEventResponse) ProtoReflect

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

func (*GetEventResponse) Reset

func (x *GetEventResponse) Reset()

func (*GetEventResponse) String

func (x *GetEventResponse) String() string

func (*GetEventResponse) Validate

func (m *GetEventResponse) Validate() error

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

func (m *GetEventResponse) ValidateAll() error

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

type GetEventResponseMultiError

type GetEventResponseMultiError []error

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

func (GetEventResponseMultiError) AllErrors

func (m GetEventResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEventResponseMultiError) Error

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

type GetEventResponseValidationError

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

GetEventResponseValidationError is the validation error returned by GetEventResponse.Validate if the designated constraints aren't met.

func (GetEventResponseValidationError) Cause

Cause function returns cause value.

func (GetEventResponseValidationError) Error

Error satisfies the builtin error interface

func (GetEventResponseValidationError) ErrorName

ErrorName returns error name.

func (GetEventResponseValidationError) Field

Field function returns field value.

func (GetEventResponseValidationError) Key

Key function returns key value.

func (GetEventResponseValidationError) Reason

Reason function returns reason value.

type GetEventSubscriptionsRequest

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

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

Deprecated: Use GetEventSubscriptionsRequest.ProtoReflect.Descriptor instead.

func (*GetEventSubscriptionsRequest) GetLimit

func (x *GetEventSubscriptionsRequest) GetLimit() string

func (*GetEventSubscriptionsRequest) GetNextCursor

func (x *GetEventSubscriptionsRequest) GetNextCursor() string

func (*GetEventSubscriptionsRequest) GetRequestId

func (x *GetEventSubscriptionsRequest) GetRequestId() string

func (*GetEventSubscriptionsRequest) GetUserEmail

func (x *GetEventSubscriptionsRequest) GetUserEmail() string

func (*GetEventSubscriptionsRequest) ProtoMessage

func (*GetEventSubscriptionsRequest) ProtoMessage()

func (*GetEventSubscriptionsRequest) ProtoReflect

func (*GetEventSubscriptionsRequest) Reset

func (x *GetEventSubscriptionsRequest) Reset()

func (*GetEventSubscriptionsRequest) String

func (*GetEventSubscriptionsRequest) Validate

func (m *GetEventSubscriptionsRequest) Validate() error

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

func (m *GetEventSubscriptionsRequest) ValidateAll() error

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

type GetEventSubscriptionsRequestMultiError

type GetEventSubscriptionsRequestMultiError []error

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

func (GetEventSubscriptionsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetEventSubscriptionsRequestMultiError) Error

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

type GetEventSubscriptionsRequestValidationError

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

GetEventSubscriptionsRequestValidationError is the validation error returned by GetEventSubscriptionsRequest.Validate if the designated constraints aren't met.

func (GetEventSubscriptionsRequestValidationError) Cause

Cause function returns cause value.

func (GetEventSubscriptionsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetEventSubscriptionsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetEventSubscriptionsRequestValidationError) Field

Field function returns field value.

func (GetEventSubscriptionsRequestValidationError) Key

Key function returns key value.

func (GetEventSubscriptionsRequestValidationError) Reason

Reason function returns reason value.

type GetEventSubscriptionsResponse

type GetEventSubscriptionsResponse struct {
	EventSubscriptions []*EventSubscription `protobuf:"bytes,1,rep,name=event_subscriptions,json=eventSubscriptions,proto3" json:"event_subscriptions,omitempty"`
	NextCursor         string               `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEventSubscriptionsResponse) Descriptor deprecated

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

Deprecated: Use GetEventSubscriptionsResponse.ProtoReflect.Descriptor instead.

func (*GetEventSubscriptionsResponse) GetEventSubscriptions

func (x *GetEventSubscriptionsResponse) GetEventSubscriptions() []*EventSubscription

func (*GetEventSubscriptionsResponse) GetNextCursor

func (x *GetEventSubscriptionsResponse) GetNextCursor() string

func (*GetEventSubscriptionsResponse) ProtoMessage

func (*GetEventSubscriptionsResponse) ProtoMessage()

func (*GetEventSubscriptionsResponse) ProtoReflect

func (*GetEventSubscriptionsResponse) Reset

func (x *GetEventSubscriptionsResponse) Reset()

func (*GetEventSubscriptionsResponse) String

func (*GetEventSubscriptionsResponse) Validate

func (m *GetEventSubscriptionsResponse) Validate() error

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

func (m *GetEventSubscriptionsResponse) ValidateAll() error

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

type GetEventSubscriptionsResponseMultiError

type GetEventSubscriptionsResponseMultiError []error

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

func (GetEventSubscriptionsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetEventSubscriptionsResponseMultiError) Error

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

type GetEventSubscriptionsResponseValidationError

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

GetEventSubscriptionsResponseValidationError is the validation error returned by GetEventSubscriptionsResponse.Validate if the designated constraints aren't met.

func (GetEventSubscriptionsResponseValidationError) Cause

Cause function returns cause value.

func (GetEventSubscriptionsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetEventSubscriptionsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetEventSubscriptionsResponseValidationError) Field

Field function returns field value.

func (GetEventSubscriptionsResponseValidationError) Key

Key function returns key value.

func (GetEventSubscriptionsResponseValidationError) Reason

Reason function returns reason value.

type GetEventsRequest

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

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

Deprecated: Use GetEventsRequest.ProtoReflect.Descriptor instead.

func (*GetEventsRequest) GetLimit

func (x *GetEventsRequest) GetLimit() string

func (*GetEventsRequest) GetNextCursor

func (x *GetEventsRequest) GetNextCursor() string

func (*GetEventsRequest) GetRequestId

func (x *GetEventsRequest) GetRequestId() string

func (*GetEventsRequest) GetUserEmail

func (x *GetEventsRequest) GetUserEmail() string

func (*GetEventsRequest) ProtoMessage

func (*GetEventsRequest) ProtoMessage()

func (*GetEventsRequest) ProtoReflect

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

func (*GetEventsRequest) Reset

func (x *GetEventsRequest) Reset()

func (*GetEventsRequest) String

func (x *GetEventsRequest) String() string

func (*GetEventsRequest) Validate

func (m *GetEventsRequest) Validate() error

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

func (m *GetEventsRequest) ValidateAll() error

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

type GetEventsRequestMultiError

type GetEventsRequestMultiError []error

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

func (GetEventsRequestMultiError) AllErrors

func (m GetEventsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEventsRequestMultiError) Error

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

type GetEventsRequestValidationError

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

GetEventsRequestValidationError is the validation error returned by GetEventsRequest.Validate if the designated constraints aren't met.

func (GetEventsRequestValidationError) Cause

Cause function returns cause value.

func (GetEventsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetEventsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetEventsRequestValidationError) Field

Field function returns field value.

func (GetEventsRequestValidationError) Key

Key function returns key value.

func (GetEventsRequestValidationError) Reason

Reason function returns reason value.

type GetEventsResponse

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

func (*GetEventsResponse) Descriptor deprecated

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

Deprecated: Use GetEventsResponse.ProtoReflect.Descriptor instead.

func (*GetEventsResponse) GetEvents

func (x *GetEventsResponse) GetEvents() []*Event

func (*GetEventsResponse) GetNextCursor

func (x *GetEventsResponse) GetNextCursor() string

func (*GetEventsResponse) ProtoMessage

func (*GetEventsResponse) ProtoMessage()

func (*GetEventsResponse) ProtoReflect

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

func (*GetEventsResponse) Reset

func (x *GetEventsResponse) Reset()

func (*GetEventsResponse) String

func (x *GetEventsResponse) String() string

func (*GetEventsResponse) Validate

func (m *GetEventsResponse) Validate() error

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

func (m *GetEventsResponse) ValidateAll() error

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

type GetEventsResponseMultiError

type GetEventsResponseMultiError []error

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

func (GetEventsResponseMultiError) AllErrors

func (m GetEventsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEventsResponseMultiError) Error

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

type GetEventsResponseValidationError

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

GetEventsResponseValidationError is the validation error returned by GetEventsResponse.Validate if the designated constraints aren't met.

func (GetEventsResponseValidationError) Cause

Cause function returns cause value.

func (GetEventsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetEventsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetEventsResponseValidationError) Field

Field function returns field value.

func (GetEventsResponseValidationError) Key

Key function returns key value.

func (GetEventsResponseValidationError) Reason

Reason function returns reason value.

type GetSealsRequest

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

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

Deprecated: Use GetSealsRequest.ProtoReflect.Descriptor instead.

func (*GetSealsRequest) GetLimit

func (x *GetSealsRequest) GetLimit() string

func (*GetSealsRequest) GetNextCursor

func (x *GetSealsRequest) GetNextCursor() string

func (*GetSealsRequest) GetRequestId

func (x *GetSealsRequest) GetRequestId() string

func (*GetSealsRequest) GetUserEmail

func (x *GetSealsRequest) GetUserEmail() string

func (*GetSealsRequest) ProtoMessage

func (*GetSealsRequest) ProtoMessage()

func (*GetSealsRequest) ProtoReflect

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

func (*GetSealsRequest) Reset

func (x *GetSealsRequest) Reset()

func (*GetSealsRequest) String

func (x *GetSealsRequest) String() string

func (*GetSealsRequest) Validate

func (m *GetSealsRequest) Validate() error

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

func (m *GetSealsRequest) ValidateAll() error

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

type GetSealsRequestMultiError

type GetSealsRequestMultiError []error

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

func (GetSealsRequestMultiError) AllErrors

func (m GetSealsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSealsRequestMultiError) Error

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

type GetSealsRequestValidationError

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

GetSealsRequestValidationError is the validation error returned by GetSealsRequest.Validate if the designated constraints aren't met.

func (GetSealsRequestValidationError) Cause

Cause function returns cause value.

func (GetSealsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetSealsRequestValidationError) ErrorName

func (e GetSealsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetSealsRequestValidationError) Field

Field function returns field value.

func (GetSealsRequestValidationError) Key

Key function returns key value.

func (GetSealsRequestValidationError) Reason

Reason function returns reason value.

type GetSealsResponse

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

func (*GetSealsResponse) Descriptor deprecated

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

Deprecated: Use GetSealsResponse.ProtoReflect.Descriptor instead.

func (*GetSealsResponse) GetNextCursor

func (x *GetSealsResponse) GetNextCursor() string

func (*GetSealsResponse) GetSeals

func (x *GetSealsResponse) GetSeals() []*Seal

func (*GetSealsResponse) ProtoMessage

func (*GetSealsResponse) ProtoMessage()

func (*GetSealsResponse) ProtoReflect

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

func (*GetSealsResponse) Reset

func (x *GetSealsResponse) Reset()

func (*GetSealsResponse) String

func (x *GetSealsResponse) String() string

func (*GetSealsResponse) Validate

func (m *GetSealsResponse) Validate() error

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

func (m *GetSealsResponse) ValidateAll() error

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

type GetSealsResponseMultiError

type GetSealsResponseMultiError []error

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

func (GetSealsResponseMultiError) AllErrors

func (m GetSealsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSealsResponseMultiError) Error

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

type GetSealsResponseValidationError

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

GetSealsResponseValidationError is the validation error returned by GetSealsResponse.Validate if the designated constraints aren't met.

func (GetSealsResponseValidationError) Cause

Cause function returns cause value.

func (GetSealsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetSealsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetSealsResponseValidationError) Field

Field function returns field value.

func (GetSealsResponseValidationError) Key

Key function returns key value.

func (GetSealsResponseValidationError) Reason

Reason function returns reason value.

type LoadOperationsRelatedEntitiesRequest

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

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

Deprecated: Use LoadOperationsRelatedEntitiesRequest.ProtoReflect.Descriptor instead.

func (*LoadOperationsRelatedEntitiesRequest) GetLimit

func (*LoadOperationsRelatedEntitiesRequest) GetNextCursor

func (x *LoadOperationsRelatedEntitiesRequest) GetNextCursor() string

func (*LoadOperationsRelatedEntitiesRequest) GetRequestId

func (x *LoadOperationsRelatedEntitiesRequest) GetRequestId() string

func (*LoadOperationsRelatedEntitiesRequest) GetUserEmail

func (x *LoadOperationsRelatedEntitiesRequest) GetUserEmail() string

func (*LoadOperationsRelatedEntitiesRequest) ProtoMessage

func (*LoadOperationsRelatedEntitiesRequest) ProtoMessage()

func (*LoadOperationsRelatedEntitiesRequest) ProtoReflect

func (*LoadOperationsRelatedEntitiesRequest) Reset

func (*LoadOperationsRelatedEntitiesRequest) String

func (*LoadOperationsRelatedEntitiesRequest) Validate

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

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

type LoadOperationsRelatedEntitiesRequestMultiError

type LoadOperationsRelatedEntitiesRequestMultiError []error

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

func (LoadOperationsRelatedEntitiesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LoadOperationsRelatedEntitiesRequestMultiError) Error

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

type LoadOperationsRelatedEntitiesRequestValidationError

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

LoadOperationsRelatedEntitiesRequestValidationError is the validation error returned by LoadOperationsRelatedEntitiesRequest.Validate if the designated constraints aren't met.

func (LoadOperationsRelatedEntitiesRequestValidationError) Cause

Cause function returns cause value.

func (LoadOperationsRelatedEntitiesRequestValidationError) Error

Error satisfies the builtin error interface

func (LoadOperationsRelatedEntitiesRequestValidationError) ErrorName

ErrorName returns error name.

func (LoadOperationsRelatedEntitiesRequestValidationError) Field

Field function returns field value.

func (LoadOperationsRelatedEntitiesRequestValidationError) Key

Key function returns key value.

func (LoadOperationsRelatedEntitiesRequestValidationError) Reason

Reason function returns reason value.

type LoadOperationsRelatedEntitiesResponse

type LoadOperationsRelatedEntitiesResponse struct {
	OperationsEvents []*OperationsEvent `protobuf:"bytes,1,rep,name=operations_events,json=operationsEvents,proto3" json:"operations_events,omitempty"`
	NextCursor       string             `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadOperationsRelatedEntitiesResponse) Descriptor deprecated

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

Deprecated: Use LoadOperationsRelatedEntitiesResponse.ProtoReflect.Descriptor instead.

func (*LoadOperationsRelatedEntitiesResponse) GetNextCursor

func (x *LoadOperationsRelatedEntitiesResponse) GetNextCursor() string

func (*LoadOperationsRelatedEntitiesResponse) GetOperationsEvents

func (x *LoadOperationsRelatedEntitiesResponse) GetOperationsEvents() []*OperationsEvent

func (*LoadOperationsRelatedEntitiesResponse) ProtoMessage

func (*LoadOperationsRelatedEntitiesResponse) ProtoMessage()

func (*LoadOperationsRelatedEntitiesResponse) ProtoReflect

func (*LoadOperationsRelatedEntitiesResponse) Reset

func (*LoadOperationsRelatedEntitiesResponse) String

func (*LoadOperationsRelatedEntitiesResponse) Validate

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

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

type LoadOperationsRelatedEntitiesResponseMultiError

type LoadOperationsRelatedEntitiesResponseMultiError []error

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

func (LoadOperationsRelatedEntitiesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LoadOperationsRelatedEntitiesResponseMultiError) Error

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

type LoadOperationsRelatedEntitiesResponseValidationError

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

LoadOperationsRelatedEntitiesResponseValidationError is the validation error returned by LoadOperationsRelatedEntitiesResponse.Validate if the designated constraints aren't met.

func (LoadOperationsRelatedEntitiesResponseValidationError) Cause

Cause function returns cause value.

func (LoadOperationsRelatedEntitiesResponseValidationError) Error

Error satisfies the builtin error interface

func (LoadOperationsRelatedEntitiesResponseValidationError) ErrorName

ErrorName returns error name.

func (LoadOperationsRelatedEntitiesResponseValidationError) Field

Field function returns field value.

func (LoadOperationsRelatedEntitiesResponseValidationError) Key

Key function returns key value.

func (LoadOperationsRelatedEntitiesResponseValidationError) Reason

Reason function returns reason value.

type LoadRelatedEntitiesRequest

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

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

Deprecated: Use LoadRelatedEntitiesRequest.ProtoReflect.Descriptor instead.

func (*LoadRelatedEntitiesRequest) GetLimit

func (x *LoadRelatedEntitiesRequest) GetLimit() string

func (*LoadRelatedEntitiesRequest) GetNextCursor

func (x *LoadRelatedEntitiesRequest) GetNextCursor() string

func (*LoadRelatedEntitiesRequest) GetRequestId

func (x *LoadRelatedEntitiesRequest) GetRequestId() string

func (*LoadRelatedEntitiesRequest) GetUserEmail

func (x *LoadRelatedEntitiesRequest) GetUserEmail() string

func (*LoadRelatedEntitiesRequest) ProtoMessage

func (*LoadRelatedEntitiesRequest) ProtoMessage()

func (*LoadRelatedEntitiesRequest) ProtoReflect

func (*LoadRelatedEntitiesRequest) Reset

func (x *LoadRelatedEntitiesRequest) Reset()

func (*LoadRelatedEntitiesRequest) String

func (x *LoadRelatedEntitiesRequest) String() string

func (*LoadRelatedEntitiesRequest) Validate

func (m *LoadRelatedEntitiesRequest) Validate() error

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

func (m *LoadRelatedEntitiesRequest) ValidateAll() error

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

type LoadRelatedEntitiesRequestMultiError

type LoadRelatedEntitiesRequestMultiError []error

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

func (LoadRelatedEntitiesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LoadRelatedEntitiesRequestMultiError) Error

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

type LoadRelatedEntitiesRequestValidationError

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

LoadRelatedEntitiesRequestValidationError is the validation error returned by LoadRelatedEntitiesRequest.Validate if the designated constraints aren't met.

func (LoadRelatedEntitiesRequestValidationError) Cause

Cause function returns cause value.

func (LoadRelatedEntitiesRequestValidationError) Error

Error satisfies the builtin error interface

func (LoadRelatedEntitiesRequestValidationError) ErrorName

ErrorName returns error name.

func (LoadRelatedEntitiesRequestValidationError) Field

Field function returns field value.

func (LoadRelatedEntitiesRequestValidationError) Key

Key function returns key value.

func (LoadRelatedEntitiesRequestValidationError) Reason

Reason function returns reason value.

type LoadRelatedEntitiesResponse

type LoadRelatedEntitiesResponse struct {
	EquipmentEvents []*EquipmentEvent `protobuf:"bytes,1,rep,name=equipment_events,json=equipmentEvents,proto3" json:"equipment_events,omitempty"`
	NextCursor      string            `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadRelatedEntitiesResponse) Descriptor deprecated

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

Deprecated: Use LoadRelatedEntitiesResponse.ProtoReflect.Descriptor instead.

func (*LoadRelatedEntitiesResponse) GetEquipmentEvents

func (x *LoadRelatedEntitiesResponse) GetEquipmentEvents() []*EquipmentEvent

func (*LoadRelatedEntitiesResponse) GetNextCursor

func (x *LoadRelatedEntitiesResponse) GetNextCursor() string

func (*LoadRelatedEntitiesResponse) ProtoMessage

func (*LoadRelatedEntitiesResponse) ProtoMessage()

func (*LoadRelatedEntitiesResponse) ProtoReflect

func (*LoadRelatedEntitiesResponse) Reset

func (x *LoadRelatedEntitiesResponse) Reset()

func (*LoadRelatedEntitiesResponse) String

func (x *LoadRelatedEntitiesResponse) String() string

func (*LoadRelatedEntitiesResponse) Validate

func (m *LoadRelatedEntitiesResponse) Validate() error

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

func (m *LoadRelatedEntitiesResponse) ValidateAll() error

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

type LoadRelatedEntitiesResponseMultiError

type LoadRelatedEntitiesResponseMultiError []error

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

func (LoadRelatedEntitiesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LoadRelatedEntitiesResponseMultiError) Error

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

type LoadRelatedEntitiesResponseValidationError

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

LoadRelatedEntitiesResponseValidationError is the validation error returned by LoadRelatedEntitiesResponse.Validate if the designated constraints aren't met.

func (LoadRelatedEntitiesResponseValidationError) Cause

Cause function returns cause value.

func (LoadRelatedEntitiesResponseValidationError) Error

Error satisfies the builtin error interface

func (LoadRelatedEntitiesResponseValidationError) ErrorName

ErrorName returns error name.

func (LoadRelatedEntitiesResponseValidationError) Field

Field function returns field value.

func (LoadRelatedEntitiesResponseValidationError) Key

Key function returns key value.

func (LoadRelatedEntitiesResponseValidationError) Reason

Reason function returns reason value.

type LoadShipmentRelatedEntitiesRequest

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

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

Deprecated: Use LoadShipmentRelatedEntitiesRequest.ProtoReflect.Descriptor instead.

func (*LoadShipmentRelatedEntitiesRequest) GetLimit

func (*LoadShipmentRelatedEntitiesRequest) GetNextCursor

func (x *LoadShipmentRelatedEntitiesRequest) GetNextCursor() string

func (*LoadShipmentRelatedEntitiesRequest) GetRequestId

func (x *LoadShipmentRelatedEntitiesRequest) GetRequestId() string

func (*LoadShipmentRelatedEntitiesRequest) GetUserEmail

func (x *LoadShipmentRelatedEntitiesRequest) GetUserEmail() string

func (*LoadShipmentRelatedEntitiesRequest) ProtoMessage

func (*LoadShipmentRelatedEntitiesRequest) ProtoMessage()

func (*LoadShipmentRelatedEntitiesRequest) ProtoReflect

func (*LoadShipmentRelatedEntitiesRequest) Reset

func (*LoadShipmentRelatedEntitiesRequest) String

func (*LoadShipmentRelatedEntitiesRequest) Validate

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

func (m *LoadShipmentRelatedEntitiesRequest) ValidateAll() error

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

type LoadShipmentRelatedEntitiesRequestMultiError

type LoadShipmentRelatedEntitiesRequestMultiError []error

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

func (LoadShipmentRelatedEntitiesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LoadShipmentRelatedEntitiesRequestMultiError) Error

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

type LoadShipmentRelatedEntitiesRequestValidationError

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

LoadShipmentRelatedEntitiesRequestValidationError is the validation error returned by LoadShipmentRelatedEntitiesRequest.Validate if the designated constraints aren't met.

func (LoadShipmentRelatedEntitiesRequestValidationError) Cause

Cause function returns cause value.

func (LoadShipmentRelatedEntitiesRequestValidationError) Error

Error satisfies the builtin error interface

func (LoadShipmentRelatedEntitiesRequestValidationError) ErrorName

ErrorName returns error name.

func (LoadShipmentRelatedEntitiesRequestValidationError) Field

Field function returns field value.

func (LoadShipmentRelatedEntitiesRequestValidationError) Key

Key function returns key value.

func (LoadShipmentRelatedEntitiesRequestValidationError) Reason

Reason function returns reason value.

type LoadShipmentRelatedEntitiesResponse

type LoadShipmentRelatedEntitiesResponse struct {
	ShipmentEvents []*ShipmentEvent `protobuf:"bytes,1,rep,name=shipment_events,json=shipmentEvents,proto3" json:"shipment_events,omitempty"`
	NextCursor     string           `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadShipmentRelatedEntitiesResponse) Descriptor deprecated

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

Deprecated: Use LoadShipmentRelatedEntitiesResponse.ProtoReflect.Descriptor instead.

func (*LoadShipmentRelatedEntitiesResponse) GetNextCursor

func (x *LoadShipmentRelatedEntitiesResponse) GetNextCursor() string

func (*LoadShipmentRelatedEntitiesResponse) GetShipmentEvents

func (x *LoadShipmentRelatedEntitiesResponse) GetShipmentEvents() []*ShipmentEvent

func (*LoadShipmentRelatedEntitiesResponse) ProtoMessage

func (*LoadShipmentRelatedEntitiesResponse) ProtoMessage()

func (*LoadShipmentRelatedEntitiesResponse) ProtoReflect

func (*LoadShipmentRelatedEntitiesResponse) Reset

func (*LoadShipmentRelatedEntitiesResponse) String

func (*LoadShipmentRelatedEntitiesResponse) Validate

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

func (m *LoadShipmentRelatedEntitiesResponse) ValidateAll() error

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

type LoadShipmentRelatedEntitiesResponseMultiError

type LoadShipmentRelatedEntitiesResponseMultiError []error

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

func (LoadShipmentRelatedEntitiesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LoadShipmentRelatedEntitiesResponseMultiError) Error

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

type LoadShipmentRelatedEntitiesResponseValidationError

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

LoadShipmentRelatedEntitiesResponseValidationError is the validation error returned by LoadShipmentRelatedEntitiesResponse.Validate if the designated constraints aren't met.

func (LoadShipmentRelatedEntitiesResponseValidationError) Cause

Cause function returns cause value.

func (LoadShipmentRelatedEntitiesResponseValidationError) Error

Error satisfies the builtin error interface

func (LoadShipmentRelatedEntitiesResponseValidationError) ErrorName

ErrorName returns error name.

func (LoadShipmentRelatedEntitiesResponseValidationError) Field

Field function returns field value.

func (LoadShipmentRelatedEntitiesResponseValidationError) Key

Key function returns key value.

func (LoadShipmentRelatedEntitiesResponseValidationError) Reason

Reason function returns reason value.

type LoadTransportRelatedEntitiesRequest

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

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

Deprecated: Use LoadTransportRelatedEntitiesRequest.ProtoReflect.Descriptor instead.

func (*LoadTransportRelatedEntitiesRequest) GetLimit

func (*LoadTransportRelatedEntitiesRequest) GetNextCursor

func (x *LoadTransportRelatedEntitiesRequest) GetNextCursor() string

func (*LoadTransportRelatedEntitiesRequest) GetRequestId

func (x *LoadTransportRelatedEntitiesRequest) GetRequestId() string

func (*LoadTransportRelatedEntitiesRequest) GetUserEmail

func (x *LoadTransportRelatedEntitiesRequest) GetUserEmail() string

func (*LoadTransportRelatedEntitiesRequest) ProtoMessage

func (*LoadTransportRelatedEntitiesRequest) ProtoMessage()

func (*LoadTransportRelatedEntitiesRequest) ProtoReflect

func (*LoadTransportRelatedEntitiesRequest) Reset

func (*LoadTransportRelatedEntitiesRequest) String

func (*LoadTransportRelatedEntitiesRequest) Validate

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

func (m *LoadTransportRelatedEntitiesRequest) ValidateAll() error

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

type LoadTransportRelatedEntitiesRequestMultiError

type LoadTransportRelatedEntitiesRequestMultiError []error

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

func (LoadTransportRelatedEntitiesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LoadTransportRelatedEntitiesRequestMultiError) Error

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

type LoadTransportRelatedEntitiesRequestValidationError

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

LoadTransportRelatedEntitiesRequestValidationError is the validation error returned by LoadTransportRelatedEntitiesRequest.Validate if the designated constraints aren't met.

func (LoadTransportRelatedEntitiesRequestValidationError) Cause

Cause function returns cause value.

func (LoadTransportRelatedEntitiesRequestValidationError) Error

Error satisfies the builtin error interface

func (LoadTransportRelatedEntitiesRequestValidationError) ErrorName

ErrorName returns error name.

func (LoadTransportRelatedEntitiesRequestValidationError) Field

Field function returns field value.

func (LoadTransportRelatedEntitiesRequestValidationError) Key

Key function returns key value.

func (LoadTransportRelatedEntitiesRequestValidationError) Reason

Reason function returns reason value.

type LoadTransportRelatedEntitiesResponse

type LoadTransportRelatedEntitiesResponse struct {
	TransportEvents []*TransportEvent `protobuf:"bytes,1,rep,name=transport_events,json=transportEvents,proto3" json:"transport_events,omitempty"`
	NextCursor      string            `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*LoadTransportRelatedEntitiesResponse) Descriptor deprecated

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

Deprecated: Use LoadTransportRelatedEntitiesResponse.ProtoReflect.Descriptor instead.

func (*LoadTransportRelatedEntitiesResponse) GetNextCursor

func (x *LoadTransportRelatedEntitiesResponse) GetNextCursor() string

func (*LoadTransportRelatedEntitiesResponse) GetTransportEvents

func (x *LoadTransportRelatedEntitiesResponse) GetTransportEvents() []*TransportEvent

func (*LoadTransportRelatedEntitiesResponse) ProtoMessage

func (*LoadTransportRelatedEntitiesResponse) ProtoMessage()

func (*LoadTransportRelatedEntitiesResponse) ProtoReflect

func (*LoadTransportRelatedEntitiesResponse) Reset

func (*LoadTransportRelatedEntitiesResponse) String

func (*LoadTransportRelatedEntitiesResponse) Validate

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

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

type LoadTransportRelatedEntitiesResponseMultiError

type LoadTransportRelatedEntitiesResponseMultiError []error

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

func (LoadTransportRelatedEntitiesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (LoadTransportRelatedEntitiesResponseMultiError) Error

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

type LoadTransportRelatedEntitiesResponseValidationError

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

LoadTransportRelatedEntitiesResponseValidationError is the validation error returned by LoadTransportRelatedEntitiesResponse.Validate if the designated constraints aren't met.

func (LoadTransportRelatedEntitiesResponseValidationError) Cause

Cause function returns cause value.

func (LoadTransportRelatedEntitiesResponseValidationError) Error

Error satisfies the builtin error interface

func (LoadTransportRelatedEntitiesResponseValidationError) ErrorName

ErrorName returns error name.

func (LoadTransportRelatedEntitiesResponseValidationError) Field

Field function returns field value.

func (LoadTransportRelatedEntitiesResponseValidationError) Key

Key function returns key value.

func (LoadTransportRelatedEntitiesResponseValidationError) Reason

Reason function returns reason value.

type OperationsEvent

type OperationsEvent struct {
	OperationsEventD    *OperationsEventD    `protobuf:"bytes,1,opt,name=operations_event_d,json=operationsEventD,proto3" json:"operations_event_d,omitempty"`
	OperationsEventT    *OperationsEventT    `protobuf:"bytes,2,opt,name=operations_event_t,json=operationsEventT,proto3" json:"operations_event_t,omitempty"`
	OperationsEventType *OperationsEventType `protobuf:"bytes,3,opt,name=operations_event_type,json=operationsEventType,proto3" json:"operations_event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*OperationsEvent) Descriptor deprecated

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

Deprecated: Use OperationsEvent.ProtoReflect.Descriptor instead.

func (*OperationsEvent) GetOperationsEventD

func (x *OperationsEvent) GetOperationsEventD() *OperationsEventD

func (*OperationsEvent) GetOperationsEventT

func (x *OperationsEvent) GetOperationsEventT() *OperationsEventT

func (*OperationsEvent) GetOperationsEventType

func (x *OperationsEvent) GetOperationsEventType() *OperationsEventType

func (*OperationsEvent) ProtoMessage

func (*OperationsEvent) ProtoMessage()

func (*OperationsEvent) ProtoReflect

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

func (*OperationsEvent) Reset

func (x *OperationsEvent) Reset()

func (*OperationsEvent) String

func (x *OperationsEvent) String() string

func (*OperationsEvent) Validate

func (m *OperationsEvent) Validate() error

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

func (m *OperationsEvent) ValidateAll() error

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

type OperationsEventD

type OperationsEventD struct {
	Id                          uint32  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EventIdS                    []byte  `protobuf:"bytes,2,opt,name=event_id_s,json=eventIdS,proto3" json:"event_id_s,omitempty"`
	EventClassifierCode         string  `protobuf:"bytes,3,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	Publisher                   string  `protobuf:"bytes,4,opt,name=publisher,proto3" json:"publisher,omitempty"`
	PublisherRole               string  `protobuf:"bytes,5,opt,name=publisher_role,json=publisherRole,proto3" json:"publisher_role,omitempty"`
	OperationsEventTypeCode     string  `` /* 134-byte string literal not displayed */
	EventLocation               string  `protobuf:"bytes,7,opt,name=event_location,json=eventLocation,proto3" json:"event_location,omitempty"`
	TransportCallId             uint32  `protobuf:"varint,8,opt,name=transport_call_id,json=transportCallId,proto3" json:"transport_call_id,omitempty"`
	PortCallServiceTypeCode     string  `` /* 136-byte string literal not displayed */
	FacilityTypeCode            string  `protobuf:"bytes,10,opt,name=facility_type_code,json=facilityTypeCode,proto3" json:"facility_type_code,omitempty"`
	DelayReasonCode             string  `protobuf:"bytes,11,opt,name=delay_reason_code,json=delayReasonCode,proto3" json:"delay_reason_code,omitempty"`
	VesselPosition              string  `protobuf:"bytes,12,opt,name=vessel_position,json=vesselPosition,proto3" json:"vessel_position,omitempty"`
	Remark                      string  `protobuf:"bytes,13,opt,name=remark,proto3" json:"remark,omitempty"`
	PortCallPhaseTypeCode       string  `` /* 131-byte string literal not displayed */
	VesselDraft                 float64 `protobuf:"fixed64,15,opt,name=vessel_draft,json=vesselDraft,proto3" json:"vessel_draft,omitempty"`
	VesselDraftUnit             string  `protobuf:"bytes,16,opt,name=vessel_draft_unit,json=vesselDraftUnit,proto3" json:"vessel_draft_unit,omitempty"`
	MilesRemainingToDestination float64 `` /* 149-byte string literal not displayed */
	EventId                     uint32  `protobuf:"varint,18,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OperationsEventD) Descriptor deprecated

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

Deprecated: Use OperationsEventD.ProtoReflect.Descriptor instead.

func (*OperationsEventD) GetDelayReasonCode

func (x *OperationsEventD) GetDelayReasonCode() string

func (*OperationsEventD) GetEventClassifierCode

func (x *OperationsEventD) GetEventClassifierCode() string

func (*OperationsEventD) GetEventId

func (x *OperationsEventD) GetEventId() uint32

func (*OperationsEventD) GetEventIdS

func (x *OperationsEventD) GetEventIdS() []byte

func (*OperationsEventD) GetEventLocation

func (x *OperationsEventD) GetEventLocation() string

func (*OperationsEventD) GetFacilityTypeCode

func (x *OperationsEventD) GetFacilityTypeCode() string

func (*OperationsEventD) GetId

func (x *OperationsEventD) GetId() uint32

func (*OperationsEventD) GetMilesRemainingToDestination

func (x *OperationsEventD) GetMilesRemainingToDestination() float64

func (*OperationsEventD) GetOperationsEventTypeCode

func (x *OperationsEventD) GetOperationsEventTypeCode() string

func (*OperationsEventD) GetPortCallPhaseTypeCode

func (x *OperationsEventD) GetPortCallPhaseTypeCode() string

func (*OperationsEventD) GetPortCallServiceTypeCode

func (x *OperationsEventD) GetPortCallServiceTypeCode() string

func (*OperationsEventD) GetPublisher

func (x *OperationsEventD) GetPublisher() string

func (*OperationsEventD) GetPublisherRole

func (x *OperationsEventD) GetPublisherRole() string

func (*OperationsEventD) GetRemark

func (x *OperationsEventD) GetRemark() string

func (*OperationsEventD) GetTransportCallId

func (x *OperationsEventD) GetTransportCallId() uint32

func (*OperationsEventD) GetVesselDraft

func (x *OperationsEventD) GetVesselDraft() float64

func (*OperationsEventD) GetVesselDraftUnit

func (x *OperationsEventD) GetVesselDraftUnit() string

func (*OperationsEventD) GetVesselPosition

func (x *OperationsEventD) GetVesselPosition() string

func (*OperationsEventD) ProtoMessage

func (*OperationsEventD) ProtoMessage()

func (*OperationsEventD) ProtoReflect

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

func (*OperationsEventD) Reset

func (x *OperationsEventD) Reset()

func (*OperationsEventD) String

func (x *OperationsEventD) String() string

func (*OperationsEventD) Validate

func (m *OperationsEventD) Validate() error

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

func (m *OperationsEventD) ValidateAll() error

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

type OperationsEventDMultiError

type OperationsEventDMultiError []error

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

func (OperationsEventDMultiError) AllErrors

func (m OperationsEventDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OperationsEventDMultiError) Error

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

type OperationsEventDValidationError

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

OperationsEventDValidationError is the validation error returned by OperationsEventD.Validate if the designated constraints aren't met.

func (OperationsEventDValidationError) Cause

Cause function returns cause value.

func (OperationsEventDValidationError) Error

Error satisfies the builtin error interface

func (OperationsEventDValidationError) ErrorName

ErrorName returns error name.

func (OperationsEventDValidationError) Field

Field function returns field value.

func (OperationsEventDValidationError) Key

Key function returns key value.

func (OperationsEventDValidationError) Reason

Reason function returns reason value.

type OperationsEventMultiError

type OperationsEventMultiError []error

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

func (OperationsEventMultiError) AllErrors

func (m OperationsEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OperationsEventMultiError) Error

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

type OperationsEventT

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

func (*OperationsEventT) Descriptor deprecated

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

Deprecated: Use OperationsEventT.ProtoReflect.Descriptor instead.

func (*OperationsEventT) GetEventCreatedDateTime

func (x *OperationsEventT) GetEventCreatedDateTime() *timestamppb.Timestamp

func (*OperationsEventT) GetEventDateTime

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

func (*OperationsEventT) ProtoMessage

func (*OperationsEventT) ProtoMessage()

func (*OperationsEventT) ProtoReflect

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

func (*OperationsEventT) Reset

func (x *OperationsEventT) Reset()

func (*OperationsEventT) String

func (x *OperationsEventT) String() string

func (*OperationsEventT) Validate

func (m *OperationsEventT) Validate() error

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

func (m *OperationsEventT) ValidateAll() error

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

type OperationsEventTMultiError

type OperationsEventTMultiError []error

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

func (OperationsEventTMultiError) AllErrors

func (m OperationsEventTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OperationsEventTMultiError) Error

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

type OperationsEventTValidationError

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

OperationsEventTValidationError is the validation error returned by OperationsEventT.Validate if the designated constraints aren't met.

func (OperationsEventTValidationError) Cause

Cause function returns cause value.

func (OperationsEventTValidationError) Error

Error satisfies the builtin error interface

func (OperationsEventTValidationError) ErrorName

ErrorName returns error name.

func (OperationsEventTValidationError) Field

Field function returns field value.

func (OperationsEventTValidationError) Key

Key function returns key value.

func (OperationsEventTValidationError) Reason

Reason function returns reason value.

type OperationsEventType

type OperationsEventType struct {
	OperationsEventTypeCode        string `` /* 134-byte string literal not displayed */
	OperationsEventTypeName        string `` /* 134-byte string literal not displayed */
	OperationsEventTypeDescription string `` /* 155-byte string literal not displayed */
	OperationsEventId              uint32 `protobuf:"varint,4,opt,name=operations_event_id,json=operationsEventId,proto3" json:"operations_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*OperationsEventType) Descriptor deprecated

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

Deprecated: Use OperationsEventType.ProtoReflect.Descriptor instead.

func (*OperationsEventType) GetOperationsEventId

func (x *OperationsEventType) GetOperationsEventId() uint32

func (*OperationsEventType) GetOperationsEventTypeCode

func (x *OperationsEventType) GetOperationsEventTypeCode() string

func (*OperationsEventType) GetOperationsEventTypeDescription

func (x *OperationsEventType) GetOperationsEventTypeDescription() string

func (*OperationsEventType) GetOperationsEventTypeName

func (x *OperationsEventType) GetOperationsEventTypeName() string

func (*OperationsEventType) ProtoMessage

func (*OperationsEventType) ProtoMessage()

func (*OperationsEventType) ProtoReflect

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

func (*OperationsEventType) Reset

func (x *OperationsEventType) Reset()

func (*OperationsEventType) String

func (x *OperationsEventType) String() string

func (*OperationsEventType) Validate

func (m *OperationsEventType) Validate() error

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

func (m *OperationsEventType) ValidateAll() error

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

type OperationsEventTypeMultiError

type OperationsEventTypeMultiError []error

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

func (OperationsEventTypeMultiError) AllErrors

func (m OperationsEventTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OperationsEventTypeMultiError) Error

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

type OperationsEventTypeValidationError

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

OperationsEventTypeValidationError is the validation error returned by OperationsEventType.Validate if the designated constraints aren't met.

func (OperationsEventTypeValidationError) Cause

Cause function returns cause value.

func (OperationsEventTypeValidationError) Error

Error satisfies the builtin error interface

func (OperationsEventTypeValidationError) ErrorName

ErrorName returns error name.

func (OperationsEventTypeValidationError) Field

Field function returns field value.

func (OperationsEventTypeValidationError) Key

Key function returns key value.

func (OperationsEventTypeValidationError) Reason

Reason function returns reason value.

type OperationsEventValidationError

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

OperationsEventValidationError is the validation error returned by OperationsEvent.Validate if the designated constraints aren't met.

func (OperationsEventValidationError) Cause

Cause function returns cause value.

func (OperationsEventValidationError) Error

Error satisfies the builtin error interface

func (OperationsEventValidationError) ErrorName

func (e OperationsEventValidationError) ErrorName() string

ErrorName returns error name.

func (OperationsEventValidationError) Field

Field function returns field value.

func (OperationsEventValidationError) Key

Key function returns key value.

func (OperationsEventValidationError) Reason

Reason function returns reason value.

type Seal

type Seal struct {
	SealD     *SealD        `protobuf:"bytes,1,opt,name=seal_d,json=sealD,proto3" json:"seal_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 (*Seal) Descriptor deprecated

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

Deprecated: Use Seal.ProtoReflect.Descriptor instead.

func (*Seal) GetCrUpdTime

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

func (*Seal) GetCrUpdUser

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

func (*Seal) GetSealD

func (x *Seal) GetSealD() *SealD

func (*Seal) ProtoMessage

func (*Seal) ProtoMessage()

func (*Seal) ProtoReflect

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

func (*Seal) Reset

func (x *Seal) Reset()

func (*Seal) String

func (x *Seal) String() string

func (*Seal) Validate

func (m *Seal) Validate() error

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

func (m *Seal) ValidateAll() error

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

type SealD

type SealD 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"`
	UtilizedTransportEquipmentId uint32 `` /* 150-byte string literal not displayed */
	SealNumber                   string `protobuf:"bytes,5,opt,name=seal_number,json=sealNumber,proto3" json:"seal_number,omitempty"`
	SealSourceCode               string `protobuf:"bytes,6,opt,name=seal_source_code,json=sealSourceCode,proto3" json:"seal_source_code,omitempty"`
	SealTypeCode                 string `protobuf:"bytes,7,opt,name=seal_type_code,json=sealTypeCode,proto3" json:"seal_type_code,omitempty"`
	// contains filtered or unexported fields
}

func (*SealD) Descriptor deprecated

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

Deprecated: Use SealD.ProtoReflect.Descriptor instead.

func (*SealD) GetId

func (x *SealD) GetId() uint32

func (*SealD) GetIdS

func (x *SealD) GetIdS() string

func (*SealD) GetSealNumber

func (x *SealD) GetSealNumber() string

func (*SealD) GetSealSourceCode

func (x *SealD) GetSealSourceCode() string

func (*SealD) GetSealTypeCode

func (x *SealD) GetSealTypeCode() string

func (*SealD) GetUtilizedTransportEquipmentId

func (x *SealD) GetUtilizedTransportEquipmentId() uint32

func (*SealD) GetUuid4

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

func (*SealD) ProtoMessage

func (*SealD) ProtoMessage()

func (*SealD) ProtoReflect

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

func (*SealD) Reset

func (x *SealD) Reset()

func (*SealD) String

func (x *SealD) String() string

func (*SealD) Validate

func (m *SealD) Validate() error

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

func (m *SealD) ValidateAll() error

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

type SealDMultiError

type SealDMultiError []error

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

func (SealDMultiError) AllErrors

func (m SealDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SealDMultiError) Error

func (m SealDMultiError) Error() string

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

type SealDValidationError

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

SealDValidationError is the validation error returned by SealD.Validate if the designated constraints aren't met.

func (SealDValidationError) Cause

func (e SealDValidationError) Cause() error

Cause function returns cause value.

func (SealDValidationError) Error

func (e SealDValidationError) Error() string

Error satisfies the builtin error interface

func (SealDValidationError) ErrorName

func (e SealDValidationError) ErrorName() string

ErrorName returns error name.

func (SealDValidationError) Field

func (e SealDValidationError) Field() string

Field function returns field value.

func (SealDValidationError) Key

func (e SealDValidationError) Key() bool

Key function returns key value.

func (SealDValidationError) Reason

func (e SealDValidationError) Reason() string

Reason function returns reason value.

type SealMultiError

type SealMultiError []error

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

func (SealMultiError) AllErrors

func (m SealMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SealMultiError) Error

func (m SealMultiError) Error() string

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

type SealServiceClient

type SealServiceClient interface {
	CreateSeal(ctx context.Context, in *CreateSealRequest, opts ...grpc.CallOption) (*CreateSealResponse, error)
	GetSeals(ctx context.Context, in *GetSealsRequest, opts ...grpc.CallOption) (*GetSealsResponse, error)
}

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

type SealServiceServer

type SealServiceServer interface {
	CreateSeal(context.Context, *CreateSealRequest) (*CreateSealResponse, error)
	GetSeals(context.Context, *GetSealsRequest) (*GetSealsResponse, error)
	// contains filtered or unexported methods
}

SealServiceServer is the server API for SealService service. All implementations must embed UnimplementedSealServiceServer for forward compatibility.

The SealService service definition.

type SealValidationError

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

SealValidationError is the validation error returned by Seal.Validate if the designated constraints aren't met.

func (SealValidationError) Cause

func (e SealValidationError) Cause() error

Cause function returns cause value.

func (SealValidationError) Error

func (e SealValidationError) Error() string

Error satisfies the builtin error interface

func (SealValidationError) ErrorName

func (e SealValidationError) ErrorName() string

ErrorName returns error name.

func (SealValidationError) Field

func (e SealValidationError) Field() string

Field function returns field value.

func (SealValidationError) Key

func (e SealValidationError) Key() bool

Key function returns key value.

func (SealValidationError) Reason

func (e SealValidationError) Reason() string

Reason function returns reason value.

type ShipmentEvent

type ShipmentEvent struct {
	ShipmentEventD    *ShipmentEventD    `protobuf:"bytes,1,opt,name=shipment_event_d,json=shipmentEventD,proto3" json:"shipment_event_d,omitempty"`
	ShipmentEventT    *ShipmentEventT    `protobuf:"bytes,2,opt,name=shipment_event_t,json=shipmentEventT,proto3" json:"shipment_event_t,omitempty"`
	ShipmentEventType *ShipmentEventType `protobuf:"bytes,3,opt,name=shipment_event_type,json=shipmentEventType,proto3" json:"shipment_event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*ShipmentEvent) Descriptor deprecated

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

Deprecated: Use ShipmentEvent.ProtoReflect.Descriptor instead.

func (*ShipmentEvent) GetShipmentEventD

func (x *ShipmentEvent) GetShipmentEventD() *ShipmentEventD

func (*ShipmentEvent) GetShipmentEventT

func (x *ShipmentEvent) GetShipmentEventT() *ShipmentEventT

func (*ShipmentEvent) GetShipmentEventType

func (x *ShipmentEvent) GetShipmentEventType() *ShipmentEventType

func (*ShipmentEvent) ProtoMessage

func (*ShipmentEvent) ProtoMessage()

func (*ShipmentEvent) ProtoReflect

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

func (*ShipmentEvent) Reset

func (x *ShipmentEvent) Reset()

func (*ShipmentEvent) String

func (x *ShipmentEvent) String() string

func (*ShipmentEvent) Validate

func (m *ShipmentEvent) Validate() error

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

func (m *ShipmentEvent) ValidateAll() error

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

type ShipmentEventD

type ShipmentEventD struct {
	Id                    uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EventIdS              []byte `protobuf:"bytes,2,opt,name=event_id_s,json=eventIdS,proto3" json:"event_id_s,omitempty"`
	EventClassifierCode   string `protobuf:"bytes,3,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	ShipmentEventTypeCode string `` /* 128-byte string literal not displayed */
	DocumentTypeCode      string `protobuf:"bytes,5,opt,name=document_type_code,json=documentTypeCode,proto3" json:"document_type_code,omitempty"`
	DocumentId            uint32 `protobuf:"varint,6,opt,name=document_id,json=documentId,proto3" json:"document_id,omitempty"`
	DocumentReference     string `protobuf:"bytes,7,opt,name=document_reference,json=documentReference,proto3" json:"document_reference,omitempty"`
	Reason                string `protobuf:"bytes,8,opt,name=reason,proto3" json:"reason,omitempty"`
	EventId               uint32 `protobuf:"varint,9,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ShipmentEventD) Descriptor deprecated

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

Deprecated: Use ShipmentEventD.ProtoReflect.Descriptor instead.

func (*ShipmentEventD) GetDocumentId

func (x *ShipmentEventD) GetDocumentId() uint32

func (*ShipmentEventD) GetDocumentReference

func (x *ShipmentEventD) GetDocumentReference() string

func (*ShipmentEventD) GetDocumentTypeCode

func (x *ShipmentEventD) GetDocumentTypeCode() string

func (*ShipmentEventD) GetEventClassifierCode

func (x *ShipmentEventD) GetEventClassifierCode() string

func (*ShipmentEventD) GetEventId

func (x *ShipmentEventD) GetEventId() uint32

func (*ShipmentEventD) GetEventIdS

func (x *ShipmentEventD) GetEventIdS() []byte

func (*ShipmentEventD) GetId

func (x *ShipmentEventD) GetId() uint32

func (*ShipmentEventD) GetReason

func (x *ShipmentEventD) GetReason() string

func (*ShipmentEventD) GetShipmentEventTypeCode

func (x *ShipmentEventD) GetShipmentEventTypeCode() string

func (*ShipmentEventD) ProtoMessage

func (*ShipmentEventD) ProtoMessage()

func (*ShipmentEventD) ProtoReflect

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

func (*ShipmentEventD) Reset

func (x *ShipmentEventD) Reset()

func (*ShipmentEventD) String

func (x *ShipmentEventD) String() string

func (*ShipmentEventD) Validate

func (m *ShipmentEventD) Validate() error

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

func (m *ShipmentEventD) ValidateAll() error

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

type ShipmentEventDMultiError

type ShipmentEventDMultiError []error

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

func (ShipmentEventDMultiError) AllErrors

func (m ShipmentEventDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShipmentEventDMultiError) Error

func (m ShipmentEventDMultiError) Error() string

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

type ShipmentEventDValidationError

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

ShipmentEventDValidationError is the validation error returned by ShipmentEventD.Validate if the designated constraints aren't met.

func (ShipmentEventDValidationError) Cause

Cause function returns cause value.

func (ShipmentEventDValidationError) Error

Error satisfies the builtin error interface

func (ShipmentEventDValidationError) ErrorName

func (e ShipmentEventDValidationError) ErrorName() string

ErrorName returns error name.

func (ShipmentEventDValidationError) Field

Field function returns field value.

func (ShipmentEventDValidationError) Key

Key function returns key value.

func (ShipmentEventDValidationError) Reason

Reason function returns reason value.

type ShipmentEventMultiError

type ShipmentEventMultiError []error

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

func (ShipmentEventMultiError) AllErrors

func (m ShipmentEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShipmentEventMultiError) Error

func (m ShipmentEventMultiError) Error() string

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

type ShipmentEventT

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

func (*ShipmentEventT) Descriptor deprecated

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

Deprecated: Use ShipmentEventT.ProtoReflect.Descriptor instead.

func (*ShipmentEventT) GetEventCreatedDateTime

func (x *ShipmentEventT) GetEventCreatedDateTime() *timestamppb.Timestamp

func (*ShipmentEventT) GetEventDateTime

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

func (*ShipmentEventT) ProtoMessage

func (*ShipmentEventT) ProtoMessage()

func (*ShipmentEventT) ProtoReflect

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

func (*ShipmentEventT) Reset

func (x *ShipmentEventT) Reset()

func (*ShipmentEventT) String

func (x *ShipmentEventT) String() string

func (*ShipmentEventT) Validate

func (m *ShipmentEventT) Validate() error

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

func (m *ShipmentEventT) ValidateAll() error

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

type ShipmentEventTMultiError

type ShipmentEventTMultiError []error

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

func (ShipmentEventTMultiError) AllErrors

func (m ShipmentEventTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShipmentEventTMultiError) Error

func (m ShipmentEventTMultiError) Error() string

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

type ShipmentEventTValidationError

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

ShipmentEventTValidationError is the validation error returned by ShipmentEventT.Validate if the designated constraints aren't met.

func (ShipmentEventTValidationError) Cause

Cause function returns cause value.

func (ShipmentEventTValidationError) Error

Error satisfies the builtin error interface

func (ShipmentEventTValidationError) ErrorName

func (e ShipmentEventTValidationError) ErrorName() string

ErrorName returns error name.

func (ShipmentEventTValidationError) Field

Field function returns field value.

func (ShipmentEventTValidationError) Key

Key function returns key value.

func (ShipmentEventTValidationError) Reason

Reason function returns reason value.

type ShipmentEventType

type ShipmentEventType struct {
	ShipmentEventTypeCode        string `` /* 128-byte string literal not displayed */
	ShipmentEventTypeName        string `` /* 128-byte string literal not displayed */
	ShipmentEventTypeDescription string `` /* 149-byte string literal not displayed */
	ShipmentEventId              uint32 `protobuf:"varint,4,opt,name=shipment_event_id,json=shipmentEventId,proto3" json:"shipment_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ShipmentEventType) Descriptor deprecated

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

Deprecated: Use ShipmentEventType.ProtoReflect.Descriptor instead.

func (*ShipmentEventType) GetShipmentEventId

func (x *ShipmentEventType) GetShipmentEventId() uint32

func (*ShipmentEventType) GetShipmentEventTypeCode

func (x *ShipmentEventType) GetShipmentEventTypeCode() string

func (*ShipmentEventType) GetShipmentEventTypeDescription

func (x *ShipmentEventType) GetShipmentEventTypeDescription() string

func (*ShipmentEventType) GetShipmentEventTypeName

func (x *ShipmentEventType) GetShipmentEventTypeName() string

func (*ShipmentEventType) ProtoMessage

func (*ShipmentEventType) ProtoMessage()

func (*ShipmentEventType) ProtoReflect

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

func (*ShipmentEventType) Reset

func (x *ShipmentEventType) Reset()

func (*ShipmentEventType) String

func (x *ShipmentEventType) String() string

func (*ShipmentEventType) Validate

func (m *ShipmentEventType) Validate() error

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

func (m *ShipmentEventType) ValidateAll() error

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

type ShipmentEventTypeMultiError

type ShipmentEventTypeMultiError []error

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

func (ShipmentEventTypeMultiError) AllErrors

func (m ShipmentEventTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ShipmentEventTypeMultiError) Error

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

type ShipmentEventTypeValidationError

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

ShipmentEventTypeValidationError is the validation error returned by ShipmentEventType.Validate if the designated constraints aren't met.

func (ShipmentEventTypeValidationError) Cause

Cause function returns cause value.

func (ShipmentEventTypeValidationError) Error

Error satisfies the builtin error interface

func (ShipmentEventTypeValidationError) ErrorName

ErrorName returns error name.

func (ShipmentEventTypeValidationError) Field

Field function returns field value.

func (ShipmentEventTypeValidationError) Key

Key function returns key value.

func (ShipmentEventTypeValidationError) Reason

Reason function returns reason value.

type ShipmentEventValidationError

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

ShipmentEventValidationError is the validation error returned by ShipmentEvent.Validate if the designated constraints aren't met.

func (ShipmentEventValidationError) Cause

Cause function returns cause value.

func (ShipmentEventValidationError) Error

Error satisfies the builtin error interface

func (ShipmentEventValidationError) ErrorName

func (e ShipmentEventValidationError) ErrorName() string

ErrorName returns error name.

func (ShipmentEventValidationError) Field

Field function returns field value.

func (ShipmentEventValidationError) Key

Key function returns key value.

func (ShipmentEventValidationError) Reason

Reason function returns reason value.

type TransportEvent

type TransportEvent struct {
	TransportEventD    *TransportEventD    `protobuf:"bytes,1,opt,name=transport_event_d,json=transportEventD,proto3" json:"transport_event_d,omitempty"`
	TransportEventT    *TransportEventT    `protobuf:"bytes,2,opt,name=transport_event_t,json=transportEventT,proto3" json:"transport_event_t,omitempty"`
	TransportEventType *TransportEventType `protobuf:"bytes,3,opt,name=transport_event_type,json=transportEventType,proto3" json:"transport_event_type,omitempty"`
	// contains filtered or unexported fields
}

func (*TransportEvent) Descriptor deprecated

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

Deprecated: Use TransportEvent.ProtoReflect.Descriptor instead.

func (*TransportEvent) GetTransportEventD

func (x *TransportEvent) GetTransportEventD() *TransportEventD

func (*TransportEvent) GetTransportEventT

func (x *TransportEvent) GetTransportEventT() *TransportEventT

func (*TransportEvent) GetTransportEventType

func (x *TransportEvent) GetTransportEventType() *TransportEventType

func (*TransportEvent) ProtoMessage

func (*TransportEvent) ProtoMessage()

func (*TransportEvent) ProtoReflect

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

func (*TransportEvent) Reset

func (x *TransportEvent) Reset()

func (*TransportEvent) String

func (x *TransportEvent) String() string

func (*TransportEvent) Validate

func (m *TransportEvent) Validate() error

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

func (m *TransportEvent) ValidateAll() error

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

type TransportEventD

type TransportEventD struct {
	Id                     uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	EventIdS               []byte `protobuf:"bytes,2,opt,name=event_id_s,json=eventIdS,proto3" json:"event_id_s,omitempty"`
	EventClassifierCode    string `protobuf:"bytes,3,opt,name=event_classifier_code,json=eventClassifierCode,proto3" json:"event_classifier_code,omitempty"`
	TransportEventTypeCode string `` /* 131-byte string literal not displayed */
	DelayReasonCode        string `protobuf:"bytes,5,opt,name=delay_reason_code,json=delayReasonCode,proto3" json:"delay_reason_code,omitempty"`
	ChangeRemark           string `protobuf:"bytes,6,opt,name=change_remark,json=changeRemark,proto3" json:"change_remark,omitempty"`
	TransportCallId        uint32 `protobuf:"varint,7,opt,name=transport_call_id,json=transportCallId,proto3" json:"transport_call_id,omitempty"`
	EventId                uint32 `protobuf:"varint,8,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TransportEventD) Descriptor deprecated

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

Deprecated: Use TransportEventD.ProtoReflect.Descriptor instead.

func (*TransportEventD) GetChangeRemark

func (x *TransportEventD) GetChangeRemark() string

func (*TransportEventD) GetDelayReasonCode

func (x *TransportEventD) GetDelayReasonCode() string

func (*TransportEventD) GetEventClassifierCode

func (x *TransportEventD) GetEventClassifierCode() string

func (*TransportEventD) GetEventId

func (x *TransportEventD) GetEventId() uint32

func (*TransportEventD) GetEventIdS

func (x *TransportEventD) GetEventIdS() []byte

func (*TransportEventD) GetId

func (x *TransportEventD) GetId() uint32

func (*TransportEventD) GetTransportCallId

func (x *TransportEventD) GetTransportCallId() uint32

func (*TransportEventD) GetTransportEventTypeCode

func (x *TransportEventD) GetTransportEventTypeCode() string

func (*TransportEventD) ProtoMessage

func (*TransportEventD) ProtoMessage()

func (*TransportEventD) ProtoReflect

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

func (*TransportEventD) Reset

func (x *TransportEventD) Reset()

func (*TransportEventD) String

func (x *TransportEventD) String() string

func (*TransportEventD) Validate

func (m *TransportEventD) Validate() error

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

func (m *TransportEventD) ValidateAll() error

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

type TransportEventDMultiError

type TransportEventDMultiError []error

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

func (TransportEventDMultiError) AllErrors

func (m TransportEventDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransportEventDMultiError) Error

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

type TransportEventDValidationError

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

TransportEventDValidationError is the validation error returned by TransportEventD.Validate if the designated constraints aren't met.

func (TransportEventDValidationError) Cause

Cause function returns cause value.

func (TransportEventDValidationError) Error

Error satisfies the builtin error interface

func (TransportEventDValidationError) ErrorName

func (e TransportEventDValidationError) ErrorName() string

ErrorName returns error name.

func (TransportEventDValidationError) Field

Field function returns field value.

func (TransportEventDValidationError) Key

Key function returns key value.

func (TransportEventDValidationError) Reason

Reason function returns reason value.

type TransportEventMultiError

type TransportEventMultiError []error

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

func (TransportEventMultiError) AllErrors

func (m TransportEventMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransportEventMultiError) Error

func (m TransportEventMultiError) Error() string

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

type TransportEventT

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

func (*TransportEventT) Descriptor deprecated

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

Deprecated: Use TransportEventT.ProtoReflect.Descriptor instead.

func (*TransportEventT) GetEventCreatedDateTime

func (x *TransportEventT) GetEventCreatedDateTime() *timestamppb.Timestamp

func (*TransportEventT) GetEventDateTime

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

func (*TransportEventT) ProtoMessage

func (*TransportEventT) ProtoMessage()

func (*TransportEventT) ProtoReflect

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

func (*TransportEventT) Reset

func (x *TransportEventT) Reset()

func (*TransportEventT) String

func (x *TransportEventT) String() string

func (*TransportEventT) Validate

func (m *TransportEventT) Validate() error

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

func (m *TransportEventT) ValidateAll() error

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

type TransportEventTMultiError

type TransportEventTMultiError []error

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

func (TransportEventTMultiError) AllErrors

func (m TransportEventTMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransportEventTMultiError) Error

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

type TransportEventTValidationError

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

TransportEventTValidationError is the validation error returned by TransportEventT.Validate if the designated constraints aren't met.

func (TransportEventTValidationError) Cause

Cause function returns cause value.

func (TransportEventTValidationError) Error

Error satisfies the builtin error interface

func (TransportEventTValidationError) ErrorName

func (e TransportEventTValidationError) ErrorName() string

ErrorName returns error name.

func (TransportEventTValidationError) Field

Field function returns field value.

func (TransportEventTValidationError) Key

Key function returns key value.

func (TransportEventTValidationError) Reason

Reason function returns reason value.

type TransportEventType

type TransportEventType struct {
	TransportEventTypeCode        string `` /* 131-byte string literal not displayed */
	TransportEventTypeName        string `` /* 131-byte string literal not displayed */
	TransportEventTypeDescription string `` /* 152-byte string literal not displayed */
	TransportEventId              uint32 `protobuf:"varint,4,opt,name=transport_event_id,json=transportEventId,proto3" json:"transport_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TransportEventType) Descriptor deprecated

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

Deprecated: Use TransportEventType.ProtoReflect.Descriptor instead.

func (*TransportEventType) GetTransportEventId

func (x *TransportEventType) GetTransportEventId() uint32

func (*TransportEventType) GetTransportEventTypeCode

func (x *TransportEventType) GetTransportEventTypeCode() string

func (*TransportEventType) GetTransportEventTypeDescription

func (x *TransportEventType) GetTransportEventTypeDescription() string

func (*TransportEventType) GetTransportEventTypeName

func (x *TransportEventType) GetTransportEventTypeName() string

func (*TransportEventType) ProtoMessage

func (*TransportEventType) ProtoMessage()

func (*TransportEventType) ProtoReflect

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

func (*TransportEventType) Reset

func (x *TransportEventType) Reset()

func (*TransportEventType) String

func (x *TransportEventType) String() string

func (*TransportEventType) Validate

func (m *TransportEventType) Validate() error

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

func (m *TransportEventType) ValidateAll() error

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

type TransportEventTypeMultiError

type TransportEventTypeMultiError []error

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

func (TransportEventTypeMultiError) AllErrors

func (m TransportEventTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TransportEventTypeMultiError) Error

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

type TransportEventTypeValidationError

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

TransportEventTypeValidationError is the validation error returned by TransportEventType.Validate if the designated constraints aren't met.

func (TransportEventTypeValidationError) Cause

Cause function returns cause value.

func (TransportEventTypeValidationError) Error

Error satisfies the builtin error interface

func (TransportEventTypeValidationError) ErrorName

ErrorName returns error name.

func (TransportEventTypeValidationError) Field

Field function returns field value.

func (TransportEventTypeValidationError) Key

Key function returns key value.

func (TransportEventTypeValidationError) Reason

Reason function returns reason value.

type TransportEventValidationError

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

TransportEventValidationError is the validation error returned by TransportEvent.Validate if the designated constraints aren't met.

func (TransportEventValidationError) Cause

Cause function returns cause value.

func (TransportEventValidationError) Error

Error satisfies the builtin error interface

func (TransportEventValidationError) ErrorName

func (e TransportEventValidationError) ErrorName() string

ErrorName returns error name.

func (TransportEventValidationError) Field

Field function returns field value.

func (TransportEventValidationError) Key

Key function returns key value.

func (TransportEventValidationError) Reason

Reason function returns reason value.

type UnimplementedEventServiceServer

type UnimplementedEventServiceServer struct{}

UnimplementedEventServiceServer 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 (UnimplementedEventServiceServer) CreateEvent

func (UnimplementedEventServiceServer) GetEvent

func (UnimplementedEventServiceServer) GetEvents

type UnimplementedEventSubscriptionServiceServer

type UnimplementedEventSubscriptionServiceServer struct{}

UnimplementedEventSubscriptionServiceServer 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 (UnimplementedEventSubscriptionServiceServer) GetEventSubscriptions

type UnimplementedSealServiceServer

type UnimplementedSealServiceServer struct{}

UnimplementedSealServiceServer 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 (UnimplementedSealServiceServer) CreateSeal

func (UnimplementedSealServiceServer) GetSeals

type UnsafeEventServiceServer

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

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

type UnsafeEventSubscriptionServiceServer

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

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

type UnsafeSealServiceServer

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

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

type UpdateEventSubscriptionRequest

type UpdateEventSubscriptionRequest struct {
	CallbackUrl                    string `protobuf:"bytes,1,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"`
	DocumentReference              string `protobuf:"bytes,2,opt,name=document_reference,json=documentReference,proto3" json:"document_reference,omitempty"`
	EquipmentReference             string `protobuf:"bytes,3,opt,name=equipment_reference,json=equipmentReference,proto3" json:"equipment_reference,omitempty"`
	TransportCallReference         string `` /* 129-byte string literal not displayed */
	VesselImoNumber                string `protobuf:"bytes,5,opt,name=vessel_imo_number,json=vesselImoNumber,proto3" json:"vessel_imo_number,omitempty"`
	CarrierExportVoyageNumber      string `` /* 140-byte string literal not displayed */
	UniversalExportVoyageReference string `` /* 155-byte string literal not displayed */
	CarrierServiceCode             string `protobuf:"bytes,8,opt,name=carrier_service_code,json=carrierServiceCode,proto3" json:"carrier_service_code,omitempty"`
	UniversalServiceReference      string `` /* 138-byte string literal not displayed */
	SubscriptionId                 string `protobuf:"bytes,10,opt,name=subscription_id,json=subscriptionId,proto3" json:"subscription_id,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 (*UpdateEventSubscriptionRequest) Descriptor deprecated

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

Deprecated: Use UpdateEventSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*UpdateEventSubscriptionRequest) GetCallbackUrl

func (x *UpdateEventSubscriptionRequest) GetCallbackUrl() string

func (*UpdateEventSubscriptionRequest) GetCarrierExportVoyageNumber

func (x *UpdateEventSubscriptionRequest) GetCarrierExportVoyageNumber() string

func (*UpdateEventSubscriptionRequest) GetCarrierServiceCode

func (x *UpdateEventSubscriptionRequest) GetCarrierServiceCode() string

func (*UpdateEventSubscriptionRequest) GetDocumentReference

func (x *UpdateEventSubscriptionRequest) GetDocumentReference() string

func (*UpdateEventSubscriptionRequest) GetEquipmentReference

func (x *UpdateEventSubscriptionRequest) GetEquipmentReference() string

func (*UpdateEventSubscriptionRequest) GetRequestId

func (x *UpdateEventSubscriptionRequest) GetRequestId() string

func (*UpdateEventSubscriptionRequest) GetSubscriptionId

func (x *UpdateEventSubscriptionRequest) GetSubscriptionId() string

func (*UpdateEventSubscriptionRequest) GetTransportCallReference

func (x *UpdateEventSubscriptionRequest) GetTransportCallReference() string

func (*UpdateEventSubscriptionRequest) GetUniversalExportVoyageReference

func (x *UpdateEventSubscriptionRequest) GetUniversalExportVoyageReference() string

func (*UpdateEventSubscriptionRequest) GetUniversalServiceReference

func (x *UpdateEventSubscriptionRequest) GetUniversalServiceReference() string

func (*UpdateEventSubscriptionRequest) GetUserEmail

func (x *UpdateEventSubscriptionRequest) GetUserEmail() string

func (*UpdateEventSubscriptionRequest) GetUserId

func (x *UpdateEventSubscriptionRequest) GetUserId() string

func (*UpdateEventSubscriptionRequest) GetVesselImoNumber

func (x *UpdateEventSubscriptionRequest) GetVesselImoNumber() string

func (*UpdateEventSubscriptionRequest) ProtoMessage

func (*UpdateEventSubscriptionRequest) ProtoMessage()

func (*UpdateEventSubscriptionRequest) ProtoReflect

func (*UpdateEventSubscriptionRequest) Reset

func (x *UpdateEventSubscriptionRequest) Reset()

func (*UpdateEventSubscriptionRequest) String

func (*UpdateEventSubscriptionRequest) Validate

func (m *UpdateEventSubscriptionRequest) Validate() error

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

func (m *UpdateEventSubscriptionRequest) ValidateAll() error

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

type UpdateEventSubscriptionRequestMultiError

type UpdateEventSubscriptionRequestMultiError []error

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

func (UpdateEventSubscriptionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateEventSubscriptionRequestMultiError) Error

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

type UpdateEventSubscriptionRequestValidationError

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

UpdateEventSubscriptionRequestValidationError is the validation error returned by UpdateEventSubscriptionRequest.Validate if the designated constraints aren't met.

func (UpdateEventSubscriptionRequestValidationError) Cause

Cause function returns cause value.

func (UpdateEventSubscriptionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateEventSubscriptionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateEventSubscriptionRequestValidationError) Field

Field function returns field value.

func (UpdateEventSubscriptionRequestValidationError) Key

Key function returns key value.

func (UpdateEventSubscriptionRequestValidationError) Reason

Reason function returns reason value.

type UpdateEventSubscriptionResponse

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

func (*UpdateEventSubscriptionResponse) Descriptor deprecated

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

Deprecated: Use UpdateEventSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*UpdateEventSubscriptionResponse) ProtoMessage

func (*UpdateEventSubscriptionResponse) ProtoMessage()

func (*UpdateEventSubscriptionResponse) ProtoReflect

func (*UpdateEventSubscriptionResponse) Reset

func (*UpdateEventSubscriptionResponse) String

func (*UpdateEventSubscriptionResponse) Validate

func (m *UpdateEventSubscriptionResponse) Validate() error

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

func (m *UpdateEventSubscriptionResponse) ValidateAll() error

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

type UpdateEventSubscriptionResponseMultiError

type UpdateEventSubscriptionResponseMultiError []error

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

func (UpdateEventSubscriptionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateEventSubscriptionResponseMultiError) Error

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

type UpdateEventSubscriptionResponseValidationError

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

UpdateEventSubscriptionResponseValidationError is the validation error returned by UpdateEventSubscriptionResponse.Validate if the designated constraints aren't met.

func (UpdateEventSubscriptionResponseValidationError) Cause

Cause function returns cause value.

func (UpdateEventSubscriptionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateEventSubscriptionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateEventSubscriptionResponseValidationError) Field

Field function returns field value.

func (UpdateEventSubscriptionResponseValidationError) Key

Key function returns key value.

func (UpdateEventSubscriptionResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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