Get desktop application:
View/edit binary Protocol Buffers messages
(message has no fields)
string report_id = 1
string map_config = 2
string title = 3
repeated Query query = 4
repeated QueryParam query_params = 5
optional Readme readme = 6
(message has no fields)
string report_id = 1
bool archive = 2
(message has no fields)
string report_id = 1
bool discoverable = 2
bool allow_edit = 3
(message has no fields)
string report_id = 1
bool publish = 2
(message has no fields)
string report_id = 1
bool allow_export = 2
(message has no fields)
string report_id = 1
string markdown = 2
(message has no fields)
(message has no fields)
(message has no fields)
string dataset_id = 1
string name = 2
(message has no fields)
string dataset_id = 1
string connection_id = 2
(message has no fields)
string query_id = 1
string query_text = 2
repeated QueryParam query_params = 3
string query_params_values = 4
(message has no fields)
string report_id = 1
repeated QueryParam query_params = 2
string query_params_values = 3
(message has no fields)
(message has no fields)
(message has no fields)
optional StreamOptions stream_options = 1
int64 connection_update = 2
string email = 3
string workspace_id = 4
int64 workspace_update = 6
bool is_playground = 8
bool is_default_workspace = 9
(message has no fields)
int64 total_reports = 1
int64 total_queries = 2
int64 total_files = 3
int64 total_authors = 4
(message has no fields)
repeated string projects = 1
(message has no fields)
(message has no fields)
bool success = 1
string error = 2
(message has no fields)
string invite_id = 1
bool accept = 2
(message has no fields)
string workspace_name = 1
(message has no fields)
string workspace_name = 1
(message has no fields)
(message has no fields)
(message has no fields)
string auth_url = 2
string ui_url = 3
string access_token_to_revoke = 4
bool switch_account = 5
bool sensitive_scope = 6
string login_hint = 7
Used in: AuthState
ACTION_UNSPECIFIED = 0
ACTION_REQUEST_CODE = 1
ACTION_REQUEST_TOKEN = 2
ACTION_REVOKE = 3
Used in: CreateConnectionRequest, CreateConnectionResponse, GetConnectionListResponse, TestConnectionRequest, UpdateConnectionRequest, UpdateConnectionResponse
string id = 1
string connection_name = 2
string bigquery_project_id = 3
string cloud_storage_bucket = 4
bool is_default = 5
string author_email = 6
int64 created_at = 7
int64 updated_at = 8
int64 dataset_count = 9
bool can_store_files = 10
string snowflake_account_id = 12
string snowflake_username = 13
optional Secret snowflake_password = 14
string snowflake_warehouse = 15
optional Secret bigquery_key = 16
Used in: Connection, Dataset
CONNECTION_TYPE_UNSPECIFIED = 0
CONNECTION_TYPE_BIGQUERY = 1
CONNECTION_TYPE_SNOWFLAKE = 2
Used in: ReportStreamResponse
string id = 1
string report_id = 2
string query_id = 3
int64 created_at = 4
int64 updated_at = 5
string file_id = 6
string name = 7
string connection_id = 8
Used in: ReportStreamResponse
string id = 1
string name = 2
string mime_type = 3
int64 size = 4
string source_id = 5
int64 created_at = 6
int64 updated_at = 7
string upload_error = 9
Used in: File
STATUS_UNSPECIFIED = 0
STATUS_NEW = 1
STATUS_RECEIVED = 2
STATUS_STORED = 3
Used in: GetEnvResponse
Used in: Variable
TYPE_UNSPECIFIED = 0
TYPE_MAPBOX_TOKEN = 1
TYPE_UX_DATA_DOCUMENTATION = 2
TYPE_UX_HOMEPAGE = 3
TYPE_ALLOW_FILE_UPLOAD = 4
TYPE_DATASOURCE = 5
TYPE_STORAGE = 6
TYPE_REQUIRE_AMAZON_OIDC = 7
TYPE_REQUIRE_IAP = 8
TYPE_DISABLE_USAGE_STATS = 9
TYPE_REQUIRE_GOOGLE_OAUTH = 10
TYPE_BIGQUERY_PROJECT_ID = 11
TYPE_CLOUD_STORAGE_BUCKET = 12
TYPE_UX_ACCESS_ERROR_INFO_HTML = 13
TYPE_UX_NOT_FOUND_ERROR_INFO_HTML = 14
TYPE_UX_SAMPLE_QUERY_SQL = 15
TYPE_AES_KEY = 16
TYPE_AES_IV = 17
TYPE_AUTH_ENABLED = 18
TYPE_USER_DEFINED_CONNECTION = 19
TYPE_UX_DISABLE_VERSION_CHECK = 20
TYPE_ALLOW_WORKSPACE_CREATION = 21
TYPE_WORKSPACE_DEFAULT_ROLE = 22
TYPE_SECRETS_ENABLED = 23
(message has no fields)
Used in: CreateSubscriptionRequest, GetUserStreamResponse, Subscription
TYPE_UNSPECIFIED = 0
TYPE_PERSONAL = 1
TYPE_TEAM = 2
TYPE_GROW = 3
TYPE_MAX = 4
TYPE_SELF_HOSTED = 5
Used in: CreateQueryResponse, ReportStreamResponse, UpdateReportRequest
string id = 1
string query_text = 2
int64 created_at = 3
int64 updated_at = 4
string query_source_id = 6
Used in: Query
QUERY_SOURCE_UNSPECIFIED = 0
QUERY_SOURCE_INLINE = 1
QUERY_SOURCE_STORAGE = 2
Used in: ReportStreamResponse
string id = 1
string query_id = 2
string query_text = 3
string job_result_id = 4
string job_error = 5
int64 job_duration = 6
int32 total_rows = 7
int64 bytes_processed = 8
int64 result_size = 9
int64 created_at = 10
int64 updated_at = 11
string dw_job_id = 13
string query_params_hash = 14
Used in: QueryJob
JOB_STATUS_UNSPECIFIED = 0
JOB_STATUS_PENDING = 1
JOB_STATUS_RUNNING = 2
JOB_STATUS_DONE_LEGACY = 3
JOB_STATUS_READING_RESULTS = 4
JOB_STATUS_DONE = 5
Used in: Report, RunAllQueriesRequest, RunQueryRequest, UpdateReportRequest
string name = 1
string label = 2
string default_value = 4
Used in: QueryParam
TYPE_UNSPECIFIED = 0
TYPE_STRING = 1
Used in: Report, UpdateReportRequest
string token_json = 1
string error = 2
bool sensitive_scopes_granted = 3
Used in: CreateReportResponse, ReportListResponse, ReportStreamRequest, ReportStreamResponse
string id = 1
string map_config = 2
string title = 3
bool archived = 4
bool can_write = 5
string author_email = 6
bool discoverable = 7
bool allow_edit = 8
bool is_author = 9
int64 created_at = 10
int64 updated_at = 11
bool is_sharable = 12
bool need_sensitive_scope = 13
bool is_playground = 14
bool is_public = 15
bool allow_export = 16
repeated QueryParam query_params = 17
optional Readme readme = 18
Used in: Connection
string client_encrypted = 1
string server_encrypted = 2
int32 length = 3
Used in: GetUserStreamRequest, GetUserStreamResponse, ReportListRequest, ReportListResponse, ReportStreamRequest, ReportStreamResponse
Used in: GetWorkspaceResponse
int64 updated_at = 4
string customer_id = 6
string stripe_subscription_id = 7
string stripe_customer_email = 8
int64 cancel_at = 9
string item_id = 10
Used in: UpdateWorkspaceUserRequest
USER_UPDATE_TYPE_UNSPECIFIED = 0
USER_UPDATE_TYPE_ADD = 1
USER_UPDATE_TYPE_REMOVE = 2
USER_UPDATE_TYPE_UPDATE = 3
Used in: GetWorkspaceResponse
string email = 1
int64 updated_at = 2
string invite_id = 4
Used in: GetUserStreamResponse, UpdateWorkspaceUserRequest, User
ROLE_UNSPECIFIED = 0
ROLE_ADMIN = 1
ROLE_EDITOR = 2
ROLE_VIEWER = 3
Used in: User
USER_STATUS_UNSPECIFIED = 0
USER_STATUS_PENDING = 1
USER_STATUS_ACTIVE = 2
USER_STATUS_REMOVED = 3
USER_STATUS_REJECTED = 4
Used in: GetWorkspaceResponse
string id = 1
string name = 2
Used in: GetInvitesResponse, GetWorkspaceResponse
string workspace_id = 1
string invite_id = 2
string inviter_email = 3
string workspace_name = 4
int64 created_at = 5