objectsv1beta1

package
v1.31.0-20240823095834... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_indykite_knowledge_objects_v1beta1_ikg_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ExternalValue

type ExternalValue struct {

	// Types that are assignable to Resolver:
	//
	//	*ExternalValue_Id
	//	*ExternalValue_Name
	Resolver isExternalValue_Resolver `protobuf_oneof:"resolver"`
	// contains filtered or unexported fields
}

func (*ExternalValue) Descriptor deprecated

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

Deprecated: Use ExternalValue.ProtoReflect.Descriptor instead.

func (*ExternalValue) GetId

func (x *ExternalValue) GetId() string

func (*ExternalValue) GetName

func (x *ExternalValue) GetName() string

func (*ExternalValue) GetResolver

func (m *ExternalValue) GetResolver() isExternalValue_Resolver

func (*ExternalValue) ProtoMessage

func (*ExternalValue) ProtoMessage()

func (*ExternalValue) ProtoReflect

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

func (*ExternalValue) Reset

func (x *ExternalValue) Reset()

func (*ExternalValue) String

func (x *ExternalValue) String() string

type ExternalValue_Id

type ExternalValue_Id struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3,oneof"`
}

type ExternalValue_Name

type ExternalValue_Name struct {
	Name string `protobuf:"bytes,2,opt,name=name,proto3,oneof"`
}

type Metadata

type Metadata struct {
	AssuranceLevel   int32                     `protobuf:"varint,1,opt,name=assurance_level,json=assuranceLevel,proto3" json:"assurance_level,omitempty"`
	VerificationTime *timestamppb.Timestamp    `protobuf:"bytes,2,opt,name=verification_time,json=verificationTime,proto3" json:"verification_time,omitempty"`
	Source           string                    `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	CustomMetadata   map[string]*v1beta2.Value `` /* 191-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Metadata) Descriptor deprecated

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetAssuranceLevel

func (x *Metadata) GetAssuranceLevel() int32

func (*Metadata) GetCustomMetadata

func (x *Metadata) GetCustomMetadata() map[string]*v1beta2.Value

func (*Metadata) GetSource

func (x *Metadata) GetSource() string

func (*Metadata) GetVerificationTime

func (x *Metadata) GetVerificationTime() *timestamppb.Timestamp

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

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

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

type Node

type Node struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // read-only
	ExternalId string                 `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Type       string                 `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Tags       []string               `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // read-only
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // read-only
	Properties []*Property            `protobuf:"bytes,7,rep,name=properties,proto3" json:"properties,omitempty"`
	IsIdentity bool                   `protobuf:"varint,8,opt,name=is_identity,json=isIdentity,proto3" json:"is_identity,omitempty"`
	// contains filtered or unexported fields
}

func (*Node) Descriptor deprecated

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

Deprecated: Use Node.ProtoReflect.Descriptor instead.

func (*Node) GetCreateTime

func (x *Node) GetCreateTime() *timestamppb.Timestamp

func (*Node) GetExternalId

func (x *Node) GetExternalId() string

func (*Node) GetId

func (x *Node) GetId() string

func (*Node) GetIsIdentity

func (x *Node) GetIsIdentity() bool

func (*Node) GetProperties

func (x *Node) GetProperties() []*Property

func (*Node) GetTags

func (x *Node) GetTags() []string

func (*Node) GetType

func (x *Node) GetType() string

func (*Node) GetUpdateTime

func (x *Node) GetUpdateTime() *timestamppb.Timestamp

func (*Node) ProtoMessage

func (*Node) ProtoMessage()

func (*Node) ProtoReflect

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

func (*Node) Reset

func (x *Node) Reset()

func (*Node) String

func (x *Node) String() string

type Property

type Property struct {
	Type          string         `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Value         *v1beta2.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	ExternalValue *ExternalValue `protobuf:"bytes,4,opt,name=external_value,json=externalValue,proto3" json:"external_value,omitempty"`
	Metadata      *Metadata      `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Property) Descriptor deprecated

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

Deprecated: Use Property.ProtoReflect.Descriptor instead.

func (*Property) GetExternalValue

func (x *Property) GetExternalValue() *ExternalValue

func (*Property) GetMetadata

func (x *Property) GetMetadata() *Metadata

func (*Property) GetType

func (x *Property) GetType() string

func (*Property) GetValue

