qmfspb

package
v0.0.0-...-ff95916 Latest Latest
Warning

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

Go to latest
Published: Jun 4, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DeletionType_name = map[int32]string{
	0: "INVALID_DELETION_TYPE",
	1: "DELETE_ANY",
	2: "DELETE_FILE",
	3: "DELETE_DIR",
	4: "DELETE_NONE",
}
View Source
var DeletionType_value = map[string]int32{
	"INVALID_DELETION_TYPE": 0,
	"DELETE_ANY":            1,
	"DELETE_FILE":           2,
	"DELETE_DIR":            3,
	"DELETE_NONE":           4,
}

Functions

func RegisterQMetadataServiceServer

func RegisterQMetadataServiceServer(s *grpc.Server, srv QMetadataServiceServer)

Types

type AuthorshipMetadata

type AuthorshipMetadata struct {
	Hostname             string   `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	Tool                 string   `protobuf:"bytes,2,opt,name=tool,proto3" json:"tool,omitempty"`
	User                 string   `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"`
	QmfsVersioninfoJson  string   `protobuf:"bytes,4,opt,name=qmfs_versioninfo_json,json=qmfsVersioninfoJson,proto3" json:"qmfs_versioninfo_json,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*AuthorshipMetadata) Descriptor

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

func (*AuthorshipMetadata) GetHostname

func (m *AuthorshipMetadata) GetHostname() string

func (*AuthorshipMetadata) GetQmfsVersioninfoJson

func (m *AuthorshipMetadata) GetQmfsVersioninfoJson() string

func (*AuthorshipMetadata) GetTool

func (m *AuthorshipMetadata) GetTool() string

func (*AuthorshipMetadata) GetUser

func (m *AuthorshipMetadata) GetUser() string

func (*AuthorshipMetadata) ProtoMessage

func (*AuthorshipMetadata) ProtoMessage()

func (*AuthorshipMetadata) Reset

func (m *AuthorshipMetadata) Reset()

func (*AuthorshipMetadata) String

func (m *AuthorshipMetadata) String() string

func (*AuthorshipMetadata) XXX_DiscardUnknown

func (m *AuthorshipMetadata) XXX_DiscardUnknown()

func (*AuthorshipMetadata) XXX_Marshal

func (m *AuthorshipMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AuthorshipMetadata) XXX_Merge

func (m *AuthorshipMetadata) XXX_Merge(src proto.Message)

func (*AuthorshipMetadata) XXX_Size

func (m *AuthorshipMetadata) XXX_Size() int

func (*AuthorshipMetadata) XXX_Unmarshal

func (m *AuthorshipMetadata) XXX_Unmarshal(b []byte) error

type Checksums

type Checksums struct {
	Length               int64    `protobuf:"varint,1,opt,name=length,proto3" json:"length,omitempty"`
	Sha256               []byte   `protobuf:"bytes,2,opt,name=sha256,proto3" json:"sha256,omitempty"`
	TrimmedLength        int64    `protobuf:"varint,3,opt,name=trimmed_length,json=trimmedLength,proto3" json:"trimmed_length,omitempty"`
	TrimmedSha256        []byte   `protobuf:"bytes,4,opt,name=trimmed_sha256,json=trimmedSha256,proto3" json:"trimmed_sha256,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Checksums) Descriptor

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

func (*Checksums) GetLength

func (m *Checksums) GetLength() int64

func (*Checksums) GetSha256

func (m *Checksums) GetSha256() []byte

func (*Checksums) GetTrimmedLength

func (m *Checksums) GetTrimmedLength() int64

func (*Checksums) GetTrimmedSha256

func (m *Checksums) GetTrimmedSha256() []byte

func (*Checksums) ProtoMessage

func (*Checksums) ProtoMessage()

func (*Checksums) Reset

func (m *Checksums) Reset()

func (*Checksums) String

func (m *Checksums) String() string

func (*Checksums) XXX_DiscardUnknown

func (m *Checksums) XXX_DiscardUnknown()

func (*Checksums) XXX_Marshal

func (m *Checksums) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Checksums) XXX_Merge

func (m *Checksums) XXX_Merge(src proto.Message)

func (*Checksums) XXX_Size

func (m *Checksums) XXX_Size() int

func (*Checksums) XXX_Unmarshal

func (m *Checksums) XXX_Unmarshal(b []byte) error

type DatabaseMetadata

type DatabaseMetadata struct {
	LastChanged          *Timestamp    `protobuf:"bytes,1,opt,name=last_changed,json=lastChanged,proto3" json:"last_changed,omitempty"`
	Size                 *SizeMetadata `protobuf:"bytes,2,opt,name=size,proto3" json:"size,omitempty"`
	ShardingKey          *ShardingKey  `protobuf:"bytes,3,opt,name=sharding_key,json=shardingKey,proto3" json:"sharding_key,omitempty"`
	XXX_NoUnkeyedLiteral struct{}      `json:"-"`
	XXX_unrecognized     []byte        `json:"-"`
	XXX_sizecache        int32         `json:"-"`
}

func (*DatabaseMetadata) Descriptor

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

func (*DatabaseMetadata) GetLastChanged

func (m *DatabaseMetadata) GetLastChanged() *Timestamp

func (*DatabaseMetadata) GetShardingKey

func (m *DatabaseMetadata) GetShardingKey() *ShardingKey

func (*DatabaseMetadata) GetSize

func (m *DatabaseMetadata) GetSize() *SizeMetadata

func (*DatabaseMetadata) ProtoMessage

func (*DatabaseMetadata) ProtoMessage()

func (*DatabaseMetadata) Reset

func (m *DatabaseMetadata) Reset()

func (*DatabaseMetadata) String

func (m *DatabaseMetadata) String() string

func (*DatabaseMetadata) XXX_DiscardUnknown

func (m *DatabaseMetadata) XXX_DiscardUnknown()

