package druidGrpc

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

service Health

health.proto:36

service Query

query.proto:24

message ColumnSchema

query.proto:120

Used in: QueryResponse

enum DruidType

query.proto:106

Used in: ColumnSchema

message HealthCheckRequest

health.proto:22

Used as request type in: Health.Check, Health.Watch

message HealthCheckResponse

health.proto:26

Used as response type in: Health.Check, Health.Watch

enum HealthCheckResponse.ServingStatus

health.proto:27

Used in: HealthCheckResponse

message QueryParameter

query.proto:53

Value for a query parameter. The value is essentially a variant of the supported parameter types. The type chosen here must match (or be converable to) the type of the corresponding expression in the SQL statement.

Used in: QueryRequest

enum QueryResultFormat

query.proto:35

Defines the format of the query results. Must be one of the non-unknown formats.

Used in: QueryRequest

enum QueryStatus

query.proto:96

Unauthorized errors return as a StatusRuntimeException with getStatus().getCode() == Status.Code.PERMISSION_DENIED

Used in: QueryResponse

enum QueryType

query.proto:28

Used in: QueryRequest

message StringArray

query.proto:66

Query pararameter value for string array properties. At present, string arrays are primarily used by the MSQ engine, which is not yet available via the gRPC API.

Used in: QueryParameter