Versions in this module Expand all Collapse all v1 v1.0.1 Apr 18, 2024 Changes in this version + var File_zitadel_object_proto protoreflect.FileDescriptor + var ListQueryMethod_name = map[int32]string + var ListQueryMethod_value = map[string]int32 + var TextQueryMethod_name = map[int32]string + var TextQueryMethod_value = map[string]int32 + var TimestampQueryMethod_name = map[int32]string + var TimestampQueryMethod_value = map[string]int32 + type ListDetails struct + ProcessedSequence uint64 + TotalResult uint64 + ViewTimestamp *timestamppb.Timestamp + func (*ListDetails) Descriptor() ([]byte, []int) + func (*ListDetails) ProtoMessage() + func (x *ListDetails) GetProcessedSequence() uint64 + func (x *ListDetails) GetTotalResult() uint64 + func (x *ListDetails) GetViewTimestamp() *timestamppb.Timestamp + func (x *ListDetails) ProtoReflect() protoreflect.Message + func (x *ListDetails) Reset() + func (x *ListDetails) String() string + type ListQuery struct + Asc bool + Limit uint32 + Offset uint64 + func (*ListQuery) Descriptor() ([]byte, []int) + func (*ListQuery) ProtoMessage() + func (x *ListQuery) GetAsc() bool + func (x *ListQuery) GetLimit() uint32 + func (x *ListQuery) GetOffset() uint64 + func (x *ListQuery) ProtoReflect() protoreflect.Message + func (x *ListQuery) Reset() + func (x *ListQuery) String() string + type ListQueryMethod int32 + const ListQueryMethod_LIST_QUERY_METHOD_IN + func (ListQueryMethod) Descriptor() protoreflect.EnumDescriptor + func (ListQueryMethod) EnumDescriptor() ([]byte, []int) + func (ListQueryMethod) Type() protoreflect.EnumType + func (x ListQueryMethod) Enum() *ListQueryMethod + func (x ListQueryMethod) Number() protoreflect.EnumNumber + func (x ListQueryMethod) String() string + type ObjectDetails struct + ChangeDate *timestamppb.Timestamp + CreationDate *timestamppb.Timestamp + ResourceOwner string + Sequence uint64 + func (*ObjectDetails) Descriptor() ([]byte, []int) + func (*ObjectDetails) ProtoMessage() + func (x *ObjectDetails) GetChangeDate() *timestamppb.Timestamp + func (x *ObjectDetails) GetCreationDate() *timestamppb.Timestamp + func (x *ObjectDetails) GetResourceOwner() string + func (x *ObjectDetails) GetSequence() uint64 + func (x *ObjectDetails) ProtoReflect() protoreflect.Message + func (x *ObjectDetails) Reset() + func (x *ObjectDetails) String() string + type TextQueryMethod int32 + const TextQueryMethod_TEXT_QUERY_METHOD_CONTAINS + const TextQueryMethod_TEXT_QUERY_METHOD_CONTAINS_IGNORE_CASE + const TextQueryMethod_TEXT_QUERY_METHOD_ENDS_WITH + const TextQueryMethod_TEXT_QUERY_METHOD_ENDS_WITH_IGNORE_CASE + const TextQueryMethod_TEXT_QUERY_METHOD_EQUALS + const TextQueryMethod_TEXT_QUERY_METHOD_EQUALS_IGNORE_CASE + const TextQueryMethod_TEXT_QUERY_METHOD_STARTS_WITH + const TextQueryMethod_TEXT_QUERY_METHOD_STARTS_WITH_IGNORE_CASE + func (TextQueryMethod) Descriptor() protoreflect.EnumDescriptor + func (TextQueryMethod) EnumDescriptor() ([]byte, []int) + func (TextQueryMethod) Type() protoreflect.EnumType + func (x TextQueryMethod) Enum() *TextQueryMethod + func (x TextQueryMethod) Number() protoreflect.EnumNumber + func (x TextQueryMethod) String() string + type TimestampQueryMethod int32 + const TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_EQUALS + const TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_GREATER + const TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_GREATER_OR_EQUALS + const TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_LESS + const TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_LESS_OR_EQUALS + func (TimestampQueryMethod) Descriptor() protoreflect.EnumDescriptor + func (TimestampQueryMethod) EnumDescriptor() ([]byte, []int) + func (TimestampQueryMethod) Type() protoreflect.EnumType + func (x TimestampQueryMethod) Enum() *TimestampQueryMethod + func (x TimestampQueryMethod) Number() protoreflect.EnumNumber + func (x TimestampQueryMethod) String() string