func (*DatabaseMetadata) XXX_Marshal

func (m *DatabaseMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DatabaseMetadata) XXX_Merge

func (m *DatabaseMetadata) XXX_Merge(src proto.Message)

func (*DatabaseMetadata) XXX_Size

func (m *DatabaseMetadata) XXX_Size() int

func (*DatabaseMetadata) XXX_Unmarshal

func (m *DatabaseMetadata) XXX_Unmarshal(b []byte) error

type DeleteFileRequest

type DeleteFileRequest struct {
	EntityId             string              `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Filename             string              `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	Namespace            string              `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	OldRevisionGuid      string              `protobuf:"bytes,4,opt,name=old_revision_guid,json=oldRevisionGuid,proto3" json:"old_revision_guid,omitempty"`
	AuthorshipMetadata   *AuthorshipMetadata `protobuf:"bytes,5,opt,name=authorship_metadata,json=authorshipMetadata,proto3" json:"authorship_metadata,omitempty"`
	DeletionType         DeletionType        `protobuf:"varint,6,opt,name=deletion_type,json=deletionType,proto3,enum=qmfspb.DeletionType" json:"deletion_type,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*DeleteFileRequest) Descriptor

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

func (*DeleteFileRequest) GetAuthorshipMetadata

func (m *DeleteFileRequest) GetAuthorshipMetadata() *AuthorshipMetadata

func (*DeleteFileRequest) GetDeletionType

func (m *DeleteFileRequest) GetDeletionType() DeletionType

func (*DeleteFileRequest) GetEntityId

func (m *DeleteFileRequest) GetEntityId() string

func (*DeleteFileRequest) GetFilename

func (m *DeleteFileRequest) GetFilename() string

func (*DeleteFileRequest) GetNamespace

func (m *DeleteFileRequest) GetNamespace() string

func (*DeleteFileRequest) GetOldRevisionGuid

func (m *DeleteFileRequest) GetOldRevisionGuid() string

func (*DeleteFileRequest) ProtoMessage

func (*DeleteFileRequest) ProtoMessage()

func (*DeleteFileRequest) Reset

func (m *DeleteFileRequest) Reset()

func (*DeleteFileRequest) String

func (m *DeleteFileRequest) String() string

func (*DeleteFileRequest) XXX_DiscardUnknown

func (m *DeleteFileRequest) XXX_DiscardUnknown()

func (*DeleteFileRequest) XXX_Marshal

func (m *DeleteFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteFileRequest) XXX_Merge

func (m *DeleteFileRequest) XXX_Merge(src proto.Message)

func (*DeleteFileRequest) XXX_Size

func (m *DeleteFileRequest) XXX_Size() int

func (*DeleteFileRequest) XXX_Unmarshal

func (m *DeleteFileRequest) XXX_Unmarshal(b []byte) error

type DeleteFileResponse

type DeleteFileResponse struct {
	Header               *EntityFileHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*DeleteFileResponse) Descriptor

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

func (*DeleteFileResponse) GetHeader

func (m *DeleteFileResponse) GetHeader() *EntityFileHeader

func (*DeleteFileResponse) ProtoMessage

func (*DeleteFileResponse) ProtoMessage()

func (*DeleteFileResponse) Reset

func (m *DeleteFileResponse) Reset()

func (*DeleteFileResponse) String

func (m *DeleteFileResponse) String() string

func (*DeleteFileResponse) XXX_DiscardUnknown

func (m *DeleteFileResponse) XXX_DiscardUnknown()

func (*DeleteFileResponse) XXX_Marshal

func (m *DeleteFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*DeleteFileResponse) XXX_Merge

func (m *DeleteFileResponse) XXX_Merge(src proto.Message)

func (*DeleteFileResponse) XXX_Size

func (m *DeleteFileResponse) XXX_Size() int

func (*DeleteFileResponse) XXX_Unmarshal

func (m *DeleteFileResponse) XXX_Unmarshal(b []byte) error

type DeletionType

type DeletionType int32
const (
	DeletionType_INVALID_DELETION_TYPE DeletionType = 0
	DeletionType_DELETE_ANY            DeletionType = 1
	DeletionType_DELETE_FILE           DeletionType = 2
	DeletionType_DELETE_DIR            DeletionType = 3
	DeletionType_DELETE_NONE           DeletionType = 4
)

func (DeletionType) EnumDescriptor

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

func (DeletionType) String

func (x DeletionType) String() string

type EntitiesQuery

type EntitiesQuery struct {
	// Query clauses. Clauses are combined with AND; all clauses must be met.
	Clause               []*EntitiesQuery_Clause `protobuf:"bytes,1,rep,name=clause,proto3" json:"clause,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*EntitiesQuery) Descriptor

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

func (*EntitiesQuery) GetClause

func (m *EntitiesQuery) GetClause() []*EntitiesQuery_Clause

func (*EntitiesQuery) ProtoMessage

func (*EntitiesQuery) ProtoMessage()

func (*EntitiesQuery) Reset

func (m *EntitiesQuery) Reset()

func (*EntitiesQuery) String

func (m *EntitiesQuery) String() string

func (*EntitiesQuery) XXX_DiscardUnknown

func (m *EntitiesQuery) XXX_DiscardUnknown()

func (*EntitiesQuery) XXX_Marshal

func (m *EntitiesQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntitiesQuery) XXX_Merge

func (m *EntitiesQuery) XXX_Merge(src proto.Message)

func (*EntitiesQuery) XXX_Size

func (m *EntitiesQuery) XXX_Size() int

func (*EntitiesQuery) XXX_Unmarshal

func (m *EntitiesQuery) XXX_Unmarshal(b []byte) error

type EntitiesQuery_Clause

type EntitiesQuery_Clause struct {
	// Types that are valid to be assigned to Kind:
	//	*EntitiesQuery_Clause_FileExists
	//	*EntitiesQuery_Clause_FileContents
	//	*EntitiesQuery_Clause_EntityId
	//	*EntitiesQuery_Clause_Shard
	//	*EntitiesQuery_Clause_Random
	Kind                 isEntitiesQuery_Clause_Kind `protobuf_oneof:"kind"`
	Invert               bool                        `protobuf:"varint,3,opt,name=invert,proto3" json:"invert,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*EntitiesQuery_Clause) Descriptor

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

func (*EntitiesQuery_Clause) GetEntityId

func (m *EntitiesQuery_Clause) GetEntityId() string

func (*EntitiesQuery_Clause) GetFileContents

func (*EntitiesQuery_Clause) GetFileExists

func (m *EntitiesQuery_Clause) GetFileExists() string

func (*EntitiesQuery_Clause) GetInvert

func (m *EntitiesQuery_Clause) GetInvert() bool

func (*EntitiesQuery_Clause) GetKind

func (m *EntitiesQuery_Clause) GetKind() isEntitiesQuery_Clause_Kind

func (*EntitiesQuery_Clause) GetRandom

func (*EntitiesQuery_Clause) GetShard

func (*EntitiesQuery_Clause) ProtoMessage

func (*EntitiesQuery_Clause) ProtoMessage()

func (*EntitiesQuery_Clause) Reset

func (m *EntitiesQuery_Clause) Reset()

func (*EntitiesQuery_Clause) String

func (m *EntitiesQuery_Clause) String() string

func (*EntitiesQuery_Clause) XXX_DiscardUnknown

func (m *EntitiesQuery_Clause) XXX_DiscardUnknown()

func (*EntitiesQuery_Clause) XXX_Marshal

func (m *EntitiesQuery_Clause) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntitiesQuery_Clause) XXX_Merge

func (m *EntitiesQuery_Clause) XXX_Merge(src proto.Message)

func (*EntitiesQuery_Clause) XXX_OneofFuncs

func (*EntitiesQuery_Clause) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*EntitiesQuery_Clause) XXX_Size

