proto

package
v0.0.0-...-a0f6d8d Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_sakuin_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetMetadataRequest

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

func (*GetMetadataRequest) Descriptor deprecated

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

Deprecated: Use GetMetadataRequest.ProtoReflect.Descriptor instead.

func (*GetMetadataRequest) GetId

func (x *GetMetadataRequest) GetId() string

func (*GetMetadataRequest) ProtoMessage

func (*GetMetadataRequest) ProtoMessage()

func (*GetMetadataRequest) ProtoReflect

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

func (*GetMetadataRequest) Reset

func (x *GetMetadataRequest) Reset()

func (*GetMetadataRequest) String

func (x *GetMetadataRequest) String() string

type GetMetadataResponse

type GetMetadataResponse struct {
	Metadata *anypb.Any `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetadataResponse) Descriptor deprecated

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

Deprecated: Use GetMetadataResponse.ProtoReflect.Descriptor instead.

func (*GetMetadataResponse) GetMetadata

func (x *GetMetadataResponse) GetMetadata() *anypb.Any

func (*GetMetadataResponse) ProtoMessage

func (*GetMetadataResponse) ProtoMessage()

func (*GetMetadataResponse) ProtoReflect

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

func (*GetMetadataResponse) Reset

func (x *GetMetadataResponse) Reset()

func (*GetMetadataResponse) String

func (x *GetMetadataResponse) String() string

type GetObjectRequest

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

func (*GetObjectRequest) Descriptor deprecated

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

Deprecated: Use GetObjectRequest.ProtoReflect.Descriptor instead.

func (*GetObjectRequest) GetId

func (x *GetObjectRequest) GetId() 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 {
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*GetObjectResponse) Descriptor deprecated

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

Deprecated: Use GetObjectResponse.ProtoReflect.Descriptor instead.

func (*GetObjectResponse) GetContent

func (x *GetObjectResponse) GetContent() []byte

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 IndexRequest

type IndexRequest struct {
	Metadata *anypb.Any `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Object   []byte     `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func (*IndexRequest) Descriptor deprecated

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

Deprecated: Use IndexRequest.ProtoReflect.Descriptor instead.

func (*IndexRequest) GetMetadata

func (x *IndexRequest) GetMetadata() *anypb.Any

func (*IndexRequest) GetObject

func (x *IndexRequest) GetObject() []byte

func (*IndexRequest) ProtoMessage

func (*IndexRequest) ProtoMessage()

func (*IndexRequest) ProtoReflect

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

func (*IndexRequest) Reset

func (x *IndexRequest) Reset()

func (*IndexRequest) String

func (x *IndexRequest) String() string

type IndexResponse

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

func (*IndexResponse) Descriptor deprecated

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

Deprecated: Use IndexResponse.ProtoReflect.Descriptor instead.

func (*IndexResponse) GetId

func (x *IndexResponse) GetId() string

func (*IndexResponse) ProtoMessage

func (*IndexResponse) ProtoMessage()

func (*IndexResponse) ProtoReflect

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

func (*IndexResponse) Reset

func (x *IndexResponse) Reset()

func (*IndexResponse) String

func (x *IndexResponse) String() string

type JSONMetadata

type JSONMetadata struct {
	Json []byte `protobuf:"bytes,1,opt,name=json,proto3" json:"json,omitempty"`
	// contains filtered or unexported fields
}

func (*JSONMetadata) Descriptor deprecated

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

Deprecated: Use JSONMetadata.ProtoReflect.Descriptor instead.

func (*JSONMetadata) GetJson

func (x *JSONMetadata) GetJson() []byte

func (*JSONMetadata) ProtoMessage

func (*JSONMetadata) ProtoMessage()

func (*JSONMetadata) ProtoReflect

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

func (*JSONMetadata) Reset

func (x *JSONMetadata) Reset()

func (*JSONMetadata) String

func (x *JSONMetadata) String() string

type UpdateMetadataRequest

type UpdateMetadataRequest struct {
	Id       string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Metadata *anypb.Any `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMetadataRequest) Descriptor deprecated

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

Deprecated: Use UpdateMetadataRequest.ProtoReflect.Descriptor instead.

func (*UpdateMetadataRequest) GetId

func (x *UpdateMetadataRequest) GetId() string

func (*UpdateMetadataRequest) GetMetadata

func (x *UpdateMetadataRequest) GetMetadata() *anypb.Any

func (*UpdateMetadataRequest) ProtoMessage

func (*UpdateMetadataRequest) ProtoMessage()

func (*UpdateMetadataRequest) ProtoReflect

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

func (*UpdateMetadataRequest) Reset

func (x *UpdateMetadataRequest) Reset()

func (*UpdateMetadataRequest) String

func (x *UpdateMetadataRequest) String() string

type UpdateMetadataResponse

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

func (*UpdateMetadataResponse) Descriptor deprecated

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

Deprecated: Use UpdateMetadataResponse.ProtoReflect.Descriptor instead.

func (*UpdateMetadataResponse) ProtoMessage

func (*UpdateMetadataResponse) ProtoMessage()

func (*UpdateMetadataResponse) ProtoReflect

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

func (*UpdateMetadataResponse) Reset

func (x *UpdateMetadataResponse) Reset()

func (*UpdateMetadataResponse) String

func (x *UpdateMetadataResponse) String() string

type UpdateObjectRequest

type UpdateObjectRequest struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateObjectRequest) Descriptor deprecated

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

Deprecated: Use UpdateObjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateObjectRequest) GetContent

func (x *UpdateObjectRequest) GetContent() []byte

func (*UpdateObjectRequest) GetId

func (x *UpdateObjectRequest) GetId() string

func (*UpdateObjectRequest) ProtoMessage

func (*UpdateObjectRequest) ProtoMessage()

func (*UpdateObjectRequest) ProtoReflect

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

func (*UpdateObjectRequest) Reset

func (x *UpdateObjectRequest) Reset()

func (*UpdateObjectRequest) String

func (x *UpdateObjectRequest) String() string

type UpdateObjectResponse

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

func (*UpdateObjectResponse) Descriptor deprecated

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

Deprecated: Use UpdateObjectResponse.ProtoReflect.Descriptor instead.

func (*UpdateObjectResponse) ProtoMessage

func (*UpdateObjectResponse) ProtoMessage()

func (*UpdateObjectResponse) ProtoReflect

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

func (*UpdateObjectResponse) Reset

func (x *UpdateObjectResponse) Reset()

func (*UpdateObjectResponse) String

func (x *UpdateObjectResponse) String() string

Jump to

Keyboard shortcuts

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