pb

package
v0.0.0-...-afb99dd Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2021 License: AGPL-3.0 Imports: 16 Imported by: 0

Documentation

Overview

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package pb is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	SubjectSetType_name = map[int32]string{
		0: "This",
		1: "Computed",
		2: "TupleSubjectSet",
		3: "FromTuple",
	}
	SubjectSetType_value = map[string]int32{
		"This":            0,
		"Computed":        1,
		"TupleSubjectSet": 2,
		"FromTuple":       3,
	}
)

Enum value maps for SubjectSetType.

View Source
var (
	ClientType_name = map[int32]string{
		0: "web",
		1: "mobile",
		2: "desktop",
	}
	ClientType_value = map[string]int32{
		"web":     0,
		"mobile":  1,
		"desktop": 2,
	}
)

Enum value maps for ClientType.

View Source
var (
	AccessType_name = map[int32]string{
		0: "Default",
		1: "Reference",
	}
	AccessType_value = map[string]int32{
		"Default":   0,
		"Reference": 1,
	}
)

Enum value maps for AccessType.

View Source
var File_proto_acl_proto protoreflect.FileDescriptor
View Source
var File_proto_auth_proto protoreflect.FileDescriptor
View Source
var File_proto_files_proto protoreflect.FileDescriptor
View Source
var File_proto_objects_proto protoreflect.FileDescriptor
View Source
var File_proto_se_proto protoreflect.FileDescriptor

Functions

func RegisterAccessManagerHandler

func RegisterAccessManagerHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAccessManagerHandler registers the http handlers for service AccessManager to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAccessManagerHandlerClient

func RegisterAccessManagerHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AccessManagerClient) error

RegisterAccessManagerHandlerClient registers the http handlers for service AccessManager to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AccessManagerClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AccessManagerClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AccessManagerClient" to call the correct interceptors.

func RegisterAccessManagerHandlerFromEndpoint

func RegisterAccessManagerHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAccessManagerHandlerFromEndpoint is same as RegisterAccessManagerHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAccessManagerHandlerServer

func RegisterAccessManagerHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AccessManagerServer) error

RegisterAccessManagerHandlerServer registers the http handlers for service AccessManager to "mux". UnaryRPC :call AccessManagerServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAccessManagerHandlerFromEndpoint instead.

func RegisterAccessManagerServer

func RegisterAccessManagerServer(s *grpc.Server, srv AccessManagerServer)

func RegisterFilesHandler

func RegisterFilesHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterFilesHandler registers the http handlers for service Files to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterFilesHandlerClient

func RegisterFilesHandlerClient(ctx context.Context, mux *runtime.ServeMux, client FilesClient) error

RegisterFilesHandlerClient registers the http handlers for service Files to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "FilesClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "FilesClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "FilesClient" to call the correct interceptors.

func RegisterFilesHandlerFromEndpoint

func RegisterFilesHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterFilesHandlerFromEndpoint is same as RegisterFilesHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterFilesHandlerServer

func RegisterFilesHandlerServer(ctx context.Context, mux *runtime.ServeMux, server FilesServer) error

RegisterFilesHandlerServer registers the http handlers for service Files to "mux". UnaryRPC :call FilesServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterFilesHandlerFromEndpoint instead.

func RegisterFilesServer

func RegisterFilesServer(s *grpc.Server, srv FilesServer)

func RegisterObjectsHandler

func RegisterObjectsHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterObjectsHandler registers the http handlers for service Objects to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterObjectsHandlerClient

func RegisterObjectsHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ObjectsClient) error

RegisterObjectsHandlerClient registers the http handlers for service Objects to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ObjectsClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ObjectsClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ObjectsClient" to call the correct interceptors.

func RegisterObjectsHandlerFromEndpoint

func RegisterObjectsHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterObjectsHandlerFromEndpoint is same as RegisterObjectsHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterObjectsHandlerServer

func RegisterObjectsHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ObjectsServer) error

RegisterObjectsHandlerServer registers the http handlers for service Objects to "mux". UnaryRPC :call ObjectsServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterObjectsHandlerFromEndpoint instead.

func RegisterObjectsServer

func RegisterObjectsServer(s *grpc.Server, srv ObjectsServer)

func RegisterSearchEngineHandler

func RegisterSearchEngineHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterSearchEngineHandler registers the http handlers for service SearchEngine to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterSearchEngineHandlerClient

func RegisterSearchEngineHandlerClient(ctx context.Context, mux *runtime.ServeMux, client SearchEngineClient) error

RegisterSearchEngineHandlerClient registers the http handlers for service SearchEngine to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "SearchEngineClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "SearchEngineClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "SearchEngineClient" to call the correct interceptors.

func RegisterSearchEngineHandlerFromEndpoint

func RegisterSearchEngineHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterSearchEngineHandlerFromEndpoint is same as RegisterSearchEngineHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterSearchEngineHandlerServer

func RegisterSearchEngineHandlerServer(ctx context.Context, mux *runtime.ServeMux, server SearchEngineServer) error

RegisterSearchEngineHandlerServer registers the http handlers for service SearchEngine to "mux". UnaryRPC :call SearchEngineServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterSearchEngineHandlerFromEndpoint instead.

func RegisterSearchEngineServer

func RegisterSearchEngineServer(s *grpc.Server, srv SearchEngineServer)

func RegisterServiceHandler

func RegisterServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterServiceHandler registers the http handlers for service Service to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterServiceHandlerClient

func RegisterServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ServiceClient) error

RegisterServiceHandlerClient registers the http handlers for service Service to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ServiceClient" to call the correct interceptors.

func RegisterServiceHandlerFromEndpoint

func RegisterServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterServiceHandlerFromEndpoint is same as RegisterServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterServiceHandlerServer

func RegisterServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ServiceServer) error

RegisterServiceHandlerServer registers the http handlers for service Service to "mux". UnaryRPC :call ServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterServiceHandlerFromEndpoint instead.

func RegisterServiceServer

func RegisterServiceServer(s *grpc.Server, srv ServiceServer)

Types

type ACL

