object

package
v3.0.0-next.3 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2024 License: Apache-2.0 Imports: 7 Imported by: 5

Documentation

Index

Constants

This section is empty.

Variables

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 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

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

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

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetOrg

func (m *Organization) GetOrg() isOrganization_Org

func (*Organization) GetOrgDomain

func (x *Organization) GetOrgDomain() string

func (*Organization) GetOrgId

func (x *Organization) GetOrgId() string

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

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

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

type Organization_OrgDomain

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

type Organization_OrgId

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"`
}

Jump to

Keyboard shortcuts

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