Documentation
¶
Index ¶
- Variables
- type ErrorStatus
- type ExternalSystemFields
- func (*ExternalSystemFields) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalSystemFields) GetExternalId() string
- func (x *ExternalSystemFields) GetExternalIdSecond() string
- func (x *ExternalSystemFields) GetExternalSource() string
- func (x *ExternalSystemFields) GetExternalSystemId() string
- func (x *ExternalSystemFields) GetExternalUrl() string
- func (x *ExternalSystemFields) GetSyncDate() *timestamppb.Timestamp
- func (*ExternalSystemFields) ProtoMessage()
- func (x *ExternalSystemFields) ProtoReflect() protoreflect.Message
- func (x *ExternalSystemFields) Reset()
- func (x *ExternalSystemFields) String() string
- type LoggedInUser
- func (*LoggedInUser) Descriptor() ([]byte, []int)deprecated
- func (x *LoggedInUser) GetEmail() string
- func (x *LoggedInUser) GetId() string
- func (*LoggedInUser) ProtoMessage()
- func (x *LoggedInUser) ProtoReflect() protoreflect.Message
- func (x *LoggedInUser) Reset()
- func (x *LoggedInUser) String() string
- type SourceFields
- func (*SourceFields) Descriptor() ([]byte, []int)deprecated
- func (x *SourceFields) GetAppSource() string
- func (x *SourceFields) GetSource() string
- func (x *SourceFields) GetSourceOfTruth() stringdeprecated
- func (*SourceFields) ProtoMessage()
- func (x *SourceFields) ProtoReflect() protoreflect.Message
- func (x *SourceFields) Reset()
- func (x *SourceFields) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_common_common_proto protoreflect.FileDescriptor
View Source
var File_common_external_system_proto protoreflect.FileDescriptor
View Source
var File_common_source_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ErrorStatus ¶
type ErrorStatus struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ErrorStatus) Descriptor
deprecated
func (*ErrorStatus) Descriptor() ([]byte, []int)
Deprecated: Use ErrorStatus.ProtoReflect.Descriptor instead.
func (*ErrorStatus) GetCode ¶
func (x *ErrorStatus) GetCode() int32
func (*ErrorStatus) GetMessage ¶
func (x *ErrorStatus) GetMessage() string
func (*ErrorStatus) ProtoMessage ¶
func (*ErrorStatus) ProtoMessage()
func (*ErrorStatus) ProtoReflect ¶
func (x *ErrorStatus) ProtoReflect() protoreflect.Message
func (*ErrorStatus) Reset ¶
func (x *ErrorStatus) Reset()
func (*ErrorStatus) String ¶
func (x *ErrorStatus) String() string
type ExternalSystemFields ¶
type ExternalSystemFields struct { ExternalSystemId string `protobuf:"bytes,1,opt,name=externalSystemId,proto3" json:"externalSystemId,omitempty"` ExternalUrl string `protobuf:"bytes,2,opt,name=externalUrl,proto3" json:"externalUrl,omitempty"` ExternalId string `protobuf:"bytes,3,opt,name=externalId,proto3" json:"externalId,omitempty"` ExternalSource string `protobuf:"bytes,4,opt,name=externalSource,proto3" json:"externalSource,omitempty"` SyncDate *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=syncDate,proto3" json:"syncDate,omitempty"` ExternalIdSecond string `protobuf:"bytes,6,opt,name=externalIdSecond,proto3" json:"externalIdSecond,omitempty"` // contains filtered or unexported fields }
func (*ExternalSystemFields) Descriptor
deprecated
func (*ExternalSystemFields) Descriptor() ([]byte, []int)
Deprecated: Use ExternalSystemFields.ProtoReflect.Descriptor instead.
func (*ExternalSystemFields) GetExternalId ¶
func (x *ExternalSystemFields) GetExternalId() string
func (*ExternalSystemFields) GetExternalIdSecond ¶
func (x *ExternalSystemFields) GetExternalIdSecond() string
func (*ExternalSystemFields) GetExternalSource ¶
func (x *ExternalSystemFields) GetExternalSource() string
func (*ExternalSystemFields) GetExternalSystemId ¶
func (x *ExternalSystemFields) GetExternalSystemId() string
func (*ExternalSystemFields) GetExternalUrl ¶
func (x *ExternalSystemFields) GetExternalUrl() string
func (*ExternalSystemFields) GetSyncDate ¶
func (x *ExternalSystemFields) GetSyncDate() *timestamppb.Timestamp
func (*ExternalSystemFields) ProtoMessage ¶
func (*ExternalSystemFields) ProtoMessage()
func (*ExternalSystemFields) ProtoReflect ¶
func (x *ExternalSystemFields) ProtoReflect() protoreflect.Message
func (*ExternalSystemFields) Reset ¶
func (x *ExternalSystemFields) Reset()
func (*ExternalSystemFields) String ¶
func (x *ExternalSystemFields) String() string
type LoggedInUser ¶
type LoggedInUser 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"` // contains filtered or unexported fields }
Declare common message types up front
func (*LoggedInUser) Descriptor
deprecated
func (*LoggedInUser) Descriptor() ([]byte, []int)
Deprecated: Use LoggedInUser.ProtoReflect.Descriptor instead.
func (*LoggedInUser) GetEmail ¶
func (x *LoggedInUser) GetEmail() string
func (*LoggedInUser) GetId ¶
func (x *LoggedInUser) GetId() string
func (*LoggedInUser) ProtoMessage ¶
func (*LoggedInUser) ProtoMessage()
func (*LoggedInUser) ProtoReflect ¶
func (x *LoggedInUser) ProtoReflect() protoreflect.Message
func (*LoggedInUser) Reset ¶
func (x *LoggedInUser) Reset()
func (*LoggedInUser) String ¶
func (x *LoggedInUser) String() string
type SourceFields ¶
type SourceFields struct { AppSource string `protobuf:"bytes,1,opt,name=appSource,proto3" json:"appSource,omitempty"` Source string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"` // Deprecated: Marked as deprecated in common/source.proto. SourceOfTruth string `protobuf:"bytes,3,opt,name=sourceOfTruth,proto3" json:"sourceOfTruth,omitempty"` // contains filtered or unexported fields }
func (*SourceFields) Descriptor
deprecated
func (*SourceFields) Descriptor() ([]byte, []int)
Deprecated: Use SourceFields.ProtoReflect.Descriptor instead.
func (*SourceFields) GetAppSource ¶
func (x *SourceFields) GetAppSource() string
func (*SourceFields) GetSource ¶
func (x *SourceFields) GetSource() string
func (*SourceFields) GetSourceOfTruth
deprecated
func (x *SourceFields) GetSourceOfTruth() string
Deprecated: Marked as deprecated in common/source.proto.
func (*SourceFields) ProtoMessage ¶
func (*SourceFields) ProtoMessage()
func (*SourceFields) ProtoReflect ¶
func (x *SourceFields) ProtoReflect() protoreflect.Message
func (*SourceFields) Reset ¶
func (x *SourceFields) Reset()
func (*SourceFields) String ¶
func (x *SourceFields) String() string
Click to show internal directories.
Click to hide internal directories.