object

package
v2.2.3 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	TextQueryMethod_name = map[int32]string{
		0: "TEXT_QUERY_METHOD_EQUALS",
		1: "TEXT_QUERY_METHOD_EQUALS_IGNORE_CASE",
		2: "TEXT_QUERY_METHOD_STARTS_WITH",
		3: "TEXT_QUERY_METHOD_STARTS_WITH_IGNORE_CASE",
		4: "TEXT_QUERY_METHOD_CONTAINS",
		5: "TEXT_QUERY_METHOD_CONTAINS_IGNORE_CASE",
		6: "TEXT_QUERY_METHOD_ENDS_WITH",
		7: "TEXT_QUERY_METHOD_ENDS_WITH_IGNORE_CASE",
	}
	TextQueryMethod_value = map[string]int32{
		"TEXT_QUERY_METHOD_EQUALS":                  0,
		"TEXT_QUERY_METHOD_EQUALS_IGNORE_CASE":      1,
		"TEXT_QUERY_METHOD_STARTS_WITH":             2,
		"TEXT_QUERY_METHOD_STARTS_WITH_IGNORE_CASE": 3,
		"TEXT_QUERY_METHOD_CONTAINS":                4,
		"TEXT_QUERY_METHOD_CONTAINS_IGNORE_CASE":    5,
		"TEXT_QUERY_METHOD_ENDS_WITH":               6,
		"TEXT_QUERY_METHOD_ENDS_WITH_IGNORE_CASE":   7,
	}
)

Enum value maps for TextQueryMethod.

View Source
var (
	ListQueryMethod_name = map[int32]string{
		0: "LIST_QUERY_METHOD_IN",
	}
	ListQueryMethod_value = map[string]int32{
		"LIST_QUERY_METHOD_IN": 0,
	}
)

Enum value maps for ListQueryMethod.

View Source
var (
	TimestampQueryMethod_name = map[int32]string{
		0: "TIMESTAMP_QUERY_METHOD_EQUALS",
		1: "TIMESTAMP_QUERY_METHOD_GREATER",
		2: "TIMESTAMP_QUERY_METHOD_GREATER_OR_EQUALS",
		3: "TIMESTAMP_QUERY_METHOD_LESS",
		4: "TIMESTAMP_QUERY_METHOD_LESS_OR_EQUALS",
	}
	TimestampQueryMethod_value = map[string]int32{
		"TIMESTAMP_QUERY_METHOD_EQUALS":            0,
		"TIMESTAMP_QUERY_METHOD_GREATER":           1,
		"TIMESTAMP_QUERY_METHOD_GREATER_OR_EQUALS": 2,
		"TIMESTAMP_QUERY_METHOD_LESS":              3,
		"TIMESTAMP_QUERY_METHOD_LESS_OR_EQUALS":    4,
	}
)

Enum value maps for TimestampQueryMethod.

View Source
var File_zitadel_object_v2beta_object_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Details

type Details struct {

	// sequence represents the order of events. It's always counting
	//
	// on read: the sequence of the last event reduced by the projection
	//
	// on manipulation: the timestamp of the event(s) added by the manipulation
	Sequence uint64 `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// change_date is the timestamp when the object was changed
	//
	// on read: the timestamp of the last event reduced by the projection
	//
	// on manipulation: the timestamp of the event(s) added by the manipulation
	ChangeDate *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
	// resource_owner is the organization or instance_id an object belongs to
	ResourceOwner string `protobuf:"bytes,3,opt,name=resource_owner,json=resourceOwner,proto3" json:"resource_owner,omitempty"`
	// contains filtered or unexported fields
}

func (*Details) Descriptor deprecated

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

Deprecated: Use Details.ProtoReflect.Descriptor instead.

func (*Details) GetChangeDate

func (x *Details) GetChangeDate() *timestamppb.Timestamp

func (*Details) GetResourceOwner

func (x *Details) GetResourceOwner() string

func (*Details) GetSequence

func (x *Details) GetSequence() uint64

func (*Details) ProtoMessage

func (*Details) ProtoMessage()

func (*Details) ProtoReflect

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

func (*Details) Reset

func (x *Details) Reset()

func (*Details) String

func (x *Details) String() string

type ListDetails

type ListDetails struct {
	TotalResult       uint64                 `protobuf:"varint,1,opt,name=total_result,json=totalResult,proto3" json:"total_result,omitempty"`
	ProcessedSequence uint64                 `protobuf:"varint,2,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
	Timestamp         *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDetails) Descriptor deprecated

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

