v1

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

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

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

Documentation

Index

Constants

View Source
const (
	DocumentPartyService_CreateDocumentParty_FullMethodName                            = "/party.v1.DocumentPartyService/CreateDocumentParty"
	DocumentPartyService_CreateDocumentPartiesByBookingID_FullMethodName               = "/party.v1.DocumentPartyService/CreateDocumentPartiesByBookingID"
	DocumentPartyService_CreateDocumentPartiesByShippingInstructionID_FullMethodName   = "/party.v1.DocumentPartyService/CreateDocumentPartiesByShippingInstructionID"
	DocumentPartyService_FetchDocumentPartiesByBookingID_FullMethodName                = "/party.v1.DocumentPartyService/FetchDocumentPartiesByBookingID"
	DocumentPartyService_FetchDocumentPartiesByByShippingInstructionID_FullMethodName  = "/party.v1.DocumentPartyService/FetchDocumentPartiesByByShippingInstructionID"
	DocumentPartyService_ResolveDocumentPartiesForShippingInstructionID_FullMethodName = "/party.v1.DocumentPartyService/ResolveDocumentPartiesForShippingInstructionID"
)
View Source
const (
	LocationService_CreateLocation_FullMethodName    = "/party.v1.LocationService/CreateLocation"
	LocationService_LoadLocations_FullMethodName     = "/party.v1.LocationService/LoadLocations"
	LocationService_FetchLocationByID_FullMethodName = "/party.v1.LocationService/FetchLocationByID"
)
View Source
const (
	PartyService_CreateParty_FullMethodName                = "/party.v1.PartyService/CreateParty"
	PartyService_GetParties_FullMethodName                 = "/party.v1.PartyService/GetParties"
	PartyService_GetParty_FullMethodName                   = "/party.v1.PartyService/GetParty"
	PartyService_GetPartyByPk_FullMethodName               = "/party.v1.PartyService/GetPartyByPk"
	PartyService_UpdateParty_FullMethodName                = "/party.v1.PartyService/UpdateParty"
	PartyService_DeleteParty_FullMethodName                = "/party.v1.PartyService/DeleteParty"
	PartyService_CreatePartyContactDetail_FullMethodName   = "/party.v1.PartyService/CreatePartyContactDetail"
	PartyService_GetPartyContactDetail_FullMethodName      = "/party.v1.PartyService/GetPartyContactDetail"
	PartyService_UpdatePartyContactDetail_FullMethodName   = "/party.v1.PartyService/UpdatePartyContactDetail"
	PartyService_DeletePartyContactDetail_FullMethodName   = "/party.v1.PartyService/DeletePartyContactDetail"
	PartyService_CreateDisplayedAddress_FullMethodName     = "/party.v1.PartyService/CreateDisplayedAddress"
	PartyService_CreateFacility_FullMethodName             = "/party.v1.PartyService/CreateFacility"
	PartyService_CreatePartyFunction_FullMethodName        = "/party.v1.PartyService/CreatePartyFunction"
	PartyService_CreatePartyIdentifyingCode_FullMethodName = "/party.v1.PartyService/CreatePartyIdentifyingCode"
)
View Source
const (
	UserService_GetUsers_FullMethodName             = "/party.v1.UserService/GetUsers"
	UserService_GetUserByEmail_FullMethodName       = "/party.v1.UserService/GetUserByEmail"
	UserService_GetUser_FullMethodName              = "/party.v1.UserService/GetUser"
	UserService_DeleteUser_FullMethodName           = "/party.v1.UserService/DeleteUser"
	UserService_ChangePassword_FullMethodName       = "/party.v1.UserService/ChangePassword"
	UserService_GetAuthUserDetails_FullMethodName   = "/party.v1.UserService/GetAuthUserDetails"
	UserService_RefreshToken_FullMethodName         = "/party.v1.UserService/RefreshToken"
	UserService_UpdateUser_FullMethodName           = "/party.v1.UserService/UpdateUser"
	UserService_CreateRole_FullMethodName           = "/party.v1.UserService/CreateRole"
	UserService_GetRole_FullMethodName              = "/party.v1.UserService/GetRole"
	UserService_GetRoles_FullMethodName             = "/party.v1.UserService/GetRoles"
	UserService_UpdateRole_FullMethodName           = "/party.v1.UserService/UpdateRole"
	UserService_DeleteRole_FullMethodName           = "/party.v1.UserService/DeleteRole"
	UserService_AddPermisionsToRoles_FullMethodName = "/party.v1.UserService/AddPermisionsToRoles"
	UserService_RemoveRolePermission_FullMethodName = "/party.v1.UserService/RemoveRolePermission"
	UserService_GetRolePermissions_FullMethodName   = "/party.v1.UserService/GetRolePermissions"
	UserService_AssignRolesToUsers_FullMethodName   = "/party.v1.UserService/AssignRolesToUsers"
	UserService_GetRoleUsers_FullMethodName         = "/party.v1.UserService/GetRoleUsers"
	UserService_ViewUserRoles_FullMethodName        = "/party.v1.UserService/ViewUserRoles"
	UserService_AddAPIPermission_FullMethodName     = "/party.v1.UserService/AddAPIPermission"
)

Variables

View Source
var DocumentPartyService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "party.v1.DocumentPartyService",
	HandlerType: (*DocumentPartyServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateDocumentParty",
			Handler:    _DocumentPartyService_CreateDocumentParty_Handler,
		},
		{
			MethodName: "CreateDocumentPartiesByBookingID",
			Handler:    _DocumentPartyService_CreateDocumentPartiesByBookingID_Handler,
		},
		{
			MethodName: "CreateDocumentPartiesByShippingInstructionID",
			Handler:    _DocumentPartyService_CreateDocumentPartiesByShippingInstructionID_Handler,
		},
		{
			MethodName: "FetchDocumentPartiesByBookingID",
			Handler:    _DocumentPartyService_FetchDocumentPartiesByBookingID_Handler,
		},
		{
			MethodName: "FetchDocumentPartiesByByShippingInstructionID",
			Handler:    _DocumentPartyService_FetchDocumentPartiesByByShippingInstructionID_Handler,
		},
		{
			MethodName: "ResolveDocumentPartiesForShippingInstructionID",
			Handler:    _DocumentPartyService_ResolveDocumentPartiesForShippingInstructionID_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "party/v1/document_party.proto",
}

DocumentPartyService_ServiceDesc is the grpc.ServiceDesc for DocumentPartyService 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_party_v1_document_party_proto protoreflect.FileDescriptor
View Source
var File_party_v1_location_proto protoreflect.FileDescriptor
View Source
var File_party_v1_party_proto protoreflect.FileDescriptor
View Source
var File_party_v1_user_proto protoreflect.FileDescriptor
View Source
var LocationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "party.v1.LocationService",
	HandlerType: (*LocationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateLocation",
			Handler:    _LocationService_CreateLocation_Handler,
		},
		{
			MethodName: "LoadLocations",
			Handler:    _LocationService_LoadLocations_Handler,
		},
		{
			MethodName: "FetchLocationByID",
			Handler:    _LocationService_FetchLocationByID_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "party/v1/location.proto",
}

LocationService_ServiceDesc is the grpc.ServiceDesc for LocationService 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 PartyService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "party.v1.PartyService",
	HandlerType: (*PartyServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateParty",
			Handler:    _PartyService_CreateParty_Handler,
		},
		{
			MethodName: "GetParties",
			Handler:    _PartyService_GetParties_Handler,
		},
		{
			MethodName: "GetParty",
			Handler:    _PartyService_GetParty_Handler,
		},
		{
			MethodName: "GetPartyByPk",
			Handler:    _PartyService_GetPartyByPk_Handler,
		},
		{
			MethodName: "UpdateParty",
			Handler:    _PartyService_UpdateParty_Handler,
		},
		{
			MethodName: "DeleteParty",
			Handler:    _PartyService_DeleteParty_Handler,
		},
		{
			MethodName: "CreatePartyContactDetail",
			Handler:    _PartyService_CreatePartyContactDetail_Handler,
		},
		{
			MethodName: "GetPartyContactDetail",
			Handler:    _PartyService_GetPartyContactDetail_Handler,
		},
		{
			MethodName: "UpdatePartyContactDetail",
			Handler:    _PartyService_UpdatePartyContactDetail_Handler,
		},
		{
			MethodName: "DeletePartyContactDetail",
			Handler:    _PartyService_DeletePartyContactDetail_Handler,
		},
		{
			MethodName: "CreateDisplayedAddress",
			Handler:    _PartyService_CreateDisplayedAddress_Handler,
		},
		{
			MethodName: "CreateFacility",
			Handler:    _PartyService_CreateFacility_Handler,
		},
		{
			MethodName: "CreatePartyFunction",
			Handler:    _PartyService_CreatePartyFunction_Handler,
		},
		{
			MethodName: "CreatePartyIdentifyingCode",
			Handler:    _PartyService_CreatePartyIdentifyingCode_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "party/v1/party.proto",
}

PartyService_ServiceDesc is the grpc.ServiceDesc for PartyService 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 UserService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "party.v1.UserService",
	HandlerType: (*UserServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetUsers",
			Handler:    _UserService_GetUsers_Handler,
		},
		{
			MethodName: "GetUserByEmail",
			Handler:    _UserService_GetUserByEmail_Handler,
		},
		{
			MethodName: "GetUser",
			Handler:    _UserService_GetUser_Handler,
		},
		{
			MethodName: "DeleteUser",
			Handler:    _UserService_DeleteUser_Handler,
		},
		{
			MethodName: "ChangePassword",
			Handler:    _UserService_ChangePassword_Handler,
		},
		{
			MethodName: "GetAuthUserDetails",
			Handler:    _UserService_GetAuthUserDetails_Handler,
		},
		{
			MethodName: "RefreshToken",
			Handler:    _UserService_RefreshToken_Handler,
		},
		{
			MethodName: "UpdateUser",
			Handler:    _UserService_UpdateUser_Handler,
		},
		{
			MethodName: "CreateRole",
			Handler:    _UserService_CreateRole_Handler,
		},
		{
			MethodName: "GetRole",
			Handler:    _UserService_GetRole_Handler,
		},
		{
			MethodName: "GetRoles",
			Handler:    _UserService_GetRoles_Handler,
		},
		{
			MethodName: "UpdateRole",
			Handler:    _UserService_UpdateRole_Handler,
		},
		{
			MethodName: "DeleteRole",
			Handler:    _UserService_DeleteRole_Handler,
		},
		{
			MethodName: "AddPermisionsToRoles",
			Handler:    _UserService_AddPermisionsToRoles_Handler,
		},
		{
			MethodName: "RemoveRolePermission",
			Handler:    _UserService_RemoveRolePermission_Handler,
		},
		{
			MethodName: "GetRolePermissions",
			Handler:    _UserService_GetRolePermissions_Handler,
		},
		{
			MethodName: "AssignRolesToUsers",
			Handler:    _UserService_AssignRolesToUsers_Handler,
		},
		{
			MethodName: "GetRoleUsers",
			Handler:    _UserService_GetRoleUsers_Handler,
		},
		{
			MethodName: "ViewUserRoles",
			Handler:    _UserService_ViewUserRoles_Handler,
		},
		{
			MethodName: "AddAPIPermission",
			Handler:    _UserService_AddAPIPermission_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "party/v1/user.proto",
}

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

Functions

func RegisterDocumentPartyServiceServer

func RegisterDocumentPartyServiceServer(s grpc.ServiceRegistrar, srv DocumentPartyServiceServer)

func RegisterLocationServiceServer

func RegisterLocationServiceServer(s grpc.ServiceRegistrar, srv LocationServiceServer)

func RegisterPartyServiceServer

func RegisterPartyServiceServer(s grpc.ServiceRegistrar, srv PartyServiceServer)

func RegisterUserServiceServer

func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)

Types

type AddAPIPermissionRequest

