Documentation ¶
Index ¶
- Variables
- type Change
- func (*Change) Descriptor() ([]byte, []int)deprecated
- func (x *Change) GetChangeDate() *timestamppb.Timestamp
- func (x *Change) GetEditorAvatarUrl() string
- func (x *Change) GetEditorDisplayName() string
- func (x *Change) GetEditorId() string
- func (x *Change) GetEditorPreferredLoginName() string
- func (x *Change) GetEventType() *message.LocalizedMessage
- func (x *Change) GetResourceOwnerId() string
- func (x *Change) GetSequence() uint64
- func (*Change) ProtoMessage()
- func (x *Change) ProtoReflect() protoreflect.Message
- func (x *Change) Reset()
- func (x *Change) String() string
- type ChangeQuery
- func (*ChangeQuery) Descriptor() ([]byte, []int)deprecated
- func (x *ChangeQuery) GetAsc() bool
- func (x *ChangeQuery) GetLimit() uint32
- func (x *ChangeQuery) GetSequence() uint64
- func (*ChangeQuery) ProtoMessage()
- func (x *ChangeQuery) ProtoReflect() protoreflect.Message
- func (x *ChangeQuery) Reset()
- func (x *ChangeQuery) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_zitadel_change_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct { ChangeDate *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"` EventType *message.LocalizedMessage `protobuf:"bytes,2,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"` Sequence uint64 `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"` EditorId string `protobuf:"bytes,4,opt,name=editor_id,json=editorId,proto3" json:"editor_id,omitempty"` EditorDisplayName string `protobuf:"bytes,5,opt,name=editor_display_name,json=editorDisplayName,proto3" json:"editor_display_name,omitempty"` ResourceOwnerId string `protobuf:"bytes,6,opt,name=resource_owner_id,json=resourceOwnerId,proto3" json:"resource_owner_id,omitempty"` EditorPreferredLoginName string `` /* 137-byte string literal not displayed */ EditorAvatarUrl string `protobuf:"bytes,8,opt,name=editor_avatar_url,json=editorAvatarUrl,proto3" json:"editor_avatar_url,omitempty"` // contains filtered or unexported fields }
func (*Change) Descriptor
deprecated
func (*Change) GetChangeDate ¶
func (x *Change) GetChangeDate() *timestamppb.Timestamp
func (*Change) GetEditorAvatarUrl ¶
func (*Change) GetEditorDisplayName ¶
func (*Change) GetEditorId ¶
func (*Change) GetEditorPreferredLoginName ¶
func (*Change) GetEventType ¶
func (x *Change) GetEventType() *message.LocalizedMessage
func (*Change) GetResourceOwnerId ¶
func (*Change) GetSequence ¶
func (*Change) ProtoMessage ¶
func (*Change) ProtoMessage()
func (*Change) ProtoReflect ¶
func (x *Change) ProtoReflect() protoreflect.Message
type ChangeQuery ¶
type ChangeQuery struct { // sequence represents the order of events. It's always upcounting Sequence uint64 `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"` Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Asc bool `protobuf:"varint,3,opt,name=asc,proto3" json:"asc,omitempty"` // contains filtered or unexported fields }
func (*ChangeQuery) Descriptor
deprecated
func (*ChangeQuery) Descriptor() ([]byte, []int)
Deprecated: Use ChangeQuery.ProtoReflect.Descriptor instead.
func (*ChangeQuery) GetAsc ¶
func (x *ChangeQuery) GetAsc() bool
func (*ChangeQuery) GetLimit ¶
func (x *ChangeQuery) GetLimit() uint32
func (*ChangeQuery) GetSequence ¶
func (x *ChangeQuery) GetSequence() uint64
func (*ChangeQuery) ProtoMessage ¶
func (*ChangeQuery) ProtoMessage()
func (*ChangeQuery) ProtoReflect ¶
func (x *ChangeQuery) ProtoReflect() protoreflect.Message
func (*ChangeQuery) Reset ¶
func (x *ChangeQuery) Reset()
func (*ChangeQuery) String ¶
func (x *ChangeQuery) String() string
Click to show internal directories.
Click to hide internal directories.