Deprecated: Use ListDetails.ProtoReflect.Descriptor instead.

func (*ListDetails) GetProcessedSequence

func (x *ListDetails) GetProcessedSequence() uint64

func (*ListDetails) GetTimestamp

func (x *ListDetails) GetTimestamp() *timestamppb.Timestamp

func (*ListDetails) GetTotalResult

func (x *ListDetails) GetTotalResult() uint64

func (*ListDetails) ProtoMessage

func (*ListDetails) ProtoMessage()

func (*ListDetails) ProtoReflect

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

func (*ListDetails) Reset

func (x *ListDetails) Reset()

func (*ListDetails) String

func (x *ListDetails) String() string

type ListQuery

type ListQuery struct {
	Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,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 (*ListQuery) Descriptor deprecated

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

Deprecated: Use ListQuery.ProtoReflect.Descriptor instead.

func (*ListQuery) GetAsc

func (x *ListQuery) GetAsc() bool

func (*ListQuery) GetLimit

func (x *ListQuery) GetLimit() uint32

func (*ListQuery) GetOffset

func (x *ListQuery) GetOffset() uint64

func (*ListQuery) ProtoMessage

func (*ListQuery) ProtoMessage()

func (*ListQuery) ProtoReflect

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

func (*ListQuery) Reset

func (x *ListQuery) Reset()

func (*ListQuery) String

func (x *ListQuery) String() string

type ListQueryMethod added in v2.1.6

type ListQueryMethod int32
const (
	ListQueryMethod_LIST_QUERY_METHOD_IN ListQueryMethod = 0
)

func (ListQueryMethod) Descriptor added in v2.1.6

func (ListQueryMethod) Enum added in v2.1.6

func (x ListQueryMethod) Enum() *ListQueryMethod

func (ListQueryMethod) EnumDescriptor deprecated added in v2.1.6

func (ListQueryMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListQueryMethod.Descriptor instead.

func (ListQueryMethod) Number added in v2.1.6

func (ListQueryMethod) String added in v2.1.6

func (x ListQueryMethod) String() string

func (ListQueryMethod) Type added in v2.1.6

type Organisation deprecated

type Organisation struct {

	// Types that are assignable to Org:
	//
	//	*Organisation_OrgId
	//	*Organisation_OrgDomain
	Org isOrganisation_Org `protobuf_oneof:"org"`
	// contains filtered or unexported fields
}

Deprecated: use Organization

func (*Organisation) Descriptor deprecated

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

Deprecated: Use Organisation.ProtoReflect.Descriptor instead.

func (*Organisation) GetOrg

func (m *Organisation) GetOrg() isOrganisation_Org

func (*Organisation) GetOrgDomain

func (x *Organisation) GetOrgDomain() string

func (*Organisation) GetOrgId

func (x *Organisation) GetOrgId() string

func (*Organisation) ProtoMessage

func (*Organisation) ProtoMessage()

func (*Organisation) ProtoReflect

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

func (*Organisation) Reset

func (x *Organisation) Reset()

func (*Organisation) String

func (x *Organisation) String() string

type Organisation_OrgDomain

type Organisation_OrgDomain struct {
	OrgDomain string `protobuf:"bytes,2,opt,name=org_domain,json=orgDomain,proto3,oneof"`
}

type Organisation_OrgId

type Organisation_OrgId struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3,oneof"`
}

type Organization added in v2.1.2

type Organization struct {

	// Types that are assignable to Org:
	//
	//	*Organization_OrgId
	//	*Organization_OrgDomain
	Org isOrganization_Org `protobuf_oneof:"org"`
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated added in v2.1.2

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

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetOrg added in v2.1.2

func (m *Organization) GetOrg() isOrganization_Org

func (*Organization) GetOrgDomain added in v2.1.2

func (x *Organization) GetOrgDomain() string

func (*Organization) GetOrgId added in v2.1.2

func (x *Organization) GetOrgId() string

func (*Organization) ProtoMessage added in v2.1.2

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect added in v2.1.2

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

func (*Organization) Reset added in v2.1.2

func (x *Organization) Reset()

func (*Organization) String added in v2.1.2

func (x *Organization) String() string

type Organization_OrgDomain added in v2.1.2

type Organization_OrgDomain struct {
	OrgDomain string `protobuf:"bytes,2,opt,name=org_domain,json=orgDomain,proto3,oneof"`
}

type Organization_OrgId added in v2.1.2

type Organization_OrgId struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3,oneof"`
}

type RequestContext

type RequestContext struct {

	// Types that are assignable to ResourceOwner:
	//
	//	*RequestContext_OrgId
	//	*RequestContext_Instance
	ResourceOwner isRequestContext_ResourceOwner `protobuf_oneof:"resource_owner"`
	// contains filtered or unexported fields
}

func (*RequestContext) Descriptor deprecated

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

Deprecated: Use RequestContext.ProtoReflect.Descriptor instead.

func (*RequestContext) GetInstance

func (x *RequestContext) GetInstance() bool

func (*RequestContext) GetOrgId

func (x *RequestContext) GetOrgId() string

func (*RequestContext) GetResourceOwner

func (m *RequestContext) GetResourceOwner() isRequestContext_ResourceOwner

func (*RequestContext) ProtoMessage

func (*RequestContext) ProtoMessage()

func (*RequestContext) ProtoReflect

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

func (*RequestContext) Reset

func (x *RequestContext) Reset()

func (*RequestContext) String

func (x *RequestContext) String() string

type RequestContext_Instance

type RequestContext_Instance struct {
	Instance bool `protobuf:"varint,2,opt,name=instance,proto3,oneof"`
}

type RequestContext_OrgId

type RequestContext_OrgId struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3,oneof"`
}

