Documentation ¶
Index ¶
- Variables
- type ErrorDetail
- type LocalizedMessage
- func (*LocalizedMessage) Descriptor() ([]byte, []int)deprecated
- func (x *LocalizedMessage) GetKey() string
- func (x *LocalizedMessage) GetLocalizedMessage() string
- func (*LocalizedMessage) ProtoMessage()
- func (x *LocalizedMessage) ProtoReflect() protoreflect.Message
- func (x *LocalizedMessage) Reset()
- func (x *LocalizedMessage) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_zitadel_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ErrorDetail ¶
type ErrorDetail struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ErrorDetail) Descriptor
deprecated
func (*ErrorDetail) Descriptor() ([]byte, []int)
Deprecated: Use ErrorDetail.ProtoReflect.Descriptor instead.
func (*ErrorDetail) GetId ¶
func (x *ErrorDetail) GetId() string
func (*ErrorDetail) GetMessage ¶
func (x *ErrorDetail) GetMessage() string
func (*ErrorDetail) ProtoMessage ¶
func (*ErrorDetail) ProtoMessage()
func (*ErrorDetail) ProtoReflect ¶
func (x *ErrorDetail) ProtoReflect() protoreflect.Message
func (*ErrorDetail) Reset ¶
func (x *ErrorDetail) Reset()
func (*ErrorDetail) String ¶
func (x *ErrorDetail) String() string
type LocalizedMessage ¶
type LocalizedMessage struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` LocalizedMessage string `protobuf:"bytes,2,opt,name=localized_message,json=localizedMessage,proto3" json:"localized_message,omitempty"` // contains filtered or unexported fields }
func (*LocalizedMessage) Descriptor
deprecated
func (*LocalizedMessage) Descriptor() ([]byte, []int)
Deprecated: Use LocalizedMessage.ProtoReflect.Descriptor instead.
func (*LocalizedMessage) GetKey ¶
func (x *LocalizedMessage) GetKey() string
func (*LocalizedMessage) GetLocalizedMessage ¶
func (x *LocalizedMessage) GetLocalizedMessage() string
func (*LocalizedMessage) ProtoMessage ¶
func (*LocalizedMessage) ProtoMessage()
func (*LocalizedMessage) ProtoReflect ¶
func (x *LocalizedMessage) ProtoReflect() protoreflect.Message
func (*LocalizedMessage) Reset ¶
func (x *LocalizedMessage) Reset()
func (*LocalizedMessage) String ¶
func (x *LocalizedMessage) String() string
Click to show internal directories.
Click to hide internal directories.