Documentation ¶
Index ¶
- Variables
- type ExternalValue
- func (*ExternalValue) Descriptor() ([]byte, []int)deprecated
- func (x *ExternalValue) GetId() string
- func (x *ExternalValue) GetName() string
- func (m *ExternalValue) GetResolver() isExternalValue_Resolver
- func (*ExternalValue) ProtoMessage()
- func (x *ExternalValue) ProtoReflect() protoreflect.Message
- func (x *ExternalValue) Reset()
- func (x *ExternalValue) String() string
- type ExternalValue_Id
- type ExternalValue_Name
- type Metadata
- func (*Metadata) Descriptor() ([]byte, []int)deprecated
- func (x *Metadata) GetAssuranceLevel() int32
- func (x *Metadata) GetCustomMetadata() map[string]*v1beta2.Value
- func (x *Metadata) GetSource() string
- func (x *Metadata) GetVerificationTime() *timestamppb.Timestamp
- func (*Metadata) ProtoMessage()
- func (x *Metadata) ProtoReflect() protoreflect.Message
- func (x *Metadata) Reset()
- func (x *Metadata) String() string
- type Node
- func (*Node) Descriptor() ([]byte, []int)deprecated
- func (x *Node) GetCreateTime() *timestamppb.Timestamp
- func (x *Node) GetExternalId() string
- func (x *Node) GetId() string
- func (x *Node) GetIsIdentity() bool
- func (x *Node) GetProperties() []*Property
- func (x *Node) GetTags() []string
- func (x *Node) GetType() string
- func (x *Node) GetUpdateTime() *timestamppb.Timestamp
- func (*Node) ProtoMessage()
- func (x *Node) ProtoReflect() protoreflect.Message
- func (x *Node) Reset()
- func (x *Node) String() string
- type Property
- func (*Property) Descriptor() ([]byte, []int)deprecated
- func (x *Property) GetExternalValue() *ExternalValue
- func (x *Property) GetMetadata() *Metadata
- func (x *Property) GetType() string
- func (x *Property) GetValue() *v1beta2.Value
- func (*Property) ProtoMessage()
- func (x *Property) ProtoReflect() protoreflect.Message
- func (x *Property) Reset()
- func (x *Property) String() string
- type Relationship
- func (*Relationship) Descriptor() ([]byte, []int)deprecated
- func (x *Relationship) GetCreateTime() *timestamppb.Timestamp
- func (x *Relationship) GetId() string
- func (x *Relationship) GetProperties() map[string]*v1beta2.Value
- func (x *Relationship) GetSource() string
- func (x *Relationship) GetTarget() string
- func (x *Relationship) GetType() string
- func (x *Relationship) GetUpdateTime() *timestamppb.Timestamp
- func (*Relationship) ProtoMessage()
- func (x *Relationship) ProtoReflect() protoreflect.Message
- func (x *Relationship) Reset()
- func (x *Relationship) String() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetExternalId() *User_ExternalID
- func (x *User) GetProperty() *User_Property
- func (x *User) GetThirdPartyToken() string
- func (m *User) GetUser() isUser_User
- func (x *User) GetUserId() string
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- type User_ExternalID
- func (*User_ExternalID) Descriptor() ([]byte, []int)deprecated
- func (x *User_ExternalID) GetExternalId() string
- func (x *User_ExternalID) GetType() string
- func (*User_ExternalID) ProtoMessage()
- func (x *User_ExternalID) ProtoReflect() protoreflect.Message
- func (x *User_ExternalID) Reset()
- func (x *User_ExternalID) String() string
- type User_ExternalId
- type User_Property
- func (*User_Property) Descriptor() ([]byte, []int)deprecated
- func (x *User_Property) GetType() string
- func (x *User_Property) GetValue() *v1beta1.Value
- func (*User_Property) ProtoMessage()
- func (x *User_Property) ProtoReflect() protoreflect.Message
- func (x *User_Property) Reset()
- func (x *User_Property) String() string
- type User_Property_
- type User_ThirdPartyToken
- type User_UserId
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) GetCustomMetadata ¶
func (*Metadata) GetVerificationTime ¶
func (x *Metadata) GetVerificationTime() *timestamppb.Timestamp
func (*Metadata) ProtoReflect ¶
func (x *Metadata) ProtoReflect() protoreflect.Message
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) GetCreateTime ¶
func (x *Node) GetCreateTime() *timestamppb.Timestamp
func (*Node) GetUpdateTime ¶
func (x *Node) GetUpdateTime() *timestamppb.Timestamp
func (*Node) ProtoReflect ¶
func (x *Node) ProtoReflect() protoreflect.Message
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) GetExternalValue ¶
func (x *Property) GetExternalValue() *ExternalValue
func (*Property) ProtoReflect ¶
func (x *Property) ProtoReflect() protoreflect.Message
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) GetExternalId ¶
func (x *User) GetExternalId() *User_ExternalID
func (*User) GetProperty ¶
func (x *User) GetProperty() *User_Property
func (*User) ProtoReflect ¶
func (x *User) ProtoReflect() protoreflect.Message
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"`
}
Click to show internal directories.
Click to hide internal directories.