type AddAPIPermissionRequest struct {
	Permissions []*v1.Permission `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*AddAPIPermissionRequest) Descriptor deprecated

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

Deprecated: Use AddAPIPermissionRequest.ProtoReflect.Descriptor instead.

func (*AddAPIPermissionRequest) GetPermissions

func (x *AddAPIPermissionRequest) GetPermissions() []*v1.Permission

func (*AddAPIPermissionRequest) ProtoMessage

func (*AddAPIPermissionRequest) ProtoMessage()

func (*AddAPIPermissionRequest) ProtoReflect

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

func (*AddAPIPermissionRequest) Reset

func (x *AddAPIPermissionRequest) Reset()

func (*AddAPIPermissionRequest) String

func (x *AddAPIPermissionRequest) String() string

func (*AddAPIPermissionRequest) Validate

func (m *AddAPIPermissionRequest) Validate() error

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

func (m *AddAPIPermissionRequest) ValidateAll() error

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

type AddAPIPermissionRequestMultiError

type AddAPIPermissionRequestMultiError []error

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

func (AddAPIPermissionRequestMultiError) AllErrors

func (m AddAPIPermissionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddAPIPermissionRequestMultiError) Error

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

type AddAPIPermissionRequestValidationError

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

AddAPIPermissionRequestValidationError is the validation error returned by AddAPIPermissionRequest.Validate if the designated constraints aren't met.

func (AddAPIPermissionRequestValidationError) Cause

Cause function returns cause value.

func (AddAPIPermissionRequestValidationError) Error

Error satisfies the builtin error interface

func (AddAPIPermissionRequestValidationError) ErrorName

ErrorName returns error name.

func (AddAPIPermissionRequestValidationError) Field

Field function returns field value.

func (AddAPIPermissionRequestValidationError) Key

Key function returns key value.

func (AddAPIPermissionRequestValidationError) Reason

Reason function returns reason value.

type AddAPIPermissionResponse

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

func (*AddAPIPermissionResponse) Descriptor deprecated

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

Deprecated: Use AddAPIPermissionResponse.ProtoReflect.Descriptor instead.

func (*AddAPIPermissionResponse) ProtoMessage

func (*AddAPIPermissionResponse) ProtoMessage()

func (*AddAPIPermissionResponse) ProtoReflect

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

func (*AddAPIPermissionResponse) Reset

func (x *AddAPIPermissionResponse) Reset()

func (*AddAPIPermissionResponse) String

func (x *AddAPIPermissionResponse) String() string

func (*AddAPIPermissionResponse) Validate

func (m *AddAPIPermissionResponse) Validate() error

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

func (m *AddAPIPermissionResponse) ValidateAll() error

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

type AddAPIPermissionResponseMultiError

type AddAPIPermissionResponseMultiError []error

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

func (AddAPIPermissionResponseMultiError) AllErrors

func (m AddAPIPermissionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddAPIPermissionResponseMultiError) Error

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

type AddAPIPermissionResponseValidationError

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

AddAPIPermissionResponseValidationError is the validation error returned by AddAPIPermissionResponse.Validate if the designated constraints aren't met.

func (AddAPIPermissionResponseValidationError) Cause

Cause function returns cause value.

func (AddAPIPermissionResponseValidationError) Error

Error satisfies the builtin error interface

func (AddAPIPermissionResponseValidationError) ErrorName

ErrorName returns error name.

func (AddAPIPermissionResponseValidationError) Field

Field function returns field value.

func (AddAPIPermissionResponseValidationError) Key

Key function returns key value.

func (AddAPIPermissionResponseValidationError) Reason

Reason function returns reason value.

type AddPermisionsToRolesRequest

type AddPermisionsToRolesRequest struct {
	AddPermisionsToRoles *v1.AddPermisionsToRoles `protobuf:"bytes,1,opt,name=add_permisions_to_roles,json=addPermisionsToRoles,proto3" json:"add_permisions_to_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPermisionsToRolesRequest) Descriptor deprecated

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

Deprecated: Use AddPermisionsToRolesRequest.ProtoReflect.Descriptor instead.

func (*AddPermisionsToRolesRequest) GetAddPermisionsToRoles

func (x *AddPermisionsToRolesRequest) GetAddPermisionsToRoles() *v1.AddPermisionsToRoles

func (*AddPermisionsToRolesRequest) ProtoMessage

func (*AddPermisionsToRolesRequest) ProtoMessage()

func (*AddPermisionsToRolesRequest) ProtoReflect

func (*AddPermisionsToRolesRequest) Reset

func (x *AddPermisionsToRolesRequest) Reset()

func (*AddPermisionsToRolesRequest) String

func (x *AddPermisionsToRolesRequest) String() string

func (*AddPermisionsToRolesRequest) Validate

func (m *AddPermisionsToRolesRequest) Validate() error

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

func (m *AddPermisionsToRolesRequest) ValidateAll() error

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

type AddPermisionsToRolesRequestMultiError

type AddPermisionsToRolesRequestMultiError []error

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

func (AddPermisionsToRolesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddPermisionsToRolesRequestMultiError) Error

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

type AddPermisionsToRolesRequestValidationError

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

AddPermisionsToRolesRequestValidationError is the validation error returned by AddPermisionsToRolesRequest.Validate if the designated constraints aren't met.

func (AddPermisionsToRolesRequestValidationError) Cause

Cause function returns cause value.

func (AddPermisionsToRolesRequestValidationError) Error

Error satisfies the builtin error interface

func (AddPermisionsToRolesRequestValidationError) ErrorName

ErrorName returns error name.

func (AddPermisionsToRolesRequestValidationError) Field

Field function returns field value.

func (AddPermisionsToRolesRequestValidationError) Key

Key function returns key value.

func (AddPermisionsToRolesRequestValidationError) Reason

Reason function returns reason value.

type AddPermisionsToRolesResponse

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

func (*AddPermisionsToRolesResponse) Descriptor deprecated

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

Deprecated: Use AddPermisionsToRolesResponse.ProtoReflect.Descriptor instead.

func (*AddPermisionsToRolesResponse) ProtoMessage

func (*AddPermisionsToRolesResponse) ProtoMessage()

func (*AddPermisionsToRolesResponse) ProtoReflect

func (*AddPermisionsToRolesResponse) Reset

func (x *AddPermisionsToRolesResponse) Reset()

func (*AddPermisionsToRolesResponse) String

func (*AddPermisionsToRolesResponse) Validate

func (m *AddPermisionsToRolesResponse) Validate() error

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

func (m *AddPermisionsToRolesResponse) ValidateAll() error

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

type AddPermisionsToRolesResponseMultiError

type AddPermisionsToRolesResponseMultiError []error

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

func (AddPermisionsToRolesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddPermisionsToRolesResponseMultiError) Error

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

type AddPermisionsToRolesResponseValidationError

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

AddPermisionsToRolesResponseValidationError is the validation error returned by AddPermisionsToRolesResponse.Validate if the designated constraints aren't met.

func (AddPermisionsToRolesResponseValidationError) Cause

Cause function returns cause value.

func (AddPermisionsToRolesResponseValidationError) Error

Error satisfies the builtin error interface

func (AddPermisionsToRolesResponseValidationError) ErrorName

ErrorName returns error name.

func (AddPermisionsToRolesResponseValidationError) Field

Field function returns field value.

func (AddPermisionsToRolesResponseValidationError) Key

Key function returns key value.

func (AddPermisionsToRolesResponseValidationError) Reason

Reason function returns reason value.

type AssignRolesToUsersRequest

type AssignRolesToUsersRequest struct {
	AssignRolesToUsers *v1.AssignRolesToUsers `protobuf:"bytes,1,opt,name=assign_roles_to_users,json=assignRolesToUsers,proto3" json:"assign_roles_to_users,omitempty"`
	// contains filtered or unexported fields
}

func (*AssignRolesToUsersRequest) Descriptor deprecated

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

Deprecated: Use AssignRolesToUsersRequest.ProtoReflect.Descriptor instead.

func (*AssignRolesToUsersRequest) GetAssignRolesToUsers

func (x *AssignRolesToUsersRequest) GetAssignRolesToUsers() *v1.AssignRolesToUsers

func (*AssignRolesToUsersRequest) ProtoMessage

func (*AssignRolesToUsersRequest) ProtoMessage()

func (*AssignRolesToUsersRequest) ProtoReflect

func (*AssignRolesToUsersRequest) Reset

func (x *AssignRolesToUsersRequest) Reset()

func (*AssignRolesToUsersRequest) String

func (x *AssignRolesToUsersRequest) String() string

func (*AssignRolesToUsersRequest) Validate

func (m *AssignRolesToUsersRequest) Validate() error

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

func (m *AssignRolesToUsersRequest) ValidateAll() error

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

type AssignRolesToUsersRequestMultiError

type AssignRolesToUsersRequestMultiError []error

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

func (AssignRolesToUsersRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AssignRolesToUsersRequestMultiError) Error

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

type AssignRolesToUsersRequestValidationError

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

AssignRolesToUsersRequestValidationError is the validation error returned by AssignRolesToUsersRequest.Validate if the designated constraints aren't met.

func (AssignRolesToUsersRequestValidationError) Cause

Cause function returns cause value.

func (AssignRolesToUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (AssignRolesToUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (AssignRolesToUsersRequestValidationError) Field

Field function returns field value.

func (AssignRolesToUsersRequestValidationError) Key

Key function returns key value.

func (AssignRolesToUsersRequestValidationError) Reason

Reason function returns reason value.

type AssignRolesToUsersResponse

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

func (*AssignRolesToUsersResponse) Descriptor deprecated

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

Deprecated: Use AssignRolesToUsersResponse.ProtoReflect.Descriptor instead.

func (*AssignRolesToUsersResponse) ProtoMessage

func (*AssignRolesToUsersResponse) ProtoMessage()

func (*AssignRolesToUsersResponse) ProtoReflect

func (*AssignRolesToUsersResponse) Reset

func (x *AssignRolesToUsersResponse) Reset()

func (*AssignRolesToUsersResponse) String

func (x *AssignRolesToUsersResponse) String() string

func (*AssignRolesToUsersResponse) Validate

func (m *AssignRolesToUsersResponse) Validate() error

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

func (m *AssignRolesToUsersResponse) ValidateAll() error

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

type AssignRolesToUsersResponseMultiError

type AssignRolesToUsersResponseMultiError []error

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

func (AssignRolesToUsersResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AssignRolesToUsersResponseMultiError) Error

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

type AssignRolesToUsersResponseValidationError

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

AssignRolesToUsersResponseValidationError is the validation error returned by AssignRolesToUsersResponse.Validate if the designated constraints aren't met.

func (AssignRolesToUsersResponseValidationError) Cause

Cause function returns cause value.

func (AssignRolesToUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (AssignRolesToUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (AssignRolesToUsersResponseValidationError) Field

Field function returns field value.

func (AssignRolesToUsersResponseValidationError) Key

Key function returns key value.

func (AssignRolesToUsersResponseValidationError) Reason

Reason function returns reason value.

type ChangePasswordRequest

type ChangePasswordRequest struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	UserEmail string `protobuf:"bytes,2,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

ChangePasswordRequest - change password form

func (*ChangePasswordRequest) Descriptor deprecated

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

Deprecated: Use ChangePasswordRequest.ProtoReflect.Descriptor instead.

func (*ChangePasswordRequest) GetEmail

func (x *ChangePasswordRequest) GetEmail() string

func (*ChangePasswordRequest) GetRequestId

func (x *ChangePasswordRequest) GetRequestId() string

func (*ChangePasswordRequest) GetUserEmail

func (x *ChangePasswordRequest) GetUserEmail() string

func (*ChangePasswordRequest) ProtoMessage

func (*ChangePasswordRequest) ProtoMessage()

func (*ChangePasswordRequest) ProtoReflect

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

func (*ChangePasswordRequest) Reset

func (x *ChangePasswordRequest) Reset()

func (*ChangePasswordRequest) String

func (x *ChangePasswordRequest) String() string

func (*ChangePasswordRequest) Validate

func (m *ChangePasswordRequest) Validate() error

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

func (m *ChangePasswordRequest) ValidateAll() error

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

type ChangePasswordRequestMultiError

type ChangePasswordRequestMultiError []error

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

func (ChangePasswordRequestMultiError) AllErrors

func (m ChangePasswordRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChangePasswordRequestMultiError) Error

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

type ChangePasswordRequestValidationError

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

ChangePasswordRequestValidationError is the validation error returned by ChangePasswordRequest.Validate if the designated constraints aren't met.

func (ChangePasswordRequestValidationError) Cause

Cause function returns cause value.

func (ChangePasswordRequestValidationError) Error

Error satisfies the builtin error interface

func (ChangePasswordRequestValidationError) ErrorName

ErrorName returns error name.

func (ChangePasswordRequestValidationError) Field

Field function returns field value.

func (ChangePasswordRequestValidationError) Key

Key function returns key value.

func (ChangePasswordRequestValidationError) Reason

Reason function returns reason value.

type ChangePasswordResponse

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

func (*ChangePasswordResponse) Descriptor deprecated

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

Deprecated: Use ChangePasswordResponse.ProtoReflect.Descriptor instead.

func (*ChangePasswordResponse) ProtoMessage

func (*ChangePasswordResponse) ProtoMessage()

func (*ChangePasswordResponse) ProtoReflect

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

func (*ChangePasswordResponse) Reset

func (x *ChangePasswordResponse) Reset()

func (*ChangePasswordResponse) String

func (x *ChangePasswordResponse) String() string

func (*ChangePasswordResponse) Validate

func (m *ChangePasswordResponse) Validate() error

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

func (m *ChangePasswordResponse) ValidateAll() error

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

type ChangePasswordResponseMultiError

type ChangePasswordResponseMultiError []error

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

func (ChangePasswordResponseMultiError) AllErrors

func (m ChangePasswordResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChangePasswordResponseMultiError) Error

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

type ChangePasswordResponseValidationError

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

ChangePasswordResponseValidationError is the validation error returned by ChangePasswordResponse.Validate if the designated constraints aren't met.

func (ChangePasswordResponseValidationError) Cause

Cause function returns cause value.

func (ChangePasswordResponseValidationError) Error

Error satisfies the builtin error interface

func (ChangePasswordResponseValidationError) ErrorName

ErrorName returns error name.

func (ChangePasswordResponseValidationError) Field

Field function returns field value.

func (ChangePasswordResponseValidationError) Key

Key function returns key value.

func (ChangePasswordResponseValidationError) Reason

Reason function returns reason value.

type CreateDisplayedAddressRequest

type CreateDisplayedAddressRequest struct {
	DocumentPartyId   uint32 `protobuf:"varint,1,opt,name=document_party_id,json=documentPartyId,proto3" json:"document_party_id,omitempty"`
	AddressLineNumber uint32 `protobuf:"varint,2,opt,name=address_line_number,json=addressLineNumber,proto3" json:"address_line_number,omitempty"`
	AddressLineText   string `protobuf:"bytes,3,opt,name=address_line_text,json=addressLineText,proto3" json:"address_line_text,omitempty"`
	UserId            string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail         string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId         string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDisplayedAddressRequest) Descriptor deprecated

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

Deprecated: Use CreateDisplayedAddressRequest.ProtoReflect.Descriptor instead.

func (*CreateDisplayedAddressRequest) GetAddressLineNumber

func (x *CreateDisplayedAddressRequest) GetAddressLineNumber() uint32

func (*CreateDisplayedAddressRequest) GetAddressLineText

func (x *CreateDisplayedAddressRequest) GetAddressLineText() string

func (*CreateDisplayedAddressRequest) GetDocumentPartyId

func (x *CreateDisplayedAddressRequest) GetDocumentPartyId() uint32

func (*CreateDisplayedAddressRequest) GetRequestId

func (x *CreateDisplayedAddressRequest) GetRequestId() string

func (*CreateDisplayedAddressRequest) GetUserEmail

func (x *CreateDisplayedAddressRequest) GetUserEmail() string

func (*CreateDisplayedAddressRequest) GetUserId

func (x *CreateDisplayedAddressRequest) GetUserId() string

func (*CreateDisplayedAddressRequest) ProtoMessage

func (*CreateDisplayedAddressRequest) ProtoMessage()

func (*CreateDisplayedAddressRequest) ProtoReflect

func (*CreateDisplayedAddressRequest) Reset

func (x *CreateDisplayedAddressRequest) Reset()

func (*CreateDisplayedAddressRequest) String

func (*CreateDisplayedAddressRequest) Validate

func (m *CreateDisplayedAddressRequest) Validate() error

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

func (m *CreateDisplayedAddressRequest) ValidateAll() error

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

type CreateDisplayedAddressRequestMultiError

type CreateDisplayedAddressRequestMultiError []error

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

func (CreateDisplayedAddressRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateDisplayedAddressRequestMultiError) Error

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

type CreateDisplayedAddressRequestValidationError

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

CreateDisplayedAddressRequestValidationError is the validation error returned by CreateDisplayedAddressRequest.Validate if the designated constraints aren't met.

func (CreateDisplayedAddressRequestValidationError) Cause

Cause function returns cause value.

func (CreateDisplayedAddressRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateDisplayedAddressRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateDisplayedAddressRequestValidationError) Field

Field function returns field value.

func (CreateDisplayedAddressRequestValidationError) Key

Key function returns key value.

func (CreateDisplayedAddressRequestValidationError) Reason

Reason function returns reason value.

type CreateDisplayedAddressResponse

type CreateDisplayedAddressResponse struct {
	DisplayedAddress *DisplayedAddress `protobuf:"bytes,1,opt,name=displayed_address,json=displayedAddress,proto3" json:"displayed_address,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDisplayedAddressResponse) Descriptor deprecated

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

Deprecated: Use CreateDisplayedAddressResponse.ProtoReflect.Descriptor instead.

func (*CreateDisplayedAddressResponse) GetDisplayedAddress

func (x *CreateDisplayedAddressResponse) GetDisplayedAddress() *DisplayedAddress

func (*CreateDisplayedAddressResponse) ProtoMessage

func (*CreateDisplayedAddressResponse) ProtoMessage()

func (*CreateDisplayedAddressResponse) ProtoReflect

func (*CreateDisplayedAddressResponse) Reset

func (x *CreateDisplayedAddressResponse) Reset()

func (*CreateDisplayedAddressResponse) String

func (*CreateDisplayedAddressResponse) Validate

func (m *CreateDisplayedAddressResponse) Validate() error

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

func (m *CreateDisplayedAddressResponse) ValidateAll() error

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

type CreateDisplayedAddressResponseMultiError

type CreateDisplayedAddressResponseMultiError []error

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

func (CreateDisplayedAddressResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateDisplayedAddressResponseMultiError) Error

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

type CreateDisplayedAddressResponseValidationError

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

CreateDisplayedAddressResponseValidationError is the validation error returned by CreateDisplayedAddressResponse.Validate if the designated constraints aren't met.

func (CreateDisplayedAddressResponseValidationError) Cause

Cause function returns cause value.

func (CreateDisplayedAddressResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateDisplayedAddressResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateDisplayedAddressResponseValidationError) Field

Field function returns field value.

func (CreateDisplayedAddressResponseValidationError) Key

Key function returns key value.

func (CreateDisplayedAddressResponseValidationError) Reason

Reason function returns reason value.

type CreateDocumentPartiesByBookingIDRequest

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

func (*CreateDocumentPartiesByBookingIDRequest) Descriptor deprecated

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

Deprecated: Use CreateDocumentPartiesByBookingIDRequest.ProtoReflect.Descriptor instead.

func (*CreateDocumentPartiesByBookingIDRequest) GetCreateDocumentPartyRequest

func (x *CreateDocumentPartiesByBookingIDRequest) GetCreateDocumentPartyRequest() *CreateDocumentPartyRequest

func (*CreateDocumentPartiesByBookingIDRequest) ProtoMessage

func (*CreateDocumentPartiesByBookingIDRequest) ProtoReflect

func (*CreateDocumentPartiesByBookingIDRequest) Reset

func (*CreateDocumentPartiesByBookingIDRequest) String

func (*CreateDocumentPartiesByBookingIDRequest) Validate

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

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

type CreateDocumentPartiesByBookingIDRequestMultiError

type CreateDocumentPartiesByBookingIDRequestMultiError []error

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

func (CreateDocumentPartiesByBookingIDRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateDocumentPartiesByBookingIDRequestMultiError) Error

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

type CreateDocumentPartiesByBookingIDRequestValidationError

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

CreateDocumentPartiesByBookingIDRequestValidationError is the validation error returned by CreateDocumentPartiesByBookingIDRequest.Validate if the designated constraints aren't met.

func (CreateDocumentPartiesByBookingIDRequestValidationError) Cause

Cause function returns cause value.

func (CreateDocumentPartiesByBookingIDRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateDocumentPartiesByBookingIDRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateDocumentPartiesByBookingIDRequestValidationError) Field

Field function returns field value.

func (CreateDocumentPartiesByBookingIDRequestValidationError) Key

Key function returns key value.

func (CreateDocumentPartiesByBookingIDRequestValidationError) Reason

Reason function returns reason value.

type CreateDocumentPartiesByBookingIDResponse

type CreateDocumentPartiesByBookingIDResponse struct {
	DocumentParty *DocumentParty `protobuf:"bytes,1,opt,name=document_party,json=documentParty,proto3" json:"document_party,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDocumentPartiesByBookingIDResponse) Descriptor deprecated

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

Deprecated: Use CreateDocumentPartiesByBookingIDResponse.ProtoReflect.Descriptor instead.

func (*CreateDocumentPartiesByBookingIDResponse) GetDocumentParty

func (*CreateDocumentPartiesByBookingIDResponse) ProtoMessage

func (*CreateDocumentPartiesByBookingIDResponse) ProtoReflect

func (*CreateDocumentPartiesByBookingIDResponse) Reset

func (*CreateDocumentPartiesByBookingIDResponse) String

func (*CreateDocumentPartiesByBookingIDResponse) Validate

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

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

type CreateDocumentPartiesByBookingIDResponseMultiError

type CreateDocumentPartiesByBookingIDResponseMultiError []error

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

func (CreateDocumentPartiesByBookingIDResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateDocumentPartiesByBookingIDResponseMultiError) Error

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

type CreateDocumentPartiesByBookingIDResponseValidationError

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

CreateDocumentPartiesByBookingIDResponseValidationError is the validation error returned by CreateDocumentPartiesByBookingIDResponse.Validate if the designated constraints aren't met.

func (CreateDocumentPartiesByBookingIDResponseValidationError) Cause

Cause function returns cause value.

func (CreateDocumentPartiesByBookingIDResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateDocumentPartiesByBookingIDResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateDocumentPartiesByBookingIDResponseValidationError) Field

Field function returns field value.

func (CreateDocumentPartiesByBookingIDResponseValidationError) Key

Key function returns key value.

func (CreateDocumentPartiesByBookingIDResponseValidationError) Reason

Reason function returns reason value.

type CreateDocumentPartiesByShippingInstructionIDRequest

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

func (*CreateDocumentPartiesByShippingInstructionIDRequest) Descriptor deprecated

Deprecated: Use CreateDocumentPartiesByShippingInstructionIDRequest.ProtoReflect.Descriptor instead.

func (*CreateDocumentPartiesByShippingInstructionIDRequest) GetCreateDocumentPartyRequest

func (*CreateDocumentPartiesByShippingInstructionIDRequest) ProtoMessage

func (*CreateDocumentPartiesByShippingInstructionIDRequest) ProtoReflect

func (*CreateDocumentPartiesByShippingInstructionIDRequest) Reset

func (*CreateDocumentPartiesByShippingInstructionIDRequest) String

func (*CreateDocumentPartiesByShippingInstructionIDRequest) Validate

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

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

type CreateDocumentPartiesByShippingInstructionIDRequestMultiError

type CreateDocumentPartiesByShippingInstructionIDRequestMultiError []error

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

func (CreateDocumentPartiesByShippingInstructionIDRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateDocumentPartiesByShippingInstructionIDRequestMultiError) Error

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

type CreateDocumentPartiesByShippingInstructionIDRequestValidationError

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

CreateDocumentPartiesByShippingInstructionIDRequestValidationError is the validation error returned by CreateDocumentPartiesByShippingInstructionIDRequest.Validate if the designated constraints aren't met.

func (CreateDocumentPartiesByShippingInstructionIDRequestValidationError) Cause

Cause function returns cause value.

func (CreateDocumentPartiesByShippingInstructionIDRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateDocumentPartiesByShippingInstructionIDRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateDocumentPartiesByShippingInstructionIDRequestValidationError) Field

Field function returns field value.

func (CreateDocumentPartiesByShippingInstructionIDRequestValidationError) Key

Key function returns key value.

func (CreateDocumentPartiesByShippingInstructionIDRequestValidationError) Reason

Reason function returns reason value.

type CreateDocumentPartiesByShippingInstructionIDResponse

type CreateDocumentPartiesByShippingInstructionIDResponse struct {
	DocumentParty *DocumentParty `protobuf:"bytes,1,opt,name=document_party,json=documentParty,proto3" json:"document_party,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDocumentPartiesByShippingInstructionIDResponse) Descriptor deprecated

Deprecated: Use CreateDocumentPartiesByShippingInstructionIDResponse.ProtoReflect.Descriptor instead.

func (*CreateDocumentPartiesByShippingInstructionIDResponse) GetDocumentParty

func (*CreateDocumentPartiesByShippingInstructionIDResponse) ProtoMessage

func (*CreateDocumentPartiesByShippingInstructionIDResponse) ProtoReflect

func (*CreateDocumentPartiesByShippingInstructionIDResponse) Reset

func (*CreateDocumentPartiesByShippingInstructionIDResponse) String

func (*CreateDocumentPartiesByShippingInstructionIDResponse) Validate

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

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

type CreateDocumentPartiesByShippingInstructionIDResponseMultiError

type CreateDocumentPartiesByShippingInstructionIDResponseMultiError []error

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

func (CreateDocumentPartiesByShippingInstructionIDResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateDocumentPartiesByShippingInstructionIDResponseMultiError) Error

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

type CreateDocumentPartiesByShippingInstructionIDResponseValidationError

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

CreateDocumentPartiesByShippingInstructionIDResponseValidationError is the validation error returned by CreateDocumentPartiesByShippingInstructionIDResponse.Validate if the designated constraints aren't met.

func (CreateDocumentPartiesByShippingInstructionIDResponseValidationError) Cause

Cause function returns cause value.

func (CreateDocumentPartiesByShippingInstructionIDResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateDocumentPartiesByShippingInstructionIDResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateDocumentPartiesByShippingInstructionIDResponseValidationError) Field

Field function returns field value.

func (CreateDocumentPartiesByShippingInstructionIDResponseValidationError) Key

Key function returns key value.

func (CreateDocumentPartiesByShippingInstructionIDResponseValidationError) Reason

Reason function returns reason value.

type CreateDocumentPartyRequest

type CreateDocumentPartyRequest struct {
	PartyId               uint32 `protobuf:"varint,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	ShippingInstructionId uint32 `` /* 127-byte string literal not displayed */
	ShipmentId            uint32 `protobuf:"varint,3,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	PartyFunction         string `protobuf:"bytes,4,opt,name=party_function,json=partyFunction,proto3" json:"party_function,omitempty"`
	IsToBeNotified        bool   `protobuf:"varint,5,opt,name=is_to_be_notified,json=isToBeNotified,proto3" json:"is_to_be_notified,omitempty"`
	BookingId             uint32 `protobuf:"varint,6,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	UserId                string `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail             string `protobuf:"bytes,8,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId             string `protobuf:"bytes,9,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDocumentPartyRequest) Descriptor deprecated

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

Deprecated: Use CreateDocumentPartyRequest.ProtoReflect.Descriptor instead.

func (*CreateDocumentPartyRequest) GetBookingId

func (x *CreateDocumentPartyRequest) GetBookingId() uint32

func (*CreateDocumentPartyRequest) GetIsToBeNotified

func (x *CreateDocumentPartyRequest) GetIsToBeNotified() bool

func (*CreateDocumentPartyRequest) GetPartyFunction

func (x *CreateDocumentPartyRequest) GetPartyFunction() string

func (*CreateDocumentPartyRequest) GetPartyId

func (x *CreateDocumentPartyRequest) GetPartyId() uint32

func (*CreateDocumentPartyRequest) GetRequestId

func (x *CreateDocumentPartyRequest) GetRequestId() string

func (*CreateDocumentPartyRequest) GetShipmentId

func (x *CreateDocumentPartyRequest) GetShipmentId() uint32

func (*CreateDocumentPartyRequest) GetShippingInstructionId

func (x *CreateDocumentPartyRequest) GetShippingInstructionId() uint32

func (*CreateDocumentPartyRequest) GetUserEmail

func (x *CreateDocumentPartyRequest) GetUserEmail() string

func (*CreateDocumentPartyRequest) GetUserId

func (x *CreateDocumentPartyRequest) GetUserId() string

func (*CreateDocumentPartyRequest) ProtoMessage

func (*CreateDocumentPartyRequest) ProtoMessage()

func (*CreateDocumentPartyRequest) ProtoReflect

func (*CreateDocumentPartyRequest) Reset

func (x *CreateDocumentPartyRequest) Reset()

func (*CreateDocumentPartyRequest) String

func (x *CreateDocumentPartyRequest) String() string

func (*CreateDocumentPartyRequest) Validate

func (m *CreateDocumentPartyRequest) Validate() error

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

func (m *CreateDocumentPartyRequest) ValidateAll() error

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

type CreateDocumentPartyRequestMultiError

type CreateDocumentPartyRequestMultiError []error

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

func (CreateDocumentPartyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateDocumentPartyRequestMultiError) Error

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

type CreateDocumentPartyRequestValidationError

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

CreateDocumentPartyRequestValidationError is the validation error returned by CreateDocumentPartyRequest.Validate if the designated constraints aren't met.

func (CreateDocumentPartyRequestValidationError) Cause

Cause function returns cause value.

func (CreateDocumentPartyRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateDocumentPartyRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateDocumentPartyRequestValidationError) Field

Field function returns field value.

func (CreateDocumentPartyRequestValidationError) Key

Key function returns key value.

func (CreateDocumentPartyRequestValidationError) Reason

Reason function returns reason value.

type CreateDocumentPartyResponse

type CreateDocumentPartyResponse struct {
	DocumentParty *DocumentParty `protobuf:"bytes,1,opt,name=document_party,json=documentParty,proto3" json:"document_party,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDocumentPartyResponse) Descriptor deprecated

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

Deprecated: Use CreateDocumentPartyResponse.ProtoReflect.Descriptor instead.

func (*CreateDocumentPartyResponse) GetDocumentParty

func (x *CreateDocumentPartyResponse) GetDocumentParty() *DocumentParty

func (*CreateDocumentPartyResponse) ProtoMessage

func (*CreateDocumentPartyResponse) ProtoMessage()

func (*CreateDocumentPartyResponse) ProtoReflect

func (*CreateDocumentPartyResponse) Reset

func (x *CreateDocumentPartyResponse) Reset()

func (*CreateDocumentPartyResponse) String

func (x *CreateDocumentPartyResponse) String() string

func (*CreateDocumentPartyResponse) Validate

func (m *CreateDocumentPartyResponse) Validate() error

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

func (m *CreateDocumentPartyResponse) ValidateAll() error

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

type CreateDocumentPartyResponseMultiError

type CreateDocumentPartyResponseMultiError []error

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

func (CreateDocumentPartyResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateDocumentPartyResponseMultiError) Error

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

type CreateDocumentPartyResponseValidationError

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

CreateDocumentPartyResponseValidationError is the validation error returned by CreateDocumentPartyResponse.Validate if the designated constraints aren't met.

func (CreateDocumentPartyResponseValidationError) Cause

Cause function returns cause value.

func (CreateDocumentPartyResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateDocumentPartyResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateDocumentPartyResponseValidationError) Field

Field function returns field value.

func (CreateDocumentPartyResponseValidationError) Key

Key function returns key value.

func (CreateDocumentPartyResponseValidationError) Reason

Reason function returns reason value.

type CreateFacilityRequest

type CreateFacilityRequest struct {
	FacilityName     string `protobuf:"bytes,1,opt,name=facility_name,json=facilityName,proto3" json:"facility_name,omitempty"`
	UnLocationCode   string `protobuf:"bytes,2,opt,name=un_location_code,json=unLocationCode,proto3" json:"un_location_code,omitempty"`
	FacilityBicCode  string `protobuf:"bytes,3,opt,name=facility_bic_code,json=facilityBicCode,proto3" json:"facility_bic_code,omitempty"`
	FacilitySmdgCode string `protobuf:"bytes,4,opt,name=facility_smdg_code,json=facilitySmdgCode,proto3" json:"facility_smdg_code,omitempty"`
	LocationId       uint32 `protobuf:"varint,5,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	UserId           string `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail        string `protobuf:"bytes,7,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId        string `protobuf:"bytes,8,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFacilityRequest) Descriptor deprecated

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

Deprecated: Use CreateFacilityRequest.ProtoReflect.Descriptor instead.

func (*CreateFacilityRequest) GetFacilityBicCode

func (x *CreateFacilityRequest) GetFacilityBicCode() string

func (*CreateFacilityRequest) GetFacilityName

func (x *CreateFacilityRequest) GetFacilityName() string

func (*CreateFacilityRequest) GetFacilitySmdgCode

func (x *CreateFacilityRequest) GetFacilitySmdgCode() string

func (*CreateFacilityRequest) GetLocationId

func (x *CreateFacilityRequest) GetLocationId() uint32

func (*CreateFacilityRequest) GetRequestId

func (x *CreateFacilityRequest) GetRequestId() string

func (*CreateFacilityRequest) GetUnLocationCode

func (x *CreateFacilityRequest) GetUnLocationCode() string

func (*CreateFacilityRequest) GetUserEmail

func (x *CreateFacilityRequest) GetUserEmail() string

func (*CreateFacilityRequest) GetUserId

func (x *CreateFacilityRequest) GetUserId() string

func (*CreateFacilityRequest) ProtoMessage

func (*CreateFacilityRequest) ProtoMessage()

func (*CreateFacilityRequest) ProtoReflect

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

func (*CreateFacilityRequest) Reset

func (x *CreateFacilityRequest) Reset()

func (*CreateFacilityRequest) String

func (x *CreateFacilityRequest) String() string

func (*CreateFacilityRequest) Validate

func (m *CreateFacilityRequest) Validate() error

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

func (m *CreateFacilityRequest) ValidateAll() error

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

type CreateFacilityRequestMultiError

type CreateFacilityRequestMultiError []error

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

func (CreateFacilityRequestMultiError) AllErrors

func (m CreateFacilityRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateFacilityRequestMultiError) Error

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

type CreateFacilityRequestValidationError

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

CreateFacilityRequestValidationError is the validation error returned by CreateFacilityRequest.Validate if the designated constraints aren't met.

func (CreateFacilityRequestValidationError) Cause

Cause function returns cause value.

func (CreateFacilityRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateFacilityRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateFacilityRequestValidationError) Field

Field function returns field value.

func (CreateFacilityRequestValidationError) Key

Key function returns key value.

func (CreateFacilityRequestValidationError) Reason

Reason function returns reason value.

type CreateFacilityResponse

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

func (*CreateFacilityResponse) Descriptor deprecated

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

Deprecated: Use CreateFacilityResponse.ProtoReflect.Descriptor instead.

func (*CreateFacilityResponse) GetFacility

func (x *CreateFacilityResponse) GetFacility() *Facility

func (*CreateFacilityResponse) ProtoMessage

func (*CreateFacilityResponse) ProtoMessage()

func (*CreateFacilityResponse) ProtoReflect

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

func (*CreateFacilityResponse) Reset

func (x *CreateFacilityResponse) Reset()

func (*CreateFacilityResponse) String

func (x *CreateFacilityResponse) String() string

func (*CreateFacilityResponse) Validate

func (m *CreateFacilityResponse) Validate() error

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

func (m *CreateFacilityResponse) ValidateAll() error

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

type CreateFacilityResponseMultiError

type CreateFacilityResponseMultiError []error

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

func (CreateFacilityResponseMultiError) AllErrors

func (m CreateFacilityResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateFacilityResponseMultiError) Error

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

type CreateFacilityResponseValidationError

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

CreateFacilityResponseValidationError is the validation error returned by CreateFacilityResponse.Validate if the designated constraints aren't met.

func (CreateFacilityResponseValidationError) Cause

Cause function returns cause value.

func (CreateFacilityResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateFacilityResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateFacilityResponseValidationError) Field

Field function returns field value.

func (CreateFacilityResponseValidationError) Key

Key function returns key value.

func (CreateFacilityResponseValidationError) Reason

Reason function returns reason value.

type CreateLocationRequest

type CreateLocationRequest struct {
	LocationName     string `protobuf:"bytes,1,opt,name=location_name,json=locationName,proto3" json:"location_name,omitempty"`
	Latitude         string `protobuf:"bytes,2,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude        string `protobuf:"bytes,3,opt,name=longitude,proto3" json:"longitude,omitempty"`
	FacilitySmdgCode string `protobuf:"bytes,4,opt,name=facility_smdg_code,json=facilitySmdgCode,proto3" json:"facility_smdg_code,omitempty"`
	UnLocationCode   string `protobuf:"bytes,5,opt,name=un_location_code,json=unLocationCode,proto3" json:"un_location_code,omitempty"`
	AddressId        uint32 `protobuf:"varint,6,opt,name=address_id,json=addressId,proto3" json:"address_id,omitempty"`
	FacilityId       uint32 `protobuf:"varint,7,opt,name=facility_id,json=facilityId,proto3" json:"facility_id,omitempty"`
	UserId           string `protobuf:"bytes,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail        string `protobuf:"bytes,9,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId        string `protobuf:"bytes,10,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateLocationRequest) Descriptor deprecated

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

Deprecated: Use CreateLocationRequest.ProtoReflect.Descriptor instead.

func (*CreateLocationRequest) GetAddressId

func (x *CreateLocationRequest) GetAddressId() uint32

func (*CreateLocationRequest) GetFacilityId

func (x *CreateLocationRequest) GetFacilityId() uint32

func (*CreateLocationRequest) GetFacilitySmdgCode

func (x *CreateLocationRequest) GetFacilitySmdgCode() string

func (*CreateLocationRequest) GetLatitude

func (x *CreateLocationRequest) GetLatitude() string

func (*CreateLocationRequest) GetLocationName

func (x *CreateLocationRequest) GetLocationName() string

func (*CreateLocationRequest) GetLongitude

func (x *CreateLocationRequest) GetLongitude() string

func (*CreateLocationRequest) GetRequestId

func (x *CreateLocationRequest) GetRequestId() string

func (*CreateLocationRequest) GetUnLocationCode

func (x *CreateLocationRequest) GetUnLocationCode() string

func (*CreateLocationRequest) GetUserEmail

func (x *CreateLocationRequest) GetUserEmail() string

func (*CreateLocationRequest) GetUserId

func (x *CreateLocationRequest) GetUserId() string

func (*CreateLocationRequest) ProtoMessage

func (*CreateLocationRequest) ProtoMessage()

func (*CreateLocationRequest) ProtoReflect

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

func (*CreateLocationRequest) Reset

func (x *CreateLocationRequest) Reset()

func (*CreateLocationRequest) String

func (x *CreateLocationRequest) String() string

func (*CreateLocationRequest) Validate

func (m *CreateLocationRequest) Validate() error

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

func (m *CreateLocationRequest) ValidateAll() error

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

type CreateLocationRequestMultiError

type CreateLocationRequestMultiError []error

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

func (CreateLocationRequestMultiError) AllErrors

func (m CreateLocationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateLocationRequestMultiError) Error

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

type CreateLocationRequestValidationError

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

CreateLocationRequestValidationError is the validation error returned by CreateLocationRequest.Validate if the designated constraints aren't met.

func (CreateLocationRequestValidationError) Cause

Cause function returns cause value.

func (CreateLocationRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateLocationRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateLocationRequestValidationError) Field

Field function returns field value.

func (CreateLocationRequestValidationError) Key

Key function returns key value.

func (CreateLocationRequestValidationError) Reason

Reason function returns reason value.

type CreateLocationResponse

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

func (*CreateLocationResponse) Descriptor deprecated

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

Deprecated: Use CreateLocationResponse.ProtoReflect.Descriptor instead.

func (*CreateLocationResponse) GetLocation

func (x *CreateLocationResponse) GetLocation() *Location

func (*CreateLocationResponse) ProtoMessage

func (*CreateLocationResponse) ProtoMessage()

func (*CreateLocationResponse) ProtoReflect

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

func (*CreateLocationResponse) Reset

func (x *CreateLocationResponse) Reset()

func (*CreateLocationResponse) String

func (x *CreateLocationResponse) String() string

func (*CreateLocationResponse) Validate

func (m *CreateLocationResponse) Validate() error

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

func (m *CreateLocationResponse) ValidateAll() error

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

type CreateLocationResponseMultiError

type CreateLocationResponseMultiError []error

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

func (CreateLocationResponseMultiError) AllErrors

func (m CreateLocationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateLocationResponseMultiError) Error

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

type CreateLocationResponseValidationError

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

CreateLocationResponseValidationError is the validation error returned by CreateLocationResponse.Validate if the designated constraints aren't met.

func (CreateLocationResponseValidationError) Cause

Cause function returns cause value.

func (CreateLocationResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateLocationResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateLocationResponseValidationError) Field

Field function returns field value.

func (CreateLocationResponseValidationError) Key

Key function returns key value.

func (CreateLocationResponseValidationError) Reason

Reason function returns reason value.

type CreatePartyContactDetailRequest

type CreatePartyContactDetailRequest struct {
	PartyId   uint32 `protobuf:"varint,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email     string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Phone     string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
	Url       string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	UserId    string `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail string `protobuf:"bytes,7,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,8,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePartyContactDetailRequest) Descriptor deprecated

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

Deprecated: Use CreatePartyContactDetailRequest.ProtoReflect.Descriptor instead.

func (*CreatePartyContactDetailRequest) GetEmail

func (*CreatePartyContactDetailRequest) GetName

func (*CreatePartyContactDetailRequest) GetPartyId

func (x *CreatePartyContactDetailRequest) GetPartyId() uint32

func (*CreatePartyContactDetailRequest) GetPhone

func (*CreatePartyContactDetailRequest) GetRequestId

func (x *CreatePartyContactDetailRequest) GetRequestId() string

func (*CreatePartyContactDetailRequest) GetUrl

func (*CreatePartyContactDetailRequest) GetUserEmail

func (x *CreatePartyContactDetailRequest) GetUserEmail() string

func (*CreatePartyContactDetailRequest) GetUserId

func (x *CreatePartyContactDetailRequest) GetUserId() string

func (*CreatePartyContactDetailRequest) ProtoMessage

func (*CreatePartyContactDetailRequest) ProtoMessage()

func (*CreatePartyContactDetailRequest) ProtoReflect

func (*CreatePartyContactDetailRequest) Reset

func (*CreatePartyContactDetailRequest) String

func (*CreatePartyContactDetailRequest) Validate

func (m *CreatePartyContactDetailRequest) Validate() error

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

func (m *CreatePartyContactDetailRequest) ValidateAll() error

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

type CreatePartyContactDetailRequestMultiError

type CreatePartyContactDetailRequestMultiError []error

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

func (CreatePartyContactDetailRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreatePartyContactDetailRequestMultiError) Error

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

type CreatePartyContactDetailRequestValidationError

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

CreatePartyContactDetailRequestValidationError is the validation error returned by CreatePartyContactDetailRequest.Validate if the designated constraints aren't met.

func (CreatePartyContactDetailRequestValidationError) Cause

Cause function returns cause value.

func (CreatePartyContactDetailRequestValidationError) Error

Error satisfies the builtin error interface

func (CreatePartyContactDetailRequestValidationError) ErrorName

ErrorName returns error name.

func (CreatePartyContactDetailRequestValidationError) Field

Field function returns field value.

func (CreatePartyContactDetailRequestValidationError) Key

Key function returns key value.

func (CreatePartyContactDetailRequestValidationError) Reason

Reason function returns reason value.

type CreatePartyContactDetailResponse

type CreatePartyContactDetailResponse struct {
	PartyContactDetail *PartyContactDetail `protobuf:"bytes,1,opt,name=party_contact_detail,json=partyContactDetail,proto3" json:"party_contact_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePartyContactDetailResponse) Descriptor deprecated

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

Deprecated: Use CreatePartyContactDetailResponse.ProtoReflect.Descriptor instead.

func (*CreatePartyContactDetailResponse) GetPartyContactDetail

func (x *CreatePartyContactDetailResponse) GetPartyContactDetail() *PartyContactDetail

func (*CreatePartyContactDetailResponse) ProtoMessage

func (*CreatePartyContactDetailResponse) ProtoMessage()

func (*CreatePartyContactDetailResponse) ProtoReflect

func (*CreatePartyContactDetailResponse) Reset

func (*CreatePartyContactDetailResponse) String

func (*CreatePartyContactDetailResponse) Validate

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

func (m *CreatePartyContactDetailResponse) ValidateAll() error

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

type CreatePartyContactDetailResponseMultiError

type CreatePartyContactDetailResponseMultiError []error

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

func (CreatePartyContactDetailResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreatePartyContactDetailResponseMultiError) Error

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

type CreatePartyContactDetailResponseValidationError

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

CreatePartyContactDetailResponseValidationError is the validation error returned by CreatePartyContactDetailResponse.Validate if the designated constraints aren't met.

func (CreatePartyContactDetailResponseValidationError) Cause

Cause function returns cause value.

func (CreatePartyContactDetailResponseValidationError) Error

Error satisfies the builtin error interface

func (CreatePartyContactDetailResponseValidationError) ErrorName

ErrorName returns error name.

func (CreatePartyContactDetailResponseValidationError) Field

Field function returns field value.

func (CreatePartyContactDetailResponseValidationError) Key

Key function returns key value.

func (CreatePartyContactDetailResponseValidationError) Reason

Reason function returns reason value.

type CreatePartyFunctionRequest

type CreatePartyFunctionRequest struct {
	PartyFunctionCode        string `protobuf:"bytes,1,opt,name=party_function_code,json=partyFunctionCode,proto3" json:"party_function_code,omitempty"`
	PartyFunctionName        string `protobuf:"bytes,2,opt,name=party_function_name,json=partyFunctionName,proto3" json:"party_function_name,omitempty"`
	PartyFunctionDescription string `` /* 135-byte string literal not displayed */
	UserId                   string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail                string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId                string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePartyFunctionRequest) Descriptor deprecated

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

Deprecated: Use CreatePartyFunctionRequest.ProtoReflect.Descriptor instead.

func (*CreatePartyFunctionRequest) GetPartyFunctionCode

func (x *CreatePartyFunctionRequest) GetPartyFunctionCode() string

func (*CreatePartyFunctionRequest) GetPartyFunctionDescription

func (x *CreatePartyFunctionRequest) GetPartyFunctionDescription() string

func (*CreatePartyFunctionRequest) GetPartyFunctionName

func (x *CreatePartyFunctionRequest) GetPartyFunctionName() string

func (*CreatePartyFunctionRequest) GetRequestId

func (x *CreatePartyFunctionRequest) GetRequestId() string

func (*CreatePartyFunctionRequest) GetUserEmail

func (x *CreatePartyFunctionRequest) GetUserEmail() string

func (*CreatePartyFunctionRequest) GetUserId

func (x *CreatePartyFunctionRequest) GetUserId() string

func (*CreatePartyFunctionRequest) ProtoMessage

func (*CreatePartyFunctionRequest) ProtoMessage()

func (*CreatePartyFunctionRequest) ProtoReflect

func (*CreatePartyFunctionRequest) Reset

func (x *CreatePartyFunctionRequest) Reset()

func (*CreatePartyFunctionRequest) String

func (x *CreatePartyFunctionRequest) String() string

func (*CreatePartyFunctionRequest) Validate

func (m *CreatePartyFunctionRequest) Validate() error

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

func (m *CreatePartyFunctionRequest) ValidateAll() error

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

type CreatePartyFunctionRequestMultiError

type CreatePartyFunctionRequestMultiError []error

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

func (CreatePartyFunctionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreatePartyFunctionRequestMultiError) Error

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

type CreatePartyFunctionRequestValidationError

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

CreatePartyFunctionRequestValidationError is the validation error returned by CreatePartyFunctionRequest.Validate if the designated constraints aren't met.

func (CreatePartyFunctionRequestValidationError) Cause

Cause function returns cause value.

func (CreatePartyFunctionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreatePartyFunctionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreatePartyFunctionRequestValidationError) Field

Field function returns field value.

func (CreatePartyFunctionRequestValidationError) Key

Key function returns key value.

func (CreatePartyFunctionRequestValidationError) Reason

Reason function returns reason value.

type CreatePartyFunctionResponse

type CreatePartyFunctionResponse struct {
	PartyFunction *PartyFunction `protobuf:"bytes,1,opt,name=party_function,json=partyFunction,proto3" json:"party_function,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePartyFunctionResponse) Descriptor deprecated

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

Deprecated: Use CreatePartyFunctionResponse.ProtoReflect.Descriptor instead.

func (*CreatePartyFunctionResponse) GetPartyFunction

func (x *CreatePartyFunctionResponse) GetPartyFunction() *PartyFunction

func (*CreatePartyFunctionResponse) ProtoMessage

func (*CreatePartyFunctionResponse) ProtoMessage()

func (*CreatePartyFunctionResponse) ProtoReflect

func (*CreatePartyFunctionResponse) Reset

func (x *CreatePartyFunctionResponse) Reset()

func (*CreatePartyFunctionResponse) String

func (x *CreatePartyFunctionResponse) String() string

func (*CreatePartyFunctionResponse) Validate

func (m *CreatePartyFunctionResponse) Validate() error

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

func (m *CreatePartyFunctionResponse) ValidateAll() error

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

type CreatePartyFunctionResponseMultiError

type CreatePartyFunctionResponseMultiError []error

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

func (CreatePartyFunctionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreatePartyFunctionResponseMultiError) Error

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

type CreatePartyFunctionResponseValidationError

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

CreatePartyFunctionResponseValidationError is the validation error returned by CreatePartyFunctionResponse.Validate if the designated constraints aren't met.

func (CreatePartyFunctionResponseValidationError) Cause

Cause function returns cause value.

func (CreatePartyFunctionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreatePartyFunctionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreatePartyFunctionResponseValidationError) Field

Field function returns field value.

func (CreatePartyFunctionResponseValidationError) Key

Key function returns key value.

func (CreatePartyFunctionResponseValidationError) Reason

Reason function returns reason value.

type CreatePartyIdentifyingCodeRequest

type CreatePartyIdentifyingCodeRequest struct {
	DcsaResponsibleAgencyCode string `` /* 140-byte string literal not displayed */
	PartyId                   uint32 `protobuf:"varint,2,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	CodeListName              string `protobuf:"bytes,3,opt,name=code_list_name,json=codeListName,proto3" json:"code_list_name,omitempty"`
	PartyCode                 string `protobuf:"bytes,4,opt,name=party_code,json=partyCode,proto3" json:"party_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 (*CreatePartyIdentifyingCodeRequest) Descriptor deprecated

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

Deprecated: Use CreatePartyIdentifyingCodeRequest.ProtoReflect.Descriptor instead.

func (*CreatePartyIdentifyingCodeRequest) GetCodeListName

func (x *CreatePartyIdentifyingCodeRequest) GetCodeListName() string

func (*CreatePartyIdentifyingCodeRequest) GetDcsaResponsibleAgencyCode

func (x *CreatePartyIdentifyingCodeRequest) GetDcsaResponsibleAgencyCode() string

func (*CreatePartyIdentifyingCodeRequest) GetPartyCode

func (x *CreatePartyIdentifyingCodeRequest) GetPartyCode() string

func (*CreatePartyIdentifyingCodeRequest) GetPartyId

func (x *CreatePartyIdentifyingCodeRequest) GetPartyId() uint32

func (*CreatePartyIdentifyingCodeRequest) GetRequestId

func (x *CreatePartyIdentifyingCodeRequest) GetRequestId() string

func (*CreatePartyIdentifyingCodeRequest) GetUserEmail

func (x *CreatePartyIdentifyingCodeRequest) GetUserEmail() string

func (*CreatePartyIdentifyingCodeRequest) GetUserId

func (*CreatePartyIdentifyingCodeRequest) ProtoMessage

func (*CreatePartyIdentifyingCodeRequest) ProtoMessage()

func (*CreatePartyIdentifyingCodeRequest) ProtoReflect

func (*CreatePartyIdentifyingCodeRequest) Reset

func (*CreatePartyIdentifyingCodeRequest) String

func (*CreatePartyIdentifyingCodeRequest) Validate

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

func (m *CreatePartyIdentifyingCodeRequest) ValidateAll() error

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

type CreatePartyIdentifyingCodeRequestMultiError

type CreatePartyIdentifyingCodeRequestMultiError []error

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

func (CreatePartyIdentifyingCodeRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreatePartyIdentifyingCodeRequestMultiError) Error

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

type CreatePartyIdentifyingCodeRequestValidationError

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

CreatePartyIdentifyingCodeRequestValidationError is the validation error returned by CreatePartyIdentifyingCodeRequest.Validate if the designated constraints aren't met.

func (CreatePartyIdentifyingCodeRequestValidationError) Cause

Cause function returns cause value.

func (CreatePartyIdentifyingCodeRequestValidationError) Error

Error satisfies the builtin error interface

func (CreatePartyIdentifyingCodeRequestValidationError) ErrorName

ErrorName returns error name.

func (CreatePartyIdentifyingCodeRequestValidationError) Field

Field function returns field value.

func (CreatePartyIdentifyingCodeRequestValidationError) Key

Key function returns key value.

func (CreatePartyIdentifyingCodeRequestValidationError) Reason

Reason function returns reason value.

type CreatePartyIdentifyingCodeResponse

type CreatePartyIdentifyingCodeResponse struct {
	PartyIdentifyingCode *PartyIdentifyingCode `protobuf:"bytes,1,opt,name=party_identifying_code,json=partyIdentifyingCode,proto3" json:"party_identifying_code,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePartyIdentifyingCodeResponse) Descriptor deprecated

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

Deprecated: Use CreatePartyIdentifyingCodeResponse.ProtoReflect.Descriptor instead.

func (*CreatePartyIdentifyingCodeResponse) GetPartyIdentifyingCode

func (x *CreatePartyIdentifyingCodeResponse) GetPartyIdentifyingCode() *PartyIdentifyingCode

func (*CreatePartyIdentifyingCodeResponse) ProtoMessage

func (*CreatePartyIdentifyingCodeResponse) ProtoMessage()

func (*CreatePartyIdentifyingCodeResponse) ProtoReflect

func (*CreatePartyIdentifyingCodeResponse) Reset

func (*CreatePartyIdentifyingCodeResponse) String

func (*CreatePartyIdentifyingCodeResponse) Validate

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

func (m *CreatePartyIdentifyingCodeResponse) ValidateAll() error

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

type CreatePartyIdentifyingCodeResponseMultiError

type CreatePartyIdentifyingCodeResponseMultiError []error

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

func (CreatePartyIdentifyingCodeResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreatePartyIdentifyingCodeResponseMultiError) Error

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

type CreatePartyIdentifyingCodeResponseValidationError

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

CreatePartyIdentifyingCodeResponseValidationError is the validation error returned by CreatePartyIdentifyingCodeResponse.Validate if the designated constraints aren't met.

func (CreatePartyIdentifyingCodeResponseValidationError) Cause

Cause function returns cause value.

func (CreatePartyIdentifyingCodeResponseValidationError) Error

Error satisfies the builtin error interface

func (CreatePartyIdentifyingCodeResponseValidationError) ErrorName

ErrorName returns error name.

func (CreatePartyIdentifyingCodeResponseValidationError) Field

Field function returns field value.

func (CreatePartyIdentifyingCodeResponseValidationError) Key

Key function returns key value.

func (CreatePartyIdentifyingCodeResponseValidationError) Reason

Reason function returns reason value.

type CreatePartyRequest

type CreatePartyRequest struct {
	PartyName     string `protobuf:"bytes,1,opt,name=party_name,json=partyName,proto3" json:"party_name,omitempty"`
	TaxReference1 string `protobuf:"bytes,2,opt,name=tax_reference1,json=taxReference1,proto3" json:"tax_reference1,omitempty"`
	TaxReference2 string `protobuf:"bytes,3,opt,name=tax_reference2,json=taxReference2,proto3" json:"tax_reference2,omitempty"`
	PublicKey     string `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Name1         string `protobuf:"bytes,5,opt,name=name1,proto3" json:"name1,omitempty"`
	Street        string `protobuf:"bytes,6,opt,name=street,proto3" json:"street,omitempty"`
	StreetNumber  string `protobuf:"bytes,7,opt,name=street_number,json=streetNumber,proto3" json:"street_number,omitempty"`
	Floor1        string `protobuf:"bytes,8,opt,name=floor1,proto3" json:"floor1,omitempty"`
	PostalCode    string `protobuf:"bytes,9,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	City          string `protobuf:"bytes,10,opt,name=city,proto3" json:"city,omitempty"`
	StateRegion   string `protobuf:"bytes,11,opt,name=state_region,json=stateRegion,proto3" json:"state_region,omitempty"`
	CountryName   string `protobuf:"bytes,12,opt,name=country_name,json=countryName,proto3" json:"country_name,omitempty"`
	UserId        string `protobuf:"bytes,13,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail     string `protobuf:"bytes,14,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId     string `protobuf:"bytes,15,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePartyRequest) Descriptor deprecated

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

Deprecated: Use CreatePartyRequest.ProtoReflect.Descriptor instead.

func (*CreatePartyRequest) GetCity

func (x *CreatePartyRequest) GetCity() string

func (*CreatePartyRequest) GetCountryName

func (x *CreatePartyRequest) GetCountryName() string

func (*CreatePartyRequest) GetFloor1

func (x *CreatePartyRequest) GetFloor1() string

func (*CreatePartyRequest) GetName1

func (x *CreatePartyRequest) GetName1() string

func (*CreatePartyRequest) GetPartyName

func (x *CreatePartyRequest) GetPartyName() string

func (*CreatePartyRequest) GetPostalCode

func (x *CreatePartyRequest) GetPostalCode() string

func (*CreatePartyRequest) GetPublicKey

func (x *CreatePartyRequest) GetPublicKey() string

func (*CreatePartyRequest) GetRequestId

func (x *CreatePartyRequest) GetRequestId() string

func (*CreatePartyRequest) GetStateRegion

func (x *CreatePartyRequest) GetStateRegion() string

func (*CreatePartyRequest) GetStreet

func (x *CreatePartyRequest) GetStreet() string

func (*CreatePartyRequest) GetStreetNumber

func (x *CreatePartyRequest) GetStreetNumber() string

func (*CreatePartyRequest) GetTaxReference1

func (x *CreatePartyRequest) GetTaxReference1() string

func (*CreatePartyRequest) GetTaxReference2

func (x *CreatePartyRequest) GetTaxReference2() string

func (*CreatePartyRequest) GetUserEmail

func (x *CreatePartyRequest) GetUserEmail() string

func (*CreatePartyRequest) GetUserId

func (x *CreatePartyRequest) GetUserId() string

func (*CreatePartyRequest) ProtoMessage

func (*CreatePartyRequest) ProtoMessage()

func (*CreatePartyRequest) ProtoReflect

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

func (*CreatePartyRequest) Reset

func (x *CreatePartyRequest) Reset()

func (*CreatePartyRequest) String

func (x *CreatePartyRequest) String() string

func (*CreatePartyRequest) Validate

func (m *CreatePartyRequest) Validate() error

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

func (m *CreatePartyRequest) ValidateAll() error

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

type CreatePartyRequestMultiError

type CreatePartyRequestMultiError []error

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

func (CreatePartyRequestMultiError) AllErrors

func (m CreatePartyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePartyRequestMultiError) Error

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

type CreatePartyRequestValidationError

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

CreatePartyRequestValidationError is the validation error returned by CreatePartyRequest.Validate if the designated constraints aren't met.

func (CreatePartyRequestValidationError) Cause

Cause function returns cause value.

func (CreatePartyRequestValidationError) Error

Error satisfies the builtin error interface

func (CreatePartyRequestValidationError) ErrorName

ErrorName returns error name.

func (CreatePartyRequestValidationError) Field

Field function returns field value.

func (CreatePartyRequestValidationError) Key

Key function returns key value.

func (CreatePartyRequestValidationError) Reason

Reason function returns reason value.

type CreatePartyResponse

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

func (*CreatePartyResponse) Descriptor deprecated

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

Deprecated: Use CreatePartyResponse.ProtoReflect.Descriptor instead.

func (*CreatePartyResponse) GetParty

func (x *CreatePartyResponse) GetParty() *Party

func (*CreatePartyResponse) ProtoMessage

func (*CreatePartyResponse) ProtoMessage()

func (*CreatePartyResponse) ProtoReflect

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

func (*CreatePartyResponse) Reset

func (x *CreatePartyResponse) Reset()

func (*CreatePartyResponse) String

func (x *CreatePartyResponse) String() string

func (*CreatePartyResponse) Validate

func (m *CreatePartyResponse) Validate() error

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

func (m *CreatePartyResponse) ValidateAll() error

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

type CreatePartyResponseMultiError

type CreatePartyResponseMultiError []error

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

func (CreatePartyResponseMultiError) AllErrors

func (m CreatePartyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePartyResponseMultiError) Error

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

type CreatePartyResponseValidationError

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

CreatePartyResponseValidationError is the validation error returned by CreatePartyResponse.Validate if the designated constraints aren't met.

func (CreatePartyResponseValidationError) Cause

Cause function returns cause value.

func (CreatePartyResponseValidationError) Error

Error satisfies the builtin error interface

func (CreatePartyResponseValidationError) ErrorName

ErrorName returns error name.

func (CreatePartyResponseValidationError) Field

Field function returns field value.

func (CreatePartyResponseValidationError) Key

Key function returns key value.

func (CreatePartyResponseValidationError) Reason

Reason function returns reason value.

type CreateRoleRequest

type CreateRoleRequest struct {
	CreateRole *v1.CreateRole `protobuf:"bytes,1,opt,name=create_role,json=createRole,proto3" json:"create_role,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoleRequest) Descriptor deprecated

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

Deprecated: Use CreateRoleRequest.ProtoReflect.Descriptor instead.

func (*CreateRoleRequest) GetCreateRole

func (x *CreateRoleRequest) GetCreateRole() *v1.CreateRole

func (*CreateRoleRequest) ProtoMessage

func (*CreateRoleRequest) ProtoMessage()

func (*CreateRoleRequest) ProtoReflect

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

func (*CreateRoleRequest) Reset

func (x *CreateRoleRequest) Reset()

func (*CreateRoleRequest) String

func (x *CreateRoleRequest) String() string

func (*CreateRoleRequest) Validate

func (m *CreateRoleRequest) Validate() error

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

func (m *CreateRoleRequest) ValidateAll() error

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

type CreateRoleRequestMultiError

type CreateRoleRequestMultiError []error

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

func (CreateRoleRequestMultiError) AllErrors

func (m CreateRoleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRoleRequestMultiError) Error

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

type CreateRoleRequestValidationError

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

CreateRoleRequestValidationError is the validation error returned by CreateRoleRequest.Validate if the designated constraints aren't met.

func (CreateRoleRequestValidationError) Cause

Cause function returns cause value.

func (CreateRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateRoleRequestValidationError) Field

Field function returns field value.

func (CreateRoleRequestValidationError) Key

Key function returns key value.

func (CreateRoleRequestValidationError) Reason

Reason function returns reason value.

type CreateRoleResponse

type CreateRoleResponse struct {
	Role *v1.Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoleResponse) Descriptor deprecated

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

Deprecated: Use CreateRoleResponse.ProtoReflect.Descriptor instead.

func (*CreateRoleResponse) GetRole

func (x *CreateRoleResponse) GetRole() *v1.Role

func (*CreateRoleResponse) ProtoMessage

func (*CreateRoleResponse) ProtoMessage()

func (*CreateRoleResponse) ProtoReflect

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

func (*CreateRoleResponse) Reset

func (x *CreateRoleResponse) Reset()

func (*CreateRoleResponse) String

func (x *CreateRoleResponse) String() string

func (*CreateRoleResponse) Validate

func (m *CreateRoleResponse) Validate() error

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

func (m *CreateRoleResponse) ValidateAll() error

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

type CreateRoleResponseMultiError

type CreateRoleResponseMultiError []error

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

func (CreateRoleResponseMultiError) AllErrors

func (m CreateRoleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRoleResponseMultiError) Error

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

type CreateRoleResponseValidationError

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

CreateRoleResponseValidationError is the validation error returned by CreateRoleResponse.Validate if the designated constraints aren't met.

func (CreateRoleResponseValidationError) Cause

Cause function returns cause value.

func (CreateRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateRoleResponseValidationError) Field

Field function returns field value.

func (CreateRoleResponseValidationError) Key

Key function returns key value.

func (CreateRoleResponseValidationError) Reason

Reason function returns reason value.

type DeletePartyContactDetailRequest

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

func (*DeletePartyContactDetailRequest) Descriptor deprecated

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

Deprecated: Use DeletePartyContactDetailRequest.ProtoReflect.Descriptor instead.

func (*DeletePartyContactDetailRequest) GetGetRequest

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

func (*DeletePartyContactDetailRequest) ProtoMessage

func (*DeletePartyContactDetailRequest) ProtoMessage()

func (*DeletePartyContactDetailRequest) ProtoReflect

func (*DeletePartyContactDetailRequest) Reset

func (*DeletePartyContactDetailRequest) String

func (*DeletePartyContactDetailRequest) Validate

func (m *DeletePartyContactDetailRequest) Validate() error

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

func (m *DeletePartyContactDetailRequest) ValidateAll() error

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

type DeletePartyContactDetailRequestMultiError

type DeletePartyContactDetailRequestMultiError []error

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

func (DeletePartyContactDetailRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeletePartyContactDetailRequestMultiError) Error

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

type DeletePartyContactDetailRequestValidationError

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

DeletePartyContactDetailRequestValidationError is the validation error returned by DeletePartyContactDetailRequest.Validate if the designated constraints aren't met.

func (DeletePartyContactDetailRequestValidationError) Cause

Cause function returns cause value.

func (DeletePartyContactDetailRequestValidationError) Error

Error satisfies the builtin error interface

func (DeletePartyContactDetailRequestValidationError) ErrorName

ErrorName returns error name.

func (DeletePartyContactDetailRequestValidationError) Field

Field function returns field value.

func (DeletePartyContactDetailRequestValidationError) Key

Key function returns key value.

func (DeletePartyContactDetailRequestValidationError) Reason

Reason function returns reason value.

type DeletePartyContactDetailResponse

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

func (*DeletePartyContactDetailResponse) Descriptor deprecated

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

Deprecated: Use DeletePartyContactDetailResponse.ProtoReflect.Descriptor instead.

func (*DeletePartyContactDetailResponse) ProtoMessage

func (*DeletePartyContactDetailResponse) ProtoMessage()

func (*DeletePartyContactDetailResponse) ProtoReflect

func (*DeletePartyContactDetailResponse) Reset

func (*DeletePartyContactDetailResponse) String

func (*DeletePartyContactDetailResponse) Validate

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

func (m *DeletePartyContactDetailResponse) ValidateAll() error

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

type DeletePartyContactDetailResponseMultiError

type DeletePartyContactDetailResponseMultiError []error

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

func (DeletePartyContactDetailResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeletePartyContactDetailResponseMultiError) Error

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

type DeletePartyContactDetailResponseValidationError

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

DeletePartyContactDetailResponseValidationError is the validation error returned by DeletePartyContactDetailResponse.Validate if the designated constraints aren't met.

func (DeletePartyContactDetailResponseValidationError) Cause

Cause function returns cause value.

func (DeletePartyContactDetailResponseValidationError) Error

Error satisfies the builtin error interface

func (DeletePartyContactDetailResponseValidationError) ErrorName

ErrorName returns error name.

func (DeletePartyContactDetailResponseValidationError) Field

Field function returns field value.

func (DeletePartyContactDetailResponseValidationError) Key

Key function returns key value.

func (DeletePartyContactDetailResponseValidationError) Reason

Reason function returns reason value.

type DeletePartyRequest

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

func (*DeletePartyRequest) Descriptor deprecated

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

Deprecated: Use DeletePartyRequest.ProtoReflect.Descriptor instead.

func (*DeletePartyRequest) GetGetRequest

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

func (*DeletePartyRequest) ProtoMessage

func (*DeletePartyRequest) ProtoMessage()

func (*DeletePartyRequest) ProtoReflect

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

func (*DeletePartyRequest) Reset

func (x *DeletePartyRequest) Reset()

func (*DeletePartyRequest) String

func (x *DeletePartyRequest) String() string

func (*DeletePartyRequest) Validate

func (m *DeletePartyRequest) Validate() error

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

func (m *DeletePartyRequest) ValidateAll() error

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

type DeletePartyRequestMultiError

type DeletePartyRequestMultiError []error

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

func (DeletePartyRequestMultiError) AllErrors

func (m DeletePartyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletePartyRequestMultiError) Error

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

type DeletePartyRequestValidationError

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

DeletePartyRequestValidationError is the validation error returned by DeletePartyRequest.Validate if the designated constraints aren't met.

func (DeletePartyRequestValidationError) Cause

Cause function returns cause value.

func (DeletePartyRequestValidationError) Error

Error satisfies the builtin error interface

func (DeletePartyRequestValidationError) ErrorName

ErrorName returns error name.

func (DeletePartyRequestValidationError) Field

Field function returns field value.

func (DeletePartyRequestValidationError) Key

Key function returns key value.

func (DeletePartyRequestValidationError) Reason

Reason function returns reason value.

type DeletePartyResponse

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

func (*DeletePartyResponse) Descriptor deprecated

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

Deprecated: Use DeletePartyResponse.ProtoReflect.Descriptor instead.

func (*DeletePartyResponse) ProtoMessage

func (*DeletePartyResponse) ProtoMessage()

func (*DeletePartyResponse) ProtoReflect

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

func (*DeletePartyResponse) Reset

func (x *DeletePartyResponse) Reset()

func (*DeletePartyResponse) String

func (x *DeletePartyResponse) String() string

func (*DeletePartyResponse) Validate

func (m *DeletePartyResponse) Validate() error

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

func (m *DeletePartyResponse) ValidateAll() error

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

type DeletePartyResponseMultiError

type DeletePartyResponseMultiError []error

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

func (DeletePartyResponseMultiError) AllErrors

func (m DeletePartyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletePartyResponseMultiError) Error

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

type DeletePartyResponseValidationError

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

DeletePartyResponseValidationError is the validation error returned by DeletePartyResponse.Validate if the designated constraints aren't met.

func (DeletePartyResponseValidationError) Cause

Cause function returns cause value.

func (DeletePartyResponseValidationError) Error

Error satisfies the builtin error interface

func (DeletePartyResponseValidationError) ErrorName

ErrorName returns error name.

func (DeletePartyResponseValidationError) Field

Field function returns field value.

func (DeletePartyResponseValidationError) Key

Key function returns key value.

func (DeletePartyResponseValidationError) Reason

Reason function returns reason value.

type DeleteRoleRequest

type DeleteRoleRequest struct {
	DeleteRole *v1.DeleteRole `protobuf:"bytes,1,opt,name=delete_role,json=deleteRole,proto3" json:"delete_role,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRoleRequest) Descriptor deprecated

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

Deprecated: Use DeleteRoleRequest.ProtoReflect.Descriptor instead.

func (*DeleteRoleRequest) GetDeleteRole

func (x *DeleteRoleRequest) GetDeleteRole() *v1.DeleteRole

func (*DeleteRoleRequest) ProtoMessage

func (*DeleteRoleRequest) ProtoMessage()

func (*DeleteRoleRequest) ProtoReflect

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

func (*DeleteRoleRequest) Reset

func (x *DeleteRoleRequest) Reset()

func (*DeleteRoleRequest) String

func (x *DeleteRoleRequest) String() string

func (*DeleteRoleRequest) Validate

func (m *DeleteRoleRequest) Validate() error

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

func (m *DeleteRoleRequest) ValidateAll() error

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

type DeleteRoleRequestMultiError

type DeleteRoleRequestMultiError []error

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

func (DeleteRoleRequestMultiError) AllErrors

func (m DeleteRoleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRoleRequestMultiError) Error

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

type DeleteRoleRequestValidationError

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

DeleteRoleRequestValidationError is the validation error returned by DeleteRoleRequest.Validate if the designated constraints aren't met.

func (DeleteRoleRequestValidationError) Cause

Cause function returns cause value.

func (DeleteRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteRoleRequestValidationError) Field

Field function returns field value.

func (DeleteRoleRequestValidationError) Key

Key function returns key value.

func (DeleteRoleRequestValidationError) Reason

Reason function returns reason value.

type DeleteRoleResponse

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

func (*DeleteRoleResponse) Descriptor deprecated

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

Deprecated: Use DeleteRoleResponse.ProtoReflect.Descriptor instead.

func (*DeleteRoleResponse) ProtoMessage

func (*DeleteRoleResponse) ProtoMessage()

func (*DeleteRoleResponse) ProtoReflect

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

func (*DeleteRoleResponse) Reset

func (x *DeleteRoleResponse) Reset()

func (*DeleteRoleResponse) String

func (x *DeleteRoleResponse) String() string

func (*DeleteRoleResponse) Validate

func (m *DeleteRoleResponse) Validate() error

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

func (m *DeleteRoleResponse) ValidateAll() error

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

type DeleteRoleResponseMultiError

type DeleteRoleResponseMultiError []error

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

func (DeleteRoleResponseMultiError) AllErrors

func (m DeleteRoleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRoleResponseMultiError) Error

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

type DeleteRoleResponseValidationError

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

DeleteRoleResponseValidationError is the validation error returned by DeleteRoleResponse.Validate if the designated constraints aren't met.

func (DeleteRoleResponseValidationError) Cause

Cause function returns cause value.

func (DeleteRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteRoleResponseValidationError) Field

Field function returns field value.

func (DeleteRoleResponseValidationError) Key

Key function returns key value.

func (DeleteRoleResponseValidationError) Reason

Reason function returns reason value.

type DeleteUserRequest

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

func (*DeleteUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetRequestId

func (x *DeleteUserRequest) GetRequestId() string

func (*DeleteUserRequest) GetUserEmail

func (x *DeleteUserRequest) GetUserEmail() string

func (*DeleteUserRequest) GetUserId

func (x *DeleteUserRequest) GetUserId() string

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

func (*DeleteUserRequest) Validate

func (m *DeleteUserRequest) Validate() error

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

func (m *DeleteUserRequest) ValidateAll() error

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

type DeleteUserRequestMultiError

type DeleteUserRequestMultiError []error

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

func (DeleteUserRequestMultiError) AllErrors

func (m DeleteUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteUserRequestMultiError) Error

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

type DeleteUserRequestValidationError

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

DeleteUserRequestValidationError is the validation error returned by DeleteUserRequest.Validate if the designated constraints aren't met.

func (DeleteUserRequestValidationError) Cause

Cause function returns cause value.

func (DeleteUserRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteUserRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteUserRequestValidationError) Field

Field function returns field value.

func (DeleteUserRequestValidationError) Key

Key function returns key value.

func (DeleteUserRequestValidationError) Reason

Reason function returns reason value.

type DeleteUserResponse

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

func (*DeleteUserResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

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

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

func (*DeleteUserResponse) Validate

func (m *DeleteUserResponse) Validate() error

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

func (m *DeleteUserResponse) ValidateAll() error

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

type DeleteUserResponseMultiError

type DeleteUserResponseMultiError []error

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

func (DeleteUserResponseMultiError) AllErrors

func (m DeleteUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteUserResponseMultiError) Error

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

type DeleteUserResponseValidationError

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

DeleteUserResponseValidationError is the validation error returned by DeleteUserResponse.Validate if the designated constraints aren't met.

func (DeleteUserResponseValidationError) Cause

Cause function returns cause value.

func (DeleteUserResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteUserResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteUserResponseValidationError) Field

Field function returns field value.

func (DeleteUserResponseValidationError) Key

Key function returns key value.

func (DeleteUserResponseValidationError) Reason

Reason function returns reason value.

type DisplayedAddress

type DisplayedAddress struct {
	DocumentPartyId   uint32 `protobuf:"varint,1,opt,name=document_party_id,json=documentPartyId,proto3" json:"document_party_id,omitempty"`
	AddressLineNumber uint32 `protobuf:"varint,2,opt,name=address_line_number,json=addressLineNumber,proto3" json:"address_line_number,omitempty"`
	AddressLineText   string `protobuf:"bytes,3,opt,name=address_line_text,json=addressLineText,proto3" json:"address_line_text,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayedAddress) Descriptor deprecated

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

Deprecated: Use DisplayedAddress.ProtoReflect.Descriptor instead.

func (*DisplayedAddress) GetAddressLineNumber

func (x *DisplayedAddress) GetAddressLineNumber() uint32

func (*DisplayedAddress) GetAddressLineText

func (x *DisplayedAddress) GetAddressLineText() string

func (*DisplayedAddress) GetDocumentPartyId

func (x *DisplayedAddress) GetDocumentPartyId() uint32

func (*DisplayedAddress) ProtoMessage

func (*DisplayedAddress) ProtoMessage()

func (*DisplayedAddress) ProtoReflect

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

func (*DisplayedAddress) Reset

func (x *DisplayedAddress) Reset()

func (*DisplayedAddress) String

func (x *DisplayedAddress) String() string

func (*DisplayedAddress) Validate

func (m *DisplayedAddress) Validate() error

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

func (m *DisplayedAddress) ValidateAll() error

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

type DisplayedAddressMultiError

type DisplayedAddressMultiError []error

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

func (DisplayedAddressMultiError) AllErrors

func (m DisplayedAddressMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisplayedAddressMultiError) Error

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

type DisplayedAddressValidationError

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

DisplayedAddressValidationError is the validation error returned by DisplayedAddress.Validate if the designated constraints aren't met.

func (DisplayedAddressValidationError) Cause

Cause function returns cause value.

func (DisplayedAddressValidationError) Error

Error satisfies the builtin error interface

func (DisplayedAddressValidationError) ErrorName

ErrorName returns error name.

func (DisplayedAddressValidationError) Field

Field function returns field value.

func (DisplayedAddressValidationError) Key

Key function returns key value.

func (DisplayedAddressValidationError) Reason

Reason function returns reason value.

type DocumentParty

type DocumentParty struct {
	DocumentPartyD *DocumentPartyD `protobuf:"bytes,1,opt,name=document_party_d,json=documentPartyD,proto3" json:"document_party_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 (*DocumentParty) Descriptor deprecated

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

Deprecated: Use DocumentParty.ProtoReflect.Descriptor instead.

func (*DocumentParty) GetCrUpdTime

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

func (*DocumentParty) GetCrUpdUser

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

func (*DocumentParty) GetDocumentPartyD

func (x *DocumentParty) GetDocumentPartyD() *DocumentPartyD

func (*DocumentParty) ProtoMessage

func (*DocumentParty) ProtoMessage()

func (*DocumentParty) ProtoReflect

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

func (*DocumentParty) Reset

func (x *DocumentParty) Reset()

func (*DocumentParty) String

func (x *DocumentParty) String() string

func (*DocumentParty) Validate

func (m *DocumentParty) Validate() error

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

func (m *DocumentParty) ValidateAll() error

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

type DocumentPartyD

type DocumentPartyD 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"`
	PartyId               uint32 `protobuf:"varint,4,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	ShippingInstructionId uint32 `` /* 127-byte string literal not displayed */
	ShipmentId            uint32 `protobuf:"varint,6,opt,name=shipment_id,json=shipmentId,proto3" json:"shipment_id,omitempty"`
	PartyFunction         string `protobuf:"bytes,7,opt,name=party_function,json=partyFunction,proto3" json:"party_function,omitempty"`
	IsToBeNotified        bool   `protobuf:"varint,8,opt,name=is_to_be_notified,json=isToBeNotified,proto3" json:"is_to_be_notified,omitempty"`
	BookingId             uint32 `protobuf:"varint,9,opt,name=booking_id,json=bookingId,proto3" json:"booking_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentPartyD) Descriptor deprecated

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

Deprecated: Use DocumentPartyD.ProtoReflect.Descriptor instead.

func (*DocumentPartyD) GetBookingId

func (x *DocumentPartyD) GetBookingId() uint32

func (*DocumentPartyD) GetId

func (x *DocumentPartyD) GetId() uint32

func (*DocumentPartyD) GetIdS

func (x *DocumentPartyD) GetIdS() string

func (*DocumentPartyD) GetIsToBeNotified

func (x *DocumentPartyD) GetIsToBeNotified() bool

func (*DocumentPartyD) GetPartyFunction

func (x *DocumentPartyD) GetPartyFunction() string

func (*DocumentPartyD) GetPartyId

func (x *DocumentPartyD) GetPartyId() uint32

func (*DocumentPartyD) GetShipmentId

func (x *DocumentPartyD) GetShipmentId() uint32

func (*DocumentPartyD) GetShippingInstructionId

func (x *DocumentPartyD) GetShippingInstructionId() uint32

func (*DocumentPartyD) GetUuid4

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

func (*DocumentPartyD) ProtoMessage

func (*DocumentPartyD) ProtoMessage()

func (*DocumentPartyD) ProtoReflect

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

func (*DocumentPartyD) Reset

func (x *DocumentPartyD) Reset()

func (*DocumentPartyD) String

func (x *DocumentPartyD) String() string

func (*DocumentPartyD) Validate

func (m *DocumentPartyD) Validate() error

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

func (m *DocumentPartyD) ValidateAll() error

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

type DocumentPartyDMultiError

type DocumentPartyDMultiError []error

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

func (DocumentPartyDMultiError) AllErrors

func (m DocumentPartyDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DocumentPartyDMultiError) Error

func (m DocumentPartyDMultiError) Error() string

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

type DocumentPartyDValidationError

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

DocumentPartyDValidationError is the validation error returned by DocumentPartyD.Validate if the designated constraints aren't met.

func (DocumentPartyDValidationError) Cause

Cause function returns cause value.

func (DocumentPartyDValidationError) Error

Error satisfies the builtin error interface

func (DocumentPartyDValidationError) ErrorName

func (e DocumentPartyDValidationError) ErrorName() string

ErrorName returns error name.

func (DocumentPartyDValidationError) Field

Field function returns field value.

func (DocumentPartyDValidationError) Key

Key function returns key value.

func (DocumentPartyDValidationError) Reason

Reason function returns reason value.

type DocumentPartyMultiError

type DocumentPartyMultiError []error

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

func (DocumentPartyMultiError) AllErrors

func (m DocumentPartyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DocumentPartyMultiError) Error

func (m DocumentPartyMultiError) Error() string

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

type DocumentPartyServiceClient

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

type DocumentPartyServiceServer

DocumentPartyServiceServer is the server API for DocumentPartyService service. All implementations must embed UnimplementedDocumentPartyServiceServer for forward compatibility.

The DocumentPartyService service definition.

type DocumentPartyValidationError

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

DocumentPartyValidationError is the validation error returned by DocumentParty.Validate if the designated constraints aren't met.

func (DocumentPartyValidationError) Cause

Cause function returns cause value.

func (DocumentPartyValidationError) Error

Error satisfies the builtin error interface

func (DocumentPartyValidationError) ErrorName

func (e DocumentPartyValidationError) ErrorName() string

ErrorName returns error name.

func (DocumentPartyValidationError) Field

Field function returns field value.

func (DocumentPartyValidationError) Key

Key function returns key value.

func (DocumentPartyValidationError) Reason

Reason function returns reason value.

type Facility

type Facility struct {
	FacilityD *FacilityD    `protobuf:"bytes,1,opt,name=facility_d,json=facilityD,proto3" json:"facility_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 (*Facility) Descriptor deprecated

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

Deprecated: Use Facility.ProtoReflect.Descriptor instead.

func (*Facility) GetCrUpdTime

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

func (*Facility) GetCrUpdUser

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

func (*Facility) GetFacilityD

func (x *Facility) GetFacilityD() *FacilityD

func (*Facility) ProtoMessage

func (*Facility) ProtoMessage()

func (*Facility) ProtoReflect

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

func (*Facility) Reset

func (x *Facility) Reset()

func (*Facility) String

func (x *Facility) String() string

func (*Facility) Validate

func (m *Facility) Validate() error

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

func (m *Facility) ValidateAll() error

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

type FacilityD

type FacilityD struct {
	Id               uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	FacilityName     string `protobuf:"bytes,4,opt,name=facility_name,json=facilityName,proto3" json:"facility_name,omitempty"`
	UnLocationCode   string `protobuf:"bytes,5,opt,name=un_location_code,json=unLocationCode,proto3" json:"un_location_code,omitempty"`
	FacilityBicCode  string `protobuf:"bytes,6,opt,name=facility_bic_code,json=facilityBicCode,proto3" json:"facility_bic_code,omitempty"`
	FacilitySmdgCode string `protobuf:"bytes,7,opt,name=facility_smdg_code,json=facilitySmdgCode,proto3" json:"facility_smdg_code,omitempty"`
	LocationId       uint32 `protobuf:"varint,8,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
	// contains filtered or unexported fields
}

func (*FacilityD) Descriptor deprecated

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

Deprecated: Use FacilityD.ProtoReflect.Descriptor instead.

func (*FacilityD) GetFacilityBicCode

func (x *FacilityD) GetFacilityBicCode() string

func (*FacilityD) GetFacilityName

func (x *FacilityD) GetFacilityName() string

func (*FacilityD) GetFacilitySmdgCode

func (x *FacilityD) GetFacilitySmdgCode() string

func (*FacilityD) GetId

func (x *FacilityD) GetId() uint32

func (*FacilityD) GetLocationId

func (x *FacilityD) GetLocationId() uint32

func (*FacilityD) GetUnLocationCode

func (x *FacilityD) GetUnLocationCode() string

func (*FacilityD) ProtoMessage

func (*FacilityD) ProtoMessage()

func (*FacilityD) ProtoReflect

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

func (*FacilityD) Reset

func (x *FacilityD) Reset()

func (*FacilityD) String

func (x *FacilityD) String() string

func (*FacilityD) Validate

func (m *FacilityD) Validate() error

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

func (m *FacilityD) ValidateAll() error

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

type FacilityDMultiError

type FacilityDMultiError []error

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

func (FacilityDMultiError) AllErrors

func (m FacilityDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FacilityDMultiError) Error

func (m FacilityDMultiError) Error() string

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

type FacilityDValidationError

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

FacilityDValidationError is the validation error returned by FacilityD.Validate if the designated constraints aren't met.

func (FacilityDValidationError) Cause

func (e FacilityDValidationError) Cause() error

Cause function returns cause value.

func (FacilityDValidationError) Error

func (e FacilityDValidationError) Error() string

Error satisfies the builtin error interface

func (FacilityDValidationError) ErrorName

func (e FacilityDValidationError) ErrorName() string

ErrorName returns error name.

func (FacilityDValidationError) Field

func (e FacilityDValidationError) Field() string

Field function returns field value.

func (FacilityDValidationError) Key

Key function returns key value.

func (FacilityDValidationError) Reason

func (e FacilityDValidationError) Reason() string

Reason function returns reason value.

type FacilityMultiError

type FacilityMultiError []error

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

func (FacilityMultiError) AllErrors

func (m FacilityMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FacilityMultiError) Error

func (m FacilityMultiError) Error() string

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

type FacilityValidationError

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

FacilityValidationError is the validation error returned by Facility.Validate if the designated constraints aren't met.

func (FacilityValidationError) Cause

func (e FacilityValidationError) Cause() error

Cause function returns cause value.

func (FacilityValidationError) Error

func (e FacilityValidationError) Error() string

Error satisfies the builtin error interface

func (FacilityValidationError) ErrorName

func (e FacilityValidationError) ErrorName() string

ErrorName returns error name.

func (FacilityValidationError) Field

func (e FacilityValidationError) Field() string

Field function returns field value.

func (FacilityValidationError) Key

func (e FacilityValidationError) Key() bool

Key function returns key value.

func (FacilityValidationError) Reason

func (e FacilityValidationError) Reason() string

Reason function returns reason value.

type FetchDocumentPartiesByBookingIDRequest

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

func (*FetchDocumentPartiesByBookingIDRequest) Descriptor deprecated

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

Deprecated: Use FetchDocumentPartiesByBookingIDRequest.ProtoReflect.Descriptor instead.

func (*FetchDocumentPartiesByBookingIDRequest) GetBookingId

func (*FetchDocumentPartiesByBookingIDRequest) GetLimit

func (*FetchDocumentPartiesByBookingIDRequest) GetNextCursor

func (*FetchDocumentPartiesByBookingIDRequest) GetRequestId

func (*FetchDocumentPartiesByBookingIDRequest) GetUserEmail

func (*FetchDocumentPartiesByBookingIDRequest) GetUserId

func (*FetchDocumentPartiesByBookingIDRequest) ProtoMessage

func (*FetchDocumentPartiesByBookingIDRequest) ProtoReflect

func (*FetchDocumentPartiesByBookingIDRequest) Reset

func (*FetchDocumentPartiesByBookingIDRequest) String

func (*FetchDocumentPartiesByBookingIDRequest) Validate

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

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

type FetchDocumentPartiesByBookingIDRequestMultiError

type FetchDocumentPartiesByBookingIDRequestMultiError []error

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

func (FetchDocumentPartiesByBookingIDRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchDocumentPartiesByBookingIDRequestMultiError) Error

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

type FetchDocumentPartiesByBookingIDRequestValidationError

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

FetchDocumentPartiesByBookingIDRequestValidationError is the validation error returned by FetchDocumentPartiesByBookingIDRequest.Validate if the designated constraints aren't met.

func (FetchDocumentPartiesByBookingIDRequestValidationError) Cause

Cause function returns cause value.

func (FetchDocumentPartiesByBookingIDRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchDocumentPartiesByBookingIDRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchDocumentPartiesByBookingIDRequestValidationError) Field

Field function returns field value.

func (FetchDocumentPartiesByBookingIDRequestValidationError) Key

Key function returns key value.

func (FetchDocumentPartiesByBookingIDRequestValidationError) Reason

Reason function returns reason value.

type FetchDocumentPartiesByBookingIDResponse

type FetchDocumentPartiesByBookingIDResponse struct {
	DocumentParties []*DocumentParty `protobuf:"bytes,1,rep,name=document_parties,json=documentParties,proto3" json:"document_parties,omitempty"`
	NextCursor      string           `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchDocumentPartiesByBookingIDResponse) Descriptor deprecated

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

Deprecated: Use FetchDocumentPartiesByBookingIDResponse.ProtoReflect.Descriptor instead.

func (*FetchDocumentPartiesByBookingIDResponse) GetDocumentParties

func (x *FetchDocumentPartiesByBookingIDResponse) GetDocumentParties() []*DocumentParty

func (*FetchDocumentPartiesByBookingIDResponse) GetNextCursor

func (*FetchDocumentPartiesByBookingIDResponse) ProtoMessage

func (*FetchDocumentPartiesByBookingIDResponse) ProtoReflect

func (*FetchDocumentPartiesByBookingIDResponse) Reset

func (*FetchDocumentPartiesByBookingIDResponse) String

func (*FetchDocumentPartiesByBookingIDResponse) Validate

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

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

type FetchDocumentPartiesByBookingIDResponseMultiError

type FetchDocumentPartiesByBookingIDResponseMultiError []error

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

func (FetchDocumentPartiesByBookingIDResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchDocumentPartiesByBookingIDResponseMultiError) Error

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

type FetchDocumentPartiesByBookingIDResponseValidationError

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

FetchDocumentPartiesByBookingIDResponseValidationError is the validation error returned by FetchDocumentPartiesByBookingIDResponse.Validate if the designated constraints aren't met.

func (FetchDocumentPartiesByBookingIDResponseValidationError) Cause

Cause function returns cause value.

func (FetchDocumentPartiesByBookingIDResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchDocumentPartiesByBookingIDResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchDocumentPartiesByBookingIDResponseValidationError) Field

Field function returns field value.

func (FetchDocumentPartiesByBookingIDResponseValidationError) Key

Key function returns key value.

func (FetchDocumentPartiesByBookingIDResponseValidationError) Reason

Reason function returns reason value.

type FetchDocumentPartiesByByShippingInstructionIDRequest

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

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) Descriptor deprecated

Deprecated: Use FetchDocumentPartiesByByShippingInstructionIDRequest.ProtoReflect.Descriptor instead.

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) GetLimit

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) GetNextCursor

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) GetRequestId

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) GetShippingInstructionId

func (x *FetchDocumentPartiesByByShippingInstructionIDRequest) GetShippingInstructionId() uint32

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) GetUserEmail

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) GetUserId

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) ProtoMessage

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) ProtoReflect

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) Reset

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) String

func (*FetchDocumentPartiesByByShippingInstructionIDRequest) Validate

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

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

type FetchDocumentPartiesByByShippingInstructionIDRequestMultiError

type FetchDocumentPartiesByByShippingInstructionIDRequestMultiError []error

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

func (FetchDocumentPartiesByByShippingInstructionIDRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchDocumentPartiesByByShippingInstructionIDRequestMultiError) Error

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

type FetchDocumentPartiesByByShippingInstructionIDRequestValidationError

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

FetchDocumentPartiesByByShippingInstructionIDRequestValidationError is the validation error returned by FetchDocumentPartiesByByShippingInstructionIDRequest.Validate if the designated constraints aren't met.

func (FetchDocumentPartiesByByShippingInstructionIDRequestValidationError) Cause

Cause function returns cause value.

func (FetchDocumentPartiesByByShippingInstructionIDRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchDocumentPartiesByByShippingInstructionIDRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchDocumentPartiesByByShippingInstructionIDRequestValidationError) Field

Field function returns field value.

func (FetchDocumentPartiesByByShippingInstructionIDRequestValidationError) Key

Key function returns key value.

func (FetchDocumentPartiesByByShippingInstructionIDRequestValidationError) Reason

Reason function returns reason value.

type FetchDocumentPartiesByByShippingInstructionIDResponse

type FetchDocumentPartiesByByShippingInstructionIDResponse struct {
	DocumentParties []*DocumentParty `protobuf:"bytes,1,rep,name=document_parties,json=documentParties,proto3" json:"document_parties,omitempty"`
	NextCursor      string           `protobuf:"bytes,2,opt,name=next_cursor,json=nextCursor,proto3" json:"next_cursor,omitempty"`
	// contains filtered or unexported fields
}

func (*FetchDocumentPartiesByByShippingInstructionIDResponse) Descriptor deprecated

Deprecated: Use FetchDocumentPartiesByByShippingInstructionIDResponse.ProtoReflect.Descriptor instead.

func (*FetchDocumentPartiesByByShippingInstructionIDResponse) GetDocumentParties

func (*FetchDocumentPartiesByByShippingInstructionIDResponse) GetNextCursor

func (*FetchDocumentPartiesByByShippingInstructionIDResponse) ProtoMessage

func (*FetchDocumentPartiesByByShippingInstructionIDResponse) ProtoReflect

func (*FetchDocumentPartiesByByShippingInstructionIDResponse) Reset

func (*FetchDocumentPartiesByByShippingInstructionIDResponse) String

func (*FetchDocumentPartiesByByShippingInstructionIDResponse) Validate

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

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

type FetchDocumentPartiesByByShippingInstructionIDResponseMultiError

type FetchDocumentPartiesByByShippingInstructionIDResponseMultiError []error

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

func (FetchDocumentPartiesByByShippingInstructionIDResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchDocumentPartiesByByShippingInstructionIDResponseMultiError) Error

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

type FetchDocumentPartiesByByShippingInstructionIDResponseValidationError

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

FetchDocumentPartiesByByShippingInstructionIDResponseValidationError is the validation error returned by FetchDocumentPartiesByByShippingInstructionIDResponse.Validate if the designated constraints aren't met.

func (FetchDocumentPartiesByByShippingInstructionIDResponseValidationError) Cause

Cause function returns cause value.

func (FetchDocumentPartiesByByShippingInstructionIDResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchDocumentPartiesByByShippingInstructionIDResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchDocumentPartiesByByShippingInstructionIDResponseValidationError) Field

Field function returns field value.

func (FetchDocumentPartiesByByShippingInstructionIDResponseValidationError) Key

Key function returns key value.

func (FetchDocumentPartiesByByShippingInstructionIDResponseValidationError) Reason

Reason function returns reason value.

type FetchLocationByIDRequest

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

func (*FetchLocationByIDRequest) Descriptor deprecated

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

Deprecated: Use FetchLocationByIDRequest.ProtoReflect.Descriptor instead.

func (*FetchLocationByIDRequest) GetGetByIdRequest

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

func (*FetchLocationByIDRequest) ProtoMessage

func (*FetchLocationByIDRequest) ProtoMessage()

func (*FetchLocationByIDRequest) ProtoReflect

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

func (*FetchLocationByIDRequest) Reset

func (x *FetchLocationByIDRequest) Reset()

func (*FetchLocationByIDRequest) String

func (x *FetchLocationByIDRequest) String() string

func (*FetchLocationByIDRequest) Validate

func (m *FetchLocationByIDRequest) Validate() error

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

func (m *FetchLocationByIDRequest) ValidateAll() error

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

type FetchLocationByIDRequestMultiError

type FetchLocationByIDRequestMultiError []error

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

func (FetchLocationByIDRequestMultiError) AllErrors

func (m FetchLocationByIDRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FetchLocationByIDRequestMultiError) Error

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

type FetchLocationByIDRequestValidationError

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

FetchLocationByIDRequestValidationError is the validation error returned by FetchLocationByIDRequest.Validate if the designated constraints aren't met.

func (FetchLocationByIDRequestValidationError) Cause

Cause function returns cause value.

func (FetchLocationByIDRequestValidationError) Error

Error satisfies the builtin error interface

func (FetchLocationByIDRequestValidationError) ErrorName

ErrorName returns error name.

func (FetchLocationByIDRequestValidationError) Field

Field function returns field value.

func (FetchLocationByIDRequestValidationError) Key

Key function returns key value.

func (FetchLocationByIDRequestValidationError) Reason

Reason function returns reason value.

type FetchLocationByIDResponse

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

func (*FetchLocationByIDResponse) Descriptor deprecated

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

Deprecated: Use FetchLocationByIDResponse.ProtoReflect.Descriptor instead.

func (*FetchLocationByIDResponse) GetLocation

func (x *FetchLocationByIDResponse) GetLocation() *Location

func (*FetchLocationByIDResponse) ProtoMessage

func (*FetchLocationByIDResponse) ProtoMessage()

func (*FetchLocationByIDResponse) ProtoReflect

func (*FetchLocationByIDResponse) Reset

func (x *FetchLocationByIDResponse) Reset()

func (*FetchLocationByIDResponse) String

func (x *FetchLocationByIDResponse) String() string

func (*FetchLocationByIDResponse) Validate

func (m *FetchLocationByIDResponse) Validate() error

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

func (m *FetchLocationByIDResponse) ValidateAll() error

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

type FetchLocationByIDResponseMultiError

type FetchLocationByIDResponseMultiError []error

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

func (FetchLocationByIDResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (FetchLocationByIDResponseMultiError) Error

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

type FetchLocationByIDResponseValidationError

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

FetchLocationByIDResponseValidationError is the validation error returned by FetchLocationByIDResponse.Validate if the designated constraints aren't met.

func (FetchLocationByIDResponseValidationError) Cause

Cause function returns cause value.

func (FetchLocationByIDResponseValidationError) Error

Error satisfies the builtin error interface

func (FetchLocationByIDResponseValidationError) ErrorName

ErrorName returns error name.

func (FetchLocationByIDResponseValidationError) Field

Field function returns field value.

func (FetchLocationByIDResponseValidationError) Key

Key function returns key value.

func (FetchLocationByIDResponseValidationError) Reason

Reason function returns reason value.

type GetAuthUserDetailsRequest

type GetAuthUserDetailsRequest struct {
	Email          string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	TokenString    string   `protobuf:"bytes,2,opt,name=token_string,json=tokenString,proto3" json:"token_string,omitempty"`
	RequestUrlPath string   `protobuf:"bytes,3,opt,name=request_url_path,json=requestUrlPath,proto3" json:"request_url_path,omitempty"`
	RequestMethod  string   `protobuf:"bytes,4,opt,name=request_method,json=requestMethod,proto3" json:"request_method,omitempty"`
	Roles          []string `protobuf:"bytes,5,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAuthUserDetailsRequest) Descriptor deprecated

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

Deprecated: Use GetAuthUserDetailsRequest.ProtoReflect.Descriptor instead.

func (*GetAuthUserDetailsRequest) GetEmail

func (x *GetAuthUserDetailsRequest) GetEmail() string

func (*GetAuthUserDetailsRequest) GetRequestMethod

func (x *GetAuthUserDetailsRequest) GetRequestMethod() string

func (*GetAuthUserDetailsRequest) GetRequestUrlPath

func (x *GetAuthUserDetailsRequest) GetRequestUrlPath() string

func (*GetAuthUserDetailsRequest) GetRoles

func (x *GetAuthUserDetailsRequest) GetRoles() []string

func (*GetAuthUserDetailsRequest) GetTokenString

func (x *GetAuthUserDetailsRequest) GetTokenString() string

func (*GetAuthUserDetailsRequest) ProtoMessage

func (*GetAuthUserDetailsRequest) ProtoMessage()

func (*GetAuthUserDetailsRequest) ProtoReflect

func (*GetAuthUserDetailsRequest) Reset

func (x *GetAuthUserDetailsRequest) Reset()

func (*GetAuthUserDetailsRequest) String

func (x *GetAuthUserDetailsRequest) String() string

func (*GetAuthUserDetailsRequest) Validate

func (m *GetAuthUserDetailsRequest) Validate() error

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

func (m *GetAuthUserDetailsRequest) ValidateAll() error

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

type GetAuthUserDetailsRequestMultiError

type GetAuthUserDetailsRequestMultiError []error

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

func (GetAuthUserDetailsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAuthUserDetailsRequestMultiError) Error

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

type GetAuthUserDetailsRequestValidationError

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

GetAuthUserDetailsRequestValidationError is the validation error returned by GetAuthUserDetailsRequest.Validate if the designated constraints aren't met.

func (GetAuthUserDetailsRequestValidationError) Cause

Cause function returns cause value.

func (GetAuthUserDetailsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetAuthUserDetailsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetAuthUserDetailsRequestValidationError) Field

Field function returns field value.

func (GetAuthUserDetailsRequestValidationError) Key

Key function returns key value.

func (GetAuthUserDetailsRequestValidationError) Reason

Reason function returns reason value.

type GetAuthUserDetailsResponse

type GetAuthUserDetailsResponse struct {
	Email     string   `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	UserId    string   `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles     []string `protobuf:"bytes,3,rep,name=roles,proto3" json:"roles,omitempty"`
	RequestId string   `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAuthUserDetailsResponse) Descriptor deprecated

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

Deprecated: Use GetAuthUserDetailsResponse.ProtoReflect.Descriptor instead.

func (*GetAuthUserDetailsResponse) GetEmail

func (x *GetAuthUserDetailsResponse) GetEmail() string

func (*GetAuthUserDetailsResponse) GetRequestId

func (x *GetAuthUserDetailsResponse) GetRequestId() string

func (*GetAuthUserDetailsResponse) GetRoles

func (x *GetAuthUserDetailsResponse) GetRoles() []string

func (*GetAuthUserDetailsResponse) GetUserId

func (x *GetAuthUserDetailsResponse) GetUserId() string

func (*GetAuthUserDetailsResponse) ProtoMessage

func (*GetAuthUserDetailsResponse) ProtoMessage()

func (*GetAuthUserDetailsResponse) ProtoReflect

func (*GetAuthUserDetailsResponse) Reset

func (x *GetAuthUserDetailsResponse) Reset()

func (*GetAuthUserDetailsResponse) String

func (x *GetAuthUserDetailsResponse) String() string

func (*GetAuthUserDetailsResponse) Validate

func (m *GetAuthUserDetailsResponse) Validate() error

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

func (m *GetAuthUserDetailsResponse) ValidateAll() error

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

type GetAuthUserDetailsResponseMultiError

type GetAuthUserDetailsResponseMultiError []error

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

func (GetAuthUserDetailsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetAuthUserDetailsResponseMultiError) Error

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

type GetAuthUserDetailsResponseValidationError

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

GetAuthUserDetailsResponseValidationError is the validation error returned by GetAuthUserDetailsResponse.Validate if the designated constraints aren't met.

func (GetAuthUserDetailsResponseValidationError) Cause

Cause function returns cause value.

func (GetAuthUserDetailsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetAuthUserDetailsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetAuthUserDetailsResponseValidationError) Field

Field function returns field value.

func (GetAuthUserDetailsResponseValidationError) Key

Key function returns key value.

func (GetAuthUserDetailsResponseValidationError) Reason

Reason function returns reason value.

type GetPartiesRequest

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

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

Deprecated: Use GetPartiesRequest.ProtoReflect.Descriptor instead.

func (*GetPartiesRequest) GetLimit

func (x *GetPartiesRequest) GetLimit() string

func (*GetPartiesRequest) GetNextCursor

func (x *GetPartiesRequest) GetNextCursor() string

func (*GetPartiesRequest) GetRequestId

func (x *GetPartiesRequest) GetRequestId() string

func (*GetPartiesRequest) GetUserEmail

func (x *GetPartiesRequest) GetUserEmail() string

func (*GetPartiesRequest) ProtoMessage

func (*GetPartiesRequest) ProtoMessage()

func (*GetPartiesRequest) ProtoReflect

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

func (*GetPartiesRequest) Reset

func (x *GetPartiesRequest) Reset()

func (*GetPartiesRequest) String

func (x *GetPartiesRequest) String() string

func (*GetPartiesRequest) Validate

func (m *GetPartiesRequest) Validate() error

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

func (m *GetPartiesRequest) ValidateAll() error

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

type GetPartiesRequestMultiError

type GetPartiesRequestMultiError []error

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

func (GetPartiesRequestMultiError) AllErrors

func (m GetPartiesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPartiesRequestMultiError) Error

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

type GetPartiesRequestValidationError

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

GetPartiesRequestValidationError is the validation error returned by GetPartiesRequest.Validate if the designated constraints aren't met.

func (GetPartiesRequestValidationError) Cause

Cause function returns cause value.

func (GetPartiesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPartiesRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPartiesRequestValidationError) Field

Field function returns field value.

func (GetPartiesRequestValidationError) Key

Key function returns key value.

func (GetPartiesRequestValidationError) Reason

Reason function returns reason value.

type GetPartiesResponse

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

func (*GetPartiesResponse) Descriptor deprecated

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

Deprecated: Use GetPartiesResponse.ProtoReflect.Descriptor instead.

func (*GetPartiesResponse) GetNextCursor

func (x *GetPartiesResponse) GetNextCursor() string

func (*GetPartiesResponse) GetParties

func (x *GetPartiesResponse) GetParties() []*Party

func (*GetPartiesResponse) ProtoMessage

func (*GetPartiesResponse) ProtoMessage()

func (*GetPartiesResponse) ProtoReflect

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

func (*GetPartiesResponse) Reset

func (x *GetPartiesResponse) Reset()

func (*GetPartiesResponse) String

func (x *GetPartiesResponse) String() string

func (*GetPartiesResponse) Validate

func (m *GetPartiesResponse) Validate() error

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

func (m *GetPartiesResponse) ValidateAll() error

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

type GetPartiesResponseMultiError

type GetPartiesResponseMultiError []error

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

func (GetPartiesResponseMultiError) AllErrors

func (m GetPartiesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPartiesResponseMultiError) Error

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

type GetPartiesResponseValidationError

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

GetPartiesResponseValidationError is the validation error returned by GetPartiesResponse.Validate if the designated constraints aren't met.

func (GetPartiesResponseValidationError) Cause

Cause function returns cause value.

func (GetPartiesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPartiesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPartiesResponseValidationError) Field

Field function returns field value.

func (GetPartiesResponseValidationError) Key

Key function returns key value.

func (GetPartiesResponseValidationError) Reason

Reason function returns reason value.

type GetPartyByPkRequest

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

func (*GetPartyByPkRequest) Descriptor deprecated

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

Deprecated: Use GetPartyByPkRequest.ProtoReflect.Descriptor instead.

func (*GetPartyByPkRequest) GetGetByIdRequest

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

func (*GetPartyByPkRequest) ProtoMessage

func (*GetPartyByPkRequest) ProtoMessage()

func (*GetPartyByPkRequest) ProtoReflect

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

func (*GetPartyByPkRequest) Reset

func (x *GetPartyByPkRequest) Reset()

func (*GetPartyByPkRequest) String

func (x *GetPartyByPkRequest) String() string

func (*GetPartyByPkRequest) Validate

func (m *GetPartyByPkRequest) Validate() error

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

func (m *GetPartyByPkRequest) ValidateAll() error

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

type GetPartyByPkRequestMultiError

type GetPartyByPkRequestMultiError []error

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

func (GetPartyByPkRequestMultiError) AllErrors

func (m GetPartyByPkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPartyByPkRequestMultiError) Error

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

type GetPartyByPkRequestValidationError

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

GetPartyByPkRequestValidationError is the validation error returned by GetPartyByPkRequest.Validate if the designated constraints aren't met.

func (GetPartyByPkRequestValidationError) Cause

Cause function returns cause value.

func (GetPartyByPkRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPartyByPkRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPartyByPkRequestValidationError) Field

Field function returns field value.

func (GetPartyByPkRequestValidationError) Key

Key function returns key value.

func (GetPartyByPkRequestValidationError) Reason

Reason function returns reason value.

type GetPartyByPkResponse

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

func (*GetPartyByPkResponse) Descriptor deprecated

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

Deprecated: Use GetPartyByPkResponse.ProtoReflect.Descriptor instead.

func (*GetPartyByPkResponse) GetParty

func (x *GetPartyByPkResponse) GetParty() *Party

func (*GetPartyByPkResponse) ProtoMessage

func (*GetPartyByPkResponse) ProtoMessage()

func (*GetPartyByPkResponse) ProtoReflect

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

func (*GetPartyByPkResponse) Reset

func (x *GetPartyByPkResponse) Reset()

func (*GetPartyByPkResponse) String

func (x *GetPartyByPkResponse) String() string

func (*GetPartyByPkResponse) Validate

func (m *GetPartyByPkResponse) Validate() error

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

func (m *GetPartyByPkResponse) ValidateAll() error

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

type GetPartyByPkResponseMultiError

type GetPartyByPkResponseMultiError []error

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

func (GetPartyByPkResponseMultiError) AllErrors

func (m GetPartyByPkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPartyByPkResponseMultiError) Error

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

type GetPartyByPkResponseValidationError

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

GetPartyByPkResponseValidationError is the validation error returned by GetPartyByPkResponse.Validate if the designated constraints aren't met.

func (GetPartyByPkResponseValidationError) Cause

Cause function returns cause value.

func (GetPartyByPkResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPartyByPkResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPartyByPkResponseValidationError) Field

Field function returns field value.

func (GetPartyByPkResponseValidationError) Key

Key function returns key value.

func (GetPartyByPkResponseValidationError) Reason

Reason function returns reason value.

type GetPartyContactDetailRequest

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

func (*GetPartyContactDetailRequest) Descriptor deprecated

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

Deprecated: Use GetPartyContactDetailRequest.ProtoReflect.Descriptor instead.

func (*GetPartyContactDetailRequest) GetGetRequest

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

func (*GetPartyContactDetailRequest) ProtoMessage

func (*GetPartyContactDetailRequest) ProtoMessage()

func (*GetPartyContactDetailRequest) ProtoReflect

func (*GetPartyContactDetailRequest) Reset

func (x *GetPartyContactDetailRequest) Reset()

func (*GetPartyContactDetailRequest) String

func (*GetPartyContactDetailRequest) Validate

func (m *GetPartyContactDetailRequest) Validate() error

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

func (m *GetPartyContactDetailRequest) ValidateAll() error

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

type GetPartyContactDetailRequestMultiError

type GetPartyContactDetailRequestMultiError []error

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

func (GetPartyContactDetailRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPartyContactDetailRequestMultiError) Error

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

type GetPartyContactDetailRequestValidationError

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

GetPartyContactDetailRequestValidationError is the validation error returned by GetPartyContactDetailRequest.Validate if the designated constraints aren't met.

func (GetPartyContactDetailRequestValidationError) Cause

Cause function returns cause value.

func (GetPartyContactDetailRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPartyContactDetailRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPartyContactDetailRequestValidationError) Field

Field function returns field value.

func (GetPartyContactDetailRequestValidationError) Key

Key function returns key value.

func (GetPartyContactDetailRequestValidationError) Reason

Reason function returns reason value.

type GetPartyContactDetailResponse

type GetPartyContactDetailResponse struct {
	PartyContactDetail *PartyContactDetail `protobuf:"bytes,1,opt,name=party_contact_detail,json=partyContactDetail,proto3" json:"party_contact_detail,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPartyContactDetailResponse) Descriptor deprecated

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

Deprecated: Use GetPartyContactDetailResponse.ProtoReflect.Descriptor instead.

func (*GetPartyContactDetailResponse) GetPartyContactDetail

func (x *GetPartyContactDetailResponse) GetPartyContactDetail() *PartyContactDetail

func (*GetPartyContactDetailResponse) ProtoMessage

func (*GetPartyContactDetailResponse) ProtoMessage()

func (*GetPartyContactDetailResponse) ProtoReflect

func (*GetPartyContactDetailResponse) Reset

func (x *GetPartyContactDetailResponse) Reset()

func (*GetPartyContactDetailResponse) String

func (*GetPartyContactDetailResponse) Validate

func (m *GetPartyContactDetailResponse) Validate() error

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

func (m *GetPartyContactDetailResponse) ValidateAll() error

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

type GetPartyContactDetailResponseMultiError

type GetPartyContactDetailResponseMultiError []error

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

func (GetPartyContactDetailResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetPartyContactDetailResponseMultiError) Error

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

type GetPartyContactDetailResponseValidationError

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

GetPartyContactDetailResponseValidationError is the validation error returned by GetPartyContactDetailResponse.Validate if the designated constraints aren't met.

func (GetPartyContactDetailResponseValidationError) Cause

Cause function returns cause value.

func (GetPartyContactDetailResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPartyContactDetailResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPartyContactDetailResponseValidationError) Field

Field function returns field value.

func (GetPartyContactDetailResponseValidationError) Key

Key function returns key value.

func (GetPartyContactDetailResponseValidationError) Reason

Reason function returns reason value.

type GetPartyRequest

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

func (*GetPartyRequest) Descriptor deprecated

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

Deprecated: Use GetPartyRequest.ProtoReflect.Descriptor instead.

func (*GetPartyRequest) GetGetRequest

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

func (*GetPartyRequest) ProtoMessage

func (*GetPartyRequest) ProtoMessage()

func (*GetPartyRequest) ProtoReflect

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

func (*GetPartyRequest) Reset

func (x *GetPartyRequest) Reset()

func (*GetPartyRequest) String

func (x *GetPartyRequest) String() string

func (*GetPartyRequest) Validate

func (m *GetPartyRequest) Validate() error

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

func (m *GetPartyRequest) ValidateAll() error

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

type GetPartyRequestMultiError

type GetPartyRequestMultiError []error

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

func (GetPartyRequestMultiError) AllErrors

func (m GetPartyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPartyRequestMultiError) Error

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

type GetPartyRequestValidationError

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

GetPartyRequestValidationError is the validation error returned by GetPartyRequest.Validate if the designated constraints aren't met.

func (GetPartyRequestValidationError) Cause

Cause function returns cause value.

func (GetPartyRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPartyRequestValidationError) ErrorName

func (e GetPartyRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetPartyRequestValidationError) Field

Field function returns field value.

func (GetPartyRequestValidationError) Key

Key function returns key value.

func (GetPartyRequestValidationError) Reason

Reason function returns reason value.

type GetPartyResponse

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

func (*GetPartyResponse) Descriptor deprecated

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

Deprecated: Use GetPartyResponse.ProtoReflect.Descriptor instead.

func (*GetPartyResponse) GetParty

func (x *GetPartyResponse) GetParty() *Party

func (*GetPartyResponse) ProtoMessage

func (*GetPartyResponse) ProtoMessage()

func (*GetPartyResponse) ProtoReflect

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

func (*GetPartyResponse) Reset

func (x *GetPartyResponse) Reset()

func (*GetPartyResponse) String

func (x *GetPartyResponse) String() string

func (*GetPartyResponse) Validate

func (m *GetPartyResponse) Validate() error

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

func (m *GetPartyResponse) ValidateAll() error

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

type GetPartyResponseMultiError

type GetPartyResponseMultiError []error

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

func (GetPartyResponseMultiError) AllErrors

func (m GetPartyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPartyResponseMultiError) Error

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

type GetPartyResponseValidationError

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

GetPartyResponseValidationError is the validation error returned by GetPartyResponse.Validate if the designated constraints aren't met.

func (GetPartyResponseValidationError) Cause

Cause function returns cause value.

func (GetPartyResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPartyResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPartyResponseValidationError) Field

Field function returns field value.

func (GetPartyResponseValidationError) Key

Key function returns key value.

func (GetPartyResponseValidationError) Reason

Reason function returns reason value.

type GetRolePermissionsRequest

type GetRolePermissionsRequest struct {
	GetRolePermissions *v1.GetRolePermissions `protobuf:"bytes,1,opt,name=get_role_permissions,json=getRolePermissions,proto3" json:"get_role_permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRolePermissionsRequest) Descriptor deprecated

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

Deprecated: Use GetRolePermissionsRequest.ProtoReflect.Descriptor instead.

func (*GetRolePermissionsRequest) GetGetRolePermissions

func (x *GetRolePermissionsRequest) GetGetRolePermissions() *v1.GetRolePermissions

func (*GetRolePermissionsRequest) ProtoMessage

func (*GetRolePermissionsRequest) ProtoMessage()

func (*GetRolePermissionsRequest) ProtoReflect

func (*GetRolePermissionsRequest) Reset

func (x *GetRolePermissionsRequest) Reset()

func (*GetRolePermissionsRequest) String

func (x *GetRolePermissionsRequest) String() string

func (*GetRolePermissionsRequest) Validate

func (m *GetRolePermissionsRequest) Validate() error

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

func (m *GetRolePermissionsRequest) ValidateAll() error

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

type GetRolePermissionsRequestMultiError

type GetRolePermissionsRequestMultiError []error

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

func (GetRolePermissionsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetRolePermissionsRequestMultiError) Error

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

type GetRolePermissionsRequestValidationError

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

GetRolePermissionsRequestValidationError is the validation error returned by GetRolePermissionsRequest.Validate if the designated constraints aren't met.

func (GetRolePermissionsRequestValidationError) Cause

Cause function returns cause value.

func (GetRolePermissionsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetRolePermissionsRequestValidationError) ErrorName

ErrorName returns error name.

func (GetRolePermissionsRequestValidationError) Field

Field function returns field value.

func (GetRolePermissionsRequestValidationError) Key

Key function returns key value.

func (GetRolePermissionsRequestValidationError) Reason

Reason function returns reason value.

type GetRolePermissionsResponse

type GetRolePermissionsResponse struct {
	RolePermissions []*v1.RolePermission `protobuf:"bytes,1,rep,name=role_permissions,json=rolePermissions,proto3" json:"role_permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRolePermissionsResponse) Descriptor deprecated

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

Deprecated: Use GetRolePermissionsResponse.ProtoReflect.Descriptor instead.

func (*GetRolePermissionsResponse) GetRolePermissions

func (x *GetRolePermissionsResponse) GetRolePermissions() []*v1.RolePermission

func (*GetRolePermissionsResponse) ProtoMessage

func (*GetRolePermissionsResponse) ProtoMessage()

func (*GetRolePermissionsResponse) ProtoReflect

func (*GetRolePermissionsResponse) Reset

func (x *GetRolePermissionsResponse) Reset()

func (*GetRolePermissionsResponse) String

func (x *GetRolePermissionsResponse) String() string

func (*GetRolePermissionsResponse) Validate

func (m *GetRolePermissionsResponse) Validate() error

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

func (m *GetRolePermissionsResponse) ValidateAll() error

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

type GetRolePermissionsResponseMultiError

type GetRolePermissionsResponseMultiError []error

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

func (GetRolePermissionsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetRolePermissionsResponseMultiError) Error

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

type GetRolePermissionsResponseValidationError

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

GetRolePermissionsResponseValidationError is the validation error returned by GetRolePermissionsResponse.Validate if the designated constraints aren't met.

func (GetRolePermissionsResponseValidationError) Cause

Cause function returns cause value.

func (GetRolePermissionsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetRolePermissionsResponseValidationError) ErrorName

ErrorName returns error name.

func (GetRolePermissionsResponseValidationError) Field

Field function returns field value.

func (GetRolePermissionsResponseValidationError) Key

Key function returns key value.

func (GetRolePermissionsResponseValidationError) Reason

Reason function returns reason value.

type GetRoleRequest

type GetRoleRequest struct {
	GetRole *v1.GetRole `protobuf:"bytes,1,opt,name=get_role,json=getRole,proto3" json:"get_role,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoleRequest) Descriptor deprecated

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

Deprecated: Use GetRoleRequest.ProtoReflect.Descriptor instead.

func (*GetRoleRequest) GetGetRole

func (x *GetRoleRequest) GetGetRole() *v1.GetRole

func (*GetRoleRequest) ProtoMessage

func (*GetRoleRequest) ProtoMessage()

func (*GetRoleRequest) ProtoReflect

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

func (*GetRoleRequest) Reset

func (x *GetRoleRequest) Reset()

func (*GetRoleRequest) String

func (x *GetRoleRequest) String() string

func (*GetRoleRequest) Validate

func (m *GetRoleRequest) Validate() error

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

func (m *GetRoleRequest) ValidateAll() error

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

type GetRoleRequestMultiError

type GetRoleRequestMultiError []error

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

func (GetRoleRequestMultiError) AllErrors

func (m GetRoleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRoleRequestMultiError) Error

func (m GetRoleRequestMultiError) Error() string

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

type GetRoleRequestValidationError

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

GetRoleRequestValidationError is the validation error returned by GetRoleRequest.Validate if the designated constraints aren't met.

func (GetRoleRequestValidationError) Cause

Cause function returns cause value.

func (GetRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (GetRoleRequestValidationError) ErrorName

func (e GetRoleRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetRoleRequestValidationError) Field

Field function returns field value.

func (GetRoleRequestValidationError) Key

Key function returns key value.

func (GetRoleRequestValidationError) Reason

Reason function returns reason value.

type GetRoleResponse

type GetRoleResponse struct {
	Role *v1.Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoleResponse) Descriptor deprecated

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

Deprecated: Use GetRoleResponse.ProtoReflect.Descriptor instead.

func (*GetRoleResponse) GetRole

func (x *GetRoleResponse) GetRole() *v1.Role

func (*GetRoleResponse) ProtoMessage

func (*GetRoleResponse) ProtoMessage()

func (*GetRoleResponse) ProtoReflect

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

func (*GetRoleResponse) Reset

func (x *GetRoleResponse) Reset()

func (*GetRoleResponse) String

func (x *GetRoleResponse) String() string

func (*GetRoleResponse) Validate

func (m *GetRoleResponse) Validate() error

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

func (m *GetRoleResponse) ValidateAll() error

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

type GetRoleResponseMultiError

type GetRoleResponseMultiError []error

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

func (GetRoleResponseMultiError) AllErrors

func (m GetRoleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRoleResponseMultiError) Error

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

type GetRoleResponseValidationError

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

GetRoleResponseValidationError is the validation error returned by GetRoleResponse.Validate if the designated constraints aren't met.

func (GetRoleResponseValidationError) Cause

Cause function returns cause value.

func (GetRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (GetRoleResponseValidationError) ErrorName

func (e GetRoleResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetRoleResponseValidationError) Field

Field function returns field value.

func (GetRoleResponseValidationError) Key

Key function returns key value.

func (GetRoleResponseValidationError) Reason

Reason function returns reason value.

type GetRoleUsersRequest

type GetRoleUsersRequest struct {
	RoleId    string `protobuf:"bytes,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	UserId    string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,4,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoleUsersRequest) Descriptor deprecated

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

Deprecated: Use GetRoleUsersRequest.ProtoReflect.Descriptor instead.

func (*GetRoleUsersRequest) GetRequestId

func (x *GetRoleUsersRequest) GetRequestId() string

func (*GetRoleUsersRequest) GetRoleId

func (x *GetRoleUsersRequest) GetRoleId() string

func (*GetRoleUsersRequest) GetUserEmail

func (x *GetRoleUsersRequest) GetUserEmail() string

func (*GetRoleUsersRequest) GetUserId

func (x *GetRoleUsersRequest) GetUserId() string

func (*GetRoleUsersRequest) ProtoMessage

func (*GetRoleUsersRequest) ProtoMessage()

func (*GetRoleUsersRequest) ProtoReflect

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

func (*GetRoleUsersRequest) Reset

func (x *GetRoleUsersRequest) Reset()

func (*GetRoleUsersRequest) String

func (x *GetRoleUsersRequest) String() string

func (*GetRoleUsersRequest) Validate

func (m *GetRoleUsersRequest) Validate() error

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

func (m *GetRoleUsersRequest) ValidateAll() error

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

type GetRoleUsersRequestMultiError

type GetRoleUsersRequestMultiError []error

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

func (GetRoleUsersRequestMultiError) AllErrors

func (m GetRoleUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRoleUsersRequestMultiError) Error

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

type GetRoleUsersRequestValidationError

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

GetRoleUsersRequestValidationError is the validation error returned by GetRoleUsersRequest.Validate if the designated constraints aren't met.

func (GetRoleUsersRequestValidationError) Cause

Cause function returns cause value.

func (GetRoleUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (GetRoleUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (GetRoleUsersRequestValidationError) Field

Field function returns field value.

func (GetRoleUsersRequestValidationError) Key

Key function returns key value.

func (GetRoleUsersRequestValidationError) Reason

Reason function returns reason value.

type GetRoleUsersResponse

type GetRoleUsersResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRoleUsersResponse) Descriptor deprecated

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

Deprecated: Use GetRoleUsersResponse.ProtoReflect.Descriptor instead.

func (*GetRoleUsersResponse) GetUsers

func (x *GetRoleUsersResponse) GetUsers() []*User

func (*GetRoleUsersResponse) ProtoMessage

func (*GetRoleUsersResponse) ProtoMessage()

func (*GetRoleUsersResponse) ProtoReflect

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

func (*GetRoleUsersResponse) Reset

func (x *GetRoleUsersResponse) Reset()

func (*GetRoleUsersResponse) String

func (x *GetRoleUsersResponse) String() string

func (*GetRoleUsersResponse) Validate

func (m *GetRoleUsersResponse) Validate() error

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

func (m *GetRoleUsersResponse) ValidateAll() error

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

type GetRoleUsersResponseMultiError

type GetRoleUsersResponseMultiError []error

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

func (GetRoleUsersResponseMultiError) AllErrors

func (m GetRoleUsersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRoleUsersResponseMultiError) Error

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

type GetRoleUsersResponseValidationError

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

GetRoleUsersResponseValidationError is the validation error returned by GetRoleUsersResponse.Validate if the designated constraints aren't met.

func (GetRoleUsersResponseValidationError) Cause

Cause function returns cause value.

func (GetRoleUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (GetRoleUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (GetRoleUsersResponseValidationError) Field

Field function returns field value.

func (GetRoleUsersResponseValidationError) Key

Key function returns key value.

func (GetRoleUsersResponseValidationError) Reason

Reason function returns reason value.

type GetRolesRequest

type GetRolesRequest struct {
	GetRoles *v1.GetRoles `protobuf:"bytes,1,opt,name=get_roles,json=getRoles,proto3" json:"get_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRolesRequest) Descriptor deprecated

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

Deprecated: Use GetRolesRequest.ProtoReflect.Descriptor instead.

func (*GetRolesRequest) GetGetRoles

func (x *GetRolesRequest) GetGetRoles() *v1.GetRoles

func (*GetRolesRequest) ProtoMessage

func (*GetRolesRequest) ProtoMessage()

func (*GetRolesRequest) ProtoReflect

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

func (*GetRolesRequest) Reset

func (x *GetRolesRequest) Reset()

func (*GetRolesRequest) String

func (x *GetRolesRequest) String() string

func (*GetRolesRequest) Validate

func (m *GetRolesRequest) Validate() error

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

func (m *GetRolesRequest) ValidateAll() error

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

type GetRolesRequestMultiError

type GetRolesRequestMultiError []error

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

func (GetRolesRequestMultiError) AllErrors

func (m GetRolesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRolesRequestMultiError) Error

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

type GetRolesRequestValidationError

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

GetRolesRequestValidationError is the validation error returned by GetRolesRequest.Validate if the designated constraints aren't met.

func (GetRolesRequestValidationError) Cause

Cause function returns cause value.

func (GetRolesRequestValidationError) Error

Error satisfies the builtin error interface

func (GetRolesRequestValidationError) ErrorName

func (e GetRolesRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetRolesRequestValidationError) Field

Field function returns field value.

func (GetRolesRequestValidationError) Key

Key function returns key value.

func (GetRolesRequestValidationError) Reason

Reason function returns reason value.

type GetRolesResponse

type GetRolesResponse struct {
	Roles []*v1.Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRolesResponse) Descriptor deprecated

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

Deprecated: Use GetRolesResponse.ProtoReflect.Descriptor instead.

func (*GetRolesResponse) GetRoles

func (x *GetRolesResponse) GetRoles() []*v1.Role

func (*GetRolesResponse) ProtoMessage

func (*GetRolesResponse) ProtoMessage()

func (*GetRolesResponse) ProtoReflect

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

func (*GetRolesResponse) Reset

func (x *GetRolesResponse) Reset()

func (*GetRolesResponse) String

func (x *GetRolesResponse) String() string

func (*GetRolesResponse) Validate

func (m *GetRolesResponse) Validate() error

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

func (m *GetRolesResponse) ValidateAll() error

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

type GetRolesResponseMultiError

type GetRolesResponseMultiError []error

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

func (GetRolesResponseMultiError) AllErrors

func (m GetRolesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRolesResponseMultiError) Error

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

type GetRolesResponseValidationError

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

GetRolesResponseValidationError is the validation error returned by GetRolesResponse.Validate if the designated constraints aren't met.

func (GetRolesResponseValidationError) Cause

Cause function returns cause value.

func (GetRolesResponseValidationError) Error

Error satisfies the builtin error interface

func (GetRolesResponseValidationError) ErrorName

ErrorName returns error name.

func (GetRolesResponseValidationError) Field

Field function returns field value.

func (GetRolesResponseValidationError) Key

Key function returns key value.

func (GetRolesResponseValidationError) Reason

Reason function returns reason value.

type GetUserByEmailRequest

type GetUserByEmailRequest struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	UserEmail string `protobuf:"bytes,2,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserByEmailRequest) Descriptor deprecated

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

Deprecated: Use GetUserByEmailRequest.ProtoReflect.Descriptor instead.

func (*GetUserByEmailRequest) GetEmail

func (x *GetUserByEmailRequest) GetEmail() string

func (*GetUserByEmailRequest) GetRequestId

func (x *GetUserByEmailRequest) GetRequestId() string

func (*GetUserByEmailRequest) GetUserEmail

func (x *GetUserByEmailRequest) GetUserEmail() string

func (*GetUserByEmailRequest) ProtoMessage

func (*GetUserByEmailRequest) ProtoMessage()

func (*GetUserByEmailRequest) ProtoReflect

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

func (*GetUserByEmailRequest) Reset

func (x *GetUserByEmailRequest) Reset()

func (*GetUserByEmailRequest) String

func (x *GetUserByEmailRequest) String() string

func (*GetUserByEmailRequest) Validate

func (m *GetUserByEmailRequest) Validate() error

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

func (m *GetUserByEmailRequest) ValidateAll() error

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

type GetUserByEmailRequestMultiError

type GetUserByEmailRequestMultiError []error

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

func (GetUserByEmailRequestMultiError) AllErrors

func (m GetUserByEmailRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserByEmailRequestMultiError) Error

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

type GetUserByEmailRequestValidationError

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

GetUserByEmailRequestValidationError is the validation error returned by GetUserByEmailRequest.Validate if the designated constraints aren't met.

func (GetUserByEmailRequestValidationError) Cause

Cause function returns cause value.

func (GetUserByEmailRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserByEmailRequestValidationError) ErrorName

ErrorName returns error name.

func (GetUserByEmailRequestValidationError) Field

Field function returns field value.

func (GetUserByEmailRequestValidationError) Key

Key function returns key value.

func (GetUserByEmailRequestValidationError) Reason

Reason function returns reason value.

type GetUserByEmailResponse

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

func (*GetUserByEmailResponse) Descriptor deprecated

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

Deprecated: Use GetUserByEmailResponse.ProtoReflect.Descriptor instead.

func (*GetUserByEmailResponse) GetUser

func (x *GetUserByEmailResponse) GetUser() *User

func (*GetUserByEmailResponse) ProtoMessage

func (*GetUserByEmailResponse) ProtoMessage()

func (*GetUserByEmailResponse) ProtoReflect

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

func (*GetUserByEmailResponse) Reset

func (x *GetUserByEmailResponse) Reset()

func (*GetUserByEmailResponse) String

func (x *GetUserByEmailResponse) String() string

func (*GetUserByEmailResponse) Validate

func (m *GetUserByEmailResponse) Validate() error

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

func (m *GetUserByEmailResponse) ValidateAll() error

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

type GetUserByEmailResponseMultiError

type GetUserByEmailResponseMultiError []error

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

func (GetUserByEmailResponseMultiError) AllErrors

func (m GetUserByEmailResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserByEmailResponseMultiError) Error

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

type GetUserByEmailResponseValidationError

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

GetUserByEmailResponseValidationError is the validation error returned by GetUserByEmailResponse.Validate if the designated constraints aren't met.

func (GetUserByEmailResponseValidationError) Cause

Cause function returns cause value.

func (GetUserByEmailResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserByEmailResponseValidationError) ErrorName

ErrorName returns error name.

func (GetUserByEmailResponseValidationError) Field

Field function returns field value.

func (GetUserByEmailResponseValidationError) Key

Key function returns key value.

func (GetUserByEmailResponseValidationError) Reason

Reason function returns reason value.

type GetUserRequest

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

func (*GetUserRequest) Descriptor deprecated

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

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) GetGetRequest

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

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

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

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

func (*GetUserRequest) Validate

func (m *GetUserRequest) Validate() error

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

func (m *GetUserRequest) ValidateAll() error

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

type GetUserRequestMultiError

type GetUserRequestMultiError []error

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

func (GetUserRequestMultiError) AllErrors

func (m GetUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserRequestMultiError) Error

func (m GetUserRequestMultiError) Error() string

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

type GetUserRequestValidationError

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

GetUserRequestValidationError is the validation error returned by GetUserRequest.Validate if the designated constraints aren't met.

func (GetUserRequestValidationError) Cause

Cause function returns cause value.

func (GetUserRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserRequestValidationError) ErrorName

func (e GetUserRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserRequestValidationError) Field

Field function returns field value.

func (GetUserRequestValidationError) Key

Key function returns key value.

func (GetUserRequestValidationError) Reason

Reason function returns reason value.

type GetUserResponse

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

func (*GetUserResponse) Descriptor deprecated

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

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *User

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

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

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

func (*GetUserResponse) Validate

func (m *GetUserResponse) Validate() error

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

func (m *GetUserResponse) ValidateAll() error

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

type GetUserResponseMultiError

type GetUserResponseMultiError []error

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

func (GetUserResponseMultiError) AllErrors

func (m GetUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserResponseMultiError) Error

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

type GetUserResponseValidationError

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

GetUserResponseValidationError is the validation error returned by GetUserResponse.Validate if the designated constraints aren't met.

func (GetUserResponseValidationError) Cause

Cause function returns cause value.

func (GetUserResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserResponseValidationError) ErrorName

func (e GetUserResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserResponseValidationError) Field

Field function returns field value.

func (GetUserResponseValidationError) Key

Key function returns key value.

func (GetUserResponseValidationError) Reason

Reason function returns reason value.

type GetUsersRequest

type GetUsersRequest struct {
	UserEmail string `protobuf:"bytes,1,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,2,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUsersRequest) Descriptor deprecated

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

Deprecated: Use GetUsersRequest.ProtoReflect.Descriptor instead.

func (*GetUsersRequest) GetRequestId

func (x *GetUsersRequest) GetRequestId() string

func (*GetUsersRequest) GetUserEmail

func (x *GetUsersRequest) GetUserEmail() string

func (*GetUsersRequest) ProtoMessage

func (*GetUsersRequest) ProtoMessage()

func (*GetUsersRequest) ProtoReflect

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

func (*GetUsersRequest) Reset

func (x *GetUsersRequest) Reset()

func (*GetUsersRequest) String

func (x *GetUsersRequest) String() string

func (*GetUsersRequest) Validate

func (m *GetUsersRequest) Validate() error

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

func (m *GetUsersRequest) ValidateAll() error

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

type GetUsersRequestMultiError

type GetUsersRequestMultiError []error

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

func (GetUsersRequestMultiError) AllErrors

func (m GetUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUsersRequestMultiError) Error

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

type GetUsersRequestValidationError

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

GetUsersRequestValidationError is the validation error returned by GetUsersRequest.Validate if the designated constraints aren't met.

func (GetUsersRequestValidationError) Cause

Cause function returns cause value.

func (GetUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUsersRequestValidationError) ErrorName

func (e GetUsersRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetUsersRequestValidationError) Field

Field function returns field value.

func (GetUsersRequestValidationError) Key

Key function returns key value.

func (GetUsersRequestValidationError) Reason

Reason function returns reason value.

type GetUsersResponse

type GetUsersResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

GetUsersResponse - used for getting users list

func (*GetUsersResponse) Descriptor deprecated

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

Deprecated: Use GetUsersResponse.ProtoReflect.Descriptor instead.

func (*GetUsersResponse) GetUsers

func (x *GetUsersResponse) GetUsers() []*User

func (*GetUsersResponse) ProtoMessage

func (*GetUsersResponse) ProtoMessage()

func (*GetUsersResponse) ProtoReflect

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

func (*GetUsersResponse) Reset

func (x *GetUsersResponse) Reset()

func (*GetUsersResponse) String

func (x *GetUsersResponse) String() string

func (*GetUsersResponse) Validate

func (m *GetUsersResponse) Validate() error

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

func (m *GetUsersResponse) ValidateAll() error

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

type GetUsersResponseMultiError

type GetUsersResponseMultiError []error

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

func (GetUsersResponseMultiError) AllErrors

func (m GetUsersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUsersResponseMultiError) Error

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

type GetUsersResponseValidationError

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

GetUsersResponseValidationError is the validation error returned by GetUsersResponse.Validate if the designated constraints aren't met.

func (GetUsersResponseValidationError) Cause

Cause function returns cause value.

func (GetUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (GetUsersResponseValidationError) Field

Field function returns field value.

func (GetUsersResponseValidationError) Key

Key function returns key value.

func (GetUsersResponseValidationError) Reason

Reason function returns reason value.

type LoadLocationsRequest

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

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

Deprecated: Use LoadLocationsRequest.ProtoReflect.Descriptor instead.

func (*LoadLocationsRequest) GetLimit

func (x *LoadLocationsRequest) GetLimit() string

func (*LoadLocationsRequest) GetNextCursor

func (x *LoadLocationsRequest) GetNextCursor() string

func (*LoadLocationsRequest) GetRequestId

func (x *LoadLocationsRequest) GetRequestId() string

func (*LoadLocationsRequest) GetUserEmail

func (x *LoadLocationsRequest) GetUserEmail() string

func (*LoadLocationsRequest) ProtoMessage

func (*LoadLocationsRequest) ProtoMessage()

func (*LoadLocationsRequest) ProtoReflect

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

func (*LoadLocationsRequest) Reset

func (x *LoadLocationsRequest) Reset()

func (*LoadLocationsRequest) String

func (x *LoadLocationsRequest) String() string

func (*LoadLocationsRequest) Validate

func (m *LoadLocationsRequest) Validate() error

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

func (m *LoadLocationsRequest) ValidateAll() error

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

type LoadLocationsRequestMultiError

type LoadLocationsRequestMultiError []error

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

func (LoadLocationsRequestMultiError) AllErrors

func (m LoadLocationsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoadLocationsRequestMultiError) Error

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

type LoadLocationsRequestValidationError

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

LoadLocationsRequestValidationError is the validation error returned by LoadLocationsRequest.Validate if the designated constraints aren't met.

func (LoadLocationsRequestValidationError) Cause

Cause function returns cause value.

func (LoadLocationsRequestValidationError) Error

Error satisfies the builtin error interface

func (LoadLocationsRequestValidationError) ErrorName

ErrorName returns error name.

func (LoadLocationsRequestValidationError) Field

Field function returns field value.

func (LoadLocationsRequestValidationError) Key

Key function returns key value.

func (LoadLocationsRequestValidationError) Reason

Reason function returns reason value.

type LoadLocationsResponse

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

func (*LoadLocationsResponse) Descriptor deprecated

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

Deprecated: Use LoadLocationsResponse.ProtoReflect.Descriptor instead.

func (*LoadLocationsResponse) GetLocations

func (x *LoadLocationsResponse) GetLocations() []*Location

func (*LoadLocationsResponse) GetNextCursor

func (x *LoadLocationsResponse) GetNextCursor() string

func (*LoadLocationsResponse) ProtoMessage

func (*LoadLocationsResponse) ProtoMessage()

func (*LoadLocationsResponse) ProtoReflect

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

func (*LoadLocationsResponse) Reset

func (x *LoadLocationsResponse) Reset()

func (*LoadLocationsResponse) String

func (x *LoadLocationsResponse) String() string

func (*LoadLocationsResponse) Validate

func (m *LoadLocationsResponse) Validate() error

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

func (m *LoadLocationsResponse) ValidateAll() error

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

type LoadLocationsResponseMultiError

type LoadLocationsResponseMultiError []error

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

func (LoadLocationsResponseMultiError) AllErrors

func (m LoadLocationsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LoadLocationsResponseMultiError) Error

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

type LoadLocationsResponseValidationError

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

LoadLocationsResponseValidationError is the validation error returned by LoadLocationsResponse.Validate if the designated constraints aren't met.

func (LoadLocationsResponseValidationError) Cause

Cause function returns cause value.

func (LoadLocationsResponseValidationError) Error

Error satisfies the builtin error interface

func (LoadLocationsResponseValidationError) ErrorName

ErrorName returns error name.

func (LoadLocationsResponseValidationError) Field

Field function returns field value.

func (LoadLocationsResponseValidationError) Key

Key function returns key value.

func (LoadLocationsResponseValidationError) Reason

Reason function returns reason value.

type Location

type Location 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"`
	LocationName     string `protobuf:"bytes,4,opt,name=location_name,json=locationName,proto3" json:"location_name,omitempty"`
	Latitude         string `protobuf:"bytes,5,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude        string `protobuf:"bytes,6,opt,name=longitude,proto3" json:"longitude,omitempty"`
	FacilitySmdgCode string `protobuf:"bytes,7,opt,name=facility_smdg_code,json=facilitySmdgCode,proto3" json:"facility_smdg_code,omitempty"`
	UnLocationCode   string `protobuf:"bytes,8,opt,name=un_location_code,json=unLocationCode,proto3" json:"un_location_code,omitempty"`
	AddressId        uint32 `protobuf:"varint,9,opt,name=address_id,json=addressId,proto3" json:"address_id,omitempty"`
	FacilityId       uint32 `protobuf:"varint,10,opt,name=facility_id,json=facilityId,proto3" json:"facility_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Location) Descriptor deprecated

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

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetAddressId

func (x *Location) GetAddressId() uint32

func (*Location) GetFacilityId

func (x *Location) GetFacilityId() uint32

func (*Location) GetFacilitySmdgCode

func (x *Location) GetFacilitySmdgCode() string

func (*Location) GetId

func (x *Location) GetId() uint32

func (*Location) GetIdS

func (x *Location) GetIdS() string

func (*Location) GetLatitude

func (x *Location) GetLatitude() string

func (*Location) GetLocationName

func (x *Location) GetLocationName() string

func (*Location) GetLongitude

func (x *Location) GetLongitude() string

func (*Location) GetUnLocationCode

func (x *Location) GetUnLocationCode() string

func (*Location) GetUuid4

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

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

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

func (*Location) Reset

func (x *Location) Reset()

func (*Location) String

func (x *Location) String() string

func (*Location) Validate

func (m *Location) Validate() error

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

func (m *Location) ValidateAll() error

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

type LocationMultiError

type LocationMultiError []error

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

func (LocationMultiError) AllErrors

func (m LocationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LocationMultiError) Error

func (m LocationMultiError) Error() string

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

type LocationServiceClient

type LocationServiceClient interface {
	CreateLocation(ctx context.Context, in *CreateLocationRequest, opts ...grpc.CallOption) (*CreateLocationResponse, error)
	LoadLocations(ctx context.Context, in *LoadLocationsRequest, opts ...grpc.CallOption) (*LoadLocationsResponse, error)
	FetchLocationByID(ctx context.Context, in *FetchLocationByIDRequest, opts ...grpc.CallOption) (*FetchLocationByIDResponse, error)
}

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

type LocationServiceServer

type LocationServiceServer interface {
	CreateLocation(context.Context, *CreateLocationRequest) (*CreateLocationResponse, error)
	LoadLocations(context.Context, *LoadLocationsRequest) (*LoadLocationsResponse, error)
	FetchLocationByID(context.Context, *FetchLocationByIDRequest) (*FetchLocationByIDResponse, error)
	// contains filtered or unexported methods
}

LocationServiceServer is the server API for LocationService service. All implementations must embed UnimplementedLocationServiceServer for forward compatibility.

The LocationService service definition.

type LocationValidationError

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

LocationValidationError is the validation error returned by Location.Validate if the designated constraints aren't met.

func (LocationValidationError) Cause

func (e LocationValidationError) Cause() error

Cause function returns cause value.

func (LocationValidationError) Error

func (e LocationValidationError) Error() string

Error satisfies the builtin error interface

func (LocationValidationError) ErrorName

func (e LocationValidationError) ErrorName() string

ErrorName returns error name.

func (LocationValidationError) Field

func (e LocationValidationError) Field() string

Field function returns field value.

func (LocationValidationError) Key

func (e LocationValidationError) Key() bool

Key function returns key value.

func (LocationValidationError) Reason

func (e LocationValidationError) Reason() string

Reason function returns reason value.

type Parties

type Parties struct {
	Parties []*Party `protobuf:"bytes,1,rep,name=parties,proto3" json:"parties,omitempty"`
	// contains filtered or unexported fields
}

func (*Parties) Descriptor deprecated

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

Deprecated: Use Parties.ProtoReflect.Descriptor instead.

func (*Parties) GetParties

func (x *Parties) GetParties() []*Party

func (*Parties) ProtoMessage

func (*Parties) ProtoMessage()

func (*Parties) ProtoReflect

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

func (*Parties) Reset

func (x *Parties) Reset()

func (*Parties) String

func (x *Parties) String() string

func (*Parties) Validate

func (m *Parties) Validate() error

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

func (m *Parties) ValidateAll() error

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

type PartiesMultiError

type PartiesMultiError []error

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

func (PartiesMultiError) AllErrors

func (m PartiesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartiesMultiError) Error

func (m PartiesMultiError) Error() string

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

type PartiesValidationError

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

PartiesValidationError is the validation error returned by Parties.Validate if the designated constraints aren't met.

func (PartiesValidationError) Cause

func (e PartiesValidationError) Cause() error

Cause function returns cause value.

func (PartiesValidationError) Error

func (e PartiesValidationError) Error() string

Error satisfies the builtin error interface

func (PartiesValidationError) ErrorName

func (e PartiesValidationError) ErrorName() string

ErrorName returns error name.

func (PartiesValidationError) Field

func (e PartiesValidationError) Field() string

Field function returns field value.

func (PartiesValidationError) Key

func (e PartiesValidationError) Key() bool

Key function returns key value.

func (PartiesValidationError) Reason

func (e PartiesValidationError) Reason() string

Reason function returns reason value.

type Party

type Party struct {
	PartyD    *PartyD       `protobuf:"bytes,1,opt,name=party_d,json=partyD,proto3" json:"party_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 (*Party) Descriptor deprecated

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

Deprecated: Use Party.ProtoReflect.Descriptor instead.

func (*Party) GetCrUpdTime

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

func (*Party) GetCrUpdUser

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

func (*Party) GetPartyD

func (x *Party) GetPartyD() *PartyD

func (*Party) ProtoMessage

func (*Party) ProtoMessage()

func (*Party) ProtoReflect

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

func (*Party) Reset

func (x *Party) Reset()

func (*Party) String

func (x *Party) String() string

func (*Party) Validate

func (m *Party) Validate() error

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

func (m *Party) ValidateAll() error

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

type PartyContactDetail

type PartyContactDetail struct {
	PartyContactDetailD *PartyContactDetailD `protobuf:"bytes,1,opt,name=party_contact_detail_d,json=partyContactDetailD,proto3" json:"party_contact_detail_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 (*PartyContactDetail) Descriptor deprecated

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

Deprecated: Use PartyContactDetail.ProtoReflect.Descriptor instead.

func (*PartyContactDetail) GetCrUpdTime

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

func (*PartyContactDetail) GetCrUpdUser

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

func (*PartyContactDetail) GetPartyContactDetailD

func (x *PartyContactDetail) GetPartyContactDetailD() *PartyContactDetailD

func (*PartyContactDetail) ProtoMessage

func (*PartyContactDetail) ProtoMessage()

func (*PartyContactDetail) ProtoReflect

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

func (*PartyContactDetail) Reset

func (x *PartyContactDetail) Reset()

func (*PartyContactDetail) String

func (x *PartyContactDetail) String() string

func (*PartyContactDetail) Validate

func (m *PartyContactDetail) Validate() error

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

func (m *PartyContactDetail) ValidateAll() error

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

type PartyContactDetailD

type PartyContactDetailD 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"`
	PartyId uint32 `protobuf:"varint,4,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Name    string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Email   string `protobuf:"bytes,6,opt,name=email,proto3" json:"email,omitempty"`
	Phone   string `protobuf:"bytes,7,opt,name=phone,proto3" json:"phone,omitempty"`
	Url     string `protobuf:"bytes,8,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyContactDetailD) Descriptor deprecated

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

Deprecated: Use PartyContactDetailD.ProtoReflect.Descriptor instead.

func (*PartyContactDetailD) GetEmail

func (x *PartyContactDetailD) GetEmail() string

func (*PartyContactDetailD) GetId

func (x *PartyContactDetailD) GetId() uint32

func (*PartyContactDetailD) GetIdS

func (x *PartyContactDetailD) GetIdS() string

func (*PartyContactDetailD) GetName

func (x *PartyContactDetailD) GetName() string

func (*PartyContactDetailD) GetPartyId

func (x *PartyContactDetailD) GetPartyId() uint32

func (*PartyContactDetailD) GetPhone

func (x *PartyContactDetailD) GetPhone() string

func (*PartyContactDetailD) GetUrl

func (x *PartyContactDetailD) GetUrl() string

func (*PartyContactDetailD) GetUuid4

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

func (*PartyContactDetailD) ProtoMessage

func (*PartyContactDetailD) ProtoMessage()

func (*PartyContactDetailD) ProtoReflect

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

func (*PartyContactDetailD) Reset

func (x *PartyContactDetailD) Reset()

func (*PartyContactDetailD) String

func (x *PartyContactDetailD) String() string

func (*PartyContactDetailD) Validate

func (m *PartyContactDetailD) Validate() error

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

func (m *PartyContactDetailD) ValidateAll() error

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

type PartyContactDetailDMultiError

type PartyContactDetailDMultiError []error

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

func (PartyContactDetailDMultiError) AllErrors

func (m PartyContactDetailDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartyContactDetailDMultiError) Error

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

type PartyContactDetailDValidationError

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

PartyContactDetailDValidationError is the validation error returned by PartyContactDetailD.Validate if the designated constraints aren't met.

func (PartyContactDetailDValidationError) Cause

Cause function returns cause value.

func (PartyContactDetailDValidationError) Error

Error satisfies the builtin error interface

func (PartyContactDetailDValidationError) ErrorName

ErrorName returns error name.

func (PartyContactDetailDValidationError) Field

Field function returns field value.

func (PartyContactDetailDValidationError) Key

Key function returns key value.

func (PartyContactDetailDValidationError) Reason

Reason function returns reason value.

type PartyContactDetailMultiError

type PartyContactDetailMultiError []error

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

func (PartyContactDetailMultiError) AllErrors

func (m PartyContactDetailMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartyContactDetailMultiError) Error

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

type PartyContactDetailValidationError

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

PartyContactDetailValidationError is the validation error returned by PartyContactDetail.Validate if the designated constraints aren't met.

func (PartyContactDetailValidationError) Cause

Cause function returns cause value.

func (PartyContactDetailValidationError) Error

Error satisfies the builtin error interface

func (PartyContactDetailValidationError) ErrorName

ErrorName returns error name.

func (PartyContactDetailValidationError) Field

Field function returns field value.

func (PartyContactDetailValidationError) Key

Key function returns key value.

func (PartyContactDetailValidationError) Reason

Reason function returns reason value.

type PartyContactDetails

type PartyContactDetails struct {
	PartyContactDetails []*PartyContactDetail `protobuf:"bytes,1,rep,name=party_contact_details,json=partyContactDetails,proto3" json:"party_contact_details,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyContactDetails) Descriptor deprecated

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

Deprecated: Use PartyContactDetails.ProtoReflect.Descriptor instead.

func (*PartyContactDetails) GetPartyContactDetails

func (x *PartyContactDetails) GetPartyContactDetails() []*PartyContactDetail

func (*PartyContactDetails) ProtoMessage

func (*PartyContactDetails) ProtoMessage()

func (*PartyContactDetails) ProtoReflect

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

func (*PartyContactDetails) Reset

func (x *PartyContactDetails) Reset()

func (*PartyContactDetails) String

func (x *PartyContactDetails) String() string

func (*PartyContactDetails) Validate

func (m *PartyContactDetails) Validate() error

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

func (m *PartyContactDetails) ValidateAll() error

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

type PartyContactDetailsMultiError

type PartyContactDetailsMultiError []error

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

func (PartyContactDetailsMultiError) AllErrors

func (m PartyContactDetailsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartyContactDetailsMultiError) Error

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

type PartyContactDetailsValidationError

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

PartyContactDetailsValidationError is the validation error returned by PartyContactDetails.Validate if the designated constraints aren't met.

func (PartyContactDetailsValidationError) Cause

Cause function returns cause value.

func (PartyContactDetailsValidationError) Error

Error satisfies the builtin error interface

func (PartyContactDetailsValidationError) ErrorName

ErrorName returns error name.

func (PartyContactDetailsValidationError) Field

Field function returns field value.

func (PartyContactDetailsValidationError) Key

Key function returns key value.

func (PartyContactDetailsValidationError) Reason

Reason function returns reason value.

type PartyD

type PartyD 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"`
	PartyName     string `protobuf:"bytes,4,opt,name=party_name,json=partyName,proto3" json:"party_name,omitempty"`
	TaxReference1 string `protobuf:"bytes,5,opt,name=tax_reference1,json=taxReference1,proto3" json:"tax_reference1,omitempty"`
	TaxReference2 string `protobuf:"bytes,6,opt,name=tax_reference2,json=taxReference2,proto3" json:"tax_reference2,omitempty"`
	PublicKey     string `protobuf:"bytes,7,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	AddressId     uint32 `protobuf:"varint,8,opt,name=address_id,json=addressId,proto3" json:"address_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyD) Descriptor deprecated

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

Deprecated: Use PartyD.ProtoReflect.Descriptor instead.

func (*PartyD) GetAddressId

func (x *PartyD) GetAddressId() uint32

func (*PartyD) GetId

func (x *PartyD) GetId() uint32

func (*PartyD) GetIdS

func (x *PartyD) GetIdS() string

func (*PartyD) GetPartyName

func (x *PartyD) GetPartyName() string

func (*PartyD) GetPublicKey

func (x *PartyD) GetPublicKey() string

func (*PartyD) GetTaxReference1

func (x *PartyD) GetTaxReference1() string

func (*PartyD) GetTaxReference2

func (x *PartyD) GetTaxReference2() string

func (*PartyD) GetUuid4

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

func (*PartyD) ProtoMessage

func (*PartyD) ProtoMessage()

func (*PartyD) ProtoReflect

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

func (*PartyD) Reset

func (x *PartyD) Reset()

func (*PartyD) String

func (x *PartyD) String() string

func (*PartyD) Validate

func (m *PartyD) Validate() error

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

func (m *PartyD) ValidateAll() error

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

type PartyDMultiError

type PartyDMultiError []error

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

func (PartyDMultiError) AllErrors

func (m PartyDMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartyDMultiError) Error

func (m PartyDMultiError) Error() string

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

type PartyDValidationError

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

PartyDValidationError is the validation error returned by PartyD.Validate if the designated constraints aren't met.

func (PartyDValidationError) Cause

func (e PartyDValidationError) Cause() error

Cause function returns cause value.

func (PartyDValidationError) Error

func (e PartyDValidationError) Error() string

Error satisfies the builtin error interface

func (PartyDValidationError) ErrorName

func (e PartyDValidationError) ErrorName() string

ErrorName returns error name.

func (PartyDValidationError) Field

func (e PartyDValidationError) Field() string

Field function returns field value.

func (PartyDValidationError) Key

func (e PartyDValidationError) Key() bool

Key function returns key value.

func (PartyDValidationError) Reason

func (e PartyDValidationError) Reason() string

Reason function returns reason value.

type PartyFunction

type PartyFunction struct {
	PartyFunctionCode        string `protobuf:"bytes,1,opt,name=party_function_code,json=partyFunctionCode,proto3" json:"party_function_code,omitempty"`
	PartyFunctionName        string `protobuf:"bytes,2,opt,name=party_function_name,json=partyFunctionName,proto3" json:"party_function_name,omitempty"`
	PartyFunctionDescription string `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PartyFunction) Descriptor deprecated

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

Deprecated: Use PartyFunction.ProtoReflect.Descriptor instead.

func (*PartyFunction) GetPartyFunctionCode

func (x *PartyFunction) GetPartyFunctionCode() string

func (*PartyFunction) GetPartyFunctionDescription

func (x *PartyFunction) GetPartyFunctionDescription() string

func (*PartyFunction) GetPartyFunctionName

func (x *PartyFunction) GetPartyFunctionName() string

func (*PartyFunction) ProtoMessage

func (*PartyFunction) ProtoMessage()

func (*PartyFunction) ProtoReflect

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

func (*PartyFunction) Reset

func (x *PartyFunction) Reset()

func (*PartyFunction) String

func (x *PartyFunction) String() string

func (*PartyFunction) Validate

func (m *PartyFunction) Validate() error

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

func (m *PartyFunction) ValidateAll() error

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

type PartyFunctionMultiError

type PartyFunctionMultiError []error

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

func (PartyFunctionMultiError) AllErrors

func (m PartyFunctionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartyFunctionMultiError) Error

func (m PartyFunctionMultiError) Error() string

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

type PartyFunctionValidationError

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

PartyFunctionValidationError is the validation error returned by PartyFunction.Validate if the designated constraints aren't met.

func (PartyFunctionValidationError) Cause

Cause function returns cause value.

func (PartyFunctionValidationError) Error

Error satisfies the builtin error interface

func (PartyFunctionValidationError) ErrorName

func (e PartyFunctionValidationError) ErrorName() string

ErrorName returns error name.

func (PartyFunctionValidationError) Field

Field function returns field value.

func (PartyFunctionValidationError) Key

Key function returns key value.

func (PartyFunctionValidationError) Reason

Reason function returns reason value.

type PartyIdentifyingCode

type PartyIdentifyingCode struct {
	DcsaResponsibleAgencyCode string `` /* 140-byte string literal not displayed */
	PartyId                   uint32 `protobuf:"varint,2,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	CodeListName              string `protobuf:"bytes,3,opt,name=code_list_name,json=codeListName,proto3" json:"code_list_name,omitempty"`
	PartyCode                 string `protobuf:"bytes,4,opt,name=party_code,json=partyCode,proto3" json:"party_code,omitempty"`
	// contains filtered or unexported fields
}

func (*PartyIdentifyingCode) Descriptor deprecated

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

Deprecated: Use PartyIdentifyingCode.ProtoReflect.Descriptor instead.

func (*PartyIdentifyingCode) GetCodeListName

func (x *PartyIdentifyingCode) GetCodeListName() string

func (*PartyIdentifyingCode) GetDcsaResponsibleAgencyCode

func (x *PartyIdentifyingCode) GetDcsaResponsibleAgencyCode() string

func (*PartyIdentifyingCode) GetPartyCode

func (x *PartyIdentifyingCode) GetPartyCode() string

func (*PartyIdentifyingCode) GetPartyId

func (x *PartyIdentifyingCode) GetPartyId() uint32

func (*PartyIdentifyingCode) ProtoMessage

func (*PartyIdentifyingCode) ProtoMessage()

func (*PartyIdentifyingCode) ProtoReflect

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

func (*PartyIdentifyingCode) Reset

func (x *PartyIdentifyingCode) Reset()

func (*PartyIdentifyingCode) String

func (x *PartyIdentifyingCode) String() string

func (*PartyIdentifyingCode) Validate

func (m *PartyIdentifyingCode) Validate() error

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

func (m *PartyIdentifyingCode) ValidateAll() error

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

type PartyIdentifyingCodeMultiError

type PartyIdentifyingCodeMultiError []error

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

func (PartyIdentifyingCodeMultiError) AllErrors

func (m PartyIdentifyingCodeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartyIdentifyingCodeMultiError) Error

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

type PartyIdentifyingCodeValidationError

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

PartyIdentifyingCodeValidationError is the validation error returned by PartyIdentifyingCode.Validate if the designated constraints aren't met.

func (PartyIdentifyingCodeValidationError) Cause

Cause function returns cause value.

func (PartyIdentifyingCodeValidationError) Error

Error satisfies the builtin error interface

func (PartyIdentifyingCodeValidationError) ErrorName

ErrorName returns error name.

func (PartyIdentifyingCodeValidationError) Field

Field function returns field value.

func (PartyIdentifyingCodeValidationError) Key

Key function returns key value.

func (PartyIdentifyingCodeValidationError) Reason

Reason function returns reason value.

type PartyMultiError

type PartyMultiError []error

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

func (PartyMultiError) AllErrors

func (m PartyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PartyMultiError) Error

func (m PartyMultiError) Error() string

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

type PartyServiceClient

type PartyServiceClient interface {
	CreateParty(ctx context.Context, in *CreatePartyRequest, opts ...grpc.CallOption) (*CreatePartyResponse, error)
	GetParties(ctx context.Context, in *GetPartiesRequest, opts ...grpc.CallOption) (*GetPartiesResponse, error)
	GetParty(ctx context.Context, in *GetPartyRequest, opts ...grpc.CallOption) (*GetPartyResponse, error)
	GetPartyByPk(ctx context.Context, in *GetPartyByPkRequest, opts ...grpc.CallOption) (*GetPartyByPkResponse, error)
	UpdateParty(ctx context.Context, in *UpdatePartyRequest, opts ...grpc.CallOption) (*UpdatePartyResponse, error)
	DeleteParty(ctx context.Context, in *DeletePartyRequest, opts ...grpc.CallOption) (*DeletePartyResponse, error)
	CreatePartyContactDetail(ctx context.Context, in *CreatePartyContactDetailRequest, opts ...grpc.CallOption) (*CreatePartyContactDetailResponse, error)
	GetPartyContactDetail(ctx context.Context, in *GetPartyContactDetailRequest, opts ...grpc.CallOption) (*GetPartyContactDetailResponse, error)
	UpdatePartyContactDetail(ctx context.Context, in *UpdatePartyContactDetailRequest, opts ...grpc.CallOption) (*UpdatePartyContactDetailResponse, error)
	DeletePartyContactDetail(ctx context.Context, in *DeletePartyContactDetailRequest, opts ...grpc.CallOption) (*DeletePartyContactDetailResponse, error)
	CreateDisplayedAddress(ctx context.Context, in *CreateDisplayedAddressRequest, opts ...grpc.CallOption) (*CreateDisplayedAddressResponse, error)
	CreateFacility(ctx context.Context, in *CreateFacilityRequest, opts ...grpc.CallOption) (*CreateFacilityResponse, error)
	CreatePartyFunction(ctx context.Context, in *CreatePartyFunctionRequest, opts ...grpc.CallOption) (*CreatePartyFunctionResponse, error)
	CreatePartyIdentifyingCode(ctx context.Context, in *CreatePartyIdentifyingCodeRequest, opts ...grpc.CallOption) (*CreatePartyIdentifyingCodeResponse, error)
}

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

type PartyServiceServer

PartyServiceServer is the server API for PartyService service. All implementations must embed UnimplementedPartyServiceServer for forward compatibility.

The PartyService service definition.

type PartyValidationError

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

PartyValidationError is the validation error returned by Party.Validate if the designated constraints aren't met.

func (PartyValidationError) Cause

func (e PartyValidationError) Cause() error

Cause function returns cause value.

func (PartyValidationError) Error

func (e PartyValidationError) Error() string

Error satisfies the builtin error interface

func (PartyValidationError) ErrorName

func (e PartyValidationError) ErrorName() string

ErrorName returns error name.

func (PartyValidationError) Field

func (e PartyValidationError) Field() string

Field function returns field value.

func (PartyValidationError) Key

func (e PartyValidationError) Key() bool

Key function returns key value.

func (PartyValidationError) Reason

func (e PartyValidationError) Reason() string

Reason function returns reason value.

type RefreshTokenRequest

type RefreshTokenRequest struct {
	RefreshToken string `protobuf:"bytes,1,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	UserEmail    string `protobuf:"bytes,2,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId    string `protobuf:"bytes,3,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

RefreshTokenRequest - refresh token

func (*RefreshTokenRequest) Descriptor deprecated

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

Deprecated: Use RefreshTokenRequest.ProtoReflect.Descriptor instead.

func (*RefreshTokenRequest) GetRefreshToken

func (x *RefreshTokenRequest) GetRefreshToken() string

func (*RefreshTokenRequest) GetRequestId

func (x *RefreshTokenRequest) GetRequestId() string

func (*RefreshTokenRequest) GetUserEmail

func (x *RefreshTokenRequest) GetUserEmail() string

func (*RefreshTokenRequest) ProtoMessage

func (*RefreshTokenRequest) ProtoMessage()

func (*RefreshTokenRequest) ProtoReflect

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

func (*RefreshTokenRequest) Reset

func (x *RefreshTokenRequest) Reset()

func (*RefreshTokenRequest) String

func (x *RefreshTokenRequest) String() string

func (*RefreshTokenRequest) Validate

func (m *RefreshTokenRequest) Validate() error

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

func (m *RefreshTokenRequest) ValidateAll() error

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

type RefreshTokenRequestMultiError

type RefreshTokenRequestMultiError []error

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

func (RefreshTokenRequestMultiError) AllErrors

func (m RefreshTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTokenRequestMultiError) Error

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

type RefreshTokenRequestValidationError

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

RefreshTokenRequestValidationError is the validation error returned by RefreshTokenRequest.Validate if the designated constraints aren't met.

func (RefreshTokenRequestValidationError) Cause

Cause function returns cause value.

func (RefreshTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (RefreshTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (RefreshTokenRequestValidationError) Field

Field function returns field value.

func (RefreshTokenRequestValidationError) Key

Key function returns key value.

func (RefreshTokenRequestValidationError) Reason

Reason function returns reason value.

type RefreshTokenResponse

type RefreshTokenResponse struct {
	Id           uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Email        string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Password     []byte `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	AccessToken  string `protobuf:"bytes,4,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	RefreshToken string `protobuf:"bytes,5,opt,name=refresh_token,json=refreshToken,proto3" json:"refresh_token,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTokenResponse) Descriptor deprecated

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

Deprecated: Use RefreshTokenResponse.ProtoReflect.Descriptor instead.

func (*RefreshTokenResponse) GetAccessToken

func (x *RefreshTokenResponse) GetAccessToken() string

func (*RefreshTokenResponse) GetEmail

func (x *RefreshTokenResponse) GetEmail() string

func (*RefreshTokenResponse) GetId

func (x *RefreshTokenResponse) GetId() uint32

func (*RefreshTokenResponse) GetPassword

func (x *RefreshTokenResponse) GetPassword() []byte

func (*RefreshTokenResponse) GetRefreshToken

func (x *RefreshTokenResponse) GetRefreshToken() string

func (*RefreshTokenResponse) ProtoMessage

func (*RefreshTokenResponse) ProtoMessage()

func (*RefreshTokenResponse) ProtoReflect

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

func (*RefreshTokenResponse) Reset

func (x *RefreshTokenResponse) Reset()

func (*RefreshTokenResponse) String

func (x *RefreshTokenResponse) String() string

func (*RefreshTokenResponse) Validate

func (m *RefreshTokenResponse) Validate() error

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

func (m *RefreshTokenResponse) ValidateAll() error

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

type RefreshTokenResponseMultiError

type RefreshTokenResponseMultiError []error

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

func (RefreshTokenResponseMultiError) AllErrors

func (m RefreshTokenResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTokenResponseMultiError) Error

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

type RefreshTokenResponseValidationError

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

RefreshTokenResponseValidationError is the validation error returned by RefreshTokenResponse.Validate if the designated constraints aren't met.

func (RefreshTokenResponseValidationError) Cause

Cause function returns cause value.

func (RefreshTokenResponseValidationError) Error

Error satisfies the builtin error interface

func (RefreshTokenResponseValidationError) ErrorName

ErrorName returns error name.

func (RefreshTokenResponseValidationError) Field

Field function returns field value.

func (RefreshTokenResponseValidationError) Key

Key function returns key value.

func (RefreshTokenResponseValidationError) Reason

Reason function returns reason value.

type RemoveRolePermissionRequest

type RemoveRolePermissionRequest struct {
	RemoveRolePermission *v1.RemoveRolePermission `protobuf:"bytes,1,opt,name=remove_role_permission,json=removeRolePermission,proto3" json:"remove_role_permission,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveRolePermissionRequest) Descriptor deprecated

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

Deprecated: Use RemoveRolePermissionRequest.ProtoReflect.Descriptor instead.

func (*RemoveRolePermissionRequest) GetRemoveRolePermission

func (x *RemoveRolePermissionRequest) GetRemoveRolePermission() *v1.RemoveRolePermission

func (*RemoveRolePermissionRequest) ProtoMessage

func (*RemoveRolePermissionRequest) ProtoMessage()

func (*RemoveRolePermissionRequest) ProtoReflect

func (*RemoveRolePermissionRequest) Reset

func (x *RemoveRolePermissionRequest) Reset()

func (*RemoveRolePermissionRequest) String

func (x *RemoveRolePermissionRequest) String() string

func (*RemoveRolePermissionRequest) Validate

func (m *RemoveRolePermissionRequest) Validate() error

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

func (m *RemoveRolePermissionRequest) ValidateAll() error

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

type RemoveRolePermissionRequestMultiError

type RemoveRolePermissionRequestMultiError []error

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

func (RemoveRolePermissionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveRolePermissionRequestMultiError) Error

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

type RemoveRolePermissionRequestValidationError

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

RemoveRolePermissionRequestValidationError is the validation error returned by RemoveRolePermissionRequest.Validate if the designated constraints aren't met.

func (RemoveRolePermissionRequestValidationError) Cause

Cause function returns cause value.

func (RemoveRolePermissionRequestValidationError) Error

Error satisfies the builtin error interface

func (RemoveRolePermissionRequestValidationError) ErrorName

ErrorName returns error name.

func (RemoveRolePermissionRequestValidationError) Field

Field function returns field value.

func (RemoveRolePermissionRequestValidationError) Key

Key function returns key value.

func (RemoveRolePermissionRequestValidationError) Reason

Reason function returns reason value.

type RemoveRolePermissionResponse

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

func (*RemoveRolePermissionResponse) Descriptor deprecated

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

Deprecated: Use RemoveRolePermissionResponse.ProtoReflect.Descriptor instead.

func (*RemoveRolePermissionResponse) ProtoMessage

func (*RemoveRolePermissionResponse) ProtoMessage()

func (*RemoveRolePermissionResponse) ProtoReflect

func (*RemoveRolePermissionResponse) Reset

func (x *RemoveRolePermissionResponse) Reset()

func (*RemoveRolePermissionResponse) String

func (*RemoveRolePermissionResponse) Validate

func (m *RemoveRolePermissionResponse) Validate() error

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

func (m *RemoveRolePermissionResponse) ValidateAll() error

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

type RemoveRolePermissionResponseMultiError

type RemoveRolePermissionResponseMultiError []error

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

func (RemoveRolePermissionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveRolePermissionResponseMultiError) Error

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

type RemoveRolePermissionResponseValidationError

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

RemoveRolePermissionResponseValidationError is the validation error returned by RemoveRolePermissionResponse.Validate if the designated constraints aren't met.

func (RemoveRolePermissionResponseValidationError) Cause

Cause function returns cause value.

func (RemoveRolePermissionResponseValidationError) Error

Error satisfies the builtin error interface

func (RemoveRolePermissionResponseValidationError) ErrorName

ErrorName returns error name.

func (RemoveRolePermissionResponseValidationError) Field

Field function returns field value.

func (RemoveRolePermissionResponseValidationError) Key

Key function returns key value.

func (RemoveRolePermissionResponseValidationError) Reason

Reason function returns reason value.

type ResolveDocumentPartiesForShippingInstructionIDRequest

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

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) Descriptor deprecated

Deprecated: Use ResolveDocumentPartiesForShippingInstructionIDRequest.ProtoReflect.Descriptor instead.

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) GetDocumentPartyId

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) GetRequestId

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) GetShippingInstructionId

func (x *ResolveDocumentPartiesForShippingInstructionIDRequest) GetShippingInstructionId() uint32

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) GetUserEmail

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) GetUserId

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) ProtoMessage

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) ProtoReflect

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) Reset

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) String

func (*ResolveDocumentPartiesForShippingInstructionIDRequest) Validate

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

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

type ResolveDocumentPartiesForShippingInstructionIDRequestMultiError

type ResolveDocumentPartiesForShippingInstructionIDRequestMultiError []error

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

func (ResolveDocumentPartiesForShippingInstructionIDRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResolveDocumentPartiesForShippingInstructionIDRequestMultiError) Error

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

type ResolveDocumentPartiesForShippingInstructionIDRequestValidationError

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

ResolveDocumentPartiesForShippingInstructionIDRequestValidationError is the validation error returned by ResolveDocumentPartiesForShippingInstructionIDRequest.Validate if the designated constraints aren't met.

func (ResolveDocumentPartiesForShippingInstructionIDRequestValidationError) Cause

Cause function returns cause value.

func (ResolveDocumentPartiesForShippingInstructionIDRequestValidationError) Error

Error satisfies the builtin error interface

func (ResolveDocumentPartiesForShippingInstructionIDRequestValidationError) ErrorName

ErrorName returns error name.

func (ResolveDocumentPartiesForShippingInstructionIDRequestValidationError) Field

Field function returns field value.

func (ResolveDocumentPartiesForShippingInstructionIDRequestValidationError) Key

Key function returns key value.

func (ResolveDocumentPartiesForShippingInstructionIDRequestValidationError) Reason

Reason function returns reason value.

type ResolveDocumentPartiesForShippingInstructionIDResponse

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

func (*ResolveDocumentPartiesForShippingInstructionIDResponse) Descriptor deprecated

Deprecated: Use ResolveDocumentPartiesForShippingInstructionIDResponse.ProtoReflect.Descriptor instead.

func (*ResolveDocumentPartiesForShippingInstructionIDResponse) ProtoMessage

func (*ResolveDocumentPartiesForShippingInstructionIDResponse) ProtoReflect

func (*ResolveDocumentPartiesForShippingInstructionIDResponse) Reset

func (*ResolveDocumentPartiesForShippingInstructionIDResponse) String

func (*ResolveDocumentPartiesForShippingInstructionIDResponse) Validate

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

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

type ResolveDocumentPartiesForShippingInstructionIDResponseMultiError

type ResolveDocumentPartiesForShippingInstructionIDResponseMultiError []error

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

func (ResolveDocumentPartiesForShippingInstructionIDResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ResolveDocumentPartiesForShippingInstructionIDResponseMultiError) Error

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

type ResolveDocumentPartiesForShippingInstructionIDResponseValidationError

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

ResolveDocumentPartiesForShippingInstructionIDResponseValidationError is the validation error returned by ResolveDocumentPartiesForShippingInstructionIDResponse.Validate if the designated constraints aren't met.

func (ResolveDocumentPartiesForShippingInstructionIDResponseValidationError) Cause

Cause function returns cause value.

func (ResolveDocumentPartiesForShippingInstructionIDResponseValidationError) Error

Error satisfies the builtin error interface

func (ResolveDocumentPartiesForShippingInstructionIDResponseValidationError) ErrorName

ErrorName returns error name.

func (ResolveDocumentPartiesForShippingInstructionIDResponseValidationError) Field

Field function returns field value.

func (ResolveDocumentPartiesForShippingInstructionIDResponseValidationError) Key

Key function returns key value.

func (ResolveDocumentPartiesForShippingInstructionIDResponseValidationError) Reason

Reason function returns reason value.

type UnimplementedDocumentPartyServiceServer

type UnimplementedDocumentPartyServiceServer struct{}

UnimplementedDocumentPartyServiceServer 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 (UnimplementedDocumentPartyServiceServer) CreateDocumentParty

type UnimplementedLocationServiceServer

type UnimplementedLocationServiceServer struct{}

UnimplementedLocationServiceServer 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 (UnimplementedLocationServiceServer) CreateLocation

func (UnimplementedLocationServiceServer) FetchLocationByID

func (UnimplementedLocationServiceServer) LoadLocations

type UnimplementedPartyServiceServer

type UnimplementedPartyServiceServer struct{}

UnimplementedPartyServiceServer 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 (UnimplementedPartyServiceServer) CreateFacility

func (UnimplementedPartyServiceServer) CreateParty

func (UnimplementedPartyServiceServer) DeleteParty

func (UnimplementedPartyServiceServer) GetParties

func (UnimplementedPartyServiceServer) GetParty

func (UnimplementedPartyServiceServer) GetPartyByPk

func (UnimplementedPartyServiceServer) UpdateParty

type UnimplementedUserServiceServer

type UnimplementedUserServiceServer struct{}

UnimplementedUserServiceServer 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 (UnimplementedUserServiceServer) AddAPIPermission

func (UnimplementedUserServiceServer) AssignRolesToUsers

func (UnimplementedUserServiceServer) ChangePassword

func (UnimplementedUserServiceServer) CreateRole

func (UnimplementedUserServiceServer) DeleteRole

func (UnimplementedUserServiceServer) DeleteUser

func (UnimplementedUserServiceServer) GetAuthUserDetails

func (UnimplementedUserServiceServer) GetRole

func (UnimplementedUserServiceServer) GetRolePermissions

func (UnimplementedUserServiceServer) GetRoleUsers

func (UnimplementedUserServiceServer) GetRoles

func (UnimplementedUserServiceServer) GetUser

func (UnimplementedUserServiceServer) GetUserByEmail

func (UnimplementedUserServiceServer) GetUsers

func (UnimplementedUserServiceServer) RefreshToken

func (UnimplementedUserServiceServer) UpdateRole

func (UnimplementedUserServiceServer) UpdateUser

func (UnimplementedUserServiceServer) ViewUserRoles

type UnsafeDocumentPartyServiceServer

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

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

type UnsafeLocationServiceServer

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

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

type UnsafePartyServiceServer

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

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

type UnsafeUserServiceServer

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

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

type UpdatePartyContactDetailRequest

type UpdatePartyContactDetailRequest struct {
	PartyId              uint32 `protobuf:"varint,1,opt,name=party_id,json=partyId,proto3" json:"party_id,omitempty"`
	Name                 string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Email                string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"`
	Phone                string `protobuf:"bytes,4,opt,name=phone,proto3" json:"phone,omitempty"`
	Url                  string `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	PartyContactDetailId string `protobuf:"bytes,6,opt,name=party_contact_detail_id,json=partyContactDetailId,proto3" json:"party_contact_detail_id,omitempty"`
	UserEmail            string `protobuf:"bytes,7,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId            string `protobuf:"bytes,8,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePartyContactDetailRequest) Descriptor deprecated

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

Deprecated: Use UpdatePartyContactDetailRequest.ProtoReflect.Descriptor instead.

func (*UpdatePartyContactDetailRequest) GetEmail

func (*UpdatePartyContactDetailRequest) GetName

func (*UpdatePartyContactDetailRequest) GetPartyContactDetailId

func (x *UpdatePartyContactDetailRequest) GetPartyContactDetailId() string

func (*UpdatePartyContactDetailRequest) GetPartyId

func (x *UpdatePartyContactDetailRequest) GetPartyId() uint32

func (*UpdatePartyContactDetailRequest) GetPhone

func (*UpdatePartyContactDetailRequest) GetRequestId

func (x *UpdatePartyContactDetailRequest) GetRequestId() string

func (*UpdatePartyContactDetailRequest) GetUrl

func (*UpdatePartyContactDetailRequest) GetUserEmail

func (x *UpdatePartyContactDetailRequest) GetUserEmail() string

func (*UpdatePartyContactDetailRequest) ProtoMessage

func (*UpdatePartyContactDetailRequest) ProtoMessage()

func (*UpdatePartyContactDetailRequest) ProtoReflect

func (*UpdatePartyContactDetailRequest) Reset

func (*UpdatePartyContactDetailRequest) String

func (*UpdatePartyContactDetailRequest) Validate

func (m *UpdatePartyContactDetailRequest) Validate() error

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

func (m *UpdatePartyContactDetailRequest) ValidateAll() error

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

type UpdatePartyContactDetailRequestMultiError

type UpdatePartyContactDetailRequestMultiError []error

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

func (UpdatePartyContactDetailRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdatePartyContactDetailRequestMultiError) Error

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

type UpdatePartyContactDetailRequestValidationError

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

UpdatePartyContactDetailRequestValidationError is the validation error returned by UpdatePartyContactDetailRequest.Validate if the designated constraints aren't met.

func (UpdatePartyContactDetailRequestValidationError) Cause

Cause function returns cause value.

func (UpdatePartyContactDetailRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdatePartyContactDetailRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdatePartyContactDetailRequestValidationError) Field

Field function returns field value.

func (UpdatePartyContactDetailRequestValidationError) Key

Key function returns key value.

func (UpdatePartyContactDetailRequestValidationError) Reason

Reason function returns reason value.

type UpdatePartyContactDetailResponse

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

func (*UpdatePartyContactDetailResponse) Descriptor deprecated

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

Deprecated: Use UpdatePartyContactDetailResponse.ProtoReflect.Descriptor instead.

func (*UpdatePartyContactDetailResponse) ProtoMessage

func (*UpdatePartyContactDetailResponse) ProtoMessage()

func (*UpdatePartyContactDetailResponse) ProtoReflect

func (*UpdatePartyContactDetailResponse) Reset

func (*UpdatePartyContactDetailResponse) String

func (*UpdatePartyContactDetailResponse) Validate

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

func (m *UpdatePartyContactDetailResponse) ValidateAll() error

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

type UpdatePartyContactDetailResponseMultiError

type UpdatePartyContactDetailResponseMultiError []error

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

func (UpdatePartyContactDetailResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdatePartyContactDetailResponseMultiError) Error

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

type UpdatePartyContactDetailResponseValidationError

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

UpdatePartyContactDetailResponseValidationError is the validation error returned by UpdatePartyContactDetailResponse.Validate if the designated constraints aren't met.

func (UpdatePartyContactDetailResponseValidationError) Cause

Cause function returns cause value.

func (UpdatePartyContactDetailResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdatePartyContactDetailResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdatePartyContactDetailResponseValidationError) Field

Field function returns field value.

func (UpdatePartyContactDetailResponseValidationError) Key

Key function returns key value.

func (UpdatePartyContactDetailResponseValidationError) Reason

Reason function returns reason value.

type UpdatePartyRequest

type UpdatePartyRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	PartyName string `protobuf:"bytes,2,opt,name=party_name,json=partyName,proto3" json:"party_name,omitempty"`
	UserId    string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail string `protobuf:"bytes,4,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,5,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePartyRequest) Descriptor deprecated

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

Deprecated: Use UpdatePartyRequest.ProtoReflect.Descriptor instead.

func (*UpdatePartyRequest) GetId

func (x *UpdatePartyRequest) GetId() string

func (*UpdatePartyRequest) GetPartyName

func (x *UpdatePartyRequest) GetPartyName() string

func (*UpdatePartyRequest) GetRequestId

func (x *UpdatePartyRequest) GetRequestId() string

func (*UpdatePartyRequest) GetUserEmail

func (x *UpdatePartyRequest) GetUserEmail() string

func (*UpdatePartyRequest) GetUserId

func (x *UpdatePartyRequest) GetUserId() string

func (*UpdatePartyRequest) ProtoMessage

func (*UpdatePartyRequest) ProtoMessage()

func (*UpdatePartyRequest) ProtoReflect

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

func (*UpdatePartyRequest) Reset

func (x *UpdatePartyRequest) Reset()

func (*UpdatePartyRequest) String

func (x *UpdatePartyRequest) String() string

func (*UpdatePartyRequest) Validate

func (m *UpdatePartyRequest) Validate() error

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

func (m *UpdatePartyRequest) ValidateAll() error

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

type UpdatePartyRequestMultiError

type UpdatePartyRequestMultiError []error

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

func (UpdatePartyRequestMultiError) AllErrors

func (m UpdatePartyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePartyRequestMultiError) Error

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

type UpdatePartyRequestValidationError

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

UpdatePartyRequestValidationError is the validation error returned by UpdatePartyRequest.Validate if the designated constraints aren't met.

func (UpdatePartyRequestValidationError) Cause

Cause function returns cause value.

func (UpdatePartyRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdatePartyRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdatePartyRequestValidationError) Field

Field function returns field value.

func (UpdatePartyRequestValidationError) Key

Key function returns key value.

func (UpdatePartyRequestValidationError) Reason

Reason function returns reason value.

type UpdatePartyResponse

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

func (*UpdatePartyResponse) Descriptor deprecated

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

Deprecated: Use UpdatePartyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePartyResponse) ProtoMessage

func (*UpdatePartyResponse) ProtoMessage()

func (*UpdatePartyResponse) ProtoReflect

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

func (*UpdatePartyResponse) Reset

func (x *UpdatePartyResponse) Reset()

func (*UpdatePartyResponse) String

func (x *UpdatePartyResponse) String() string

func (*UpdatePartyResponse) Validate

func (m *UpdatePartyResponse) Validate() error

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

func (m *UpdatePartyResponse) ValidateAll() error

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

type UpdatePartyResponseMultiError

type UpdatePartyResponseMultiError []error

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

func (UpdatePartyResponseMultiError) AllErrors

func (m UpdatePartyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePartyResponseMultiError) Error

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

type UpdatePartyResponseValidationError

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

UpdatePartyResponseValidationError is the validation error returned by UpdatePartyResponse.Validate if the designated constraints aren't met.

func (UpdatePartyResponseValidationError) Cause

Cause function returns cause value.

func (UpdatePartyResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdatePartyResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdatePartyResponseValidationError) Field

Field function returns field value.

func (UpdatePartyResponseValidationError) Key

Key function returns key value.

func (UpdatePartyResponseValidationError) Reason

Reason function returns reason value.

type UpdateRoleRequest

type UpdateRoleRequest struct {
	UpdateRole *v1.UpdateRole `protobuf:"bytes,1,opt,name=update_role,json=updateRole,proto3" json:"update_role,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRoleRequest) Descriptor deprecated

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

Deprecated: Use UpdateRoleRequest.ProtoReflect.Descriptor instead.

func (*UpdateRoleRequest) GetUpdateRole

func (x *UpdateRoleRequest) GetUpdateRole() *v1.UpdateRole

func (*UpdateRoleRequest) ProtoMessage

func (*UpdateRoleRequest) ProtoMessage()

func (*UpdateRoleRequest) ProtoReflect

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

func (*UpdateRoleRequest) Reset

func (x *UpdateRoleRequest) Reset()

func (*UpdateRoleRequest) String

func (x *UpdateRoleRequest) String() string

func (*UpdateRoleRequest) Validate

func (m *UpdateRoleRequest) Validate() error

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

func (m *UpdateRoleRequest) ValidateAll() error

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

type UpdateRoleRequestMultiError

type UpdateRoleRequestMultiError []error

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

func (UpdateRoleRequestMultiError) AllErrors

func (m UpdateRoleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRoleRequestMultiError) Error

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

type UpdateRoleRequestValidationError

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

UpdateRoleRequestValidationError is the validation error returned by UpdateRoleRequest.Validate if the designated constraints aren't met.

func (UpdateRoleRequestValidationError) Cause

Cause function returns cause value.

func (UpdateRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateRoleRequestValidationError) Field

Field function returns field value.

func (UpdateRoleRequestValidationError) Key

Key function returns key value.

func (UpdateRoleRequestValidationError) Reason

Reason function returns reason value.

type UpdateRoleResponse

type UpdateRoleResponse struct {
	Role *v1.Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRoleResponse) Descriptor deprecated

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

Deprecated: Use UpdateRoleResponse.ProtoReflect.Descriptor instead.

func (*UpdateRoleResponse) GetRole

func (x *UpdateRoleResponse) GetRole() *v1.Role

func (*UpdateRoleResponse) ProtoMessage

func (*UpdateRoleResponse) ProtoMessage()

func (*UpdateRoleResponse) ProtoReflect

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

func (*UpdateRoleResponse) Reset

func (x *UpdateRoleResponse) Reset()

func (*UpdateRoleResponse) String

func (x *UpdateRoleResponse) String() string

func (*UpdateRoleResponse) Validate

func (m *UpdateRoleResponse) Validate() error

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

func (m *UpdateRoleResponse) ValidateAll() error

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

type UpdateRoleResponseMultiError

type UpdateRoleResponseMultiError []error

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

func (UpdateRoleResponseMultiError) AllErrors

func (m UpdateRoleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRoleResponseMultiError) Error

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

type UpdateRoleResponseValidationError

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

UpdateRoleResponseValidationError is the validation error returned by UpdateRoleResponse.Validate if the designated constraints aren't met.

func (UpdateRoleResponseValidationError) Cause

Cause function returns cause value.

func (UpdateRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateRoleResponseValidationError) Field

Field function returns field value.

func (UpdateRoleResponseValidationError) Key

Key function returns key value.

func (UpdateRoleResponseValidationError) Reason

Reason function returns reason value.

type UpdateUserRequest

type UpdateUserRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
	LastName  string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
	UserId    string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail string `protobuf:"bytes,5,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,6,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRequest) Descriptor deprecated

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

Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRequest) GetFirstName

func (x *UpdateUserRequest) GetFirstName() string

func (*UpdateUserRequest) GetId

func (x *UpdateUserRequest) GetId() string

func (*UpdateUserRequest) GetLastName

func (x *UpdateUserRequest) GetLastName() string

func (*UpdateUserRequest) GetRequestId

func (x *UpdateUserRequest) GetRequestId() string

func (*UpdateUserRequest) GetUserEmail

func (x *UpdateUserRequest) GetUserEmail() string

func (*UpdateUserRequest) GetUserId

func (x *UpdateUserRequest) GetUserId() string

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect

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

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

func (*UpdateUserRequest) Validate

func (m *UpdateUserRequest) Validate() error

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

func (m *UpdateUserRequest) ValidateAll() error

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

type UpdateUserRequestMultiError

type UpdateUserRequestMultiError []error

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

func (UpdateUserRequestMultiError) AllErrors

func (m UpdateUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateUserRequestMultiError) Error

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

type UpdateUserRequestValidationError

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

UpdateUserRequestValidationError is the validation error returned by UpdateUserRequest.Validate if the designated constraints aren't met.

func (UpdateUserRequestValidationError) Cause

Cause function returns cause value.

func (UpdateUserRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserRequestValidationError) Field

Field function returns field value.

func (UpdateUserRequestValidationError) Key

Key function returns key value.

func (UpdateUserRequestValidationError) Reason

Reason function returns reason value.

type UpdateUserResponse

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

func (*UpdateUserResponse) Descriptor deprecated

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

Deprecated: Use UpdateUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserResponse) ProtoMessage

func (*UpdateUserResponse) ProtoMessage()

func (*UpdateUserResponse) ProtoReflect

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

func (*UpdateUserResponse) Reset

func (x *UpdateUserResponse) Reset()

func (*UpdateUserResponse) String

func (x *UpdateUserResponse) String() string

func (*UpdateUserResponse) Validate

func (m *UpdateUserResponse) Validate() error

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

func (m *UpdateUserResponse) ValidateAll() error

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

type UpdateUserResponseMultiError

type UpdateUserResponseMultiError []error

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

func (UpdateUserResponseMultiError) AllErrors

func (m UpdateUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateUserResponseMultiError) Error

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

type UpdateUserResponseValidationError

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

UpdateUserResponseValidationError is the validation error returned by UpdateUserResponse.Validate if the designated constraints aren't met.

func (UpdateUserResponseValidationError) Cause

Cause function returns cause value.

func (UpdateUserResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserResponseValidationError) Field

Field function returns field value.

func (UpdateUserResponseValidationError) Key

Key function returns key value.

func (UpdateUserResponseValidationError) Reason

Reason function returns reason value.

type User

type User struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Email     string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Picture   string `protobuf:"bytes,3,opt,name=picture,proto3" json:"picture,omitempty"`
	Name      string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	RoleId    string `protobuf:"bytes,5,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	UserId    string `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail string `protobuf:"bytes,7,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	RequestId string `protobuf:"bytes,8,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() string

func (*User) GetName

func (x *User) GetName() string

func (*User) GetPicture

func (x *User) GetPicture() string

func (*User) GetRequestId

func (x *User) GetRequestId() string

func (*User) GetRoleId

func (x *User) GetRoleId() string

func (*User) GetUserEmail

func (x *User) GetUserEmail() string

func (*User) GetUserId

func (x *User) GetUserId() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

func (*User) Validate

func (m *User) Validate() error

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

func (m *User) ValidateAll() error

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

type UserMultiError

type UserMultiError []error

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

func (UserMultiError) AllErrors

func (m UserMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserMultiError) Error

func (m UserMultiError) Error() string

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

type UserServiceClient

type UserServiceClient interface {
	GetUsers(ctx context.Context, in *GetUsersRequest, opts ...grpc.CallOption) (*GetUsersResponse, error)
	GetUserByEmail(ctx context.Context, in *GetUserByEmailRequest, opts ...grpc.CallOption) (*GetUserByEmailResponse, error)
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error)
	ChangePassword(ctx context.Context, in *ChangePasswordRequest, opts ...grpc.CallOption) (*ChangePasswordResponse, error)
	GetAuthUserDetails(ctx context.Context, in *GetAuthUserDetailsRequest, opts ...grpc.CallOption) (*GetAuthUserDetailsResponse, error)
	RefreshToken(ctx context.Context, in *RefreshTokenRequest, opts ...grpc.CallOption) (*RefreshTokenResponse, error)
	UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UpdateUserResponse, error)
	CreateRole(ctx context.Context, in *CreateRoleRequest, opts ...grpc.CallOption) (*CreateRoleResponse, error)
	GetRole(ctx context.Context, in *GetRoleRequest, opts ...grpc.CallOption) (*GetRoleResponse, error)
	GetRoles(ctx context.Context, in *GetRolesRequest, opts ...grpc.CallOption) (*GetRolesResponse, error)
	UpdateRole(ctx context.Context, in *UpdateRoleRequest, opts ...grpc.CallOption) (*UpdateRoleResponse, error)
	DeleteRole(ctx context.Context, in *DeleteRoleRequest, opts ...grpc.CallOption) (*DeleteRoleResponse, error)
	AddPermisionsToRoles(ctx context.Context, in *AddPermisionsToRolesRequest, opts ...grpc.CallOption) (*AddPermisionsToRolesResponse, error)
	RemoveRolePermission(ctx context.Context, in *RemoveRolePermissionRequest, opts ...grpc.CallOption) (*RemoveRolePermissionResponse, error)
	GetRolePermissions(ctx context.Context, in *GetRolePermissionsRequest, opts ...grpc.CallOption) (*GetRolePermissionsResponse, error)
	AssignRolesToUsers(ctx context.Context, in *AssignRolesToUsersRequest, opts ...grpc.CallOption) (*AssignRolesToUsersResponse, error)
	GetRoleUsers(ctx context.Context, in *GetRoleUsersRequest, opts ...grpc.CallOption) (*GetRoleUsersResponse, error)
	ViewUserRoles(ctx context.Context, in *ViewUserRolesRequest, opts ...grpc.CallOption) (*ViewUserRolesResponse, error)
	AddAPIPermission(ctx context.Context, in *AddAPIPermissionRequest, opts ...grpc.CallOption) (*AddAPIPermissionResponse, error)
}

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

type UserServiceServer

type UserServiceServer interface {
	GetUsers(context.Context, *GetUsersRequest) (*GetUsersResponse, error)
	GetUserByEmail(context.Context, *GetUserByEmailRequest) (*GetUserByEmailResponse, error)
	GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
	DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
	ChangePassword(context.Context, *ChangePasswordRequest) (*ChangePasswordResponse, error)
	GetAuthUserDetails(context.Context, *GetAuthUserDetailsRequest) (*GetAuthUserDetailsResponse, error)
	RefreshToken(context.Context, *RefreshTokenRequest) (*RefreshTokenResponse, error)
	UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
	CreateRole(context.Context, *CreateRoleRequest) (*CreateRoleResponse, error)
	GetRole(context.Context, *GetRoleRequest) (*GetRoleResponse, error)
	GetRoles(context.Context, *GetRolesRequest) (*GetRolesResponse, error)
	UpdateRole(context.Context, *UpdateRoleRequest) (*UpdateRoleResponse, error)
	DeleteRole(context.Context, *DeleteRoleRequest) (*DeleteRoleResponse, error)
	AddPermisionsToRoles(context.Context, *AddPermisionsToRolesRequest) (*AddPermisionsToRolesResponse, error)
	RemoveRolePermission(context.Context, *RemoveRolePermissionRequest) (*RemoveRolePermissionResponse, error)
	GetRolePermissions(context.Context, *GetRolePermissionsRequest) (*GetRolePermissionsResponse, error)
	AssignRolesToUsers(context.Context, *AssignRolesToUsersRequest) (*AssignRolesToUsersResponse, error)
	GetRoleUsers(context.Context, *GetRoleUsersRequest) (*GetRoleUsersResponse, error)
	ViewUserRoles(context.Context, *ViewUserRolesRequest) (*ViewUserRolesResponse, error)
	AddAPIPermission(context.Context, *AddAPIPermissionRequest) (*AddAPIPermissionResponse, error)
	// contains filtered or unexported methods
}

UserServiceServer is the server API for UserService service. All implementations must embed UnimplementedUserServiceServer for forward compatibility.

The UserService service definition.

type UserValidationError

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

UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.

func (UserValidationError) Cause

func (e UserValidationError) Cause() error

Cause function returns cause value.

func (UserValidationError) Error

func (e UserValidationError) Error() string

Error satisfies the builtin error interface

func (UserValidationError) ErrorName

func (e UserValidationError) ErrorName() string

ErrorName returns error name.

func (UserValidationError) Field

func (e UserValidationError) Field() string

Field function returns field value.

func (UserValidationError) Key

func (e UserValidationError) Key() bool

Key function returns key value.

func (UserValidationError) Reason

func (e UserValidationError) Reason() string

Reason function returns reason value.

type ViewUserRolesRequest

type ViewUserRolesRequest struct {
	ViewUserRoles *v1.ViewUserRoles `protobuf:"bytes,1,opt,name=view_user_roles,json=viewUserRoles,proto3" json:"view_user_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewUserRolesRequest) Descriptor deprecated

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

Deprecated: Use ViewUserRolesRequest.ProtoReflect.Descriptor instead.

func (*ViewUserRolesRequest) GetViewUserRoles

func (x *ViewUserRolesRequest) GetViewUserRoles() *v1.ViewUserRoles

func (*ViewUserRolesRequest) ProtoMessage

func (*ViewUserRolesRequest) ProtoMessage()

func (*ViewUserRolesRequest) ProtoReflect

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

func (*ViewUserRolesRequest) Reset

func (x *ViewUserRolesRequest) Reset()

func (*ViewUserRolesRequest) String

func (x *ViewUserRolesRequest) String() string

func (*ViewUserRolesRequest) Validate

func (m *ViewUserRolesRequest) Validate() error

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

func (m *ViewUserRolesRequest) ValidateAll() error

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

type ViewUserRolesRequestMultiError

type ViewUserRolesRequestMultiError []error

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

func (ViewUserRolesRequestMultiError) AllErrors

func (m ViewUserRolesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ViewUserRolesRequestMultiError) Error

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

type ViewUserRolesRequestValidationError

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

ViewUserRolesRequestValidationError is the validation error returned by ViewUserRolesRequest.Validate if the designated constraints aren't met.

func (ViewUserRolesRequestValidationError) Cause

Cause function returns cause value.

func (ViewUserRolesRequestValidationError) Error

Error satisfies the builtin error interface

func (ViewUserRolesRequestValidationError) ErrorName

ErrorName returns error name.

func (ViewUserRolesRequestValidationError) Field

Field function returns field value.

func (ViewUserRolesRequestValidationError) Key

Key function returns key value.

func (ViewUserRolesRequestValidationError) Reason

Reason function returns reason value.

type ViewUserRolesResponse

type ViewUserRolesResponse struct {
	Roles []*v1.Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ViewUserRolesResponse) Descriptor deprecated

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

Deprecated: Use ViewUserRolesResponse.ProtoReflect.Descriptor instead.

func (*ViewUserRolesResponse) GetRoles

func (x *ViewUserRolesResponse) GetRoles() []*v1.Role

func (*ViewUserRolesResponse) ProtoMessage

func (*ViewUserRolesResponse) ProtoMessage()

func (*ViewUserRolesResponse) ProtoReflect

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

func (*ViewUserRolesResponse) Reset

func (x *ViewUserRolesResponse) Reset()

func (*ViewUserRolesResponse) String

func (x *ViewUserRolesResponse) String() string

func (*ViewUserRolesResponse) Validate

func (m *ViewUserRolesResponse) Validate() error

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

func (m *ViewUserRolesResponse) ValidateAll() error

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

type ViewUserRolesResponseMultiError

type ViewUserRolesResponseMultiError []error

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

func (ViewUserRolesResponseMultiError) AllErrors

func (m ViewUserRolesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ViewUserRolesResponseMultiError) Error

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

type ViewUserRolesResponseValidationError

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

ViewUserRolesResponseValidationError is the validation error returned by ViewUserRolesResponse.Validate if the designated constraints aren't met.

func (ViewUserRolesResponseValidationError) Cause

Cause function returns cause value.

func (ViewUserRolesResponseValidationError) Error

Error satisfies the builtin error interface

func (ViewUserRolesResponseValidationError) ErrorName

ErrorName returns error name.

func (ViewUserRolesResponseValidationError) Field

Field function returns field value.

func (ViewUserRolesResponseValidationError) Key

Key function returns key value.

func (ViewUserRolesResponseValidationError) Reason

Reason function returns reason value.

Jump to

Keyboard shortcuts

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