type ACL struct {
	Object   string `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	Relation string `protobuf:"bytes,2,opt,name=relation,proto3" json:"relation,omitempty"`
	Subject  string `protobuf:"bytes,3,opt,name=subject,proto3" json:"subject,omitempty"`
	// contains filtered or unexported fields
}

func (*ACL) Descriptor deprecated

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

Deprecated: Use ACL.ProtoReflect.Descriptor instead.

func (*ACL) GetObject

func (x *ACL) GetObject() string

func (*ACL) GetRelation

func (x *ACL) GetRelation() string

func (*ACL) GetSubject

func (x *ACL) GetSubject() string

func (*ACL) ProtoMessage

func (*ACL) ProtoMessage()

func (*ACL) ProtoReflect

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

func (*ACL) Reset

func (x *ACL) Reset()

func (*ACL) String

func (x *ACL) String() string

type ACLConfig

type ACLConfig struct {
	Namespace           string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	RelationWithCreated string `protobuf:"bytes,2,opt,name=relation_with_created,json=relationWithCreated,proto3" json:"relation_with_created,omitempty"`
	// contains filtered or unexported fields
}

func (*ACLConfig) Descriptor deprecated

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

Deprecated: Use ACLConfig.ProtoReflect.Descriptor instead.

func (*ACLConfig) GetNamespace

func (x *ACLConfig) GetNamespace() string

func (*ACLConfig) GetRelationWithCreated

func (x *ACLConfig) GetRelationWithCreated() string

func (*ACLConfig) ProtoMessage

func (*ACLConfig) ProtoMessage()

func (*ACLConfig) ProtoReflect

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

func (*ACLConfig) Reset

func (x *ACLConfig) Reset()

func (*ACLConfig) String

func (x *ACLConfig) String() string

type AccessActionRelation

type AccessActionRelation struct {
	View   *FileActionAuthorizedUsers `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"`
	Edit   *FileActionAuthorizedUsers `protobuf:"bytes,2,opt,name=edit,proto3" json:"edit,omitempty"`
	Share  *FileActionAuthorizedUsers `protobuf:"bytes,3,opt,name=share,proto3" json:"share,omitempty"`
	Delete *FileActionAuthorizedUsers `protobuf:"bytes,4,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessActionRelation) Descriptor deprecated

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

Deprecated: Use AccessActionRelation.ProtoReflect.Descriptor instead.

func (*AccessActionRelation) GetDelete

func (*AccessActionRelation) GetEdit

func (*AccessActionRelation) GetShare

func (*AccessActionRelation) GetView

func (*AccessActionRelation) ProtoMessage

func (*AccessActionRelation) ProtoMessage()

func (*AccessActionRelation) ProtoReflect

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

func (*AccessActionRelation) Reset

func (x *AccessActionRelation) Reset()

func (*AccessActionRelation) String

func (x *AccessActionRelation) String() string

type AccessInfo

type AccessInfo struct {
	AccessId   string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	FreeSpace  int64  `protobuf:"varint,2,opt,name=free_space,json=freeSpace,proto3" json:"free_space,omitempty"`
	TotalSpace int64  `protobuf:"varint,3,opt,name=total_space,json=totalSpace,proto3" json:"total_space,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessInfo) Descriptor deprecated

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

Deprecated: Use AccessInfo.ProtoReflect.Descriptor instead.

func (*AccessInfo) GetAccessId

func (x *AccessInfo) GetAccessId() string

func (*AccessInfo) GetFreeSpace

func (x *AccessInfo) GetFreeSpace() int64

func (*AccessInfo) GetTotalSpace

func (x *AccessInfo) GetTotalSpace() int64

func (*AccessInfo) ProtoMessage

func (*AccessInfo) ProtoMessage()

func (*AccessInfo) ProtoReflect

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

func (*AccessInfo) Reset

func (x *AccessInfo) Reset()

func (*AccessInfo) String

func (x *AccessInfo) String() string

type AccessManagerClient

type AccessManagerClient interface {
	CreateAccess(ctx context.Context, in *CreateAccessRequest, opts ...grpc.CallOption) (*CreateAccessResponse, error)
	GetAccess(ctx context.Context, in *GetAccessRequest, opts ...grpc.CallOption) (*GetAccessResponse, error)
	GetAccessList(ctx context.Context, in *GetAccessListRequest, opts ...grpc.CallOption) (AccessManager_GetAccessListClient, error)
	ResolveAccess(ctx context.Context, in *ResolveAccessRequest, opts ...grpc.CallOption) (*ResolveAccessResponse, error)
	DeleteAccess(ctx context.Context, opts ...grpc.CallOption) (AccessManager_DeleteAccessClient, error)
}

AccessManagerClient is the client API for AccessManager service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AccessManagerServer

type AccessManagerServer interface {
	CreateAccess(context.Context, *CreateAccessRequest) (*CreateAccessResponse, error)
	GetAccess(context.Context, *GetAccessRequest) (*GetAccessResponse, error)
	GetAccessList(*GetAccessListRequest, AccessManager_GetAccessListServer) error
	ResolveAccess(context.Context, *ResolveAccessRequest) (*ResolveAccessResponse, error)
	DeleteAccess(AccessManager_DeleteAccessServer) error
	// contains filtered or unexported methods
}

AccessManagerServer is the server API for AccessManager service. All implementations must embed UnimplementedAccessManagerServer for forward compatibility

type AccessManager_DeleteAccessClient

type AccessManager_DeleteAccessClient interface {
	Send(*DeleteAccessRequest) error
	CloseAndRecv() (*DeleteAccessResponse, error)
	grpc.ClientStream
}

type AccessManager_DeleteAccessServer

type AccessManager_DeleteAccessServer interface {
	SendAndClose(*DeleteAccessResponse) error
	Recv() (*DeleteAccessRequest, error)
	grpc.ServerStream
}

type AccessManager_GetAccessListClient

type AccessManager_GetAccessListClient interface {
	Recv() (*FSAccess, error)
	grpc.ClientStream
}

type AccessManager_GetAccessListServer

type AccessManager_GetAccessListServer interface {
	Send(*FSAccess) error
	grpc.ServerStream
}

type AccessRules

type AccessRules struct {
	Label          string `protobuf:"bytes,1,opt,name=label,proto3" json:"label,omitempty"`
	Description    string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	ReadRelation   string `protobuf:"bytes,3,opt,name=read_relation,json=readRelation,proto3" json:"read_relation,omitempty"`
	EditRelation   string `protobuf:"bytes,4,opt,name=edit_relation,json=editRelation,proto3" json:"edit_relation,omitempty"`
	DeleteRelation string `protobuf:"bytes,5,opt,name=delete_relation,json=deleteRelation,proto3" json:"delete_relation,omitempty"`
	// contains filtered or unexported fields
}

func (*AccessRules) Descriptor deprecated

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

Deprecated: Use AccessRules.ProtoReflect.Descriptor instead.

func (*AccessRules) GetDeleteRelation

func (x *AccessRules) GetDeleteRelation() string

func (*AccessRules) GetDescription

func (x *AccessRules) GetDescription() string

func (*AccessRules) GetEditRelation

func (x *AccessRules) GetEditRelation() string

func (*AccessRules) GetLabel

func (x *AccessRules) GetLabel() string

func (*AccessRules) GetReadRelation

func (x *AccessRules) GetReadRelation() string

func (*AccessRules) ProtoMessage

func (*AccessRules) ProtoMessage()

func (*AccessRules) ProtoReflect

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

func (*AccessRules) Reset

func (x *AccessRules) Reset()

func (*AccessRules) String

func (x *AccessRules) String() string

type AccessType

type AccessType int32
const (
	AccessType_Default   AccessType = 0
	AccessType_Reference AccessType = 1
)

func (AccessType) Descriptor

func (AccessType) Descriptor() protoreflect.EnumDescriptor

func (AccessType) Enum

func (x AccessType) Enum() *AccessType

func (AccessType) EnumDescriptor deprecated

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

Deprecated: Use AccessType.Descriptor instead.

func (AccessType) Number

func (x AccessType) Number() protoreflect.EnumNumber

func (AccessType) String

func (x AccessType) String() string

func (AccessType) Type

type And

type And struct {
	Queries []*FieldQuery `protobuf:"bytes,1,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*And) Descriptor deprecated

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

Deprecated: Use And.ProtoReflect.Descriptor instead.

func (*And) GetQueries

func (x *And) GetQueries() []*FieldQuery

func (*And) ProtoMessage

func (*And) ProtoMessage()

func (*And) ProtoReflect

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

func (*And) Reset

func (x *And) Reset()

func (*And) String

func (x *And) String() string

type CheckRequest

type CheckRequest struct {
	SubjectSet *SubjectSet `protobuf:"bytes,1,opt,name=subject_set,json=subjectSet,proto3" json:"subject_set,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckRequest) Descriptor deprecated

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

Deprecated: Use CheckRequest.ProtoReflect.Descriptor instead.

func (*CheckRequest) GetSubjectSet

func (x *CheckRequest) GetSubjectSet() *SubjectSet

func (*CheckRequest) ProtoMessage

func (*CheckRequest) ProtoMessage()

func (*CheckRequest) ProtoReflect

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

func (*CheckRequest) Reset

func (x *CheckRequest) Reset()

func (*CheckRequest) String

func (x *CheckRequest) String() string

type CheckResponse

type CheckResponse struct {
	Valid bool `protobuf:"varint,1,opt,name=valid,proto3" json:"valid,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckResponse) Descriptor deprecated

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

Deprecated: Use CheckResponse.ProtoReflect.Descriptor instead.

func (*CheckResponse) GetValid

func (x *CheckResponse) GetValid() bool

func (*CheckResponse) ProtoMessage

func (*CheckResponse) ProtoMessage()

func (*CheckResponse) ProtoReflect

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

func (*CheckResponse) Reset

func (x *CheckResponse) Reset()

func (*CheckResponse) String

func (x *CheckResponse) String() string

type ClientApp

type ClientApp struct {
	Key      string            `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Secret   string            `protobuf:"bytes,2,opt,name=secret,proto3" json:"secret,omitempty"`
	Type     ClientType        `protobuf:"varint,3,opt,name=type,proto3,enum=ClientType" json:"type,omitempty"`
	AdminApp bool              `protobuf:"varint,4,opt,name=admin_app,json=adminApp,proto3" json:"admin_app,omitempty"`
	Info     map[string]string `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ClientApp) Descriptor deprecated

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

Deprecated: Use ClientApp.ProtoReflect.Descriptor instead.

func (*ClientApp) GetAdminApp

func (x *ClientApp) GetAdminApp() bool

func (*ClientApp) GetInfo

func (x *ClientApp) GetInfo() map[string]string

func (*ClientApp) GetKey

func (x *ClientApp) GetKey() string

func (*ClientApp) GetSecret

func (x *ClientApp) GetSecret() string

func (*ClientApp) GetType

func (x *ClientApp) GetType() ClientType

func (*ClientApp) ProtoMessage

func (*ClientApp) ProtoMessage()

func (*ClientApp) ProtoReflect

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

func (*ClientApp) Reset

func (x *ClientApp) Reset()

func (*ClientApp) String

func (x *ClientApp) String() string

type ClientType

type ClientType int32
const (
	ClientType_web     ClientType = 0
	ClientType_mobile  ClientType = 1
	ClientType_desktop ClientType = 2
)

func (ClientType) Descriptor

func (ClientType) Descriptor() protoreflect.EnumDescriptor

func (ClientType) Enum

func (x ClientType) Enum() *ClientType

func (ClientType) EnumDescriptor deprecated

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

Deprecated: Use ClientType.Descriptor instead.

func (ClientType) Number

func (x ClientType) Number() protoreflect.EnumNumber

func (ClientType) String

func (x ClientType) String() string

func (ClientType) Type

type Collection

type Collection struct {
	Id                    string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Label                 string           `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Description           string           `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	NumberIndex           *NumberIndex     `protobuf:"bytes,4,opt,name=number_index,json=numberIndex,proto3" json:"number_index,omitempty"`
	TextIndexes           []*TextIndex     `protobuf:"bytes,5,rep,name=text_indexes,json=textIndexes,proto3" json:"text_indexes,omitempty"`
	FieldsIndex           *PropertiesIndex `protobuf:"bytes,6,opt,name=fields_index,json=fieldsIndex,proto3" json:"fields_index,omitempty"`
	ActionAuthorizedUsers *PathAccessRules `` /* 126-byte string literal not displayed */
	AclConfig             *ACLConfig       `protobuf:"bytes,8,opt,name=acl_config,json=aclConfig,proto3" json:"acl_config,omitempty"`
	// contains filtered or unexported fields
}

func (*Collection) Descriptor deprecated

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

Deprecated: Use Collection.ProtoReflect.Descriptor instead.

func (*Collection) GetAclConfig

func (x *Collection) GetAclConfig() *ACLConfig

func (*Collection) GetActionAuthorizedUsers

func (x *Collection) GetActionAuthorizedUsers() *PathAccessRules

func (*Collection) GetDescription

func (x *Collection) GetDescription() string

func (*Collection) GetFieldsIndex

func (x *Collection) GetFieldsIndex() *PropertiesIndex

func (*Collection) GetId

func (x *Collection) GetId() string

func (*Collection) GetLabel

func (x *Collection) GetLabel() string

func (*Collection) GetNumberIndex

func (x *Collection) GetNumberIndex() *NumberIndex

func (*Collection) GetTextIndexes

func (x *Collection) GetTextIndexes() []*TextIndex

func (*Collection) ProtoMessage

func (*Collection) ProtoMessage()

func (*Collection) ProtoReflect

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

func (*Collection) Reset

func (x *Collection) Reset()

func (*Collection) String

func (x *Collection) String() string

type Contains

type Contains struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Contains) Descriptor deprecated

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

Deprecated: Use Contains.ProtoReflect.Descriptor instead.

func (*Contains) GetField

func (x *Contains) GetField() string

func (*Contains) GetValue

func (x *Contains) GetValue() string

func (*Contains) ProtoMessage

func (*Contains) ProtoMessage()

func (*Contains) ProtoReflect

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

func (*Contains) Reset

func (x *Contains) Reset()

func (*Contains) String

func (x *Contains) String() string

type CopyFileRequest

type CopyFileRequest struct {
	AccessId  string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	Path      string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	TargetDir string `protobuf:"bytes,3,opt,name=target_dir,json=targetDir,proto3" json:"target_dir,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyFileRequest) Descriptor deprecated

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

Deprecated: Use CopyFileRequest.ProtoReflect.Descriptor instead.

func (*CopyFileRequest) GetAccessId

func (x *CopyFileRequest) GetAccessId() string

func (*CopyFileRequest) GetPath

func (x *CopyFileRequest) GetPath() string

func (*CopyFileRequest) GetTargetDir

func (x *CopyFileRequest) GetTargetDir() string

func (*CopyFileRequest) ProtoMessage

func (*CopyFileRequest) ProtoMessage()

func (*CopyFileRequest) ProtoReflect

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

func (*CopyFileRequest) Reset

func (x *CopyFileRequest) Reset()

func (*CopyFileRequest) String

func (x *CopyFileRequest) String() string

type CopyFileResponse

type CopyFileResponse struct {
	CopyName string `protobuf:"bytes,1,opt,name=copy_name,json=copyName,proto3" json:"copy_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CopyFileResponse) Descriptor deprecated

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

Deprecated: Use CopyFileResponse.ProtoReflect.Descriptor instead.

func (*CopyFileResponse) GetCopyName

func (x *CopyFileResponse) GetCopyName() string

func (*CopyFileResponse) ProtoMessage

func (*CopyFileResponse) ProtoMessage()

func (*CopyFileResponse) ProtoReflect

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

func (*CopyFileResponse) Reset

func (x *CopyFileResponse) Reset()

func (*CopyFileResponse) String

func (x *CopyFileResponse) String() string

type CreateAccessRequest

type CreateAccessRequest struct {
	Access *FSAccess `protobuf:"bytes,1,opt,name=access,proto3" json:"access,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAccessRequest) Descriptor deprecated

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

Deprecated: Use CreateAccessRequest.ProtoReflect.Descriptor instead.

func (*CreateAccessRequest) GetAccess

func (x *CreateAccessRequest) GetAccess() *FSAccess

func (*CreateAccessRequest) ProtoMessage

func (*CreateAccessRequest) ProtoMessage()

func (*CreateAccessRequest) ProtoReflect

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

func (*CreateAccessRequest) Reset

func (x *CreateAccessRequest) Reset()

func (*CreateAccessRequest) String

func (x *CreateAccessRequest) String() string

type CreateAccessResponse

type CreateAccessResponse struct {
	// contains filtered or unexported fields
}

func (*CreateAccessResponse) Descriptor deprecated

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

Deprecated: Use CreateAccessResponse.ProtoReflect.Descriptor instead.

func (*CreateAccessResponse) ProtoMessage

func (*CreateAccessResponse) ProtoMessage()

func (*CreateAccessResponse) ProtoReflect

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

func (*CreateAccessResponse) Reset

func (x *CreateAccessResponse) Reset()

func (*CreateAccessResponse) String

func (x *CreateAccessResponse) String() string

type CreateCollectionRequest

type CreateCollectionRequest struct {
	Collection *Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCollectionRequest) Descriptor deprecated

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

Deprecated: Use CreateCollectionRequest.ProtoReflect.Descriptor instead.

func (*CreateCollectionRequest) GetCollection

func (x *CreateCollectionRequest) GetCollection() *Collection

func (*CreateCollectionRequest) ProtoMessage

func (*CreateCollectionRequest) ProtoMessage()

func (*CreateCollectionRequest) ProtoReflect

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

func (*CreateCollectionRequest) Reset

func (x *CreateCollectionRequest) Reset()

func (*CreateCollectionRequest) String

func (x *CreateCollectionRequest) String() string

type CreateCollectionResponse

type CreateCollectionResponse struct {
	// contains filtered or unexported fields
}

func (*CreateCollectionResponse) Descriptor deprecated

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

Deprecated: Use CreateCollectionResponse.ProtoReflect.Descriptor instead.

func (*CreateCollectionResponse) ProtoMessage

func (*CreateCollectionResponse) ProtoMessage()

func (*CreateCollectionResponse) ProtoReflect

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

func (*CreateCollectionResponse) Reset

func (x *CreateCollectionResponse) Reset()

func (*CreateCollectionResponse) String

func (x *CreateCollectionResponse) String() string

type CreateDirRequest

type CreateDirRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	Path     string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDirRequest) Descriptor deprecated

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

Deprecated: Use CreateDirRequest.ProtoReflect.Descriptor instead.

func (*CreateDirRequest) GetAccessId

func (x *CreateDirRequest) GetAccessId() string

func (*CreateDirRequest) GetPath

func (x *CreateDirRequest) GetPath() string

func (*CreateDirRequest) ProtoMessage

func (*CreateDirRequest) ProtoMessage()

func (*CreateDirRequest) ProtoReflect

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

func (*CreateDirRequest) Reset

func (x *CreateDirRequest) Reset()

func (*CreateDirRequest) String

func (x *CreateDirRequest) String() string

type CreateDirResponse

type CreateDirResponse struct {
	// contains filtered or unexported fields
}

func (*CreateDirResponse) Descriptor deprecated

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

Deprecated: Use CreateDirResponse.ProtoReflect.Descriptor instead.

func (*CreateDirResponse) ProtoMessage

func (*CreateDirResponse) ProtoMessage()

func (*CreateDirResponse) ProtoReflect

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

func (*CreateDirResponse) Reset

func (x *CreateDirResponse) Reset()

func (*CreateDirResponse) String

func (x *CreateDirResponse) String() string

type DBEntry

type DBEntry struct {
	Sid         int64  `protobuf:"varint,1,opt,name=sid,proto3" json:"sid,omitempty"`
	Object      string `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	Relation    string `protobuf:"bytes,3,opt,name=relation,proto3" json:"relation,omitempty"`
	Subject     string `protobuf:"bytes,4,opt,name=subject,proto3" json:"subject,omitempty"`
	StateMinAge int64  `protobuf:"varint,5,opt,name=state_min_age,json=stateMinAge,proto3" json:"state_min_age,omitempty"`
	// contains filtered or unexported fields
}

func (*DBEntry) Descriptor deprecated

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

Deprecated: Use DBEntry.ProtoReflect.Descriptor instead.

func (*DBEntry) GetObject

func (x *DBEntry) GetObject() string

func (*DBEntry) GetRelation

func (x *DBEntry) GetRelation() string

func (*DBEntry) GetSid

func (x *DBEntry) GetSid() int64

func (*DBEntry) GetStateMinAge

func (x *DBEntry) GetStateMinAge() int64

func (*DBEntry) GetSubject

func (x *DBEntry) GetSubject() string

func (*DBEntry) ProtoMessage

func (*DBEntry) ProtoMessage()

func (*DBEntry) ProtoReflect

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

func (*DBEntry) Reset

func (x *DBEntry) Reset()

func (*DBEntry) String

func (x *DBEntry) String() string

type DBObjectSetInfo

type DBObjectSetInfo struct {
	Subject     string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	Relation    string `protobuf:"bytes,2,opt,name=relation,proto3" json:"relation,omitempty"`
	StateMinAge int64  `protobuf:"varint,3,opt,name=state_min_age,json=stateMinAge,proto3" json:"state_min_age,omitempty"`
	// contains filtered or unexported fields
}

func (*DBObjectSetInfo) Descriptor deprecated

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

Deprecated: Use DBObjectSetInfo.ProtoReflect.Descriptor instead.

func (*DBObjectSetInfo) GetRelation

func (x *DBObjectSetInfo) GetRelation() string

func (*DBObjectSetInfo) GetStateMinAge

func (x *DBObjectSetInfo) GetStateMinAge() int64

func (*DBObjectSetInfo) GetSubject

func (x *DBObjectSetInfo) GetSubject() string

func (*DBObjectSetInfo) ProtoMessage

func (*DBObjectSetInfo) ProtoMessage()

func (*DBObjectSetInfo) ProtoReflect

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

func (*DBObjectSetInfo) Reset

func (x *DBObjectSetInfo) Reset()

func (*DBObjectSetInfo) String

func (x *DBObjectSetInfo) String() string

type DBSubjectSetInfo

type DBSubjectSetInfo struct {
	Object      string `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	Relation    string `protobuf:"bytes,2,opt,name=relation,proto3" json:"relation,omitempty"`
	StateMinAge int64  `protobuf:"varint,3,opt,name=state_min_age,json=stateMinAge,proto3" json:"state_min_age,omitempty"`
	// contains filtered or unexported fields
}

func (*DBSubjectSetInfo) Descriptor deprecated

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

Deprecated: Use DBSubjectSetInfo.ProtoReflect.Descriptor instead.

func (*DBSubjectSetInfo) GetObject

func (x *DBSubjectSetInfo) GetObject() string

func (*DBSubjectSetInfo) GetRelation

func (x *DBSubjectSetInfo) GetRelation() string

func (*DBSubjectSetInfo) GetStateMinAge

func (x *DBSubjectSetInfo) GetStateMinAge() int64

func (*DBSubjectSetInfo) ProtoMessage

func (*DBSubjectSetInfo) ProtoMessage()

func (*DBSubjectSetInfo) ProtoReflect

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

func (*DBSubjectSetInfo) Reset

func (x *DBSubjectSetInfo) Reset()

func (*DBSubjectSetInfo) String

func (x *DBSubjectSetInfo) String() string

type DeleteACLRequest

type DeleteACLRequest struct {
	Acl *ACL `protobuf:"bytes,2,opt,name=acl,proto3" json:"acl,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteACLRequest) Descriptor deprecated

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

Deprecated: Use DeleteACLRequest.ProtoReflect.Descriptor instead.

func (*DeleteACLRequest) GetAcl

func (x *DeleteACLRequest) GetAcl() *ACL

func (*DeleteACLRequest) ProtoMessage

func (*DeleteACLRequest) ProtoMessage()

func (*DeleteACLRequest) ProtoReflect

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

func (*DeleteACLRequest) Reset

func (x *DeleteACLRequest) Reset()

func (*DeleteACLRequest) String

func (x *DeleteACLRequest) String() string

type DeleteACLResponse

type DeleteACLResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteACLResponse) Descriptor deprecated

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

Deprecated: Use DeleteACLResponse.ProtoReflect.Descriptor instead.

func (*DeleteACLResponse) ProtoMessage

func (*DeleteACLResponse) ProtoMessage()

func (*DeleteACLResponse) ProtoReflect

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

func (*DeleteACLResponse) Reset

func (x *DeleteACLResponse) Reset()

func (*DeleteACLResponse) String

func (x *DeleteACLResponse) String() string

type DeleteAccessRequest

type DeleteAccessRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAccessRequest) Descriptor deprecated

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

Deprecated: Use DeleteAccessRequest.ProtoReflect.Descriptor instead.

func (*DeleteAccessRequest) GetAccessId

func (x *DeleteAccessRequest) GetAccessId() string

func (*DeleteAccessRequest) ProtoMessage

func (*DeleteAccessRequest) ProtoMessage()

func (*DeleteAccessRequest) ProtoReflect

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

func (*DeleteAccessRequest) Reset

func (x *DeleteAccessRequest) Reset()

func (*DeleteAccessRequest) String

func (x *DeleteAccessRequest) String() string

type DeleteAccessResponse

type DeleteAccessResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteAccessResponse) Descriptor deprecated

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

Deprecated: Use DeleteAccessResponse.ProtoReflect.Descriptor instead.

func (*DeleteAccessResponse) ProtoMessage

func (*DeleteAccessResponse) ProtoMessage()

func (*DeleteAccessResponse) ProtoReflect

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

func (*DeleteAccessResponse) Reset

func (x *DeleteAccessResponse) Reset()

func (*DeleteAccessResponse) String

func (x *DeleteAccessResponse) String() string

type DeleteCollectionRequest

type DeleteCollectionRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCollectionRequest) Descriptor deprecated

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

Deprecated: Use DeleteCollectionRequest.ProtoReflect.Descriptor instead.

func (*DeleteCollectionRequest) GetId

func (x *DeleteCollectionRequest) GetId() string

func (*DeleteCollectionRequest) ProtoMessage

func (*DeleteCollectionRequest) ProtoMessage()

func (*DeleteCollectionRequest) ProtoReflect

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

func (*DeleteCollectionRequest) Reset

func (x *DeleteCollectionRequest) Reset()

func (*DeleteCollectionRequest) String

func (x *DeleteCollectionRequest) String() string

type DeleteCollectionResponse

type DeleteCollectionResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteCollectionResponse) Descriptor deprecated

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

Deprecated: Use DeleteCollectionResponse.ProtoReflect.Descriptor instead.

func (*DeleteCollectionResponse) ProtoMessage

func (*DeleteCollectionResponse) ProtoMessage()

func (*DeleteCollectionResponse) ProtoReflect

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

func (*DeleteCollectionResponse) Reset

func (x *DeleteCollectionResponse) Reset()

func (*DeleteCollectionResponse) String

func (x *DeleteCollectionResponse) String() string

type DeleteFileRequest

type DeleteFileRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	Path     string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFileRequest) Descriptor deprecated

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

Deprecated: Use DeleteFileRequest.ProtoReflect.Descriptor instead.

func (*DeleteFileRequest) GetAccessId

func (x *DeleteFileRequest) GetAccessId() string

func (*DeleteFileRequest) GetPath

func (x *DeleteFileRequest) GetPath() string

func (*DeleteFileRequest) ProtoMessage

func (*DeleteFileRequest) ProtoMessage()

func (*DeleteFileRequest) ProtoReflect

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

func (*DeleteFileRequest) Reset

func (x *DeleteFileRequest) Reset()

func (*DeleteFileRequest) String

func (x *DeleteFileRequest) String() string

type DeleteFileResponse

type DeleteFileResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteFileResponse) Descriptor deprecated

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

Deprecated: Use DeleteFileResponse.ProtoReflect.Descriptor instead.

func (*DeleteFileResponse) ProtoMessage

func (*DeleteFileResponse) ProtoMessage()

func (*DeleteFileResponse) ProtoReflect

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

func (*DeleteFileResponse) Reset

func (x *DeleteFileResponse) Reset()

func (*DeleteFileResponse) String

func (x *DeleteFileResponse) String() string

type DeleteNamespaceConfigRequest

type DeleteNamespaceConfigRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteNamespaceConfigRequest) Descriptor deprecated

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

Deprecated: Use DeleteNamespaceConfigRequest.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceConfigRequest) GetName

func (x *DeleteNamespaceConfigRequest) GetName() string

func (*DeleteNamespaceConfigRequest) ProtoMessage

func (*DeleteNamespaceConfigRequest) ProtoMessage()

func (*DeleteNamespaceConfigRequest) ProtoReflect

func (*DeleteNamespaceConfigRequest) Reset

func (x *DeleteNamespaceConfigRequest) Reset()

func (*DeleteNamespaceConfigRequest) String

type DeleteNamespaceConfigResponse

type DeleteNamespaceConfigResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteNamespaceConfigResponse) Descriptor deprecated

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

Deprecated: Use DeleteNamespaceConfigResponse.ProtoReflect.Descriptor instead.

func (*DeleteNamespaceConfigResponse) ProtoMessage

func (*DeleteNamespaceConfigResponse) ProtoMessage()

func (*DeleteNamespaceConfigResponse) ProtoReflect

func (*DeleteNamespaceConfigResponse) Reset

func (x *DeleteNamespaceConfigResponse) Reset()

func (*DeleteNamespaceConfigResponse) String

type DeleteObjectRequest

type DeleteObjectRequest struct {
	Collection string `protobuf:"bytes,1,opt,name=Collection,proto3" json:"Collection,omitempty"`
	ObjectId   string `protobuf:"bytes,2,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteObjectRequest) Descriptor deprecated

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

Deprecated: Use DeleteObjectRequest.ProtoReflect.Descriptor instead.

func (*DeleteObjectRequest) GetCollection

func (x *DeleteObjectRequest) GetCollection() string

func (*DeleteObjectRequest) GetObjectId

func (x *DeleteObjectRequest) GetObjectId() string

func (*DeleteObjectRequest) ProtoMessage

func (*DeleteObjectRequest) ProtoMessage()

func (*DeleteObjectRequest) ProtoReflect

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

func (*DeleteObjectRequest) Reset

func (x *DeleteObjectRequest) Reset()

func (*DeleteObjectRequest) String

func (x *DeleteObjectRequest) String() string

type DeleteObjectResponse

type DeleteObjectResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteObjectResponse) Descriptor deprecated

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

Deprecated: Use DeleteObjectResponse.ProtoReflect.Descriptor instead.

func (*DeleteObjectResponse) ProtoMessage

func (*DeleteObjectResponse) ProtoMessage()

func (*DeleteObjectResponse) ProtoReflect

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

func (*DeleteObjectResponse) Reset

func (x *DeleteObjectResponse) Reset()

func (*DeleteObjectResponse) String

func (x *DeleteObjectResponse) String() string

type DeleteSharesRequest

type DeleteSharesRequest struct {
	Info []*ShareInfo `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSharesRequest) Descriptor deprecated

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

Deprecated: Use DeleteSharesRequest.ProtoReflect.Descriptor instead.

func (*DeleteSharesRequest) GetInfo

func (x *DeleteSharesRequest) GetInfo() []*ShareInfo

func (*DeleteSharesRequest) ProtoMessage

func (*DeleteSharesRequest) ProtoMessage()

func (*DeleteSharesRequest) ProtoReflect

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

func (*DeleteSharesRequest) Reset

func (x *DeleteSharesRequest) Reset()

func (*DeleteSharesRequest) String

func (x *DeleteSharesRequest) String() string

type DeleteSharesResponse

type DeleteSharesResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteSharesResponse) Descriptor deprecated

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

Deprecated: Use DeleteSharesResponse.ProtoReflect.Descriptor instead.

func (*DeleteSharesResponse) ProtoMessage

func (*DeleteSharesResponse) ProtoMessage()

func (*DeleteSharesResponse) ProtoReflect

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

func (*DeleteSharesResponse) Reset

func (x *DeleteSharesResponse) Reset()

func (*DeleteSharesResponse) String

func (x *DeleteSharesResponse) String() string

type DiskUsage

type DiskUsage struct {
	All  int64 `protobuf:"varint,1,opt,name=all,proto3" json:"all,omitempty"`
	Used int64 `protobuf:"varint,2,opt,name=used,proto3" json:"used,omitempty"`
	Free int64 `protobuf:"varint,3,opt,name=free,proto3" json:"free,omitempty"`
	// contains filtered or unexported fields
}

func (*DiskUsage) Descriptor deprecated

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

Deprecated: Use DiskUsage.ProtoReflect.Descriptor instead.

func (*DiskUsage) GetAll

func (x *DiskUsage) GetAll() int64

func (*DiskUsage) GetFree

func (x *DiskUsage) GetFree() int64

func (*DiskUsage) GetUsed

func (x *DiskUsage) GetUsed() int64

func (*DiskUsage) ProtoMessage

func (*DiskUsage) ProtoMessage()

func (*DiskUsage) ProtoReflect

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

func (*DiskUsage) Reset

func (x *DiskUsage) Reset()

func (*DiskUsage) String

func (x *DiskUsage) String() string

type EncryptionInfo

type EncryptionInfo struct {
	KeyUri       string `protobuf:"bytes,1,opt,name=key_uri,json=keyUri,proto3" json:"key_uri,omitempty"`
	MaxBlockSize int64  `protobuf:"varint,2,opt,name=max_block_size,json=maxBlockSize,proto3" json:"max_block_size,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptionInfo) Descriptor deprecated

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

Deprecated: Use EncryptionInfo.ProtoReflect.Descriptor instead.

func (*EncryptionInfo) GetKeyUri

func (x *EncryptionInfo) GetKeyUri() string

func (*EncryptionInfo) GetMaxBlockSize

func (x *EncryptionInfo) GetMaxBlockSize() int64

func (*EncryptionInfo) ProtoMessage

func (*EncryptionInfo) ProtoMessage()

func (*EncryptionInfo) ProtoReflect

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

func (*EncryptionInfo) Reset

func (x *EncryptionInfo) Reset()

func (*EncryptionInfo) String

func (x *EncryptionInfo) String() string

type EndsWith

type EndsWith struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*EndsWith) Descriptor deprecated

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

Deprecated: Use EndsWith.ProtoReflect.Descriptor instead.

func (*EndsWith) GetField

func (x *EndsWith) GetField() string

func (*EndsWith) GetValue

func (x *EndsWith) GetValue() string

func (*EndsWith) ProtoMessage

func (*EndsWith) ProtoMessage()

func (*EndsWith) ProtoReflect

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

func (*EndsWith) Reset

func (x *EndsWith) Reset()

func (*EndsWith) String

func (x *EndsWith) String() string

type FSAccess

type FSAccess struct {
	Id          string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Label       string          `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Description string          `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	CreatedBy   string          `protobuf:"bytes,4,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	Type        AccessType      `protobuf:"varint,5,opt,name=type,proto3,enum=AccessType" json:"type,omitempty"`
	Uri         string          `protobuf:"bytes,6,opt,name=uri,proto3" json:"uri,omitempty"`
	Encryption  *EncryptionInfo `protobuf:"bytes,7,opt,name=encryption,proto3" json:"encryption,omitempty"`
	IsFolder    bool            `protobuf:"varint,10,opt,name=isFolder,proto3" json:"isFolder,omitempty"`
	ExpireTime  int64           `protobuf:"varint,11,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	EncodedInfo string          `protobuf:"bytes,12,opt,name=encoded_info,json=encodedInfo,proto3" json:"encoded_info,omitempty"`
	// contains filtered or unexported fields
}

func (*FSAccess) Descriptor deprecated

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

Deprecated: Use FSAccess.ProtoReflect.Descriptor instead.

func (*FSAccess) GetCreatedBy

func (x *FSAccess) GetCreatedBy() string

func (*FSAccess) GetDescription

func (x *FSAccess) GetDescription() string

func (*FSAccess) GetEncodedInfo

func (x *FSAccess) GetEncodedInfo() string

func (*FSAccess) GetEncryption

func (x *FSAccess) GetEncryption() *EncryptionInfo

func (*FSAccess) GetExpireTime

func (x *FSAccess) GetExpireTime() int64

func (*FSAccess) GetId

func (x *FSAccess) GetId() string

func (*FSAccess) GetIsFolder

func (x *FSAccess) GetIsFolder() bool

func (*FSAccess) GetLabel

func (x *FSAccess) GetLabel() string

func (*FSAccess) GetType

func (x *FSAccess) GetType() AccessType

func (*FSAccess) GetUri

func (x *FSAccess) GetUri() string

func (*FSAccess) ProtoMessage

func (*FSAccess) ProtoMessage()

func (*FSAccess) ProtoReflect

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

func (*FSAccess) Reset

func (x *FSAccess) Reset()

func (*FSAccess) String

func (x *FSAccess) String() string

type FeedResponse

type FeedResponse struct {
	// contains filtered or unexported fields
}

func (*FeedResponse) Descriptor deprecated

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

Deprecated: Use FeedResponse.ProtoReflect.Descriptor instead.

func (*FeedResponse) ProtoMessage

func (*FeedResponse) ProtoMessage()

func (*FeedResponse) ProtoReflect

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

func (*FeedResponse) Reset

func (x *FeedResponse) Reset()

func (*FeedResponse) String

func (x *FeedResponse) String() string

type FieldQuery

type FieldQuery struct {

	// Types that are assignable to Bool:
	//	*FieldQuery_And
	//	*FieldQuery_Or
	//	*FieldQuery_StartsWith
	//	*FieldQuery_EndsWith
	//	*FieldQuery_Contains
	//	*FieldQuery_StrEqual
	//	*FieldQuery_Lt
	//	*FieldQuery_Lte
	//	*FieldQuery_Gt
	//	*FieldQuery_Gte
	//	*FieldQuery_NumbEq
	Bool isFieldQuery_Bool `protobuf_oneof:"bool"`
	// contains filtered or unexported fields
}

func (*FieldQuery) Descriptor deprecated

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

Deprecated: Use FieldQuery.ProtoReflect.Descriptor instead.

func (*FieldQuery) GetAnd

func (x *FieldQuery) GetAnd() *And

func (*FieldQuery) GetBool

func (m *FieldQuery) GetBool() isFieldQuery_Bool

func (*FieldQuery) GetContains

func (x *FieldQuery) GetContains() *Contains

func (*FieldQuery) GetEndsWith

func (x *FieldQuery) GetEndsWith() *EndsWith

func (*FieldQuery) GetGt

func (x *FieldQuery) GetGt() *Gt

func (*FieldQuery) GetGte

func (x *FieldQuery) GetGte() *Gte

func (*FieldQuery) GetLt

func (x *FieldQuery) GetLt() *Lt

func (*FieldQuery) GetLte

func (x *FieldQuery) GetLte() *Lte

func (*FieldQuery) GetNumbEq

func (x *FieldQuery) GetNumbEq() *NumbEq

func (*FieldQuery) GetOr

func (x *FieldQuery) GetOr() *Or

func (*FieldQuery) GetStartsWith

func (x *FieldQuery) GetStartsWith() *StartsWith

func (*FieldQuery) GetStrEqual

func (x *FieldQuery) GetStrEqual() *StrEqual

func (*FieldQuery) ProtoMessage

func (*FieldQuery) ProtoMessage()

func (*FieldQuery) ProtoReflect

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

func (*FieldQuery) Reset

func (x *FieldQuery) Reset()

func (*FieldQuery) String

func (x *FieldQuery) String() string

type FieldQuery_And

type FieldQuery_And struct {
	And *And `protobuf:"bytes,1,opt,name=and,proto3,oneof"`
}

type FieldQuery_Contains

type FieldQuery_Contains struct {
	Contains *Contains `protobuf:"bytes,5,opt,name=contains,proto3,oneof"`
}

type FieldQuery_EndsWith

type FieldQuery_EndsWith struct {
	EndsWith *EndsWith `protobuf:"bytes,4,opt,name=ends_with,json=endsWith,proto3,oneof"`
}

type FieldQuery_Gt

type FieldQuery_Gt struct {
	Gt *Gt `protobuf:"bytes,9,opt,name=gt,proto3,oneof"`
}

type FieldQuery_Gte

type FieldQuery_Gte struct {
	Gte *Gte `protobuf:"bytes,10,opt,name=gte,proto3,oneof"`
}

type FieldQuery_Lt

type FieldQuery_Lt struct {
	Lt *Lt `protobuf:"bytes,7,opt,name=lt,proto3,oneof"`
}

type FieldQuery_Lte

type FieldQuery_Lte struct {
	Lte *Lte `protobuf:"bytes,8,opt,name=lte,proto3,oneof"`
}

type FieldQuery_NumbEq

type FieldQuery_NumbEq struct {
	NumbEq *NumbEq `protobuf:"bytes,11,opt,name=numb_eq,json=numbEq,proto3,oneof"`
}

type FieldQuery_Or

type FieldQuery_Or struct {
	Or *Or `protobuf:"bytes,2,opt,name=or,proto3,oneof"`
}

type FieldQuery_StartsWith

type FieldQuery_StartsWith struct {
	StartsWith *StartsWith `protobuf:"bytes,3,opt,name=starts_with,json=startsWith,proto3,oneof"`
}

type FieldQuery_StrEqual

type FieldQuery_StrEqual struct {
	StrEqual *StrEqual `protobuf:"bytes,6,opt,name=str_equal,json=strEqual,proto3,oneof"`
}

type File

type File struct {
	Uuid       string            `protobuf:"bytes,1,opt,name=uuid,proto3" json:"uuid,omitempty"`
	Name       string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	IsDir      bool              `protobuf:"varint,3,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"`
	Size       int64             `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	CreateTime int64             `protobuf:"varint,5,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	EditTime   int64             `protobuf:"varint,6,opt,name=edit_time,json=editTime,proto3" json:"edit_time,omitempty"`
	Attributes map[string]string `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetAttributes

func (x *File) GetAttributes() map[string]string

func (*File) GetCreateTime

func (x *File) GetCreateTime() int64

func (*File) GetEditTime

func (x *File) GetEditTime() int64

func (*File) GetIsDir

func (x *File) GetIsDir() bool

func (*File) GetName

func (x *File) GetName() string

func (*File) GetSize

func (x *File) GetSize() int64

func (*File) GetUuid

func (x *File) GetUuid() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type FileActionAuthorizedUsers

type FileActionAuthorizedUsers struct {
	Restricted bool   `protobuf:"varint,1,opt,name=restricted,proto3" json:"restricted,omitempty"`
	Relation   string `protobuf:"bytes,2,opt,name=relation,proto3" json:"relation,omitempty"`
	Object     string `protobuf:"bytes,3,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func (*FileActionAuthorizedUsers) Descriptor deprecated

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

Deprecated: Use FileActionAuthorizedUsers.ProtoReflect.Descriptor instead.

func (*FileActionAuthorizedUsers) GetObject

func (x *FileActionAuthorizedUsers) GetObject() string

func (*FileActionAuthorizedUsers) GetRelation

func (x *FileActionAuthorizedUsers) GetRelation() string

func (*FileActionAuthorizedUsers) GetRestricted

func (x *FileActionAuthorizedUsers) GetRestricted() bool

func (*FileActionAuthorizedUsers) ProtoMessage

func (*FileActionAuthorizedUsers) ProtoMessage()

func (*FileActionAuthorizedUsers) ProtoReflect

func (*FileActionAuthorizedUsers) Reset

func (x *FileActionAuthorizedUsers) Reset()

func (*FileActionAuthorizedUsers) String

func (x *FileActionAuthorizedUsers) String() string

type FilesClient

FilesClient is the client API for Files service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewFilesClient

func NewFilesClient(cc grpc.ClientConnInterface) FilesClient

type FilesServer

FilesServer is the server API for Files service. All implementations must embed UnimplementedFilesServer for forward compatibility

type GetAccessListRequest

type GetAccessListRequest struct {
	User string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccessListRequest) Descriptor deprecated

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

Deprecated: Use GetAccessListRequest.ProtoReflect.Descriptor instead.

func (*GetAccessListRequest) GetUser

func (x *GetAccessListRequest) GetUser() string

func (*GetAccessListRequest) ProtoMessage

func (*GetAccessListRequest) ProtoMessage()

func (*GetAccessListRequest) ProtoReflect

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

func (*GetAccessListRequest) Reset

func (x *GetAccessListRequest) Reset()

func (*GetAccessListRequest) String

func (x *GetAccessListRequest) String() string

type GetAccessRequest

type GetAccessRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccessRequest) Descriptor deprecated

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

Deprecated: Use GetAccessRequest.ProtoReflect.Descriptor instead.

func (*GetAccessRequest) GetId

func (x *GetAccessRequest) GetId() string

func (*GetAccessRequest) ProtoMessage

func (*GetAccessRequest) ProtoMessage()

func (*GetAccessRequest) ProtoReflect

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

func (*GetAccessRequest) Reset

func (x *GetAccessRequest) Reset()

func (*GetAccessRequest) String

func (x *GetAccessRequest) String() string

type GetAccessResponse

type GetAccessResponse struct {
	Access *FSAccess `protobuf:"bytes,1,opt,name=access,proto3" json:"access,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccessResponse) Descriptor deprecated

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

Deprecated: Use GetAccessResponse.ProtoReflect.Descriptor instead.

func (*GetAccessResponse) GetAccess

func (x *GetAccessResponse) GetAccess() *FSAccess

func (*GetAccessResponse) ProtoMessage

func (*GetAccessResponse) ProtoMessage()

func (*GetAccessResponse) ProtoReflect

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

func (*GetAccessResponse) Reset

func (x *GetAccessResponse) Reset()

func (*GetAccessResponse) String

func (x *GetAccessResponse) String() string

type GetCollectionRequest

type GetCollectionRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionRequest) Descriptor deprecated

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

Deprecated: Use GetCollectionRequest.ProtoReflect.Descriptor instead.

func (*GetCollectionRequest) GetId

func (x *GetCollectionRequest) GetId() string

func (*GetCollectionRequest) ProtoMessage

func (*GetCollectionRequest) ProtoMessage()

func (*GetCollectionRequest) ProtoReflect

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

func (*GetCollectionRequest) Reset

func (x *GetCollectionRequest) Reset()

func (*GetCollectionRequest) String

func (x *GetCollectionRequest) String() string

type GetCollectionResponse

type GetCollectionResponse struct {
	Collection *Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCollectionResponse) Descriptor deprecated

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

Deprecated: Use GetCollectionResponse.ProtoReflect.Descriptor instead.

func (*GetCollectionResponse) GetCollection

func (x *GetCollectionResponse) GetCollection() *Collection

func (*GetCollectionResponse) ProtoMessage

func (*GetCollectionResponse) ProtoMessage()

func (*GetCollectionResponse) ProtoReflect

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

func (*GetCollectionResponse) Reset

func (x *GetCollectionResponse) Reset()

func (*GetCollectionResponse) String

func (x *GetCollectionResponse) String() string

type GetFileAttributesRequest

type GetFileAttributesRequest struct {
	AccessId string   `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	Path     string   `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Names    []string `protobuf:"bytes,3,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileAttributesRequest) Descriptor deprecated

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

Deprecated: Use GetFileAttributesRequest.ProtoReflect.Descriptor instead.

func (*GetFileAttributesRequest) GetAccessId

func (x *GetFileAttributesRequest) GetAccessId() string

func (*GetFileAttributesRequest) GetNames

func (x *GetFileAttributesRequest) GetNames() []string

func (*GetFileAttributesRequest) GetPath

func (x *GetFileAttributesRequest) GetPath() string

func (*GetFileAttributesRequest) ProtoMessage

func (*GetFileAttributesRequest) ProtoMessage()

func (*GetFileAttributesRequest) ProtoReflect

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

func (*GetFileAttributesRequest) Reset

func (x *GetFileAttributesRequest) Reset()

func (*GetFileAttributesRequest) String

func (x *GetFileAttributesRequest) String() string

type GetFileAttributesResponse

type GetFileAttributesResponse struct {
	Attributes map[string]string `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetFileAttributesResponse) Descriptor deprecated

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

Deprecated: Use GetFileAttributesResponse.ProtoReflect.Descriptor instead.

func (*GetFileAttributesResponse) GetAttributes

func (x *GetFileAttributesResponse) GetAttributes() map[string]string

func (*GetFileAttributesResponse) ProtoMessage

func (*GetFileAttributesResponse) ProtoMessage()

func (*GetFileAttributesResponse) ProtoReflect

func (*GetFileAttributesResponse) Reset

func (x *GetFileAttributesResponse) Reset()

func (*GetFileAttributesResponse) String

func (x *GetFileAttributesResponse) String() string

type GetFileRequest

type GetFileRequest struct {
	AccessId       string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	Path           string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	WithAttributes bool   `protobuf:"varint,3,opt,name=with_attributes,json=withAttributes,proto3" json:"with_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileRequest) Descriptor deprecated

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

Deprecated: Use GetFileRequest.ProtoReflect.Descriptor instead.

func (*GetFileRequest) GetAccessId

func (x *GetFileRequest) GetAccessId() string

func (*GetFileRequest) GetPath

func (x *GetFileRequest) GetPath() string

func (*GetFileRequest) GetWithAttributes

func (x *GetFileRequest) GetWithAttributes() bool

func (*GetFileRequest) ProtoMessage

func (*GetFileRequest) ProtoMessage()

func (*GetFileRequest) ProtoReflect

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

func (*GetFileRequest) Reset

func (x *GetFileRequest) Reset()

func (*GetFileRequest) String

func (x *GetFileRequest) String() string

type GetFileResponse

type GetFileResponse struct {
	File *File `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFileResponse) Descriptor deprecated

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

Deprecated: Use GetFileResponse.ProtoReflect.Descriptor instead.

func (*GetFileResponse) GetFile

func (x *GetFileResponse) GetFile() *File

func (*GetFileResponse) ProtoMessage

func (*GetFileResponse) ProtoMessage()

func (*GetFileResponse) ProtoReflect

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

func (*GetFileResponse) Reset

func (x *GetFileResponse) Reset()

func (*GetFileResponse) String

func (x *GetFileResponse) String() string

type GetNamespaceConfigRequest

type GetNamespaceConfigRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceConfigRequest) Descriptor deprecated

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

Deprecated: Use GetNamespaceConfigRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceConfigRequest) GetName

func (x *GetNamespaceConfigRequest) GetName() string

func (*GetNamespaceConfigRequest) ProtoMessage

func (*GetNamespaceConfigRequest) ProtoMessage()

func (*GetNamespaceConfigRequest) ProtoReflect

func (*GetNamespaceConfigRequest) Reset

func (x *GetNamespaceConfigRequest) Reset()

func (*GetNamespaceConfigRequest) String

func (x *GetNamespaceConfigRequest) String() string

type GetNamespaceConfigResponse

type GetNamespaceConfigResponse struct {
	// contains filtered or unexported fields
}

func (*GetNamespaceConfigResponse) Descriptor deprecated

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

Deprecated: Use GetNamespaceConfigResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceConfigResponse) ProtoMessage

func (*GetNamespaceConfigResponse) ProtoMessage()

func (*GetNamespaceConfigResponse) ProtoReflect

func (*GetNamespaceConfigResponse) Reset

func (x *GetNamespaceConfigResponse) Reset()

func (*GetNamespaceConfigResponse) String

func (x *GetNamespaceConfigResponse) String() string

type GetObjectRequest

type GetObjectRequest struct {
	Collection string `protobuf:"bytes,1,opt,name=Collection,proto3" json:"Collection,omitempty"`
	ObjectId   string `protobuf:"bytes,2,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	At         string `protobuf:"bytes,3,opt,name=at,proto3" json:"at,omitempty"`
	InfoOnly   bool   `protobuf:"varint,4,opt,name=info_only,json=infoOnly,proto3" json:"info_only,omitempty"`
	// contains filtered or unexported fields
}

func (*GetObjectRequest) Descriptor deprecated

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

Deprecated: Use GetObjectRequest.ProtoReflect.Descriptor instead.

func (*GetObjectRequest) GetAt

func (x *GetObjectRequest) GetAt() string

func (*GetObjectRequest) GetCollection

func (x *GetObjectRequest) GetCollection() string

func (*GetObjectRequest) GetInfoOnly

func (x *GetObjectRequest) GetInfoOnly() bool

func (*GetObjectRequest) GetObjectId

func (x *GetObjectRequest) GetObjectId() string

func (*GetObjectRequest) ProtoMessage

func (*GetObjectRequest) ProtoMessage()

func (*GetObjectRequest) ProtoReflect

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

func (*GetObjectRequest) Reset

func (x *GetObjectRequest) Reset()

func (*GetObjectRequest) String

func (x *GetObjectRequest) String() string

type GetObjectResponse

type GetObjectResponse struct {
	Object *Object `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func (*GetObjectResponse) Descriptor deprecated

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

Deprecated: Use GetObjectResponse.ProtoReflect.Descriptor instead.

func (*GetObjectResponse) GetObject

func (x *GetObjectResponse) GetObject() *Object

func (*GetObjectResponse) ProtoMessage

func (*GetObjectResponse) ProtoMessage()

func (*GetObjectResponse) ProtoReflect

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

func (*GetObjectResponse) Reset

func (x *GetObjectResponse) Reset()

func (*GetObjectResponse) String

func (x *GetObjectResponse) String() string

type GetSharesRequest

type GetSharesRequest struct {
	UserRoles []*UserRole `protobuf:"bytes,1,rep,name=user_roles,json=userRoles,proto3" json:"user_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSharesRequest) Descriptor deprecated

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

Deprecated: Use GetSharesRequest.ProtoReflect.Descriptor instead.

func (*GetSharesRequest) GetUserRoles

func (x *GetSharesRequest) GetUserRoles() []*UserRole

func (*GetSharesRequest) ProtoMessage

func (*GetSharesRequest) ProtoMessage()

func (*GetSharesRequest) ProtoReflect

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

func (*GetSharesRequest) Reset

func (x *GetSharesRequest) Reset()

func (*GetSharesRequest) String

func (x *GetSharesRequest) String() string

type GetSharesResponse

type GetSharesResponse struct {
	// contains filtered or unexported fields
}

func (*GetSharesResponse) Descriptor deprecated

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

Deprecated: Use GetSharesResponse.ProtoReflect.Descriptor instead.

func (*GetSharesResponse) ProtoMessage

func (*GetSharesResponse) ProtoMessage()

func (*GetSharesResponse) ProtoReflect

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

func (*GetSharesResponse) Reset

func (x *GetSharesResponse) Reset()

func (*GetSharesResponse) String

func (x *GetSharesResponse) String() string

type Gt

type Gt struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Gt) Descriptor deprecated

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

Deprecated: Use Gt.ProtoReflect.Descriptor instead.

func (*Gt) GetField

func (x *Gt) GetField() string

func (*Gt) GetValue

func (x *Gt) GetValue() int64

func (*Gt) ProtoMessage

func (*Gt) ProtoMessage()

func (*Gt) ProtoReflect

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

func (*Gt) Reset

func (x *Gt) Reset()

func (*Gt) String

func (x *Gt) String() string

type Gte

type Gte struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Gte) Descriptor deprecated

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

Deprecated: Use Gte.ProtoReflect.Descriptor instead.

func (*Gte) GetField

func (x *Gte) GetField() string

func (*Gte) GetValue

func (x *Gte) GetValue() int64

func (*Gte) ProtoMessage

func (*Gte) ProtoMessage()

func (*Gte) ProtoReflect

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

func (*Gte) Reset

func (x *Gte) Reset()

func (*Gte) String

func (x *Gte) String() string
type Header struct {
	Id                            string                         `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedBy                     string                         `protobuf:"bytes,2,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"`
	CreatedAt                     int64                          `protobuf:"varint,3,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Size                          int64                          `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	ActionAuthorizedUsersForPaths map[string]*ObjectActionsUsers `` /* 242-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Header) Descriptor deprecated

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

Deprecated: Use Header.ProtoReflect.Descriptor instead.

func (*Header) GetActionAuthorizedUsersForPaths

func (x *Header) GetActionAuthorizedUsersForPaths() map[string]*ObjectActionsUsers

func (*Header) GetCreatedAt

func (x *Header) GetCreatedAt() int64

func (*Header) GetCreatedBy

func (x *Header) GetCreatedBy() string

func (*Header) GetId

func (x *Header) GetId() string

func (*Header) GetSize

func (x *Header) GetSize() int64

func (*Header) ProtoMessage

func (*Header) ProtoMessage()

func (*Header) ProtoReflect

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

func (*Header) Reset

func (x *Header) Reset()

func (*Header) String

func (x *Header) String() string

type Index

type Index struct {

	// Types that are assignable to Info:
	//	*Index_Text
	//	*Index_Number
	//	*Index_Properties
	Info isIndex_Info `protobuf_oneof:"info"`
	// contains filtered or unexported fields
}

SEARCH ENGINE

func (*Index) Descriptor deprecated

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

Deprecated: Use Index.ProtoReflect.Descriptor instead.

func (*Index) GetInfo

func (m *Index) GetInfo() isIndex_Info

func (*Index) GetNumber

func (x *Index) GetNumber() *NumberIndex

func (*Index) GetProperties

func (x *Index) GetProperties() *PropertiesIndex

func (*Index) GetText

func (x *Index) GetText() *TextIndex

func (*Index) ProtoMessage

func (*Index) ProtoMessage()

func (*Index) ProtoReflect

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

func (*Index) Reset

func (x *Index) Reset()

func (*Index) String

func (x *Index) String() string

type Index_Number

type Index_Number struct {
	Number *NumberIndex `protobuf:"bytes,2,opt,name=number,proto3,oneof"`
}

type Index_Properties

type Index_Properties struct {
	Properties *PropertiesIndex `protobuf:"bytes,3,opt,name=properties,proto3,oneof"`
}

type Index_Text

type Index_Text struct {
	Text *TextIndex `protobuf:"bytes,1,opt,name=text,proto3,oneof"`
}

type Like

type Like struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Like) Descriptor deprecated

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

Deprecated: Use Like.ProtoReflect.Descriptor instead.

func (*Like) GetField

func (x *Like) GetField() string

func (*Like) GetValue

func (x *Like) GetValue() string

func (*Like) ProtoMessage

func (*Like) ProtoMessage()

func (*Like) ProtoReflect

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

func (*Like) Reset

func (x *Like) Reset()

func (*Like) String

func (x *Like) String() string

type ListCollectionsRequest

type ListCollectionsRequest struct {
	// contains filtered or unexported fields
}

func (*ListCollectionsRequest) Descriptor deprecated

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

Deprecated: Use ListCollectionsRequest.ProtoReflect.Descriptor instead.

func (*ListCollectionsRequest) ProtoMessage

func (*ListCollectionsRequest) ProtoMessage()

func (*ListCollectionsRequest) ProtoReflect

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

func (*ListCollectionsRequest) Reset

func (x *ListCollectionsRequest) Reset()

func (*ListCollectionsRequest) String

func (x *ListCollectionsRequest) String() string

type ListCollectionsResponse

type ListCollectionsResponse struct {
	Collections []*Collection `protobuf:"bytes,1,rep,name=collections,proto3" json:"collections,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCollectionsResponse) Descriptor deprecated

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

Deprecated: Use ListCollectionsResponse.ProtoReflect.Descriptor instead.

func (*ListCollectionsResponse) GetCollections

func (x *ListCollectionsResponse) GetCollections() []*Collection

func (*ListCollectionsResponse) ProtoMessage

func (*ListCollectionsResponse) ProtoMessage()

func (*ListCollectionsResponse) ProtoReflect

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

func (*ListCollectionsResponse) Reset

func (x *ListCollectionsResponse) Reset()

func (*ListCollectionsResponse) String

func (x *ListCollectionsResponse) String() string

type ListDirRequest

type ListDirRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	Path     string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Offset   uint32 `protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty"`
	Count    uint32 `protobuf:"varint,4,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDirRequest) Descriptor deprecated

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

Deprecated: Use ListDirRequest.ProtoReflect.Descriptor instead.

func (*ListDirRequest) GetAccessId

func (x *ListDirRequest) GetAccessId() string

func (*ListDirRequest) GetCount

func (x *ListDirRequest) GetCount() uint32

func (*ListDirRequest) GetOffset

func (x *ListDirRequest) GetOffset() uint32

func (*ListDirRequest) GetPath

func (x *ListDirRequest) GetPath() string

func (*ListDirRequest) ProtoMessage

func (*ListDirRequest) ProtoMessage()

func (*ListDirRequest) ProtoReflect

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

func (*ListDirRequest) Reset

func (x *ListDirRequest) Reset()

func (*ListDirRequest) String

func (x *ListDirRequest) String() string

type ListDirResponse

type ListDirResponse struct {
	Files  []*File `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	Offset uint32  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	Total  uint32  `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDirResponse) Descriptor deprecated

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

Deprecated: Use ListDirResponse.ProtoReflect.Descriptor instead.

func (*ListDirResponse) GetFiles

func (x *ListDirResponse) GetFiles() []*File

func (*ListDirResponse) GetOffset

func (x *ListDirResponse) GetOffset() uint32

func (*ListDirResponse) GetTotal

func (x *ListDirResponse) GetTotal() uint32

func (*ListDirResponse) ProtoMessage

func (*ListDirResponse) ProtoMessage()

func (*ListDirResponse) ProtoReflect

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

func (*ListDirResponse) Reset

func (x *ListDirResponse) Reset()

func (*ListDirResponse) String

func (x *ListDirResponse) String() string

type ListObjectsRequest

type ListObjectsRequest struct {
	Collection string `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	Offset     int64  `protobuf:"varint,2,opt,name=offset,proto3" json:"offset,omitempty"`
	At         string `protobuf:"bytes,3,opt,name=at,proto3" json:"at,omitempty"`
	// contains filtered or unexported fields
}

func (*ListObjectsRequest) Descriptor deprecated

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

Deprecated: Use ListObjectsRequest.ProtoReflect.Descriptor instead.

func (*ListObjectsRequest) GetAt

func (x *ListObjectsRequest) GetAt() string

func (*ListObjectsRequest) GetCollection

func (x *ListObjectsRequest) GetCollection() string

func (*ListObjectsRequest) GetOffset

func (x *ListObjectsRequest) GetOffset() int64

func (*ListObjectsRequest) ProtoMessage

func (*ListObjectsRequest) ProtoMessage()

func (*ListObjectsRequest) ProtoReflect

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

func (*ListObjectsRequest) Reset

func (x *ListObjectsRequest) Reset()

func (*ListObjectsRequest) String

func (x *ListObjectsRequest) String() string

type ListObjectsResponse

type ListObjectsResponse struct {
	Result *ObjectList `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ListObjectsResponse) Descriptor deprecated

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

Deprecated: Use ListObjectsResponse.ProtoReflect.Descriptor instead.

func (*ListObjectsResponse) GetResult

func (x *ListObjectsResponse) GetResult() *ObjectList

func (*ListObjectsResponse) ProtoMessage

func (*ListObjectsResponse) ProtoMessage()

func (*ListObjectsResponse) ProtoReflect

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

func (*ListObjectsResponse) Reset

func (x *ListObjectsResponse) Reset()

func (*ListObjectsResponse) String

func (x *ListObjectsResponse) String() string

type Lt

type Lt struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Lt) Descriptor deprecated

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

Deprecated: Use Lt.ProtoReflect.Descriptor instead.

func (*Lt) GetField

func (x *Lt) GetField() string

func (*Lt) GetValue

func (x *Lt) GetValue() int64

func (*Lt) ProtoMessage

func (*Lt) ProtoMessage()

func (*Lt) ProtoReflect

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

func (*Lt) Reset

func (x *Lt) Reset()

func (*Lt) String

func (x *Lt) String() string

type Lte

type Lte struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Lte) Descriptor deprecated

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

Deprecated: Use Lte.ProtoReflect.Descriptor instead.

func (*Lte) GetField

func (x *Lte) GetField() string

func (*Lte) GetValue

func (x *Lte) GetValue() int64

func (*Lte) ProtoMessage

func (*Lte) ProtoMessage()

func (*Lte) ProtoReflect

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

func (*Lte) Reset

func (x *Lte) Reset()

func (*Lte) String

func (x *Lte) String() string

type MessageFeed

type MessageFeed struct {

	// Types that are assignable to Message:
	//	*MessageFeed_NumMapping
	//	*MessageFeed_TextMapping
	//	*MessageFeed_PropertiesMapping
	//	*MessageFeed_Delete
	Message isMessageFeed_Message `protobuf_oneof:"message"`
	// contains filtered or unexported fields
}

func (*MessageFeed) Descriptor deprecated

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

Deprecated: Use MessageFeed.ProtoReflect.Descriptor instead.

func (*MessageFeed) GetDelete

func (x *MessageFeed) GetDelete() *ObjectDeletedNotification

func (*MessageFeed) GetMessage

func (m *MessageFeed) GetMessage() isMessageFeed_Message

func (*MessageFeed) GetNumMapping

func (x *MessageFeed) GetNumMapping() *NumberMapping

func (*MessageFeed) GetPropertiesMapping

func (x *MessageFeed) GetPropertiesMapping() *PropertiesMapping

func (*MessageFeed) GetTextMapping

func (x *MessageFeed) GetTextMapping() *TextMapping

func (*MessageFeed) ProtoMessage

func (*MessageFeed) ProtoMessage()

func (*MessageFeed) ProtoReflect

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

func (*MessageFeed) Reset

func (x *MessageFeed) Reset()

func (*MessageFeed) String

func (x *MessageFeed) String() string

type MessageFeed_Delete

type MessageFeed_Delete struct {
	Delete *ObjectDeletedNotification `protobuf:"bytes,4,opt,name=delete,proto3,oneof"`
}

type MessageFeed_NumMapping

type MessageFeed_NumMapping struct {
	NumMapping *NumberMapping `protobuf:"bytes,1,opt,name=num_mapping,json=numMapping,proto3,oneof"`
}

type MessageFeed_PropertiesMapping

type MessageFeed_PropertiesMapping struct {
	PropertiesMapping *PropertiesMapping `protobuf:"bytes,3,opt,name=properties_mapping,json=propertiesMapping,proto3,oneof"`
}

type MessageFeed_TextMapping

type MessageFeed_TextMapping struct {
	TextMapping *TextMapping `protobuf:"bytes,2,opt,name=text_mapping,json=textMapping,proto3,oneof"`
}

type MoveFileRequest

type MoveFileRequest struct {
	AccessId  string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	Path      string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	TargetDir string `protobuf:"bytes,3,opt,name=target_dir,json=targetDir,proto3" json:"target_dir,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveFileRequest) Descriptor deprecated

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

Deprecated: Use MoveFileRequest.ProtoReflect.Descriptor instead.

func (*MoveFileRequest) GetAccessId

func (x *MoveFileRequest) GetAccessId() string

func (*MoveFileRequest) GetPath

func (x *MoveFileRequest) GetPath() string

func (*MoveFileRequest) GetTargetDir

func (x *MoveFileRequest) GetTargetDir() string

func (*MoveFileRequest) ProtoMessage

func (*MoveFileRequest) ProtoMessage()

func (*MoveFileRequest) ProtoReflect

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

func (*MoveFileRequest) Reset

func (x *MoveFileRequest) Reset()

func (*MoveFileRequest) String

func (x *MoveFileRequest) String() string

type MoveFileResponse

type MoveFileResponse struct {
	NewName string `protobuf:"bytes,3,opt,name=new_name,json=newName,proto3" json:"new_name,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveFileResponse) Descriptor deprecated

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

Deprecated: Use MoveFileResponse.ProtoReflect.Descriptor instead.

func (*MoveFileResponse) GetNewName

func (x *MoveFileResponse) GetNewName() string

func (*MoveFileResponse) ProtoMessage

func (*MoveFileResponse) ProtoMessage()

func (*MoveFileResponse) ProtoReflect

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

func (*MoveFileResponse) Reset

func (x *MoveFileResponse) Reset()

func (*MoveFileResponse) String

func (x *MoveFileResponse) String() string

type MoveObjectRequest

type MoveObjectRequest struct {
	SourceCollection    string           `protobuf:"bytes,1,opt,name=source_collection,json=sourceCollection,proto3" json:"source_collection,omitempty"`
	ObjectId            string           `protobuf:"bytes,2,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	TargetCollection    string           `protobuf:"bytes,3,opt,name=target_collection,json=targetCollection,proto3" json:"target_collection,omitempty"`
	AccessSecurityRules *PathAccessRules `protobuf:"bytes,4,opt,name=access_security_rules,json=accessSecurityRules,proto3" json:"access_security_rules,omitempty"`
	// contains filtered or unexported fields
}

func (*MoveObjectRequest) Descriptor deprecated

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

Deprecated: Use MoveObjectRequest.ProtoReflect.Descriptor instead.

func (*MoveObjectRequest) GetAccessSecurityRules

func (x *MoveObjectRequest) GetAccessSecurityRules() *PathAccessRules

func (*MoveObjectRequest) GetObjectId

func (x *MoveObjectRequest) GetObjectId() string

func (*MoveObjectRequest) GetSourceCollection

func (x *MoveObjectRequest) GetSourceCollection() string

func (*MoveObjectRequest) GetTargetCollection

func (x *MoveObjectRequest) GetTargetCollection() string

func (*MoveObjectRequest) ProtoMessage

func (*MoveObjectRequest) ProtoMessage()

func (*MoveObjectRequest) ProtoReflect

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

func (*MoveObjectRequest) Reset

func (x *MoveObjectRequest) Reset()

func (*MoveObjectRequest) String

func (x *MoveObjectRequest) String() string

type MoveObjectResponse

type MoveObjectResponse struct {
	// contains filtered or unexported fields
}

func (*MoveObjectResponse) Descriptor deprecated

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

Deprecated: Use MoveObjectResponse.ProtoReflect.Descriptor instead.

func (*MoveObjectResponse) ProtoMessage

func (*MoveObjectResponse) ProtoMessage()

func (*MoveObjectResponse) ProtoReflect

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

func (*MoveObjectResponse) Reset

func (x *MoveObjectResponse) Reset()

func (*MoveObjectResponse) String

func (x *MoveObjectResponse) String() string

type NamespaceConfig

type NamespaceConfig struct {
	Sid       int64                          `protobuf:"varint,1,opt,name=sid,proto3" json:"sid,omitempty"`
	Namespace string                         `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Relations map[string]*RelationDefinition `` /* 159-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*NamespaceConfig) Descriptor deprecated

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

Deprecated: Use NamespaceConfig.ProtoReflect.Descriptor instead.

func (*NamespaceConfig) GetNamespace

func (x *NamespaceConfig) GetNamespace() string

func (*NamespaceConfig) GetRelations

func (x *NamespaceConfig) GetRelations() map[string]*RelationDefinition

func (*NamespaceConfig) GetSid

func (x *NamespaceConfig) GetSid() int64

func (*NamespaceConfig) ProtoMessage

func (*NamespaceConfig) ProtoMessage()

func (*NamespaceConfig) ProtoReflect

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

func (*NamespaceConfig) Reset

func (x *NamespaceConfig) Reset()

func (*NamespaceConfig) String

func (x *NamespaceConfig) String() string

type Not

type Not struct {
	Expressions *FieldQuery `protobuf:"bytes,1,opt,name=expressions,proto3" json:"expressions,omitempty"`
	// contains filtered or unexported fields
}

func (*Not) Descriptor deprecated

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

Deprecated: Use Not.ProtoReflect.Descriptor instead.

func (*Not) GetExpressions

func (x *Not) GetExpressions() *FieldQuery

func (*Not) ProtoMessage

func (*Not) ProtoMessage()

func (*Not) ProtoReflect

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

func (*Not) Reset

func (x *Not) Reset()

func (*Not) String

func (x *Not) String() string

type NumAnd

type NumAnd struct {
	Queries []*NumQuery `protobuf:"bytes,1,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*NumAnd) Descriptor deprecated

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

Deprecated: Use NumAnd.ProtoReflect.Descriptor instead.

func (*NumAnd) GetQueries

func (x *NumAnd) GetQueries() []*NumQuery

func (*NumAnd) ProtoMessage

func (*NumAnd) ProtoMessage()

func (*NumAnd) ProtoReflect

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

func (*NumAnd) Reset

func (x *NumAnd) Reset()

func (*NumAnd) String

func (x *NumAnd) String() string

type NumOr

type NumOr struct {
	Queries []*NumQuery `protobuf:"bytes,1,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*NumOr) Descriptor deprecated

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

Deprecated: Use NumOr.ProtoReflect.Descriptor instead.

func (*NumOr) GetQueries

func (x *NumOr) GetQueries() []*NumQuery

func (*NumOr) ProtoMessage

func (*NumOr) ProtoMessage()

func (*NumOr) ProtoReflect

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

func (*NumOr) Reset

func (x *NumOr) Reset()

func (*NumOr) String

func (x *NumOr) String() string

type NumQuery

type NumQuery struct {

	// Types that are assignable to Bool:
	//	*NumQuery_And
	//	*NumQuery_Or
	//	*NumQuery_Gt
	//	*NumQuery_Gte
	//	*NumQuery_Lt
	//	*NumQuery_Lte
	//	*NumQuery_Eq
	Bool isNumQuery_Bool `protobuf_oneof:"bool"`
	// contains filtered or unexported fields
}

func (*NumQuery) Descriptor deprecated

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

Deprecated: Use NumQuery.ProtoReflect.Descriptor instead.

func (*NumQuery) GetAnd

func (x *NumQuery) GetAnd() *NumAnd

func (*NumQuery) GetBool

func (m *NumQuery) GetBool() isNumQuery_Bool

func (*NumQuery) GetEq

func (x *NumQuery) GetEq() *NumbEq

func (*NumQuery) GetGt

func (x *NumQuery) GetGt() *Gt

func (*NumQuery) GetGte

func (x *NumQuery) GetGte() *Gte

func (*NumQuery) GetLt

func (x *NumQuery) GetLt() *Lt

func (*NumQuery) GetLte

func (x *NumQuery) GetLte() *Lte

func (*NumQuery) GetOr

func (x *NumQuery) GetOr() *NumOr

func (*NumQuery) ProtoMessage

func (*NumQuery) ProtoMessage()

func (*NumQuery) ProtoReflect

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

func (*NumQuery) Reset

func (x *NumQuery) Reset()

func (*NumQuery) String

func (x *NumQuery) String() string

type NumQuery_And

type NumQuery_And struct {
	And *NumAnd `protobuf:"bytes,1,opt,name=and,proto3,oneof"`
}

type NumQuery_Eq

type NumQuery_Eq struct {
	Eq *NumbEq `protobuf:"bytes,7,opt,name=eq,proto3,oneof"`
}

type NumQuery_Gt

type NumQuery_Gt struct {
	Gt *Gt `protobuf:"bytes,3,opt,name=gt,proto3,oneof"`
}

type NumQuery_Gte

type NumQuery_Gte struct {
	Gte *Gte `protobuf:"bytes,4,opt,name=gte,proto3,oneof"`
}

type NumQuery_Lt

type NumQuery_Lt struct {
	Lt *Lt `protobuf:"bytes,5,opt,name=lt,proto3,oneof"`
}

type NumQuery_Lte

type NumQuery_Lte struct {
	Lte *Lte `protobuf:"bytes,6,opt,name=lte,proto3,oneof"`
}

type NumQuery_Or

type NumQuery_Or struct {
	Or *NumOr `protobuf:"bytes,2,opt,name=or,proto3,oneof"`
}

type NumbEq

type NumbEq struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value int64  `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*NumbEq) Descriptor deprecated

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

Deprecated: Use NumbEq.ProtoReflect.Descriptor instead.

func (*NumbEq) GetField

func (x *NumbEq) GetField() string

func (*NumbEq) GetValue

func (x *NumbEq) GetValue() int64

func (*NumbEq) ProtoMessage

func (*NumbEq) ProtoMessage()

func (*NumbEq) ProtoReflect

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

func (*NumbEq) Reset

func (x *NumbEq) Reset()

func (*NumbEq) String

func (x *NumbEq) String() string

type NumberIndex

type NumberIndex struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberIndex) Descriptor deprecated

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

Deprecated: Use NumberIndex.ProtoReflect.Descriptor instead.

func (*NumberIndex) GetAlias

func (x *NumberIndex) GetAlias() string

func (*NumberIndex) GetPath

func (x *NumberIndex) GetPath() string

func (*NumberIndex) ProtoMessage

func (*NumberIndex) ProtoMessage()

func (*NumberIndex) ProtoReflect

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

func (*NumberIndex) Reset

func (x *NumberIndex) Reset()

func (*NumberIndex) String

func (x *NumberIndex) String() string

type NumberMapping

type NumberMapping struct {
	Number   int64  `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	Name     string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ObjectId string `protobuf:"bytes,4,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

func (*NumberMapping) Descriptor deprecated

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

Deprecated: Use NumberMapping.ProtoReflect.Descriptor instead.

func (*NumberMapping) GetName

func (x *NumberMapping) GetName() string

func (*NumberMapping) GetNumber

func (x *NumberMapping) GetNumber() int64

func (*NumberMapping) GetObjectId

func (x *NumberMapping) GetObjectId() string

func (*NumberMapping) ProtoMessage

func (*NumberMapping) ProtoMessage()

func (*NumberMapping) ProtoReflect

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

func (*NumberMapping) Reset

func (x *NumberMapping) Reset()

func (*NumberMapping) String

func (x *NumberMapping) String() string

type Object

type Object struct {
	Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Data   string  `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Object) Descriptor deprecated

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

Deprecated: Use Object.ProtoReflect.Descriptor instead.

func (*Object) GetData

func (x *Object) GetData() string

func (*Object) GetHeader

func (x *Object) GetHeader() *Header

func (*Object) ProtoMessage

func (*Object) ProtoMessage()

func (*Object) ProtoReflect

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

func (*Object) Reset

func (x *Object) Reset()

func (*Object) String

func (x *Object) String() string

type ObjectActionsUsers

type ObjectActionsUsers struct {
	View   *SubjectSet `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"`
	Edit   *SubjectSet `protobuf:"bytes,2,opt,name=edit,proto3" json:"edit,omitempty"`
	Delete *SubjectSet `protobuf:"bytes,3,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectActionsUsers) Descriptor deprecated

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

Deprecated: Use ObjectActionsUsers.ProtoReflect.Descriptor instead.

func (*ObjectActionsUsers) GetDelete

func (x *ObjectActionsUsers) GetDelete() *SubjectSet

func (*ObjectActionsUsers) GetEdit

func (x *ObjectActionsUsers) GetEdit() *SubjectSet

func (*ObjectActionsUsers) GetView

func (x *ObjectActionsUsers) GetView() *SubjectSet

func (*ObjectActionsUsers) ProtoMessage

func (*ObjectActionsUsers) ProtoMessage()

func (*ObjectActionsUsers) ProtoReflect

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

func (*ObjectActionsUsers) Reset

func (x *ObjectActionsUsers) Reset()

func (*ObjectActionsUsers) String

func (x *ObjectActionsUsers) String() string

type ObjectDeletedNotification

type ObjectDeletedNotification struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectDeletedNotification) Descriptor deprecated

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

Deprecated: Use ObjectDeletedNotification.ProtoReflect.Descriptor instead.

func (*ObjectDeletedNotification) GetId

func (x *ObjectDeletedNotification) GetId() string

func (*ObjectDeletedNotification) ProtoMessage

func (*ObjectDeletedNotification) ProtoMessage()

func (*ObjectDeletedNotification) ProtoReflect

func (*ObjectDeletedNotification) Reset

func (x *ObjectDeletedNotification) Reset()

func (*ObjectDeletedNotification) String

func (x *ObjectDeletedNotification) String() string

type ObjectInfoRequest

type ObjectInfoRequest struct {
	Collection string `protobuf:"bytes,1,opt,name=Collection,proto3" json:"Collection,omitempty"`
	ObjectId   string `protobuf:"bytes,2,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectInfoRequest) Descriptor deprecated

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

Deprecated: Use ObjectInfoRequest.ProtoReflect.Descriptor instead.

func (*ObjectInfoRequest) GetCollection

func (x *ObjectInfoRequest) GetCollection() string

func (*ObjectInfoRequest) GetObjectId

func (x *ObjectInfoRequest) GetObjectId() string

func (*ObjectInfoRequest) ProtoMessage

func (*ObjectInfoRequest) ProtoMessage()

func (*ObjectInfoRequest) ProtoReflect

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

func (*ObjectInfoRequest) Reset

func (x *ObjectInfoRequest) Reset()

func (*ObjectInfoRequest) String

func (x *ObjectInfoRequest) String() string

type ObjectInfoResponse

type ObjectInfoResponse struct {
	Header *Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectInfoResponse) Descriptor deprecated

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

Deprecated: Use ObjectInfoResponse.ProtoReflect.Descriptor instead.

func (*ObjectInfoResponse) GetHeader

func (x *ObjectInfoResponse) GetHeader() *Header

func (*ObjectInfoResponse) ProtoMessage

func (*ObjectInfoResponse) ProtoMessage()

func (*ObjectInfoResponse) ProtoReflect

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

func (*ObjectInfoResponse) Reset

func (x *ObjectInfoResponse) Reset()

func (*ObjectInfoResponse) String

func (x *ObjectInfoResponse) String() string

type ObjectList

type ObjectList struct {
	Offset  int64     `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Total   uint32    `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Objects []*Object `protobuf:"bytes,3,rep,name=objects,proto3" json:"objects,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectList) Descriptor deprecated

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

Deprecated: Use ObjectList.ProtoReflect.Descriptor instead.

func (*ObjectList) GetObjects

func (x *ObjectList) GetObjects() []*Object

func (*ObjectList) GetOffset

func (x *ObjectList) GetOffset() int64

func (*ObjectList) GetTotal

func (x *ObjectList) GetTotal() uint32

func (*ObjectList) ProtoMessage

func (*ObjectList) ProtoMessage()

func (*ObjectList) ProtoReflect

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

func (*ObjectList) Reset

func (x *ObjectList) Reset()

func (*ObjectList) String

func (x *ObjectList) String() string

type ObjectSet

type ObjectSet struct {
	Subject  string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	Relation string `protobuf:"bytes,2,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectSet) Descriptor deprecated

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

Deprecated: Use ObjectSet.ProtoReflect.Descriptor instead.

func (*ObjectSet) GetRelation

func (x *ObjectSet) GetRelation() string

func (*ObjectSet) GetSubject

func (x *ObjectSet) GetSubject() string

func (*ObjectSet) ProtoMessage

func (*ObjectSet) ProtoMessage()

func (*ObjectSet) ProtoReflect

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

func (*ObjectSet) Reset

func (x *ObjectSet) Reset()

func (*ObjectSet) String

func (x *ObjectSet) String() string

type ObjectsClient

ObjectsClient is the client API for Objects service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewObjectsClient

func NewObjectsClient(cc grpc.ClientConnInterface) ObjectsClient

type ObjectsServer

ObjectsServer is the server API for Objects service. All implementations must embed UnimplementedObjectsServer for forward compatibility

type Objects_ListObjectsClient

type Objects_ListObjectsClient interface {
	Recv() (*Object, error)
	grpc.ClientStream
}

type Objects_ListObjectsServer

type Objects_ListObjectsServer interface {
	Send(*Object) error
	grpc.ServerStream
}

type Objects_SearchObjectsClient

type Objects_SearchObjectsClient interface {
	Recv() (*Object, error)
	grpc.ClientStream
}

type Objects_SearchObjectsServer

type Objects_SearchObjectsServer interface {
	Send(*Object) error
	grpc.ServerStream
}

type Or

type Or struct {
	Queries []*FieldQuery `protobuf:"bytes,1,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*Or) Descriptor deprecated

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

Deprecated: Use Or.ProtoReflect.Descriptor instead.

func (*Or) GetQueries

func (x *Or) GetQueries() []*FieldQuery

func (*Or) ProtoMessage

func (*Or) ProtoMessage()

func (*Or) ProtoReflect

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

func (*Or) Reset

func (x *Or) Reset()

func (*Or) String

func (x *Or) String() string

type Patch

type Patch struct {
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	At       string `protobuf:"bytes,2,opt,name=at,proto3" json:"at,omitempty"`
	Data     string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Patch) Descriptor deprecated

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

Deprecated: Use Patch.ProtoReflect.Descriptor instead.

func (*Patch) GetAt

func (x *Patch) GetAt() string

func (*Patch) GetData

func (x *Patch) GetData() string

func (*Patch) GetObjectId

func (x *Patch) GetObjectId() string

func (*Patch) ProtoMessage

func (*Patch) ProtoMessage()

func (*Patch) ProtoReflect

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

func (*Patch) Reset

func (x *Patch) Reset()

func (*Patch) String

func (x *Patch) String() string

type PatchObjectRequest

type PatchObjectRequest struct {
	Collection string `protobuf:"bytes,1,opt,name=Collection,proto3" json:"Collection,omitempty"`
	Patch      *Patch `protobuf:"bytes,2,opt,name=patch,proto3" json:"patch,omitempty"`
	// contains filtered or unexported fields
}

func (*PatchObjectRequest) Descriptor deprecated

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

Deprecated: Use PatchObjectRequest.ProtoReflect.Descriptor instead.

func (*PatchObjectRequest) GetCollection

func (x *PatchObjectRequest) GetCollection() string

func (*PatchObjectRequest) GetPatch

func (x *PatchObjectRequest) GetPatch() *Patch

func (*PatchObjectRequest) ProtoMessage

func (*PatchObjectRequest) ProtoMessage()

func (*PatchObjectRequest) ProtoReflect

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

func (*PatchObjectRequest) Reset

func (x *PatchObjectRequest) Reset()

func (*PatchObjectRequest) String

func (x *PatchObjectRequest) String() string

type PatchObjectResponse

type PatchObjectResponse struct {
	// contains filtered or unexported fields
}

func (*PatchObjectResponse) Descriptor deprecated

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

Deprecated: Use PatchObjectResponse.ProtoReflect.Descriptor instead.

func (*PatchObjectResponse) ProtoMessage

func (*PatchObjectResponse) ProtoMessage()

func (*PatchObjectResponse) ProtoReflect

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

func (*PatchObjectResponse) Reset

func (x *PatchObjectResponse) Reset()

func (*PatchObjectResponse) String

func (x *PatchObjectResponse) String() string

type PathAccessRules

type PathAccessRules struct {
	AccessRules map[string]*ObjectActionsUsers `` /* 182-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PathAccessRules) Descriptor deprecated

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

Deprecated: Use PathAccessRules.ProtoReflect.Descriptor instead.

func (*PathAccessRules) GetAccessRules

func (x *PathAccessRules) GetAccessRules() map[string]*ObjectActionsUsers

func (*PathAccessRules) ProtoMessage

func (*PathAccessRules) ProtoMessage()

func (*PathAccessRules) ProtoReflect

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

func (*PathAccessRules) Reset

func (x *PathAccessRules) Reset()

func (*PathAccessRules) String

func (x *PathAccessRules) String() string

type PropertiesIndex

type PropertiesIndex struct {
	Aliases map[string]string `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PropertiesIndex) Descriptor deprecated

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

Deprecated: Use PropertiesIndex.ProtoReflect.Descriptor instead.

func (*PropertiesIndex) GetAliases

func (x *PropertiesIndex) GetAliases() map[string]string

func (*PropertiesIndex) ProtoMessage

func (*PropertiesIndex) ProtoMessage()

func (*PropertiesIndex) ProtoReflect

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

func (*PropertiesIndex) Reset

func (x *PropertiesIndex) Reset()

func (*PropertiesIndex) String

func (x *PropertiesIndex) String() string

type PropertiesMapping

type PropertiesMapping struct {
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	Json     string `protobuf:"bytes,2,opt,name=json,proto3" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertiesMapping) Descriptor deprecated

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

Deprecated: Use PropertiesMapping.ProtoReflect.Descriptor instead.

func (*PropertiesMapping) GetJson

func (x *PropertiesMapping) GetJson() string

func (*PropertiesMapping) GetObjectId

func (x *PropertiesMapping) GetObjectId() string

func (*PropertiesMapping) ProtoMessage

func (*PropertiesMapping) ProtoMessage()

func (*PropertiesMapping) ProtoReflect

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

func (*PropertiesMapping) Reset

func (x *PropertiesMapping) Reset()

func (*PropertiesMapping) String

func (x *PropertiesMapping) String() string

type PutObjectRequest

type PutObjectRequest struct {
	Collection            string           `protobuf:"bytes,1,opt,name=Collection,proto3" json:"Collection,omitempty"`
	Object                *Object          `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	Indexes               []*TextIndex     `protobuf:"bytes,3,rep,name=indexes,proto3" json:"indexes,omitempty"`
	ActionAuthorizedUsers *PathAccessRules `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PutObjectRequest) Descriptor deprecated

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

Deprecated: Use PutObjectRequest.ProtoReflect.Descriptor instead.

func (*PutObjectRequest) GetActionAuthorizedUsers

func (x *PutObjectRequest) GetActionAuthorizedUsers() *PathAccessRules

func (*PutObjectRequest) GetCollection

func (x *PutObjectRequest) GetCollection() string

func (*PutObjectRequest) GetIndexes

func (x *PutObjectRequest) GetIndexes() []*TextIndex

func (*PutObjectRequest) GetObject

func (x *PutObjectRequest) GetObject() *Object

func (*PutObjectRequest) ProtoMessage

func (*PutObjectRequest) ProtoMessage()

func (*PutObjectRequest) ProtoReflect

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

func (*PutObjectRequest) Reset

func (x *PutObjectRequest) Reset()

func (*PutObjectRequest) String

func (x *PutObjectRequest) String() string

type PutObjectResponse

type PutObjectResponse struct {
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PutObjectResponse) Descriptor deprecated

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

Deprecated: Use PutObjectResponse.ProtoReflect.Descriptor instead.

func (*PutObjectResponse) GetObjectId

func (x *PutObjectResponse) GetObjectId() string

func (*PutObjectResponse) ProtoMessage

func (*PutObjectResponse) ProtoMessage()

func (*PutObjectResponse) ProtoReflect

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

func (*PutObjectResponse) Reset

func (x *PutObjectResponse) Reset()

func (*PutObjectResponse) String

func (x *PutObjectResponse) String() string

type RelationDefinition

type RelationDefinition struct {
	Name              string                  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	SubjectSetRewrite []*SubjectSetDefinition `protobuf:"bytes,2,rep,name=subject_set_rewrite,json=subjectSetRewrite,proto3" json:"subject_set_rewrite,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationDefinition) Descriptor deprecated

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

Deprecated: Use RelationDefinition.ProtoReflect.Descriptor instead.

func (*RelationDefinition) GetName

func (x *RelationDefinition) GetName() string

func (*RelationDefinition) GetSubjectSetRewrite

func (x *RelationDefinition) GetSubjectSetRewrite() []*SubjectSetDefinition

func (*RelationDefinition) ProtoMessage

func (*RelationDefinition) ProtoMessage()

func (*RelationDefinition) ProtoReflect

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

func (*RelationDefinition) Reset

func (x *RelationDefinition) Reset()

func (*RelationDefinition) String

func (x *RelationDefinition) String() string

type RelationSubjectInfo

type RelationSubjectInfo struct {
	Name       string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Target     string `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	CommitTime int64  `protobuf:"varint,3,opt,name=commit_time,json=commitTime,proto3" json:"commit_time,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationSubjectInfo) Descriptor deprecated

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

Deprecated: Use RelationSubjectInfo.ProtoReflect.Descriptor instead.

func (*RelationSubjectInfo) GetCommitTime

func (x *RelationSubjectInfo) GetCommitTime() int64

func (*RelationSubjectInfo) GetName

func (x *RelationSubjectInfo) GetName() string

func (*RelationSubjectInfo) GetTarget

func (x *RelationSubjectInfo) GetTarget() string

func (*RelationSubjectInfo) ProtoMessage

func (*RelationSubjectInfo) ProtoMessage()

func (*RelationSubjectInfo) ProtoReflect

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

func (*RelationSubjectInfo) Reset

func (x *RelationSubjectInfo) Reset()

func (*RelationSubjectInfo) String

func (x *RelationSubjectInfo) String() string

type RenameFileRequest

type RenameFileRequest struct {
	AccessId string `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	Path     string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	NewName  string `protobuf:"bytes,3,opt,name=new_name,json=newName,proto3" json:"new_name,omitempty"`
	// contains filtered or unexported fields
}

func (*RenameFileRequest) Descriptor deprecated

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

Deprecated: Use RenameFileRequest.ProtoReflect.Descriptor instead.

func (*RenameFileRequest) GetAccessId

func (x *RenameFileRequest) GetAccessId() string

func (*RenameFileRequest) GetNewName

func (x *RenameFileRequest) GetNewName() string

func (*RenameFileRequest) GetPath

func (x *RenameFileRequest) GetPath() string

func (*RenameFileRequest) ProtoMessage

func (*RenameFileRequest) ProtoMessage()

func (*RenameFileRequest) ProtoReflect

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

func (*RenameFileRequest) Reset

func (x *RenameFileRequest) Reset()

func (*RenameFileRequest) String

func (x *RenameFileRequest) String() string

type RenameFileResponse

type RenameFileResponse struct {
	// contains filtered or unexported fields
}

func (*RenameFileResponse) Descriptor deprecated

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

Deprecated: Use RenameFileResponse.ProtoReflect.Descriptor instead.

func (*RenameFileResponse) ProtoMessage

func (*RenameFileResponse) ProtoMessage()

func (*RenameFileResponse) ProtoReflect

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

func (*RenameFileResponse) Reset

func (x *RenameFileResponse) Reset()

func (*RenameFileResponse) String

func (x *RenameFileResponse) String() string

type ResearchRequest

type ResearchRequest struct {
	Query *SearchQuery `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ResearchRequest) Descriptor deprecated

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

Deprecated: Use ResearchRequest.ProtoReflect.Descriptor instead.

func (*ResearchRequest) GetQuery

func (x *ResearchRequest) GetQuery() *SearchQuery

func (*ResearchRequest) ProtoMessage

func (*ResearchRequest) ProtoMessage()

func (*ResearchRequest) ProtoReflect

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

func (*ResearchRequest) Reset

func (x *ResearchRequest) Reset()

func (*ResearchRequest) String

func (x *ResearchRequest) String() string

type ResearchResponse

type ResearchResponse struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ResearchResponse) Descriptor deprecated

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

Deprecated: Use ResearchResponse.ProtoReflect.Descriptor instead.

func (*ResearchResponse) GetIds

func (x *ResearchResponse) GetIds() []string

func (*ResearchResponse) ProtoMessage

func (*ResearchResponse) ProtoMessage()

func (*ResearchResponse) ProtoReflect

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

func (*ResearchResponse) Reset

func (x *ResearchResponse) Reset()

func (*ResearchResponse) String

func (x *ResearchResponse) String() string

type ResolveAccessRequest

type ResolveAccessRequest struct {
	Access *FSAccess `protobuf:"bytes,1,opt,name=access,proto3" json:"access,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveAccessRequest) Descriptor deprecated

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

Deprecated: Use ResolveAccessRequest.ProtoReflect.Descriptor instead.

func (*ResolveAccessRequest) GetAccess

func (x *ResolveAccessRequest) GetAccess() *FSAccess

func (*ResolveAccessRequest) ProtoMessage

func (*ResolveAccessRequest) ProtoMessage()

func (*ResolveAccessRequest) ProtoReflect

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

func (*ResolveAccessRequest) Reset

func (x *ResolveAccessRequest) Reset()

func (*ResolveAccessRequest) String

func (x *ResolveAccessRequest) String() string

type ResolveAccessResponse

type ResolveAccessResponse struct {
	ResolvedAccess *FSAccess `protobuf:"bytes,2,opt,name=resolved_access,json=resolvedAccess,proto3" json:"resolved_access,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveAccessResponse) Descriptor deprecated

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

Deprecated: Use ResolveAccessResponse.ProtoReflect.Descriptor instead.

func (*ResolveAccessResponse) GetResolvedAccess

func (x *ResolveAccessResponse) GetResolvedAccess() *FSAccess

func (*ResolveAccessResponse) ProtoMessage

func (*ResolveAccessResponse) ProtoMessage()

func (*ResolveAccessResponse) ProtoReflect

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

func (*ResolveAccessResponse) Reset

func (x *ResolveAccessResponse) Reset()

func (*ResolveAccessResponse) String

func (x *ResolveAccessResponse) String() string

type SaveACLRequest

type SaveACLRequest struct {
	Acl *ACL `protobuf:"bytes,1,opt,name=acl,proto3" json:"acl,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveACLRequest) Descriptor deprecated

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

Deprecated: Use SaveACLRequest.ProtoReflect.Descriptor instead.

func (*SaveACLRequest) GetAcl

func (x *SaveACLRequest) GetAcl() *ACL

func (*SaveACLRequest) ProtoMessage

func (*SaveACLRequest) ProtoMessage()

func (*SaveACLRequest) ProtoReflect

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

func (*SaveACLRequest) Reset

func (x *SaveACLRequest) Reset()

func (*SaveACLRequest) String

func (x *SaveACLRequest) String() string

type SaveACLResponse

type SaveACLResponse struct {
	// contains filtered or unexported fields
}

func (*SaveACLResponse) Descriptor deprecated

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

Deprecated: Use SaveACLResponse.ProtoReflect.Descriptor instead.

func (*SaveACLResponse) ProtoMessage

func (*SaveACLResponse) ProtoMessage()

func (*SaveACLResponse) ProtoReflect

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

func (*SaveACLResponse) Reset

func (x *SaveACLResponse) Reset()

func (*SaveACLResponse) String

func (x *SaveACLResponse) String() string

type SaveNamespaceConfigRequest

type SaveNamespaceConfigRequest struct {
	Config *NamespaceConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SaveNamespaceConfigRequest) Descriptor deprecated

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

Deprecated: Use SaveNamespaceConfigRequest.ProtoReflect.Descriptor instead.

func (*SaveNamespaceConfigRequest) GetConfig

func (*SaveNamespaceConfigRequest) ProtoMessage

func (*SaveNamespaceConfigRequest) ProtoMessage()

func (*SaveNamespaceConfigRequest) ProtoReflect

func (*SaveNamespaceConfigRequest) Reset

func (x *SaveNamespaceConfigRequest) Reset()

func (*SaveNamespaceConfigRequest) String

func (x *SaveNamespaceConfigRequest) String() string

type SaveNamespaceConfigResponse

type SaveNamespaceConfigResponse struct {
	// contains filtered or unexported fields
}

func (*SaveNamespaceConfigResponse) Descriptor deprecated

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

Deprecated: Use SaveNamespaceConfigResponse.ProtoReflect.Descriptor instead.

func (*SaveNamespaceConfigResponse) ProtoMessage

func (*SaveNamespaceConfigResponse) ProtoMessage()

func (*SaveNamespaceConfigResponse) ProtoReflect

func (*SaveNamespaceConfigResponse) Reset

func (x *SaveNamespaceConfigResponse) Reset()

func (*SaveNamespaceConfigResponse) String

func (x *SaveNamespaceConfigResponse) String() string

type SearchEngineClient

type SearchEngineClient interface {
	Feed(ctx context.Context, opts ...grpc.CallOption) (SearchEngine_FeedClient, error)
	Search(ctx context.Context, in *ResearchRequest, opts ...grpc.CallOption) (SearchEngine_SearchClient, error)
}

SearchEngineClient is the client API for SearchEngine service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type SearchEngineServer

type SearchEngineServer interface {
	Feed(SearchEngine_FeedServer) error
	Search(*ResearchRequest, SearchEngine_SearchServer) error
	// contains filtered or unexported methods
}

SearchEngineServer is the server API for SearchEngine service. All implementations must embed UnimplementedSearchEngineServer for forward compatibility

type SearchEngine_FeedClient

type SearchEngine_FeedClient interface {
	Send(*MessageFeed) error
	CloseAndRecv() (*FeedResponse, error)
	grpc.ClientStream
}

type SearchEngine_FeedServer

type SearchEngine_FeedServer interface {
	SendAndClose(*FeedResponse) error
	Recv() (*MessageFeed, error)
	grpc.ServerStream
}

type SearchEngine_SearchClient

type SearchEngine_SearchClient interface {
	Recv() (*SearchResult, error)
	grpc.ClientStream
}

type SearchEngine_SearchServer

type SearchEngine_SearchServer interface {
	Send(*SearchResult) error
	grpc.ServerStream
}

type SearchObjectsRequest

type SearchObjectsRequest struct {
	Collection string       `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	Query      *SearchQuery `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchObjectsRequest) Descriptor deprecated

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

Deprecated: Use SearchObjectsRequest.ProtoReflect.Descriptor instead.

func (*SearchObjectsRequest) GetCollection

func (x *SearchObjectsRequest) GetCollection() string

func (*SearchObjectsRequest) GetQuery

func (x *SearchObjectsRequest) GetQuery() *SearchQuery

func (*SearchObjectsRequest) ProtoMessage

func (*SearchObjectsRequest) ProtoMessage()

func (*SearchObjectsRequest) ProtoReflect

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

func (*SearchObjectsRequest) Reset

func (x *SearchObjectsRequest) Reset()

func (*SearchObjectsRequest) String

func (x *SearchObjectsRequest) String() string

type SearchQuery

type SearchQuery struct {

	// Types that are assignable to Query:
	//	*SearchQuery_Text
	//	*SearchQuery_Number
	//	*SearchQuery_Fields
	Query isSearchQuery_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*SearchQuery) Descriptor deprecated

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

Deprecated: Use SearchQuery.ProtoReflect.Descriptor instead.

func (*SearchQuery) GetFields

func (x *SearchQuery) GetFields() *FieldQuery

func (*SearchQuery) GetNumber

func (x *SearchQuery) GetNumber() *NumQuery

func (*SearchQuery) GetQuery

func (m *SearchQuery) GetQuery() isSearchQuery_Query

func (*SearchQuery) GetText

func (x *SearchQuery) GetText() *StrQuery

func (*SearchQuery) ProtoMessage

func (*SearchQuery) ProtoMessage()

func (*SearchQuery) ProtoReflect

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

func (*SearchQuery) Reset

func (x *SearchQuery) Reset()

func (*SearchQuery) String

func (x *SearchQuery) String() string

type SearchQuery_Fields

type SearchQuery_Fields struct {
	Fields *FieldQuery `protobuf:"bytes,3,opt,name=fields,proto3,oneof"`
}

type SearchQuery_Number

type SearchQuery_Number struct {
	Number *NumQuery `protobuf:"bytes,2,opt,name=number,proto3,oneof"`
}

type SearchQuery_Text

type SearchQuery_Text struct {
	Text *StrQuery `protobuf:"bytes,1,opt,name=text,proto3,oneof"`
}

type SearchResult

type SearchResult struct {
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchResult) Descriptor deprecated

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

Deprecated: Use SearchResult.ProtoReflect.Descriptor instead.

func (*SearchResult) GetIds

func (x *SearchResult) GetIds() []string

func (*SearchResult) ProtoMessage

func (*SearchResult) ProtoMessage()

func (*SearchResult) ProtoReflect

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

func (*SearchResult) Reset

func (x *SearchResult) Reset()

func (*SearchResult) String

func (x *SearchResult) String() string

type ServiceClient

type ServiceClient interface {
	SaveNamespaceConfig(ctx context.Context, in *SaveNamespaceConfigRequest, opts ...grpc.CallOption) (*SaveNamespaceConfigResponse, error)
	GetNamespaceConfig(ctx context.Context, in *GetNamespaceConfigRequest, opts ...grpc.CallOption) (*GetNamespaceConfigResponse, error)
	DeleteNamespaceConfig(ctx context.Context, in *DeleteNamespaceConfigRequest, opts ...grpc.CallOption) (*DeleteNamespaceConfigResponse, error)
	Check(ctx context.Context, in *CheckRequest, opts ...grpc.CallOption) (*CheckResponse, error)
	SaveRelation(ctx context.Context, in *SaveACLRequest, opts ...grpc.CallOption) (*SaveACLResponse, error)
	DeleteRelation(ctx context.Context, in *DeleteACLRequest, opts ...grpc.CallOption) (*DeleteACLResponse, error)
}

ServiceClient is the client API for Service service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewServiceClient

func NewServiceClient(cc grpc.ClientConnInterface) ServiceClient

type ServiceServer

type ServiceServer interface {
	SaveNamespaceConfig(context.Context, *SaveNamespaceConfigRequest) (*SaveNamespaceConfigResponse, error)
	GetNamespaceConfig(context.Context, *GetNamespaceConfigRequest) (*GetNamespaceConfigResponse, error)
	DeleteNamespaceConfig(context.Context, *DeleteNamespaceConfigRequest) (*DeleteNamespaceConfigResponse, error)
	Check(context.Context, *CheckRequest) (*CheckResponse, error)
	SaveRelation(context.Context, *SaveACLRequest) (*SaveACLResponse, error)
	DeleteRelation(context.Context, *DeleteACLRequest) (*DeleteACLResponse, error)
	// contains filtered or unexported methods
}

ServiceServer is the server API for Service service. All implementations must embed UnimplementedServiceServer for forward compatibility

type SetFileAttributesRequest

type SetFileAttributesRequest struct {
	AccessId   string            `protobuf:"bytes,1,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	Path       string            `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Attributes map[string]string `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetFileAttributesRequest) Descriptor deprecated

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

Deprecated: Use SetFileAttributesRequest.ProtoReflect.Descriptor instead.

func (*SetFileAttributesRequest) GetAccessId

func (x *SetFileAttributesRequest) GetAccessId() string

func (*SetFileAttributesRequest) GetAttributes

func (x *SetFileAttributesRequest) GetAttributes() map[string]string

func (*SetFileAttributesRequest) GetPath

func (x *SetFileAttributesRequest) GetPath() string

func (*SetFileAttributesRequest) ProtoMessage

func (*SetFileAttributesRequest) ProtoMessage()

func (*SetFileAttributesRequest) ProtoReflect

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

func (*SetFileAttributesRequest) Reset

func (x *SetFileAttributesRequest) Reset()

func (*SetFileAttributesRequest) String

func (x *SetFileAttributesRequest) String() string

type SetFileAttributesResponse

type SetFileAttributesResponse struct {
	// contains filtered or unexported fields
}

func (*SetFileAttributesResponse) Descriptor deprecated

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

Deprecated: Use SetFileAttributesResponse.ProtoReflect.Descriptor instead.

func (*SetFileAttributesResponse) ProtoMessage

func (*SetFileAttributesResponse) ProtoMessage()

func (*SetFileAttributesResponse) ProtoReflect

func (*SetFileAttributesResponse) Reset

func (x *SetFileAttributesResponse) Reset()

func (*SetFileAttributesResponse) String

func (x *SetFileAttributesResponse) String() string

type ShareInfo

type ShareInfo struct {
	User     string `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Role     string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	AccessId string `protobuf:"bytes,3,opt,name=access_id,json=accessId,proto3" json:"access_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareInfo) Descriptor deprecated

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

Deprecated: Use ShareInfo.ProtoReflect.Descriptor instead.

func (*ShareInfo) GetAccessId

func (x *ShareInfo) GetAccessId() string

func (*ShareInfo) GetRole

func (x *ShareInfo) GetRole() string

func (*ShareInfo) GetUser

func (x *ShareInfo) GetUser() string

func (*ShareInfo) ProtoMessage

func (*ShareInfo) ProtoMessage()

func (*ShareInfo) ProtoReflect

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

func (*ShareInfo) Reset

func (x *ShareInfo) Reset()

func (*ShareInfo) String

func (x *ShareInfo) String() string

type ShareRequest

type ShareRequest struct {
	Info []*ShareInfo `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*ShareRequest) Descriptor deprecated

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

Deprecated: Use ShareRequest.ProtoReflect.Descriptor instead.

func (*ShareRequest) GetInfo

func (x *ShareRequest) GetInfo() []*ShareInfo

func (*ShareRequest) ProtoMessage

func (*ShareRequest) ProtoMessage()

func (*ShareRequest) ProtoReflect

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

func (*ShareRequest) Reset

func (x *ShareRequest) Reset()

func (*ShareRequest) String

func (x *ShareRequest) String() string

type ShareResponse

type ShareResponse struct {
	// contains filtered or unexported fields
}

func (*ShareResponse) Descriptor deprecated

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

Deprecated: Use ShareResponse.ProtoReflect.Descriptor instead.

func (*ShareResponse) ProtoMessage

func (*ShareResponse) ProtoMessage()

func (*ShareResponse) ProtoReflect

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

func (*ShareResponse) Reset

func (x *ShareResponse) Reset()

func (*ShareResponse) String

func (x *ShareResponse) String() string

type StartsWith

type StartsWith struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

CONDITION

func (*StartsWith) Descriptor deprecated

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

Deprecated: Use StartsWith.ProtoReflect.Descriptor instead.

func (*StartsWith) GetField

func (x *StartsWith) GetField() string

func (*StartsWith) GetValue

func (x *StartsWith) GetValue() string

func (*StartsWith) ProtoMessage

func (*StartsWith) ProtoMessage()

func (*StartsWith) ProtoReflect

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

func (*StartsWith) Reset

func (x *StartsWith) Reset()

func (*StartsWith) String

func (x *StartsWith) String() string

type StrEqual

type StrEqual struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*StrEqual) Descriptor deprecated

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

Deprecated: Use StrEqual.ProtoReflect.Descriptor instead.

func (*StrEqual) GetField

func (x *StrEqual) GetField() string

func (*StrEqual) GetValue

func (x *StrEqual) GetValue() string

func (*StrEqual) ProtoMessage

func (*StrEqual) ProtoMessage()

func (*StrEqual) ProtoReflect

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

func (*StrEqual) Reset

func (x *StrEqual) Reset()

func (*StrEqual) String

func (x *StrEqual) String() string

type StrOr

type StrOr struct {
	Queries []*StrQuery `protobuf:"bytes,1,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*StrOr) Descriptor deprecated

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

Deprecated: Use StrOr.ProtoReflect.Descriptor instead.

func (*StrOr) GetQueries

func (x *StrOr) GetQueries() []*StrQuery

func (*StrOr) ProtoMessage

func (*StrOr) ProtoMessage()

func (*StrOr) ProtoReflect

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

func (*StrOr) Reset

func (x *StrOr) Reset()

func (*StrOr) String

func (x *StrOr) String() string

type StrQuery

type StrQuery struct {

	// Types that are assignable to Bool:
	//	*StrQuery_Or
	//	*StrQuery_Eq
	//	*StrQuery_Contains
	//	*StrQuery_StartsWith
	//	*StrQuery_EndsWith
	Bool isStrQuery_Bool `protobuf_oneof:"bool"`
	// contains filtered or unexported fields
}

func (*StrQuery) Descriptor deprecated

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

Deprecated: Use StrQuery.ProtoReflect.Descriptor instead.

func (*StrQuery) GetBool

func (m *StrQuery) GetBool() isStrQuery_Bool

func (*StrQuery) GetContains

func (x *StrQuery) GetContains() *Contains

func (*StrQuery) GetEndsWith

func (x *StrQuery) GetEndsWith() *EndsWith

func (*StrQuery) GetEq

func (x *StrQuery) GetEq() *StrEqual

func (*StrQuery) GetOr

func (x *StrQuery) GetOr() *StrOr

func (*StrQuery) GetStartsWith

func (x *StrQuery) GetStartsWith() *StartsWith

func (*StrQuery) ProtoMessage

func (*StrQuery) ProtoMessage()

func (*StrQuery) ProtoReflect

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

func (*StrQuery) Reset

func (x *StrQuery) Reset()

func (*StrQuery) String

func (x *StrQuery) String() string

type StrQuery_Contains

type StrQuery_Contains struct {
	Contains *Contains `protobuf:"bytes,3,opt,name=contains,proto3,oneof"`
}

type StrQuery_EndsWith

type StrQuery_EndsWith struct {
	EndsWith *EndsWith `protobuf:"bytes,5,opt,name=ends_with,json=endsWith,proto3,oneof"`
}

type StrQuery_Eq

type StrQuery_Eq struct {
	Eq *StrEqual `protobuf:"bytes,2,opt,name=eq,proto3,oneof"`
}

type StrQuery_Or

type StrQuery_Or struct {
	Or *StrOr `protobuf:"bytes,1,opt,name=or,proto3,oneof"`
}

type StrQuery_StartsWith

type StrQuery_StartsWith struct {
	StartsWith *StartsWith `protobuf:"bytes,4,opt,name=starts_with,json=startsWith,proto3,oneof"`
}

type SubjectSet

type SubjectSet struct {
	Object   string `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	Relation string `protobuf:"bytes,2,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*SubjectSet) Descriptor deprecated

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

Deprecated: Use SubjectSet.ProtoReflect.Descriptor instead.

func (*SubjectSet) GetObject

func (x *SubjectSet) GetObject() string

func (*SubjectSet) GetRelation

func (x *SubjectSet) GetRelation() string

func (*SubjectSet) ProtoMessage

func (*SubjectSet) ProtoMessage()

func (*SubjectSet) ProtoReflect

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

func (*SubjectSet) Reset

func (x *SubjectSet) Reset()

func (*SubjectSet) String

func (x *SubjectSet) String() string

type SubjectSetDefinition

type SubjectSetDefinition struct {
	Type  SubjectSetType `protobuf:"varint,1,opt,name=type,proto3,enum=SubjectSetType" json:"type,omitempty"`
	Value string         `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*SubjectSetDefinition) Descriptor deprecated

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

Deprecated: Use SubjectSetDefinition.ProtoReflect.Descriptor instead.

func (*SubjectSetDefinition) GetType

func (x *SubjectSetDefinition) GetType() SubjectSetType

func (*SubjectSetDefinition) GetValue

func (x *SubjectSetDefinition) GetValue() string

func (*SubjectSetDefinition) ProtoMessage

func (*SubjectSetDefinition) ProtoMessage()

func (*SubjectSetDefinition) ProtoReflect

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

func (*SubjectSetDefinition) Reset

func (x *SubjectSetDefinition) Reset()

func (*SubjectSetDefinition) String

func (x *SubjectSetDefinition) String() string

type SubjectSetType

type SubjectSetType int32
const (
	SubjectSetType_This            SubjectSetType = 0
	SubjectSetType_Computed        SubjectSetType = 1
	SubjectSetType_TupleSubjectSet SubjectSetType = 2
	SubjectSetType_FromTuple       SubjectSetType = 3
)

func (SubjectSetType) Descriptor

func (SubjectSetType) Enum

func (x SubjectSetType) Enum() *SubjectSetType

func (SubjectSetType) EnumDescriptor deprecated

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

Deprecated: Use SubjectSetType.Descriptor instead.

func (SubjectSetType) Number

func (SubjectSetType) String

func (x SubjectSetType) String() string

func (SubjectSetType) Type

type SubjectsInRelationWithObjectRelatedObject

type SubjectsInRelationWithObjectRelatedObject struct {
	ObjectRelation  string `protobuf:"bytes,1,opt,name=object_relation,json=objectRelation,proto3" json:"object_relation,omitempty"`
	SubjectRelation string `protobuf:"bytes,2,opt,name=subject_relation,json=subjectRelation,proto3" json:"subject_relation,omitempty"`
	// contains filtered or unexported fields
}

func (*SubjectsInRelationWithObjectRelatedObject) Descriptor deprecated

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

Deprecated: Use SubjectsInRelationWithObjectRelatedObject.ProtoReflect.Descriptor instead.

func (*SubjectsInRelationWithObjectRelatedObject) GetObjectRelation

func (x *SubjectsInRelationWithObjectRelatedObject) GetObjectRelation() string

func (*SubjectsInRelationWithObjectRelatedObject) GetSubjectRelation

func (x *SubjectsInRelationWithObjectRelatedObject) GetSubjectRelation() string

func (*SubjectsInRelationWithObjectRelatedObject) ProtoMessage

func (*SubjectsInRelationWithObjectRelatedObject) ProtoReflect

func (*SubjectsInRelationWithObjectRelatedObject) Reset

func (*SubjectsInRelationWithObjectRelatedObject) String

type TextIndex

type TextIndex struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"`
	// contains filtered or unexported fields
}

func (*TextIndex) Descriptor deprecated

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

Deprecated: Use TextIndex.ProtoReflect.Descriptor instead.

func (*TextIndex) GetAlias

func (x *TextIndex) GetAlias() string

func (*TextIndex) GetPath

func (x *TextIndex) GetPath() string

func (*TextIndex) ProtoMessage

func (*TextIndex) ProtoMessage()

func (*TextIndex) ProtoReflect

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

func (*TextIndex) Reset

func (x *TextIndex) Reset()

func (*TextIndex) String

func (x *TextIndex) String() string

type TextMapping

type TextMapping struct {
	Text              string `protobuf:"bytes,1,opt,name=text,proto3" json:"text,omitempty"`
	Name              string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ObjectId          string `protobuf:"bytes,3,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	PrefixMappingSize uint32 `protobuf:"varint,4,opt,name=prefix_mapping_size,json=prefixMappingSize,proto3" json:"prefix_mapping_size,omitempty"`
	// contains filtered or unexported fields
}

func (*TextMapping) Descriptor deprecated

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

Deprecated: Use TextMapping.ProtoReflect.Descriptor instead.

func (*TextMapping) GetName

func (x *TextMapping) GetName() string

func (*TextMapping) GetObjectId

func (x *TextMapping) GetObjectId() string

func (*TextMapping) GetPrefixMappingSize

func (x *TextMapping) GetPrefixMappingSize() uint32

func (*TextMapping) GetText

func (x *TextMapping) GetText() string

func (*TextMapping) ProtoMessage

func (*TextMapping) ProtoMessage()

func (*TextMapping) ProtoReflect

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

func (*TextMapping) Reset

func (x *TextMapping) Reset()

func (*TextMapping) String

func (x *TextMapping) String() string

type UnimplementedAccessManagerServer

type UnimplementedAccessManagerServer struct {
}

UnimplementedAccessManagerServer must be embedded to have forward compatible implementations.

func (UnimplementedAccessManagerServer) CreateAccess

func (UnimplementedAccessManagerServer) DeleteAccess

func (UnimplementedAccessManagerServer) GetAccess

func (UnimplementedAccessManagerServer) GetAccessList

func (UnimplementedAccessManagerServer) ResolveAccess

type UnimplementedFilesServer

type UnimplementedFilesServer struct {
}

UnimplementedFilesServer must be embedded to have forward compatible implementations.

func (UnimplementedFilesServer) CopyFile

func (UnimplementedFilesServer) CreateDir

func (UnimplementedFilesServer) DeleteFile

func (UnimplementedFilesServer) DeleteShares

func (UnimplementedFilesServer) GetFile

func (UnimplementedFilesServer) GetShares

func (UnimplementedFilesServer) ListDir

func (UnimplementedFilesServer) MoveFile

func (UnimplementedFilesServer) RenameFile

func (UnimplementedFilesServer) Share

type UnimplementedObjectsServer

type UnimplementedObjectsServer struct {
}

UnimplementedObjectsServer must be embedded to have forward compatible implementations.

func (UnimplementedObjectsServer) CreateCollection

func (UnimplementedObjectsServer) DeleteCollection

func (UnimplementedObjectsServer) DeleteObject

func (UnimplementedObjectsServer) GetCollection

func (UnimplementedObjectsServer) GetObject

func (UnimplementedObjectsServer) ListCollections

func (UnimplementedObjectsServer) ListObjects

func (UnimplementedObjectsServer) MoveObject

func (UnimplementedObjectsServer) ObjectInfo

func (UnimplementedObjectsServer) PatchObject

func (UnimplementedObjectsServer) PutObject

func (UnimplementedObjectsServer) SearchObjects

type UnimplementedSearchEngineServer

type UnimplementedSearchEngineServer struct {
}

UnimplementedSearchEngineServer must be embedded to have forward compatible implementations.

func (UnimplementedSearchEngineServer) Feed

func (UnimplementedSearchEngineServer) Search

type UnimplementedServiceServer

type UnimplementedServiceServer struct {
}

UnimplementedServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedServiceServer) Check

func (UnimplementedServiceServer) DeleteRelation

func (UnimplementedServiceServer) SaveRelation

type UnsafeAccessManagerServer

type UnsafeAccessManagerServer interface {
	// contains filtered or unexported methods
}

UnsafeAccessManagerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AccessManagerServer will result in compilation errors.

type UnsafeFilesServer

type UnsafeFilesServer interface {
	// contains filtered or unexported methods
}

UnsafeFilesServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FilesServer will result in compilation errors.

type UnsafeObjectsServer

type UnsafeObjectsServer interface {
	// contains filtered or unexported methods
}

UnsafeObjectsServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ObjectsServer will result in compilation errors.

type UnsafeSearchEngineServer

type UnsafeSearchEngineServer interface {
	// contains filtered or unexported methods
}

UnsafeSearchEngineServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SearchEngineServer will result in compilation errors.

type UnsafeServiceServer

type UnsafeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ServiceServer will result in compilation errors.

type User

type User struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetName

func (x *User) GetName() 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 UserCredentials

type UserCredentials struct {
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCredentials) Descriptor deprecated

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

Deprecated: Use UserCredentials.ProtoReflect.Descriptor instead.

func (*UserCredentials) GetPassword

func (x *UserCredentials) GetPassword() string

func (*UserCredentials) GetUsername

func (x *UserCredentials) GetUsername() string

func (*UserCredentials) ProtoMessage

func (*UserCredentials) ProtoMessage()

func (*UserCredentials) ProtoReflect

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

func (*UserCredentials) Reset

func (x *UserCredentials) Reset()

func (*UserCredentials) String

func (x *UserCredentials) String() string

Jump to

Keyboard shortcuts

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