Get desktop application:
View/edit binary Protocol Buffers messages
optional string bucket_name = 1
optional string scope_name = 2
string statement = 3
optional bool read_only = 4
optional bool prepared = 5
optional string client_context_id = 7
repeated bytes positional_parameters = 9
map<string, bytes> named_parameters = 10
optional bool flex_index = 11
optional bool preserve_expiry = 12
Used in: QueryRequest
PROFILE_MODE_OFF = 0
PROFILE_MODE_PHASES = 1
PROFILE_MODE_TIMINGS = 2
Used in: QueryRequest
SCAN_CONSISTENCY_NOT_BOUNDED = 0
SCAN_CONSISTENCY_REQUEST_PLUS = 1
Used in: QueryRequest
optional uint32 max_parallelism = 1
optional uint32 pipeline_batch = 2
optional uint32 pipeline_cap = 3
optional uint32 scan_cap = 5
optional bool disable_metrics = 6
Used in: QueryResponse
string request_id = 1
string client_context_id = 2
optional bytes profile = 6
bytes signature = 7
Used in: MetaData
uint64 result_count = 3
uint64 result_size = 4
uint64 mutation_count = 5
uint64 sort_count = 6
uint64 error_count = 7
uint64 warning_count = 8
Used in: MetaData
STATUS_RUNNING = 0
STATUS_SUCCESS = 1
STATUS_ERRORS = 2
STATUS_COMPLETED = 3
STATUS_STOPPED = 4
STATUS_TIMEOUT = 5
STATUS_CLOSED = 6
STATUS_FATAL = 7
STATUS_ABORTED = 8
STATUS_UNKNOWN = 9
Used in: MetaData
uint32 code = 1
string message = 2