package rerun.cloud.v1alpha1

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service RerunCloudService

cloud.proto:23

The Rerun Cloud public API. ## Headers Most endpoints in the Rerun Cloud service require specific gRPC headers to be set. The so-called "standard dataset headers" correspond to at least one of the following headers: * x-rerun-entry-id: ID of the entry of interest, e.g. `1860390B087BC65F602d68eb646c385c`. * x-rerun-entry-name-bin: Name of the entry of interest, e.g. `droid:sample2k`. Headers with a -bin suffix must be base64-encoded (HTTP only supports ASCII values, UTF8 strings must binary encoded).

message BTreeIndex

cloud.proto:455

TODO(zehiko) add properties as needed

Used in: IndexProperties

(message has no fields)

message BTreeIndexQuery

cloud.proto:503

TODO(zehiko) add properties as needed

Used in: IndexQueryProperties

(message has no fields)

message DataSource

cloud.proto:229

Used in: RegisterWithDatasetRequest

enum DataSourceKind

cloud.proto:247

Used in: DataSource

message DatasetDetails

cloud.proto:946

Used in: DatasetEntry, UpdateDatasetEntryRequest

message DatasetEntry

cloud.proto:954

Used in: CreateDatasetEntryResponse, ReadDatasetEntryResponse, UpdateDatasetEntryResponse

message DebugInfo

cloud.proto:997

Optional debug info

Used in: CreateIndexResponse

message EntryDetails

cloud.proto:926

Minimal info about an Entry for high-level catalog summary

Used in: DatasetEntry, FindEntriesResponse, TableEntry, UpdateEntryResponse

message EntryDetailsUpdate

cloud.proto:941

Updatable fields of an Entry

Used in: UpdateEntryRequest

message EntryFilter

cloud.proto:902

Used in: FindEntriesRequest

enum EntryKind

cloud.proto:909

What type of entry. This has strong implication on which APIs are available for this entry.

Used in: EntryDetails, EntryFilter

message Error

cloud.proto:201

Application level error - used as `details` in the `google.rpc.Status` message

enum ErrorCode

cloud.proto:211

Error codes for application level errors

Used in: Error

message IndexColumn

cloud.proto:412

used to define which column we want to index

Used in: DeleteIndexesRequest, IndexConfig, SearchDatasetRequest

message IndexConfig

cloud.proto:398

Used in: CreateIndexRequest, CreateIndexResponse, DeleteIndexesResponse, ListIndexesResponse

message IndexProperties

cloud.proto:420

Used in: IndexConfig

message IndexQueryProperties

cloud.proto:486

Used in: SearchDatasetRequest

message InvertedIndex

cloud.proto:428

Used in: IndexProperties

message InvertedIndexQuery

cloud.proto:495

TODO(zehiko) add properties as needed

Used in: IndexQueryProperties

(message has no fields)

message LanceTable

cloud.proto:991

A foreign table stored as a Lance table.

message Query

cloud.proto:564

Used in: QueryDatasetRequest

message QueryLatestAt

cloud.proto:602

A chunk-level latest-at query, aka `LatestAtRelevantChunks`. This has the exact same semantics as the query of the same name on our `ChunkStore`.

Used in: Query

message QueryRange

cloud.proto:620

/ A chunk-level range query, aka `RangeRelevantChunks`. This has the exact same semantics as the query of the same name on our `ChunkStore`.

Used in: Query

message SystemTable

cloud.proto:986

enum SystemTableKind

cloud.proto:977

Used in: SystemTable

message TableEntry

cloud.proto:967

Used in: CreateTableEntryResponse, ReadTableEntryResponse, RegisterTableResponse

enum TableInsertMode

cloud.proto:667

Used in: WriteTableRequest

enum VectorDistanceMetric

cloud.proto:447

Used in: VectorIvfPqIndex

message VectorIndexQuery

cloud.proto:499

Used in: IndexQueryProperties

message VectorIvfPqIndex

cloud.proto:434

Used in: IndexProperties