func (m *EntitiesQuery_Clause) XXX_Size() int

func (*EntitiesQuery_Clause) XXX_Unmarshal

func (m *EntitiesQuery_Clause) XXX_Unmarshal(b []byte) error

type EntitiesQuery_Clause_EntityId

type EntitiesQuery_Clause_EntityId struct {
	EntityId string `protobuf:"bytes,4,opt,name=entity_id,json=entityId,proto3,oneof"`
}

type EntitiesQuery_Clause_EntityInShard

type EntitiesQuery_Clause_EntityInShard struct {
	Shard                []string `protobuf:"bytes,1,rep,name=shard,proto3" json:"shard,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EntitiesQuery_Clause_EntityInShard) Descriptor

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

func (*EntitiesQuery_Clause_EntityInShard) GetShard

func (*EntitiesQuery_Clause_EntityInShard) ProtoMessage

func (*EntitiesQuery_Clause_EntityInShard) ProtoMessage()

func (*EntitiesQuery_Clause_EntityInShard) Reset

func (*EntitiesQuery_Clause_EntityInShard) String

func (*EntitiesQuery_Clause_EntityInShard) XXX_DiscardUnknown

func (m *EntitiesQuery_Clause_EntityInShard) XXX_DiscardUnknown()

func (*EntitiesQuery_Clause_EntityInShard) XXX_Marshal

func (m *EntitiesQuery_Clause_EntityInShard) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntitiesQuery_Clause_EntityInShard) XXX_Merge

func (*EntitiesQuery_Clause_EntityInShard) XXX_Size

func (*EntitiesQuery_Clause_EntityInShard) XXX_Unmarshal

func (m *EntitiesQuery_Clause_EntityInShard) XXX_Unmarshal(b []byte) error

type EntitiesQuery_Clause_FileContents

type EntitiesQuery_Clause_FileContents struct {
	FileContents *EntitiesQuery_Clause_FileHasTrimmedContents `protobuf:"bytes,2,opt,name=file_contents,json=fileContents,proto3,oneof"`
}

type EntitiesQuery_Clause_FileExists

type EntitiesQuery_Clause_FileExists struct {
	FileExists string `protobuf:"bytes,1,opt,name=file_exists,json=fileExists,proto3,oneof"`
}

type EntitiesQuery_Clause_FileHasTrimmedContents

type EntitiesQuery_Clause_FileHasTrimmedContents struct {
	Filename             string   `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Contents             string   `protobuf:"bytes,2,opt,name=contents,proto3" json:"contents,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EntitiesQuery_Clause_FileHasTrimmedContents) Descriptor

func (*EntitiesQuery_Clause_FileHasTrimmedContents) GetContents

func (*EntitiesQuery_Clause_FileHasTrimmedContents) GetFilename

func (*EntitiesQuery_Clause_FileHasTrimmedContents) ProtoMessage

func (*EntitiesQuery_Clause_FileHasTrimmedContents) Reset

func (*EntitiesQuery_Clause_FileHasTrimmedContents) String

func (*EntitiesQuery_Clause_FileHasTrimmedContents) XXX_DiscardUnknown

func (m *EntitiesQuery_Clause_FileHasTrimmedContents) XXX_DiscardUnknown()

func (*EntitiesQuery_Clause_FileHasTrimmedContents) XXX_Marshal

func (m *EntitiesQuery_Clause_FileHasTrimmedContents) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntitiesQuery_Clause_FileHasTrimmedContents) XXX_Merge

func (*EntitiesQuery_Clause_FileHasTrimmedContents) XXX_Size

func (*EntitiesQuery_Clause_FileHasTrimmedContents) XXX_Unmarshal

type EntitiesQuery_Clause_Random

type EntitiesQuery_Clause_Random struct {
	Random *EntitiesQuery_Clause_RandomSelection `protobuf:"bytes,6,opt,name=random,proto3,oneof"`
}

type EntitiesQuery_Clause_RandomSelection

type EntitiesQuery_Clause_RandomSelection struct {
	Number               int32    `protobuf:"varint,1,opt,name=number,proto3" json:"number,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*EntitiesQuery_Clause_RandomSelection) Descriptor

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

func (*EntitiesQuery_Clause_RandomSelection) GetNumber

func (*EntitiesQuery_Clause_RandomSelection) ProtoMessage

func (*EntitiesQuery_Clause_RandomSelection) ProtoMessage()

func (*EntitiesQuery_Clause_RandomSelection) Reset

func (*EntitiesQuery_Clause_RandomSelection) String

func (*EntitiesQuery_Clause_RandomSelection) XXX_DiscardUnknown

func (m *EntitiesQuery_Clause_RandomSelection) XXX_DiscardUnknown()

func (*EntitiesQuery_Clause_RandomSelection) XXX_Marshal

func (m *EntitiesQuery_Clause_RandomSelection) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntitiesQuery_Clause_RandomSelection) XXX_Merge

func (*EntitiesQuery_Clause_RandomSelection) XXX_Size

func (*EntitiesQuery_Clause_RandomSelection) XXX_Unmarshal

func (m *EntitiesQuery_Clause_RandomSelection) XXX_Unmarshal(b []byte) error

type EntitiesQuery_Clause_Shard

type EntitiesQuery_Clause_Shard struct {
	Shard *EntitiesQuery_Clause_EntityInShard `protobuf:"bytes,5,opt,name=shard,proto3,oneof"`
}

type Entity

type Entity struct {
	EntityId             string                       `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Files                map[string]*EntityFileHeader `` /* 151-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*Entity) Descriptor

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

func (*Entity) GetEntityId

func (m *Entity) GetEntityId() string

func (*Entity) GetFiles

func (m *Entity) GetFiles() map[string]*EntityFileHeader

func (*Entity) ProtoMessage

func (*Entity) ProtoMessage()

func (*Entity) Reset

func (m *Entity) Reset()

func (*Entity) String

func (m *Entity) String() string

func (*Entity) XXX_DiscardUnknown

func (m *Entity) XXX_DiscardUnknown()

func (*Entity) XXX_Marshal

func (m *Entity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Entity) XXX_Merge

func (m *Entity) XXX_Merge(src proto.Message)

func (*Entity) XXX_Size

func (m *Entity) XXX_Size() int

func (*Entity) XXX_Unmarshal

func (m *Entity) XXX_Unmarshal(b []byte) error

type EntityFile

type EntityFile struct {
	Header               *EntityFileHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	Data                 []byte            `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*EntityFile) Descriptor

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

func (*EntityFile) GetData

func (m *EntityFile) GetData() []byte

func (*EntityFile) GetHeader

func (m *EntityFile) GetHeader() *EntityFileHeader

func (*EntityFile) ProtoMessage

func (*EntityFile) ProtoMessage()

func (*EntityFile) Reset

func (m *EntityFile) Reset()

func (*EntityFile) String

func (m *EntityFile) String() string

func (*EntityFile) XXX_DiscardUnknown

func (m *EntityFile) XXX_DiscardUnknown()

func (*EntityFile) XXX_Marshal

func (m *EntityFile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntityFile) XXX_Merge

func (m *EntityFile) XXX_Merge(src proto.Message)

func (*EntityFile) XXX_Size

func (m *EntityFile) XXX_Size() int

func (*EntityFile) XXX_Unmarshal

func (m *EntityFile) XXX_Unmarshal(b []byte) error

type EntityFileHeader

type EntityFileHeader struct {
	EntityId             string     `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Filename             string     `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	Checksums            *Checksums `protobuf:"bytes,3,opt,name=checksums,proto3" json:"checksums,omitempty"`
	LastChanged          *Timestamp `protobuf:"bytes,4,opt,name=last_changed,json=lastChanged,proto3" json:"last_changed,omitempty"`
	RowGuid              string     `protobuf:"bytes,5,opt,name=row_guid,json=rowGuid,proto3" json:"row_guid,omitempty"`
	Tombstone            bool       `protobuf:"varint,6,opt,name=tombstone,proto3" json:"tombstone,omitempty"`
	Namespace            string     `protobuf:"bytes,7,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Directory            bool       `protobuf:"varint,8,opt,name=directory,proto3" json:"directory,omitempty"`
	XXX_NoUnkeyedLiteral struct{}   `json:"-"`
	XXX_unrecognized     []byte     `json:"-"`
	XXX_sizecache        int32      `json:"-"`
}

func (*EntityFileHeader) Descriptor

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

func (*EntityFileHeader) GetChecksums

func (m *EntityFileHeader) GetChecksums() *Checksums

func (*EntityFileHeader) GetDirectory

func (m *EntityFileHeader) GetDirectory() bool

func (*EntityFileHeader) GetEntityId

func (m *EntityFileHeader) GetEntityId() string

func (*EntityFileHeader) GetFilename

func (m *EntityFileHeader) GetFilename() string

func (*EntityFileHeader) GetLastChanged

func (m *EntityFileHeader) GetLastChanged() *Timestamp

func (*EntityFileHeader) GetNamespace

func (m *EntityFileHeader) GetNamespace() string

func (*EntityFileHeader) GetRowGuid

func (m *EntityFileHeader) GetRowGuid() string

func (*EntityFileHeader) GetTombstone

func (m *EntityFileHeader) GetTombstone() bool

func (*EntityFileHeader) ProtoMessage

func (*EntityFileHeader) ProtoMessage()

func (*EntityFileHeader) Reset

func (m *EntityFileHeader) Reset()

func (*EntityFileHeader) String

func (m *EntityFileHeader) String() string

func (*EntityFileHeader) XXX_DiscardUnknown

func (m *EntityFileHeader) XXX_DiscardUnknown()

func (*EntityFileHeader) XXX_Marshal

func (m *EntityFileHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EntityFileHeader) XXX_Merge

func (m *EntityFileHeader) XXX_Merge(src proto.Message)

func (*EntityFileHeader) XXX_Size

func (m *EntityFileHeader) XXX_Size() int

func (*EntityFileHeader) XXX_Unmarshal

func (m *EntityFileHeader) XXX_Unmarshal(b []byte) error

type GetDatabaseMetadataRequest

type GetDatabaseMetadataRequest struct {
	OnlyTimestamps       bool     `protobuf:"varint,1,opt,name=only_timestamps,json=onlyTimestamps,proto3" json:"only_timestamps,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetDatabaseMetadataRequest) Descriptor

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

func (*GetDatabaseMetadataRequest) GetOnlyTimestamps

func (m *GetDatabaseMetadataRequest) GetOnlyTimestamps() bool

func (*GetDatabaseMetadataRequest) ProtoMessage

func (*GetDatabaseMetadataRequest) ProtoMessage()

func (*GetDatabaseMetadataRequest) Reset

func (m *GetDatabaseMetadataRequest) Reset()

func (*GetDatabaseMetadataRequest) String

func (m *GetDatabaseMetadataRequest) String() string

func (*GetDatabaseMetadataRequest) XXX_DiscardUnknown

func (m *GetDatabaseMetadataRequest) XXX_DiscardUnknown()

func (*GetDatabaseMetadataRequest) XXX_Marshal

func (m *GetDatabaseMetadataRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDatabaseMetadataRequest) XXX_Merge

func (m *GetDatabaseMetadataRequest) XXX_Merge(src proto.Message)

func (*GetDatabaseMetadataRequest) XXX_Size

func (m *GetDatabaseMetadataRequest) XXX_Size() int

func (*GetDatabaseMetadataRequest) XXX_Unmarshal

func (m *GetDatabaseMetadataRequest) XXX_Unmarshal(b []byte) error

type GetDatabaseMetadataResponse

type GetDatabaseMetadataResponse struct {
	Metadata             *DatabaseMetadata `protobuf:"bytes,1,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*GetDatabaseMetadataResponse) Descriptor

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

func (*GetDatabaseMetadataResponse) GetMetadata

func (*GetDatabaseMetadataResponse) ProtoMessage

func (*GetDatabaseMetadataResponse) ProtoMessage()

func (*GetDatabaseMetadataResponse) Reset

func (m *GetDatabaseMetadataResponse) Reset()

func (*GetDatabaseMetadataResponse) String

func (m *GetDatabaseMetadataResponse) String() string

func (*GetDatabaseMetadataResponse) XXX_DiscardUnknown

func (m *GetDatabaseMetadataResponse) XXX_DiscardUnknown()

func (*GetDatabaseMetadataResponse) XXX_Marshal

func (m *GetDatabaseMetadataResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetDatabaseMetadataResponse) XXX_Merge

func (m *GetDatabaseMetadataResponse) XXX_Merge(src proto.Message)

func (*GetDatabaseMetadataResponse) XXX_Size

func (m *GetDatabaseMetadataResponse) XXX_Size() int

func (*GetDatabaseMetadataResponse) XXX_Unmarshal

func (m *GetDatabaseMetadataResponse) XXX_Unmarshal(b []byte) error

type GetEntityRequest

type GetEntityRequest struct {
	EntityId             string   `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Namespace            string   `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetEntityRequest) Descriptor

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

func (*GetEntityRequest) GetEntityId

func (m *GetEntityRequest) GetEntityId() string

func (*GetEntityRequest) GetNamespace

func (m *GetEntityRequest) GetNamespace() string

func (*GetEntityRequest) ProtoMessage

func (*GetEntityRequest) ProtoMessage()

func (*GetEntityRequest) Reset

func (m *GetEntityRequest) Reset()

func (*GetEntityRequest) String

func (m *GetEntityRequest) String() string

func (*GetEntityRequest) XXX_DiscardUnknown

func (m *GetEntityRequest) XXX_DiscardUnknown()

func (*GetEntityRequest) XXX_Marshal

func (m *GetEntityRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetEntityRequest) XXX_Merge

func (m *GetEntityRequest) XXX_Merge(src proto.Message)

func (*GetEntityRequest) XXX_Size

func (m *GetEntityRequest) XXX_Size() int

func (*GetEntityRequest) XXX_Unmarshal

func (m *GetEntityRequest) XXX_Unmarshal(b []byte) error

type GetEntityResponse

type GetEntityResponse struct {
	Entity               *Entity  `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetEntityResponse) Descriptor

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

func (*GetEntityResponse) GetEntity

func (m *GetEntityResponse) GetEntity() *Entity

func (*GetEntityResponse) ProtoMessage

func (*GetEntityResponse) ProtoMessage()

func (*GetEntityResponse) Reset

func (m *GetEntityResponse) Reset()

func (*GetEntityResponse) String

func (m *GetEntityResponse) String() string

func (*GetEntityResponse) XXX_DiscardUnknown

func (m *GetEntityResponse) XXX_DiscardUnknown()

func (*GetEntityResponse) XXX_Marshal

func (m *GetEntityResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetEntityResponse) XXX_Merge

func (m *GetEntityResponse) XXX_Merge(src proto.Message)

func (*GetEntityResponse) XXX_Size

func (m *GetEntityResponse) XXX_Size() int

func (*GetEntityResponse) XXX_Unmarshal

func (m *GetEntityResponse) XXX_Unmarshal(b []byte) error

type ListNamespacesRequest

type ListNamespacesRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListNamespacesRequest) Descriptor

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

func (*ListNamespacesRequest) ProtoMessage

func (*ListNamespacesRequest) ProtoMessage()

func (*ListNamespacesRequest) Reset

func (m *ListNamespacesRequest) Reset()

func (*ListNamespacesRequest) String

func (m *ListNamespacesRequest) String() string

func (*ListNamespacesRequest) XXX_DiscardUnknown

func (m *ListNamespacesRequest) XXX_DiscardUnknown()

func (*ListNamespacesRequest) XXX_Marshal

func (m *ListNamespacesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNamespacesRequest) XXX_Merge

func (m *ListNamespacesRequest) XXX_Merge(src proto.Message)

func (*ListNamespacesRequest) XXX_Size

func (m *ListNamespacesRequest) XXX_Size() int

func (*ListNamespacesRequest) XXX_Unmarshal

func (m *ListNamespacesRequest) XXX_Unmarshal(b []byte) error

type ListNamespacesResponse

type ListNamespacesResponse struct {
	Namespace            []string `protobuf:"bytes,1,rep,name=namespace,proto3" json:"namespace,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ListNamespacesResponse) Descriptor

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

func (*ListNamespacesResponse) GetNamespace

func (m *ListNamespacesResponse) GetNamespace() []string

func (*ListNamespacesResponse) ProtoMessage

func (*ListNamespacesResponse) ProtoMessage()

func (*ListNamespacesResponse) Reset

func (m *ListNamespacesResponse) Reset()

func (*ListNamespacesResponse) String

func (m *ListNamespacesResponse) String() string

func (*ListNamespacesResponse) XXX_DiscardUnknown

func (m *ListNamespacesResponse) XXX_DiscardUnknown()

func (*ListNamespacesResponse) XXX_Marshal

func (m *ListNamespacesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ListNamespacesResponse) XXX_Merge

func (m *ListNamespacesResponse) XXX_Merge(src proto.Message)

func (*ListNamespacesResponse) XXX_Size

func (m *ListNamespacesResponse) XXX_Size() int

func (*ListNamespacesResponse) XXX_Unmarshal

func (m *ListNamespacesResponse) XXX_Unmarshal(b []byte) error

type QMetadataServiceClient

QMetadataServiceClient is the client API for QMetadataService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewQMetadataServiceClient

func NewQMetadataServiceClient(cc *grpc.ClientConn) QMetadataServiceClient

type QMetadataServiceServer

QMetadataServiceServer is the server API for QMetadataService service.

type QMetadataService_QueryEntitiesClient

type QMetadataService_QueryEntitiesClient interface {
	Recv() (*QueryEntitiesResponse, error)
	grpc.ClientStream
}

type QMetadataService_QueryEntitiesServer

type QMetadataService_QueryEntitiesServer interface {
	Send(*QueryEntitiesResponse) error
	grpc.ServerStream
}

type QueryEntitiesRequest

type QueryEntitiesRequest struct {
	Namespace string `protobuf:"bytes,5,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// Types that are valid to be assigned to Kind:
	//	*QueryEntitiesRequest_RawQuery
	//	*QueryEntitiesRequest_ParsedQuery
	//	*QueryEntitiesRequest_All
	//	*QueryEntitiesRequest_HasFilename
	Kind                 isQueryEntitiesRequest_Kind `protobuf_oneof:"kind"`
	XXX_NoUnkeyedLiteral struct{}                    `json:"-"`
	XXX_unrecognized     []byte                      `json:"-"`
	XXX_sizecache        int32                       `json:"-"`
}

func (*QueryEntitiesRequest) Descriptor

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

func (*QueryEntitiesRequest) GetAll

func (m *QueryEntitiesRequest) GetAll() bool

func (*QueryEntitiesRequest) GetHasFilename

func (m *QueryEntitiesRequest) GetHasFilename() string

func (*QueryEntitiesRequest) GetKind

func (m *QueryEntitiesRequest) GetKind() isQueryEntitiesRequest_Kind

func (*QueryEntitiesRequest) GetNamespace

func (m *QueryEntitiesRequest) GetNamespace() string

func (*QueryEntitiesRequest) GetParsedQuery

func (m *QueryEntitiesRequest) GetParsedQuery() *EntitiesQuery

func (*QueryEntitiesRequest) GetRawQuery

func (m *QueryEntitiesRequest) GetRawQuery() string

func (*QueryEntitiesRequest) ProtoMessage

func (*QueryEntitiesRequest) ProtoMessage()

func (*QueryEntitiesRequest) Reset

func (m *QueryEntitiesRequest) Reset()

func (*QueryEntitiesRequest) String

func (m *QueryEntitiesRequest) String() string

func (*QueryEntitiesRequest) XXX_DiscardUnknown

func (m *QueryEntitiesRequest) XXX_DiscardUnknown()

func (*QueryEntitiesRequest) XXX_Marshal

func (m *QueryEntitiesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryEntitiesRequest) XXX_Merge

func (m *QueryEntitiesRequest) XXX_Merge(src proto.Message)

func (*QueryEntitiesRequest) XXX_OneofFuncs

func (*QueryEntitiesRequest) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{})

XXX_OneofFuncs is for the internal use of the proto package.

func (*QueryEntitiesRequest) XXX_Size

func (m *QueryEntitiesRequest) XXX_Size() int

func (*QueryEntitiesRequest) XXX_Unmarshal

func (m *QueryEntitiesRequest) XXX_Unmarshal(b []byte) error

type QueryEntitiesRequest_All

type QueryEntitiesRequest_All struct {
	All bool `protobuf:"varint,3,opt,name=all,proto3,oneof"`
}

type QueryEntitiesRequest_HasFilename

type QueryEntitiesRequest_HasFilename struct {
	HasFilename string `protobuf:"bytes,4,opt,name=has_filename,json=hasFilename,proto3,oneof"`
}

type QueryEntitiesRequest_ParsedQuery

type QueryEntitiesRequest_ParsedQuery struct {
	ParsedQuery *EntitiesQuery `protobuf:"bytes,2,opt,name=parsed_query,json=parsedQuery,proto3,oneof"`
}

type QueryEntitiesRequest_RawQuery

type QueryEntitiesRequest_RawQuery struct {
	RawQuery string `protobuf:"bytes,1,opt,name=raw_query,json=rawQuery,proto3,oneof"`
}

type QueryEntitiesResponse

type QueryEntitiesResponse struct {
	EntityId             string   `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*QueryEntitiesResponse) Descriptor

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

func (*QueryEntitiesResponse) GetEntityId

func (m *QueryEntitiesResponse) GetEntityId() string

func (*QueryEntitiesResponse) ProtoMessage

func (*QueryEntitiesResponse) ProtoMessage()

func (*QueryEntitiesResponse) Reset

func (m *QueryEntitiesResponse) Reset()

func (*QueryEntitiesResponse) String

func (m *QueryEntitiesResponse) String() string

func (*QueryEntitiesResponse) XXX_DiscardUnknown

func (m *QueryEntitiesResponse) XXX_DiscardUnknown()

func (*QueryEntitiesResponse) XXX_Marshal

func (m *QueryEntitiesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*QueryEntitiesResponse) XXX_Merge

func (m *QueryEntitiesResponse) XXX_Merge(src proto.Message)

func (*QueryEntitiesResponse) XXX_Size

func (m *QueryEntitiesResponse) XXX_Size() int

func (*QueryEntitiesResponse) XXX_Unmarshal

func (m *QueryEntitiesResponse) XXX_Unmarshal(b []byte) error

type ReadFileRequest

type ReadFileRequest struct {
	EntityId             string   `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Filename             string   `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	Namespace            string   `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ReadFileRequest) Descriptor

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

func (*ReadFileRequest) GetEntityId

func (m *ReadFileRequest) GetEntityId() string

func (*ReadFileRequest) GetFilename

func (m *ReadFileRequest) GetFilename() string

func (*ReadFileRequest) GetNamespace

func (m *ReadFileRequest) GetNamespace() string

func (*ReadFileRequest) ProtoMessage

func (*ReadFileRequest) ProtoMessage()

func (*ReadFileRequest) Reset

func (m *ReadFileRequest) Reset()

func (*ReadFileRequest) String

func (m *ReadFileRequest) String() string

func (*ReadFileRequest) XXX_DiscardUnknown

func (m *ReadFileRequest) XXX_DiscardUnknown()

func (*ReadFileRequest) XXX_Marshal

func (m *ReadFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadFileRequest) XXX_Merge

func (m *ReadFileRequest) XXX_Merge(src proto.Message)

func (*ReadFileRequest) XXX_Size

func (m *ReadFileRequest) XXX_Size() int

func (*ReadFileRequest) XXX_Unmarshal

func (m *ReadFileRequest) XXX_Unmarshal(b []byte) error

type ReadFileResponse

type ReadFileResponse struct {
	File                 *EntityFile `protobuf:"bytes,1,opt,name=file,proto3" json:"file,omitempty"`
	XXX_NoUnkeyedLiteral struct{}    `json:"-"`
	XXX_unrecognized     []byte      `json:"-"`
	XXX_sizecache        int32       `json:"-"`
}

func (*ReadFileResponse) Descriptor

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

func (*ReadFileResponse) GetFile

func (m *ReadFileResponse) GetFile() *EntityFile

func (*ReadFileResponse) ProtoMessage

func (*ReadFileResponse) ProtoMessage()

func (*ReadFileResponse) Reset

func (m *ReadFileResponse) Reset()

func (*ReadFileResponse) String

func (m *ReadFileResponse) String() string

func (*ReadFileResponse) XXX_DiscardUnknown

func (m *ReadFileResponse) XXX_DiscardUnknown()

func (*ReadFileResponse) XXX_Marshal

func (m *ReadFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ReadFileResponse) XXX_Merge

func (m *ReadFileResponse) XXX_Merge(src proto.Message)

func (*ReadFileResponse) XXX_Size

func (m *ReadFileResponse) XXX_Size() int

func (*ReadFileResponse) XXX_Unmarshal

func (m *ReadFileResponse) XXX_Unmarshal(b []byte) error

type ShardingKey

type ShardingKey struct {
	Key                  []byte   `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ShardingKey) Descriptor

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

func (*ShardingKey) GetKey

func (m *ShardingKey) GetKey() []byte

func (*ShardingKey) ProtoMessage

func (*ShardingKey) ProtoMessage()

func (*ShardingKey) Reset

func (m *ShardingKey) Reset()

func (*ShardingKey) String

func (m *ShardingKey) String() string

func (*ShardingKey) XXX_DiscardUnknown

func (m *ShardingKey) XXX_DiscardUnknown()

func (*ShardingKey) XXX_Marshal

func (m *ShardingKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ShardingKey) XXX_Merge

func (m *ShardingKey) XXX_Merge(src proto.Message)

func (*ShardingKey) XXX_Size

func (m *ShardingKey) XXX_Size() int

func (*ShardingKey) XXX_Unmarshal

func (m *ShardingKey) XXX_Unmarshal(b []byte) error

type SizeMetadata

type SizeMetadata struct {
	TotalRows            int64    `protobuf:"varint,2,opt,name=total_rows,json=totalRows,proto3" json:"total_rows,omitempty"`
	ActiveRows           int64    `protobuf:"varint,3,opt,name=active_rows,json=activeRows,proto3" json:"active_rows,omitempty"`
	TotalStoredDataBytes int64    `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*SizeMetadata) Descriptor

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

func (*SizeMetadata) GetActiveRows

func (m *SizeMetadata) GetActiveRows() int64

func (*SizeMetadata) GetTotalRows

func (m *SizeMetadata) GetTotalRows() int64

func (*SizeMetadata) GetTotalStoredDataBytes

func (m *SizeMetadata) GetTotalStoredDataBytes() int64

func (*SizeMetadata) ProtoMessage

func (*SizeMetadata) ProtoMessage()

func (*SizeMetadata) Reset

func (m *SizeMetadata) Reset()

func (*SizeMetadata) String

func (m *SizeMetadata) String() string

func (*SizeMetadata) XXX_DiscardUnknown

func (m *SizeMetadata) XXX_DiscardUnknown()

func (*SizeMetadata) XXX_Marshal

func (m *SizeMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SizeMetadata) XXX_Merge

func (m *SizeMetadata) XXX_Merge(src proto.Message)

func (*SizeMetadata) XXX_Size

func (m *SizeMetadata) XXX_Size() int

func (*SizeMetadata) XXX_Unmarshal

func (m *SizeMetadata) XXX_Unmarshal(b []byte) error

type Timestamp

type Timestamp struct {
	UnixNano             int64    `protobuf:"varint,1,opt,name=unix_nano,json=unixNano,proto3" json:"unix_nano,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*Timestamp) Descriptor

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

func (*Timestamp) GetUnixNano

func (m *Timestamp) GetUnixNano() int64

func (*Timestamp) ProtoMessage

func (*Timestamp) ProtoMessage()

func (*Timestamp) Reset

func (m *Timestamp) Reset()

func (*Timestamp) String

func (m *Timestamp) String() string

func (*Timestamp) XXX_DiscardUnknown

func (m *Timestamp) XXX_DiscardUnknown()

func (*Timestamp) XXX_Marshal

func (m *Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*Timestamp) XXX_Merge

func (m *Timestamp) XXX_Merge(src proto.Message)

func (*Timestamp) XXX_Size

func (m *Timestamp) XXX_Size() int

func (*Timestamp) XXX_Unmarshal

func (m *Timestamp) XXX_Unmarshal(b []byte) error

type WriteFileRequest

type WriteFileRequest struct {
	Namespace            string              `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"`
	EntityId             string              `protobuf:"bytes,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Filename             string              `protobuf:"bytes,2,opt,name=filename,proto3" json:"filename,omitempty"`
	Data                 []byte              `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	OldRevisionGuid      string              `protobuf:"bytes,4,opt,name=old_revision_guid,json=oldRevisionGuid,proto3" json:"old_revision_guid,omitempty"`
	AuthorshipMetadata   *AuthorshipMetadata `protobuf:"bytes,5,opt,name=authorship_metadata,json=authorshipMetadata,proto3" json:"authorship_metadata,omitempty"`
	Directory            bool                `protobuf:"varint,7,opt,name=directory,proto3" json:"directory,omitempty"`
	XXX_NoUnkeyedLiteral struct{}            `json:"-"`
	XXX_unrecognized     []byte              `json:"-"`
	XXX_sizecache        int32               `json:"-"`
}

func (*WriteFileRequest) Descriptor

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

func (*WriteFileRequest) GetAuthorshipMetadata

func (m *WriteFileRequest) GetAuthorshipMetadata() *AuthorshipMetadata

func (*WriteFileRequest) GetData

func (m *WriteFileRequest) GetData() []byte

func (*WriteFileRequest) GetDirectory

func (m *WriteFileRequest) GetDirectory() bool

func (*WriteFileRequest) GetEntityId

func (m *WriteFileRequest) GetEntityId() string

func (*WriteFileRequest) GetFilename

func (m *WriteFileRequest) GetFilename() string

func (*WriteFileRequest) GetNamespace

func (m *WriteFileRequest) GetNamespace() string

func (*WriteFileRequest) GetOldRevisionGuid

func (m *WriteFileRequest) GetOldRevisionGuid() string

func (*WriteFileRequest) ProtoMessage

func (*WriteFileRequest) ProtoMessage()

func (*WriteFileRequest) Reset

func (m *WriteFileRequest) Reset()

func (*WriteFileRequest) String

func (m *WriteFileRequest) String() string

func (*WriteFileRequest) XXX_DiscardUnknown

func (m *WriteFileRequest) XXX_DiscardUnknown()

func (*WriteFileRequest) XXX_Marshal

func (m *WriteFileRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WriteFileRequest) XXX_Merge

func (m *WriteFileRequest) XXX_Merge(src proto.Message)

func (*WriteFileRequest) XXX_Size

func (m *WriteFileRequest) XXX_Size() int

func (*WriteFileRequest) XXX_Unmarshal

func (m *WriteFileRequest) XXX_Unmarshal(b []byte) error

type WriteFileResponse

type WriteFileResponse struct {
	Header               *EntityFileHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	XXX_NoUnkeyedLiteral struct{}          `json:"-"`
	XXX_unrecognized     []byte            `json:"-"`
	XXX_sizecache        int32             `json:"-"`
}

func (*WriteFileResponse) Descriptor

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

func (*WriteFileResponse) GetHeader

func (m *WriteFileResponse) GetHeader() *EntityFileHeader

func (*WriteFileResponse) ProtoMessage

func (*WriteFileResponse) ProtoMessage()

func (*WriteFileResponse) Reset

func (m *WriteFileResponse) Reset()

func (*WriteFileResponse) String

func (m *WriteFileResponse) String() string

func (*WriteFileResponse) XXX_DiscardUnknown

func (m *WriteFileResponse) XXX_DiscardUnknown()

func (*WriteFileResponse) XXX_Marshal

func (m *WriteFileResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*WriteFileResponse) XXX_Merge

func (m *WriteFileResponse) XXX_Merge(src proto.Message)

func (*WriteFileResponse) XXX_Size

func (m *WriteFileResponse) XXX_Size() int

func (*WriteFileResponse) XXX_Unmarshal

func (m *WriteFileResponse) XXX_Unmarshal(b []byte) error

Jump to

Keyboard shortcuts

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