func (x *Property) GetValue() *v1beta2.Value

func (*Property) ProtoMessage

func (*Property) ProtoMessage()

func (*Property) ProtoReflect

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

func (*Property) Reset

func (x *Property) Reset()

func (*Property) String

func (x *Property) String() string

type Relationship

type Relationship struct {
	Id         string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // read-only
	Type       string                    `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Source     string                    `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	Target     string                    `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"`
	CreateTime *timestamppb.Timestamp    `protobuf:"bytes,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // read-only
	UpdateTime *timestamppb.Timestamp    `protobuf:"bytes,6,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"` // read-only
	Properties map[string]*v1beta2.Value ``                                                                                            /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Relationship) Descriptor deprecated

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

Deprecated: Use Relationship.ProtoReflect.Descriptor instead.

func (*Relationship) GetCreateTime

func (x *Relationship) GetCreateTime() *timestamppb.Timestamp

func (*Relationship) GetId

func (x *Relationship) GetId() string

func (*Relationship) GetProperties

func (x *Relationship) GetProperties() map[string]*v1beta2.Value

func (*Relationship) GetSource

func (x *Relationship) GetSource() string

func (*Relationship) GetTarget

func (x *Relationship) GetTarget() string

func (*Relationship) GetType

func (x *Relationship) GetType() string

func (*Relationship) GetUpdateTime

func (x *Relationship) GetUpdateTime() *timestamppb.Timestamp

func (*Relationship) ProtoMessage

func (*Relationship) ProtoMessage()

func (*Relationship) ProtoReflect

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

func (*Relationship) Reset

func (x *Relationship) Reset()

func (*Relationship) String

func (x *Relationship) String() string

type User

type User struct {

	// Types that are assignable to User:
	//
	//	*User_UserId
	//	*User_Property_
	//	*User_ExternalId
	//	*User_ThirdPartyToken
	User isUser_User `protobuf_oneof:"user"`
	// contains filtered or unexported fields
}

User to look up in the Identity Knowledge Graph.

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetExternalId

func (x *User) GetExternalId() *User_ExternalID

func (*User) GetProperty

func (x *User) GetProperty() *User_Property

func (*User) GetThirdPartyToken

func (x *User) GetThirdPartyToken() string

func (*User) GetUser

func (m *User) GetUser() isUser_User

func (*User) GetUserId

func (x *User) GetUserId() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type User_ExternalID

type User_ExternalID struct {
	Type       string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	// contains filtered or unexported fields
}

func (*User_ExternalID) Descriptor deprecated

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

Deprecated: Use User_ExternalID.ProtoReflect.Descriptor instead.

func (*User_ExternalID) GetExternalId

func (x *User_ExternalID) GetExternalId() string

func (*User_ExternalID) GetType

func (x *User_ExternalID) GetType() string

func (*User_ExternalID) ProtoMessage

func (*User_ExternalID) ProtoMessage()

func (*User_ExternalID) ProtoReflect

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

func (*User_ExternalID) Reset

func (x *User_ExternalID) Reset()

func (*User_ExternalID) String

func (x *User_ExternalID) String() string

type User_ExternalId

type User_ExternalId struct {
	ExternalId *User_ExternalID `protobuf:"bytes,5,opt,name=external_id,json=externalId,proto3,oneof"`
}

type User_Property

type User_Property struct {
	Type  string         `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Value *v1beta1.Value `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*User_Property) Descriptor deprecated

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

Deprecated: Use User_Property.ProtoReflect.Descriptor instead.

func (*User_Property) GetType

func (x *User_Property) GetType() string

func (*User_Property) GetValue

func (x *User_Property) GetValue() *v1beta1.Value

func (*User_Property) ProtoMessage

func (*User_Property) ProtoMessage()

func (*User_Property) ProtoReflect

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

func (*User_Property) Reset

func (x *User_Property) Reset()

func (*User_Property) String

func (x *User_Property) String() string

type User_Property_

type User_Property_ struct {
	Property *User_Property `protobuf:"bytes,3,opt,name=property,proto3,oneof"`
}

type User_ThirdPartyToken

type User_ThirdPartyToken struct {
	ThirdPartyToken string `protobuf:"bytes,6,opt,name=third_party_token,json=thirdPartyToken,proto3,oneof"`
}

type User_UserId

type User_UserId struct {
	// Gid, unique identifier for the user
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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