type TextQueryMethod added in v2.1.6

type TextQueryMethod int32
const (
	TextQueryMethod_TEXT_QUERY_METHOD_EQUALS                  TextQueryMethod = 0
	TextQueryMethod_TEXT_QUERY_METHOD_EQUALS_IGNORE_CASE      TextQueryMethod = 1
	TextQueryMethod_TEXT_QUERY_METHOD_STARTS_WITH             TextQueryMethod = 2
	TextQueryMethod_TEXT_QUERY_METHOD_STARTS_WITH_IGNORE_CASE TextQueryMethod = 3
	TextQueryMethod_TEXT_QUERY_METHOD_CONTAINS                TextQueryMethod = 4
	TextQueryMethod_TEXT_QUERY_METHOD_CONTAINS_IGNORE_CASE    TextQueryMethod = 5
	TextQueryMethod_TEXT_QUERY_METHOD_ENDS_WITH               TextQueryMethod = 6
	TextQueryMethod_TEXT_QUERY_METHOD_ENDS_WITH_IGNORE_CASE   TextQueryMethod = 7
)

func (TextQueryMethod) Descriptor added in v2.1.6

func (TextQueryMethod) Enum added in v2.1.6

func (x TextQueryMethod) Enum() *TextQueryMethod

func (TextQueryMethod) EnumDescriptor deprecated added in v2.1.6

func (TextQueryMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use TextQueryMethod.Descriptor instead.

func (TextQueryMethod) Number added in v2.1.6

func (TextQueryMethod) String added in v2.1.6

func (x TextQueryMethod) String() string

func (TextQueryMethod) Type added in v2.1.6

type TimestampQueryMethod added in v2.1.6

type TimestampQueryMethod int32
const (
	TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_EQUALS            TimestampQueryMethod = 0
	TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_GREATER           TimestampQueryMethod = 1
	TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_GREATER_OR_EQUALS TimestampQueryMethod = 2
	TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_LESS              TimestampQueryMethod = 3
	TimestampQueryMethod_TIMESTAMP_QUERY_METHOD_LESS_OR_EQUALS    TimestampQueryMethod = 4
)

func (TimestampQueryMethod) Descriptor added in v2.1.6

func (TimestampQueryMethod) Enum added in v2.1.6

func (TimestampQueryMethod) EnumDescriptor deprecated added in v2.1.6

func (TimestampQueryMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use TimestampQueryMethod.Descriptor instead.

func (TimestampQueryMethod) Number added in v2.1.6

func (TimestampQueryMethod) String added in v2.1.6

func (x TimestampQueryMethod) String() string

func (TimestampQueryMethod) Type added in v2.1.6

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL