runtimev1

package
v0.43.3 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Overview

Package runtimev1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package runtimev1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package runtimev1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	RuntimeService_Ping_FullMethodName                    = "/rill.runtime.v1.RuntimeService/Ping"
	RuntimeService_ListInstances_FullMethodName           = "/rill.runtime.v1.RuntimeService/ListInstances"
	RuntimeService_GetInstance_FullMethodName             = "/rill.runtime.v1.RuntimeService/GetInstance"
	RuntimeService_CreateInstance_FullMethodName          = "/rill.runtime.v1.RuntimeService/CreateInstance"
	RuntimeService_EditInstance_FullMethodName            = "/rill.runtime.v1.RuntimeService/EditInstance"
	RuntimeService_DeleteInstance_FullMethodName          = "/rill.runtime.v1.RuntimeService/DeleteInstance"
	RuntimeService_ListFiles_FullMethodName               = "/rill.runtime.v1.RuntimeService/ListFiles"
	RuntimeService_WatchFiles_FullMethodName              = "/rill.runtime.v1.RuntimeService/WatchFiles"
	RuntimeService_GetFile_FullMethodName                 = "/rill.runtime.v1.RuntimeService/GetFile"
	RuntimeService_PutFile_FullMethodName                 = "/rill.runtime.v1.RuntimeService/PutFile"
	RuntimeService_CreateDirectory_FullMethodName         = "/rill.runtime.v1.RuntimeService/CreateDirectory"
	RuntimeService_DeleteFile_FullMethodName              = "/rill.runtime.v1.RuntimeService/DeleteFile"
	RuntimeService_RenameFile_FullMethodName              = "/rill.runtime.v1.RuntimeService/RenameFile"
	RuntimeService_ListExamples_FullMethodName            = "/rill.runtime.v1.RuntimeService/ListExamples"
	RuntimeService_UnpackExample_FullMethodName           = "/rill.runtime.v1.RuntimeService/UnpackExample"
	RuntimeService_UnpackEmpty_FullMethodName             = "/rill.runtime.v1.RuntimeService/UnpackEmpty"
	RuntimeService_GenerateMetricsViewFile_FullMethodName = "/rill.runtime.v1.RuntimeService/GenerateMetricsViewFile"
	RuntimeService_GenerateResolver_FullMethodName        = "/rill.runtime.v1.RuntimeService/GenerateResolver"
	RuntimeService_GenerateChartSpec_FullMethodName       = "/rill.runtime.v1.RuntimeService/GenerateChartSpec"
	RuntimeService_GetLogs_FullMethodName                 = "/rill.runtime.v1.RuntimeService/GetLogs"
	RuntimeService_WatchLogs_FullMethodName               = "/rill.runtime.v1.RuntimeService/WatchLogs"
	RuntimeService_ListResources_FullMethodName           = "/rill.runtime.v1.RuntimeService/ListResources"
	RuntimeService_WatchResources_FullMethodName          = "/rill.runtime.v1.RuntimeService/WatchResources"
	RuntimeService_GetResource_FullMethodName             = "/rill.runtime.v1.RuntimeService/GetResource"
	RuntimeService_CreateTrigger_FullMethodName           = "/rill.runtime.v1.RuntimeService/CreateTrigger"
	RuntimeService_ListConnectorDrivers_FullMethodName    = "/rill.runtime.v1.RuntimeService/ListConnectorDrivers"
	RuntimeService_AnalyzeConnectors_FullMethodName       = "/rill.runtime.v1.RuntimeService/AnalyzeConnectors"
	RuntimeService_ListNotifierConnectors_FullMethodName  = "/rill.runtime.v1.RuntimeService/ListNotifierConnectors"
	RuntimeService_ListCatalogEntries_FullMethodName      = "/rill.runtime.v1.RuntimeService/ListCatalogEntries"
	RuntimeService_GetCatalogEntry_FullMethodName         = "/rill.runtime.v1.RuntimeService/GetCatalogEntry"
	RuntimeService_TriggerRefresh_FullMethodName          = "/rill.runtime.v1.RuntimeService/TriggerRefresh"
	RuntimeService_Reconcile_FullMethodName               = "/rill.runtime.v1.RuntimeService/Reconcile"
	RuntimeService_PutFileAndReconcile_FullMethodName     = "/rill.runtime.v1.RuntimeService/PutFileAndReconcile"
	RuntimeService_DeleteFileAndReconcile_FullMethodName  = "/rill.runtime.v1.RuntimeService/DeleteFileAndReconcile"
	RuntimeService_RenameFileAndReconcile_FullMethodName  = "/rill.runtime.v1.RuntimeService/RenameFileAndReconcile"
	RuntimeService_RefreshAndReconcile_FullMethodName     = "/rill.runtime.v1.RuntimeService/RefreshAndReconcile"
	RuntimeService_IssueDevJWT_FullMethodName             = "/rill.runtime.v1.RuntimeService/IssueDevJWT"
)
View Source
const (
	ConnectorService_S3ListBuckets_FullMethodName         = "/rill.runtime.v1.ConnectorService/S3ListBuckets"
	ConnectorService_S3ListObjects_FullMethodName         = "/rill.runtime.v1.ConnectorService/S3ListObjects"
	ConnectorService_S3GetBucketMetadata_FullMethodName   = "/rill.runtime.v1.ConnectorService/S3GetBucketMetadata"
	ConnectorService_S3GetCredentialsInfo_FullMethodName  = "/rill.runtime.v1.ConnectorService/S3GetCredentialsInfo"
	ConnectorService_GCSListBuckets_FullMethodName        = "/rill.runtime.v1.ConnectorService/GCSListBuckets"
	ConnectorService_GCSListObjects_FullMethodName        = "/rill.runtime.v1.ConnectorService/GCSListObjects"
	ConnectorService_GCSGetCredentialsInfo_FullMethodName = "/rill.runtime.v1.ConnectorService/GCSGetCredentialsInfo"
	ConnectorService_OLAPListTables_FullMethodName        = "/rill.runtime.v1.ConnectorService/OLAPListTables"
	ConnectorService_OLAPGetTable_FullMethodName          = "/rill.runtime.v1.ConnectorService/OLAPGetTable"
	ConnectorService_BigQueryListDatasets_FullMethodName  = "/rill.runtime.v1.ConnectorService/BigQueryListDatasets"
	ConnectorService_BigQueryListTables_FullMethodName    = "/rill.runtime.v1.ConnectorService/BigQueryListTables"
)
View Source
const (
	QueryService_Query_FullMethodName                       = "/rill.runtime.v1.QueryService/Query"
	QueryService_QueryBatch_FullMethodName                  = "/rill.runtime.v1.QueryService/QueryBatch"
	QueryService_Export_FullMethodName                      = "/rill.runtime.v1.QueryService/Export"
	QueryService_MetricsViewAggregation_FullMethodName      = "/rill.runtime.v1.QueryService/MetricsViewAggregation"
	QueryService_MetricsViewToplist_FullMethodName          = "/rill.runtime.v1.QueryService/MetricsViewToplist"
	QueryService_MetricsViewComparison_FullMethodName       = "/rill.runtime.v1.QueryService/MetricsViewComparison"
	QueryService_MetricsViewTimeSeries_FullMethodName       = "/rill.runtime.v1.QueryService/MetricsViewTimeSeries"
	QueryService_MetricsViewTotals_FullMethodName           = "/rill.runtime.v1.QueryService/MetricsViewTotals"
	QueryService_MetricsViewRows_FullMethodName             = "/rill.runtime.v1.QueryService/MetricsViewRows"
	QueryService_MetricsViewTimeRange_FullMethodName        = "/rill.runtime.v1.QueryService/MetricsViewTimeRange"
	QueryService_MetricsViewSchema_FullMethodName           = "/rill.runtime.v1.QueryService/MetricsViewSchema"
	QueryService_ColumnRollupInterval_FullMethodName        = "/rill.runtime.v1.QueryService/ColumnRollupInterval"
	QueryService_ColumnTopK_FullMethodName                  = "/rill.runtime.v1.QueryService/ColumnTopK"
	QueryService_ColumnNullCount_FullMethodName             = "/rill.runtime.v1.QueryService/ColumnNullCount"
	QueryService_ColumnDescriptiveStatistics_FullMethodName = "/rill.runtime.v1.QueryService/ColumnDescriptiveStatistics"
	QueryService_ColumnTimeGrain_FullMethodName             = "/rill.runtime.v1.QueryService/ColumnTimeGrain"
	QueryService_ColumnNumericHistogram_FullMethodName      = "/rill.runtime.v1.QueryService/ColumnNumericHistogram"
	QueryService_ColumnRugHistogram_FullMethodName          = "/rill.runtime.v1.QueryService/ColumnRugHistogram"
	QueryService_ColumnTimeRange_FullMethodName             = "/rill.runtime.v1.QueryService/ColumnTimeRange"
	QueryService_ColumnCardinality_FullMethodName           = "/rill.runtime.v1.QueryService/ColumnCardinality"
	QueryService_ColumnTimeSeries_FullMethodName            = "/rill.runtime.v1.QueryService/ColumnTimeSeries"
	QueryService_TableCardinality_FullMethodName            = "/rill.runtime.v1.QueryService/TableCardinality"
	QueryService_TableColumns_FullMethodName                = "/rill.runtime.v1.QueryService/TableColumns"
	QueryService_TableRows_FullMethodName                   = "/rill.runtime.v1.QueryService/TableRows"
)

Variables

View Source
var (
	FileEvent_name = map[int32]string{
		0: "FILE_EVENT_UNSPECIFIED",
		1: "FILE_EVENT_WRITE",
		2: "FILE_EVENT_DELETE",
	}
	FileEvent_value = map[string]int32{
		"FILE_EVENT_UNSPECIFIED": 0,
		"FILE_EVENT_WRITE":       1,
		"FILE_EVENT_DELETE":      2,
	}
)

Enum value maps for FileEvent.

View Source
var (
	LogLevel_name = map[int32]string{
		0:  "LOG_LEVEL_UNSPECIFIED",
		4:  "LOG_LEVEL_DEBUG",
		8:  "LOG_LEVEL_INFO",
		12: "LOG_LEVEL_WARN",
		16: "LOG_LEVEL_ERROR",
		20: "LOG_LEVEL_FATAL",
	}
	LogLevel_value = map[string]int32{
		"LOG_LEVEL_UNSPECIFIED": 0,
		"LOG_LEVEL_DEBUG":       4,
		"LOG_LEVEL_INFO":        8,
		"LOG_LEVEL_WARN":        12,
		"LOG_LEVEL_ERROR":       16,
		"LOG_LEVEL_FATAL":       20,
	}
)

Enum value maps for LogLevel.

View Source
var (
	ResourceEvent_name = map[int32]string{
		0: "RESOURCE_EVENT_UNSPECIFIED",
		1: "RESOURCE_EVENT_WRITE",
		2: "RESOURCE_EVENT_DELETE",
	}
	ResourceEvent_value = map[string]int32{
		"RESOURCE_EVENT_UNSPECIFIED": 0,
		"RESOURCE_EVENT_WRITE":       1,
		"RESOURCE_EVENT_DELETE":      2,
	}
)

Enum value maps for ResourceEvent.

View Source
var (
	ConnectorDriver_Property_Type_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "TYPE_NUMBER",
		2: "TYPE_BOOLEAN",
		3: "TYPE_STRING",
		4: "TYPE_FILE",
		5: "TYPE_INFORMATIONAL",
	}
	ConnectorDriver_Property_Type_value = map[string]int32{
		"TYPE_UNSPECIFIED":   0,
		"TYPE_NUMBER":        1,
		"TYPE_BOOLEAN":       2,
		"TYPE_STRING":        3,
		"TYPE_FILE":          4,
		"TYPE_INFORMATIONAL": 5,
	}
)

Enum value maps for ConnectorDriver_Property_Type.

View Source
var (
	ReconcileError_Code_name = map[int32]string{
		0: "CODE_UNSPECIFIED",
		1: "CODE_SYNTAX",
		2: "CODE_VALIDATION",
		3: "CODE_DEPENDENCY",
		4: "CODE_OLAP",
		5: "CODE_SOURCE",
		6: "CODE_SOURCE_PERMISSION_DENIED",
	}
	ReconcileError_Code_value = map[string]int32{
		"CODE_UNSPECIFIED":              0,
		"CODE_SYNTAX":                   1,
		"CODE_VALIDATION":               2,
		"CODE_DEPENDENCY":               3,
		"CODE_OLAP":                     4,
		"CODE_SOURCE":                   5,
		"CODE_SOURCE_PERMISSION_DENIED": 6,
	}
)

Enum value maps for ReconcileError_Code.

View Source
var (
	ObjectType_name = map[int32]string{
		0: "OBJECT_TYPE_UNSPECIFIED",
		1: "OBJECT_TYPE_TABLE",
		2: "OBJECT_TYPE_SOURCE",
		3: "OBJECT_TYPE_MODEL",
		4: "OBJECT_TYPE_METRICS_VIEW",
	}
	ObjectType_value = map[string]int32{
		"OBJECT_TYPE_UNSPECIFIED":  0,
		"OBJECT_TYPE_TABLE":        1,
		"OBJECT_TYPE_SOURCE":       2,
		"OBJECT_TYPE_MODEL":        3,
		"OBJECT_TYPE_METRICS_VIEW": 4,
	}
)

Enum value maps for ObjectType.

View Source
var (
	Model_Dialect_name = map[int32]string{
		0: "DIALECT_UNSPECIFIED",
		1: "DIALECT_DUCKDB",
	}
	Model_Dialect_value = map[string]int32{
		"DIALECT_UNSPECIFIED": 0,
		"DIALECT_DUCKDB":      1,
	}
)

Enum value maps for Model_Dialect.

View Source
var (
	ExportFormat_name = map[int32]string{
		0: "EXPORT_FORMAT_UNSPECIFIED",
		1: "EXPORT_FORMAT_CSV",
		2: "EXPORT_FORMAT_XLSX",
		3: "EXPORT_FORMAT_PARQUET",
	}
	ExportFormat_value = map[string]int32{
		"EXPORT_FORMAT_UNSPECIFIED": 0,
		"EXPORT_FORMAT_CSV":         1,
		"EXPORT_FORMAT_XLSX":        2,
		"EXPORT_FORMAT_PARQUET":     3,
	}
)

Enum value maps for ExportFormat.

View Source
var (
	Operation_name = map[int32]string{
		0:  "OPERATION_UNSPECIFIED",
		1:  "OPERATION_EQ",
		2:  "OPERATION_NEQ",
		3:  "OPERATION_LT",
		4:  "OPERATION_LTE",
		5:  "OPERATION_GT",
		6:  "OPERATION_GTE",
		7:  "OPERATION_OR",
		8:  "OPERATION_AND",
		9:  "OPERATION_IN",
		10: "OPERATION_NIN",
		11: "OPERATION_LIKE",
		12: "OPERATION_NLIKE",
	}
	Operation_value = map[string]int32{
		"OPERATION_UNSPECIFIED": 0,
		"OPERATION_EQ":          1,
		"OPERATION_NEQ":         2,
		"OPERATION_LT":          3,
		"OPERATION_LTE":         4,
		"OPERATION_GT":          5,
		"OPERATION_GTE":         6,
		"OPERATION_OR":          7,
		"OPERATION_AND":         8,
		"OPERATION_IN":          9,
		"OPERATION_NIN":         10,
		"OPERATION_LIKE":        11,
		"OPERATION_NLIKE":       12,
	}
)

Enum value maps for Operation.

View Source
var (
	BuiltinMeasure_name = map[int32]string{
		0: "BUILTIN_MEASURE_UNSPECIFIED",
		1: "BUILTIN_MEASURE_COUNT",
		2: "BUILTIN_MEASURE_COUNT_DISTINCT",
	}
	BuiltinMeasure_value = map[string]int32{
		"BUILTIN_MEASURE_UNSPECIFIED":    0,
		"BUILTIN_MEASURE_COUNT":          1,
		"BUILTIN_MEASURE_COUNT_DISTINCT": 2,
	}
)

Enum value maps for BuiltinMeasure.

View Source
var (
	MetricsViewComparisonSortType_name = map[int32]string{
		0: "METRICS_VIEW_COMPARISON_SORT_TYPE_UNSPECIFIED",
		1: "METRICS_VIEW_COMPARISON_SORT_TYPE_BASE_VALUE",
		2: "METRICS_VIEW_COMPARISON_SORT_TYPE_COMPARISON_VALUE",
		3: "METRICS_VIEW_COMPARISON_SORT_TYPE_ABS_DELTA",
		4: "METRICS_VIEW_COMPARISON_SORT_TYPE_REL_DELTA",
	}
	MetricsViewComparisonSortType_value = map[string]int32{
		"METRICS_VIEW_COMPARISON_SORT_TYPE_UNSPECIFIED":      0,
		"METRICS_VIEW_COMPARISON_SORT_TYPE_BASE_VALUE":       1,
		"METRICS_VIEW_COMPARISON_SORT_TYPE_COMPARISON_VALUE": 2,
		"METRICS_VIEW_COMPARISON_SORT_TYPE_ABS_DELTA":        3,
		"METRICS_VIEW_COMPARISON_SORT_TYPE_REL_DELTA":        4,
	}
)

Enum value maps for MetricsViewComparisonSortType.

View Source
var (
	MetricsViewComparisonMeasureType_name = map[int32]string{
		0: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_UNSPECIFIED",
		1: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_BASE_VALUE",
		2: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_COMPARISON_VALUE",
		3: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_ABS_DELTA",
		4: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_REL_DELTA",
	}
	MetricsViewComparisonMeasureType_value = map[string]int32{
		"METRICS_VIEW_COMPARISON_MEASURE_TYPE_UNSPECIFIED":      0,
		"METRICS_VIEW_COMPARISON_MEASURE_TYPE_BASE_VALUE":       1,
		"METRICS_VIEW_COMPARISON_MEASURE_TYPE_COMPARISON_VALUE": 2,
		"METRICS_VIEW_COMPARISON_MEASURE_TYPE_ABS_DELTA":        3,
		"METRICS_VIEW_COMPARISON_MEASURE_TYPE_REL_DELTA":        4,
	}
)

Enum value maps for MetricsViewComparisonMeasureType.

View Source
var (
	HistogramMethod_name = map[int32]string{
		0: "HISTOGRAM_METHOD_UNSPECIFIED",
		1: "HISTOGRAM_METHOD_FD",
		2: "HISTOGRAM_METHOD_DIAGNOSTIC",
	}
	HistogramMethod_value = map[string]int32{
		"HISTOGRAM_METHOD_UNSPECIFIED": 0,
		"HISTOGRAM_METHOD_FD":          1,
		"HISTOGRAM_METHOD_DIAGNOSTIC":  2,
	}
)

Enum value maps for HistogramMethod.

View Source
var (
	ReconcileStatus_name = map[int32]string{
		0: "RECONCILE_STATUS_UNSPECIFIED",
		1: "RECONCILE_STATUS_IDLE",
		2: "RECONCILE_STATUS_PENDING",
		3: "RECONCILE_STATUS_RUNNING",
	}
	ReconcileStatus_value = map[string]int32{
		"RECONCILE_STATUS_UNSPECIFIED": 0,
		"RECONCILE_STATUS_IDLE":        1,
		"RECONCILE_STATUS_PENDING":     2,
		"RECONCILE_STATUS_RUNNING":     3,
	}
)

Enum value maps for ReconcileStatus.

View Source
var (
	AssertionStatus_name = map[int32]string{
		0: "ASSERTION_STATUS_UNSPECIFIED",
		1: "ASSERTION_STATUS_PASS",
		2: "ASSERTION_STATUS_FAIL",
		3: "ASSERTION_STATUS_ERROR",
	}
	AssertionStatus_value = map[string]int32{
		"ASSERTION_STATUS_UNSPECIFIED": 0,
		"ASSERTION_STATUS_PASS":        1,
		"ASSERTION_STATUS_FAIL":        2,
		"ASSERTION_STATUS_ERROR":       3,
	}
)

Enum value maps for AssertionStatus.

View Source
var (
	MetricsViewSpec_ComparisonMode_name = map[int32]string{
		0: "COMPARISON_MODE_UNSPECIFIED",
		1: "COMPARISON_MODE_NONE",
		2: "COMPARISON_MODE_TIME",
		3: "COMPARISON_MODE_DIMENSION",
	}
	MetricsViewSpec_ComparisonMode_value = map[string]int32{
		"COMPARISON_MODE_UNSPECIFIED": 0,
		"COMPARISON_MODE_NONE":        1,
		"COMPARISON_MODE_TIME":        2,
		"COMPARISON_MODE_DIMENSION":   3,
	}
)

Enum value maps for MetricsViewSpec_ComparisonMode.

View Source
var (
	BucketExtractPolicy_Strategy_name = map[int32]string{
		0: "STRATEGY_UNSPECIFIED",
		1: "STRATEGY_HEAD",
		2: "STRATEGY_TAIL",
	}
	BucketExtractPolicy_Strategy_value = map[string]int32{
		"STRATEGY_UNSPECIFIED": 0,
		"STRATEGY_HEAD":        1,
		"STRATEGY_TAIL":        2,
	}
)

Enum value maps for BucketExtractPolicy_Strategy.

View Source
var (
	Type_Code_name = map[int32]string{
		0:  "CODE_UNSPECIFIED",
		1:  "CODE_BOOL",
		2:  "CODE_INT8",
		3:  "CODE_INT16",
		4:  "CODE_INT32",
		5:  "CODE_INT64",
		6:  "CODE_INT128",
		25: "CODE_INT256",
		7:  "CODE_UINT8",
		8:  "CODE_UINT16",
		9:  "CODE_UINT32",
		10: "CODE_UINT64",
		11: "CODE_UINT128",
		26: "CODE_UINT256",
		12: "CODE_FLOAT32",
		13: "CODE_FLOAT64",
		14: "CODE_TIMESTAMP",
		15: "CODE_DATE",
		16: "CODE_TIME",
		17: "CODE_STRING",
		18: "CODE_BYTES",
		19: "CODE_ARRAY",
		20: "CODE_STRUCT",
		21: "CODE_MAP",
		22: "CODE_DECIMAL",
		23: "CODE_JSON",
		24: "CODE_UUID",
	}
	Type_Code_value = map[string]int32{
		"CODE_UNSPECIFIED": 0,
		"CODE_BOOL":        1,
		"CODE_INT8":        2,
		"CODE_INT16":       3,
		"CODE_INT32":       4,
		"CODE_INT64":       5,
		"CODE_INT128":      6,
		"CODE_INT256":      25,
		"CODE_UINT8":       7,
		"CODE_UINT16":      8,
		"CODE_UINT32":      9,
		"CODE_UINT64":      10,
		"CODE_UINT128":     11,
		"CODE_UINT256":     26,
		"CODE_FLOAT32":     12,
		"CODE_FLOAT64":     13,
		"CODE_TIMESTAMP":   14,
		"CODE_DATE":        15,
		"CODE_TIME":        16,
		"CODE_STRING":      17,
		"CODE_BYTES":       18,
		"CODE_ARRAY":       19,
		"CODE_STRUCT":      20,
		"CODE_MAP":         21,
		"CODE_DECIMAL":     22,
		"CODE_JSON":        23,
		"CODE_UUID":        24,
	}
)

Enum value maps for Type_Code.

View Source
var (
	TimeGrain_name = map[int32]string{
		0: "TIME_GRAIN_UNSPECIFIED",
		1: "TIME_GRAIN_MILLISECOND",
		2: "TIME_GRAIN_SECOND",
		3: "TIME_GRAIN_MINUTE",
		4: "TIME_GRAIN_HOUR",
		5: "TIME_GRAIN_DAY",
		6: "TIME_GRAIN_WEEK",
		7: "TIME_GRAIN_MONTH",
		8: "TIME_GRAIN_QUARTER",
		9: "TIME_GRAIN_YEAR",
	}
	TimeGrain_value = map[string]int32{
		"TIME_GRAIN_UNSPECIFIED": 0,
		"TIME_GRAIN_MILLISECOND": 1,
		"TIME_GRAIN_SECOND":      2,
		"TIME_GRAIN_MINUTE":      3,
		"TIME_GRAIN_HOUR":        4,
		"TIME_GRAIN_DAY":         5,
		"TIME_GRAIN_WEEK":        6,
		"TIME_GRAIN_MONTH":       7,
		"TIME_GRAIN_QUARTER":     8,
		"TIME_GRAIN_YEAR":        9,
	}
)

Enum value maps for TimeGrain.

View Source
var ConnectorService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "rill.runtime.v1.ConnectorService",
	HandlerType: (*ConnectorServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "S3ListBuckets",
			Handler:    _ConnectorService_S3ListBuckets_Handler,
		},
		{
			MethodName: "S3ListObjects",
			Handler:    _ConnectorService_S3ListObjects_Handler,
		},
		{
			MethodName: "S3GetBucketMetadata",
			Handler:    _ConnectorService_S3GetBucketMetadata_Handler,
		},
		{
			MethodName: "S3GetCredentialsInfo",
			Handler:    _ConnectorService_S3GetCredentialsInfo_Handler,
		},
		{
			MethodName: "GCSListBuckets",
			Handler:    _ConnectorService_GCSListBuckets_Handler,
		},
		{
			MethodName: "GCSListObjects",
			Handler:    _ConnectorService_GCSListObjects_Handler,
		},
		{
			MethodName: "GCSGetCredentialsInfo",
			Handler:    _ConnectorService_GCSGetCredentialsInfo_Handler,
		},
		{
			MethodName: "OLAPListTables",
			Handler:    _ConnectorService_OLAPListTables_Handler,
		},
		{
			MethodName: "OLAPGetTable",
			Handler:    _ConnectorService_OLAPGetTable_Handler,
		},
		{
			MethodName: "BigQueryListDatasets",
			Handler:    _ConnectorService_BigQueryListDatasets_Handler,
		},
		{
			MethodName: "BigQueryListTables",
			Handler:    _ConnectorService_BigQueryListTables_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rill/runtime/v1/connectors.proto",
}

ConnectorService_ServiceDesc is the grpc.ServiceDesc for ConnectorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_rill_runtime_v1_api_proto protoreflect.FileDescriptor
View Source
var File_rill_runtime_v1_catalog_proto protoreflect.FileDescriptor
View Source
var File_rill_runtime_v1_colors_proto protoreflect.FileDescriptor
View Source
var File_rill_runtime_v1_connectors_proto protoreflect.FileDescriptor
View Source
var File_rill_runtime_v1_export_format_proto protoreflect.FileDescriptor
View Source
var File_rill_runtime_v1_expression_proto protoreflect.FileDescriptor
View Source
var File_rill_runtime_v1_queries_proto protoreflect.FileDescriptor
View Source
var File_rill_runtime_v1_resources_proto protoreflect.FileDescriptor
View Source
var File_rill_runtime_v1_schema_proto protoreflect.FileDescriptor
View Source
var File_rill_runtime_v1_time_grain_proto protoreflect.FileDescriptor
View Source
var QueryService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "rill.runtime.v1.QueryService",
	HandlerType: (*QueryServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Query",
			Handler:    _QueryService_Query_Handler,
		},
		{
			MethodName: "Export",
			Handler:    _QueryService_Export_Handler,
		},
		{
			MethodName: "MetricsViewAggregation",
			Handler:    _QueryService_MetricsViewAggregation_Handler,
		},
		{
			MethodName: "MetricsViewToplist",
			Handler:    _QueryService_MetricsViewToplist_Handler,
		},
		{
			MethodName: "MetricsViewComparison",
			Handler:    _QueryService_MetricsViewComparison_Handler,
		},
		{
			MethodName: "MetricsViewTimeSeries",
			Handler:    _QueryService_MetricsViewTimeSeries_Handler,
		},
		{
			MethodName: "MetricsViewTotals",
			Handler:    _QueryService_MetricsViewTotals_Handler,
		},
		{
			MethodName: "MetricsViewRows",
			Handler:    _QueryService_MetricsViewRows_Handler,
		},
		{
			MethodName: "MetricsViewTimeRange",
			Handler:    _QueryService_MetricsViewTimeRange_Handler,
		},
		{
			MethodName: "MetricsViewSchema",
			Handler:    _QueryService_MetricsViewSchema_Handler,
		},
		{
			MethodName: "ColumnRollupInterval",
			Handler:    _QueryService_ColumnRollupInterval_Handler,
		},
		{
			MethodName: "ColumnTopK",
			Handler:    _QueryService_ColumnTopK_Handler,
		},
		{
			MethodName: "ColumnNullCount",
			Handler:    _QueryService_ColumnNullCount_Handler,
		},
		{
			MethodName: "ColumnDescriptiveStatistics",
			Handler:    _QueryService_ColumnDescriptiveStatistics_Handler,
		},
		{
			MethodName: "ColumnTimeGrain",
			Handler:    _QueryService_ColumnTimeGrain_Handler,
		},
		{
			MethodName: "ColumnNumericHistogram",
			Handler:    _QueryService_ColumnNumericHistogram_Handler,
		},
		{
			MethodName: "ColumnRugHistogram",
			Handler:    _QueryService_ColumnRugHistogram_Handler,
		},
		{
			MethodName: "ColumnTimeRange",
			Handler:    _QueryService_ColumnTimeRange_Handler,
		},
		{
			MethodName: "ColumnCardinality",
			Handler:    _QueryService_ColumnCardinality_Handler,
		},
		{
			MethodName: "ColumnTimeSeries",
			Handler:    _QueryService_ColumnTimeSeries_Handler,
		},
		{
			MethodName: "TableCardinality",
			Handler:    _QueryService_TableCardinality_Handler,
		},
		{
			MethodName: "TableColumns",
			Handler:    _QueryService_TableColumns_Handler,
		},
		{
			MethodName: "TableRows",
			Handler:    _QueryService_TableRows_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "QueryBatch",
			Handler:       _QueryService_QueryBatch_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "rill/runtime/v1/queries.proto",
}

QueryService_ServiceDesc is the grpc.ServiceDesc for QueryService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var RuntimeService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "rill.runtime.v1.RuntimeService",
	HandlerType: (*RuntimeServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Ping",
			Handler:    _RuntimeService_Ping_Handler,
		},
		{
			MethodName: "ListInstances",
			Handler:    _RuntimeService_ListInstances_Handler,
		},
		{
			MethodName: "GetInstance",
			Handler:    _RuntimeService_GetInstance_Handler,
		},
		{
			MethodName: "CreateInstance",
			Handler:    _RuntimeService_CreateInstance_Handler,
		},
		{
			MethodName: "EditInstance",
			Handler:    _RuntimeService_EditInstance_Handler,
		},
		{
			MethodName: "DeleteInstance",
			Handler:    _RuntimeService_DeleteInstance_Handler,
		},
		{
			MethodName: "ListFiles",
			Handler:    _RuntimeService_ListFiles_Handler,
		},
		{
			MethodName: "GetFile",
			Handler:    _RuntimeService_GetFile_Handler,
		},
		{
			MethodName: "PutFile",
			Handler:    _RuntimeService_PutFile_Handler,
		},
		{
			MethodName: "CreateDirectory",
			Handler:    _RuntimeService_CreateDirectory_Handler,
		},
		{
			MethodName: "DeleteFile",
			Handler:    _RuntimeService_DeleteFile_Handler,
		},
		{
			MethodName: "RenameFile",
			Handler:    _RuntimeService_RenameFile_Handler,
		},
		{
			MethodName: "ListExamples",
			Handler:    _RuntimeService_ListExamples_Handler,
		},
		{
			MethodName: "UnpackExample",
			Handler:    _RuntimeService_UnpackExample_Handler,
		},
		{
			MethodName: "UnpackEmpty",
			Handler:    _RuntimeService_UnpackEmpty_Handler,
		},
		{
			MethodName: "GenerateMetricsViewFile",
			Handler:    _RuntimeService_GenerateMetricsViewFile_Handler,
		},
		{
			MethodName: "GenerateResolver",
			Handler:    _RuntimeService_GenerateResolver_Handler,
		},
		{
			MethodName: "GenerateChartSpec",
			Handler:    _RuntimeService_GenerateChartSpec_Handler,
		},
		{
			MethodName: "GetLogs",
			Handler:    _RuntimeService_GetLogs_Handler,
		},
		{
			MethodName: "ListResources",
			Handler:    _RuntimeService_ListResources_Handler,
		},
		{
			MethodName: "GetResource",
			Handler:    _RuntimeService_GetResource_Handler,
		},
		{
			MethodName: "CreateTrigger",
			Handler:    _RuntimeService_CreateTrigger_Handler,
		},
		{
			MethodName: "ListConnectorDrivers",
			Handler:    _RuntimeService_ListConnectorDrivers_Handler,
		},
		{
			MethodName: "AnalyzeConnectors",
			Handler:    _RuntimeService_AnalyzeConnectors_Handler,
		},
		{
			MethodName: "ListNotifierConnectors",
			Handler:    _RuntimeService_ListNotifierConnectors_Handler,
		},
		{
			MethodName: "ListCatalogEntries",
			Handler:    _RuntimeService_ListCatalogEntries_Handler,
		},
		{
			MethodName: "GetCatalogEntry",
			Handler:    _RuntimeService_GetCatalogEntry_Handler,
		},
		{
			MethodName: "TriggerRefresh",
			Handler:    _RuntimeService_TriggerRefresh_Handler,
		},
		{
			MethodName: "Reconcile",
			Handler:    _RuntimeService_Reconcile_Handler,
		},
		{
			MethodName: "PutFileAndReconcile",
			Handler:    _RuntimeService_PutFileAndReconcile_Handler,
		},
		{
			MethodName: "DeleteFileAndReconcile",
			Handler:    _RuntimeService_DeleteFileAndReconcile_Handler,
		},
		{
			MethodName: "RenameFileAndReconcile",
			Handler:    _RuntimeService_RenameFileAndReconcile_Handler,
		},
		{
			MethodName: "RefreshAndReconcile",
			Handler:    _RuntimeService_RefreshAndReconcile_Handler,
		},
		{
			MethodName: "IssueDevJWT",
			Handler:    _RuntimeService_IssueDevJWT_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "WatchFiles",
			Handler:       _RuntimeService_WatchFiles_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "WatchLogs",
			Handler:       _RuntimeService_WatchLogs_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "WatchResources",
			Handler:       _RuntimeService_WatchResources_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "rill/runtime/v1/api.proto",
}

RuntimeService_ServiceDesc is the grpc.ServiceDesc for RuntimeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterConnectorServiceHandler added in v0.27.0

func RegisterConnectorServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterConnectorServiceHandler registers the http handlers for service ConnectorService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterConnectorServiceHandlerClient added in v0.27.0

func RegisterConnectorServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ConnectorServiceClient) error

RegisterConnectorServiceHandlerClient registers the http handlers for service ConnectorService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ConnectorServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ConnectorServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ConnectorServiceClient" to call the correct interceptors.

func RegisterConnectorServiceHandlerFromEndpoint added in v0.27.0

func RegisterConnectorServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterConnectorServiceHandlerFromEndpoint is same as RegisterConnectorServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterConnectorServiceHandlerServer added in v0.27.0

func RegisterConnectorServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ConnectorServiceServer) error

RegisterConnectorServiceHandlerServer registers the http handlers for service ConnectorService to "mux". UnaryRPC :call ConnectorServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterConnectorServiceHandlerFromEndpoint instead.

func RegisterConnectorServiceServer added in v0.27.0

func RegisterConnectorServiceServer(s grpc.ServiceRegistrar, srv ConnectorServiceServer)

func RegisterQueryServiceHandler added in v0.22.0

func RegisterQueryServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterQueryServiceHandler registers the http handlers for service QueryService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterQueryServiceHandlerClient added in v0.22.0

func RegisterQueryServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryServiceClient) error

RegisterQueryServiceHandlerClient registers the http handlers for service QueryService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryServiceClient" to call the correct interceptors.

func RegisterQueryServiceHandlerFromEndpoint added in v0.22.0

func RegisterQueryServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterQueryServiceHandlerFromEndpoint is same as RegisterQueryServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterQueryServiceHandlerServer added in v0.22.0

func RegisterQueryServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServiceServer) error

RegisterQueryServiceHandlerServer registers the http handlers for service QueryService to "mux". UnaryRPC :call QueryServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryServiceHandlerFromEndpoint instead.

func RegisterQueryServiceServer added in v0.22.0

func RegisterQueryServiceServer(s grpc.ServiceRegistrar, srv QueryServiceServer)

func RegisterRuntimeServiceHandler

func RegisterRuntimeServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterRuntimeServiceHandler registers the http handlers for service RuntimeService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterRuntimeServiceHandlerClient

func RegisterRuntimeServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RuntimeServiceClient) error

RegisterRuntimeServiceHandlerClient registers the http handlers for service RuntimeService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RuntimeServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RuntimeServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RuntimeServiceClient" to call the correct interceptors.

func RegisterRuntimeServiceHandlerFromEndpoint

func RegisterRuntimeServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterRuntimeServiceHandlerFromEndpoint is same as RegisterRuntimeServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterRuntimeServiceHandlerServer

func RegisterRuntimeServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RuntimeServiceServer) error

RegisterRuntimeServiceHandlerServer registers the http handlers for service RuntimeService to "mux". UnaryRPC :call RuntimeServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRuntimeServiceHandlerFromEndpoint instead.

func RegisterRuntimeServiceServer

func RegisterRuntimeServiceServer(s grpc.ServiceRegistrar, srv RuntimeServiceServer)

Types

type API added in v0.42.0

type API struct {
	Spec  *APISpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *APIState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

API defines a custom operation for querying data stored in Rill.

func (*API) Descriptor deprecated added in v0.42.0

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

Deprecated: Use API.ProtoReflect.Descriptor instead.

func (*API) GetSpec added in v0.42.0

func (x *API) GetSpec() *APISpec

func (*API) GetState added in v0.42.0

func (x *API) GetState() *APIState

func (*API) ProtoMessage added in v0.42.0

func (*API) ProtoMessage()

func (*API) ProtoReflect added in v0.42.0

func (x *API) ProtoReflect() protoreflect.Message

func (*API) Reset added in v0.42.0

func (x *API) Reset()

func (*API) String added in v0.42.0

func (x *API) String() string

func (*API) Validate added in v0.42.0

func (m *API) Validate() error

Validate checks the field values on API with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*API) ValidateAll added in v0.42.0

func (m *API) ValidateAll() error

ValidateAll checks the field values on API with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in APIMultiError, or nil if none found.

type APIMultiError added in v0.42.0

type APIMultiError []error

APIMultiError is an error wrapping multiple validation errors returned by API.ValidateAll() if the designated constraints aren't met.

func (APIMultiError) AllErrors added in v0.42.0

func (m APIMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (APIMultiError) Error added in v0.42.0

func (m APIMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type APISpec added in v0.42.0

type APISpec struct {
	Resolver           string           `protobuf:"bytes,1,opt,name=resolver,proto3" json:"resolver,omitempty"`
	ResolverProperties *structpb.Struct `protobuf:"bytes,2,opt,name=resolver_properties,json=resolverProperties,proto3" json:"resolver_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*APISpec) Descriptor deprecated added in v0.42.0

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

Deprecated: Use APISpec.ProtoReflect.Descriptor instead.

func (*APISpec) GetResolver added in v0.42.0

func (x *APISpec) GetResolver() string

func (*APISpec) GetResolverProperties added in v0.42.0

func (x *APISpec) GetResolverProperties() *structpb.Struct

func (*APISpec) ProtoMessage added in v0.42.0

func (*APISpec) ProtoMessage()

func (*APISpec) ProtoReflect added in v0.42.0

func (x *APISpec) ProtoReflect() protoreflect.Message

func (*APISpec) Reset added in v0.42.0

func (x *APISpec) Reset()

func (*APISpec) String added in v0.42.0

func (x *APISpec) String() string

func (*APISpec) Validate added in v0.42.0

func (m *APISpec) Validate() error

Validate checks the field values on APISpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*APISpec) ValidateAll added in v0.42.0

func (m *APISpec) ValidateAll() error

ValidateAll checks the field values on APISpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in APISpecMultiError, or nil if none found.

type APISpecMultiError added in v0.42.0

type APISpecMultiError []error

APISpecMultiError is an error wrapping multiple validation errors returned by APISpec.ValidateAll() if the designated constraints aren't met.

func (APISpecMultiError) AllErrors added in v0.42.0

func (m APISpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (APISpecMultiError) Error added in v0.42.0

func (m APISpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type APISpecValidationError added in v0.42.0

type APISpecValidationError struct {
	// contains filtered or unexported fields
}

APISpecValidationError is the validation error returned by APISpec.Validate if the designated constraints aren't met.

func (APISpecValidationError) Cause added in v0.42.0

func (e APISpecValidationError) Cause() error

Cause function returns cause value.

func (APISpecValidationError) Error added in v0.42.0

func (e APISpecValidationError) Error() string

Error satisfies the builtin error interface

func (APISpecValidationError) ErrorName added in v0.42.0

func (e APISpecValidationError) ErrorName() string

ErrorName returns error name.

func (APISpecValidationError) Field added in v0.42.0

func (e APISpecValidationError) Field() string

Field function returns field value.

func (APISpecValidationError) Key added in v0.42.0

func (e APISpecValidationError) Key() bool

Key function returns key value.

func (APISpecValidationError) Reason added in v0.42.0

func (e APISpecValidationError) Reason() string

Reason function returns reason value.

type APIState added in v0.42.0

type APIState struct {
	// contains filtered or unexported fields
}

func (*APIState) Descriptor deprecated added in v0.42.0

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

Deprecated: Use APIState.ProtoReflect.Descriptor instead.

func (*APIState) ProtoMessage added in v0.42.0

func (*APIState) ProtoMessage()

func (*APIState) ProtoReflect added in v0.42.0

func (x *APIState) ProtoReflect() protoreflect.Message

func (*APIState) Reset added in v0.42.0

func (x *APIState) Reset()

func (*APIState) String added in v0.42.0

func (x *APIState) String() string

func (*APIState) Validate added in v0.42.0

func (m *APIState) Validate() error

Validate checks the field values on APIState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*APIState) ValidateAll added in v0.42.0

func (m *APIState) ValidateAll() error

ValidateAll checks the field values on APIState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in APIStateMultiError, or nil if none found.

type APIStateMultiError added in v0.42.0

type APIStateMultiError []error

APIStateMultiError is an error wrapping multiple validation errors returned by APIState.ValidateAll() if the designated constraints aren't met.

func (APIStateMultiError) AllErrors added in v0.42.0

func (m APIStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (APIStateMultiError) Error added in v0.42.0

func (m APIStateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type APIStateValidationError added in v0.42.0

type APIStateValidationError struct {
	// contains filtered or unexported fields
}

APIStateValidationError is the validation error returned by APIState.Validate if the designated constraints aren't met.

func (APIStateValidationError) Cause added in v0.42.0

func (e APIStateValidationError) Cause() error

Cause function returns cause value.

func (APIStateValidationError) Error added in v0.42.0

func (e APIStateValidationError) Error() string

Error satisfies the builtin error interface

func (APIStateValidationError) ErrorName added in v0.42.0

func (e APIStateValidationError) ErrorName() string

ErrorName returns error name.

func (APIStateValidationError) Field added in v0.42.0

func (e APIStateValidationError) Field() string

Field function returns field value.

func (APIStateValidationError) Key added in v0.42.0

func (e APIStateValidationError) Key() bool

Key function returns key value.

func (APIStateValidationError) Reason added in v0.42.0

func (e APIStateValidationError) Reason() string

Reason function returns reason value.

type APIValidationError added in v0.42.0

type APIValidationError struct {
	// contains filtered or unexported fields
}

APIValidationError is the validation error returned by API.Validate if the designated constraints aren't met.

func (APIValidationError) Cause added in v0.42.0

func (e APIValidationError) Cause() error

Cause function returns cause value.

func (APIValidationError) Error added in v0.42.0

func (e APIValidationError) Error() string

Error satisfies the builtin error interface

func (APIValidationError) ErrorName added in v0.42.0

func (e APIValidationError) ErrorName() string

ErrorName returns error name.

func (APIValidationError) Field added in v0.42.0

func (e APIValidationError) Field() string

Field function returns field value.

func (APIValidationError) Key added in v0.42.0

func (e APIValidationError) Key() bool

Key function returns key value.

func (APIValidationError) Reason added in v0.42.0

func (e APIValidationError) Reason() string

Reason function returns reason value.

type Alert added in v0.41.0

type Alert struct {
	Spec  *AlertSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *AlertState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Alert) Descriptor deprecated added in v0.41.0

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

Deprecated: Use Alert.ProtoReflect.Descriptor instead.

func (*Alert) GetSpec added in v0.41.0

func (x *Alert) GetSpec() *AlertSpec

func (*Alert) GetState added in v0.41.0

func (x *Alert) GetState() *AlertState

func (*Alert) ProtoMessage added in v0.41.0

func (*Alert) ProtoMessage()

func (*Alert) ProtoReflect added in v0.41.0

func (x *Alert) ProtoReflect() protoreflect.Message

func (*Alert) Reset added in v0.41.0

func (x *Alert) Reset()

func (*Alert) String added in v0.41.0

func (x *Alert) String() string

func (*Alert) Validate added in v0.41.0

func (m *Alert) Validate() error

Validate checks the field values on Alert with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Alert) ValidateAll added in v0.41.0

func (m *Alert) ValidateAll() error

ValidateAll checks the field values on Alert with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AlertMultiError, or nil if none found.

type AlertExecution added in v0.41.0

type AlertExecution struct {
	Adhoc             bool                   `protobuf:"varint,1,opt,name=adhoc,proto3" json:"adhoc,omitempty"`
	Result            *AssertionResult       `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	SentNotifications bool                   `protobuf:"varint,3,opt,name=sent_notifications,json=sentNotifications,proto3" json:"sent_notifications,omitempty"`
	ExecutionTime     *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=execution_time,json=executionTime,proto3" json:"execution_time,omitempty"`
	StartedOn         *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=started_on,json=startedOn,proto3" json:"started_on,omitempty"`
	FinishedOn        *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=finished_on,json=finishedOn,proto3" json:"finished_on,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertExecution) Descriptor deprecated added in v0.41.0

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

Deprecated: Use AlertExecution.ProtoReflect.Descriptor instead.

func (*AlertExecution) GetAdhoc added in v0.41.0

func (x *AlertExecution) GetAdhoc() bool

func (*AlertExecution) GetExecutionTime added in v0.41.0

func (x *AlertExecution) GetExecutionTime() *timestamppb.Timestamp

func (*AlertExecution) GetFinishedOn added in v0.41.0

func (x *AlertExecution) GetFinishedOn() *timestamppb.Timestamp

func (*AlertExecution) GetResult added in v0.41.0

func (x *AlertExecution) GetResult() *AssertionResult

func (*AlertExecution) GetSentNotifications added in v0.43.0

func (x *AlertExecution) GetSentNotifications() bool

func (*AlertExecution) GetStartedOn added in v0.41.0

func (x *AlertExecution) GetStartedOn() *timestamppb.Timestamp

func (*AlertExecution) ProtoMessage added in v0.41.0

func (*AlertExecution) ProtoMessage()

func (*AlertExecution) ProtoReflect added in v0.41.0

func (x *AlertExecution) ProtoReflect() protoreflect.Message

func (*AlertExecution) Reset added in v0.41.0

func (x *AlertExecution) Reset()

func (*AlertExecution) String added in v0.41.0

func (x *AlertExecution) String() string

func (*AlertExecution) Validate added in v0.41.0

func (m *AlertExecution) Validate() error

Validate checks the field values on AlertExecution with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AlertExecution) ValidateAll added in v0.41.0

func (m *AlertExecution) ValidateAll() error

ValidateAll checks the field values on AlertExecution with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AlertExecutionMultiError, or nil if none found.

type AlertExecutionMultiError added in v0.41.0

type AlertExecutionMultiError []error

AlertExecutionMultiError is an error wrapping multiple validation errors returned by AlertExecution.ValidateAll() if the designated constraints aren't met.

func (AlertExecutionMultiError) AllErrors added in v0.41.0

func (m AlertExecutionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AlertExecutionMultiError) Error added in v0.41.0

func (m AlertExecutionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AlertExecutionValidationError added in v0.41.0

type AlertExecutionValidationError struct {
	// contains filtered or unexported fields
}

AlertExecutionValidationError is the validation error returned by AlertExecution.Validate if the designated constraints aren't met.

func (AlertExecutionValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (AlertExecutionValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (AlertExecutionValidationError) ErrorName added in v0.41.0

func (e AlertExecutionValidationError) ErrorName() string

ErrorName returns error name.

func (AlertExecutionValidationError) Field added in v0.41.0

Field function returns field value.

func (AlertExecutionValidationError) Key added in v0.41.0

Key function returns key value.

func (AlertExecutionValidationError) Reason added in v0.41.0

Reason function returns reason value.

type AlertMultiError added in v0.41.0

type AlertMultiError []error

AlertMultiError is an error wrapping multiple validation errors returned by Alert.ValidateAll() if the designated constraints aren't met.

func (AlertMultiError) AllErrors added in v0.41.0

func (m AlertMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AlertMultiError) Error added in v0.41.0

func (m AlertMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AlertSpec added in v0.41.0

type AlertSpec struct {
	Trigger                bool      `protobuf:"varint,1,opt,name=trigger,proto3" json:"trigger,omitempty"`
	Title                  string    `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	RefreshSchedule        *Schedule `protobuf:"bytes,3,opt,name=refresh_schedule,json=refreshSchedule,proto3" json:"refresh_schedule,omitempty"`
	WatermarkInherit       bool      `protobuf:"varint,4,opt,name=watermark_inherit,json=watermarkInherit,proto3" json:"watermark_inherit,omitempty"` // If true, will use the lowest watermark of its refs instead of the trigger time.
	IntervalsIsoDuration   string    `protobuf:"bytes,5,opt,name=intervals_iso_duration,json=intervalsIsoDuration,proto3" json:"intervals_iso_duration,omitempty"`
	IntervalsLimit         int32     `protobuf:"varint,6,opt,name=intervals_limit,json=intervalsLimit,proto3" json:"intervals_limit,omitempty"`
	IntervalsCheckUnclosed bool      `` /* 130-byte string literal not displayed */
	TimeoutSeconds         uint32    `protobuf:"varint,8,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	QueryName              string    `protobuf:"bytes,9,opt,name=query_name,json=queryName,proto3" json:"query_name,omitempty"`
	QueryArgsJson          string    `protobuf:"bytes,10,opt,name=query_args_json,json=queryArgsJson,proto3" json:"query_args_json,omitempty"`
	// Types that are assignable to QueryFor:
	//
	//	*AlertSpec_QueryForUserId
	//	*AlertSpec_QueryForUserEmail
	//	*AlertSpec_QueryForAttributes
	QueryFor             isAlertSpec_QueryFor `protobuf_oneof:"query_for"`
	NotifyOnRecover      bool                 `protobuf:"varint,15,opt,name=notify_on_recover,json=notifyOnRecover,proto3" json:"notify_on_recover,omitempty"`
	NotifyOnFail         bool                 `protobuf:"varint,16,opt,name=notify_on_fail,json=notifyOnFail,proto3" json:"notify_on_fail,omitempty"`
	NotifyOnError        bool                 `protobuf:"varint,17,opt,name=notify_on_error,json=notifyOnError,proto3" json:"notify_on_error,omitempty"`
	Renotify             bool                 `protobuf:"varint,18,opt,name=renotify,proto3" json:"renotify,omitempty"`
	RenotifyAfterSeconds uint32               `protobuf:"varint,19,opt,name=renotify_after_seconds,json=renotifyAfterSeconds,proto3" json:"renotify_after_seconds,omitempty"`
	Notifiers            []*Notifier          `protobuf:"bytes,21,rep,name=notifiers,proto3" json:"notifiers,omitempty"`
	Annotations          map[string]string    `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AlertSpec) Descriptor deprecated added in v0.41.0

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

Deprecated: Use AlertSpec.ProtoReflect.Descriptor instead.

func (*AlertSpec) GetAnnotations added in v0.41.0

func (x *AlertSpec) GetAnnotations() map[string]string

func (*AlertSpec) GetIntervalsCheckUnclosed added in v0.41.0

func (x *AlertSpec) GetIntervalsCheckUnclosed() bool

func (*AlertSpec) GetIntervalsIsoDuration added in v0.41.0

func (x *AlertSpec) GetIntervalsIsoDuration() string

func (*AlertSpec) GetIntervalsLimit added in v0.41.0

func (x *AlertSpec) GetIntervalsLimit() int32

func (*AlertSpec) GetNotifiers added in v0.43.0

func (x *AlertSpec) GetNotifiers() []*Notifier

func (*AlertSpec) GetNotifyOnError added in v0.43.0

func (x *AlertSpec) GetNotifyOnError() bool

func (*AlertSpec) GetNotifyOnFail added in v0.43.0

func (x *AlertSpec) GetNotifyOnFail() bool

func (*AlertSpec) GetNotifyOnRecover added in v0.43.0

func (x *AlertSpec) GetNotifyOnRecover() bool

func (*AlertSpec) GetQueryArgsJson added in v0.41.0

func (x *AlertSpec) GetQueryArgsJson() string

func (*AlertSpec) GetQueryFor added in v0.41.0

func (m *AlertSpec) GetQueryFor() isAlertSpec_QueryFor

func (*AlertSpec) GetQueryForAttributes added in v0.41.0

func (x *AlertSpec) GetQueryForAttributes() *structpb.Struct

func (*AlertSpec) GetQueryForUserEmail added in v0.41.0

func (x *AlertSpec) GetQueryForUserEmail() string

func (*AlertSpec) GetQueryForUserId added in v0.41.0

func (x *AlertSpec) GetQueryForUserId() string

func (*AlertSpec) GetQueryName added in v0.41.0

func (x *AlertSpec) GetQueryName() string

func (*AlertSpec) GetRefreshSchedule added in v0.41.0

func (x *AlertSpec) GetRefreshSchedule() *Schedule

func (*AlertSpec) GetRenotify added in v0.43.0

func (x *AlertSpec) GetRenotify() bool

func (*AlertSpec) GetRenotifyAfterSeconds added in v0.43.0

func (x *AlertSpec) GetRenotifyAfterSeconds() uint32

func (*AlertSpec) GetTimeoutSeconds added in v0.41.0

func (x *AlertSpec) GetTimeoutSeconds() uint32

func (*AlertSpec) GetTitle added in v0.41.0

func (x *AlertSpec) GetTitle() string

func (*AlertSpec) GetTrigger added in v0.41.0

func (x *AlertSpec) GetTrigger() bool

func (*AlertSpec) GetWatermarkInherit added in v0.41.0

func (x *AlertSpec) GetWatermarkInherit() bool

func (*AlertSpec) ProtoMessage added in v0.41.0

func (*AlertSpec) ProtoMessage()

func (*AlertSpec) ProtoReflect added in v0.41.0

func (x *AlertSpec) ProtoReflect() protoreflect.Message

func (*AlertSpec) Reset added in v0.41.0

func (x *AlertSpec) Reset()

func (*AlertSpec) String added in v0.41.0

func (x *AlertSpec) String() string

func (*AlertSpec) Validate added in v0.41.0

func (m *AlertSpec) Validate() error

Validate checks the field values on AlertSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AlertSpec) ValidateAll added in v0.41.0

func (m *AlertSpec) ValidateAll() error

ValidateAll checks the field values on AlertSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AlertSpecMultiError, or nil if none found.

type AlertSpecMultiError added in v0.41.0

type AlertSpecMultiError []error

AlertSpecMultiError is an error wrapping multiple validation errors returned by AlertSpec.ValidateAll() if the designated constraints aren't met.

func (AlertSpecMultiError) AllErrors added in v0.41.0

func (m AlertSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AlertSpecMultiError) Error added in v0.41.0

func (m AlertSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AlertSpecValidationError added in v0.41.0

type AlertSpecValidationError struct {
	// contains filtered or unexported fields
}

AlertSpecValidationError is the validation error returned by AlertSpec.Validate if the designated constraints aren't met.

func (AlertSpecValidationError) Cause added in v0.41.0

func (e AlertSpecValidationError) Cause() error

Cause function returns cause value.

func (AlertSpecValidationError) Error added in v0.41.0

func (e AlertSpecValidationError) Error() string

Error satisfies the builtin error interface

func (AlertSpecValidationError) ErrorName added in v0.41.0

func (e AlertSpecValidationError) ErrorName() string

ErrorName returns error name.

func (AlertSpecValidationError) Field added in v0.41.0

func (e AlertSpecValidationError) Field() string

Field function returns field value.

func (AlertSpecValidationError) Key added in v0.41.0

Key function returns key value.

func (AlertSpecValidationError) Reason added in v0.41.0

func (e AlertSpecValidationError) Reason() string

Reason function returns reason value.

type AlertSpec_QueryForAttributes added in v0.41.0

type AlertSpec_QueryForAttributes struct {
	QueryForAttributes *structpb.Struct `protobuf:"bytes,13,opt,name=query_for_attributes,json=queryForAttributes,proto3,oneof"`
}

type AlertSpec_QueryForUserEmail added in v0.41.0

type AlertSpec_QueryForUserEmail struct {
	QueryForUserEmail string `protobuf:"bytes,12,opt,name=query_for_user_email,json=queryForUserEmail,proto3,oneof"`
}

type AlertSpec_QueryForUserId added in v0.41.0

type AlertSpec_QueryForUserId struct {
	QueryForUserId string `protobuf:"bytes,11,opt,name=query_for_user_id,json=queryForUserId,proto3,oneof"`
}

type AlertState added in v0.41.0

type AlertState struct {
	SpecHash         string                 `protobuf:"bytes,1,opt,name=spec_hash,json=specHash,proto3" json:"spec_hash,omitempty"`
	RefsHash         string                 `protobuf:"bytes,2,opt,name=refs_hash,json=refsHash,proto3" json:"refs_hash,omitempty"`
	NextRunOn        *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=next_run_on,json=nextRunOn,proto3" json:"next_run_on,omitempty"`
	CurrentExecution *AlertExecution        `protobuf:"bytes,4,opt,name=current_execution,json=currentExecution,proto3" json:"current_execution,omitempty"`
	ExecutionHistory []*AlertExecution      `protobuf:"bytes,5,rep,name=execution_history,json=executionHistory,proto3" json:"execution_history,omitempty"`
	ExecutionCount   uint32                 `protobuf:"varint,6,opt,name=execution_count,json=executionCount,proto3" json:"execution_count,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertState) Descriptor deprecated added in v0.41.0

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

Deprecated: Use AlertState.ProtoReflect.Descriptor instead.

func (*AlertState) GetCurrentExecution added in v0.41.0

func (x *AlertState) GetCurrentExecution() *AlertExecution

func (*AlertState) GetExecutionCount added in v0.41.0

func (x *AlertState) GetExecutionCount() uint32

func (*AlertState) GetExecutionHistory added in v0.41.0

func (x *AlertState) GetExecutionHistory() []*AlertExecution

func (*AlertState) GetNextRunOn added in v0.41.0

func (x *AlertState) GetNextRunOn() *timestamppb.Timestamp

func (*AlertState) GetRefsHash added in v0.41.0

func (x *AlertState) GetRefsHash() string

func (*AlertState) GetSpecHash added in v0.41.0

func (x *AlertState) GetSpecHash() string

func (*AlertState) ProtoMessage added in v0.41.0

func (*AlertState) ProtoMessage()

func (*AlertState) ProtoReflect added in v0.41.0

func (x *AlertState) ProtoReflect() protoreflect.Message

func (*AlertState) Reset added in v0.41.0

func (x *AlertState) Reset()

func (*AlertState) String added in v0.41.0

func (x *AlertState) String() string

func (*AlertState) Validate added in v0.41.0

func (m *AlertState) Validate() error

Validate checks the field values on AlertState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AlertState) ValidateAll added in v0.41.0

func (m *AlertState) ValidateAll() error

ValidateAll checks the field values on AlertState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AlertStateMultiError, or nil if none found.

type AlertStateMultiError added in v0.41.0

type AlertStateMultiError []error

AlertStateMultiError is an error wrapping multiple validation errors returned by AlertState.ValidateAll() if the designated constraints aren't met.

func (AlertStateMultiError) AllErrors added in v0.41.0

func (m AlertStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AlertStateMultiError) Error added in v0.41.0

func (m AlertStateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AlertStateValidationError added in v0.41.0

type AlertStateValidationError struct {
	// contains filtered or unexported fields
}

AlertStateValidationError is the validation error returned by AlertState.Validate if the designated constraints aren't met.

func (AlertStateValidationError) Cause added in v0.41.0

func (e AlertStateValidationError) Cause() error

Cause function returns cause value.

func (AlertStateValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (AlertStateValidationError) ErrorName added in v0.41.0

func (e AlertStateValidationError) ErrorName() string

ErrorName returns error name.

func (AlertStateValidationError) Field added in v0.41.0

Field function returns field value.

func (AlertStateValidationError) Key added in v0.41.0

Key function returns key value.

func (AlertStateValidationError) Reason added in v0.41.0

func (e AlertStateValidationError) Reason() string

Reason function returns reason value.

type AlertValidationError added in v0.41.0

type AlertValidationError struct {
	// contains filtered or unexported fields
}

AlertValidationError is the validation error returned by Alert.Validate if the designated constraints aren't met.

func (AlertValidationError) Cause added in v0.41.0

func (e AlertValidationError) Cause() error

Cause function returns cause value.

func (AlertValidationError) Error added in v0.41.0

func (e AlertValidationError) Error() string

Error satisfies the builtin error interface

func (AlertValidationError) ErrorName added in v0.41.0

func (e AlertValidationError) ErrorName() string

ErrorName returns error name.

func (AlertValidationError) Field added in v0.41.0

func (e AlertValidationError) Field() string

Field function returns field value.

func (AlertValidationError) Key added in v0.41.0

func (e AlertValidationError) Key() bool

Key function returns key value.

func (AlertValidationError) Reason added in v0.41.0

func (e AlertValidationError) Reason() string

Reason function returns reason value.

type AnalyzeConnectorsRequest added in v0.43.0

type AnalyzeConnectorsRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.AnalyzeConnectors

func (*AnalyzeConnectorsRequest) Descriptor deprecated added in v0.43.0

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

Deprecated: Use AnalyzeConnectorsRequest.ProtoReflect.Descriptor instead.

func (*AnalyzeConnectorsRequest) GetInstanceId added in v0.43.0

func (x *AnalyzeConnectorsRequest) GetInstanceId() string

func (*AnalyzeConnectorsRequest) ProtoMessage added in v0.43.0

func (*AnalyzeConnectorsRequest) ProtoMessage()

func (*AnalyzeConnectorsRequest) ProtoReflect added in v0.43.0

func (x *AnalyzeConnectorsRequest) ProtoReflect() protoreflect.Message

func (*AnalyzeConnectorsRequest) Reset added in v0.43.0

func (x *AnalyzeConnectorsRequest) Reset()

func (*AnalyzeConnectorsRequest) String added in v0.43.0

func (x *AnalyzeConnectorsRequest) String() string

func (*AnalyzeConnectorsRequest) Validate added in v0.43.0

func (m *AnalyzeConnectorsRequest) Validate() error

Validate checks the field values on AnalyzeConnectorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnalyzeConnectorsRequest) ValidateAll added in v0.43.0

func (m *AnalyzeConnectorsRequest) ValidateAll() error

ValidateAll checks the field values on AnalyzeConnectorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnalyzeConnectorsRequestMultiError, or nil if none found.

type AnalyzeConnectorsRequestMultiError added in v0.43.0

type AnalyzeConnectorsRequestMultiError []error

AnalyzeConnectorsRequestMultiError is an error wrapping multiple validation errors returned by AnalyzeConnectorsRequest.ValidateAll() if the designated constraints aren't met.

func (AnalyzeConnectorsRequestMultiError) AllErrors added in v0.43.0

func (m AnalyzeConnectorsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyzeConnectorsRequestMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type AnalyzeConnectorsRequestValidationError added in v0.43.0

type AnalyzeConnectorsRequestValidationError struct {
	// contains filtered or unexported fields
}

AnalyzeConnectorsRequestValidationError is the validation error returned by AnalyzeConnectorsRequest.Validate if the designated constraints aren't met.

func (AnalyzeConnectorsRequestValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (AnalyzeConnectorsRequestValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (AnalyzeConnectorsRequestValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (AnalyzeConnectorsRequestValidationError) Field added in v0.43.0

Field function returns field value.

func (AnalyzeConnectorsRequestValidationError) Key added in v0.43.0

Key function returns key value.

func (AnalyzeConnectorsRequestValidationError) Reason added in v0.43.0

Reason function returns reason value.

type AnalyzeConnectorsResponse added in v0.43.0

type AnalyzeConnectorsResponse struct {
	Connectors []*AnalyzedConnector `protobuf:"bytes,1,rep,name=connectors,proto3" json:"connectors,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.AnalyzeConnectors

func (*AnalyzeConnectorsResponse) Descriptor deprecated added in v0.43.0

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

Deprecated: Use AnalyzeConnectorsResponse.ProtoReflect.Descriptor instead.

func (*AnalyzeConnectorsResponse) GetConnectors added in v0.43.0

func (x *AnalyzeConnectorsResponse) GetConnectors() []*AnalyzedConnector

func (*AnalyzeConnectorsResponse) ProtoMessage added in v0.43.0

func (*AnalyzeConnectorsResponse) ProtoMessage()

func (*AnalyzeConnectorsResponse) ProtoReflect added in v0.43.0

func (*AnalyzeConnectorsResponse) Reset added in v0.43.0

func (x *AnalyzeConnectorsResponse) Reset()

func (*AnalyzeConnectorsResponse) String added in v0.43.0

func (x *AnalyzeConnectorsResponse) String() string

func (*AnalyzeConnectorsResponse) Validate added in v0.43.0

func (m *AnalyzeConnectorsResponse) Validate() error

Validate checks the field values on AnalyzeConnectorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnalyzeConnectorsResponse) ValidateAll added in v0.43.0

func (m *AnalyzeConnectorsResponse) ValidateAll() error

ValidateAll checks the field values on AnalyzeConnectorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnalyzeConnectorsResponseMultiError, or nil if none found.

type AnalyzeConnectorsResponseMultiError added in v0.43.0

type AnalyzeConnectorsResponseMultiError []error

AnalyzeConnectorsResponseMultiError is an error wrapping multiple validation errors returned by AnalyzeConnectorsResponse.ValidateAll() if the designated constraints aren't met.

func (AnalyzeConnectorsResponseMultiError) AllErrors added in v0.43.0

AllErrors returns a list of validation violation errors.

func (AnalyzeConnectorsResponseMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type AnalyzeConnectorsResponseValidationError added in v0.43.0

type AnalyzeConnectorsResponseValidationError struct {
	// contains filtered or unexported fields
}

AnalyzeConnectorsResponseValidationError is the validation error returned by AnalyzeConnectorsResponse.Validate if the designated constraints aren't met.

func (AnalyzeConnectorsResponseValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (AnalyzeConnectorsResponseValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (AnalyzeConnectorsResponseValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (AnalyzeConnectorsResponseValidationError) Field added in v0.43.0

Field function returns field value.

func (AnalyzeConnectorsResponseValidationError) Key added in v0.43.0

Key function returns key value.

func (AnalyzeConnectorsResponseValidationError) Reason added in v0.43.0

Reason function returns reason value.

type AnalyzedConnector added in v0.43.0

type AnalyzedConnector struct {

	// Connector name
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Connector driver metadata
	Driver *ConnectorDriver `protobuf:"bytes,2,opt,name=driver,proto3" json:"driver,omitempty"`
	// Combined config properties for the connector
	Config map[string]string `` /* 153-byte string literal not displayed */
	// Config properties preset by the runtime or when the instance was created
	PresetConfig map[string]string `` /* 185-byte string literal not displayed */
	// Config properties set in project YAML files
	ProjectConfig map[string]string `` /* 188-byte string literal not displayed */
	// Config properties set as dynamic variables
	EnvConfig map[string]string `` /* 176-byte string literal not displayed */
	// True if the connector can be accessed without credentials
	HasAnonymousAccess bool `protobuf:"varint,7,opt,name=has_anonymous_access,json=hasAnonymousAccess,proto3" json:"has_anonymous_access,omitempty"`
	// List of resources that appear to use the connector
	UsedBy []*ResourceName `protobuf:"bytes,8,rep,name=used_by,json=usedBy,proto3" json:"used_by,omitempty"`
	// contains filtered or unexported fields
}

AnalyzedConnector contains information about a connector that is referenced in the project files.

func (*AnalyzedConnector) Descriptor deprecated added in v0.43.0

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

Deprecated: Use AnalyzedConnector.ProtoReflect.Descriptor instead.

func (*AnalyzedConnector) GetConfig added in v0.43.0

func (x *AnalyzedConnector) GetConfig() map[string]string

func (*AnalyzedConnector) GetDriver added in v0.43.0

func (x *AnalyzedConnector) GetDriver() *ConnectorDriver

func (*AnalyzedConnector) GetEnvConfig added in v0.43.0

func (x *AnalyzedConnector) GetEnvConfig() map[string]string

func (*AnalyzedConnector) GetHasAnonymousAccess added in v0.43.0

func (x *AnalyzedConnector) GetHasAnonymousAccess() bool

func (*AnalyzedConnector) GetName added in v0.43.0

func (x *AnalyzedConnector) GetName() string

func (*AnalyzedConnector) GetPresetConfig added in v0.43.0

func (x *AnalyzedConnector) GetPresetConfig() map[string]string

func (*AnalyzedConnector) GetProjectConfig added in v0.43.0

func (x *AnalyzedConnector) GetProjectConfig() map[string]string

func (*AnalyzedConnector) GetUsedBy added in v0.43.0

func (x *AnalyzedConnector) GetUsedBy() []*ResourceName

func (*AnalyzedConnector) ProtoMessage added in v0.43.0

func (*AnalyzedConnector) ProtoMessage()

func (*AnalyzedConnector) ProtoReflect added in v0.43.0

func (x *AnalyzedConnector) ProtoReflect() protoreflect.Message

func (*AnalyzedConnector) Reset added in v0.43.0

func (x *AnalyzedConnector) Reset()

func (*AnalyzedConnector) String added in v0.43.0

func (x *AnalyzedConnector) String() string

func (*AnalyzedConnector) Validate added in v0.43.0

func (m *AnalyzedConnector) Validate() error

Validate checks the field values on AnalyzedConnector with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AnalyzedConnector) ValidateAll added in v0.43.0

func (m *AnalyzedConnector) ValidateAll() error

ValidateAll checks the field values on AnalyzedConnector with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AnalyzedConnectorMultiError, or nil if none found.

type AnalyzedConnectorMultiError added in v0.43.0

type AnalyzedConnectorMultiError []error

AnalyzedConnectorMultiError is an error wrapping multiple validation errors returned by AnalyzedConnector.ValidateAll() if the designated constraints aren't met.

func (AnalyzedConnectorMultiError) AllErrors added in v0.43.0

func (m AnalyzedConnectorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AnalyzedConnectorMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type AnalyzedConnectorValidationError added in v0.43.0

type AnalyzedConnectorValidationError struct {
	// contains filtered or unexported fields
}

AnalyzedConnectorValidationError is the validation error returned by AnalyzedConnector.Validate if the designated constraints aren't met.

func (AnalyzedConnectorValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (AnalyzedConnectorValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (AnalyzedConnectorValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (AnalyzedConnectorValidationError) Field added in v0.43.0

Field function returns field value.

func (AnalyzedConnectorValidationError) Key added in v0.43.0

Key function returns key value.

func (AnalyzedConnectorValidationError) Reason added in v0.43.0

Reason function returns reason value.

type AssertionResult added in v0.41.0

type AssertionResult struct {
	Status       AssertionStatus  `protobuf:"varint,1,opt,name=status,proto3,enum=rill.runtime.v1.AssertionStatus" json:"status,omitempty"`
	FailRow      *structpb.Struct `protobuf:"bytes,2,opt,name=fail_row,json=failRow,proto3" json:"fail_row,omitempty"`
	ErrorMessage string           `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	// contains filtered or unexported fields
}

func (*AssertionResult) Descriptor deprecated added in v0.41.0

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

Deprecated: Use AssertionResult.ProtoReflect.Descriptor instead.

func (*AssertionResult) GetErrorMessage added in v0.41.0

func (x *AssertionResult) GetErrorMessage() string

func (*AssertionResult) GetFailRow added in v0.41.0

func (x *AssertionResult) GetFailRow() *structpb.Struct

func (*AssertionResult) GetStatus added in v0.41.0

func (x *AssertionResult) GetStatus() AssertionStatus

func (*AssertionResult) ProtoMessage added in v0.41.0

func (*AssertionResult) ProtoMessage()

func (*AssertionResult) ProtoReflect added in v0.41.0

func (x *AssertionResult) ProtoReflect() protoreflect.Message

func (*AssertionResult) Reset added in v0.41.0

func (x *AssertionResult) Reset()

func (*AssertionResult) String added in v0.41.0

func (x *AssertionResult) String() string

func (*AssertionResult) Validate added in v0.41.0

func (m *AssertionResult) Validate() error

Validate checks the field values on AssertionResult with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AssertionResult) ValidateAll added in v0.41.0

func (m *AssertionResult) ValidateAll() error

ValidateAll checks the field values on AssertionResult with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AssertionResultMultiError, or nil if none found.

type AssertionResultMultiError added in v0.41.0

type AssertionResultMultiError []error

AssertionResultMultiError is an error wrapping multiple validation errors returned by AssertionResult.ValidateAll() if the designated constraints aren't met.

func (AssertionResultMultiError) AllErrors added in v0.41.0

func (m AssertionResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AssertionResultMultiError) Error added in v0.41.0

Error returns a concatenation of all the error messages it wraps.

type AssertionResultValidationError added in v0.41.0

type AssertionResultValidationError struct {
	// contains filtered or unexported fields
}

AssertionResultValidationError is the validation error returned by AssertionResult.Validate if the designated constraints aren't met.

func (AssertionResultValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (AssertionResultValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (AssertionResultValidationError) ErrorName added in v0.41.0

func (e AssertionResultValidationError) ErrorName() string

ErrorName returns error name.

func (AssertionResultValidationError) Field added in v0.41.0

Field function returns field value.

func (AssertionResultValidationError) Key added in v0.41.0

Key function returns key value.

func (AssertionResultValidationError) Reason added in v0.41.0

Reason function returns reason value.

type AssertionStatus added in v0.41.0

type AssertionStatus int32
const (
	AssertionStatus_ASSERTION_STATUS_UNSPECIFIED AssertionStatus = 0
	AssertionStatus_ASSERTION_STATUS_PASS        AssertionStatus = 1
	AssertionStatus_ASSERTION_STATUS_FAIL        AssertionStatus = 2
	AssertionStatus_ASSERTION_STATUS_ERROR       AssertionStatus = 3
)

func (AssertionStatus) Descriptor added in v0.41.0

func (AssertionStatus) Enum added in v0.41.0

func (x AssertionStatus) Enum() *AssertionStatus

func (AssertionStatus) EnumDescriptor deprecated added in v0.41.0

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

Deprecated: Use AssertionStatus.Descriptor instead.

func (AssertionStatus) Number added in v0.41.0

func (AssertionStatus) String added in v0.41.0

func (x AssertionStatus) String() string

func (AssertionStatus) Type added in v0.41.0

type BigQueryListDatasetsRequest added in v0.31.0

type BigQueryListDatasetsRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	PageSize   uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken  string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*BigQueryListDatasetsRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use BigQueryListDatasetsRequest.ProtoReflect.Descriptor instead.

func (*BigQueryListDatasetsRequest) GetConnector added in v0.31.0

func (x *BigQueryListDatasetsRequest) GetConnector() string

func (*BigQueryListDatasetsRequest) GetInstanceId added in v0.31.0

func (x *BigQueryListDatasetsRequest) GetInstanceId() string

func (*BigQueryListDatasetsRequest) GetPageSize added in v0.31.0

func (x *BigQueryListDatasetsRequest) GetPageSize() uint32

func (*BigQueryListDatasetsRequest) GetPageToken added in v0.31.0

func (x *BigQueryListDatasetsRequest) GetPageToken() string

func (*BigQueryListDatasetsRequest) ProtoMessage added in v0.31.0

func (*BigQueryListDatasetsRequest) ProtoMessage()

func (*BigQueryListDatasetsRequest) ProtoReflect added in v0.31.0

func (*BigQueryListDatasetsRequest) Reset added in v0.31.0

func (x *BigQueryListDatasetsRequest) Reset()

func (*BigQueryListDatasetsRequest) String added in v0.31.0

func (x *BigQueryListDatasetsRequest) String() string

func (*BigQueryListDatasetsRequest) Validate added in v0.31.0

func (m *BigQueryListDatasetsRequest) Validate() error

Validate checks the field values on BigQueryListDatasetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BigQueryListDatasetsRequest) ValidateAll added in v0.31.0

func (m *BigQueryListDatasetsRequest) ValidateAll() error

ValidateAll checks the field values on BigQueryListDatasetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BigQueryListDatasetsRequestMultiError, or nil if none found.

type BigQueryListDatasetsRequestMultiError added in v0.31.0

type BigQueryListDatasetsRequestMultiError []error

BigQueryListDatasetsRequestMultiError is an error wrapping multiple validation errors returned by BigQueryListDatasetsRequest.ValidateAll() if the designated constraints aren't met.

func (BigQueryListDatasetsRequestMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (BigQueryListDatasetsRequestMultiError) Error added in v0.31.0

Error returns a concatenation of all the error messages it wraps.

type BigQueryListDatasetsRequestValidationError added in v0.31.0

type BigQueryListDatasetsRequestValidationError struct {
	// contains filtered or unexported fields
}

BigQueryListDatasetsRequestValidationError is the validation error returned by BigQueryListDatasetsRequest.Validate if the designated constraints aren't met.

func (BigQueryListDatasetsRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (BigQueryListDatasetsRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (BigQueryListDatasetsRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (BigQueryListDatasetsRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (BigQueryListDatasetsRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (BigQueryListDatasetsRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type BigQueryListDatasetsResponse added in v0.31.0

type BigQueryListDatasetsResponse struct {
	NextPageToken string   `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Names         []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*BigQueryListDatasetsResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use BigQueryListDatasetsResponse.ProtoReflect.Descriptor instead.

func (*BigQueryListDatasetsResponse) GetNames added in v0.31.0

func (x *BigQueryListDatasetsResponse) GetNames() []string

func (*BigQueryListDatasetsResponse) GetNextPageToken added in v0.31.0

func (x *BigQueryListDatasetsResponse) GetNextPageToken() string

func (*BigQueryListDatasetsResponse) ProtoMessage added in v0.31.0

func (*BigQueryListDatasetsResponse) ProtoMessage()

func (*BigQueryListDatasetsResponse) ProtoReflect added in v0.31.0

func (*BigQueryListDatasetsResponse) Reset added in v0.31.0

func (x *BigQueryListDatasetsResponse) Reset()

func (*BigQueryListDatasetsResponse) String added in v0.31.0

func (*BigQueryListDatasetsResponse) Validate added in v0.31.0

func (m *BigQueryListDatasetsResponse) Validate() error

Validate checks the field values on BigQueryListDatasetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BigQueryListDatasetsResponse) ValidateAll added in v0.31.0

func (m *BigQueryListDatasetsResponse) ValidateAll() error

ValidateAll checks the field values on BigQueryListDatasetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BigQueryListDatasetsResponseMultiError, or nil if none found.

type BigQueryListDatasetsResponseMultiError added in v0.31.0

type BigQueryListDatasetsResponseMultiError []error

BigQueryListDatasetsResponseMultiError is an error wrapping multiple validation errors returned by BigQueryListDatasetsResponse.ValidateAll() if the designated constraints aren't met.

func (BigQueryListDatasetsResponseMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (BigQueryListDatasetsResponseMultiError) Error added in v0.31.0

Error returns a concatenation of all the error messages it wraps.

type BigQueryListDatasetsResponseValidationError added in v0.31.0

type BigQueryListDatasetsResponseValidationError struct {
	// contains filtered or unexported fields
}

BigQueryListDatasetsResponseValidationError is the validation error returned by BigQueryListDatasetsResponse.Validate if the designated constraints aren't met.

func (BigQueryListDatasetsResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (BigQueryListDatasetsResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (BigQueryListDatasetsResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (BigQueryListDatasetsResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (BigQueryListDatasetsResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (BigQueryListDatasetsResponseValidationError) Reason added in v0.31.0

Reason function returns reason value.

type BigQueryListTablesRequest added in v0.31.0

type BigQueryListTablesRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	Dataset    string `protobuf:"bytes,3,opt,name=dataset,proto3" json:"dataset,omitempty"`
	PageSize   uint32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken  string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*BigQueryListTablesRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use BigQueryListTablesRequest.ProtoReflect.Descriptor instead.

func (*BigQueryListTablesRequest) GetConnector added in v0.31.0

func (x *BigQueryListTablesRequest) GetConnector() string

func (*BigQueryListTablesRequest) GetDataset added in v0.31.0

func (x *BigQueryListTablesRequest) GetDataset() string

func (*BigQueryListTablesRequest) GetInstanceId added in v0.31.0

func (x *BigQueryListTablesRequest) GetInstanceId() string

func (*BigQueryListTablesRequest) GetPageSize added in v0.31.0

func (x *BigQueryListTablesRequest) GetPageSize() uint32

func (*BigQueryListTablesRequest) GetPageToken added in v0.31.0

func (x *BigQueryListTablesRequest) GetPageToken() string

func (*BigQueryListTablesRequest) ProtoMessage added in v0.31.0

func (*BigQueryListTablesRequest) ProtoMessage()

func (*BigQueryListTablesRequest) ProtoReflect added in v0.31.0

func (*BigQueryListTablesRequest) Reset added in v0.31.0

func (x *BigQueryListTablesRequest) Reset()

func (*BigQueryListTablesRequest) String added in v0.31.0

func (x *BigQueryListTablesRequest) String() string

func (*BigQueryListTablesRequest) Validate added in v0.31.0

func (m *BigQueryListTablesRequest) Validate() error

Validate checks the field values on BigQueryListTablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BigQueryListTablesRequest) ValidateAll added in v0.31.0

func (m *BigQueryListTablesRequest) ValidateAll() error

ValidateAll checks the field values on BigQueryListTablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BigQueryListTablesRequestMultiError, or nil if none found.

type BigQueryListTablesRequestMultiError added in v0.31.0

type BigQueryListTablesRequestMultiError []error

BigQueryListTablesRequestMultiError is an error wrapping multiple validation errors returned by BigQueryListTablesRequest.ValidateAll() if the designated constraints aren't met.

func (BigQueryListTablesRequestMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (BigQueryListTablesRequestMultiError) Error added in v0.31.0

Error returns a concatenation of all the error messages it wraps.

type BigQueryListTablesRequestValidationError added in v0.31.0

type BigQueryListTablesRequestValidationError struct {
	// contains filtered or unexported fields
}

BigQueryListTablesRequestValidationError is the validation error returned by BigQueryListTablesRequest.Validate if the designated constraints aren't met.

func (BigQueryListTablesRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (BigQueryListTablesRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (BigQueryListTablesRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (BigQueryListTablesRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (BigQueryListTablesRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (BigQueryListTablesRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type BigQueryListTablesResponse added in v0.31.0

type BigQueryListTablesResponse struct {
	NextPageToken string   `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Names         []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

func (*BigQueryListTablesResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use BigQueryListTablesResponse.ProtoReflect.Descriptor instead.

func (*BigQueryListTablesResponse) GetNames added in v0.31.0

func (x *BigQueryListTablesResponse) GetNames() []string

func (*BigQueryListTablesResponse) GetNextPageToken added in v0.31.0

func (x *BigQueryListTablesResponse) GetNextPageToken() string

func (*BigQueryListTablesResponse) ProtoMessage added in v0.31.0

func (*BigQueryListTablesResponse) ProtoMessage()

func (*BigQueryListTablesResponse) ProtoReflect added in v0.31.0

func (*BigQueryListTablesResponse) Reset added in v0.31.0

func (x *BigQueryListTablesResponse) Reset()

func (*BigQueryListTablesResponse) String added in v0.31.0

func (x *BigQueryListTablesResponse) String() string

func (*BigQueryListTablesResponse) Validate added in v0.31.0

func (m *BigQueryListTablesResponse) Validate() error

Validate checks the field values on BigQueryListTablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BigQueryListTablesResponse) ValidateAll added in v0.31.0

func (m *BigQueryListTablesResponse) ValidateAll() error

ValidateAll checks the field values on BigQueryListTablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BigQueryListTablesResponseMultiError, or nil if none found.

type BigQueryListTablesResponseMultiError added in v0.31.0

type BigQueryListTablesResponseMultiError []error

BigQueryListTablesResponseMultiError is an error wrapping multiple validation errors returned by BigQueryListTablesResponse.ValidateAll() if the designated constraints aren't met.

func (BigQueryListTablesResponseMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (BigQueryListTablesResponseMultiError) Error added in v0.31.0

Error returns a concatenation of all the error messages it wraps.

type BigQueryListTablesResponseValidationError added in v0.31.0

type BigQueryListTablesResponseValidationError struct {
	// contains filtered or unexported fields
}

BigQueryListTablesResponseValidationError is the validation error returned by BigQueryListTablesResponse.Validate if the designated constraints aren't met.

func (BigQueryListTablesResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (BigQueryListTablesResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (BigQueryListTablesResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (BigQueryListTablesResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (BigQueryListTablesResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (BigQueryListTablesResponseValidationError) Reason added in v0.31.0

Reason function returns reason value.

type BucketExtractPolicy added in v0.30.0

type BucketExtractPolicy struct {
	RowsStrategy   BucketExtractPolicy_Strategy `` /* 148-byte string literal not displayed */
	RowsLimitBytes uint64                       `protobuf:"varint,2,opt,name=rows_limit_bytes,json=rowsLimitBytes,proto3" json:"rows_limit_bytes,omitempty"`
	FilesStrategy  BucketExtractPolicy_Strategy `` /* 151-byte string literal not displayed */
	FilesLimit     uint64                       `protobuf:"varint,4,opt,name=files_limit,json=filesLimit,proto3" json:"files_limit,omitempty"`
	// contains filtered or unexported fields
}

func (*BucketExtractPolicy) Descriptor deprecated added in v0.30.0

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

Deprecated: Use BucketExtractPolicy.ProtoReflect.Descriptor instead.

func (*BucketExtractPolicy) GetFilesLimit added in v0.30.0

func (x *BucketExtractPolicy) GetFilesLimit() uint64

func (*BucketExtractPolicy) GetFilesStrategy added in v0.30.0

func (x *BucketExtractPolicy) GetFilesStrategy() BucketExtractPolicy_Strategy

func (*BucketExtractPolicy) GetRowsLimitBytes added in v0.30.0

func (x *BucketExtractPolicy) GetRowsLimitBytes() uint64

func (*BucketExtractPolicy) GetRowsStrategy added in v0.30.0

func (*BucketExtractPolicy) ProtoMessage added in v0.30.0

func (*BucketExtractPolicy) ProtoMessage()

func (*BucketExtractPolicy) ProtoReflect added in v0.30.0

func (x *BucketExtractPolicy) ProtoReflect() protoreflect.Message

func (*BucketExtractPolicy) Reset added in v0.30.0

func (x *BucketExtractPolicy) Reset()

func (*BucketExtractPolicy) String added in v0.30.0

func (x *BucketExtractPolicy) String() string

func (*BucketExtractPolicy) Validate added in v0.30.0

func (m *BucketExtractPolicy) Validate() error

Validate checks the field values on BucketExtractPolicy with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BucketExtractPolicy) ValidateAll added in v0.30.0

func (m *BucketExtractPolicy) ValidateAll() error

ValidateAll checks the field values on BucketExtractPolicy with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BucketExtractPolicyMultiError, or nil if none found.

type BucketExtractPolicyMultiError added in v0.30.0

type BucketExtractPolicyMultiError []error

BucketExtractPolicyMultiError is an error wrapping multiple validation errors returned by BucketExtractPolicy.ValidateAll() if the designated constraints aren't met.

func (BucketExtractPolicyMultiError) AllErrors added in v0.30.0

func (m BucketExtractPolicyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BucketExtractPolicyMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type BucketExtractPolicyValidationError added in v0.30.0

type BucketExtractPolicyValidationError struct {
	// contains filtered or unexported fields
}

BucketExtractPolicyValidationError is the validation error returned by BucketExtractPolicy.Validate if the designated constraints aren't met.

func (BucketExtractPolicyValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (BucketExtractPolicyValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (BucketExtractPolicyValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (BucketExtractPolicyValidationError) Field added in v0.30.0

Field function returns field value.

func (BucketExtractPolicyValidationError) Key added in v0.30.0

Key function returns key value.

func (BucketExtractPolicyValidationError) Reason added in v0.30.0

Reason function returns reason value.

type BucketExtractPolicy_Strategy added in v0.30.0

type BucketExtractPolicy_Strategy int32
const (
	BucketExtractPolicy_STRATEGY_UNSPECIFIED BucketExtractPolicy_Strategy = 0
	BucketExtractPolicy_STRATEGY_HEAD        BucketExtractPolicy_Strategy = 1
	BucketExtractPolicy_STRATEGY_TAIL        BucketExtractPolicy_Strategy = 2
)

func (BucketExtractPolicy_Strategy) Descriptor added in v0.30.0

func (BucketExtractPolicy_Strategy) Enum added in v0.30.0

func (BucketExtractPolicy_Strategy) EnumDescriptor deprecated added in v0.30.0

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

Deprecated: Use BucketExtractPolicy_Strategy.Descriptor instead.

func (BucketExtractPolicy_Strategy) Number added in v0.30.0

func (BucketExtractPolicy_Strategy) String added in v0.30.0

func (BucketExtractPolicy_Strategy) Type added in v0.30.0

type BucketPlanner added in v0.30.0

type BucketPlanner struct {
	Spec  *BucketPlannerSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *BucketPlannerState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*BucketPlanner) Descriptor deprecated added in v0.30.0

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

Deprecated: Use BucketPlanner.ProtoReflect.Descriptor instead.

func (*BucketPlanner) GetSpec added in v0.30.0

func (x *BucketPlanner) GetSpec() *BucketPlannerSpec

func (*BucketPlanner) GetState added in v0.30.0

func (x *BucketPlanner) GetState() *BucketPlannerState

func (*BucketPlanner) ProtoMessage added in v0.30.0

func (*BucketPlanner) ProtoMessage()

func (*BucketPlanner) ProtoReflect added in v0.30.0

func (x *BucketPlanner) ProtoReflect() protoreflect.Message

func (*BucketPlanner) Reset added in v0.30.0

func (x *BucketPlanner) Reset()

func (*BucketPlanner) String added in v0.30.0

func (x *BucketPlanner) String() string

func (*BucketPlanner) Validate added in v0.30.0

func (m *BucketPlanner) Validate() error

Validate checks the field values on BucketPlanner with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BucketPlanner) ValidateAll added in v0.30.0

func (m *BucketPlanner) ValidateAll() error

ValidateAll checks the field values on BucketPlanner with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BucketPlannerMultiError, or nil if none found.

type BucketPlannerMultiError added in v0.30.0

type BucketPlannerMultiError []error

BucketPlannerMultiError is an error wrapping multiple validation errors returned by BucketPlanner.ValidateAll() if the designated constraints aren't met.

func (BucketPlannerMultiError) AllErrors added in v0.30.0

func (m BucketPlannerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BucketPlannerMultiError) Error added in v0.30.0

func (m BucketPlannerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BucketPlannerSpec added in v0.30.0

type BucketPlannerSpec struct {
	ExtractPolicy *BucketExtractPolicy `protobuf:"bytes,1,opt,name=extract_policy,json=extractPolicy,proto3" json:"extract_policy,omitempty"`
	// contains filtered or unexported fields
}

func (*BucketPlannerSpec) Descriptor deprecated added in v0.30.0

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

Deprecated: Use BucketPlannerSpec.ProtoReflect.Descriptor instead.

func (*BucketPlannerSpec) GetExtractPolicy added in v0.30.0

func (x *BucketPlannerSpec) GetExtractPolicy() *BucketExtractPolicy

func (*BucketPlannerSpec) ProtoMessage added in v0.30.0

func (*BucketPlannerSpec) ProtoMessage()

func (*BucketPlannerSpec) ProtoReflect added in v0.30.0

func (x *BucketPlannerSpec) ProtoReflect() protoreflect.Message

func (*BucketPlannerSpec) Reset added in v0.30.0

func (x *BucketPlannerSpec) Reset()

func (*BucketPlannerSpec) String added in v0.30.0

func (x *BucketPlannerSpec) String() string

func (*BucketPlannerSpec) Validate added in v0.30.0

func (m *BucketPlannerSpec) Validate() error

Validate checks the field values on BucketPlannerSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BucketPlannerSpec) ValidateAll added in v0.30.0

func (m *BucketPlannerSpec) ValidateAll() error

ValidateAll checks the field values on BucketPlannerSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BucketPlannerSpecMultiError, or nil if none found.

type BucketPlannerSpecMultiError added in v0.30.0

type BucketPlannerSpecMultiError []error

BucketPlannerSpecMultiError is an error wrapping multiple validation errors returned by BucketPlannerSpec.ValidateAll() if the designated constraints aren't met.

func (BucketPlannerSpecMultiError) AllErrors added in v0.30.0

func (m BucketPlannerSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BucketPlannerSpecMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type BucketPlannerSpecValidationError added in v0.30.0

type BucketPlannerSpecValidationError struct {
	// contains filtered or unexported fields
}

BucketPlannerSpecValidationError is the validation error returned by BucketPlannerSpec.Validate if the designated constraints aren't met.

func (BucketPlannerSpecValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (BucketPlannerSpecValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (BucketPlannerSpecValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (BucketPlannerSpecValidationError) Field added in v0.30.0

Field function returns field value.

func (BucketPlannerSpecValidationError) Key added in v0.30.0

Key function returns key value.

func (BucketPlannerSpecValidationError) Reason added in v0.30.0

Reason function returns reason value.

type BucketPlannerState added in v0.30.0

type BucketPlannerState struct {
	Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

func (*BucketPlannerState) Descriptor deprecated added in v0.30.0

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

Deprecated: Use BucketPlannerState.ProtoReflect.Descriptor instead.

func (*BucketPlannerState) GetRegion added in v0.30.0

func (x *BucketPlannerState) GetRegion() string

func (*BucketPlannerState) ProtoMessage added in v0.30.0

func (*BucketPlannerState) ProtoMessage()

func (*BucketPlannerState) ProtoReflect added in v0.30.0

func (x *BucketPlannerState) ProtoReflect() protoreflect.Message

func (*BucketPlannerState) Reset added in v0.30.0

func (x *BucketPlannerState) Reset()

func (*BucketPlannerState) String added in v0.30.0

func (x *BucketPlannerState) String() string

func (*BucketPlannerState) Validate added in v0.30.0

func (m *BucketPlannerState) Validate() error

Validate checks the field values on BucketPlannerState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BucketPlannerState) ValidateAll added in v0.30.0

func (m *BucketPlannerState) ValidateAll() error

ValidateAll checks the field values on BucketPlannerState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BucketPlannerStateMultiError, or nil if none found.

type BucketPlannerStateMultiError added in v0.30.0

type BucketPlannerStateMultiError []error

BucketPlannerStateMultiError is an error wrapping multiple validation errors returned by BucketPlannerState.ValidateAll() if the designated constraints aren't met.

func (BucketPlannerStateMultiError) AllErrors added in v0.30.0

func (m BucketPlannerStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BucketPlannerStateMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type BucketPlannerStateValidationError added in v0.30.0

type BucketPlannerStateValidationError struct {
	// contains filtered or unexported fields
}

BucketPlannerStateValidationError is the validation error returned by BucketPlannerState.Validate if the designated constraints aren't met.

func (BucketPlannerStateValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (BucketPlannerStateValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (BucketPlannerStateValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (BucketPlannerStateValidationError) Field added in v0.30.0

Field function returns field value.

func (BucketPlannerStateValidationError) Key added in v0.30.0

Key function returns key value.

func (BucketPlannerStateValidationError) Reason added in v0.30.0

Reason function returns reason value.

type BucketPlannerValidationError added in v0.30.0

type BucketPlannerValidationError struct {
	// contains filtered or unexported fields
}

BucketPlannerValidationError is the validation error returned by BucketPlanner.Validate if the designated constraints aren't met.

func (BucketPlannerValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (BucketPlannerValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (BucketPlannerValidationError) ErrorName added in v0.30.0

func (e BucketPlannerValidationError) ErrorName() string

ErrorName returns error name.

func (BucketPlannerValidationError) Field added in v0.30.0

Field function returns field value.

func (BucketPlannerValidationError) Key added in v0.30.0

Key function returns key value.

func (BucketPlannerValidationError) Reason added in v0.30.0

Reason function returns reason value.

type BuiltinMeasure added in v0.33.2

type BuiltinMeasure int32
const (
	BuiltinMeasure_BUILTIN_MEASURE_UNSPECIFIED    BuiltinMeasure = 0
	BuiltinMeasure_BUILTIN_MEASURE_COUNT          BuiltinMeasure = 1
	BuiltinMeasure_BUILTIN_MEASURE_COUNT_DISTINCT BuiltinMeasure = 2
)

func (BuiltinMeasure) Descriptor added in v0.33.2

func (BuiltinMeasure) Enum added in v0.33.2

func (x BuiltinMeasure) Enum() *BuiltinMeasure

func (BuiltinMeasure) EnumDescriptor deprecated added in v0.33.2

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

Deprecated: Use BuiltinMeasure.Descriptor instead.

func (BuiltinMeasure) Number added in v0.33.2

func (BuiltinMeasure) String added in v0.33.2

func (x BuiltinMeasure) String() string

func (BuiltinMeasure) Type added in v0.33.2

type CatalogEntry

type CatalogEntry struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to Object:
	//
	//	*CatalogEntry_Table
	//	*CatalogEntry_Source
	//	*CatalogEntry_Model
	//	*CatalogEntry_MetricsView
	Object isCatalogEntry_Object `protobuf_oneof:"object"`
	Path   string                `protobuf:"bytes,6,opt,name=path,proto3" json:"path,omitempty"`
	// Marks whether this entry is embedded or not. If yes then this will not have a corresponding artifact.
	Embedded bool `protobuf:"varint,7,opt,name=embedded,proto3" json:"embedded,omitempty"`
	// Immediate parent entries in the DAG
	Parents []string `protobuf:"bytes,8,rep,name=parents,proto3" json:"parents,omitempty"`
	// Immediate child entries in the DAG
	Children    []string               `protobuf:"bytes,9,rep,name=children,proto3" json:"children,omitempty"`
	CreatedOn   *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"`
	UpdatedOn   *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"`
	RefreshedOn *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=refreshed_on,json=refreshedOn,proto3" json:"refreshed_on,omitempty"`
	// contains filtered or unexported fields
}

CatalogEntry contains information about an object in the catalog

func (*CatalogEntry) Descriptor deprecated

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

Deprecated: Use CatalogEntry.ProtoReflect.Descriptor instead.

func (*CatalogEntry) GetChildren added in v0.19.0

func (x *CatalogEntry) GetChildren() []string

func (*CatalogEntry) GetCreatedOn

func (x *CatalogEntry) GetCreatedOn() *timestamppb.Timestamp

func (*CatalogEntry) GetEmbedded added in v0.19.0

func (x *CatalogEntry) GetEmbedded() bool

func (*CatalogEntry) GetMetricsView

func (x *CatalogEntry) GetMetricsView() *MetricsView

func (*CatalogEntry) GetModel

func (x *CatalogEntry) GetModel() *Model

func (*CatalogEntry) GetName

func (x *CatalogEntry) GetName() string

func (*CatalogEntry) GetObject

func (m *CatalogEntry) GetObject() isCatalogEntry_Object

func (*CatalogEntry) GetParents added in v0.19.0

func (x *CatalogEntry) GetParents() []string

func (*CatalogEntry) GetPath

func (x *CatalogEntry) GetPath() string

func (*CatalogEntry) GetRefreshedOn

func (x *CatalogEntry) GetRefreshedOn() *timestamppb.Timestamp

func (*CatalogEntry) GetSource

func (x *CatalogEntry) GetSource() *Source

func (*CatalogEntry) GetTable

func (x *CatalogEntry) GetTable() *Table

func (*CatalogEntry) GetUpdatedOn

func (x *CatalogEntry) GetUpdatedOn() *timestamppb.Timestamp

func (*CatalogEntry) ProtoMessage

func (*CatalogEntry) ProtoMessage()

func (*CatalogEntry) ProtoReflect

func (x *CatalogEntry) ProtoReflect() protoreflect.Message

func (*CatalogEntry) Reset

func (x *CatalogEntry) Reset()

func (*CatalogEntry) String

func (x *CatalogEntry) String() string

func (*CatalogEntry) Validate added in v0.20.0

func (m *CatalogEntry) Validate() error

Validate checks the field values on CatalogEntry with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CatalogEntry) ValidateAll added in v0.20.0

func (m *CatalogEntry) ValidateAll() error

ValidateAll checks the field values on CatalogEntry with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CatalogEntryMultiError, or nil if none found.

type CatalogEntryMultiError added in v0.20.0

type CatalogEntryMultiError []error

CatalogEntryMultiError is an error wrapping multiple validation errors returned by CatalogEntry.ValidateAll() if the designated constraints aren't met.

func (CatalogEntryMultiError) AllErrors added in v0.20.0

func (m CatalogEntryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CatalogEntryMultiError) Error added in v0.20.0

func (m CatalogEntryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CatalogEntryValidationError added in v0.20.0

type CatalogEntryValidationError struct {
	// contains filtered or unexported fields
}

CatalogEntryValidationError is the validation error returned by CatalogEntry.Validate if the designated constraints aren't met.

func (CatalogEntryValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (CatalogEntryValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (CatalogEntryValidationError) ErrorName added in v0.20.0

func (e CatalogEntryValidationError) ErrorName() string

ErrorName returns error name.

func (CatalogEntryValidationError) Field added in v0.20.0

Field function returns field value.

func (CatalogEntryValidationError) Key added in v0.20.0

Key function returns key value.

func (CatalogEntryValidationError) Reason added in v0.20.0

Reason function returns reason value.

type CatalogEntry_MetricsView

type CatalogEntry_MetricsView struct {
	MetricsView *MetricsView `protobuf:"bytes,5,opt,name=metrics_view,json=metricsView,proto3,oneof"`
}

type CatalogEntry_Model

type CatalogEntry_Model struct {
	Model *Model `protobuf:"bytes,4,opt,name=model,proto3,oneof"`
}

type CatalogEntry_Source

type CatalogEntry_Source struct {
	Source *Source `protobuf:"bytes,3,opt,name=source,proto3,oneof"`
}

type CatalogEntry_Table

type CatalogEntry_Table struct {
	Table *Table `protobuf:"bytes,2,opt,name=table,proto3,oneof"`
}

type CategoricalSummary

type CategoricalSummary struct {

	// Types that are assignable to Case:
	//
	//	*CategoricalSummary_TopK
	//	*CategoricalSummary_Cardinality
	Case isCategoricalSummary_Case `protobuf_oneof:"case"`
	// contains filtered or unexported fields
}

func (*CategoricalSummary) Descriptor deprecated

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

Deprecated: Use CategoricalSummary.ProtoReflect.Descriptor instead.

func (*CategoricalSummary) GetCardinality

func (x *CategoricalSummary) GetCardinality() float64

func (*CategoricalSummary) GetCase

func (m *CategoricalSummary) GetCase() isCategoricalSummary_Case

func (*CategoricalSummary) GetTopK

func (x *CategoricalSummary) GetTopK() *TopK

func (*CategoricalSummary) ProtoMessage

func (*CategoricalSummary) ProtoMessage()

func (*CategoricalSummary) ProtoReflect

func (x *CategoricalSummary) ProtoReflect() protoreflect.Message

func (*CategoricalSummary) Reset

func (x *CategoricalSummary) Reset()

func (*CategoricalSummary) String

func (x *CategoricalSummary) String() string

func (*CategoricalSummary) Validate added in v0.20.0

func (m *CategoricalSummary) Validate() error

Validate checks the field values on CategoricalSummary with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CategoricalSummary) ValidateAll added in v0.20.0

func (m *CategoricalSummary) ValidateAll() error

ValidateAll checks the field values on CategoricalSummary with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CategoricalSummaryMultiError, or nil if none found.

type CategoricalSummaryMultiError added in v0.20.0

type CategoricalSummaryMultiError []error

CategoricalSummaryMultiError is an error wrapping multiple validation errors returned by CategoricalSummary.ValidateAll() if the designated constraints aren't met.

func (CategoricalSummaryMultiError) AllErrors added in v0.20.0

func (m CategoricalSummaryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CategoricalSummaryMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type CategoricalSummaryValidationError added in v0.20.0

type CategoricalSummaryValidationError struct {
	// contains filtered or unexported fields
}

CategoricalSummaryValidationError is the validation error returned by CategoricalSummary.Validate if the designated constraints aren't met.

func (CategoricalSummaryValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (CategoricalSummaryValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (CategoricalSummaryValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (CategoricalSummaryValidationError) Field added in v0.20.0

Field function returns field value.

func (CategoricalSummaryValidationError) Key added in v0.20.0

Key function returns key value.

func (CategoricalSummaryValidationError) Reason added in v0.20.0

Reason function returns reason value.

type CategoricalSummary_Cardinality

type CategoricalSummary_Cardinality struct {
	Cardinality float64 `protobuf:"fixed64,2,opt,name=cardinality,proto3,oneof"`
}

type CategoricalSummary_TopK

type CategoricalSummary_TopK struct {
	TopK *TopK `protobuf:"bytes,1,opt,name=top_k,json=topK,proto3,oneof"`
}

type CharLocation added in v0.30.0

type CharLocation struct {
	Line uint32 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
	// contains filtered or unexported fields
}

func (*CharLocation) Descriptor deprecated added in v0.30.0

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

Deprecated: Use CharLocation.ProtoReflect.Descriptor instead.

func (*CharLocation) GetLine added in v0.30.0

func (x *CharLocation) GetLine() uint32

func (*CharLocation) ProtoMessage added in v0.30.0

func (*CharLocation) ProtoMessage()

func (*CharLocation) ProtoReflect added in v0.30.0

func (x *CharLocation) ProtoReflect() protoreflect.Message

func (*CharLocation) Reset added in v0.30.0

func (x *CharLocation) Reset()

func (*CharLocation) String added in v0.30.0

func (x *CharLocation) String() string

func (*CharLocation) Validate added in v0.30.0

func (m *CharLocation) Validate() error

Validate checks the field values on CharLocation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CharLocation) ValidateAll added in v0.30.0

func (m *CharLocation) ValidateAll() error

ValidateAll checks the field values on CharLocation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CharLocationMultiError, or nil if none found.

type CharLocationMultiError added in v0.30.0

type CharLocationMultiError []error

CharLocationMultiError is an error wrapping multiple validation errors returned by CharLocation.ValidateAll() if the designated constraints aren't met.

func (CharLocationMultiError) AllErrors added in v0.30.0

func (m CharLocationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CharLocationMultiError) Error added in v0.30.0

func (m CharLocationMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type CharLocationValidationError added in v0.30.0

type CharLocationValidationError struct {
	// contains filtered or unexported fields
}

CharLocationValidationError is the validation error returned by CharLocation.Validate if the designated constraints aren't met.

func (CharLocationValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (CharLocationValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (CharLocationValidationError) ErrorName added in v0.30.0

func (e CharLocationValidationError) ErrorName() string

ErrorName returns error name.

func (CharLocationValidationError) Field added in v0.30.0

Field function returns field value.

func (CharLocationValidationError) Key added in v0.30.0

Key function returns key value.

func (CharLocationValidationError) Reason added in v0.30.0

Reason function returns reason value.

type Chart added in v0.42.0

type Chart struct {
	Spec  *ChartSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *ChartState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Chart) Descriptor deprecated added in v0.42.0

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

Deprecated: Use Chart.ProtoReflect.Descriptor instead.

func (*Chart) GetSpec added in v0.42.0

func (x *Chart) GetSpec() *ChartSpec

func (*Chart) GetState added in v0.42.0

func (x *Chart) GetState() *ChartState

func (*Chart) ProtoMessage added in v0.42.0

func (*Chart) ProtoMessage()

func (*Chart) ProtoReflect added in v0.42.0

func (x *Chart) ProtoReflect() protoreflect.Message

func (*Chart) Reset added in v0.42.0

func (x *Chart) Reset()

func (*Chart) String added in v0.42.0

func (x *Chart) String() string

func (*Chart) Validate added in v0.42.0

func (m *Chart) Validate() error

Validate checks the field values on Chart with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Chart) ValidateAll added in v0.42.0

func (m *Chart) ValidateAll() error

ValidateAll checks the field values on Chart with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartMultiError, or nil if none found.

type ChartMultiError added in v0.42.0

type ChartMultiError []error

ChartMultiError is an error wrapping multiple validation errors returned by Chart.ValidateAll() if the designated constraints aren't met.

func (ChartMultiError) AllErrors added in v0.42.0

func (m ChartMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartMultiError) Error added in v0.42.0

func (m ChartMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChartSpec added in v0.42.0

type ChartSpec struct {
	Title              string           `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Resolver           string           `protobuf:"bytes,2,opt,name=resolver,proto3" json:"resolver,omitempty"`
	ResolverProperties *structpb.Struct `protobuf:"bytes,3,opt,name=resolver_properties,json=resolverProperties,proto3" json:"resolver_properties,omitempty"`
	VegaLiteSpec       string           `protobuf:"bytes,4,opt,name=vega_lite_spec,json=vegaLiteSpec,proto3" json:"vega_lite_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*ChartSpec) Descriptor deprecated added in v0.42.0

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

Deprecated: Use ChartSpec.ProtoReflect.Descriptor instead.

func (*ChartSpec) GetResolver added in v0.42.0

func (x *ChartSpec) GetResolver() string

func (*ChartSpec) GetResolverProperties added in v0.42.0

func (x *ChartSpec) GetResolverProperties() *structpb.Struct

func (*ChartSpec) GetTitle added in v0.42.0

func (x *ChartSpec) GetTitle() string

func (*ChartSpec) GetVegaLiteSpec added in v0.42.0

func (x *ChartSpec) GetVegaLiteSpec() string

func (*ChartSpec) ProtoMessage added in v0.42.0

func (*ChartSpec) ProtoMessage()

func (*ChartSpec) ProtoReflect added in v0.42.0

func (x *ChartSpec) ProtoReflect() protoreflect.Message

func (*ChartSpec) Reset added in v0.42.0

func (x *ChartSpec) Reset()

func (*ChartSpec) String added in v0.42.0

func (x *ChartSpec) String() string

func (*ChartSpec) Validate added in v0.42.0

func (m *ChartSpec) Validate() error

Validate checks the field values on ChartSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChartSpec) ValidateAll added in v0.42.0

func (m *ChartSpec) ValidateAll() error

ValidateAll checks the field values on ChartSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartSpecMultiError, or nil if none found.

type ChartSpecMultiError added in v0.42.0

type ChartSpecMultiError []error

ChartSpecMultiError is an error wrapping multiple validation errors returned by ChartSpec.ValidateAll() if the designated constraints aren't met.

func (ChartSpecMultiError) AllErrors added in v0.42.0

func (m ChartSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartSpecMultiError) Error added in v0.42.0

func (m ChartSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChartSpecValidationError added in v0.42.0

type ChartSpecValidationError struct {
	// contains filtered or unexported fields
}

ChartSpecValidationError is the validation error returned by ChartSpec.Validate if the designated constraints aren't met.

func (ChartSpecValidationError) Cause added in v0.42.0

func (e ChartSpecValidationError) Cause() error

Cause function returns cause value.

func (ChartSpecValidationError) Error added in v0.42.0

func (e ChartSpecValidationError) Error() string

Error satisfies the builtin error interface

func (ChartSpecValidationError) ErrorName added in v0.42.0

func (e ChartSpecValidationError) ErrorName() string

ErrorName returns error name.

func (ChartSpecValidationError) Field added in v0.42.0

func (e ChartSpecValidationError) Field() string

Field function returns field value.

func (ChartSpecValidationError) Key added in v0.42.0

Key function returns key value.

func (ChartSpecValidationError) Reason added in v0.42.0

func (e ChartSpecValidationError) Reason() string

Reason function returns reason value.

type ChartState added in v0.42.0

type ChartState struct {
	// contains filtered or unexported fields
}

func (*ChartState) Descriptor deprecated added in v0.42.0

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

Deprecated: Use ChartState.ProtoReflect.Descriptor instead.

func (*ChartState) ProtoMessage added in v0.42.0

func (*ChartState) ProtoMessage()

func (*ChartState) ProtoReflect added in v0.42.0

func (x *ChartState) ProtoReflect() protoreflect.Message

func (*ChartState) Reset added in v0.42.0

func (x *ChartState) Reset()

func (*ChartState) String added in v0.42.0

func (x *ChartState) String() string

func (*ChartState) Validate added in v0.42.0

func (m *ChartState) Validate() error

Validate checks the field values on ChartState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChartState) ValidateAll added in v0.42.0

func (m *ChartState) ValidateAll() error

ValidateAll checks the field values on ChartState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChartStateMultiError, or nil if none found.

type ChartStateMultiError added in v0.42.0

type ChartStateMultiError []error

ChartStateMultiError is an error wrapping multiple validation errors returned by ChartState.ValidateAll() if the designated constraints aren't met.

func (ChartStateMultiError) AllErrors added in v0.42.0

func (m ChartStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ChartStateMultiError) Error added in v0.42.0

func (m ChartStateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ChartStateValidationError added in v0.42.0

type ChartStateValidationError struct {
	// contains filtered or unexported fields
}

ChartStateValidationError is the validation error returned by ChartState.Validate if the designated constraints aren't met.

func (ChartStateValidationError) Cause added in v0.42.0

func (e ChartStateValidationError) Cause() error

Cause function returns cause value.

func (ChartStateValidationError) Error added in v0.42.0

Error satisfies the builtin error interface

func (ChartStateValidationError) ErrorName added in v0.42.0

func (e ChartStateValidationError) ErrorName() string

ErrorName returns error name.

func (ChartStateValidationError) Field added in v0.42.0

Field function returns field value.

func (ChartStateValidationError) Key added in v0.42.0

Key function returns key value.

func (ChartStateValidationError) Reason added in v0.42.0

func (e ChartStateValidationError) Reason() string

Reason function returns reason value.

type ChartValidationError added in v0.42.0

type ChartValidationError struct {
	// contains filtered or unexported fields
}

ChartValidationError is the validation error returned by Chart.Validate if the designated constraints aren't met.

func (ChartValidationError) Cause added in v0.42.0

func (e ChartValidationError) Cause() error

Cause function returns cause value.

func (ChartValidationError) Error added in v0.42.0

func (e ChartValidationError) Error() string

Error satisfies the builtin error interface

func (ChartValidationError) ErrorName added in v0.42.0

func (e ChartValidationError) ErrorName() string

ErrorName returns error name.

func (ChartValidationError) Field added in v0.42.0

func (e ChartValidationError) Field() string

Field function returns field value.

func (ChartValidationError) Key added in v0.42.0

func (e ChartValidationError) Key() bool

Key function returns key value.

func (ChartValidationError) Reason added in v0.42.0

func (e ChartValidationError) Reason() string

Reason function returns reason value.

type Color added in v0.38.0

type Color struct {
	Red   float32 `protobuf:"fixed32,1,opt,name=red,proto3" json:"red,omitempty"`
	Green float32 `protobuf:"fixed32,2,opt,name=green,proto3" json:"green,omitempty"`
	Blue  float32 `protobuf:"fixed32,3,opt,name=blue,proto3" json:"blue,omitempty"`
	Alpha float32 `protobuf:"fixed32,4,opt,name=alpha,proto3" json:"alpha,omitempty"`
	// contains filtered or unexported fields
}

func (*Color) Descriptor deprecated added in v0.38.0

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

Deprecated: Use Color.ProtoReflect.Descriptor instead.

func (*Color) GetAlpha added in v0.38.0

func (x *Color) GetAlpha() float32

func (*Color) GetBlue added in v0.38.0

func (x *Color) GetBlue() float32

func (*Color) GetGreen added in v0.38.0

func (x *Color) GetGreen() float32

func (*Color) GetRed added in v0.38.0

func (x *Color) GetRed() float32

func (*Color) ProtoMessage added in v0.38.0

func (*Color) ProtoMessage()

func (*Color) ProtoReflect added in v0.38.0

func (x *Color) ProtoReflect() protoreflect.Message

func (*Color) Reset added in v0.38.0

func (x *Color) Reset()

func (*Color) String added in v0.38.0

func (x *Color) String() string

func (*Color) Validate added in v0.38.0

func (m *Color) Validate() error

Validate checks the field values on Color with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Color) ValidateAll added in v0.38.0

func (m *Color) ValidateAll() error

ValidateAll checks the field values on Color with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColorMultiError, or nil if none found.

type ColorMultiError added in v0.38.0

type ColorMultiError []error

ColorMultiError is an error wrapping multiple validation errors returned by Color.ValidateAll() if the designated constraints aren't met.

func (ColorMultiError) AllErrors added in v0.38.0

func (m ColorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColorMultiError) Error added in v0.38.0

func (m ColorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ColorValidationError added in v0.38.0

type ColorValidationError struct {
	// contains filtered or unexported fields
}

ColorValidationError is the validation error returned by Color.Validate if the designated constraints aren't met.

func (ColorValidationError) Cause added in v0.38.0

func (e ColorValidationError) Cause() error

Cause function returns cause value.

func (ColorValidationError) Error added in v0.38.0

func (e ColorValidationError) Error() string

Error satisfies the builtin error interface

func (ColorValidationError) ErrorName added in v0.38.0

func (e ColorValidationError) ErrorName() string

ErrorName returns error name.

func (ColorValidationError) Field added in v0.38.0

func (e ColorValidationError) Field() string

Field function returns field value.

func (ColorValidationError) Key added in v0.38.0

func (e ColorValidationError) Key() bool

Key function returns key value.

func (ColorValidationError) Reason added in v0.38.0

func (e ColorValidationError) Reason() string

Reason function returns reason value.

type ColumnCardinalityRequest added in v0.22.0

type ColumnCardinalityRequest struct {

	// Required
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,5,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,6,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,7,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	// Required
	TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Required
	ColumnName string `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3" json:"column_name,omitempty"`
	Priority   int32  `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnCardinalityRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnCardinalityRequest.ProtoReflect.Descriptor instead.

func (*ColumnCardinalityRequest) GetColumnName added in v0.22.0

func (x *ColumnCardinalityRequest) GetColumnName() string

func (*ColumnCardinalityRequest) GetConnector added in v0.43.0

func (x *ColumnCardinalityRequest) GetConnector() string

func (*ColumnCardinalityRequest) GetDatabase added in v0.43.0

func (x *ColumnCardinalityRequest) GetDatabase() string

func (*ColumnCardinalityRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnCardinalityRequest) GetDatabaseSchema() string

func (*ColumnCardinalityRequest) GetInstanceId added in v0.22.0

func (x *ColumnCardinalityRequest) GetInstanceId() string

func (*ColumnCardinalityRequest) GetPriority added in v0.22.0

func (x *ColumnCardinalityRequest) GetPriority() int32

func (*ColumnCardinalityRequest) GetTableName added in v0.22.0

func (x *ColumnCardinalityRequest) GetTableName() string

func (*ColumnCardinalityRequest) ProtoMessage added in v0.22.0

func (*ColumnCardinalityRequest) ProtoMessage()

func (*ColumnCardinalityRequest) ProtoReflect added in v0.22.0

func (x *ColumnCardinalityRequest) ProtoReflect() protoreflect.Message

func (*ColumnCardinalityRequest) Reset added in v0.22.0

func (x *ColumnCardinalityRequest) Reset()

func (*ColumnCardinalityRequest) String added in v0.22.0

func (x *ColumnCardinalityRequest) String() string

func (*ColumnCardinalityRequest) Validate added in v0.22.0

func (m *ColumnCardinalityRequest) Validate() error

Validate checks the field values on ColumnCardinalityRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnCardinalityRequest) ValidateAll added in v0.22.0

func (m *ColumnCardinalityRequest) ValidateAll() error

ValidateAll checks the field values on ColumnCardinalityRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnCardinalityRequestMultiError, or nil if none found.

type ColumnCardinalityRequestMultiError added in v0.22.0

type ColumnCardinalityRequestMultiError []error

ColumnCardinalityRequestMultiError is an error wrapping multiple validation errors returned by ColumnCardinalityRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnCardinalityRequestMultiError) AllErrors added in v0.22.0

func (m ColumnCardinalityRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnCardinalityRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnCardinalityRequestValidationError added in v0.22.0

type ColumnCardinalityRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnCardinalityRequestValidationError is the validation error returned by ColumnCardinalityRequest.Validate if the designated constraints aren't met.

func (ColumnCardinalityRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnCardinalityRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnCardinalityRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnCardinalityRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnCardinalityRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnCardinalityRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnCardinalityResponse added in v0.22.0

type ColumnCardinalityResponse struct {

	// Not optional, not null
	CategoricalSummary *CategoricalSummary `protobuf:"bytes,1,opt,name=categorical_summary,json=categoricalSummary,proto3" json:"categorical_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnCardinalityResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnCardinalityResponse.ProtoReflect.Descriptor instead.

func (*ColumnCardinalityResponse) GetCategoricalSummary added in v0.22.0

func (x *ColumnCardinalityResponse) GetCategoricalSummary() *CategoricalSummary

func (*ColumnCardinalityResponse) ProtoMessage added in v0.22.0

func (*ColumnCardinalityResponse) ProtoMessage()

func (*ColumnCardinalityResponse) ProtoReflect added in v0.22.0

func (*ColumnCardinalityResponse) Reset added in v0.22.0

func (x *ColumnCardinalityResponse) Reset()

func (*ColumnCardinalityResponse) String added in v0.22.0

func (x *ColumnCardinalityResponse) String() string

func (*ColumnCardinalityResponse) Validate added in v0.22.0

func (m *ColumnCardinalityResponse) Validate() error

Validate checks the field values on ColumnCardinalityResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnCardinalityResponse) ValidateAll added in v0.22.0

func (m *ColumnCardinalityResponse) ValidateAll() error

ValidateAll checks the field values on ColumnCardinalityResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnCardinalityResponseMultiError, or nil if none found.

type ColumnCardinalityResponseMultiError added in v0.22.0

type ColumnCardinalityResponseMultiError []error

ColumnCardinalityResponseMultiError is an error wrapping multiple validation errors returned by ColumnCardinalityResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnCardinalityResponseMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnCardinalityResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnCardinalityResponseValidationError added in v0.22.0

type ColumnCardinalityResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnCardinalityResponseValidationError is the validation error returned by ColumnCardinalityResponse.Validate if the designated constraints aren't met.

func (ColumnCardinalityResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnCardinalityResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnCardinalityResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnCardinalityResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnCardinalityResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnCardinalityResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnDescriptiveStatisticsRequest added in v0.22.0

type ColumnDescriptiveStatisticsRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,5,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,6,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,7,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	// Required
	TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Required
	ColumnName string `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3" json:"column_name,omitempty"`
	Priority   int32  `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnDescriptiveStatisticsRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnDescriptiveStatisticsRequest.ProtoReflect.Descriptor instead.

func (*ColumnDescriptiveStatisticsRequest) GetColumnName added in v0.22.0

func (x *ColumnDescriptiveStatisticsRequest) GetColumnName() string

func (*ColumnDescriptiveStatisticsRequest) GetConnector added in v0.43.0

func (x *ColumnDescriptiveStatisticsRequest) GetConnector() string

func (*ColumnDescriptiveStatisticsRequest) GetDatabase added in v0.43.0

func (x *ColumnDescriptiveStatisticsRequest) GetDatabase() string

func (*ColumnDescriptiveStatisticsRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnDescriptiveStatisticsRequest) GetDatabaseSchema() string

func (*ColumnDescriptiveStatisticsRequest) GetInstanceId added in v0.22.0

func (x *ColumnDescriptiveStatisticsRequest) GetInstanceId() string

func (*ColumnDescriptiveStatisticsRequest) GetPriority added in v0.22.0

func (x *ColumnDescriptiveStatisticsRequest) GetPriority() int32

func (*ColumnDescriptiveStatisticsRequest) GetTableName added in v0.22.0

func (x *ColumnDescriptiveStatisticsRequest) GetTableName() string

func (*ColumnDescriptiveStatisticsRequest) ProtoMessage added in v0.22.0

func (*ColumnDescriptiveStatisticsRequest) ProtoMessage()

func (*ColumnDescriptiveStatisticsRequest) ProtoReflect added in v0.22.0

func (*ColumnDescriptiveStatisticsRequest) Reset added in v0.22.0

func (*ColumnDescriptiveStatisticsRequest) String added in v0.22.0

func (*ColumnDescriptiveStatisticsRequest) Validate added in v0.22.0

Validate checks the field values on ColumnDescriptiveStatisticsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnDescriptiveStatisticsRequest) ValidateAll added in v0.22.0

func (m *ColumnDescriptiveStatisticsRequest) ValidateAll() error

ValidateAll checks the field values on ColumnDescriptiveStatisticsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnDescriptiveStatisticsRequestMultiError, or nil if none found.

type ColumnDescriptiveStatisticsRequestMultiError added in v0.22.0

type ColumnDescriptiveStatisticsRequestMultiError []error

ColumnDescriptiveStatisticsRequestMultiError is an error wrapping multiple validation errors returned by ColumnDescriptiveStatisticsRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnDescriptiveStatisticsRequestMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnDescriptiveStatisticsRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnDescriptiveStatisticsRequestValidationError added in v0.22.0

type ColumnDescriptiveStatisticsRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnDescriptiveStatisticsRequestValidationError is the validation error returned by ColumnDescriptiveStatisticsRequest.Validate if the designated constraints aren't met.

func (ColumnDescriptiveStatisticsRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnDescriptiveStatisticsRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnDescriptiveStatisticsRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnDescriptiveStatisticsRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnDescriptiveStatisticsRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnDescriptiveStatisticsRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnDescriptiveStatisticsResponse added in v0.22.0

type ColumnDescriptiveStatisticsResponse struct {
	NumericSummary *NumericSummary `protobuf:"bytes,1,opt,name=numeric_summary,json=numericSummary,proto3" json:"numeric_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnDescriptiveStatisticsResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnDescriptiveStatisticsResponse.ProtoReflect.Descriptor instead.

func (*ColumnDescriptiveStatisticsResponse) GetNumericSummary added in v0.22.0

func (x *ColumnDescriptiveStatisticsResponse) GetNumericSummary() *NumericSummary

func (*ColumnDescriptiveStatisticsResponse) ProtoMessage added in v0.22.0

func (*ColumnDescriptiveStatisticsResponse) ProtoMessage()

func (*ColumnDescriptiveStatisticsResponse) ProtoReflect added in v0.22.0

func (*ColumnDescriptiveStatisticsResponse) Reset added in v0.22.0

func (*ColumnDescriptiveStatisticsResponse) String added in v0.22.0

func (*ColumnDescriptiveStatisticsResponse) Validate added in v0.22.0

Validate checks the field values on ColumnDescriptiveStatisticsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnDescriptiveStatisticsResponse) ValidateAll added in v0.22.0

func (m *ColumnDescriptiveStatisticsResponse) ValidateAll() error

ValidateAll checks the field values on ColumnDescriptiveStatisticsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnDescriptiveStatisticsResponseMultiError, or nil if none found.

type ColumnDescriptiveStatisticsResponseMultiError added in v0.22.0

type ColumnDescriptiveStatisticsResponseMultiError []error

ColumnDescriptiveStatisticsResponseMultiError is an error wrapping multiple validation errors returned by ColumnDescriptiveStatisticsResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnDescriptiveStatisticsResponseMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnDescriptiveStatisticsResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnDescriptiveStatisticsResponseValidationError added in v0.22.0

type ColumnDescriptiveStatisticsResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnDescriptiveStatisticsResponseValidationError is the validation error returned by ColumnDescriptiveStatisticsResponse.Validate if the designated constraints aren't met.

func (ColumnDescriptiveStatisticsResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnDescriptiveStatisticsResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnDescriptiveStatisticsResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnDescriptiveStatisticsResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnDescriptiveStatisticsResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnDescriptiveStatisticsResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnNullCountRequest added in v0.22.0

type ColumnNullCountRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,5,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,6,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,7,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	// Required
	TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Required
	ColumnName string `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3" json:"column_name,omitempty"`
	Priority   int32  `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnNullCountRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnNullCountRequest.ProtoReflect.Descriptor instead.

func (*ColumnNullCountRequest) GetColumnName added in v0.22.0

func (x *ColumnNullCountRequest) GetColumnName() string

func (*ColumnNullCountRequest) GetConnector added in v0.43.0

func (x *ColumnNullCountRequest) GetConnector() string

func (*ColumnNullCountRequest) GetDatabase added in v0.43.0

func (x *ColumnNullCountRequest) GetDatabase() string

func (*ColumnNullCountRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnNullCountRequest) GetDatabaseSchema() string

func (*ColumnNullCountRequest) GetInstanceId added in v0.22.0

func (x *ColumnNullCountRequest) GetInstanceId() string

func (*ColumnNullCountRequest) GetPriority added in v0.22.0

func (x *ColumnNullCountRequest) GetPriority() int32

func (*ColumnNullCountRequest) GetTableName added in v0.22.0

func (x *ColumnNullCountRequest) GetTableName() string

func (*ColumnNullCountRequest) ProtoMessage added in v0.22.0

func (*ColumnNullCountRequest) ProtoMessage()

func (*ColumnNullCountRequest) ProtoReflect added in v0.22.0

func (x *ColumnNullCountRequest) ProtoReflect() protoreflect.Message

func (*ColumnNullCountRequest) Reset added in v0.22.0

func (x *ColumnNullCountRequest) Reset()

func (*ColumnNullCountRequest) String added in v0.22.0

func (x *ColumnNullCountRequest) String() string

func (*ColumnNullCountRequest) Validate added in v0.22.0

func (m *ColumnNullCountRequest) Validate() error

Validate checks the field values on ColumnNullCountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnNullCountRequest) ValidateAll added in v0.22.0

func (m *ColumnNullCountRequest) ValidateAll() error

ValidateAll checks the field values on ColumnNullCountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnNullCountRequestMultiError, or nil if none found.

type ColumnNullCountRequestMultiError added in v0.22.0

type ColumnNullCountRequestMultiError []error

ColumnNullCountRequestMultiError is an error wrapping multiple validation errors returned by ColumnNullCountRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnNullCountRequestMultiError) AllErrors added in v0.22.0

func (m ColumnNullCountRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnNullCountRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnNullCountRequestValidationError added in v0.22.0

type ColumnNullCountRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnNullCountRequestValidationError is the validation error returned by ColumnNullCountRequest.Validate if the designated constraints aren't met.

func (ColumnNullCountRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnNullCountRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnNullCountRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnNullCountRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnNullCountRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnNullCountRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnNullCountResponse added in v0.22.0

type ColumnNullCountResponse struct {

	// Not optional, not null
	Count float64 `protobuf:"fixed64,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnNullCountResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnNullCountResponse.ProtoReflect.Descriptor instead.

func (*ColumnNullCountResponse) GetCount added in v0.22.0

func (x *ColumnNullCountResponse) GetCount() float64

func (*ColumnNullCountResponse) ProtoMessage added in v0.22.0

func (*ColumnNullCountResponse) ProtoMessage()

func (*ColumnNullCountResponse) ProtoReflect added in v0.22.0

func (x *ColumnNullCountResponse) ProtoReflect() protoreflect.Message

func (*ColumnNullCountResponse) Reset added in v0.22.0

func (x *ColumnNullCountResponse) Reset()

func (*ColumnNullCountResponse) String added in v0.22.0

func (x *ColumnNullCountResponse) String() string

func (*ColumnNullCountResponse) Validate added in v0.22.0

func (m *ColumnNullCountResponse) Validate() error

Validate checks the field values on ColumnNullCountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnNullCountResponse) ValidateAll added in v0.22.0

func (m *ColumnNullCountResponse) ValidateAll() error

ValidateAll checks the field values on ColumnNullCountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnNullCountResponseMultiError, or nil if none found.

type ColumnNullCountResponseMultiError added in v0.22.0

type ColumnNullCountResponseMultiError []error

ColumnNullCountResponseMultiError is an error wrapping multiple validation errors returned by ColumnNullCountResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnNullCountResponseMultiError) AllErrors added in v0.22.0

func (m ColumnNullCountResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnNullCountResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnNullCountResponseValidationError added in v0.22.0

type ColumnNullCountResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnNullCountResponseValidationError is the validation error returned by ColumnNullCountResponse.Validate if the designated constraints aren't met.

func (ColumnNullCountResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnNullCountResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnNullCountResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnNullCountResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnNullCountResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnNullCountResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnNumericHistogramRequest added in v0.22.0

type ColumnNumericHistogramRequest struct {
	InstanceId      string          `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector       string          `protobuf:"bytes,6,opt,name=connector,proto3" json:"connector,omitempty"`
	Database        string          `protobuf:"bytes,7,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema  string          `protobuf:"bytes,8,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	TableName       string          `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	ColumnName      string          `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3" json:"column_name,omitempty"`
	HistogramMethod HistogramMethod `` /* 144-byte string literal not displayed */
	Priority        int32           `protobuf:"varint,5,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnNumericHistogramRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnNumericHistogramRequest.ProtoReflect.Descriptor instead.

func (*ColumnNumericHistogramRequest) GetColumnName added in v0.22.0

func (x *ColumnNumericHistogramRequest) GetColumnName() string

func (*ColumnNumericHistogramRequest) GetConnector added in v0.43.0

func (x *ColumnNumericHistogramRequest) GetConnector() string

func (*ColumnNumericHistogramRequest) GetDatabase added in v0.43.0

func (x *ColumnNumericHistogramRequest) GetDatabase() string

func (*ColumnNumericHistogramRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnNumericHistogramRequest) GetDatabaseSchema() string

func (*ColumnNumericHistogramRequest) GetHistogramMethod added in v0.22.0

func (x *ColumnNumericHistogramRequest) GetHistogramMethod() HistogramMethod

func (*ColumnNumericHistogramRequest) GetInstanceId added in v0.22.0

func (x *ColumnNumericHistogramRequest) GetInstanceId() string

func (*ColumnNumericHistogramRequest) GetPriority added in v0.22.0

func (x *ColumnNumericHistogramRequest) GetPriority() int32

func (*ColumnNumericHistogramRequest) GetTableName added in v0.22.0

func (x *ColumnNumericHistogramRequest) GetTableName() string

func (*ColumnNumericHistogramRequest) ProtoMessage added in v0.22.0

func (*ColumnNumericHistogramRequest) ProtoMessage()

func (*ColumnNumericHistogramRequest) ProtoReflect added in v0.22.0

func (*ColumnNumericHistogramRequest) Reset added in v0.22.0

func (x *ColumnNumericHistogramRequest) Reset()

func (*ColumnNumericHistogramRequest) String added in v0.22.0

func (*ColumnNumericHistogramRequest) Validate added in v0.22.0

func (m *ColumnNumericHistogramRequest) Validate() error

Validate checks the field values on ColumnNumericHistogramRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnNumericHistogramRequest) ValidateAll added in v0.22.0

func (m *ColumnNumericHistogramRequest) ValidateAll() error

ValidateAll checks the field values on ColumnNumericHistogramRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnNumericHistogramRequestMultiError, or nil if none found.

type ColumnNumericHistogramRequestMultiError added in v0.22.0

type ColumnNumericHistogramRequestMultiError []error

ColumnNumericHistogramRequestMultiError is an error wrapping multiple validation errors returned by ColumnNumericHistogramRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnNumericHistogramRequestMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnNumericHistogramRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnNumericHistogramRequestValidationError added in v0.22.0

type ColumnNumericHistogramRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnNumericHistogramRequestValidationError is the validation error returned by ColumnNumericHistogramRequest.Validate if the designated constraints aren't met.

func (ColumnNumericHistogramRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnNumericHistogramRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnNumericHistogramRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnNumericHistogramRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnNumericHistogramRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnNumericHistogramRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnNumericHistogramResponse added in v0.22.0

type ColumnNumericHistogramResponse struct {
	NumericSummary *NumericSummary `protobuf:"bytes,1,opt,name=numeric_summary,json=numericSummary,proto3" json:"numeric_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnNumericHistogramResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnNumericHistogramResponse.ProtoReflect.Descriptor instead.

func (*ColumnNumericHistogramResponse) GetNumericSummary added in v0.22.0

func (x *ColumnNumericHistogramResponse) GetNumericSummary() *NumericSummary

func (*ColumnNumericHistogramResponse) ProtoMessage added in v0.22.0

func (*ColumnNumericHistogramResponse) ProtoMessage()

func (*ColumnNumericHistogramResponse) ProtoReflect added in v0.22.0

func (*ColumnNumericHistogramResponse) Reset added in v0.22.0

func (x *ColumnNumericHistogramResponse) Reset()

func (*ColumnNumericHistogramResponse) String added in v0.22.0

func (*ColumnNumericHistogramResponse) Validate added in v0.22.0

func (m *ColumnNumericHistogramResponse) Validate() error

Validate checks the field values on ColumnNumericHistogramResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnNumericHistogramResponse) ValidateAll added in v0.22.0

func (m *ColumnNumericHistogramResponse) ValidateAll() error

ValidateAll checks the field values on ColumnNumericHistogramResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnNumericHistogramResponseMultiError, or nil if none found.

type ColumnNumericHistogramResponseMultiError added in v0.22.0

type ColumnNumericHistogramResponseMultiError []error

ColumnNumericHistogramResponseMultiError is an error wrapping multiple validation errors returned by ColumnNumericHistogramResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnNumericHistogramResponseMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnNumericHistogramResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnNumericHistogramResponseValidationError added in v0.22.0

type ColumnNumericHistogramResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnNumericHistogramResponseValidationError is the validation error returned by ColumnNumericHistogramResponse.Validate if the designated constraints aren't met.

func (ColumnNumericHistogramResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnNumericHistogramResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnNumericHistogramResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnNumericHistogramResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnNumericHistogramResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnNumericHistogramResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnRollupIntervalRequest added in v0.22.0

type ColumnRollupIntervalRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,5,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,6,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,7,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	// Required
	TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Required
	ColumnName string `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3" json:"column_name,omitempty"`
	Priority   int32  `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnRollupIntervalRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnRollupIntervalRequest.ProtoReflect.Descriptor instead.

func (*ColumnRollupIntervalRequest) GetColumnName added in v0.22.0

func (x *ColumnRollupIntervalRequest) GetColumnName() string

func (*ColumnRollupIntervalRequest) GetConnector added in v0.43.0

func (x *ColumnRollupIntervalRequest) GetConnector() string

func (*ColumnRollupIntervalRequest) GetDatabase added in v0.43.0

func (x *ColumnRollupIntervalRequest) GetDatabase() string

func (*ColumnRollupIntervalRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnRollupIntervalRequest) GetDatabaseSchema() string

func (*ColumnRollupIntervalRequest) GetInstanceId added in v0.22.0

func (x *ColumnRollupIntervalRequest) GetInstanceId() string

func (*ColumnRollupIntervalRequest) GetPriority added in v0.22.0

func (x *ColumnRollupIntervalRequest) GetPriority() int32

func (*ColumnRollupIntervalRequest) GetTableName added in v0.22.0

func (x *ColumnRollupIntervalRequest) GetTableName() string

func (*ColumnRollupIntervalRequest) ProtoMessage added in v0.22.0

func (*ColumnRollupIntervalRequest) ProtoMessage()

func (*ColumnRollupIntervalRequest) ProtoReflect added in v0.22.0

func (*ColumnRollupIntervalRequest) Reset added in v0.22.0

func (x *ColumnRollupIntervalRequest) Reset()

func (*ColumnRollupIntervalRequest) String added in v0.22.0

func (x *ColumnRollupIntervalRequest) String() string

func (*ColumnRollupIntervalRequest) Validate added in v0.22.0

func (m *ColumnRollupIntervalRequest) Validate() error

Validate checks the field values on ColumnRollupIntervalRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnRollupIntervalRequest) ValidateAll added in v0.22.0

func (m *ColumnRollupIntervalRequest) ValidateAll() error

ValidateAll checks the field values on ColumnRollupIntervalRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnRollupIntervalRequestMultiError, or nil if none found.

type ColumnRollupIntervalRequestMultiError added in v0.22.0

type ColumnRollupIntervalRequestMultiError []error

ColumnRollupIntervalRequestMultiError is an error wrapping multiple validation errors returned by ColumnRollupIntervalRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnRollupIntervalRequestMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnRollupIntervalRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnRollupIntervalRequestValidationError added in v0.22.0

type ColumnRollupIntervalRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnRollupIntervalRequestValidationError is the validation error returned by ColumnRollupIntervalRequest.Validate if the designated constraints aren't met.

func (ColumnRollupIntervalRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnRollupIntervalRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnRollupIntervalRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnRollupIntervalRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnRollupIntervalRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnRollupIntervalRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnRollupIntervalResponse added in v0.22.0

type ColumnRollupIntervalResponse struct {

	// Minimum timestamp
	Start *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	// Maximum timestamp
	End *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// Human friendly time grain that is still bounded by (min, max), ie 'minute' time grain for an hour time range
	Interval TimeGrain `protobuf:"varint,3,opt,name=interval,proto3,enum=rill.runtime.v1.TimeGrain" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnRollupIntervalResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnRollupIntervalResponse.ProtoReflect.Descriptor instead.

func (*ColumnRollupIntervalResponse) GetEnd added in v0.22.0

func (*ColumnRollupIntervalResponse) GetInterval added in v0.22.0

func (x *ColumnRollupIntervalResponse) GetInterval() TimeGrain

func (*ColumnRollupIntervalResponse) GetStart added in v0.22.0

func (*ColumnRollupIntervalResponse) ProtoMessage added in v0.22.0

func (*ColumnRollupIntervalResponse) ProtoMessage()

func (*ColumnRollupIntervalResponse) ProtoReflect added in v0.22.0

func (*ColumnRollupIntervalResponse) Reset added in v0.22.0

func (x *ColumnRollupIntervalResponse) Reset()

func (*ColumnRollupIntervalResponse) String added in v0.22.0

func (*ColumnRollupIntervalResponse) Validate added in v0.22.0

func (m *ColumnRollupIntervalResponse) Validate() error

Validate checks the field values on ColumnRollupIntervalResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnRollupIntervalResponse) ValidateAll added in v0.22.0

func (m *ColumnRollupIntervalResponse) ValidateAll() error

ValidateAll checks the field values on ColumnRollupIntervalResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnRollupIntervalResponseMultiError, or nil if none found.

type ColumnRollupIntervalResponseMultiError added in v0.22.0

type ColumnRollupIntervalResponseMultiError []error

ColumnRollupIntervalResponseMultiError is an error wrapping multiple validation errors returned by ColumnRollupIntervalResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnRollupIntervalResponseMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnRollupIntervalResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnRollupIntervalResponseValidationError added in v0.22.0

type ColumnRollupIntervalResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnRollupIntervalResponseValidationError is the validation error returned by ColumnRollupIntervalResponse.Validate if the designated constraints aren't met.

func (ColumnRollupIntervalResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnRollupIntervalResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnRollupIntervalResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnRollupIntervalResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnRollupIntervalResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnRollupIntervalResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnRugHistogramRequest added in v0.22.0

type ColumnRugHistogramRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,5,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,6,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,7,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	TableName      string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	ColumnName     string `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3" json:"column_name,omitempty"`
	Priority       int32  `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnRugHistogramRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnRugHistogramRequest.ProtoReflect.Descriptor instead.

func (*ColumnRugHistogramRequest) GetColumnName added in v0.22.0

func (x *ColumnRugHistogramRequest) GetColumnName() string

func (*ColumnRugHistogramRequest) GetConnector added in v0.43.0

func (x *ColumnRugHistogramRequest) GetConnector() string

func (*ColumnRugHistogramRequest) GetDatabase added in v0.43.0

func (x *ColumnRugHistogramRequest) GetDatabase() string

func (*ColumnRugHistogramRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnRugHistogramRequest) GetDatabaseSchema() string

func (*ColumnRugHistogramRequest) GetInstanceId added in v0.22.0

func (x *ColumnRugHistogramRequest) GetInstanceId() string

func (*ColumnRugHistogramRequest) GetPriority added in v0.22.0

func (x *ColumnRugHistogramRequest) GetPriority() int32

func (*ColumnRugHistogramRequest) GetTableName added in v0.22.0

func (x *ColumnRugHistogramRequest) GetTableName() string

func (*ColumnRugHistogramRequest) ProtoMessage added in v0.22.0

func (*ColumnRugHistogramRequest) ProtoMessage()

func (*ColumnRugHistogramRequest) ProtoReflect added in v0.22.0

func (*ColumnRugHistogramRequest) Reset added in v0.22.0

func (x *ColumnRugHistogramRequest) Reset()

func (*ColumnRugHistogramRequest) String added in v0.22.0

func (x *ColumnRugHistogramRequest) String() string

func (*ColumnRugHistogramRequest) Validate added in v0.22.0

func (m *ColumnRugHistogramRequest) Validate() error

Validate checks the field values on ColumnRugHistogramRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnRugHistogramRequest) ValidateAll added in v0.22.0

func (m *ColumnRugHistogramRequest) ValidateAll() error

ValidateAll checks the field values on ColumnRugHistogramRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnRugHistogramRequestMultiError, or nil if none found.

type ColumnRugHistogramRequestMultiError added in v0.22.0

type ColumnRugHistogramRequestMultiError []error

ColumnRugHistogramRequestMultiError is an error wrapping multiple validation errors returned by ColumnRugHistogramRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnRugHistogramRequestMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnRugHistogramRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnRugHistogramRequestValidationError added in v0.22.0

type ColumnRugHistogramRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnRugHistogramRequestValidationError is the validation error returned by ColumnRugHistogramRequest.Validate if the designated constraints aren't met.

func (ColumnRugHistogramRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnRugHistogramRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnRugHistogramRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnRugHistogramRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnRugHistogramRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnRugHistogramRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnRugHistogramResponse added in v0.22.0

type ColumnRugHistogramResponse struct {
	NumericSummary *NumericSummary `protobuf:"bytes,1,opt,name=numeric_summary,json=numericSummary,proto3" json:"numeric_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnRugHistogramResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnRugHistogramResponse.ProtoReflect.Descriptor instead.

func (*ColumnRugHistogramResponse) GetNumericSummary added in v0.22.0

func (x *ColumnRugHistogramResponse) GetNumericSummary() *NumericSummary

func (*ColumnRugHistogramResponse) ProtoMessage added in v0.22.0

func (*ColumnRugHistogramResponse) ProtoMessage()

func (*ColumnRugHistogramResponse) ProtoReflect added in v0.22.0

func (*ColumnRugHistogramResponse) Reset added in v0.22.0

func (x *ColumnRugHistogramResponse) Reset()

func (*ColumnRugHistogramResponse) String added in v0.22.0

func (x *ColumnRugHistogramResponse) String() string

func (*ColumnRugHistogramResponse) Validate added in v0.22.0

func (m *ColumnRugHistogramResponse) Validate() error

Validate checks the field values on ColumnRugHistogramResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnRugHistogramResponse) ValidateAll added in v0.22.0

func (m *ColumnRugHistogramResponse) ValidateAll() error

ValidateAll checks the field values on ColumnRugHistogramResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnRugHistogramResponseMultiError, or nil if none found.

type ColumnRugHistogramResponseMultiError added in v0.22.0

type ColumnRugHistogramResponseMultiError []error

ColumnRugHistogramResponseMultiError is an error wrapping multiple validation errors returned by ColumnRugHistogramResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnRugHistogramResponseMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnRugHistogramResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnRugHistogramResponseValidationError added in v0.22.0

type ColumnRugHistogramResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnRugHistogramResponseValidationError is the validation error returned by ColumnRugHistogramResponse.Validate if the designated constraints aren't met.

func (ColumnRugHistogramResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnRugHistogramResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnRugHistogramResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnRugHistogramResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnRugHistogramResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnRugHistogramResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnTimeGrainRequest added in v0.22.0

type ColumnTimeGrainRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,5,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,6,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,7,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	// Required
	TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Required
	ColumnName string `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3" json:"column_name,omitempty"`
	Priority   int32  `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnTimeGrainRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnTimeGrainRequest.ProtoReflect.Descriptor instead.

func (*ColumnTimeGrainRequest) GetColumnName added in v0.22.0

func (x *ColumnTimeGrainRequest) GetColumnName() string

func (*ColumnTimeGrainRequest) GetConnector added in v0.43.0

func (x *ColumnTimeGrainRequest) GetConnector() string

func (*ColumnTimeGrainRequest) GetDatabase added in v0.43.0

func (x *ColumnTimeGrainRequest) GetDatabase() string

func (*ColumnTimeGrainRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnTimeGrainRequest) GetDatabaseSchema() string

func (*ColumnTimeGrainRequest) GetInstanceId added in v0.22.0

func (x *ColumnTimeGrainRequest) GetInstanceId() string

func (*ColumnTimeGrainRequest) GetPriority added in v0.22.0

func (x *ColumnTimeGrainRequest) GetPriority() int32

func (*ColumnTimeGrainRequest) GetTableName added in v0.22.0

func (x *ColumnTimeGrainRequest) GetTableName() string

func (*ColumnTimeGrainRequest) ProtoMessage added in v0.22.0

func (*ColumnTimeGrainRequest) ProtoMessage()

func (*ColumnTimeGrainRequest) ProtoReflect added in v0.22.0

func (x *ColumnTimeGrainRequest) ProtoReflect() protoreflect.Message

func (*ColumnTimeGrainRequest) Reset added in v0.22.0

func (x *ColumnTimeGrainRequest) Reset()

func (*ColumnTimeGrainRequest) String added in v0.22.0

func (x *ColumnTimeGrainRequest) String() string

func (*ColumnTimeGrainRequest) Validate added in v0.22.0

func (m *ColumnTimeGrainRequest) Validate() error

Validate checks the field values on ColumnTimeGrainRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnTimeGrainRequest) ValidateAll added in v0.22.0

func (m *ColumnTimeGrainRequest) ValidateAll() error

ValidateAll checks the field values on ColumnTimeGrainRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTimeGrainRequestMultiError, or nil if none found.

type ColumnTimeGrainRequestMultiError added in v0.22.0

type ColumnTimeGrainRequestMultiError []error

ColumnTimeGrainRequestMultiError is an error wrapping multiple validation errors returned by ColumnTimeGrainRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnTimeGrainRequestMultiError) AllErrors added in v0.22.0

func (m ColumnTimeGrainRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnTimeGrainRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnTimeGrainRequestValidationError added in v0.22.0

type ColumnTimeGrainRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnTimeGrainRequestValidationError is the validation error returned by ColumnTimeGrainRequest.Validate if the designated constraints aren't met.

func (ColumnTimeGrainRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnTimeGrainRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnTimeGrainRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnTimeGrainRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnTimeGrainRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnTimeGrainRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnTimeGrainResponse added in v0.22.0

type ColumnTimeGrainResponse struct {
	TimeGrain TimeGrain `protobuf:"varint,1,opt,name=time_grain,json=timeGrain,proto3,enum=rill.runtime.v1.TimeGrain" json:"time_grain,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnTimeGrainResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnTimeGrainResponse.ProtoReflect.Descriptor instead.

func (*ColumnTimeGrainResponse) GetTimeGrain added in v0.22.0

func (x *ColumnTimeGrainResponse) GetTimeGrain() TimeGrain

func (*ColumnTimeGrainResponse) ProtoMessage added in v0.22.0

func (*ColumnTimeGrainResponse) ProtoMessage()

func (*ColumnTimeGrainResponse) ProtoReflect added in v0.22.0

func (x *ColumnTimeGrainResponse) ProtoReflect() protoreflect.Message

func (*ColumnTimeGrainResponse) Reset added in v0.22.0

func (x *ColumnTimeGrainResponse) Reset()

func (*ColumnTimeGrainResponse) String added in v0.22.0

func (x *ColumnTimeGrainResponse) String() string

func (*ColumnTimeGrainResponse) Validate added in v0.22.0

func (m *ColumnTimeGrainResponse) Validate() error

Validate checks the field values on ColumnTimeGrainResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnTimeGrainResponse) ValidateAll added in v0.22.0

func (m *ColumnTimeGrainResponse) ValidateAll() error

ValidateAll checks the field values on ColumnTimeGrainResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTimeGrainResponseMultiError, or nil if none found.

type ColumnTimeGrainResponseMultiError added in v0.22.0

type ColumnTimeGrainResponseMultiError []error

ColumnTimeGrainResponseMultiError is an error wrapping multiple validation errors returned by ColumnTimeGrainResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnTimeGrainResponseMultiError) AllErrors added in v0.22.0

func (m ColumnTimeGrainResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnTimeGrainResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnTimeGrainResponseValidationError added in v0.22.0

type ColumnTimeGrainResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnTimeGrainResponseValidationError is the validation error returned by ColumnTimeGrainResponse.Validate if the designated constraints aren't met.

func (ColumnTimeGrainResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnTimeGrainResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnTimeGrainResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnTimeGrainResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnTimeGrainResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnTimeGrainResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnTimeRangeRequest added in v0.22.0

type ColumnTimeRangeRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,5,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,6,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,7,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	TableName      string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	ColumnName     string `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3" json:"column_name,omitempty"`
	Priority       int32  `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnTimeRangeRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnTimeRangeRequest.ProtoReflect.Descriptor instead.

func (*ColumnTimeRangeRequest) GetColumnName added in v0.22.0

func (x *ColumnTimeRangeRequest) GetColumnName() string

func (*ColumnTimeRangeRequest) GetConnector added in v0.43.0

func (x *ColumnTimeRangeRequest) GetConnector() string

func (*ColumnTimeRangeRequest) GetDatabase added in v0.43.0

func (x *ColumnTimeRangeRequest) GetDatabase() string

func (*ColumnTimeRangeRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnTimeRangeRequest) GetDatabaseSchema() string

func (*ColumnTimeRangeRequest) GetInstanceId added in v0.22.0

func (x *ColumnTimeRangeRequest) GetInstanceId() string

func (*ColumnTimeRangeRequest) GetPriority added in v0.22.0

func (x *ColumnTimeRangeRequest) GetPriority() int32

func (*ColumnTimeRangeRequest) GetTableName added in v0.22.0

func (x *ColumnTimeRangeRequest) GetTableName() string

func (*ColumnTimeRangeRequest) ProtoMessage added in v0.22.0

func (*ColumnTimeRangeRequest) ProtoMessage()

func (*ColumnTimeRangeRequest) ProtoReflect added in v0.22.0

func (x *ColumnTimeRangeRequest) ProtoReflect() protoreflect.Message

func (*ColumnTimeRangeRequest) Reset added in v0.22.0

func (x *ColumnTimeRangeRequest) Reset()

func (*ColumnTimeRangeRequest) String added in v0.22.0

func (x *ColumnTimeRangeRequest) String() string

func (*ColumnTimeRangeRequest) Validate added in v0.22.0

func (m *ColumnTimeRangeRequest) Validate() error

Validate checks the field values on ColumnTimeRangeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnTimeRangeRequest) ValidateAll added in v0.22.0

func (m *ColumnTimeRangeRequest) ValidateAll() error

ValidateAll checks the field values on ColumnTimeRangeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTimeRangeRequestMultiError, or nil if none found.

type ColumnTimeRangeRequestMultiError added in v0.22.0

type ColumnTimeRangeRequestMultiError []error

ColumnTimeRangeRequestMultiError is an error wrapping multiple validation errors returned by ColumnTimeRangeRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnTimeRangeRequestMultiError) AllErrors added in v0.22.0

func (m ColumnTimeRangeRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnTimeRangeRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnTimeRangeRequestValidationError added in v0.22.0

type ColumnTimeRangeRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnTimeRangeRequestValidationError is the validation error returned by ColumnTimeRangeRequest.Validate if the designated constraints aren't met.

func (ColumnTimeRangeRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnTimeRangeRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnTimeRangeRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnTimeRangeRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnTimeRangeRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnTimeRangeRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnTimeRangeResponse added in v0.22.0

type ColumnTimeRangeResponse struct {
	TimeRangeSummary *TimeRangeSummary `protobuf:"bytes,1,opt,name=time_range_summary,json=timeRangeSummary,proto3" json:"time_range_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnTimeRangeResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnTimeRangeResponse.ProtoReflect.Descriptor instead.

func (*ColumnTimeRangeResponse) GetTimeRangeSummary added in v0.22.0

func (x *ColumnTimeRangeResponse) GetTimeRangeSummary() *TimeRangeSummary

func (*ColumnTimeRangeResponse) ProtoMessage added in v0.22.0

func (*ColumnTimeRangeResponse) ProtoMessage()

func (*ColumnTimeRangeResponse) ProtoReflect added in v0.22.0

func (x *ColumnTimeRangeResponse) ProtoReflect() protoreflect.Message

func (*ColumnTimeRangeResponse) Reset added in v0.22.0

func (x *ColumnTimeRangeResponse) Reset()

func (*ColumnTimeRangeResponse) String added in v0.22.0

func (x *ColumnTimeRangeResponse) String() string

func (*ColumnTimeRangeResponse) Validate added in v0.22.0

func (m *ColumnTimeRangeResponse) Validate() error

Validate checks the field values on ColumnTimeRangeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnTimeRangeResponse) ValidateAll added in v0.22.0

func (m *ColumnTimeRangeResponse) ValidateAll() error

ValidateAll checks the field values on ColumnTimeRangeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTimeRangeResponseMultiError, or nil if none found.

type ColumnTimeRangeResponseMultiError added in v0.22.0

type ColumnTimeRangeResponseMultiError []error

ColumnTimeRangeResponseMultiError is an error wrapping multiple validation errors returned by ColumnTimeRangeResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnTimeRangeResponseMultiError) AllErrors added in v0.22.0

func (m ColumnTimeRangeResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnTimeRangeResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnTimeRangeResponseValidationError added in v0.22.0

type ColumnTimeRangeResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnTimeRangeResponseValidationError is the validation error returned by ColumnTimeRangeResponse.Validate if the designated constraints aren't met.

func (ColumnTimeRangeResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnTimeRangeResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnTimeRangeResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnTimeRangeResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnTimeRangeResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnTimeRangeResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnTimeSeriesRequest added in v0.22.0

type ColumnTimeSeriesRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,11,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,12,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,13,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	// Required
	TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Optional. Defaults to [count(*)]
	Measures []*ColumnTimeSeriesRequest_BasicMeasure `protobuf:"bytes,3,rep,name=measures,proto3" json:"measures,omitempty"`
	// Required
	TimestampColumnName string `protobuf:"bytes,4,opt,name=timestamp_column_name,json=timestampColumnName,proto3" json:"timestamp_column_name,omitempty"`
	// Optional. Defaults to [min, max)
	TimeRange *TimeSeriesTimeRange `protobuf:"bytes,5,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"`
	// Optional. Spark is not calculated if ommitted. See http://www.vldb.org/pvldb/vol7/p797-jugel.pdf
	Pixels int32 `protobuf:"varint,7,opt,name=pixels,proto3" json:"pixels,omitempty"`
	// Unused
	SampleSize int32 `protobuf:"varint,8,opt,name=sample_size,json=sampleSize,proto3" json:"sample_size,omitempty"`
	Priority   int32 `protobuf:"varint,9,opt,name=priority,proto3" json:"priority,omitempty"`
	// Optional. IANA format, ie Europe/Copenhagen. Defaults to UTC
	TimeZone string `protobuf:"bytes,10,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnTimeSeriesRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*ColumnTimeSeriesRequest) GetConnector added in v0.43.0

func (x *ColumnTimeSeriesRequest) GetConnector() string

func (*ColumnTimeSeriesRequest) GetDatabase added in v0.43.0

func (x *ColumnTimeSeriesRequest) GetDatabase() string

func (*ColumnTimeSeriesRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnTimeSeriesRequest) GetDatabaseSchema() string

func (*ColumnTimeSeriesRequest) GetInstanceId added in v0.22.0

func (x *ColumnTimeSeriesRequest) GetInstanceId() string

func (*ColumnTimeSeriesRequest) GetMeasures added in v0.22.0

func (*ColumnTimeSeriesRequest) GetPixels added in v0.22.0

func (x *ColumnTimeSeriesRequest) GetPixels() int32

func (*ColumnTimeSeriesRequest) GetPriority added in v0.22.0

func (x *ColumnTimeSeriesRequest) GetPriority() int32

func (*ColumnTimeSeriesRequest) GetSampleSize added in v0.22.0

func (x *ColumnTimeSeriesRequest) GetSampleSize() int32

func (*ColumnTimeSeriesRequest) GetTableName added in v0.22.0

func (x *ColumnTimeSeriesRequest) GetTableName() string

func (*ColumnTimeSeriesRequest) GetTimeRange added in v0.22.0

func (x *ColumnTimeSeriesRequest) GetTimeRange() *TimeSeriesTimeRange

func (*ColumnTimeSeriesRequest) GetTimeZone added in v0.30.0

func (x *ColumnTimeSeriesRequest) GetTimeZone() string

func (*ColumnTimeSeriesRequest) GetTimestampColumnName added in v0.22.0

func (x *ColumnTimeSeriesRequest) GetTimestampColumnName() string

func (*ColumnTimeSeriesRequest) ProtoMessage added in v0.22.0

func (*ColumnTimeSeriesRequest) ProtoMessage()

func (*ColumnTimeSeriesRequest) ProtoReflect added in v0.22.0

func (x *ColumnTimeSeriesRequest) ProtoReflect() protoreflect.Message

func (*ColumnTimeSeriesRequest) Reset added in v0.22.0

func (x *ColumnTimeSeriesRequest) Reset()

func (*ColumnTimeSeriesRequest) String added in v0.22.0

func (x *ColumnTimeSeriesRequest) String() string

func (*ColumnTimeSeriesRequest) Validate added in v0.22.0

func (m *ColumnTimeSeriesRequest) Validate() error

Validate checks the field values on ColumnTimeSeriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnTimeSeriesRequest) ValidateAll added in v0.22.0

func (m *ColumnTimeSeriesRequest) ValidateAll() error

ValidateAll checks the field values on ColumnTimeSeriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTimeSeriesRequestMultiError, or nil if none found.

type ColumnTimeSeriesRequestMultiError added in v0.22.0

type ColumnTimeSeriesRequestMultiError []error

ColumnTimeSeriesRequestMultiError is an error wrapping multiple validation errors returned by ColumnTimeSeriesRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnTimeSeriesRequestMultiError) AllErrors added in v0.22.0

func (m ColumnTimeSeriesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnTimeSeriesRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnTimeSeriesRequestValidationError added in v0.22.0

type ColumnTimeSeriesRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnTimeSeriesRequestValidationError is the validation error returned by ColumnTimeSeriesRequest.Validate if the designated constraints aren't met.

func (ColumnTimeSeriesRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnTimeSeriesRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnTimeSeriesRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnTimeSeriesRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnTimeSeriesRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnTimeSeriesRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnTimeSeriesRequest_BasicMeasure added in v0.22.0

type ColumnTimeSeriesRequest_BasicMeasure struct {

	// Unused
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Required. IE 'count(*)'
	Expression string `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"`
	// Optional. Defaults to 'measure_{i}', ie measure_0
	SqlName string `protobuf:"bytes,3,opt,name=sql_name,json=sqlName,proto3" json:"sql_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnTimeSeriesRequest_BasicMeasure) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnTimeSeriesRequest_BasicMeasure.ProtoReflect.Descriptor instead.

func (*ColumnTimeSeriesRequest_BasicMeasure) GetExpression added in v0.22.0

func (x *ColumnTimeSeriesRequest_BasicMeasure) GetExpression() string

func (*ColumnTimeSeriesRequest_BasicMeasure) GetId added in v0.22.0

func (*ColumnTimeSeriesRequest_BasicMeasure) GetSqlName added in v0.22.0

func (*ColumnTimeSeriesRequest_BasicMeasure) ProtoMessage added in v0.22.0

func (*ColumnTimeSeriesRequest_BasicMeasure) ProtoMessage()

func (*ColumnTimeSeriesRequest_BasicMeasure) ProtoReflect added in v0.22.0

func (*ColumnTimeSeriesRequest_BasicMeasure) Reset added in v0.22.0

func (*ColumnTimeSeriesRequest_BasicMeasure) String added in v0.22.0

func (*ColumnTimeSeriesRequest_BasicMeasure) Validate added in v0.22.0

Validate checks the field values on ColumnTimeSeriesRequest_BasicMeasure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnTimeSeriesRequest_BasicMeasure) ValidateAll added in v0.22.0

ValidateAll checks the field values on ColumnTimeSeriesRequest_BasicMeasure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTimeSeriesRequest_BasicMeasureMultiError, or nil if none found.

type ColumnTimeSeriesRequest_BasicMeasureMultiError added in v0.22.0

type ColumnTimeSeriesRequest_BasicMeasureMultiError []error

ColumnTimeSeriesRequest_BasicMeasureMultiError is an error wrapping multiple validation errors returned by ColumnTimeSeriesRequest_BasicMeasure.ValidateAll() if the designated constraints aren't met.

func (ColumnTimeSeriesRequest_BasicMeasureMultiError) AllErrors added in v0.22.0

AllErrors returns a list of validation violation errors.

func (ColumnTimeSeriesRequest_BasicMeasureMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnTimeSeriesRequest_BasicMeasureValidationError added in v0.22.0

type ColumnTimeSeriesRequest_BasicMeasureValidationError struct {
	// contains filtered or unexported fields
}

ColumnTimeSeriesRequest_BasicMeasureValidationError is the validation error returned by ColumnTimeSeriesRequest_BasicMeasure.Validate if the designated constraints aren't met.

func (ColumnTimeSeriesRequest_BasicMeasureValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnTimeSeriesRequest_BasicMeasureValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnTimeSeriesRequest_BasicMeasureValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnTimeSeriesRequest_BasicMeasureValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnTimeSeriesRequest_BasicMeasureValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnTimeSeriesRequest_BasicMeasureValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnTimeSeriesResponse added in v0.22.0

type ColumnTimeSeriesResponse struct {
	Rollup *TimeSeriesResponse `protobuf:"bytes,1,opt,name=rollup,proto3" json:"rollup,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnTimeSeriesResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*ColumnTimeSeriesResponse) GetRollup added in v0.22.0

func (*ColumnTimeSeriesResponse) ProtoMessage added in v0.22.0

func (*ColumnTimeSeriesResponse) ProtoMessage()

func (*ColumnTimeSeriesResponse) ProtoReflect added in v0.22.0

func (x *ColumnTimeSeriesResponse) ProtoReflect() protoreflect.Message

func (*ColumnTimeSeriesResponse) Reset added in v0.22.0

func (x *ColumnTimeSeriesResponse) Reset()

func (*ColumnTimeSeriesResponse) String added in v0.22.0

func (x *ColumnTimeSeriesResponse) String() string

func (*ColumnTimeSeriesResponse) Validate added in v0.22.0

func (m *ColumnTimeSeriesResponse) Validate() error

Validate checks the field values on ColumnTimeSeriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnTimeSeriesResponse) ValidateAll added in v0.22.0

func (m *ColumnTimeSeriesResponse) ValidateAll() error

ValidateAll checks the field values on ColumnTimeSeriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTimeSeriesResponseMultiError, or nil if none found.

type ColumnTimeSeriesResponseMultiError added in v0.22.0

type ColumnTimeSeriesResponseMultiError []error

ColumnTimeSeriesResponseMultiError is an error wrapping multiple validation errors returned by ColumnTimeSeriesResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnTimeSeriesResponseMultiError) AllErrors added in v0.22.0

func (m ColumnTimeSeriesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnTimeSeriesResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnTimeSeriesResponseValidationError added in v0.22.0

type ColumnTimeSeriesResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnTimeSeriesResponseValidationError is the validation error returned by ColumnTimeSeriesResponse.Validate if the designated constraints aren't met.

func (ColumnTimeSeriesResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnTimeSeriesResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnTimeSeriesResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnTimeSeriesResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnTimeSeriesResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnTimeSeriesResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnTopKRequest added in v0.22.0

type ColumnTopKRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,7,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,8,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,9,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	// Required
	TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	// Required
	ColumnName string `protobuf:"bytes,3,opt,name=column_name,json=columnName,proto3" json:"column_name,omitempty"`
	Agg        string `protobuf:"bytes,4,opt,name=agg,proto3" json:"agg,omitempty"` // default is count(*)
	K          int32  `protobuf:"varint,5,opt,name=k,proto3" json:"k,omitempty"`    // default is 50
	Priority   int32  `protobuf:"varint,6,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnTopKRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnTopKRequest.ProtoReflect.Descriptor instead.

func (*ColumnTopKRequest) GetAgg added in v0.22.0

func (x *ColumnTopKRequest) GetAgg() string

func (*ColumnTopKRequest) GetColumnName added in v0.22.0

func (x *ColumnTopKRequest) GetColumnName() string

func (*ColumnTopKRequest) GetConnector added in v0.43.0

func (x *ColumnTopKRequest) GetConnector() string

func (*ColumnTopKRequest) GetDatabase added in v0.43.0

func (x *ColumnTopKRequest) GetDatabase() string

func (*ColumnTopKRequest) GetDatabaseSchema added in v0.43.0

func (x *ColumnTopKRequest) GetDatabaseSchema() string

func (*ColumnTopKRequest) GetInstanceId added in v0.22.0

func (x *ColumnTopKRequest) GetInstanceId() string

func (*ColumnTopKRequest) GetK added in v0.22.0

func (x *ColumnTopKRequest) GetK() int32

func (*ColumnTopKRequest) GetPriority added in v0.22.0

func (x *ColumnTopKRequest) GetPriority() int32

func (*ColumnTopKRequest) GetTableName added in v0.22.0

func (x *ColumnTopKRequest) GetTableName() string

func (*ColumnTopKRequest) ProtoMessage added in v0.22.0

func (*ColumnTopKRequest) ProtoMessage()

func (*ColumnTopKRequest) ProtoReflect added in v0.22.0

func (x *ColumnTopKRequest) ProtoReflect() protoreflect.Message

func (*ColumnTopKRequest) Reset added in v0.22.0

func (x *ColumnTopKRequest) Reset()

func (*ColumnTopKRequest) String added in v0.22.0

func (x *ColumnTopKRequest) String() string

func (*ColumnTopKRequest) Validate added in v0.22.0

func (m *ColumnTopKRequest) Validate() error

Validate checks the field values on ColumnTopKRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnTopKRequest) ValidateAll added in v0.22.0

func (m *ColumnTopKRequest) ValidateAll() error

ValidateAll checks the field values on ColumnTopKRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTopKRequestMultiError, or nil if none found.

type ColumnTopKRequestMultiError added in v0.22.0

type ColumnTopKRequestMultiError []error

ColumnTopKRequestMultiError is an error wrapping multiple validation errors returned by ColumnTopKRequest.ValidateAll() if the designated constraints aren't met.

func (ColumnTopKRequestMultiError) AllErrors added in v0.22.0

func (m ColumnTopKRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnTopKRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnTopKRequestValidationError added in v0.22.0

type ColumnTopKRequestValidationError struct {
	// contains filtered or unexported fields
}

ColumnTopKRequestValidationError is the validation error returned by ColumnTopKRequest.Validate if the designated constraints aren't met.

func (ColumnTopKRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnTopKRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnTopKRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnTopKRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnTopKRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnTopKRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type ColumnTopKResponse added in v0.22.0

type ColumnTopKResponse struct {
	CategoricalSummary *CategoricalSummary `protobuf:"bytes,1,opt,name=categorical_summary,json=categoricalSummary,proto3" json:"categorical_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*ColumnTopKResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use ColumnTopKResponse.ProtoReflect.Descriptor instead.

func (*ColumnTopKResponse) GetCategoricalSummary added in v0.22.0

func (x *ColumnTopKResponse) GetCategoricalSummary() *CategoricalSummary

func (*ColumnTopKResponse) ProtoMessage added in v0.22.0

func (*ColumnTopKResponse) ProtoMessage()

func (*ColumnTopKResponse) ProtoReflect added in v0.22.0

func (x *ColumnTopKResponse) ProtoReflect() protoreflect.Message

func (*ColumnTopKResponse) Reset added in v0.22.0

func (x *ColumnTopKResponse) Reset()

func (*ColumnTopKResponse) String added in v0.22.0

func (x *ColumnTopKResponse) String() string

func (*ColumnTopKResponse) Validate added in v0.22.0

func (m *ColumnTopKResponse) Validate() error

Validate checks the field values on ColumnTopKResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ColumnTopKResponse) ValidateAll added in v0.22.0

func (m *ColumnTopKResponse) ValidateAll() error

ValidateAll checks the field values on ColumnTopKResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTopKResponseMultiError, or nil if none found.

type ColumnTopKResponseMultiError added in v0.22.0

type ColumnTopKResponseMultiError []error

ColumnTopKResponseMultiError is an error wrapping multiple validation errors returned by ColumnTopKResponse.ValidateAll() if the designated constraints aren't met.

func (ColumnTopKResponseMultiError) AllErrors added in v0.22.0

func (m ColumnTopKResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ColumnTopKResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type ColumnTopKResponseValidationError added in v0.22.0

type ColumnTopKResponseValidationError struct {
	// contains filtered or unexported fields
}

ColumnTopKResponseValidationError is the validation error returned by ColumnTopKResponse.Validate if the designated constraints aren't met.

func (ColumnTopKResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (ColumnTopKResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (ColumnTopKResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (ColumnTopKResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (ColumnTopKResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (ColumnTopKResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type Condition added in v0.39.0

type Condition struct {
	Op    Operation     `protobuf:"varint,1,opt,name=op,proto3,enum=rill.runtime.v1.Operation" json:"op,omitempty"`
	Exprs []*Expression `protobuf:"bytes,2,rep,name=exprs,proto3" json:"exprs,omitempty"`
	// contains filtered or unexported fields
}

func (*Condition) Descriptor deprecated added in v0.39.0

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

Deprecated: Use Condition.ProtoReflect.Descriptor instead.

func (*Condition) GetExprs added in v0.39.0

func (x *Condition) GetExprs() []*Expression

func (*Condition) GetOp added in v0.39.0

func (x *Condition) GetOp() Operation

func (*Condition) ProtoMessage added in v0.39.0

func (*Condition) ProtoMessage()

func (*Condition) ProtoReflect added in v0.39.0

func (x *Condition) ProtoReflect() protoreflect.Message

func (*Condition) Reset added in v0.39.0

func (x *Condition) Reset()

func (*Condition) String added in v0.39.0

func (x *Condition) String() string

func (*Condition) Validate added in v0.39.0

func (m *Condition) Validate() error

Validate checks the field values on Condition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Condition) ValidateAll added in v0.39.0

func (m *Condition) ValidateAll() error

ValidateAll checks the field values on Condition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConditionMultiError, or nil if none found.

type ConditionMultiError added in v0.39.0

type ConditionMultiError []error

ConditionMultiError is an error wrapping multiple validation errors returned by Condition.ValidateAll() if the designated constraints aren't met.

func (ConditionMultiError) AllErrors added in v0.39.0

func (m ConditionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConditionMultiError) Error added in v0.39.0

func (m ConditionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ConditionValidationError added in v0.39.0

type ConditionValidationError struct {
	// contains filtered or unexported fields
}

ConditionValidationError is the validation error returned by Condition.Validate if the designated constraints aren't met.

func (ConditionValidationError) Cause added in v0.39.0

func (e ConditionValidationError) Cause() error

Cause function returns cause value.

func (ConditionValidationError) Error added in v0.39.0

func (e ConditionValidationError) Error() string

Error satisfies the builtin error interface

func (ConditionValidationError) ErrorName added in v0.39.0

func (e ConditionValidationError) ErrorName() string

ErrorName returns error name.

func (ConditionValidationError) Field added in v0.39.0

func (e ConditionValidationError) Field() string

Field function returns field value.

func (ConditionValidationError) Key added in v0.39.0

Key function returns key value.

func (ConditionValidationError) Reason added in v0.39.0

func (e ConditionValidationError) Reason() string

Reason function returns reason value.

type Connector

type Connector struct {

	// Type of the connector. One of the infra driver supported.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// Name of the connector
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Config for the connector
	Config map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Connector) Descriptor deprecated

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

Deprecated: Use Connector.ProtoReflect.Descriptor instead.

func (*Connector) GetConfig added in v0.32.0

func (x *Connector) GetConfig() map[string]string

func (*Connector) GetName

func (x *Connector) GetName() string

func (*Connector) GetType added in v0.32.0

func (x *Connector) GetType() string

func (*Connector) ProtoMessage

func (*Connector) ProtoMessage()

func (*Connector) ProtoReflect

func (x *Connector) ProtoReflect() protoreflect.Message

func (*Connector) Reset

func (x *Connector) Reset()

func (*Connector) String

func (x *Connector) String() string

func (*Connector) Validate added in v0.20.0

func (m *Connector) Validate() error

Validate checks the field values on Connector with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Connector) ValidateAll added in v0.20.0

func (m *Connector) ValidateAll() error

ValidateAll checks the field values on Connector with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConnectorMultiError, or nil if none found.

type ConnectorDriver added in v0.43.0

type ConnectorDriver struct {

	// Name is the name of the connector
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Properties for configuring the connector
	ConfigProperties []*ConnectorDriver_Property `protobuf:"bytes,2,rep,name=config_properties,json=configProperties,proto3" json:"config_properties,omitempty"`
	// Properties that can be provided to the connector when using it as a source
	SourceProperties []*ConnectorDriver_Property `protobuf:"bytes,3,rep,name=source_properties,json=sourceProperties,proto3" json:"source_properties,omitempty"`
	// Pretty display name for use in UIs
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Human readable description of the connector
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// Capabilities supported by the connector
	ImplementsRegistry    bool `protobuf:"varint,10,opt,name=implements_registry,json=implementsRegistry,proto3" json:"implements_registry,omitempty"`
	ImplementsCatalog     bool `protobuf:"varint,11,opt,name=implements_catalog,json=implementsCatalog,proto3" json:"implements_catalog,omitempty"`
	ImplementsRepo        bool `protobuf:"varint,12,opt,name=implements_repo,json=implementsRepo,proto3" json:"implements_repo,omitempty"`
	ImplementsAdmin       bool `protobuf:"varint,13,opt,name=implements_admin,json=implementsAdmin,proto3" json:"implements_admin,omitempty"`
	ImplementsAi          bool `protobuf:"varint,14,opt,name=implements_ai,json=implementsAi,proto3" json:"implements_ai,omitempty"`
	ImplementsSqlStore    bool `protobuf:"varint,15,opt,name=implements_sql_store,json=implementsSqlStore,proto3" json:"implements_sql_store,omitempty"`
	ImplementsOlap        bool `protobuf:"varint,16,opt,name=implements_olap,json=implementsOlap,proto3" json:"implements_olap,omitempty"`
	ImplementsObjectStore bool `` /* 128-byte string literal not displayed */
	ImplementsFileStore   bool `protobuf:"varint,18,opt,name=implements_file_store,json=implementsFileStore,proto3" json:"implements_file_store,omitempty"`
	ImplementsNotifier    bool `protobuf:"varint,19,opt,name=implements_notifier,json=implementsNotifier,proto3" json:"implements_notifier,omitempty"`
	// contains filtered or unexported fields
}

ConnectorDriver represents a connector driver available in the runtime.

func (*ConnectorDriver) Descriptor deprecated added in v0.43.0

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

Deprecated: Use ConnectorDriver.ProtoReflect.Descriptor instead.

func (*ConnectorDriver) GetConfigProperties added in v0.43.0

func (x *ConnectorDriver) GetConfigProperties() []*ConnectorDriver_Property

func (*ConnectorDriver) GetDescription added in v0.43.0

func (x *ConnectorDriver) GetDescription() string

func (*ConnectorDriver) GetDisplayName added in v0.43.0

func (x *ConnectorDriver) GetDisplayName() string

func (*ConnectorDriver) GetImplementsAdmin added in v0.43.0

func (x *ConnectorDriver) GetImplementsAdmin() bool

func (*ConnectorDriver) GetImplementsAi added in v0.43.0

func (x *ConnectorDriver) GetImplementsAi() bool

func (*ConnectorDriver) GetImplementsCatalog added in v0.43.0

func (x *ConnectorDriver) GetImplementsCatalog() bool

func (*ConnectorDriver) GetImplementsFileStore added in v0.43.0

func (x *ConnectorDriver) GetImplementsFileStore() bool

func (*ConnectorDriver) GetImplementsNotifier added in v0.43.0

func (x *ConnectorDriver) GetImplementsNotifier() bool

func (*ConnectorDriver) GetImplementsObjectStore added in v0.43.0

func (x *ConnectorDriver) GetImplementsObjectStore() bool

func (*ConnectorDriver) GetImplementsOlap added in v0.43.0

func (x *ConnectorDriver) GetImplementsOlap() bool

func (*ConnectorDriver) GetImplementsRegistry added in v0.43.0

func (x *ConnectorDriver) GetImplementsRegistry() bool

func (*ConnectorDriver) GetImplementsRepo added in v0.43.0

func (x *ConnectorDriver) GetImplementsRepo() bool

func (*ConnectorDriver) GetImplementsSqlStore added in v0.43.0

func (x *ConnectorDriver) GetImplementsSqlStore() bool

func (*ConnectorDriver) GetName added in v0.43.0

func (x *ConnectorDriver) GetName() string

func (*ConnectorDriver) GetSourceProperties added in v0.43.0

func (x *ConnectorDriver) GetSourceProperties() []*ConnectorDriver_Property

func (*ConnectorDriver) ProtoMessage added in v0.43.0

func (*ConnectorDriver) ProtoMessage()

func (*ConnectorDriver) ProtoReflect added in v0.43.0

func (x *ConnectorDriver) ProtoReflect() protoreflect.Message

func (*ConnectorDriver) Reset added in v0.43.0

func (x *ConnectorDriver) Reset()

func (*ConnectorDriver) String added in v0.43.0

func (x *ConnectorDriver) String() string

func (*ConnectorDriver) Validate added in v0.43.0

func (m *ConnectorDriver) Validate() error

Validate checks the field values on ConnectorDriver with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ConnectorDriver) ValidateAll added in v0.43.0

func (m *ConnectorDriver) ValidateAll() error

ValidateAll checks the field values on ConnectorDriver with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConnectorDriverMultiError, or nil if none found.

type ConnectorDriverMultiError added in v0.43.0

type ConnectorDriverMultiError []error

ConnectorDriverMultiError is an error wrapping multiple validation errors returned by ConnectorDriver.ValidateAll() if the designated constraints aren't met.

func (ConnectorDriverMultiError) AllErrors added in v0.43.0

func (m ConnectorDriverMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectorDriverMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type ConnectorDriverValidationError added in v0.43.0

type ConnectorDriverValidationError struct {
	// contains filtered or unexported fields
}

ConnectorDriverValidationError is the validation error returned by ConnectorDriver.Validate if the designated constraints aren't met.

func (ConnectorDriverValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (ConnectorDriverValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (ConnectorDriverValidationError) ErrorName added in v0.43.0

func (e ConnectorDriverValidationError) ErrorName() string

ErrorName returns error name.

func (ConnectorDriverValidationError) Field added in v0.43.0

Field function returns field value.

func (ConnectorDriverValidationError) Key added in v0.43.0

Key function returns key value.

func (ConnectorDriverValidationError) Reason added in v0.43.0

Reason function returns reason value.

type ConnectorDriver_Property added in v0.43.0

type ConnectorDriver_Property struct {

	// The property key
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// The type expected for this property
	Type ConnectorDriver_Property_Type `protobuf:"varint,2,opt,name=type,proto3,enum=rill.runtime.v1.ConnectorDriver_Property_Type" json:"type,omitempty"`
	// Required is true if the field must be set
	Required bool `protobuf:"varint,3,opt,name=required,proto3" json:"required,omitempty"`
	// Pretty name for the property
	DisplayName string `protobuf:"bytes,4,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Human readable description of the field
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// Link to documentation for this property
	DocsUrl string `protobuf:"bytes,6,opt,name=docs_url,json=docsUrl,proto3" json:"docs_url,omitempty"`
	// Additional textual explanation for use in UIs
	Hint string `protobuf:"bytes,7,opt,name=hint,proto3" json:"hint,omitempty"`
	// Default value for the property
	Default string `protobuf:"bytes,8,opt,name=default,proto3" json:"default,omitempty"`
	// Placeholder value for use in UIs
	Placeholder string `protobuf:"bytes,9,opt,name=placeholder,proto3" json:"placeholder,omitempty"`
	// If true, the property is a secret and should not be displayed in UIs
	Secret bool `protobuf:"varint,10,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

Property represents the spec of one of the driver's config properties

func (*ConnectorDriver_Property) Descriptor deprecated added in v0.43.0

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

Deprecated: Use ConnectorDriver_Property.ProtoReflect.Descriptor instead.

func (*ConnectorDriver_Property) GetDefault added in v0.43.0

func (x *ConnectorDriver_Property) GetDefault() string

func (*ConnectorDriver_Property) GetDescription added in v0.43.0

func (x *ConnectorDriver_Property) GetDescription() string

func (*ConnectorDriver_Property) GetDisplayName added in v0.43.0

func (x *ConnectorDriver_Property) GetDisplayName() string

func (*ConnectorDriver_Property) GetDocsUrl added in v0.43.0

func (x *ConnectorDriver_Property) GetDocsUrl() string

func (*ConnectorDriver_Property) GetHint added in v0.43.0

func (x *ConnectorDriver_Property) GetHint() string

func (*ConnectorDriver_Property) GetKey added in v0.43.0

func (x *ConnectorDriver_Property) GetKey() string

func (*ConnectorDriver_Property) GetPlaceholder added in v0.43.0

func (x *ConnectorDriver_Property) GetPlaceholder() string

func (*ConnectorDriver_Property) GetRequired added in v0.43.0

func (x *ConnectorDriver_Property) GetRequired() bool

func (*ConnectorDriver_Property) GetSecret added in v0.43.0

func (x *ConnectorDriver_Property) GetSecret() bool

func (*ConnectorDriver_Property) GetType added in v0.43.0

func (*ConnectorDriver_Property) ProtoMessage added in v0.43.0

func (*ConnectorDriver_Property) ProtoMessage()

func (*ConnectorDriver_Property) ProtoReflect added in v0.43.0

func (x *ConnectorDriver_Property) ProtoReflect() protoreflect.Message

func (*ConnectorDriver_Property) Reset added in v0.43.0

func (x *ConnectorDriver_Property) Reset()

func (*ConnectorDriver_Property) String added in v0.43.0

func (x *ConnectorDriver_Property) String() string

func (*ConnectorDriver_Property) Validate added in v0.43.0

func (m *ConnectorDriver_Property) Validate() error

Validate checks the field values on ConnectorDriver_Property with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ConnectorDriver_Property) ValidateAll added in v0.43.0

func (m *ConnectorDriver_Property) ValidateAll() error

ValidateAll checks the field values on ConnectorDriver_Property with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConnectorDriver_PropertyMultiError, or nil if none found.

type ConnectorDriver_PropertyMultiError added in v0.43.0

type ConnectorDriver_PropertyMultiError []error

ConnectorDriver_PropertyMultiError is an error wrapping multiple validation errors returned by ConnectorDriver_Property.ValidateAll() if the designated constraints aren't met.

func (ConnectorDriver_PropertyMultiError) AllErrors added in v0.43.0

func (m ConnectorDriver_PropertyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectorDriver_PropertyMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type ConnectorDriver_PropertyValidationError added in v0.43.0

type ConnectorDriver_PropertyValidationError struct {
	// contains filtered or unexported fields
}

ConnectorDriver_PropertyValidationError is the validation error returned by ConnectorDriver_Property.Validate if the designated constraints aren't met.

func (ConnectorDriver_PropertyValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (ConnectorDriver_PropertyValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (ConnectorDriver_PropertyValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (ConnectorDriver_PropertyValidationError) Field added in v0.43.0

Field function returns field value.

func (ConnectorDriver_PropertyValidationError) Key added in v0.43.0

Key function returns key value.

func (ConnectorDriver_PropertyValidationError) Reason added in v0.43.0

Reason function returns reason value.

type ConnectorDriver_Property_Type added in v0.43.0

type ConnectorDriver_Property_Type int32

Type of the property

const (
	ConnectorDriver_Property_TYPE_UNSPECIFIED   ConnectorDriver_Property_Type = 0
	ConnectorDriver_Property_TYPE_NUMBER        ConnectorDriver_Property_Type = 1
	ConnectorDriver_Property_TYPE_BOOLEAN       ConnectorDriver_Property_Type = 2
	ConnectorDriver_Property_TYPE_STRING        ConnectorDriver_Property_Type = 3
	ConnectorDriver_Property_TYPE_FILE          ConnectorDriver_Property_Type = 4
	ConnectorDriver_Property_TYPE_INFORMATIONAL ConnectorDriver_Property_Type = 5
)

func (ConnectorDriver_Property_Type) Descriptor added in v0.43.0

func (ConnectorDriver_Property_Type) Enum added in v0.43.0

func (ConnectorDriver_Property_Type) EnumDescriptor deprecated added in v0.43.0

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

Deprecated: Use ConnectorDriver_Property_Type.Descriptor instead.

func (ConnectorDriver_Property_Type) Number added in v0.43.0

func (ConnectorDriver_Property_Type) String added in v0.43.0

func (ConnectorDriver_Property_Type) Type added in v0.43.0

type ConnectorMultiError added in v0.20.0

type ConnectorMultiError []error

ConnectorMultiError is an error wrapping multiple validation errors returned by Connector.ValidateAll() if the designated constraints aren't met.

func (ConnectorMultiError) AllErrors added in v0.20.0

func (m ConnectorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ConnectorMultiError) Error added in v0.20.0

func (m ConnectorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ConnectorServiceClient added in v0.27.0

type ConnectorServiceClient interface {
	// S3ListBuckets lists buckets accessible with the configured credentials.
	S3ListBuckets(ctx context.Context, in *S3ListBucketsRequest, opts ...grpc.CallOption) (*S3ListBucketsResponse, error)
	// S3ListBuckets lists objects for the given bucket.
	S3ListObjects(ctx context.Context, in *S3ListObjectsRequest, opts ...grpc.CallOption) (*S3ListObjectsResponse, error)
	// S3GetBucketMetadata returns metadata for the given bucket.
	S3GetBucketMetadata(ctx context.Context, in *S3GetBucketMetadataRequest, opts ...grpc.CallOption) (*S3GetBucketMetadataResponse, error)
	// S3GetCredentialsInfo returns metadata for the given bucket.
	S3GetCredentialsInfo(ctx context.Context, in *S3GetCredentialsInfoRequest, opts ...grpc.CallOption) (*S3GetCredentialsInfoResponse, error)
	// GCSListBuckets lists buckets accessible with the configured credentials.
	GCSListBuckets(ctx context.Context, in *GCSListBucketsRequest, opts ...grpc.CallOption) (*GCSListBucketsResponse, error)
	// GCSListObjects lists objects for the given bucket.
	GCSListObjects(ctx context.Context, in *GCSListObjectsRequest, opts ...grpc.CallOption) (*GCSListObjectsResponse, error)
	// GCSGetCredentialsInfo returns metadata for the given bucket.
	GCSGetCredentialsInfo(ctx context.Context, in *GCSGetCredentialsInfoRequest, opts ...grpc.CallOption) (*GCSGetCredentialsInfoResponse, error)
	// OLAPListTables list all tables across all databases on motherduck
	OLAPListTables(ctx context.Context, in *OLAPListTablesRequest, opts ...grpc.CallOption) (*OLAPListTablesResponse, error)
	// OLAPGetTable returns metadata about a table or view in an OLAP
	OLAPGetTable(ctx context.Context, in *OLAPGetTableRequest, opts ...grpc.CallOption) (*OLAPGetTableResponse, error)
	// BigQueryListDatasets list all datasets in a bigquery project
	BigQueryListDatasets(ctx context.Context, in *BigQueryListDatasetsRequest, opts ...grpc.CallOption) (*BigQueryListDatasetsResponse, error)
	// BigQueryListTables list all tables in a bigquery project:dataset
	BigQueryListTables(ctx context.Context, in *BigQueryListTablesRequest, opts ...grpc.CallOption) (*BigQueryListTablesResponse, error)
}

ConnectorServiceClient is the client API for ConnectorService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewConnectorServiceClient added in v0.27.0

func NewConnectorServiceClient(cc grpc.ClientConnInterface) ConnectorServiceClient

type ConnectorServiceServer added in v0.27.0

type ConnectorServiceServer interface {
	// S3ListBuckets lists buckets accessible with the configured credentials.
	S3ListBuckets(context.Context, *S3ListBucketsRequest) (*S3ListBucketsResponse, error)
	// S3ListBuckets lists objects for the given bucket.
	S3ListObjects(context.Context, *S3ListObjectsRequest) (*S3ListObjectsResponse, error)
	// S3GetBucketMetadata returns metadata for the given bucket.
	S3GetBucketMetadata(context.Context, *S3GetBucketMetadataRequest) (*S3GetBucketMetadataResponse, error)
	// S3GetCredentialsInfo returns metadata for the given bucket.
	S3GetCredentialsInfo(context.Context, *S3GetCredentialsInfoRequest) (*S3GetCredentialsInfoResponse, error)
	// GCSListBuckets lists buckets accessible with the configured credentials.
	GCSListBuckets(context.Context, *GCSListBucketsRequest) (*GCSListBucketsResponse, error)
	// GCSListObjects lists objects for the given bucket.
	GCSListObjects(context.Context, *GCSListObjectsRequest) (*GCSListObjectsResponse, error)
	// GCSGetCredentialsInfo returns metadata for the given bucket.
	GCSGetCredentialsInfo(context.Context, *GCSGetCredentialsInfoRequest) (*GCSGetCredentialsInfoResponse, error)
	// OLAPListTables list all tables across all databases on motherduck
	OLAPListTables(context.Context, *OLAPListTablesRequest) (*OLAPListTablesResponse, error)
	// OLAPGetTable returns metadata about a table or view in an OLAP
	OLAPGetTable(context.Context, *OLAPGetTableRequest) (*OLAPGetTableResponse, error)
	// BigQueryListDatasets list all datasets in a bigquery project
	BigQueryListDatasets(context.Context, *BigQueryListDatasetsRequest) (*BigQueryListDatasetsResponse, error)
	// BigQueryListTables list all tables in a bigquery project:dataset
	BigQueryListTables(context.Context, *BigQueryListTablesRequest) (*BigQueryListTablesResponse, error)
	// contains filtered or unexported methods
}

ConnectorServiceServer is the server API for ConnectorService service. All implementations must embed UnimplementedConnectorServiceServer for forward compatibility

type ConnectorValidationError added in v0.20.0

type ConnectorValidationError struct {
	// contains filtered or unexported fields
}

ConnectorValidationError is the validation error returned by Connector.Validate if the designated constraints aren't met.

func (ConnectorValidationError) Cause added in v0.20.0

func (e ConnectorValidationError) Cause() error

Cause function returns cause value.

func (ConnectorValidationError) Error added in v0.20.0

func (e ConnectorValidationError) Error() string

Error satisfies the builtin error interface

func (ConnectorValidationError) ErrorName added in v0.20.0

func (e ConnectorValidationError) ErrorName() string

ErrorName returns error name.

func (ConnectorValidationError) Field added in v0.20.0

func (e ConnectorValidationError) Field() string

Field function returns field value.

func (ConnectorValidationError) Key added in v0.20.0

Key function returns key value.

func (ConnectorValidationError) Reason added in v0.20.0

func (e ConnectorValidationError) Reason() string

Reason function returns reason value.

type CreateDirectoryRequest added in v0.43.0

type CreateDirectoryRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Path       string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.CreateDirectory

func (*CreateDirectoryRequest) Descriptor deprecated added in v0.43.0

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

Deprecated: Use CreateDirectoryRequest.ProtoReflect.Descriptor instead.

func (*CreateDirectoryRequest) GetInstanceId added in v0.43.0

func (x *CreateDirectoryRequest) GetInstanceId() string

func (*CreateDirectoryRequest) GetPath added in v0.43.0

func (x *CreateDirectoryRequest) GetPath() string

func (*CreateDirectoryRequest) ProtoMessage added in v0.43.0

func (*CreateDirectoryRequest) ProtoMessage()

func (*CreateDirectoryRequest) ProtoReflect added in v0.43.0

func (x *CreateDirectoryRequest) ProtoReflect() protoreflect.Message

func (*CreateDirectoryRequest) Reset added in v0.43.0

func (x *CreateDirectoryRequest) Reset()

func (*CreateDirectoryRequest) String added in v0.43.0

func (x *CreateDirectoryRequest) String() string

func (*CreateDirectoryRequest) Validate added in v0.43.0

func (m *CreateDirectoryRequest) Validate() error

Validate checks the field values on CreateDirectoryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateDirectoryRequest) ValidateAll added in v0.43.0

func (m *CreateDirectoryRequest) ValidateAll() error

ValidateAll checks the field values on CreateDirectoryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDirectoryRequestMultiError, or nil if none found.

type CreateDirectoryRequestMultiError added in v0.43.0

type CreateDirectoryRequestMultiError []error

CreateDirectoryRequestMultiError is an error wrapping multiple validation errors returned by CreateDirectoryRequest.ValidateAll() if the designated constraints aren't met.

func (CreateDirectoryRequestMultiError) AllErrors added in v0.43.0

func (m CreateDirectoryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateDirectoryRequestMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type CreateDirectoryRequestValidationError added in v0.43.0

type CreateDirectoryRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateDirectoryRequestValidationError is the validation error returned by CreateDirectoryRequest.Validate if the designated constraints aren't met.

func (CreateDirectoryRequestValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (CreateDirectoryRequestValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (CreateDirectoryRequestValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (CreateDirectoryRequestValidationError) Field added in v0.43.0

Field function returns field value.

func (CreateDirectoryRequestValidationError) Key added in v0.43.0

Key function returns key value.

func (CreateDirectoryRequestValidationError) Reason added in v0.43.0

Reason function returns reason value.

type CreateDirectoryResponse added in v0.43.0

type CreateDirectoryResponse struct {
	// contains filtered or unexported fields
}

Response message for RuntimeService.CreateDirectory

func (*CreateDirectoryResponse) Descriptor deprecated added in v0.43.0

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

Deprecated: Use CreateDirectoryResponse.ProtoReflect.Descriptor instead.

func (*CreateDirectoryResponse) ProtoMessage added in v0.43.0

func (*CreateDirectoryResponse) ProtoMessage()

func (*CreateDirectoryResponse) ProtoReflect added in v0.43.0

func (x *CreateDirectoryResponse) ProtoReflect() protoreflect.Message

func (*CreateDirectoryResponse) Reset added in v0.43.0

func (x *CreateDirectoryResponse) Reset()

func (*CreateDirectoryResponse) String added in v0.43.0

func (x *CreateDirectoryResponse) String() string

func (*CreateDirectoryResponse) Validate added in v0.43.0

func (m *CreateDirectoryResponse) Validate() error

Validate checks the field values on CreateDirectoryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateDirectoryResponse) ValidateAll added in v0.43.0

func (m *CreateDirectoryResponse) ValidateAll() error

ValidateAll checks the field values on CreateDirectoryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateDirectoryResponseMultiError, or nil if none found.

type CreateDirectoryResponseMultiError added in v0.43.0

type CreateDirectoryResponseMultiError []error

CreateDirectoryResponseMultiError is an error wrapping multiple validation errors returned by CreateDirectoryResponse.ValidateAll() if the designated constraints aren't met.

func (CreateDirectoryResponseMultiError) AllErrors added in v0.43.0

func (m CreateDirectoryResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateDirectoryResponseMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type CreateDirectoryResponseValidationError added in v0.43.0

type CreateDirectoryResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateDirectoryResponseValidationError is the validation error returned by CreateDirectoryResponse.Validate if the designated constraints aren't met.

func (CreateDirectoryResponseValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (CreateDirectoryResponseValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (CreateDirectoryResponseValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (CreateDirectoryResponseValidationError) Field added in v0.43.0

Field function returns field value.

func (CreateDirectoryResponseValidationError) Key added in v0.43.0

Key function returns key value.

func (CreateDirectoryResponseValidationError) Reason added in v0.43.0

Reason function returns reason value.

type CreateInstanceRequest

type CreateInstanceRequest struct {
	InstanceId     string            `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Environment    string            `protobuf:"bytes,16,opt,name=environment,proto3" json:"environment,omitempty"`
	OlapConnector  string            `protobuf:"bytes,2,opt,name=olap_connector,json=olapConnector,proto3" json:"olap_connector,omitempty"`
	RepoConnector  string            `protobuf:"bytes,4,opt,name=repo_connector,json=repoConnector,proto3" json:"repo_connector,omitempty"`
	AdminConnector string            `protobuf:"bytes,15,opt,name=admin_connector,json=adminConnector,proto3" json:"admin_connector,omitempty"`
	AiConnector    string            `protobuf:"bytes,17,opt,name=ai_connector,json=aiConnector,proto3" json:"ai_connector,omitempty"`
	Connectors     []*Connector      `protobuf:"bytes,10,rep,name=connectors,proto3" json:"connectors,omitempty"`
	Variables      map[string]string `` /* 159-byte string literal not displayed */
	Annotations    map[string]string `` /* 163-byte string literal not displayed */
	EmbedCatalog   bool              `protobuf:"varint,6,opt,name=embed_catalog,json=embedCatalog,proto3" json:"embed_catalog,omitempty"`
	WatchRepo      bool              `protobuf:"varint,11,opt,name=watch_repo,json=watchRepo,proto3" json:"watch_repo,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.CreateInstance. See message Instance for field descriptions.

func (*CreateInstanceRequest) Descriptor deprecated

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

Deprecated: Use CreateInstanceRequest.ProtoReflect.Descriptor instead.

func (*CreateInstanceRequest) GetAdminConnector added in v0.37.0

func (x *CreateInstanceRequest) GetAdminConnector() string

func (*CreateInstanceRequest) GetAiConnector added in v0.41.0

func (x *CreateInstanceRequest) GetAiConnector() string

func (*CreateInstanceRequest) GetAnnotations added in v0.31.0

func (x *CreateInstanceRequest) GetAnnotations() map[string]string

func (*CreateInstanceRequest) GetConnectors added in v0.32.0

func (x *CreateInstanceRequest) GetConnectors() []*Connector

func (*CreateInstanceRequest) GetEmbedCatalog

func (x *CreateInstanceRequest) GetEmbedCatalog() bool

func (*CreateInstanceRequest) GetEnvironment added in v0.41.0

func (x *CreateInstanceRequest) GetEnvironment() string

func (*CreateInstanceRequest) GetInstanceId

func (x *CreateInstanceRequest) GetInstanceId() string

func (*CreateInstanceRequest) GetOlapConnector added in v0.33.2

func (x *CreateInstanceRequest) GetOlapConnector() string

func (*CreateInstanceRequest) GetRepoConnector added in v0.33.2

func (x *CreateInstanceRequest) GetRepoConnector() string

func (*CreateInstanceRequest) GetVariables added in v0.23.0

func (x *CreateInstanceRequest) GetVariables() map[string]string

func (*CreateInstanceRequest) GetWatchRepo added in v0.35.0

func (x *CreateInstanceRequest) GetWatchRepo() bool

func (*CreateInstanceRequest) ProtoMessage

func (*CreateInstanceRequest) ProtoMessage()

func (*CreateInstanceRequest) ProtoReflect

func (x *CreateInstanceRequest) ProtoReflect() protoreflect.Message

func (*CreateInstanceRequest) Reset

func (x *CreateInstanceRequest) Reset()

func (*CreateInstanceRequest) String

func (x *CreateInstanceRequest) String() string

func (*CreateInstanceRequest) Validate added in v0.20.0

func (m *CreateInstanceRequest) Validate() error

Validate checks the field values on CreateInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateInstanceRequest) ValidateAll added in v0.20.0

func (m *CreateInstanceRequest) ValidateAll() error

ValidateAll checks the field values on CreateInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateInstanceRequestMultiError, or nil if none found.

type CreateInstanceRequestMultiError added in v0.20.0

type CreateInstanceRequestMultiError []error

CreateInstanceRequestMultiError is an error wrapping multiple validation errors returned by CreateInstanceRequest.ValidateAll() if the designated constraints aren't met.

func (CreateInstanceRequestMultiError) AllErrors added in v0.20.0

func (m CreateInstanceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateInstanceRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type CreateInstanceRequestValidationError added in v0.20.0

type CreateInstanceRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateInstanceRequestValidationError is the validation error returned by CreateInstanceRequest.Validate if the designated constraints aren't met.

func (CreateInstanceRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (CreateInstanceRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (CreateInstanceRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (CreateInstanceRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (CreateInstanceRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (CreateInstanceRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type CreateInstanceResponse

type CreateInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.CreateInstance

func (*CreateInstanceResponse) Descriptor deprecated

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

Deprecated: Use CreateInstanceResponse.ProtoReflect.Descriptor instead.

func (*CreateInstanceResponse) GetInstance

func (x *CreateInstanceResponse) GetInstance() *Instance

func (*CreateInstanceResponse) ProtoMessage

func (*CreateInstanceResponse) ProtoMessage()

func (*CreateInstanceResponse) ProtoReflect

func (x *CreateInstanceResponse) ProtoReflect() protoreflect.Message

func (*CreateInstanceResponse) Reset

func (x *CreateInstanceResponse) Reset()

func (*CreateInstanceResponse) String

func (x *CreateInstanceResponse) String() string

func (*CreateInstanceResponse) Validate added in v0.20.0

func (m *CreateInstanceResponse) Validate() error

Validate checks the field values on CreateInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateInstanceResponse) ValidateAll added in v0.20.0

func (m *CreateInstanceResponse) ValidateAll() error

ValidateAll checks the field values on CreateInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateInstanceResponseMultiError, or nil if none found.

type CreateInstanceResponseMultiError added in v0.20.0

type CreateInstanceResponseMultiError []error

CreateInstanceResponseMultiError is an error wrapping multiple validation errors returned by CreateInstanceResponse.ValidateAll() if the designated constraints aren't met.

func (CreateInstanceResponseMultiError) AllErrors added in v0.20.0

func (m CreateInstanceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateInstanceResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type CreateInstanceResponseValidationError added in v0.20.0

type CreateInstanceResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateInstanceResponseValidationError is the validation error returned by CreateInstanceResponse.Validate if the designated constraints aren't met.

func (CreateInstanceResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (CreateInstanceResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (CreateInstanceResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (CreateInstanceResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (CreateInstanceResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (CreateInstanceResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type CreateTriggerRequest added in v0.32.0

type CreateTriggerRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Types that are assignable to Trigger:
	//
	//	*CreateTriggerRequest_PullTriggerSpec
	//	*CreateTriggerRequest_RefreshTriggerSpec
	Trigger isCreateTriggerRequest_Trigger `protobuf_oneof:"trigger"`
	// contains filtered or unexported fields
}

func (*CreateTriggerRequest) Descriptor deprecated added in v0.32.0

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

Deprecated: Use CreateTriggerRequest.ProtoReflect.Descriptor instead.

func (*CreateTriggerRequest) GetInstanceId added in v0.32.0

func (x *CreateTriggerRequest) GetInstanceId() string

func (*CreateTriggerRequest) GetPullTriggerSpec added in v0.32.0

func (x *CreateTriggerRequest) GetPullTriggerSpec() *PullTriggerSpec

func (*CreateTriggerRequest) GetRefreshTriggerSpec added in v0.32.0

func (x *CreateTriggerRequest) GetRefreshTriggerSpec() *RefreshTriggerSpec

func (*CreateTriggerRequest) GetTrigger added in v0.32.0

func (m *CreateTriggerRequest) GetTrigger() isCreateTriggerRequest_Trigger

func (*CreateTriggerRequest) ProtoMessage added in v0.32.0

func (*CreateTriggerRequest) ProtoMessage()

func (*CreateTriggerRequest) ProtoReflect added in v0.32.0

func (x *CreateTriggerRequest) ProtoReflect() protoreflect.Message

func (*CreateTriggerRequest) Reset added in v0.32.0

func (x *CreateTriggerRequest) Reset()

func (*CreateTriggerRequest) String added in v0.32.0

func (x *CreateTriggerRequest) String() string

func (*CreateTriggerRequest) Validate added in v0.32.0

func (m *CreateTriggerRequest) Validate() error

Validate checks the field values on CreateTriggerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTriggerRequest) ValidateAll added in v0.32.0

func (m *CreateTriggerRequest) ValidateAll() error

ValidateAll checks the field values on CreateTriggerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTriggerRequestMultiError, or nil if none found.

type CreateTriggerRequestMultiError added in v0.32.0

type CreateTriggerRequestMultiError []error

CreateTriggerRequestMultiError is an error wrapping multiple validation errors returned by CreateTriggerRequest.ValidateAll() if the designated constraints aren't met.

func (CreateTriggerRequestMultiError) AllErrors added in v0.32.0

func (m CreateTriggerRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTriggerRequestMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type CreateTriggerRequestValidationError added in v0.32.0

type CreateTriggerRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateTriggerRequestValidationError is the validation error returned by CreateTriggerRequest.Validate if the designated constraints aren't met.

func (CreateTriggerRequestValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (CreateTriggerRequestValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (CreateTriggerRequestValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (CreateTriggerRequestValidationError) Field added in v0.32.0

Field function returns field value.

func (CreateTriggerRequestValidationError) Key added in v0.32.0

Key function returns key value.

func (CreateTriggerRequestValidationError) Reason added in v0.32.0

Reason function returns reason value.

type CreateTriggerRequest_PullTriggerSpec added in v0.32.0

type CreateTriggerRequest_PullTriggerSpec struct {
	PullTriggerSpec *PullTriggerSpec `protobuf:"bytes,2,opt,name=pull_trigger_spec,json=pullTriggerSpec,proto3,oneof"`
}

type CreateTriggerRequest_RefreshTriggerSpec added in v0.32.0

type CreateTriggerRequest_RefreshTriggerSpec struct {
	RefreshTriggerSpec *RefreshTriggerSpec `protobuf:"bytes,3,opt,name=refresh_trigger_spec,json=refreshTriggerSpec,proto3,oneof"`
}

type CreateTriggerResponse added in v0.32.0

type CreateTriggerResponse struct {
	// contains filtered or unexported fields
}

func (*CreateTriggerResponse) Descriptor deprecated added in v0.32.0

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

Deprecated: Use CreateTriggerResponse.ProtoReflect.Descriptor instead.

func (*CreateTriggerResponse) ProtoMessage added in v0.32.0

func (*CreateTriggerResponse) ProtoMessage()

func (*CreateTriggerResponse) ProtoReflect added in v0.32.0

func (x *CreateTriggerResponse) ProtoReflect() protoreflect.Message

func (*CreateTriggerResponse) Reset added in v0.32.0

func (x *CreateTriggerResponse) Reset()

func (*CreateTriggerResponse) String added in v0.32.0

func (x *CreateTriggerResponse) String() string

func (*CreateTriggerResponse) Validate added in v0.32.0

func (m *CreateTriggerResponse) Validate() error

Validate checks the field values on CreateTriggerResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateTriggerResponse) ValidateAll added in v0.32.0

func (m *CreateTriggerResponse) ValidateAll() error

ValidateAll checks the field values on CreateTriggerResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTriggerResponseMultiError, or nil if none found.

type CreateTriggerResponseMultiError added in v0.32.0

type CreateTriggerResponseMultiError []error

CreateTriggerResponseMultiError is an error wrapping multiple validation errors returned by CreateTriggerResponse.ValidateAll() if the designated constraints aren't met.

func (CreateTriggerResponseMultiError) AllErrors added in v0.32.0

func (m CreateTriggerResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateTriggerResponseMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type CreateTriggerResponseValidationError added in v0.32.0

type CreateTriggerResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateTriggerResponseValidationError is the validation error returned by CreateTriggerResponse.Validate if the designated constraints aren't met.

func (CreateTriggerResponseValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (CreateTriggerResponseValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (CreateTriggerResponseValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (CreateTriggerResponseValidationError) Field added in v0.32.0

Field function returns field value.

func (CreateTriggerResponseValidationError) Key added in v0.32.0

Key function returns key value.

func (CreateTriggerResponseValidationError) Reason added in v0.32.0

Reason function returns reason value.

type Dashboard added in v0.42.0

type Dashboard struct {
	Spec  *DashboardSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *DashboardState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Dashboard) Descriptor deprecated added in v0.42.0

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

Deprecated: Use Dashboard.ProtoReflect.Descriptor instead.

func (*Dashboard) GetSpec added in v0.42.0

func (x *Dashboard) GetSpec() *DashboardSpec

func (*Dashboard) GetState added in v0.42.0

func (x *Dashboard) GetState() *DashboardState

func (*Dashboard) ProtoMessage added in v0.42.0

func (*Dashboard) ProtoMessage()

func (*Dashboard) ProtoReflect added in v0.42.0

func (x *Dashboard) ProtoReflect() protoreflect.Message

func (*Dashboard) Reset added in v0.42.0

func (x *Dashboard) Reset()

func (*Dashboard) String added in v0.42.0

func (x *Dashboard) String() string

func (*Dashboard) Validate added in v0.42.0

func (m *Dashboard) Validate() error

Validate checks the field values on Dashboard with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Dashboard) ValidateAll added in v0.42.0

func (m *Dashboard) ValidateAll() error

ValidateAll checks the field values on Dashboard with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DashboardMultiError, or nil if none found.

type DashboardComponent added in v0.42.0

type DashboardComponent struct {
	Chart  string `protobuf:"bytes,1,opt,name=chart,proto3" json:"chart,omitempty"`
	X      uint32 `protobuf:"varint,2,opt,name=x,proto3" json:"x,omitempty"`
	Y      uint32 `protobuf:"varint,3,opt,name=y,proto3" json:"y,omitempty"`
	Width  uint32 `protobuf:"varint,4,opt,name=width,proto3" json:"width,omitempty"`
	Height uint32 `protobuf:"varint,5,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*DashboardComponent) Descriptor deprecated added in v0.42.0

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

Deprecated: Use DashboardComponent.ProtoReflect.Descriptor instead.

func (*DashboardComponent) GetChart added in v0.42.0

func (x *DashboardComponent) GetChart() string

func (*DashboardComponent) GetHeight added in v0.43.0

func (x *DashboardComponent) GetHeight() uint32

func (*DashboardComponent) GetWidth added in v0.43.0

func (x *DashboardComponent) GetWidth() uint32

func (*DashboardComponent) GetX added in v0.43.0

func (x *DashboardComponent) GetX() uint32

func (*DashboardComponent) GetY added in v0.43.0

func (x *DashboardComponent) GetY() uint32

func (*DashboardComponent) ProtoMessage added in v0.42.0

func (*DashboardComponent) ProtoMessage()

func (*DashboardComponent) ProtoReflect added in v0.42.0

func (x *DashboardComponent) ProtoReflect() protoreflect.Message

func (*DashboardComponent) Reset added in v0.42.0

func (x *DashboardComponent) Reset()

func (*DashboardComponent) String added in v0.42.0

func (x *DashboardComponent) String() string

func (*DashboardComponent) Validate added in v0.42.0

func (m *DashboardComponent) Validate() error

Validate checks the field values on DashboardComponent with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DashboardComponent) ValidateAll added in v0.42.0

func (m *DashboardComponent) ValidateAll() error

ValidateAll checks the field values on DashboardComponent with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DashboardComponentMultiError, or nil if none found.

type DashboardComponentMultiError added in v0.42.0

type DashboardComponentMultiError []error

DashboardComponentMultiError is an error wrapping multiple validation errors returned by DashboardComponent.ValidateAll() if the designated constraints aren't met.

func (DashboardComponentMultiError) AllErrors added in v0.42.0

func (m DashboardComponentMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DashboardComponentMultiError) Error added in v0.42.0

Error returns a concatenation of all the error messages it wraps.

type DashboardComponentValidationError added in v0.42.0

type DashboardComponentValidationError struct {
	// contains filtered or unexported fields
}

DashboardComponentValidationError is the validation error returned by DashboardComponent.Validate if the designated constraints aren't met.

func (DashboardComponentValidationError) Cause added in v0.42.0

Cause function returns cause value.

func (DashboardComponentValidationError) Error added in v0.42.0

Error satisfies the builtin error interface

func (DashboardComponentValidationError) ErrorName added in v0.42.0

ErrorName returns error name.

func (DashboardComponentValidationError) Field added in v0.42.0

Field function returns field value.

func (DashboardComponentValidationError) Key added in v0.42.0

Key function returns key value.

func (DashboardComponentValidationError) Reason added in v0.42.0

Reason function returns reason value.

type DashboardMultiError added in v0.42.0

type DashboardMultiError []error

DashboardMultiError is an error wrapping multiple validation errors returned by Dashboard.ValidateAll() if the designated constraints aren't met.

func (DashboardMultiError) AllErrors added in v0.42.0

func (m DashboardMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DashboardMultiError) Error added in v0.42.0

func (m DashboardMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DashboardSpec added in v0.42.0

type DashboardSpec struct {
	Title      string                `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Columns    uint32                `protobuf:"varint,2,opt,name=columns,proto3" json:"columns,omitempty"`
	Gap        uint32                `protobuf:"varint,3,opt,name=gap,proto3" json:"gap,omitempty"`
	Components []*DashboardComponent `protobuf:"bytes,4,rep,name=components,proto3" json:"components,omitempty"`
	// contains filtered or unexported fields
}

func (*DashboardSpec) Descriptor deprecated added in v0.42.0

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

Deprecated: Use DashboardSpec.ProtoReflect.Descriptor instead.

func (*DashboardSpec) GetColumns added in v0.43.0

func (x *DashboardSpec) GetColumns() uint32

func (*DashboardSpec) GetComponents added in v0.42.0

func (x *DashboardSpec) GetComponents() []*DashboardComponent

func (*DashboardSpec) GetGap added in v0.43.0

func (x *DashboardSpec) GetGap() uint32

func (*DashboardSpec) GetTitle added in v0.42.0

func (x *DashboardSpec) GetTitle() string

func (*DashboardSpec) ProtoMessage added in v0.42.0

func (*DashboardSpec) ProtoMessage()

func (*DashboardSpec) ProtoReflect added in v0.42.0

func (x *DashboardSpec) ProtoReflect() protoreflect.Message

func (*DashboardSpec) Reset added in v0.42.0

func (x *DashboardSpec) Reset()

func (*DashboardSpec) String added in v0.42.0

func (x *DashboardSpec) String() string

func (*DashboardSpec) Validate added in v0.42.0

func (m *DashboardSpec) Validate() error

Validate checks the field values on DashboardSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DashboardSpec) ValidateAll added in v0.42.0

func (m *DashboardSpec) ValidateAll() error

ValidateAll checks the field values on DashboardSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DashboardSpecMultiError, or nil if none found.

type DashboardSpecMultiError added in v0.42.0

type DashboardSpecMultiError []error

DashboardSpecMultiError is an error wrapping multiple validation errors returned by DashboardSpec.ValidateAll() if the designated constraints aren't met.

func (DashboardSpecMultiError) AllErrors added in v0.42.0

func (m DashboardSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DashboardSpecMultiError) Error added in v0.42.0

func (m DashboardSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DashboardSpecValidationError added in v0.42.0

type DashboardSpecValidationError struct {
	// contains filtered or unexported fields
}

DashboardSpecValidationError is the validation error returned by DashboardSpec.Validate if the designated constraints aren't met.

func (DashboardSpecValidationError) Cause added in v0.42.0

Cause function returns cause value.

func (DashboardSpecValidationError) Error added in v0.42.0

Error satisfies the builtin error interface

func (DashboardSpecValidationError) ErrorName added in v0.42.0

func (e DashboardSpecValidationError) ErrorName() string

ErrorName returns error name.

func (DashboardSpecValidationError) Field added in v0.42.0

Field function returns field value.

func (DashboardSpecValidationError) Key added in v0.42.0

Key function returns key value.

func (DashboardSpecValidationError) Reason added in v0.42.0

Reason function returns reason value.

type DashboardState added in v0.42.0

type DashboardState struct {
	// contains filtered or unexported fields
}

func (*DashboardState) Descriptor deprecated added in v0.42.0

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

Deprecated: Use DashboardState.ProtoReflect.Descriptor instead.

func (*DashboardState) ProtoMessage added in v0.42.0

func (*DashboardState) ProtoMessage()

func (*DashboardState) ProtoReflect added in v0.42.0

func (x *DashboardState) ProtoReflect() protoreflect.Message

func (*DashboardState) Reset added in v0.42.0

func (x *DashboardState) Reset()

func (*DashboardState) String added in v0.42.0

func (x *DashboardState) String() string

func (*DashboardState) Validate added in v0.42.0

func (m *DashboardState) Validate() error

Validate checks the field values on DashboardState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DashboardState) ValidateAll added in v0.42.0

func (m *DashboardState) ValidateAll() error

ValidateAll checks the field values on DashboardState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DashboardStateMultiError, or nil if none found.

type DashboardStateMultiError added in v0.42.0

type DashboardStateMultiError []error

DashboardStateMultiError is an error wrapping multiple validation errors returned by DashboardState.ValidateAll() if the designated constraints aren't met.

func (DashboardStateMultiError) AllErrors added in v0.42.0

func (m DashboardStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DashboardStateMultiError) Error added in v0.42.0

func (m DashboardStateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DashboardStateValidationError added in v0.42.0

type DashboardStateValidationError struct {
	// contains filtered or unexported fields
}

DashboardStateValidationError is the validation error returned by DashboardState.Validate if the designated constraints aren't met.

func (DashboardStateValidationError) Cause added in v0.42.0

Cause function returns cause value.

func (DashboardStateValidationError) Error added in v0.42.0

Error satisfies the builtin error interface

func (DashboardStateValidationError) ErrorName added in v0.42.0

func (e DashboardStateValidationError) ErrorName() string

ErrorName returns error name.

func (DashboardStateValidationError) Field added in v0.42.0

Field function returns field value.

func (DashboardStateValidationError) Key added in v0.42.0

Key function returns key value.

func (DashboardStateValidationError) Reason added in v0.42.0

Reason function returns reason value.

type DashboardValidationError added in v0.42.0

type DashboardValidationError struct {
	// contains filtered or unexported fields
}

DashboardValidationError is the validation error returned by Dashboard.Validate if the designated constraints aren't met.

func (DashboardValidationError) Cause added in v0.42.0

func (e DashboardValidationError) Cause() error

Cause function returns cause value.

func (DashboardValidationError) Error added in v0.42.0

func (e DashboardValidationError) Error() string

Error satisfies the builtin error interface

func (DashboardValidationError) ErrorName added in v0.42.0

func (e DashboardValidationError) ErrorName() string

ErrorName returns error name.

func (DashboardValidationError) Field added in v0.42.0

func (e DashboardValidationError) Field() string

Field function returns field value.

func (DashboardValidationError) Key added in v0.42.0

Key function returns key value.

func (DashboardValidationError) Reason added in v0.42.0

func (e DashboardValidationError) Reason() string

Reason function returns reason value.

type DeleteFileAndReconcileRequest

type DeleteFileAndReconcileRequest struct {

	// Instance to store file in and reconcile
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Path to store the file at
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// If true, will save the file and validate it and related file artifacts, but not actually execute any migrations.
	Dry bool `protobuf:"varint,3,opt,name=dry,proto3" json:"dry,omitempty"`
	// If true, will not execute any migrations if any artifact fails to validate.
	// Otherwise, it will execute a best-effort reconciliation (including dropping objects with
	// artifacts that fail to validate.)
	Strict bool `protobuf:"varint,4,opt,name=strict,proto3" json:"strict,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFileAndReconcileRequest) Descriptor deprecated

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

Deprecated: Use DeleteFileAndReconcileRequest.ProtoReflect.Descriptor instead.

func (*DeleteFileAndReconcileRequest) GetDry

func (x *DeleteFileAndReconcileRequest) GetDry() bool

func (*DeleteFileAndReconcileRequest) GetInstanceId

func (x *DeleteFileAndReconcileRequest) GetInstanceId() string

func (*DeleteFileAndReconcileRequest) GetPath

func (*DeleteFileAndReconcileRequest) GetStrict

func (x *DeleteFileAndReconcileRequest) GetStrict() bool

func (*DeleteFileAndReconcileRequest) ProtoMessage

func (*DeleteFileAndReconcileRequest) ProtoMessage()

func (*DeleteFileAndReconcileRequest) ProtoReflect

func (*DeleteFileAndReconcileRequest) Reset

func (x *DeleteFileAndReconcileRequest) Reset()

func (*DeleteFileAndReconcileRequest) String

func (*DeleteFileAndReconcileRequest) Validate added in v0.20.0

func (m *DeleteFileAndReconcileRequest) Validate() error

Validate checks the field values on DeleteFileAndReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteFileAndReconcileRequest) ValidateAll added in v0.20.0

func (m *DeleteFileAndReconcileRequest) ValidateAll() error

ValidateAll checks the field values on DeleteFileAndReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteFileAndReconcileRequestMultiError, or nil if none found.

type DeleteFileAndReconcileRequestMultiError added in v0.20.0

type DeleteFileAndReconcileRequestMultiError []error

DeleteFileAndReconcileRequestMultiError is an error wrapping multiple validation errors returned by DeleteFileAndReconcileRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteFileAndReconcileRequestMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (DeleteFileAndReconcileRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type DeleteFileAndReconcileRequestValidationError added in v0.20.0

type DeleteFileAndReconcileRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteFileAndReconcileRequestValidationError is the validation error returned by DeleteFileAndReconcileRequest.Validate if the designated constraints aren't met.

func (DeleteFileAndReconcileRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (DeleteFileAndReconcileRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (DeleteFileAndReconcileRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (DeleteFileAndReconcileRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (DeleteFileAndReconcileRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (DeleteFileAndReconcileRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type DeleteFileAndReconcileResponse

type DeleteFileAndReconcileResponse struct {

	// Errors encountered during reconciliation. If strict = false, any path in
	// affected_paths without an error can be assumed to have been reconciled succesfully.
	Errors []*ReconcileError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	// affected_paths lists all the file artifact paths that were considered while
	// executing the reconciliation. If changed_paths was empty, this will include all
	// code artifacts in the repo.
	AffectedPaths []string `protobuf:"bytes,2,rep,name=affected_paths,json=affectedPaths,proto3" json:"affected_paths,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFileAndReconcileResponse) Descriptor deprecated

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

Deprecated: Use DeleteFileAndReconcileResponse.ProtoReflect.Descriptor instead.

func (*DeleteFileAndReconcileResponse) GetAffectedPaths

func (x *DeleteFileAndReconcileResponse) GetAffectedPaths() []string

func (*DeleteFileAndReconcileResponse) GetErrors

func (*DeleteFileAndReconcileResponse) ProtoMessage

func (*DeleteFileAndReconcileResponse) ProtoMessage()

func (*DeleteFileAndReconcileResponse) ProtoReflect

func (*DeleteFileAndReconcileResponse) Reset

func (x *DeleteFileAndReconcileResponse) Reset()

func (*DeleteFileAndReconcileResponse) String

func (*DeleteFileAndReconcileResponse) Validate added in v0.20.0

func (m *DeleteFileAndReconcileResponse) Validate() error

Validate checks the field values on DeleteFileAndReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteFileAndReconcileResponse) ValidateAll added in v0.20.0

func (m *DeleteFileAndReconcileResponse) ValidateAll() error

ValidateAll checks the field values on DeleteFileAndReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteFileAndReconcileResponseMultiError, or nil if none found.

type DeleteFileAndReconcileResponseMultiError added in v0.20.0

type DeleteFileAndReconcileResponseMultiError []error

DeleteFileAndReconcileResponseMultiError is an error wrapping multiple validation errors returned by DeleteFileAndReconcileResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteFileAndReconcileResponseMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (DeleteFileAndReconcileResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type DeleteFileAndReconcileResponseValidationError added in v0.20.0

type DeleteFileAndReconcileResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteFileAndReconcileResponseValidationError is the validation error returned by DeleteFileAndReconcileResponse.Validate if the designated constraints aren't met.

func (DeleteFileAndReconcileResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (DeleteFileAndReconcileResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (DeleteFileAndReconcileResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (DeleteFileAndReconcileResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (DeleteFileAndReconcileResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (DeleteFileAndReconcileResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type DeleteFileRequest

type DeleteFileRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Path       string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.DeleteFile

func (*DeleteFileRequest) Descriptor deprecated

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

Deprecated: Use DeleteFileRequest.ProtoReflect.Descriptor instead.

func (*DeleteFileRequest) GetInstanceId

func (x *DeleteFileRequest) GetInstanceId() string

func (*DeleteFileRequest) GetPath

func (x *DeleteFileRequest) GetPath() string

func (*DeleteFileRequest) ProtoMessage

func (*DeleteFileRequest) ProtoMessage()

func (*DeleteFileRequest) ProtoReflect

func (x *DeleteFileRequest) ProtoReflect() protoreflect.Message

func (*DeleteFileRequest) Reset

func (x *DeleteFileRequest) Reset()

func (*DeleteFileRequest) String

func (x *DeleteFileRequest) String() string

func (*DeleteFileRequest) Validate added in v0.20.0

func (m *DeleteFileRequest) Validate() error

Validate checks the field values on DeleteFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteFileRequest) ValidateAll added in v0.20.0

func (m *DeleteFileRequest) ValidateAll() error

ValidateAll checks the field values on DeleteFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteFileRequestMultiError, or nil if none found.

type DeleteFileRequestMultiError added in v0.20.0

type DeleteFileRequestMultiError []error

DeleteFileRequestMultiError is an error wrapping multiple validation errors returned by DeleteFileRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteFileRequestMultiError) AllErrors added in v0.20.0

func (m DeleteFileRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteFileRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type DeleteFileRequestValidationError added in v0.20.0

type DeleteFileRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteFileRequestValidationError is the validation error returned by DeleteFileRequest.Validate if the designated constraints aren't met.

func (DeleteFileRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (DeleteFileRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (DeleteFileRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (DeleteFileRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (DeleteFileRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (DeleteFileRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type DeleteFileResponse

type DeleteFileResponse struct {
	// contains filtered or unexported fields
}

Response message for RuntimeService.DeleteFile

func (*DeleteFileResponse) Descriptor deprecated

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

Deprecated: Use DeleteFileResponse.ProtoReflect.Descriptor instead.

func (*DeleteFileResponse) ProtoMessage

func (*DeleteFileResponse) ProtoMessage()

func (*DeleteFileResponse) ProtoReflect

func (x *DeleteFileResponse) ProtoReflect() protoreflect.Message

func (*DeleteFileResponse) Reset

func (x *DeleteFileResponse) Reset()

func (*DeleteFileResponse) String

func (x *DeleteFileResponse) String() string

func (*DeleteFileResponse) Validate added in v0.20.0

func (m *DeleteFileResponse) Validate() error

Validate checks the field values on DeleteFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteFileResponse) ValidateAll added in v0.20.0

func (m *DeleteFileResponse) ValidateAll() error

ValidateAll checks the field values on DeleteFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteFileResponseMultiError, or nil if none found.

type DeleteFileResponseMultiError added in v0.20.0

type DeleteFileResponseMultiError []error

DeleteFileResponseMultiError is an error wrapping multiple validation errors returned by DeleteFileResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteFileResponseMultiError) AllErrors added in v0.20.0

func (m DeleteFileResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteFileResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type DeleteFileResponseValidationError added in v0.20.0

type DeleteFileResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteFileResponseValidationError is the validation error returned by DeleteFileResponse.Validate if the designated constraints aren't met.

func (DeleteFileResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (DeleteFileResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (DeleteFileResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (DeleteFileResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (DeleteFileResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (DeleteFileResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type DeleteInstanceRequest

type DeleteInstanceRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	DropOlap   *bool  `protobuf:"varint,2,opt,name=drop_olap,json=dropOlap,proto3,oneof" json:"drop_olap,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.DeleteInstance

func (*DeleteInstanceRequest) Descriptor deprecated

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

Deprecated: Use DeleteInstanceRequest.ProtoReflect.Descriptor instead.

func (*DeleteInstanceRequest) GetDropOlap added in v0.42.0

func (x *DeleteInstanceRequest) GetDropOlap() bool

func (*DeleteInstanceRequest) GetInstanceId

func (x *DeleteInstanceRequest) GetInstanceId() string

func (*DeleteInstanceRequest) ProtoMessage

func (*DeleteInstanceRequest) ProtoMessage()

func (*DeleteInstanceRequest) ProtoReflect

func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message

func (*DeleteInstanceRequest) Reset

func (x *DeleteInstanceRequest) Reset()

func (*DeleteInstanceRequest) String

func (x *DeleteInstanceRequest) String() string

func (*DeleteInstanceRequest) Validate added in v0.20.0

func (m *DeleteInstanceRequest) Validate() error

Validate checks the field values on DeleteInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteInstanceRequest) ValidateAll added in v0.20.0

func (m *DeleteInstanceRequest) ValidateAll() error

ValidateAll checks the field values on DeleteInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteInstanceRequestMultiError, or nil if none found.

type DeleteInstanceRequestMultiError added in v0.20.0

type DeleteInstanceRequestMultiError []error

DeleteInstanceRequestMultiError is an error wrapping multiple validation errors returned by DeleteInstanceRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteInstanceRequestMultiError) AllErrors added in v0.20.0

func (m DeleteInstanceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteInstanceRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type DeleteInstanceRequestValidationError added in v0.20.0

type DeleteInstanceRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteInstanceRequestValidationError is the validation error returned by DeleteInstanceRequest.Validate if the designated constraints aren't met.

func (DeleteInstanceRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (DeleteInstanceRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (DeleteInstanceRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (DeleteInstanceRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (DeleteInstanceRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (DeleteInstanceRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type DeleteInstanceResponse

type DeleteInstanceResponse struct {
	// contains filtered or unexported fields
}

Response message for RuntimeService.DeleteInstance

func (*DeleteInstanceResponse) Descriptor deprecated

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

Deprecated: Use DeleteInstanceResponse.ProtoReflect.Descriptor instead.

func (*DeleteInstanceResponse) ProtoMessage

func (*DeleteInstanceResponse) ProtoMessage()

func (*DeleteInstanceResponse) ProtoReflect

func (x *DeleteInstanceResponse) ProtoReflect() protoreflect.Message

func (*DeleteInstanceResponse) Reset

func (x *DeleteInstanceResponse) Reset()

func (*DeleteInstanceResponse) String

func (x *DeleteInstanceResponse) String() string

func (*DeleteInstanceResponse) Validate added in v0.20.0

func (m *DeleteInstanceResponse) Validate() error

Validate checks the field values on DeleteInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteInstanceResponse) ValidateAll added in v0.20.0

func (m *DeleteInstanceResponse) ValidateAll() error

ValidateAll checks the field values on DeleteInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteInstanceResponseMultiError, or nil if none found.

type DeleteInstanceResponseMultiError added in v0.20.0

type DeleteInstanceResponseMultiError []error

DeleteInstanceResponseMultiError is an error wrapping multiple validation errors returned by DeleteInstanceResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteInstanceResponseMultiError) AllErrors added in v0.20.0

func (m DeleteInstanceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteInstanceResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type DeleteInstanceResponseValidationError added in v0.20.0

type DeleteInstanceResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteInstanceResponseValidationError is the validation error returned by DeleteInstanceResponse.Validate if the designated constraints aren't met.

func (DeleteInstanceResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (DeleteInstanceResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (DeleteInstanceResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (DeleteInstanceResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (DeleteInstanceResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (DeleteInstanceResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type DependencyError added in v0.30.0

type DependencyError struct {
	Message    string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	Dependency string `protobuf:"bytes,2,opt,name=dependency,proto3" json:"dependency,omitempty"`
	// contains filtered or unexported fields
}

func (*DependencyError) Descriptor deprecated added in v0.30.0

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

Deprecated: Use DependencyError.ProtoReflect.Descriptor instead.

func (*DependencyError) GetDependency added in v0.30.0

func (x *DependencyError) GetDependency() string

func (*DependencyError) GetMessage added in v0.30.0

func (x *DependencyError) GetMessage() string

func (*DependencyError) ProtoMessage added in v0.30.0

func (*DependencyError) ProtoMessage()

func (*DependencyError) ProtoReflect added in v0.30.0

func (x *DependencyError) ProtoReflect() protoreflect.Message

func (*DependencyError) Reset added in v0.30.0

func (x *DependencyError) Reset()

func (*DependencyError) String added in v0.30.0

func (x *DependencyError) String() string

func (*DependencyError) Validate added in v0.30.0

func (m *DependencyError) Validate() error

Validate checks the field values on DependencyError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DependencyError) ValidateAll added in v0.30.0

func (m *DependencyError) ValidateAll() error

ValidateAll checks the field values on DependencyError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DependencyErrorMultiError, or nil if none found.

type DependencyErrorMultiError added in v0.30.0

type DependencyErrorMultiError []error

DependencyErrorMultiError is an error wrapping multiple validation errors returned by DependencyError.ValidateAll() if the designated constraints aren't met.

func (DependencyErrorMultiError) AllErrors added in v0.30.0

func (m DependencyErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DependencyErrorMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type DependencyErrorValidationError added in v0.30.0

type DependencyErrorValidationError struct {
	// contains filtered or unexported fields
}

DependencyErrorValidationError is the validation error returned by DependencyError.Validate if the designated constraints aren't met.

func (DependencyErrorValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (DependencyErrorValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (DependencyErrorValidationError) ErrorName added in v0.30.0

func (e DependencyErrorValidationError) ErrorName() string

ErrorName returns error name.

func (DependencyErrorValidationError) Field added in v0.30.0

Field function returns field value.

func (DependencyErrorValidationError) Key added in v0.30.0

Key function returns key value.

func (DependencyErrorValidationError) Reason added in v0.30.0

Reason function returns reason value.

type DirEntry added in v0.43.0

type DirEntry struct {
	Path  string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	IsDir bool   `protobuf:"varint,2,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"`
	// contains filtered or unexported fields
}

func (*DirEntry) Descriptor deprecated added in v0.43.0

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

Deprecated: Use DirEntry.ProtoReflect.Descriptor instead.

func (*DirEntry) GetIsDir added in v0.43.0

func (x *DirEntry) GetIsDir() bool

func (*DirEntry) GetPath added in v0.43.0

func (x *DirEntry) GetPath() string

func (*DirEntry) ProtoMessage added in v0.43.0

func (*DirEntry) ProtoMessage()

func (*DirEntry) ProtoReflect added in v0.43.0

func (x *DirEntry) ProtoReflect() protoreflect.Message

func (*DirEntry) Reset added in v0.43.0

func (x *DirEntry) Reset()

func (*DirEntry) String added in v0.43.0

func (x *DirEntry) String() string

func (*DirEntry) Validate added in v0.43.0

func (m *DirEntry) Validate() error

Validate checks the field values on DirEntry with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DirEntry) ValidateAll added in v0.43.0

func (m *DirEntry) ValidateAll() error

ValidateAll checks the field values on DirEntry with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DirEntryMultiError, or nil if none found.

type DirEntryMultiError added in v0.43.0

type DirEntryMultiError []error

DirEntryMultiError is an error wrapping multiple validation errors returned by DirEntry.ValidateAll() if the designated constraints aren't met.

func (DirEntryMultiError) AllErrors added in v0.43.0

func (m DirEntryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DirEntryMultiError) Error added in v0.43.0

func (m DirEntryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DirEntryValidationError added in v0.43.0

type DirEntryValidationError struct {
	// contains filtered or unexported fields
}

DirEntryValidationError is the validation error returned by DirEntry.Validate if the designated constraints aren't met.

func (DirEntryValidationError) Cause added in v0.43.0

func (e DirEntryValidationError) Cause() error

Cause function returns cause value.

func (DirEntryValidationError) Error added in v0.43.0

func (e DirEntryValidationError) Error() string

Error satisfies the builtin error interface

func (DirEntryValidationError) ErrorName added in v0.43.0

func (e DirEntryValidationError) ErrorName() string

ErrorName returns error name.

func (DirEntryValidationError) Field added in v0.43.0

func (e DirEntryValidationError) Field() string

Field function returns field value.

func (DirEntryValidationError) Key added in v0.43.0

func (e DirEntryValidationError) Key() bool

Key function returns key value.

func (DirEntryValidationError) Reason added in v0.43.0

func (e DirEntryValidationError) Reason() string

Reason function returns reason value.

type EditInstanceRequest added in v0.23.0

type EditInstanceRequest struct {
	InstanceId     string            `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Environment    *string           `protobuf:"bytes,17,opt,name=environment,proto3,oneof" json:"environment,omitempty"`
	OlapConnector  *string           `protobuf:"bytes,2,opt,name=olap_connector,json=olapConnector,proto3,oneof" json:"olap_connector,omitempty"`
	RepoConnector  *string           `protobuf:"bytes,4,opt,name=repo_connector,json=repoConnector,proto3,oneof" json:"repo_connector,omitempty"`
	AdminConnector *string           `protobuf:"bytes,16,opt,name=admin_connector,json=adminConnector,proto3,oneof" json:"admin_connector,omitempty"`
	AiConnector    *string           `protobuf:"bytes,18,opt,name=ai_connector,json=aiConnector,proto3,oneof" json:"ai_connector,omitempty"`
	Connectors     []*Connector      `protobuf:"bytes,9,rep,name=connectors,proto3" json:"connectors,omitempty"`
	Variables      map[string]string `` /* 160-byte string literal not displayed */
	Annotations    map[string]string `` /* 164-byte string literal not displayed */
	EmbedCatalog   *bool             `protobuf:"varint,6,opt,name=embed_catalog,json=embedCatalog,proto3,oneof" json:"embed_catalog,omitempty"`
	WatchRepo      *bool             `protobuf:"varint,11,opt,name=watch_repo,json=watchRepo,proto3,oneof" json:"watch_repo,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.EditInstance. See message Instance for field descriptions.

func (*EditInstanceRequest) Descriptor deprecated added in v0.23.0

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

Deprecated: Use EditInstanceRequest.ProtoReflect.Descriptor instead.

func (*EditInstanceRequest) GetAdminConnector added in v0.37.0

func (x *EditInstanceRequest) GetAdminConnector() string

func (*EditInstanceRequest) GetAiConnector added in v0.41.0

func (x *EditInstanceRequest) GetAiConnector() string

func (*EditInstanceRequest) GetAnnotations added in v0.32.0

func (x *EditInstanceRequest) GetAnnotations() map[string]string

func (*EditInstanceRequest) GetConnectors added in v0.32.0

func (x *EditInstanceRequest) GetConnectors() []*Connector

func (*EditInstanceRequest) GetEmbedCatalog added in v0.23.0

func (x *EditInstanceRequest) GetEmbedCatalog() bool

func (*EditInstanceRequest) GetEnvironment added in v0.41.0

func (x *EditInstanceRequest) GetEnvironment() string

func (*EditInstanceRequest) GetInstanceId added in v0.23.0

func (x *EditInstanceRequest) GetInstanceId() string

func (*EditInstanceRequest) GetOlapConnector added in v0.33.2

func (x *EditInstanceRequest) GetOlapConnector() string

func (*EditInstanceRequest) GetRepoConnector added in v0.33.2

func (x *EditInstanceRequest) GetRepoConnector() string

func (*EditInstanceRequest) GetVariables added in v0.23.0

func (x *EditInstanceRequest) GetVariables() map[string]string

func (*EditInstanceRequest) GetWatchRepo added in v0.35.0

func (x *EditInstanceRequest) GetWatchRepo() bool

func (*EditInstanceRequest) ProtoMessage added in v0.23.0

func (*EditInstanceRequest) ProtoMessage()

func (*EditInstanceRequest) ProtoReflect added in v0.23.0

func (x *EditInstanceRequest) ProtoReflect() protoreflect.Message

func (*EditInstanceRequest) Reset added in v0.23.0

func (x *EditInstanceRequest) Reset()

func (*EditInstanceRequest) String added in v0.23.0

func (x *EditInstanceRequest) String() string

func (*EditInstanceRequest) Validate added in v0.23.0

func (m *EditInstanceRequest) Validate() error

Validate checks the field values on EditInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EditInstanceRequest) ValidateAll added in v0.23.0

func (m *EditInstanceRequest) ValidateAll() error

ValidateAll checks the field values on EditInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EditInstanceRequestMultiError, or nil if none found.

type EditInstanceRequestMultiError added in v0.23.0

type EditInstanceRequestMultiError []error

EditInstanceRequestMultiError is an error wrapping multiple validation errors returned by EditInstanceRequest.ValidateAll() if the designated constraints aren't met.

func (EditInstanceRequestMultiError) AllErrors added in v0.23.0

func (m EditInstanceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditInstanceRequestMultiError) Error added in v0.23.0

Error returns a concatenation of all the error messages it wraps.

type EditInstanceRequestValidationError added in v0.23.0

type EditInstanceRequestValidationError struct {
	// contains filtered or unexported fields
}

EditInstanceRequestValidationError is the validation error returned by EditInstanceRequest.Validate if the designated constraints aren't met.

func (EditInstanceRequestValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (EditInstanceRequestValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (EditInstanceRequestValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (EditInstanceRequestValidationError) Field added in v0.23.0

Field function returns field value.

func (EditInstanceRequestValidationError) Key added in v0.23.0

Key function returns key value.

func (EditInstanceRequestValidationError) Reason added in v0.23.0

Reason function returns reason value.

type EditInstanceResponse added in v0.23.0

type EditInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.EditInstance

func (*EditInstanceResponse) Descriptor deprecated added in v0.23.0

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

Deprecated: Use EditInstanceResponse.ProtoReflect.Descriptor instead.

func (*EditInstanceResponse) GetInstance added in v0.23.0

func (x *EditInstanceResponse) GetInstance() *Instance

func (*EditInstanceResponse) ProtoMessage added in v0.23.0

func (*EditInstanceResponse) ProtoMessage()

func (*EditInstanceResponse) ProtoReflect added in v0.23.0

func (x *EditInstanceResponse) ProtoReflect() protoreflect.Message

func (*EditInstanceResponse) Reset added in v0.23.0

func (x *EditInstanceResponse) Reset()

func (*EditInstanceResponse) String added in v0.23.0

func (x *EditInstanceResponse) String() string

func (*EditInstanceResponse) Validate added in v0.23.0

func (m *EditInstanceResponse) Validate() error

Validate checks the field values on EditInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EditInstanceResponse) ValidateAll added in v0.23.0

func (m *EditInstanceResponse) ValidateAll() error

ValidateAll checks the field values on EditInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EditInstanceResponseMultiError, or nil if none found.

type EditInstanceResponseMultiError added in v0.23.0

type EditInstanceResponseMultiError []error

EditInstanceResponseMultiError is an error wrapping multiple validation errors returned by EditInstanceResponse.ValidateAll() if the designated constraints aren't met.

func (EditInstanceResponseMultiError) AllErrors added in v0.23.0

func (m EditInstanceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditInstanceResponseMultiError) Error added in v0.23.0

Error returns a concatenation of all the error messages it wraps.

type EditInstanceResponseValidationError added in v0.23.0

type EditInstanceResponseValidationError struct {
	// contains filtered or unexported fields
}

EditInstanceResponseValidationError is the validation error returned by EditInstanceResponse.Validate if the designated constraints aren't met.

func (EditInstanceResponseValidationError) Cause added in v0.23.0

Cause function returns cause value.

func (EditInstanceResponseValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (EditInstanceResponseValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (EditInstanceResponseValidationError) Field added in v0.23.0

Field function returns field value.

func (EditInstanceResponseValidationError) Key added in v0.23.0

Key function returns key value.

func (EditInstanceResponseValidationError) Reason added in v0.23.0

Reason function returns reason value.

type Example added in v0.26.0

type Example struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title       string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

Example contains metadata about an example project that is available for unpacking.

func (*Example) Descriptor deprecated added in v0.26.0

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

Deprecated: Use Example.ProtoReflect.Descriptor instead.

func (*Example) GetDescription added in v0.26.0

func (x *Example) GetDescription() string

func (*Example) GetName added in v0.26.0

func (x *Example) GetName() string

func (*Example) GetTitle added in v0.26.0

func (x *Example) GetTitle() string

func (*Example) ProtoMessage added in v0.26.0

func (*Example) ProtoMessage()

func (*Example) ProtoReflect added in v0.26.0

func (x *Example) ProtoReflect() protoreflect.Message

func (*Example) Reset added in v0.26.0

func (x *Example) Reset()

func (*Example) String added in v0.26.0

func (x *Example) String() string

func (*Example) Validate added in v0.26.0

func (m *Example) Validate() error

Validate checks the field values on Example with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Example) ValidateAll added in v0.26.0

func (m *Example) ValidateAll() error

ValidateAll checks the field values on Example with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExampleMultiError, or nil if none found.

type ExampleMultiError added in v0.26.0

type ExampleMultiError []error

ExampleMultiError is an error wrapping multiple validation errors returned by Example.ValidateAll() if the designated constraints aren't met.

func (ExampleMultiError) AllErrors added in v0.26.0

func (m ExampleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExampleMultiError) Error added in v0.26.0

func (m ExampleMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExampleValidationError added in v0.26.0

type ExampleValidationError struct {
	// contains filtered or unexported fields
}

ExampleValidationError is the validation error returned by Example.Validate if the designated constraints aren't met.

func (ExampleValidationError) Cause added in v0.26.0

func (e ExampleValidationError) Cause() error

Cause function returns cause value.

func (ExampleValidationError) Error added in v0.26.0

func (e ExampleValidationError) Error() string

Error satisfies the builtin error interface

func (ExampleValidationError) ErrorName added in v0.26.0

func (e ExampleValidationError) ErrorName() string

ErrorName returns error name.

func (ExampleValidationError) Field added in v0.26.0

func (e ExampleValidationError) Field() string

Field function returns field value.

func (ExampleValidationError) Key added in v0.26.0

func (e ExampleValidationError) Key() bool

Key function returns key value.

func (ExampleValidationError) Reason added in v0.26.0

func (e ExampleValidationError) Reason() string

Reason function returns reason value.

type ExecutionError added in v0.30.0

type ExecutionError struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ExecutionError) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ExecutionError.ProtoReflect.Descriptor instead.

func (*ExecutionError) GetMessage added in v0.30.0

func (x *ExecutionError) GetMessage() string

func (*ExecutionError) ProtoMessage added in v0.30.0

func (*ExecutionError) ProtoMessage()

func (*ExecutionError) ProtoReflect added in v0.30.0

func (x *ExecutionError) ProtoReflect() protoreflect.Message

func (*ExecutionError) Reset added in v0.30.0

func (x *ExecutionError) Reset()

func (*ExecutionError) String added in v0.30.0

func (x *ExecutionError) String() string

func (*ExecutionError) Validate added in v0.30.0

func (m *ExecutionError) Validate() error

Validate checks the field values on ExecutionError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExecutionError) ValidateAll added in v0.30.0

func (m *ExecutionError) ValidateAll() error

ValidateAll checks the field values on ExecutionError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExecutionErrorMultiError, or nil if none found.

type ExecutionErrorMultiError added in v0.30.0

type ExecutionErrorMultiError []error

ExecutionErrorMultiError is an error wrapping multiple validation errors returned by ExecutionError.ValidateAll() if the designated constraints aren't met.

func (ExecutionErrorMultiError) AllErrors added in v0.30.0

func (m ExecutionErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExecutionErrorMultiError) Error added in v0.30.0

func (m ExecutionErrorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExecutionErrorValidationError added in v0.30.0

type ExecutionErrorValidationError struct {
	// contains filtered or unexported fields
}

ExecutionErrorValidationError is the validation error returned by ExecutionError.Validate if the designated constraints aren't met.

func (ExecutionErrorValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (ExecutionErrorValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ExecutionErrorValidationError) ErrorName added in v0.30.0

func (e ExecutionErrorValidationError) ErrorName() string

ErrorName returns error name.

func (ExecutionErrorValidationError) Field added in v0.30.0

Field function returns field value.

func (ExecutionErrorValidationError) Key added in v0.30.0

Key function returns key value.

func (ExecutionErrorValidationError) Reason added in v0.30.0

Reason function returns reason value.

type ExportFormat added in v0.27.3

type ExportFormat int32
const (
	ExportFormat_EXPORT_FORMAT_UNSPECIFIED ExportFormat = 0
	ExportFormat_EXPORT_FORMAT_CSV         ExportFormat = 1
	ExportFormat_EXPORT_FORMAT_XLSX        ExportFormat = 2
	ExportFormat_EXPORT_FORMAT_PARQUET     ExportFormat = 3
)

func (ExportFormat) Descriptor added in v0.27.3

func (ExportFormat) Enum added in v0.27.3

func (x ExportFormat) Enum() *ExportFormat

func (ExportFormat) EnumDescriptor deprecated added in v0.27.3

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

Deprecated: Use ExportFormat.Descriptor instead.

func (ExportFormat) Number added in v0.27.3

func (ExportFormat) String added in v0.27.3

func (x ExportFormat) String() string

func (ExportFormat) Type added in v0.27.3

type ExportRequest added in v0.27.3

type ExportRequest struct {
	InstanceId string       `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Limit      int64        `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	Format     ExportFormat `protobuf:"varint,3,opt,name=format,proto3,enum=rill.runtime.v1.ExportFormat" json:"format,omitempty"`
	Query      *Query       `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"`
	BakedQuery string       `protobuf:"bytes,5,opt,name=baked_query,json=bakedQuery,proto3" json:"baked_query,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportRequest) Descriptor deprecated added in v0.27.3

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

Deprecated: Use ExportRequest.ProtoReflect.Descriptor instead.

func (*ExportRequest) GetBakedQuery added in v0.36.0

func (x *ExportRequest) GetBakedQuery() string

func (*ExportRequest) GetFormat added in v0.27.3

func (x *ExportRequest) GetFormat() ExportFormat

func (*ExportRequest) GetInstanceId added in v0.27.3

func (x *ExportRequest) GetInstanceId() string

func (*ExportRequest) GetLimit added in v0.27.3

func (x *ExportRequest) GetLimit() int64

func (*ExportRequest) GetQuery added in v0.36.0

func (x *ExportRequest) GetQuery() *Query

func (*ExportRequest) ProtoMessage added in v0.27.3

func (*ExportRequest) ProtoMessage()

func (*ExportRequest) ProtoReflect added in v0.27.3

func (x *ExportRequest) ProtoReflect() protoreflect.Message

func (*ExportRequest) Reset added in v0.27.3

func (x *ExportRequest) Reset()

func (*ExportRequest) String added in v0.27.3

func (x *ExportRequest) String() string

func (*ExportRequest) Validate added in v0.27.3

func (m *ExportRequest) Validate() error

Validate checks the field values on ExportRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExportRequest) ValidateAll added in v0.27.3

func (m *ExportRequest) ValidateAll() error

ValidateAll checks the field values on ExportRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExportRequestMultiError, or nil if none found.

type ExportRequestMultiError added in v0.27.3

type ExportRequestMultiError []error

ExportRequestMultiError is an error wrapping multiple validation errors returned by ExportRequest.ValidateAll() if the designated constraints aren't met.

func (ExportRequestMultiError) AllErrors added in v0.27.3

func (m ExportRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExportRequestMultiError) Error added in v0.27.3

func (m ExportRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExportRequestValidationError added in v0.27.3

type ExportRequestValidationError struct {
	// contains filtered or unexported fields
}

ExportRequestValidationError is the validation error returned by ExportRequest.Validate if the designated constraints aren't met.

func (ExportRequestValidationError) Cause added in v0.27.3

Cause function returns cause value.

func (ExportRequestValidationError) Error added in v0.27.3

Error satisfies the builtin error interface

func (ExportRequestValidationError) ErrorName added in v0.27.3

func (e ExportRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ExportRequestValidationError) Field added in v0.27.3

Field function returns field value.

func (ExportRequestValidationError) Key added in v0.27.3

Key function returns key value.

func (ExportRequestValidationError) Reason added in v0.27.3

Reason function returns reason value.

type ExportResponse added in v0.27.3

type ExportResponse struct {
	DownloadUrlPath string `protobuf:"bytes,1,opt,name=download_url_path,json=downloadUrlPath,proto3" json:"download_url_path,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportResponse) Descriptor deprecated added in v0.27.3

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

Deprecated: Use ExportResponse.ProtoReflect.Descriptor instead.

func (*ExportResponse) GetDownloadUrlPath added in v0.27.3

func (x *ExportResponse) GetDownloadUrlPath() string

func (*ExportResponse) ProtoMessage added in v0.27.3

func (*ExportResponse) ProtoMessage()

func (*ExportResponse) ProtoReflect added in v0.27.3

func (x *ExportResponse) ProtoReflect() protoreflect.Message

func (*ExportResponse) Reset added in v0.27.3

func (x *ExportResponse) Reset()

func (*ExportResponse) String added in v0.27.3

func (x *ExportResponse) String() string

func (*ExportResponse) Validate added in v0.27.3

func (m *ExportResponse) Validate() error

Validate checks the field values on ExportResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ExportResponse) ValidateAll added in v0.27.3

func (m *ExportResponse) ValidateAll() error

ValidateAll checks the field values on ExportResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExportResponseMultiError, or nil if none found.

type ExportResponseMultiError added in v0.27.3

type ExportResponseMultiError []error

ExportResponseMultiError is an error wrapping multiple validation errors returned by ExportResponse.ValidateAll() if the designated constraints aren't met.

func (ExportResponseMultiError) AllErrors added in v0.27.3

func (m ExportResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExportResponseMultiError) Error added in v0.27.3

func (m ExportResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExportResponseValidationError added in v0.27.3

type ExportResponseValidationError struct {
	// contains filtered or unexported fields
}

ExportResponseValidationError is the validation error returned by ExportResponse.Validate if the designated constraints aren't met.

func (ExportResponseValidationError) Cause added in v0.27.3

Cause function returns cause value.

func (ExportResponseValidationError) Error added in v0.27.3

Error satisfies the builtin error interface

func (ExportResponseValidationError) ErrorName added in v0.27.3

func (e ExportResponseValidationError) ErrorName() string

ErrorName returns error name.

func (ExportResponseValidationError) Field added in v0.27.3

Field function returns field value.

func (ExportResponseValidationError) Key added in v0.27.3

Key function returns key value.

func (ExportResponseValidationError) Reason added in v0.27.3

Reason function returns reason value.

type Expression added in v0.39.0

type Expression struct {

	// Types that are assignable to Expression:
	//
	//	*Expression_Ident
	//	*Expression_Val
	//	*Expression_Cond
	Expression isExpression_Expression `protobuf_oneof:"expression"`
	// contains filtered or unexported fields
}

func (*Expression) Descriptor deprecated added in v0.39.0

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

Deprecated: Use Expression.ProtoReflect.Descriptor instead.

func (*Expression) GetCond added in v0.39.0

func (x *Expression) GetCond() *Condition

func (*Expression) GetExpression added in v0.39.0

func (m *Expression) GetExpression() isExpression_Expression

func (*Expression) GetIdent added in v0.39.0

func (x *Expression) GetIdent() string

func (*Expression) GetVal added in v0.39.0

func (x *Expression) GetVal() *structpb.Value

func (*Expression) ProtoMessage added in v0.39.0

func (*Expression) ProtoMessage()

func (*Expression) ProtoReflect added in v0.39.0

func (x *Expression) ProtoReflect() protoreflect.Message

func (*Expression) Reset added in v0.39.0

func (x *Expression) Reset()

func (*Expression) String added in v0.39.0

func (x *Expression) String() string

func (*Expression) Validate added in v0.39.0

func (m *Expression) Validate() error

Validate checks the field values on Expression with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Expression) ValidateAll added in v0.39.0

func (m *Expression) ValidateAll() error

ValidateAll checks the field values on Expression with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExpressionMultiError, or nil if none found.

type ExpressionMultiError added in v0.39.0

type ExpressionMultiError []error

ExpressionMultiError is an error wrapping multiple validation errors returned by Expression.ValidateAll() if the designated constraints aren't met.

func (ExpressionMultiError) AllErrors added in v0.39.0

func (m ExpressionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ExpressionMultiError) Error added in v0.39.0

func (m ExpressionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ExpressionValidationError added in v0.39.0

type ExpressionValidationError struct {
	// contains filtered or unexported fields
}

ExpressionValidationError is the validation error returned by Expression.Validate if the designated constraints aren't met.

func (ExpressionValidationError) Cause added in v0.39.0

func (e ExpressionValidationError) Cause() error

Cause function returns cause value.

func (ExpressionValidationError) Error added in v0.39.0

Error satisfies the builtin error interface

func (ExpressionValidationError) ErrorName added in v0.39.0

func (e ExpressionValidationError) ErrorName() string

ErrorName returns error name.

func (ExpressionValidationError) Field added in v0.39.0

Field function returns field value.

func (ExpressionValidationError) Key added in v0.39.0

Key function returns key value.

func (ExpressionValidationError) Reason added in v0.39.0

func (e ExpressionValidationError) Reason() string

Reason function returns reason value.

type Expression_Cond added in v0.39.0

type Expression_Cond struct {
	Cond *Condition `protobuf:"bytes,3,opt,name=cond,proto3,oneof"`
}

type Expression_Ident added in v0.39.0

type Expression_Ident struct {
	Ident string `protobuf:"bytes,1,opt,name=ident,proto3,oneof"`
}

type Expression_Val added in v0.39.0

type Expression_Val struct {
	Val *structpb.Value `protobuf:"bytes,2,opt,name=val,proto3,oneof"`
}

type FileEvent added in v0.30.0

type FileEvent int32

FileEvent describes a file change.

const (
	FileEvent_FILE_EVENT_UNSPECIFIED FileEvent = 0
	FileEvent_FILE_EVENT_WRITE       FileEvent = 1
	FileEvent_FILE_EVENT_DELETE      FileEvent = 2
)

func (FileEvent) Descriptor added in v0.30.0

func (FileEvent) Descriptor() protoreflect.EnumDescriptor

func (FileEvent) Enum added in v0.30.0

func (x FileEvent) Enum() *FileEvent

func (FileEvent) EnumDescriptor deprecated added in v0.30.0

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

Deprecated: Use FileEvent.Descriptor instead.

func (FileEvent) Number added in v0.30.0

func (x FileEvent) Number() protoreflect.EnumNumber

func (FileEvent) String added in v0.30.0

func (x FileEvent) String() string

func (FileEvent) Type added in v0.30.0

type GCSGetCredentialsInfoRequest added in v0.27.0

type GCSGetCredentialsInfoRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	// contains filtered or unexported fields
}

func (*GCSGetCredentialsInfoRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GCSGetCredentialsInfoRequest.ProtoReflect.Descriptor instead.

func (*GCSGetCredentialsInfoRequest) GetConnector added in v0.31.0

func (x *GCSGetCredentialsInfoRequest) GetConnector() string

func (*GCSGetCredentialsInfoRequest) GetInstanceId added in v0.31.0

func (x *GCSGetCredentialsInfoRequest) GetInstanceId() string

func (*GCSGetCredentialsInfoRequest) ProtoMessage added in v0.27.0

func (*GCSGetCredentialsInfoRequest) ProtoMessage()

func (*GCSGetCredentialsInfoRequest) ProtoReflect added in v0.27.0

func (*GCSGetCredentialsInfoRequest) Reset added in v0.27.0

func (x *GCSGetCredentialsInfoRequest) Reset()

func (*GCSGetCredentialsInfoRequest) String added in v0.27.0

func (*GCSGetCredentialsInfoRequest) Validate added in v0.27.0

func (m *GCSGetCredentialsInfoRequest) Validate() error

Validate checks the field values on GCSGetCredentialsInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GCSGetCredentialsInfoRequest) ValidateAll added in v0.27.0

func (m *GCSGetCredentialsInfoRequest) ValidateAll() error

ValidateAll checks the field values on GCSGetCredentialsInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSGetCredentialsInfoRequestMultiError, or nil if none found.

type GCSGetCredentialsInfoRequestMultiError added in v0.27.0

type GCSGetCredentialsInfoRequestMultiError []error

GCSGetCredentialsInfoRequestMultiError is an error wrapping multiple validation errors returned by GCSGetCredentialsInfoRequest.ValidateAll() if the designated constraints aren't met.

func (GCSGetCredentialsInfoRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GCSGetCredentialsInfoRequestMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type GCSGetCredentialsInfoRequestValidationError added in v0.27.0

type GCSGetCredentialsInfoRequestValidationError struct {
	// contains filtered or unexported fields
}

GCSGetCredentialsInfoRequestValidationError is the validation error returned by GCSGetCredentialsInfoRequest.Validate if the designated constraints aren't met.

func (GCSGetCredentialsInfoRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GCSGetCredentialsInfoRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GCSGetCredentialsInfoRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GCSGetCredentialsInfoRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GCSGetCredentialsInfoRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GCSGetCredentialsInfoRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GCSGetCredentialsInfoResponse added in v0.27.0

type GCSGetCredentialsInfoResponse struct {
	Exist     bool   `protobuf:"varint,1,opt,name=exist,proto3" json:"exist,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GCSGetCredentialsInfoResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GCSGetCredentialsInfoResponse.ProtoReflect.Descriptor instead.

func (*GCSGetCredentialsInfoResponse) GetExist added in v0.27.0

func (x *GCSGetCredentialsInfoResponse) GetExist() bool

func (*GCSGetCredentialsInfoResponse) GetProjectId added in v0.27.0

func (x *GCSGetCredentialsInfoResponse) GetProjectId() string

func (*GCSGetCredentialsInfoResponse) ProtoMessage added in v0.27.0

func (*GCSGetCredentialsInfoResponse) ProtoMessage()

func (*GCSGetCredentialsInfoResponse) ProtoReflect added in v0.27.0

func (*GCSGetCredentialsInfoResponse) Reset added in v0.27.0

func (x *GCSGetCredentialsInfoResponse) Reset()

func (*GCSGetCredentialsInfoResponse) String added in v0.27.0

func (*GCSGetCredentialsInfoResponse) Validate added in v0.27.0

func (m *GCSGetCredentialsInfoResponse) Validate() error

Validate checks the field values on GCSGetCredentialsInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GCSGetCredentialsInfoResponse) ValidateAll added in v0.27.0

func (m *GCSGetCredentialsInfoResponse) ValidateAll() error

ValidateAll checks the field values on GCSGetCredentialsInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSGetCredentialsInfoResponseMultiError, or nil if none found.

type GCSGetCredentialsInfoResponseMultiError added in v0.27.0

type GCSGetCredentialsInfoResponseMultiError []error

GCSGetCredentialsInfoResponseMultiError is an error wrapping multiple validation errors returned by GCSGetCredentialsInfoResponse.ValidateAll() if the designated constraints aren't met.

func (GCSGetCredentialsInfoResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (GCSGetCredentialsInfoResponseMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type GCSGetCredentialsInfoResponseValidationError added in v0.27.0

type GCSGetCredentialsInfoResponseValidationError struct {
	// contains filtered or unexported fields
}

GCSGetCredentialsInfoResponseValidationError is the validation error returned by GCSGetCredentialsInfoResponse.Validate if the designated constraints aren't met.

func (GCSGetCredentialsInfoResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GCSGetCredentialsInfoResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GCSGetCredentialsInfoResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GCSGetCredentialsInfoResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GCSGetCredentialsInfoResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GCSGetCredentialsInfoResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GCSListBucketsRequest added in v0.27.0

type GCSListBucketsRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	PageSize   uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken  string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*GCSListBucketsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GCSListBucketsRequest.ProtoReflect.Descriptor instead.

func (*GCSListBucketsRequest) GetConnector added in v0.31.0

func (x *GCSListBucketsRequest) GetConnector() string

func (*GCSListBucketsRequest) GetInstanceId added in v0.31.0

func (x *GCSListBucketsRequest) GetInstanceId() string

func (*GCSListBucketsRequest) GetPageSize added in v0.27.0

func (x *GCSListBucketsRequest) GetPageSize() uint32

func (*GCSListBucketsRequest) GetPageToken added in v0.27.0

func (x *GCSListBucketsRequest) GetPageToken() string

func (*GCSListBucketsRequest) ProtoMessage added in v0.27.0

func (*GCSListBucketsRequest) ProtoMessage()

func (*GCSListBucketsRequest) ProtoReflect added in v0.27.0

func (x *GCSListBucketsRequest) ProtoReflect() protoreflect.Message

func (*GCSListBucketsRequest) Reset added in v0.27.0

func (x *GCSListBucketsRequest) Reset()

func (*GCSListBucketsRequest) String added in v0.27.0

func (x *GCSListBucketsRequest) String() string

func (*GCSListBucketsRequest) Validate added in v0.27.0

func (m *GCSListBucketsRequest) Validate() error

Validate checks the field values on GCSListBucketsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GCSListBucketsRequest) ValidateAll added in v0.27.0

func (m *GCSListBucketsRequest) ValidateAll() error

ValidateAll checks the field values on GCSListBucketsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSListBucketsRequestMultiError, or nil if none found.

type GCSListBucketsRequestMultiError added in v0.27.0

type GCSListBucketsRequestMultiError []error

GCSListBucketsRequestMultiError is an error wrapping multiple validation errors returned by GCSListBucketsRequest.ValidateAll() if the designated constraints aren't met.

func (GCSListBucketsRequestMultiError) AllErrors added in v0.27.0

func (m GCSListBucketsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GCSListBucketsRequestMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type GCSListBucketsRequestValidationError added in v0.27.0

type GCSListBucketsRequestValidationError struct {
	// contains filtered or unexported fields
}

GCSListBucketsRequestValidationError is the validation error returned by GCSListBucketsRequest.Validate if the designated constraints aren't met.

func (GCSListBucketsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GCSListBucketsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GCSListBucketsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GCSListBucketsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GCSListBucketsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GCSListBucketsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GCSListBucketsResponse added in v0.27.0

type GCSListBucketsResponse struct {
	NextPageToken string   `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Buckets       []string `protobuf:"bytes,2,rep,name=buckets,proto3" json:"buckets,omitempty"`
	// contains filtered or unexported fields
}

func (*GCSListBucketsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GCSListBucketsResponse.ProtoReflect.Descriptor instead.

func (*GCSListBucketsResponse) GetBuckets added in v0.27.0

func (x *GCSListBucketsResponse) GetBuckets() []string

func (*GCSListBucketsResponse) GetNextPageToken added in v0.27.0

func (x *GCSListBucketsResponse) GetNextPageToken() string

func (*GCSListBucketsResponse) ProtoMessage added in v0.27.0

func (*GCSListBucketsResponse) ProtoMessage()

func (*GCSListBucketsResponse) ProtoReflect added in v0.27.0

func (x *GCSListBucketsResponse) ProtoReflect() protoreflect.Message

func (*GCSListBucketsResponse) Reset added in v0.27.0

func (x *GCSListBucketsResponse) Reset()

func (*GCSListBucketsResponse) String added in v0.27.0

func (x *GCSListBucketsResponse) String() string

func (*GCSListBucketsResponse) Validate added in v0.27.0

func (m *GCSListBucketsResponse) Validate() error

Validate checks the field values on GCSListBucketsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GCSListBucketsResponse) ValidateAll added in v0.27.0

func (m *GCSListBucketsResponse) ValidateAll() error

ValidateAll checks the field values on GCSListBucketsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSListBucketsResponseMultiError, or nil if none found.

type GCSListBucketsResponseMultiError added in v0.27.0

type GCSListBucketsResponseMultiError []error

GCSListBucketsResponseMultiError is an error wrapping multiple validation errors returned by GCSListBucketsResponse.ValidateAll() if the designated constraints aren't met.

func (GCSListBucketsResponseMultiError) AllErrors added in v0.27.0

func (m GCSListBucketsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GCSListBucketsResponseMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type GCSListBucketsResponseValidationError added in v0.27.0

type GCSListBucketsResponseValidationError struct {
	// contains filtered or unexported fields
}

GCSListBucketsResponseValidationError is the validation error returned by GCSListBucketsResponse.Validate if the designated constraints aren't met.

func (GCSListBucketsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GCSListBucketsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GCSListBucketsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GCSListBucketsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GCSListBucketsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GCSListBucketsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GCSListObjectsRequest added in v0.27.0

type GCSListObjectsRequest struct {
	InstanceId  string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector   string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	PageSize    uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken   string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Bucket      string `protobuf:"bytes,5,opt,name=bucket,proto3" json:"bucket,omitempty"`
	Prefix      string `protobuf:"bytes,6,opt,name=prefix,proto3" json:"prefix,omitempty"`
	StartOffset string `protobuf:"bytes,7,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"`
	EndOffset   string `protobuf:"bytes,8,opt,name=end_offset,json=endOffset,proto3" json:"end_offset,omitempty"`
	Delimiter   string `protobuf:"bytes,9,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	// contains filtered or unexported fields
}

func (*GCSListObjectsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GCSListObjectsRequest.ProtoReflect.Descriptor instead.

func (*GCSListObjectsRequest) GetBucket added in v0.27.0

func (x *GCSListObjectsRequest) GetBucket() string

func (*GCSListObjectsRequest) GetConnector added in v0.31.0

func (x *GCSListObjectsRequest) GetConnector() string

func (*GCSListObjectsRequest) GetDelimiter added in v0.27.0

func (x *GCSListObjectsRequest) GetDelimiter() string

func (*GCSListObjectsRequest) GetEndOffset added in v0.27.0

func (x *GCSListObjectsRequest) GetEndOffset() string

func (*GCSListObjectsRequest) GetInstanceId added in v0.31.0

func (x *GCSListObjectsRequest) GetInstanceId() string

func (*GCSListObjectsRequest) GetPageSize added in v0.27.0

func (x *GCSListObjectsRequest) GetPageSize() uint32

func (*GCSListObjectsRequest) GetPageToken added in v0.27.0

func (x *GCSListObjectsRequest) GetPageToken() string

func (*GCSListObjectsRequest) GetPrefix added in v0.27.0

func (x *GCSListObjectsRequest) GetPrefix() string

func (*GCSListObjectsRequest) GetStartOffset added in v0.27.0

func (x *GCSListObjectsRequest) GetStartOffset() string

func (*GCSListObjectsRequest) ProtoMessage added in v0.27.0

func (*GCSListObjectsRequest) ProtoMessage()

func (*GCSListObjectsRequest) ProtoReflect added in v0.27.0

func (x *GCSListObjectsRequest) ProtoReflect() protoreflect.Message

func (*GCSListObjectsRequest) Reset added in v0.27.0

func (x *GCSListObjectsRequest) Reset()

func (*GCSListObjectsRequest) String added in v0.27.0

func (x *GCSListObjectsRequest) String() string

func (*GCSListObjectsRequest) Validate added in v0.27.0

func (m *GCSListObjectsRequest) Validate() error

Validate checks the field values on GCSListObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GCSListObjectsRequest) ValidateAll added in v0.27.0

func (m *GCSListObjectsRequest) ValidateAll() error

ValidateAll checks the field values on GCSListObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSListObjectsRequestMultiError, or nil if none found.

type GCSListObjectsRequestMultiError added in v0.27.0

type GCSListObjectsRequestMultiError []error

GCSListObjectsRequestMultiError is an error wrapping multiple validation errors returned by GCSListObjectsRequest.ValidateAll() if the designated constraints aren't met.

func (GCSListObjectsRequestMultiError) AllErrors added in v0.27.0

func (m GCSListObjectsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GCSListObjectsRequestMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type GCSListObjectsRequestValidationError added in v0.27.0

type GCSListObjectsRequestValidationError struct {
	// contains filtered or unexported fields
}

GCSListObjectsRequestValidationError is the validation error returned by GCSListObjectsRequest.Validate if the designated constraints aren't met.

func (GCSListObjectsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GCSListObjectsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GCSListObjectsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GCSListObjectsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (GCSListObjectsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (GCSListObjectsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GCSListObjectsResponse added in v0.27.0

type GCSListObjectsResponse struct {
	NextPageToken string       `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Objects       []*GCSObject `protobuf:"bytes,2,rep,name=objects,proto3" json:"objects,omitempty"`
	// contains filtered or unexported fields
}

func (*GCSListObjectsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GCSListObjectsResponse.ProtoReflect.Descriptor instead.

func (*GCSListObjectsResponse) GetNextPageToken added in v0.27.0

func (x *GCSListObjectsResponse) GetNextPageToken() string

func (*GCSListObjectsResponse) GetObjects added in v0.27.0

func (x *GCSListObjectsResponse) GetObjects() []*GCSObject

func (*GCSListObjectsResponse) ProtoMessage added in v0.27.0

func (*GCSListObjectsResponse) ProtoMessage()

func (*GCSListObjectsResponse) ProtoReflect added in v0.27.0

func (x *GCSListObjectsResponse) ProtoReflect() protoreflect.Message

func (*GCSListObjectsResponse) Reset added in v0.27.0

func (x *GCSListObjectsResponse) Reset()

func (*GCSListObjectsResponse) String added in v0.27.0

func (x *GCSListObjectsResponse) String() string

func (*GCSListObjectsResponse) Validate added in v0.27.0

func (m *GCSListObjectsResponse) Validate() error

Validate checks the field values on GCSListObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GCSListObjectsResponse) ValidateAll added in v0.27.0

func (m *GCSListObjectsResponse) ValidateAll() error

ValidateAll checks the field values on GCSListObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSListObjectsResponseMultiError, or nil if none found.

type GCSListObjectsResponseMultiError added in v0.27.0

type GCSListObjectsResponseMultiError []error

GCSListObjectsResponseMultiError is an error wrapping multiple validation errors returned by GCSListObjectsResponse.ValidateAll() if the designated constraints aren't met.

func (GCSListObjectsResponseMultiError) AllErrors added in v0.27.0

func (m GCSListObjectsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GCSListObjectsResponseMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type GCSListObjectsResponseValidationError added in v0.27.0

type GCSListObjectsResponseValidationError struct {
	// contains filtered or unexported fields
}

GCSListObjectsResponseValidationError is the validation error returned by GCSListObjectsResponse.Validate if the designated constraints aren't met.

func (GCSListObjectsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (GCSListObjectsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (GCSListObjectsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (GCSListObjectsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (GCSListObjectsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (GCSListObjectsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type GCSObject added in v0.27.0

type GCSObject struct {
	Name       string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ModifiedOn *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=modified_on,json=modifiedOn,proto3" json:"modified_on,omitempty"`
	Size       int64                  `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	IsDir      bool                   `protobuf:"varint,4,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"`
	// contains filtered or unexported fields
}

func (*GCSObject) Descriptor deprecated added in v0.27.0

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

Deprecated: Use GCSObject.ProtoReflect.Descriptor instead.

func (*GCSObject) GetIsDir added in v0.27.0

func (x *GCSObject) GetIsDir() bool

func (*GCSObject) GetModifiedOn added in v0.27.0

func (x *GCSObject) GetModifiedOn() *timestamppb.Timestamp

func (*GCSObject) GetName added in v0.27.0

func (x *GCSObject) GetName() string

func (*GCSObject) GetSize added in v0.27.0

func (x *GCSObject) GetSize() int64

func (*GCSObject) ProtoMessage added in v0.27.0

func (*GCSObject) ProtoMessage()

func (*GCSObject) ProtoReflect added in v0.27.0

func (x *GCSObject) ProtoReflect() protoreflect.Message

func (*GCSObject) Reset added in v0.27.0

func (x *GCSObject) Reset()

func (*GCSObject) String added in v0.27.0

func (x *GCSObject) String() string

func (*GCSObject) Validate added in v0.27.0

func (m *GCSObject) Validate() error

Validate checks the field values on GCSObject with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GCSObject) ValidateAll added in v0.27.0

func (m *GCSObject) ValidateAll() error

ValidateAll checks the field values on GCSObject with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSObjectMultiError, or nil if none found.

type GCSObjectMultiError added in v0.27.0

type GCSObjectMultiError []error

GCSObjectMultiError is an error wrapping multiple validation errors returned by GCSObject.ValidateAll() if the designated constraints aren't met.

func (GCSObjectMultiError) AllErrors added in v0.27.0

func (m GCSObjectMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GCSObjectMultiError) Error added in v0.27.0

func (m GCSObjectMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GCSObjectValidationError added in v0.27.0

type GCSObjectValidationError struct {
	// contains filtered or unexported fields
}

GCSObjectValidationError is the validation error returned by GCSObject.Validate if the designated constraints aren't met.

func (GCSObjectValidationError) Cause added in v0.27.0

func (e GCSObjectValidationError) Cause() error

Cause function returns cause value.

func (GCSObjectValidationError) Error added in v0.27.0

func (e GCSObjectValidationError) Error() string

Error satisfies the builtin error interface

func (GCSObjectValidationError) ErrorName added in v0.27.0

func (e GCSObjectValidationError) ErrorName() string

ErrorName returns error name.

func (GCSObjectValidationError) Field added in v0.27.0

func (e GCSObjectValidationError) Field() string

Field function returns field value.

func (GCSObjectValidationError) Key added in v0.27.0

Key function returns key value.

func (GCSObjectValidationError) Reason added in v0.27.0

func (e GCSObjectValidationError) Reason() string

Reason function returns reason value.

type GenerateChartSpecRequest added in v0.43.0

type GenerateChartSpecRequest struct {
	InstanceId         string           `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Prompt             string           `protobuf:"bytes,2,opt,name=prompt,proto3" json:"prompt,omitempty"`
	Resolver           string           `protobuf:"bytes,3,opt,name=resolver,proto3" json:"resolver,omitempty"`
	ResolverProperties *structpb.Struct `protobuf:"bytes,4,opt,name=resolver_properties,json=resolverProperties,proto3" json:"resolver_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateChartSpecRequest) Descriptor deprecated added in v0.43.0

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

Deprecated: Use GenerateChartSpecRequest.ProtoReflect.Descriptor instead.

func (*GenerateChartSpecRequest) GetInstanceId added in v0.43.0

func (x *GenerateChartSpecRequest) GetInstanceId() string

func (*GenerateChartSpecRequest) GetPrompt added in v0.43.0

func (x *GenerateChartSpecRequest) GetPrompt() string

func (*GenerateChartSpecRequest) GetResolver added in v0.43.0

func (x *GenerateChartSpecRequest) GetResolver() string

func (*GenerateChartSpecRequest) GetResolverProperties added in v0.43.0

func (x *GenerateChartSpecRequest) GetResolverProperties() *structpb.Struct

func (*GenerateChartSpecRequest) ProtoMessage added in v0.43.0

func (*GenerateChartSpecRequest) ProtoMessage()

func (*GenerateChartSpecRequest) ProtoReflect added in v0.43.0

func (x *GenerateChartSpecRequest) ProtoReflect() protoreflect.Message

func (*GenerateChartSpecRequest) Reset added in v0.43.0

func (x *GenerateChartSpecRequest) Reset()

func (*GenerateChartSpecRequest) String added in v0.43.0

func (x *GenerateChartSpecRequest) String() string

func (*GenerateChartSpecRequest) Validate added in v0.43.0

func (m *GenerateChartSpecRequest) Validate() error

Validate checks the field values on GenerateChartSpecRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateChartSpecRequest) ValidateAll added in v0.43.0

func (m *GenerateChartSpecRequest) ValidateAll() error

ValidateAll checks the field values on GenerateChartSpecRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateChartSpecRequestMultiError, or nil if none found.

type GenerateChartSpecRequestMultiError added in v0.43.0

type GenerateChartSpecRequestMultiError []error

GenerateChartSpecRequestMultiError is an error wrapping multiple validation errors returned by GenerateChartSpecRequest.ValidateAll() if the designated constraints aren't met.

func (GenerateChartSpecRequestMultiError) AllErrors added in v0.43.0

func (m GenerateChartSpecRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateChartSpecRequestMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type GenerateChartSpecRequestValidationError added in v0.43.0

type GenerateChartSpecRequestValidationError struct {
	// contains filtered or unexported fields
}

GenerateChartSpecRequestValidationError is the validation error returned by GenerateChartSpecRequest.Validate if the designated constraints aren't met.

func (GenerateChartSpecRequestValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (GenerateChartSpecRequestValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (GenerateChartSpecRequestValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (GenerateChartSpecRequestValidationError) Field added in v0.43.0

Field function returns field value.

func (GenerateChartSpecRequestValidationError) Key added in v0.43.0

Key function returns key value.

func (GenerateChartSpecRequestValidationError) Reason added in v0.43.0

Reason function returns reason value.

type GenerateChartSpecResponse added in v0.43.0

type GenerateChartSpecResponse struct {
	VegaLiteSpec string `protobuf:"bytes,2,opt,name=vega_lite_spec,json=vegaLiteSpec,proto3" json:"vega_lite_spec,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateChartSpecResponse) Descriptor deprecated added in v0.43.0

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

Deprecated: Use GenerateChartSpecResponse.ProtoReflect.Descriptor instead.

func (*GenerateChartSpecResponse) GetVegaLiteSpec added in v0.43.0

func (x *GenerateChartSpecResponse) GetVegaLiteSpec() string

func (*GenerateChartSpecResponse) ProtoMessage added in v0.43.0

func (*GenerateChartSpecResponse) ProtoMessage()

func (*GenerateChartSpecResponse) ProtoReflect added in v0.43.0

func (*GenerateChartSpecResponse) Reset added in v0.43.0

func (x *GenerateChartSpecResponse) Reset()

func (*GenerateChartSpecResponse) String added in v0.43.0

func (x *GenerateChartSpecResponse) String() string

func (*GenerateChartSpecResponse) Validate added in v0.43.0

func (m *GenerateChartSpecResponse) Validate() error

Validate checks the field values on GenerateChartSpecResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateChartSpecResponse) ValidateAll added in v0.43.0

func (m *GenerateChartSpecResponse) ValidateAll() error

ValidateAll checks the field values on GenerateChartSpecResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateChartSpecResponseMultiError, or nil if none found.

type GenerateChartSpecResponseMultiError added in v0.43.0

type GenerateChartSpecResponseMultiError []error

GenerateChartSpecResponseMultiError is an error wrapping multiple validation errors returned by GenerateChartSpecResponse.ValidateAll() if the designated constraints aren't met.

func (GenerateChartSpecResponseMultiError) AllErrors added in v0.43.0

AllErrors returns a list of validation violation errors.

func (GenerateChartSpecResponseMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type GenerateChartSpecResponseValidationError added in v0.43.0

type GenerateChartSpecResponseValidationError struct {
	// contains filtered or unexported fields
}

GenerateChartSpecResponseValidationError is the validation error returned by GenerateChartSpecResponse.Validate if the designated constraints aren't met.

func (GenerateChartSpecResponseValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (GenerateChartSpecResponseValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (GenerateChartSpecResponseValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (GenerateChartSpecResponseValidationError) Field added in v0.43.0

Field function returns field value.

func (GenerateChartSpecResponseValidationError) Key added in v0.43.0

Key function returns key value.

func (GenerateChartSpecResponseValidationError) Reason added in v0.43.0

Reason function returns reason value.

type GenerateMetricsViewFileRequest added in v0.41.0

type GenerateMetricsViewFileRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,6,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,7,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	Table          string `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	Path           string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	UseAi          bool   `protobuf:"varint,5,opt,name=use_ai,json=useAi,proto3" json:"use_ai,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.GenerateMetricsViewFile

func (*GenerateMetricsViewFileRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GenerateMetricsViewFileRequest.ProtoReflect.Descriptor instead.

func (*GenerateMetricsViewFileRequest) GetConnector added in v0.41.0

func (x *GenerateMetricsViewFileRequest) GetConnector() string

func (*GenerateMetricsViewFileRequest) GetDatabase added in v0.43.0

func (x *GenerateMetricsViewFileRequest) GetDatabase() string

func (*GenerateMetricsViewFileRequest) GetDatabaseSchema added in v0.43.0

func (x *GenerateMetricsViewFileRequest) GetDatabaseSchema() string

func (*GenerateMetricsViewFileRequest) GetInstanceId added in v0.41.0

func (x *GenerateMetricsViewFileRequest) GetInstanceId() string

func (*GenerateMetricsViewFileRequest) GetPath added in v0.41.0

func (*GenerateMetricsViewFileRequest) GetTable added in v0.41.0

func (x *GenerateMetricsViewFileRequest) GetTable() string

func (*GenerateMetricsViewFileRequest) GetUseAi added in v0.41.0

func (x *GenerateMetricsViewFileRequest) GetUseAi() bool

func (*GenerateMetricsViewFileRequest) ProtoMessage added in v0.41.0

func (*GenerateMetricsViewFileRequest) ProtoMessage()

func (*GenerateMetricsViewFileRequest) ProtoReflect added in v0.41.0

func (*GenerateMetricsViewFileRequest) Reset added in v0.41.0

func (x *GenerateMetricsViewFileRequest) Reset()

func (*GenerateMetricsViewFileRequest) String added in v0.41.0

func (*GenerateMetricsViewFileRequest) Validate added in v0.41.0

func (m *GenerateMetricsViewFileRequest) Validate() error

Validate checks the field values on GenerateMetricsViewFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateMetricsViewFileRequest) ValidateAll added in v0.41.0

func (m *GenerateMetricsViewFileRequest) ValidateAll() error

ValidateAll checks the field values on GenerateMetricsViewFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateMetricsViewFileRequestMultiError, or nil if none found.

type GenerateMetricsViewFileRequestMultiError added in v0.41.0

type GenerateMetricsViewFileRequestMultiError []error

GenerateMetricsViewFileRequestMultiError is an error wrapping multiple validation errors returned by GenerateMetricsViewFileRequest.ValidateAll() if the designated constraints aren't met.

func (GenerateMetricsViewFileRequestMultiError) AllErrors added in v0.41.0

AllErrors returns a list of validation violation errors.

func (GenerateMetricsViewFileRequestMultiError) Error added in v0.41.0

Error returns a concatenation of all the error messages it wraps.

type GenerateMetricsViewFileRequestValidationError added in v0.41.0

type GenerateMetricsViewFileRequestValidationError struct {
	// contains filtered or unexported fields
}

GenerateMetricsViewFileRequestValidationError is the validation error returned by GenerateMetricsViewFileRequest.Validate if the designated constraints aren't met.

func (GenerateMetricsViewFileRequestValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (GenerateMetricsViewFileRequestValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (GenerateMetricsViewFileRequestValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (GenerateMetricsViewFileRequestValidationError) Field added in v0.41.0

Field function returns field value.

func (GenerateMetricsViewFileRequestValidationError) Key added in v0.41.0

Key function returns key value.

func (GenerateMetricsViewFileRequestValidationError) Reason added in v0.41.0

Reason function returns reason value.

type GenerateMetricsViewFileResponse added in v0.41.0

type GenerateMetricsViewFileResponse struct {
	AiSucceeded bool `protobuf:"varint,1,opt,name=ai_succeeded,json=aiSucceeded,proto3" json:"ai_succeeded,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.GenerateMetricsViewFile

func (*GenerateMetricsViewFileResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GenerateMetricsViewFileResponse.ProtoReflect.Descriptor instead.

func (*GenerateMetricsViewFileResponse) GetAiSucceeded added in v0.41.0

func (x *GenerateMetricsViewFileResponse) GetAiSucceeded() bool

func (*GenerateMetricsViewFileResponse) ProtoMessage added in v0.41.0

func (*GenerateMetricsViewFileResponse) ProtoMessage()

func (*GenerateMetricsViewFileResponse) ProtoReflect added in v0.41.0

func (*GenerateMetricsViewFileResponse) Reset added in v0.41.0

func (*GenerateMetricsViewFileResponse) String added in v0.41.0

func (*GenerateMetricsViewFileResponse) Validate added in v0.41.0

func (m *GenerateMetricsViewFileResponse) Validate() error

Validate checks the field values on GenerateMetricsViewFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateMetricsViewFileResponse) ValidateAll added in v0.41.0

func (m *GenerateMetricsViewFileResponse) ValidateAll() error

ValidateAll checks the field values on GenerateMetricsViewFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateMetricsViewFileResponseMultiError, or nil if none found.

type GenerateMetricsViewFileResponseMultiError added in v0.41.0

type GenerateMetricsViewFileResponseMultiError []error

GenerateMetricsViewFileResponseMultiError is an error wrapping multiple validation errors returned by GenerateMetricsViewFileResponse.ValidateAll() if the designated constraints aren't met.

func (GenerateMetricsViewFileResponseMultiError) AllErrors added in v0.41.0

AllErrors returns a list of validation violation errors.

func (GenerateMetricsViewFileResponseMultiError) Error added in v0.41.0

Error returns a concatenation of all the error messages it wraps.

type GenerateMetricsViewFileResponseValidationError added in v0.41.0

type GenerateMetricsViewFileResponseValidationError struct {
	// contains filtered or unexported fields
}

GenerateMetricsViewFileResponseValidationError is the validation error returned by GenerateMetricsViewFileResponse.Validate if the designated constraints aren't met.

func (GenerateMetricsViewFileResponseValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (GenerateMetricsViewFileResponseValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (GenerateMetricsViewFileResponseValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (GenerateMetricsViewFileResponseValidationError) Field added in v0.41.0

Field function returns field value.

func (GenerateMetricsViewFileResponseValidationError) Key added in v0.41.0

Key function returns key value.

func (GenerateMetricsViewFileResponseValidationError) Reason added in v0.41.0

Reason function returns reason value.

type GenerateResolverRequest added in v0.43.0

type GenerateResolverRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Prompt     string `protobuf:"bytes,2,opt,name=prompt,proto3" json:"prompt,omitempty"`
	// Both connector and table must be specified if metrics_view is not.
	Connector string `protobuf:"bytes,3,opt,name=connector,proto3" json:"connector,omitempty"`
	Table     string `protobuf:"bytes,4,opt,name=table,proto3" json:"table,omitempty"`
	// table and connector should not be provided if metrics_view is provided.
	MetricsView string `protobuf:"bytes,5,opt,name=metrics_view,json=metricsView,proto3" json:"metrics_view,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateResolverRequest) Descriptor deprecated added in v0.43.0

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

Deprecated: Use GenerateResolverRequest.ProtoReflect.Descriptor instead.

func (*GenerateResolverRequest) GetConnector added in v0.43.0

func (x *GenerateResolverRequest) GetConnector() string

func (*GenerateResolverRequest) GetInstanceId added in v0.43.0

func (x *GenerateResolverRequest) GetInstanceId() string

func (*GenerateResolverRequest) GetMetricsView added in v0.43.0

func (x *GenerateResolverRequest) GetMetricsView() string

func (*GenerateResolverRequest) GetPrompt added in v0.43.0

func (x *GenerateResolverRequest) GetPrompt() string

func (*GenerateResolverRequest) GetTable added in v0.43.0

func (x *GenerateResolverRequest) GetTable() string

func (*GenerateResolverRequest) ProtoMessage added in v0.43.0

func (*GenerateResolverRequest) ProtoMessage()

func (*GenerateResolverRequest) ProtoReflect added in v0.43.0

func (x *GenerateResolverRequest) ProtoReflect() protoreflect.Message

func (*GenerateResolverRequest) Reset added in v0.43.0

func (x *GenerateResolverRequest) Reset()

func (*GenerateResolverRequest) String added in v0.43.0

func (x *GenerateResolverRequest) String() string

func (*GenerateResolverRequest) Validate added in v0.43.0

func (m *GenerateResolverRequest) Validate() error

Validate checks the field values on GenerateResolverRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateResolverRequest) ValidateAll added in v0.43.0

func (m *GenerateResolverRequest) ValidateAll() error

ValidateAll checks the field values on GenerateResolverRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateResolverRequestMultiError, or nil if none found.

type GenerateResolverRequestMultiError added in v0.43.0

type GenerateResolverRequestMultiError []error

GenerateResolverRequestMultiError is an error wrapping multiple validation errors returned by GenerateResolverRequest.ValidateAll() if the designated constraints aren't met.

func (GenerateResolverRequestMultiError) AllErrors added in v0.43.0

func (m GenerateResolverRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateResolverRequestMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type GenerateResolverRequestValidationError added in v0.43.0

type GenerateResolverRequestValidationError struct {
	// contains filtered or unexported fields
}

GenerateResolverRequestValidationError is the validation error returned by GenerateResolverRequest.Validate if the designated constraints aren't met.

func (GenerateResolverRequestValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (GenerateResolverRequestValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (GenerateResolverRequestValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (GenerateResolverRequestValidationError) Field added in v0.43.0

Field function returns field value.

func (GenerateResolverRequestValidationError) Key added in v0.43.0

Key function returns key value.

func (GenerateResolverRequestValidationError) Reason added in v0.43.0

Reason function returns reason value.

type GenerateResolverResponse added in v0.43.0

type GenerateResolverResponse struct {
	Resolver           string           `protobuf:"bytes,1,opt,name=resolver,proto3" json:"resolver,omitempty"`
	ResolverProperties *structpb.Struct `protobuf:"bytes,2,opt,name=resolver_properties,json=resolverProperties,proto3" json:"resolver_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateResolverResponse) Descriptor deprecated added in v0.43.0

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

Deprecated: Use GenerateResolverResponse.ProtoReflect.Descriptor instead.

func (*GenerateResolverResponse) GetResolver added in v0.43.0

func (x *GenerateResolverResponse) GetResolver() string

func (*GenerateResolverResponse) GetResolverProperties added in v0.43.0

func (x *GenerateResolverResponse) GetResolverProperties() *structpb.Struct

func (*GenerateResolverResponse) ProtoMessage added in v0.43.0

func (*GenerateResolverResponse) ProtoMessage()

func (*GenerateResolverResponse) ProtoReflect added in v0.43.0

func (x *GenerateResolverResponse) ProtoReflect() protoreflect.Message

func (*GenerateResolverResponse) Reset added in v0.43.0

func (x *GenerateResolverResponse) Reset()

func (*GenerateResolverResponse) String added in v0.43.0

func (x *GenerateResolverResponse) String() string

func (*GenerateResolverResponse) Validate added in v0.43.0

func (m *GenerateResolverResponse) Validate() error

Validate checks the field values on GenerateResolverResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GenerateResolverResponse) ValidateAll added in v0.43.0

func (m *GenerateResolverResponse) ValidateAll() error

ValidateAll checks the field values on GenerateResolverResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GenerateResolverResponseMultiError, or nil if none found.

type GenerateResolverResponseMultiError added in v0.43.0

type GenerateResolverResponseMultiError []error

GenerateResolverResponseMultiError is an error wrapping multiple validation errors returned by GenerateResolverResponse.ValidateAll() if the designated constraints aren't met.

func (GenerateResolverResponseMultiError) AllErrors added in v0.43.0

func (m GenerateResolverResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateResolverResponseMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type GenerateResolverResponseValidationError added in v0.43.0

type GenerateResolverResponseValidationError struct {
	// contains filtered or unexported fields
}

GenerateResolverResponseValidationError is the validation error returned by GenerateResolverResponse.Validate if the designated constraints aren't met.

func (GenerateResolverResponseValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (GenerateResolverResponseValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (GenerateResolverResponseValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (GenerateResolverResponseValidationError) Field added in v0.43.0

Field function returns field value.

func (GenerateResolverResponseValidationError) Key added in v0.43.0

Key function returns key value.

func (GenerateResolverResponseValidationError) Reason added in v0.43.0

Reason function returns reason value.

type GetCatalogEntryRequest

type GetCatalogEntryRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.GetCatalogEntry

func (*GetCatalogEntryRequest) Descriptor deprecated

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

Deprecated: Use GetCatalogEntryRequest.ProtoReflect.Descriptor instead.

func (*GetCatalogEntryRequest) GetInstanceId

func (x *GetCatalogEntryRequest) GetInstanceId() string

func (*GetCatalogEntryRequest) GetName

func (x *GetCatalogEntryRequest) GetName() string

func (*GetCatalogEntryRequest) ProtoMessage

func (*GetCatalogEntryRequest) ProtoMessage()

func (*GetCatalogEntryRequest) ProtoReflect

func (x *GetCatalogEntryRequest) ProtoReflect() protoreflect.Message

func (*GetCatalogEntryRequest) Reset

func (x *GetCatalogEntryRequest) Reset()

func (*GetCatalogEntryRequest) String

func (x *GetCatalogEntryRequest) String() string

func (*GetCatalogEntryRequest) Validate added in v0.20.0

func (m *GetCatalogEntryRequest) Validate() error

Validate checks the field values on GetCatalogEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCatalogEntryRequest) ValidateAll added in v0.20.0

func (m *GetCatalogEntryRequest) ValidateAll() error

ValidateAll checks the field values on GetCatalogEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCatalogEntryRequestMultiError, or nil if none found.

type GetCatalogEntryRequestMultiError added in v0.20.0

type GetCatalogEntryRequestMultiError []error

GetCatalogEntryRequestMultiError is an error wrapping multiple validation errors returned by GetCatalogEntryRequest.ValidateAll() if the designated constraints aren't met.

func (GetCatalogEntryRequestMultiError) AllErrors added in v0.20.0

func (m GetCatalogEntryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCatalogEntryRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type GetCatalogEntryRequestValidationError added in v0.20.0

type GetCatalogEntryRequestValidationError struct {
	// contains filtered or unexported fields
}

GetCatalogEntryRequestValidationError is the validation error returned by GetCatalogEntryRequest.Validate if the designated constraints aren't met.

func (GetCatalogEntryRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (GetCatalogEntryRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (GetCatalogEntryRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (GetCatalogEntryRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (GetCatalogEntryRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (GetCatalogEntryRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type GetCatalogEntryResponse

type GetCatalogEntryResponse struct {
	Entry *CatalogEntry `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.GetCatalogEntry

func (*GetCatalogEntryResponse) Descriptor deprecated

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

Deprecated: Use GetCatalogEntryResponse.ProtoReflect.Descriptor instead.

func (*GetCatalogEntryResponse) GetEntry

func (x *GetCatalogEntryResponse) GetEntry() *CatalogEntry

func (*GetCatalogEntryResponse) ProtoMessage

func (*GetCatalogEntryResponse) ProtoMessage()

func (*GetCatalogEntryResponse) ProtoReflect

func (x *GetCatalogEntryResponse) ProtoReflect() protoreflect.Message

func (*GetCatalogEntryResponse) Reset

func (x *GetCatalogEntryResponse) Reset()

func (*GetCatalogEntryResponse) String

func (x *GetCatalogEntryResponse) String() string

func (*GetCatalogEntryResponse) Validate added in v0.20.0

func (m *GetCatalogEntryResponse) Validate() error

Validate checks the field values on GetCatalogEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCatalogEntryResponse) ValidateAll added in v0.20.0

func (m *GetCatalogEntryResponse) ValidateAll() error

ValidateAll checks the field values on GetCatalogEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCatalogEntryResponseMultiError, or nil if none found.

type GetCatalogEntryResponseMultiError added in v0.20.0

type GetCatalogEntryResponseMultiError []error

GetCatalogEntryResponseMultiError is an error wrapping multiple validation errors returned by GetCatalogEntryResponse.ValidateAll() if the designated constraints aren't met.

func (GetCatalogEntryResponseMultiError) AllErrors added in v0.20.0

func (m GetCatalogEntryResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCatalogEntryResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type GetCatalogEntryResponseValidationError added in v0.20.0

type GetCatalogEntryResponseValidationError struct {
	// contains filtered or unexported fields
}

GetCatalogEntryResponseValidationError is the validation error returned by GetCatalogEntryResponse.Validate if the designated constraints aren't met.

func (GetCatalogEntryResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (GetCatalogEntryResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (GetCatalogEntryResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (GetCatalogEntryResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (GetCatalogEntryResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (GetCatalogEntryResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type GetFileRequest

type GetFileRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Path       string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.GetFile

func (*GetFileRequest) Descriptor deprecated

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

Deprecated: Use GetFileRequest.ProtoReflect.Descriptor instead.

func (*GetFileRequest) GetInstanceId

func (x *GetFileRequest) GetInstanceId() string

func (*GetFileRequest) GetPath

func (x *GetFileRequest) GetPath() string

func (*GetFileRequest) ProtoMessage

func (*GetFileRequest) ProtoMessage()

func (*GetFileRequest) ProtoReflect

func (x *GetFileRequest) ProtoReflect() protoreflect.Message

func (*GetFileRequest) Reset

func (x *GetFileRequest) Reset()

func (*GetFileRequest) String

func (x *GetFileRequest) String() string

func (*GetFileRequest) Validate added in v0.20.0

func (m *GetFileRequest) Validate() error

Validate checks the field values on GetFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetFileRequest) ValidateAll added in v0.20.0

func (m *GetFileRequest) ValidateAll() error

ValidateAll checks the field values on GetFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFileRequestMultiError, or nil if none found.

type GetFileRequestMultiError added in v0.20.0

type GetFileRequestMultiError []error

GetFileRequestMultiError is an error wrapping multiple validation errors returned by GetFileRequest.ValidateAll() if the designated constraints aren't met.

func (GetFileRequestMultiError) AllErrors added in v0.20.0

func (m GetFileRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFileRequestMultiError) Error added in v0.20.0

func (m GetFileRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetFileRequestValidationError added in v0.20.0

type GetFileRequestValidationError struct {
	// contains filtered or unexported fields
}

GetFileRequestValidationError is the validation error returned by GetFileRequest.Validate if the designated constraints aren't met.

func (GetFileRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (GetFileRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (GetFileRequestValidationError) ErrorName added in v0.20.0

func (e GetFileRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetFileRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (GetFileRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (GetFileRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type GetFileResponse

type GetFileResponse struct {
	Blob      string                 `protobuf:"bytes,1,opt,name=blob,proto3" json:"blob,omitempty"`
	UpdatedOn *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.GetFile

func (*GetFileResponse) Descriptor deprecated

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

Deprecated: Use GetFileResponse.ProtoReflect.Descriptor instead.

func (*GetFileResponse) GetBlob

func (x *GetFileResponse) GetBlob() string

func (*GetFileResponse) GetUpdatedOn

func (x *GetFileResponse) GetUpdatedOn() *timestamppb.Timestamp

func (*GetFileResponse) ProtoMessage

func (*GetFileResponse) ProtoMessage()

func (*GetFileResponse) ProtoReflect

func (x *GetFileResponse) ProtoReflect() protoreflect.Message

func (*GetFileResponse) Reset

func (x *GetFileResponse) Reset()

func (*GetFileResponse) String

func (x *GetFileResponse) String() string

func (*GetFileResponse) Validate added in v0.20.0

func (m *GetFileResponse) Validate() error

Validate checks the field values on GetFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetFileResponse) ValidateAll added in v0.20.0

func (m *GetFileResponse) ValidateAll() error

ValidateAll checks the field values on GetFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFileResponseMultiError, or nil if none found.

type GetFileResponseMultiError added in v0.20.0

type GetFileResponseMultiError []error

GetFileResponseMultiError is an error wrapping multiple validation errors returned by GetFileResponse.ValidateAll() if the designated constraints aren't met.

func (GetFileResponseMultiError) AllErrors added in v0.20.0

func (m GetFileResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFileResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type GetFileResponseValidationError added in v0.20.0

type GetFileResponseValidationError struct {
	// contains filtered or unexported fields
}

GetFileResponseValidationError is the validation error returned by GetFileResponse.Validate if the designated constraints aren't met.

func (GetFileResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (GetFileResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (GetFileResponseValidationError) ErrorName added in v0.20.0

func (e GetFileResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetFileResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (GetFileResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (GetFileResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type GetInstanceRequest

type GetInstanceRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.GetInstance

func (*GetInstanceRequest) Descriptor deprecated

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

Deprecated: Use GetInstanceRequest.ProtoReflect.Descriptor instead.

func (*GetInstanceRequest) GetInstanceId

func (x *GetInstanceRequest) GetInstanceId() string

func (*GetInstanceRequest) ProtoMessage

func (*GetInstanceRequest) ProtoMessage()

func (*GetInstanceRequest) ProtoReflect

func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message

func (*GetInstanceRequest) Reset

func (x *GetInstanceRequest) Reset()

func (*GetInstanceRequest) String

func (x *GetInstanceRequest) String() string

func (*GetInstanceRequest) Validate added in v0.20.0

func (m *GetInstanceRequest) Validate() error

Validate checks the field values on GetInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetInstanceRequest) ValidateAll added in v0.20.0

func (m *GetInstanceRequest) ValidateAll() error

ValidateAll checks the field values on GetInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetInstanceRequestMultiError, or nil if none found.

type GetInstanceRequestMultiError added in v0.20.0

type GetInstanceRequestMultiError []error

GetInstanceRequestMultiError is an error wrapping multiple validation errors returned by GetInstanceRequest.ValidateAll() if the designated constraints aren't met.

func (GetInstanceRequestMultiError) AllErrors added in v0.20.0

func (m GetInstanceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetInstanceRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type GetInstanceRequestValidationError added in v0.20.0

type GetInstanceRequestValidationError struct {
	// contains filtered or unexported fields
}

GetInstanceRequestValidationError is the validation error returned by GetInstanceRequest.Validate if the designated constraints aren't met.

func (GetInstanceRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (GetInstanceRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (GetInstanceRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (GetInstanceRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (GetInstanceRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (GetInstanceRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type GetInstanceResponse

type GetInstanceResponse struct {
	Instance *Instance `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.GetInstance

func (*GetInstanceResponse) Descriptor deprecated

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

Deprecated: Use GetInstanceResponse.ProtoReflect.Descriptor instead.

func (*GetInstanceResponse) GetInstance

func (x *GetInstanceResponse) GetInstance() *Instance

func (*GetInstanceResponse) ProtoMessage

func (*GetInstanceResponse) ProtoMessage()

func (*GetInstanceResponse) ProtoReflect

func (x *GetInstanceResponse) ProtoReflect() protoreflect.Message

func (*GetInstanceResponse) Reset

func (x *GetInstanceResponse) Reset()

func (*GetInstanceResponse) String

func (x *GetInstanceResponse) String() string

func (*GetInstanceResponse) Validate added in v0.20.0

func (m *GetInstanceResponse) Validate() error

Validate checks the field values on GetInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetInstanceResponse) ValidateAll added in v0.20.0

func (m *GetInstanceResponse) ValidateAll() error

ValidateAll checks the field values on GetInstanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetInstanceResponseMultiError, or nil if none found.

type GetInstanceResponseMultiError added in v0.20.0

type GetInstanceResponseMultiError []error

GetInstanceResponseMultiError is an error wrapping multiple validation errors returned by GetInstanceResponse.ValidateAll() if the designated constraints aren't met.

func (GetInstanceResponseMultiError) AllErrors added in v0.20.0

func (m GetInstanceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetInstanceResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type GetInstanceResponseValidationError added in v0.20.0

type GetInstanceResponseValidationError struct {
	// contains filtered or unexported fields
}

GetInstanceResponseValidationError is the validation error returned by GetInstanceResponse.Validate if the designated constraints aren't met.

func (GetInstanceResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (GetInstanceResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (GetInstanceResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (GetInstanceResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (GetInstanceResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (GetInstanceResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type GetLogsRequest added in v0.32.0

type GetLogsRequest struct {
	InstanceId string   `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Ascending  bool     `protobuf:"varint,2,opt,name=ascending,proto3" json:"ascending,omitempty"`
	Limit      int32    `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Level      LogLevel `protobuf:"varint,4,opt,name=level,proto3,enum=rill.runtime.v1.LogLevel" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLogsRequest) Descriptor deprecated added in v0.32.0

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

Deprecated: Use GetLogsRequest.ProtoReflect.Descriptor instead.

func (*GetLogsRequest) GetAscending added in v0.32.0

func (x *GetLogsRequest) GetAscending() bool

func (*GetLogsRequest) GetInstanceId added in v0.32.0

func (x *GetLogsRequest) GetInstanceId() string

func (*GetLogsRequest) GetLevel added in v0.40.0

func (x *GetLogsRequest) GetLevel() LogLevel

func (*GetLogsRequest) GetLimit added in v0.37.0

func (x *GetLogsRequest) GetLimit() int32

func (*GetLogsRequest) ProtoMessage added in v0.32.0

func (*GetLogsRequest) ProtoMessage()

func (*GetLogsRequest) ProtoReflect added in v0.32.0

func (x *GetLogsRequest) ProtoReflect() protoreflect.Message

func (*GetLogsRequest) Reset added in v0.32.0

func (x *GetLogsRequest) Reset()

func (*GetLogsRequest) String added in v0.32.0

func (x *GetLogsRequest) String() string

func (*GetLogsRequest) Validate added in v0.32.0

func (m *GetLogsRequest) Validate() error

Validate checks the field values on GetLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLogsRequest) ValidateAll added in v0.32.0

func (m *GetLogsRequest) ValidateAll() error

ValidateAll checks the field values on GetLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLogsRequestMultiError, or nil if none found.

type GetLogsRequestMultiError added in v0.32.0

type GetLogsRequestMultiError []error

GetLogsRequestMultiError is an error wrapping multiple validation errors returned by GetLogsRequest.ValidateAll() if the designated constraints aren't met.

func (GetLogsRequestMultiError) AllErrors added in v0.32.0

func (m GetLogsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLogsRequestMultiError) Error added in v0.32.0

func (m GetLogsRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetLogsRequestValidationError added in v0.32.0

type GetLogsRequestValidationError struct {
	// contains filtered or unexported fields
}

GetLogsRequestValidationError is the validation error returned by GetLogsRequest.Validate if the designated constraints aren't met.

func (GetLogsRequestValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (GetLogsRequestValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (GetLogsRequestValidationError) ErrorName added in v0.32.0

func (e GetLogsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetLogsRequestValidationError) Field added in v0.32.0

Field function returns field value.

func (GetLogsRequestValidationError) Key added in v0.32.0

Key function returns key value.

func (GetLogsRequestValidationError) Reason added in v0.32.0

Reason function returns reason value.

type GetLogsResponse added in v0.32.0

type GetLogsResponse struct {
	Logs []*Log `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLogsResponse) Descriptor deprecated added in v0.32.0

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

Deprecated: Use GetLogsResponse.ProtoReflect.Descriptor instead.

func (*GetLogsResponse) GetLogs added in v0.32.0

func (x *GetLogsResponse) GetLogs() []*Log

func (*GetLogsResponse) ProtoMessage added in v0.32.0

func (*GetLogsResponse) ProtoMessage()

func (*GetLogsResponse) ProtoReflect added in v0.32.0

func (x *GetLogsResponse) ProtoReflect() protoreflect.Message

func (*GetLogsResponse) Reset added in v0.32.0

func (x *GetLogsResponse) Reset()

func (*GetLogsResponse) String added in v0.32.0

func (x *GetLogsResponse) String() string

func (*GetLogsResponse) Validate added in v0.32.0

func (m *GetLogsResponse) Validate() error

Validate checks the field values on GetLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetLogsResponse) ValidateAll added in v0.32.0

func (m *GetLogsResponse) ValidateAll() error

ValidateAll checks the field values on GetLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLogsResponseMultiError, or nil if none found.

type GetLogsResponseMultiError added in v0.32.0

type GetLogsResponseMultiError []error

GetLogsResponseMultiError is an error wrapping multiple validation errors returned by GetLogsResponse.ValidateAll() if the designated constraints aren't met.

func (GetLogsResponseMultiError) AllErrors added in v0.32.0

func (m GetLogsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetLogsResponseMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type GetLogsResponseValidationError added in v0.32.0

type GetLogsResponseValidationError struct {
	// contains filtered or unexported fields
}

GetLogsResponseValidationError is the validation error returned by GetLogsResponse.Validate if the designated constraints aren't met.

func (GetLogsResponseValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (GetLogsResponseValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (GetLogsResponseValidationError) ErrorName added in v0.32.0

func (e GetLogsResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetLogsResponseValidationError) Field added in v0.32.0

Field function returns field value.

func (GetLogsResponseValidationError) Key added in v0.32.0

Key function returns key value.

func (GetLogsResponseValidationError) Reason added in v0.32.0

Reason function returns reason value.

type GetResourceRequest added in v0.32.0

type GetResourceRequest struct {
	InstanceId string        `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Name       *ResourceName `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResourceRequest) Descriptor deprecated added in v0.32.0

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

Deprecated: Use GetResourceRequest.ProtoReflect.Descriptor instead.

func (*GetResourceRequest) GetInstanceId added in v0.32.0

func (x *GetResourceRequest) GetInstanceId() string

func (*GetResourceRequest) GetName added in v0.32.0

func (x *GetResourceRequest) GetName() *ResourceName

func (*GetResourceRequest) ProtoMessage added in v0.32.0

func (*GetResourceRequest) ProtoMessage()

func (*GetResourceRequest) ProtoReflect added in v0.32.0

func (x *GetResourceRequest) ProtoReflect() protoreflect.Message

func (*GetResourceRequest) Reset added in v0.32.0

func (x *GetResourceRequest) Reset()

func (*GetResourceRequest) String added in v0.32.0

func (x *GetResourceRequest) String() string

func (*GetResourceRequest) Validate added in v0.32.0

func (m *GetResourceRequest) Validate() error

Validate checks the field values on GetResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetResourceRequest) ValidateAll added in v0.32.0

func (m *GetResourceRequest) ValidateAll() error

ValidateAll checks the field values on GetResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetResourceRequestMultiError, or nil if none found.

type GetResourceRequestMultiError added in v0.32.0

type GetResourceRequestMultiError []error

GetResourceRequestMultiError is an error wrapping multiple validation errors returned by GetResourceRequest.ValidateAll() if the designated constraints aren't met.

func (GetResourceRequestMultiError) AllErrors added in v0.32.0

func (m GetResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetResourceRequestMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type GetResourceRequestValidationError added in v0.32.0

type GetResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

GetResourceRequestValidationError is the validation error returned by GetResourceRequest.Validate if the designated constraints aren't met.

func (GetResourceRequestValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (GetResourceRequestValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (GetResourceRequestValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (GetResourceRequestValidationError) Field added in v0.32.0

Field function returns field value.

func (GetResourceRequestValidationError) Key added in v0.32.0

Key function returns key value.

func (GetResourceRequestValidationError) Reason added in v0.32.0

Reason function returns reason value.

type GetResourceResponse added in v0.32.0

type GetResourceResponse struct {
	Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResourceResponse) Descriptor deprecated added in v0.32.0

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

Deprecated: Use GetResourceResponse.ProtoReflect.Descriptor instead.

func (*GetResourceResponse) GetResource added in v0.32.0

func (x *GetResourceResponse) GetResource() *Resource

func (*GetResourceResponse) ProtoMessage added in v0.32.0

func (*GetResourceResponse) ProtoMessage()

func (*GetResourceResponse) ProtoReflect added in v0.32.0

func (x *GetResourceResponse) ProtoReflect() protoreflect.Message

func (*GetResourceResponse) Reset added in v0.32.0

func (x *GetResourceResponse) Reset()

func (*GetResourceResponse) String added in v0.32.0

func (x *GetResourceResponse) String() string

func (*GetResourceResponse) Validate added in v0.32.0

func (m *GetResourceResponse) Validate() error

Validate checks the field values on GetResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetResourceResponse) ValidateAll added in v0.32.0

func (m *GetResourceResponse) ValidateAll() error

ValidateAll checks the field values on GetResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetResourceResponseMultiError, or nil if none found.

type GetResourceResponseMultiError added in v0.32.0

type GetResourceResponseMultiError []error

GetResourceResponseMultiError is an error wrapping multiple validation errors returned by GetResourceResponse.ValidateAll() if the designated constraints aren't met.

func (GetResourceResponseMultiError) AllErrors added in v0.32.0

func (m GetResourceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetResourceResponseMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type GetResourceResponseValidationError added in v0.32.0

type GetResourceResponseValidationError struct {
	// contains filtered or unexported fields
}

GetResourceResponseValidationError is the validation error returned by GetResourceResponse.Validate if the designated constraints aren't met.

func (GetResourceResponseValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (GetResourceResponseValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (GetResourceResponseValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (GetResourceResponseValidationError) Field added in v0.32.0

Field function returns field value.

func (GetResourceResponseValidationError) Key added in v0.32.0

Key function returns key value.

func (GetResourceResponseValidationError) Reason added in v0.32.0

Reason function returns reason value.

type HistogramMethod added in v0.22.0

type HistogramMethod int32
const (
	HistogramMethod_HISTOGRAM_METHOD_UNSPECIFIED HistogramMethod = 0
	HistogramMethod_HISTOGRAM_METHOD_FD          HistogramMethod = 1
	HistogramMethod_HISTOGRAM_METHOD_DIAGNOSTIC  HistogramMethod = 2
)

func (HistogramMethod) Descriptor added in v0.22.0

func (HistogramMethod) Enum added in v0.22.0

func (x HistogramMethod) Enum() *HistogramMethod

func (HistogramMethod) EnumDescriptor deprecated added in v0.22.0

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

Deprecated: Use HistogramMethod.Descriptor instead.

func (HistogramMethod) Number added in v0.22.0

func (HistogramMethod) String added in v0.22.0

func (x HistogramMethod) String() string

func (HistogramMethod) Type added in v0.22.0

type InlineMeasure added in v0.25.0

type InlineMeasure struct {

	// Required
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required, ie 'count(*)'
	Expression string `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"`
	// contains filtered or unexported fields
}

func (*InlineMeasure) Descriptor deprecated added in v0.25.0

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

Deprecated: Use InlineMeasure.ProtoReflect.Descriptor instead.

func (*InlineMeasure) GetExpression added in v0.25.0

func (x *InlineMeasure) GetExpression() string

func (*InlineMeasure) GetName added in v0.25.0

func (x *InlineMeasure) GetName() string

func (*InlineMeasure) ProtoMessage added in v0.25.0

func (*InlineMeasure) ProtoMessage()

func (*InlineMeasure) ProtoReflect added in v0.25.0

func (x *InlineMeasure) ProtoReflect() protoreflect.Message

func (*InlineMeasure) Reset added in v0.25.0

func (x *InlineMeasure) Reset()

func (*InlineMeasure) String added in v0.25.0

func (x *InlineMeasure) String() string

func (*InlineMeasure) Validate added in v0.25.0

func (m *InlineMeasure) Validate() error

Validate checks the field values on InlineMeasure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*InlineMeasure) ValidateAll added in v0.25.0

func (m *InlineMeasure) ValidateAll() error

ValidateAll checks the field values on InlineMeasure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InlineMeasureMultiError, or nil if none found.

type InlineMeasureMultiError added in v0.25.0

type InlineMeasureMultiError []error

InlineMeasureMultiError is an error wrapping multiple validation errors returned by InlineMeasure.ValidateAll() if the designated constraints aren't met.

func (InlineMeasureMultiError) AllErrors added in v0.25.0

func (m InlineMeasureMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InlineMeasureMultiError) Error added in v0.25.0

func (m InlineMeasureMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InlineMeasureValidationError added in v0.25.0

type InlineMeasureValidationError struct {
	// contains filtered or unexported fields
}

InlineMeasureValidationError is the validation error returned by InlineMeasure.Validate if the designated constraints aren't met.

func (InlineMeasureValidationError) Cause added in v0.25.0

Cause function returns cause value.

func (InlineMeasureValidationError) Error added in v0.25.0

Error satisfies the builtin error interface

func (InlineMeasureValidationError) ErrorName added in v0.25.0

func (e InlineMeasureValidationError) ErrorName() string

ErrorName returns error name.

func (InlineMeasureValidationError) Field added in v0.25.0

Field function returns field value.

func (InlineMeasureValidationError) Key added in v0.25.0

Key function returns key value.

func (InlineMeasureValidationError) Reason added in v0.25.0

Reason function returns reason value.

type Instance

type Instance struct {
	InstanceId        string                 `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Environment       string                 `protobuf:"bytes,20,opt,name=environment,proto3" json:"environment,omitempty"`
	OlapConnector     string                 `protobuf:"bytes,2,opt,name=olap_connector,json=olapConnector,proto3" json:"olap_connector,omitempty"`
	RepoConnector     string                 `protobuf:"bytes,4,opt,name=repo_connector,json=repoConnector,proto3" json:"repo_connector,omitempty"`
	AdminConnector    string                 `protobuf:"bytes,19,opt,name=admin_connector,json=adminConnector,proto3" json:"admin_connector,omitempty"`
	AiConnector       string                 `protobuf:"bytes,21,opt,name=ai_connector,json=aiConnector,proto3" json:"ai_connector,omitempty"`
	CreatedOn         *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"`
	UpdatedOn         *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"`
	Connectors        []*Connector           `protobuf:"bytes,10,rep,name=connectors,proto3" json:"connectors,omitempty"`
	ProjectConnectors []*Connector           `protobuf:"bytes,13,rep,name=project_connectors,json=projectConnectors,proto3" json:"project_connectors,omitempty"`
	Variables         map[string]string      `` /* 159-byte string literal not displayed */
	ProjectVariables  map[string]string      `` /* 197-byte string literal not displayed */
	Annotations       map[string]string      `` /* 164-byte string literal not displayed */
	EmbedCatalog      bool                   `protobuf:"varint,6,opt,name=embed_catalog,json=embedCatalog,proto3" json:"embed_catalog,omitempty"`
	WatchRepo         bool                   `protobuf:"varint,15,opt,name=watch_repo,json=watchRepo,proto3" json:"watch_repo,omitempty"`
	// contains filtered or unexported fields
}

Instance represents a single data project, meaning one set of code artifacts, one connection to an OLAP datastore (DuckDB, Druid), and one catalog of related metadata (such as reconciliation state). Instances are the unit of isolation within the runtime. They enable one runtime deployment to serve not only multiple data projects, but also multiple tenants. On local, the runtime will usually have just a single instance.

func (*Instance) Descriptor deprecated

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

Deprecated: Use Instance.ProtoReflect.Descriptor instead.

func (*Instance) GetAdminConnector added in v0.37.0

func (x *Instance) GetAdminConnector() string

func (*Instance) GetAiConnector added in v0.41.0

func (x *Instance) GetAiConnector() string

func (*Instance) GetAnnotations added in v0.35.0

func (x *Instance) GetAnnotations() map[string]string

func (*Instance) GetConnectors added in v0.32.0

func (x *Instance) GetConnectors() []*Connector

func (*Instance) GetCreatedOn added in v0.35.0

func (x *Instance) GetCreatedOn() *timestamppb.Timestamp

func (*Instance) GetEmbedCatalog

func (x *Instance) GetEmbedCatalog() bool

func (*Instance) GetEnvironment added in v0.41.0

func (x *Instance) GetEnvironment() string

func (*Instance) GetInstanceId

func (x *Instance) GetInstanceId() string

func (*Instance) GetOlapConnector added in v0.33.2

func (x *Instance) GetOlapConnector() string

func (*Instance) GetProjectConnectors added in v0.35.0

func (x *Instance) GetProjectConnectors() []*Connector

func (*Instance) GetProjectVariables added in v0.23.0

func (x *Instance) GetProjectVariables() map[string]string

func (*Instance) GetRepoConnector added in v0.33.2

func (x *Instance) GetRepoConnector() string

func (*Instance) GetUpdatedOn added in v0.35.0

func (x *Instance) GetUpdatedOn() *timestamppb.Timestamp

func (*Instance) GetVariables added in v0.23.0

func (x *Instance) GetVariables() map[string]string

func (*Instance) GetWatchRepo added in v0.35.0

func (x *Instance) GetWatchRepo() bool

func (*Instance) ProtoMessage

func (*Instance) ProtoMessage()

func (*Instance) ProtoReflect

func (x *Instance) ProtoReflect() protoreflect.Message

func (*Instance) Reset

func (x *Instance) Reset()

func (*Instance) String

func (x *Instance) String() string

func (*Instance) Validate added in v0.20.0

func (m *Instance) Validate() error

Validate checks the field values on Instance with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Instance) ValidateAll added in v0.20.0

func (m *Instance) ValidateAll() error

ValidateAll checks the field values on Instance with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InstanceMultiError, or nil if none found.

type InstanceMultiError added in v0.20.0

type InstanceMultiError []error

InstanceMultiError is an error wrapping multiple validation errors returned by Instance.ValidateAll() if the designated constraints aren't met.

func (InstanceMultiError) AllErrors added in v0.20.0

func (m InstanceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InstanceMultiError) Error added in v0.20.0

func (m InstanceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InstanceValidationError added in v0.20.0

type InstanceValidationError struct {
	// contains filtered or unexported fields
}

InstanceValidationError is the validation error returned by Instance.Validate if the designated constraints aren't met.

func (InstanceValidationError) Cause added in v0.20.0

func (e InstanceValidationError) Cause() error

Cause function returns cause value.

func (InstanceValidationError) Error added in v0.20.0

func (e InstanceValidationError) Error() string

Error satisfies the builtin error interface

func (InstanceValidationError) ErrorName added in v0.20.0

func (e InstanceValidationError) ErrorName() string

ErrorName returns error name.

func (InstanceValidationError) Field added in v0.20.0

func (e InstanceValidationError) Field() string

Field function returns field value.

func (InstanceValidationError) Key added in v0.20.0

func (e InstanceValidationError) Key() bool

Key function returns key value.

func (InstanceValidationError) Reason added in v0.20.0

func (e InstanceValidationError) Reason() string

Reason function returns reason value.

type IssueDevJWTRequest added in v0.33.0

type IssueDevJWTRequest struct {
	Name   string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email  string   `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Groups []string `protobuf:"bytes,3,rep,name=groups,proto3" json:"groups,omitempty"`
	Admin  bool     `protobuf:"varint,4,opt,name=admin,proto3" json:"admin,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.IssueDevJWT

func (*IssueDevJWTRequest) Descriptor deprecated added in v0.33.0

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

Deprecated: Use IssueDevJWTRequest.ProtoReflect.Descriptor instead.

func (*IssueDevJWTRequest) GetAdmin added in v0.33.0

func (x *IssueDevJWTRequest) GetAdmin() bool

func (*IssueDevJWTRequest) GetEmail added in v0.33.0

func (x *IssueDevJWTRequest) GetEmail() string

func (*IssueDevJWTRequest) GetGroups added in v0.33.0

func (x *IssueDevJWTRequest) GetGroups() []string

func (*IssueDevJWTRequest) GetName added in v0.33.0

func (x *IssueDevJWTRequest) GetName() string

func (*IssueDevJWTRequest) ProtoMessage added in v0.33.0

func (*IssueDevJWTRequest) ProtoMessage()

func (*IssueDevJWTRequest) ProtoReflect added in v0.33.0

func (x *IssueDevJWTRequest) ProtoReflect() protoreflect.Message

func (*IssueDevJWTRequest) Reset added in v0.33.0

func (x *IssueDevJWTRequest) Reset()

func (*IssueDevJWTRequest) String added in v0.33.0

func (x *IssueDevJWTRequest) String() string

func (*IssueDevJWTRequest) Validate added in v0.33.0

func (m *IssueDevJWTRequest) Validate() error

Validate checks the field values on IssueDevJWTRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IssueDevJWTRequest) ValidateAll added in v0.33.0

func (m *IssueDevJWTRequest) ValidateAll() error

ValidateAll checks the field values on IssueDevJWTRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IssueDevJWTRequestMultiError, or nil if none found.

type IssueDevJWTRequestMultiError added in v0.33.0

type IssueDevJWTRequestMultiError []error

IssueDevJWTRequestMultiError is an error wrapping multiple validation errors returned by IssueDevJWTRequest.ValidateAll() if the designated constraints aren't met.

func (IssueDevJWTRequestMultiError) AllErrors added in v0.33.0

func (m IssueDevJWTRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IssueDevJWTRequestMultiError) Error added in v0.33.0

Error returns a concatenation of all the error messages it wraps.

type IssueDevJWTRequestValidationError added in v0.33.0

type IssueDevJWTRequestValidationError struct {
	// contains filtered or unexported fields
}

IssueDevJWTRequestValidationError is the validation error returned by IssueDevJWTRequest.Validate if the designated constraints aren't met.

func (IssueDevJWTRequestValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (IssueDevJWTRequestValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (IssueDevJWTRequestValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (IssueDevJWTRequestValidationError) Field added in v0.33.0

Field function returns field value.

func (IssueDevJWTRequestValidationError) Key added in v0.33.0

Key function returns key value.

func (IssueDevJWTRequestValidationError) Reason added in v0.33.0

Reason function returns reason value.

type IssueDevJWTResponse added in v0.33.0

type IssueDevJWTResponse struct {
	Jwt string `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.IssueDevJWT

func (*IssueDevJWTResponse) Descriptor deprecated added in v0.33.0

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

Deprecated: Use IssueDevJWTResponse.ProtoReflect.Descriptor instead.

func (*IssueDevJWTResponse) GetJwt added in v0.33.0

func (x *IssueDevJWTResponse) GetJwt() string

func (*IssueDevJWTResponse) ProtoMessage added in v0.33.0

func (*IssueDevJWTResponse) ProtoMessage()

func (*IssueDevJWTResponse) ProtoReflect added in v0.33.0

func (x *IssueDevJWTResponse) ProtoReflect() protoreflect.Message

func (*IssueDevJWTResponse) Reset added in v0.33.0

func (x *IssueDevJWTResponse) Reset()

func (*IssueDevJWTResponse) String added in v0.33.0

func (x *IssueDevJWTResponse) String() string

func (*IssueDevJWTResponse) Validate added in v0.33.0

func (m *IssueDevJWTResponse) Validate() error

Validate checks the field values on IssueDevJWTResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*IssueDevJWTResponse) ValidateAll added in v0.33.0

func (m *IssueDevJWTResponse) ValidateAll() error

ValidateAll checks the field values on IssueDevJWTResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IssueDevJWTResponseMultiError, or nil if none found.

type IssueDevJWTResponseMultiError added in v0.33.0

type IssueDevJWTResponseMultiError []error

IssueDevJWTResponseMultiError is an error wrapping multiple validation errors returned by IssueDevJWTResponse.ValidateAll() if the designated constraints aren't met.

func (IssueDevJWTResponseMultiError) AllErrors added in v0.33.0

func (m IssueDevJWTResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (IssueDevJWTResponseMultiError) Error added in v0.33.0

Error returns a concatenation of all the error messages it wraps.

type IssueDevJWTResponseValidationError added in v0.33.0

type IssueDevJWTResponseValidationError struct {
	// contains filtered or unexported fields
}

IssueDevJWTResponseValidationError is the validation error returned by IssueDevJWTResponse.Validate if the designated constraints aren't met.

func (IssueDevJWTResponseValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (IssueDevJWTResponseValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (IssueDevJWTResponseValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (IssueDevJWTResponseValidationError) Field added in v0.33.0

Field function returns field value.

func (IssueDevJWTResponseValidationError) Key added in v0.33.0

Key function returns key value.

func (IssueDevJWTResponseValidationError) Reason added in v0.33.0

Reason function returns reason value.

type ListCatalogEntriesRequest

type ListCatalogEntriesRequest struct {
	InstanceId string     `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Type       ObjectType `protobuf:"varint,2,opt,name=type,proto3,enum=rill.runtime.v1.ObjectType" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.ListCatalogEntries

func (*ListCatalogEntriesRequest) Descriptor deprecated

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

Deprecated: Use ListCatalogEntriesRequest.ProtoReflect.Descriptor instead.

func (*ListCatalogEntriesRequest) GetInstanceId

func (x *ListCatalogEntriesRequest) GetInstanceId() string

func (*ListCatalogEntriesRequest) GetType

func (*ListCatalogEntriesRequest) ProtoMessage

func (*ListCatalogEntriesRequest) ProtoMessage()

func (*ListCatalogEntriesRequest) ProtoReflect

func (*ListCatalogEntriesRequest) Reset

func (x *ListCatalogEntriesRequest) Reset()

func (*ListCatalogEntriesRequest) String

func (x *ListCatalogEntriesRequest) String() string

func (*ListCatalogEntriesRequest) Validate added in v0.20.0

func (m *ListCatalogEntriesRequest) Validate() error

Validate checks the field values on ListCatalogEntriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCatalogEntriesRequest) ValidateAll added in v0.20.0

func (m *ListCatalogEntriesRequest) ValidateAll() error

ValidateAll checks the field values on ListCatalogEntriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCatalogEntriesRequestMultiError, or nil if none found.

type ListCatalogEntriesRequestMultiError added in v0.20.0

type ListCatalogEntriesRequestMultiError []error

ListCatalogEntriesRequestMultiError is an error wrapping multiple validation errors returned by ListCatalogEntriesRequest.ValidateAll() if the designated constraints aren't met.

func (ListCatalogEntriesRequestMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (ListCatalogEntriesRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type ListCatalogEntriesRequestValidationError added in v0.20.0

type ListCatalogEntriesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListCatalogEntriesRequestValidationError is the validation error returned by ListCatalogEntriesRequest.Validate if the designated constraints aren't met.

func (ListCatalogEntriesRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ListCatalogEntriesRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ListCatalogEntriesRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (ListCatalogEntriesRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (ListCatalogEntriesRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (ListCatalogEntriesRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ListCatalogEntriesResponse

type ListCatalogEntriesResponse struct {
	Entries []*CatalogEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.ListCatalogEntries

func (*ListCatalogEntriesResponse) Descriptor deprecated

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

Deprecated: Use ListCatalogEntriesResponse.ProtoReflect.Descriptor instead.

func (*ListCatalogEntriesResponse) GetEntries

func (x *ListCatalogEntriesResponse) GetEntries() []*CatalogEntry

func (*ListCatalogEntriesResponse) ProtoMessage

func (*ListCatalogEntriesResponse) ProtoMessage()

func (*ListCatalogEntriesResponse) ProtoReflect

func (*ListCatalogEntriesResponse) Reset

func (x *ListCatalogEntriesResponse) Reset()

func (*ListCatalogEntriesResponse) String

func (x *ListCatalogEntriesResponse) String() string

func (*ListCatalogEntriesResponse) Validate added in v0.20.0

func (m *ListCatalogEntriesResponse) Validate() error

Validate checks the field values on ListCatalogEntriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCatalogEntriesResponse) ValidateAll added in v0.20.0

func (m *ListCatalogEntriesResponse) ValidateAll() error

ValidateAll checks the field values on ListCatalogEntriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCatalogEntriesResponseMultiError, or nil if none found.

type ListCatalogEntriesResponseMultiError added in v0.20.0

type ListCatalogEntriesResponseMultiError []error

ListCatalogEntriesResponseMultiError is an error wrapping multiple validation errors returned by ListCatalogEntriesResponse.ValidateAll() if the designated constraints aren't met.

func (ListCatalogEntriesResponseMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (ListCatalogEntriesResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type ListCatalogEntriesResponseValidationError added in v0.20.0

type ListCatalogEntriesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListCatalogEntriesResponseValidationError is the validation error returned by ListCatalogEntriesResponse.Validate if the designated constraints aren't met.

func (ListCatalogEntriesResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ListCatalogEntriesResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ListCatalogEntriesResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (ListCatalogEntriesResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (ListCatalogEntriesResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (ListCatalogEntriesResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ListConnectorDriversRequest added in v0.43.0

type ListConnectorDriversRequest struct {
	// contains filtered or unexported fields
}

Request message for RuntimeService.ListConnectorDrivers

func (*ListConnectorDriversRequest) Descriptor deprecated added in v0.43.0

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

Deprecated: Use ListConnectorDriversRequest.ProtoReflect.Descriptor instead.

func (*ListConnectorDriversRequest) ProtoMessage added in v0.43.0

func (*ListConnectorDriversRequest) ProtoMessage()

func (*ListConnectorDriversRequest) ProtoReflect added in v0.43.0

func (*ListConnectorDriversRequest) Reset added in v0.43.0

func (x *ListConnectorDriversRequest) Reset()

func (*ListConnectorDriversRequest) String added in v0.43.0

func (x *ListConnectorDriversRequest) String() string

func (*ListConnectorDriversRequest) Validate added in v0.43.0

func (m *ListConnectorDriversRequest) Validate() error

Validate checks the field values on ListConnectorDriversRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListConnectorDriversRequest) ValidateAll added in v0.43.0

func (m *ListConnectorDriversRequest) ValidateAll() error

ValidateAll checks the field values on ListConnectorDriversRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListConnectorDriversRequestMultiError, or nil if none found.

type ListConnectorDriversRequestMultiError added in v0.43.0

type ListConnectorDriversRequestMultiError []error

ListConnectorDriversRequestMultiError is an error wrapping multiple validation errors returned by ListConnectorDriversRequest.ValidateAll() if the designated constraints aren't met.

func (ListConnectorDriversRequestMultiError) AllErrors added in v0.43.0

AllErrors returns a list of validation violation errors.

func (ListConnectorDriversRequestMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type ListConnectorDriversRequestValidationError added in v0.43.0

type ListConnectorDriversRequestValidationError struct {
	// contains filtered or unexported fields
}

ListConnectorDriversRequestValidationError is the validation error returned by ListConnectorDriversRequest.Validate if the designated constraints aren't met.

func (ListConnectorDriversRequestValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (ListConnectorDriversRequestValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (ListConnectorDriversRequestValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (ListConnectorDriversRequestValidationError) Field added in v0.43.0

Field function returns field value.

func (ListConnectorDriversRequestValidationError) Key added in v0.43.0

Key function returns key value.

func (ListConnectorDriversRequestValidationError) Reason added in v0.43.0

Reason function returns reason value.

type ListConnectorDriversResponse added in v0.43.0

type ListConnectorDriversResponse struct {
	Connectors []*ConnectorDriver `protobuf:"bytes,1,rep,name=connectors,proto3" json:"connectors,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.ListConnectorDrivers

func (*ListConnectorDriversResponse) Descriptor deprecated added in v0.43.0

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

Deprecated: Use ListConnectorDriversResponse.ProtoReflect.Descriptor instead.

func (*ListConnectorDriversResponse) GetConnectors added in v0.43.0

func (x *ListConnectorDriversResponse) GetConnectors() []*ConnectorDriver

func (*ListConnectorDriversResponse) ProtoMessage added in v0.43.0

func (*ListConnectorDriversResponse) ProtoMessage()

func (*ListConnectorDriversResponse) ProtoReflect added in v0.43.0

func (*ListConnectorDriversResponse) Reset added in v0.43.0

func (x *ListConnectorDriversResponse) Reset()

func (*ListConnectorDriversResponse) String added in v0.43.0

func (*ListConnectorDriversResponse) Validate added in v0.43.0

func (m *ListConnectorDriversResponse) Validate() error

Validate checks the field values on ListConnectorDriversResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListConnectorDriversResponse) ValidateAll added in v0.43.0

func (m *ListConnectorDriversResponse) ValidateAll() error

ValidateAll checks the field values on ListConnectorDriversResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListConnectorDriversResponseMultiError, or nil if none found.

type ListConnectorDriversResponseMultiError added in v0.43.0

type ListConnectorDriversResponseMultiError []error

ListConnectorDriversResponseMultiError is an error wrapping multiple validation errors returned by ListConnectorDriversResponse.ValidateAll() if the designated constraints aren't met.

func (ListConnectorDriversResponseMultiError) AllErrors added in v0.43.0

AllErrors returns a list of validation violation errors.

func (ListConnectorDriversResponseMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type ListConnectorDriversResponseValidationError added in v0.43.0

type ListConnectorDriversResponseValidationError struct {
	// contains filtered or unexported fields
}

ListConnectorDriversResponseValidationError is the validation error returned by ListConnectorDriversResponse.Validate if the designated constraints aren't met.

func (ListConnectorDriversResponseValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (ListConnectorDriversResponseValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (ListConnectorDriversResponseValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (ListConnectorDriversResponseValidationError) Field added in v0.43.0

Field function returns field value.

func (ListConnectorDriversResponseValidationError) Key added in v0.43.0

Key function returns key value.

func (ListConnectorDriversResponseValidationError) Reason added in v0.43.0

Reason function returns reason value.

type ListExamplesRequest added in v0.26.0

type ListExamplesRequest struct {
	// contains filtered or unexported fields
}

Request message for RuntimeService.ListExamples

func (*ListExamplesRequest) Descriptor deprecated added in v0.26.0

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

Deprecated: Use ListExamplesRequest.ProtoReflect.Descriptor instead.

func (*ListExamplesRequest) ProtoMessage added in v0.26.0

func (*ListExamplesRequest) ProtoMessage()

func (*ListExamplesRequest) ProtoReflect added in v0.26.0

func (x *ListExamplesRequest) ProtoReflect() protoreflect.Message

func (*ListExamplesRequest) Reset added in v0.26.0

func (x *ListExamplesRequest) Reset()

func (*ListExamplesRequest) String added in v0.26.0

func (x *ListExamplesRequest) String() string

func (*ListExamplesRequest) Validate added in v0.26.0

func (m *ListExamplesRequest) Validate() error

Validate checks the field values on ListExamplesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListExamplesRequest) ValidateAll added in v0.26.0

func (m *ListExamplesRequest) ValidateAll() error

ValidateAll checks the field values on ListExamplesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListExamplesRequestMultiError, or nil if none found.

type ListExamplesRequestMultiError added in v0.26.0

type ListExamplesRequestMultiError []error

ListExamplesRequestMultiError is an error wrapping multiple validation errors returned by ListExamplesRequest.ValidateAll() if the designated constraints aren't met.

func (ListExamplesRequestMultiError) AllErrors added in v0.26.0

func (m ListExamplesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListExamplesRequestMultiError) Error added in v0.26.0

Error returns a concatenation of all the error messages it wraps.

type ListExamplesRequestValidationError added in v0.26.0

type ListExamplesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListExamplesRequestValidationError is the validation error returned by ListExamplesRequest.Validate if the designated constraints aren't met.

func (ListExamplesRequestValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (ListExamplesRequestValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (ListExamplesRequestValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (ListExamplesRequestValidationError) Field added in v0.26.0

Field function returns field value.

func (ListExamplesRequestValidationError) Key added in v0.26.0

Key function returns key value.

func (ListExamplesRequestValidationError) Reason added in v0.26.0

Reason function returns reason value.

type ListExamplesResponse added in v0.26.0

type ListExamplesResponse struct {
	Examples []*Example `protobuf:"bytes,1,rep,name=examples,proto3" json:"examples,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.ListExamples

func (*ListExamplesResponse) Descriptor deprecated added in v0.26.0

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

Deprecated: Use ListExamplesResponse.ProtoReflect.Descriptor instead.

func (*ListExamplesResponse) GetExamples added in v0.26.0

func (x *ListExamplesResponse) GetExamples() []*Example

func (*ListExamplesResponse) ProtoMessage added in v0.26.0

func (*ListExamplesResponse) ProtoMessage()

func (*ListExamplesResponse) ProtoReflect added in v0.26.0

func (x *ListExamplesResponse) ProtoReflect() protoreflect.Message

func (*ListExamplesResponse) Reset added in v0.26.0

func (x *ListExamplesResponse) Reset()

func (*ListExamplesResponse) String added in v0.26.0

func (x *ListExamplesResponse) String() string

func (*ListExamplesResponse) Validate added in v0.26.0

func (m *ListExamplesResponse) Validate() error

Validate checks the field values on ListExamplesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListExamplesResponse) ValidateAll added in v0.26.0

func (m *ListExamplesResponse) ValidateAll() error

ValidateAll checks the field values on ListExamplesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListExamplesResponseMultiError, or nil if none found.

type ListExamplesResponseMultiError added in v0.26.0

type ListExamplesResponseMultiError []error

ListExamplesResponseMultiError is an error wrapping multiple validation errors returned by ListExamplesResponse.ValidateAll() if the designated constraints aren't met.

func (ListExamplesResponseMultiError) AllErrors added in v0.26.0

func (m ListExamplesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListExamplesResponseMultiError) Error added in v0.26.0

Error returns a concatenation of all the error messages it wraps.

type ListExamplesResponseValidationError added in v0.26.0

type ListExamplesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListExamplesResponseValidationError is the validation error returned by ListExamplesResponse.Validate if the designated constraints aren't met.

func (ListExamplesResponseValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (ListExamplesResponseValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (ListExamplesResponseValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (ListExamplesResponseValidationError) Field added in v0.26.0

Field function returns field value.

func (ListExamplesResponseValidationError) Key added in v0.26.0

Key function returns key value.

func (ListExamplesResponseValidationError) Reason added in v0.26.0

Reason function returns reason value.

type ListFilesRequest

type ListFilesRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Glob       string `protobuf:"bytes,2,opt,name=glob,proto3" json:"glob,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.ListFiles

func (*ListFilesRequest) Descriptor deprecated

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

Deprecated: Use ListFilesRequest.ProtoReflect.Descriptor instead.

func (*ListFilesRequest) GetGlob

func (x *ListFilesRequest) GetGlob() string

func (*ListFilesRequest) GetInstanceId

func (x *ListFilesRequest) GetInstanceId() string

func (*ListFilesRequest) ProtoMessage

func (*ListFilesRequest) ProtoMessage()

func (*ListFilesRequest) ProtoReflect

func (x *ListFilesRequest) ProtoReflect() protoreflect.Message

func (*ListFilesRequest) Reset

func (x *ListFilesRequest) Reset()

func (*ListFilesRequest) String

func (x *ListFilesRequest) String() string

func (*ListFilesRequest) Validate added in v0.20.0

func (m *ListFilesRequest) Validate() error

Validate checks the field values on ListFilesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListFilesRequest) ValidateAll added in v0.20.0

func (m *ListFilesRequest) ValidateAll() error

ValidateAll checks the field values on ListFilesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListFilesRequestMultiError, or nil if none found.

type ListFilesRequestMultiError added in v0.20.0

type ListFilesRequestMultiError []error

ListFilesRequestMultiError is an error wrapping multiple validation errors returned by ListFilesRequest.ValidateAll() if the designated constraints aren't met.

func (ListFilesRequestMultiError) AllErrors added in v0.20.0

func (m ListFilesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFilesRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type ListFilesRequestValidationError added in v0.20.0

type ListFilesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListFilesRequestValidationError is the validation error returned by ListFilesRequest.Validate if the designated constraints aren't met.

func (ListFilesRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ListFilesRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ListFilesRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (ListFilesRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (ListFilesRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (ListFilesRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ListFilesResponse

type ListFilesResponse struct {
	Files []*DirEntry `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.ListFiles

func (*ListFilesResponse) Descriptor deprecated

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

Deprecated: Use ListFilesResponse.ProtoReflect.Descriptor instead.

func (*ListFilesResponse) GetFiles added in v0.43.0

func (x *ListFilesResponse) GetFiles() []*DirEntry

func (*ListFilesResponse) ProtoMessage

func (*ListFilesResponse) ProtoMessage()

func (*ListFilesResponse) ProtoReflect

func (x *ListFilesResponse) ProtoReflect() protoreflect.Message

func (*ListFilesResponse) Reset

func (x *ListFilesResponse) Reset()

func (*ListFilesResponse) String

func (x *ListFilesResponse) String() string

func (*ListFilesResponse) Validate added in v0.20.0

func (m *ListFilesResponse) Validate() error

Validate checks the field values on ListFilesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListFilesResponse) ValidateAll added in v0.20.0

func (m *ListFilesResponse) ValidateAll() error

ValidateAll checks the field values on ListFilesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListFilesResponseMultiError, or nil if none found.

type ListFilesResponseMultiError added in v0.20.0

type ListFilesResponseMultiError []error

ListFilesResponseMultiError is an error wrapping multiple validation errors returned by ListFilesResponse.ValidateAll() if the designated constraints aren't met.

func (ListFilesResponseMultiError) AllErrors added in v0.20.0

func (m ListFilesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFilesResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type ListFilesResponseValidationError added in v0.20.0

type ListFilesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListFilesResponseValidationError is the validation error returned by ListFilesResponse.Validate if the designated constraints aren't met.

func (ListFilesResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ListFilesResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ListFilesResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (ListFilesResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (ListFilesResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (ListFilesResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ListInstancesRequest

type ListInstancesRequest struct {
	PageSize  uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.ListInstances

func (*ListInstancesRequest) Descriptor deprecated

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

Deprecated: Use ListInstancesRequest.ProtoReflect.Descriptor instead.

func (*ListInstancesRequest) GetPageSize

func (x *ListInstancesRequest) GetPageSize() uint32

func (*ListInstancesRequest) GetPageToken

func (x *ListInstancesRequest) GetPageToken() string

func (*ListInstancesRequest) ProtoMessage

func (*ListInstancesRequest) ProtoMessage()

func (*ListInstancesRequest) ProtoReflect

func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message

func (*ListInstancesRequest) Reset

func (x *ListInstancesRequest) Reset()

func (*ListInstancesRequest) String

func (x *ListInstancesRequest) String() string

func (*ListInstancesRequest) Validate added in v0.20.0

func (m *ListInstancesRequest) Validate() error

Validate checks the field values on ListInstancesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListInstancesRequest) ValidateAll added in v0.20.0

func (m *ListInstancesRequest) ValidateAll() error

ValidateAll checks the field values on ListInstancesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListInstancesRequestMultiError, or nil if none found.

type ListInstancesRequestMultiError added in v0.20.0

type ListInstancesRequestMultiError []error

ListInstancesRequestMultiError is an error wrapping multiple validation errors returned by ListInstancesRequest.ValidateAll() if the designated constraints aren't met.

func (ListInstancesRequestMultiError) AllErrors added in v0.20.0

func (m ListInstancesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListInstancesRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type ListInstancesRequestValidationError added in v0.20.0

type ListInstancesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListInstancesRequestValidationError is the validation error returned by ListInstancesRequest.Validate if the designated constraints aren't met.

func (ListInstancesRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ListInstancesRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ListInstancesRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (ListInstancesRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (ListInstancesRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (ListInstancesRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ListInstancesResponse

type ListInstancesResponse struct {
	Instances     []*Instance `protobuf:"bytes,1,rep,name=instances,proto3" json:"instances,omitempty"`
	NextPageToken string      `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.ListInstances

func (*ListInstancesResponse) Descriptor deprecated

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

Deprecated: Use ListInstancesResponse.ProtoReflect.Descriptor instead.

func (*ListInstancesResponse) GetInstances

func (x *ListInstancesResponse) GetInstances() []*Instance

func (*ListInstancesResponse) GetNextPageToken

func (x *ListInstancesResponse) GetNextPageToken() string

func (*ListInstancesResponse) ProtoMessage

func (*ListInstancesResponse) ProtoMessage()

func (*ListInstancesResponse) ProtoReflect

func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message

func (*ListInstancesResponse) Reset

func (x *ListInstancesResponse) Reset()

func (*ListInstancesResponse) String

func (x *ListInstancesResponse) String() string

func (*ListInstancesResponse) Validate added in v0.20.0

func (m *ListInstancesResponse) Validate() error

Validate checks the field values on ListInstancesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListInstancesResponse) ValidateAll added in v0.20.0

func (m *ListInstancesResponse) ValidateAll() error

ValidateAll checks the field values on ListInstancesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListInstancesResponseMultiError, or nil if none found.

type ListInstancesResponseMultiError added in v0.20.0

type ListInstancesResponseMultiError []error

ListInstancesResponseMultiError is an error wrapping multiple validation errors returned by ListInstancesResponse.ValidateAll() if the designated constraints aren't met.

func (ListInstancesResponseMultiError) AllErrors added in v0.20.0

func (m ListInstancesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListInstancesResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type ListInstancesResponseValidationError added in v0.20.0

type ListInstancesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListInstancesResponseValidationError is the validation error returned by ListInstancesResponse.Validate if the designated constraints aren't met.

func (ListInstancesResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ListInstancesResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ListInstancesResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (ListInstancesResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (ListInstancesResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (ListInstancesResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ListNotifierConnectorsRequest added in v0.43.0

type ListNotifierConnectorsRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.ListNotifierConnectors

func (*ListNotifierConnectorsRequest) Descriptor deprecated added in v0.43.0

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

Deprecated: Use ListNotifierConnectorsRequest.ProtoReflect.Descriptor instead.

func (*ListNotifierConnectorsRequest) GetInstanceId added in v0.43.0

func (x *ListNotifierConnectorsRequest) GetInstanceId() string

func (*ListNotifierConnectorsRequest) ProtoMessage added in v0.43.0

func (*ListNotifierConnectorsRequest) ProtoMessage()

func (*ListNotifierConnectorsRequest) ProtoReflect added in v0.43.0

func (*ListNotifierConnectorsRequest) Reset added in v0.43.0

func (x *ListNotifierConnectorsRequest) Reset()

func (*ListNotifierConnectorsRequest) String added in v0.43.0

func (*ListNotifierConnectorsRequest) Validate added in v0.43.0

func (m *ListNotifierConnectorsRequest) Validate() error

Validate checks the field values on ListNotifierConnectorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNotifierConnectorsRequest) ValidateAll added in v0.43.0

func (m *ListNotifierConnectorsRequest) ValidateAll() error

ValidateAll checks the field values on ListNotifierConnectorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNotifierConnectorsRequestMultiError, or nil if none found.

type ListNotifierConnectorsRequestMultiError added in v0.43.0

type ListNotifierConnectorsRequestMultiError []error

ListNotifierConnectorsRequestMultiError is an error wrapping multiple validation errors returned by ListNotifierConnectorsRequest.ValidateAll() if the designated constraints aren't met.

func (ListNotifierConnectorsRequestMultiError) AllErrors added in v0.43.0

AllErrors returns a list of validation violation errors.

func (ListNotifierConnectorsRequestMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type ListNotifierConnectorsRequestValidationError added in v0.43.0

type ListNotifierConnectorsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListNotifierConnectorsRequestValidationError is the validation error returned by ListNotifierConnectorsRequest.Validate if the designated constraints aren't met.

func (ListNotifierConnectorsRequestValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (ListNotifierConnectorsRequestValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (ListNotifierConnectorsRequestValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (ListNotifierConnectorsRequestValidationError) Field added in v0.43.0

Field function returns field value.

func (ListNotifierConnectorsRequestValidationError) Key added in v0.43.0

Key function returns key value.

func (ListNotifierConnectorsRequestValidationError) Reason added in v0.43.0

Reason function returns reason value.

type ListNotifierConnectorsResponse added in v0.43.0

type ListNotifierConnectorsResponse struct {

	// Note: In this list, the Connector.config property will always be empty.
	Connectors []*Connector `protobuf:"bytes,1,rep,name=connectors,proto3" json:"connectors,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.ListNotifierConnectors

func (*ListNotifierConnectorsResponse) Descriptor deprecated added in v0.43.0

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

Deprecated: Use ListNotifierConnectorsResponse.ProtoReflect.Descriptor instead.

func (*ListNotifierConnectorsResponse) GetConnectors added in v0.43.0

func (x *ListNotifierConnectorsResponse) GetConnectors() []*Connector

func (*ListNotifierConnectorsResponse) ProtoMessage added in v0.43.0

func (*ListNotifierConnectorsResponse) ProtoMessage()

func (*ListNotifierConnectorsResponse) ProtoReflect added in v0.43.0

func (*ListNotifierConnectorsResponse) Reset added in v0.43.0

func (x *ListNotifierConnectorsResponse) Reset()

func (*ListNotifierConnectorsResponse) String added in v0.43.0

func (*ListNotifierConnectorsResponse) Validate added in v0.43.0

func (m *ListNotifierConnectorsResponse) Validate() error

Validate checks the field values on ListNotifierConnectorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNotifierConnectorsResponse) ValidateAll added in v0.43.0

func (m *ListNotifierConnectorsResponse) ValidateAll() error

ValidateAll checks the field values on ListNotifierConnectorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNotifierConnectorsResponseMultiError, or nil if none found.

type ListNotifierConnectorsResponseMultiError added in v0.43.0

type ListNotifierConnectorsResponseMultiError []error

ListNotifierConnectorsResponseMultiError is an error wrapping multiple validation errors returned by ListNotifierConnectorsResponse.ValidateAll() if the designated constraints aren't met.

func (ListNotifierConnectorsResponseMultiError) AllErrors added in v0.43.0

AllErrors returns a list of validation violation errors.

func (ListNotifierConnectorsResponseMultiError) Error added in v0.43.0

Error returns a concatenation of all the error messages it wraps.

type ListNotifierConnectorsResponseValidationError added in v0.43.0

type ListNotifierConnectorsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListNotifierConnectorsResponseValidationError is the validation error returned by ListNotifierConnectorsResponse.Validate if the designated constraints aren't met.

func (ListNotifierConnectorsResponseValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (ListNotifierConnectorsResponseValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (ListNotifierConnectorsResponseValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (ListNotifierConnectorsResponseValidationError) Field added in v0.43.0

Field function returns field value.

func (ListNotifierConnectorsResponseValidationError) Key added in v0.43.0

Key function returns key value.

func (ListNotifierConnectorsResponseValidationError) Reason added in v0.43.0

Reason function returns reason value.

type ListResourcesRequest added in v0.32.0

type ListResourcesRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Kind       string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResourcesRequest) Descriptor deprecated added in v0.32.0

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

Deprecated: Use ListResourcesRequest.ProtoReflect.Descriptor instead.

func (*ListResourcesRequest) GetInstanceId added in v0.32.0

func (x *ListResourcesRequest) GetInstanceId() string

func (*ListResourcesRequest) GetKind added in v0.33.1

func (x *ListResourcesRequest) GetKind() string

func (*ListResourcesRequest) ProtoMessage added in v0.32.0

func (*ListResourcesRequest) ProtoMessage()

func (*ListResourcesRequest) ProtoReflect added in v0.32.0

func (x *ListResourcesRequest) ProtoReflect() protoreflect.Message

func (*ListResourcesRequest) Reset added in v0.32.0

func (x *ListResourcesRequest) Reset()

func (*ListResourcesRequest) String added in v0.32.0

func (x *ListResourcesRequest) String() string

func (*ListResourcesRequest) Validate added in v0.32.0

func (m *ListResourcesRequest) Validate() error

Validate checks the field values on ListResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListResourcesRequest) ValidateAll added in v0.32.0

func (m *ListResourcesRequest) ValidateAll() error

ValidateAll checks the field values on ListResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListResourcesRequestMultiError, or nil if none found.

type ListResourcesRequestMultiError added in v0.32.0

type ListResourcesRequestMultiError []error

ListResourcesRequestMultiError is an error wrapping multiple validation errors returned by ListResourcesRequest.ValidateAll() if the designated constraints aren't met.

func (ListResourcesRequestMultiError) AllErrors added in v0.32.0

func (m ListResourcesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListResourcesRequestMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type ListResourcesRequestValidationError added in v0.32.0

type ListResourcesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListResourcesRequestValidationError is the validation error returned by ListResourcesRequest.Validate if the designated constraints aren't met.

func (ListResourcesRequestValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (ListResourcesRequestValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (ListResourcesRequestValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (ListResourcesRequestValidationError) Field added in v0.32.0

Field function returns field value.

func (ListResourcesRequestValidationError) Key added in v0.32.0

Key function returns key value.

func (ListResourcesRequestValidationError) Reason added in v0.32.0

Reason function returns reason value.

type ListResourcesResponse added in v0.32.0

type ListResourcesResponse struct {
	Resources []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResourcesResponse) Descriptor deprecated added in v0.32.0

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

Deprecated: Use ListResourcesResponse.ProtoReflect.Descriptor instead.

func (*ListResourcesResponse) GetResources added in v0.32.0

func (x *ListResourcesResponse) GetResources() []*Resource

func (*ListResourcesResponse) ProtoMessage added in v0.32.0

func (*ListResourcesResponse) ProtoMessage()

func (*ListResourcesResponse) ProtoReflect added in v0.32.0

func (x *ListResourcesResponse) ProtoReflect() protoreflect.Message

func (*ListResourcesResponse) Reset added in v0.32.0

func (x *ListResourcesResponse) Reset()

func (*ListResourcesResponse) String added in v0.32.0

func (x *ListResourcesResponse) String() string

func (*ListResourcesResponse) Validate added in v0.32.0

func (m *ListResourcesResponse) Validate() error

Validate checks the field values on ListResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListResourcesResponse) ValidateAll added in v0.32.0

func (m *ListResourcesResponse) ValidateAll() error

ValidateAll checks the field values on ListResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListResourcesResponseMultiError, or nil if none found.

type ListResourcesResponseMultiError added in v0.32.0

type ListResourcesResponseMultiError []error

ListResourcesResponseMultiError is an error wrapping multiple validation errors returned by ListResourcesResponse.ValidateAll() if the designated constraints aren't met.

func (ListResourcesResponseMultiError) AllErrors added in v0.32.0

func (m ListResourcesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListResourcesResponseMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type ListResourcesResponseValidationError added in v0.32.0

type ListResourcesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListResourcesResponseValidationError is the validation error returned by ListResourcesResponse.Validate if the designated constraints aren't met.

func (ListResourcesResponseValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (ListResourcesResponseValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (ListResourcesResponseValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (ListResourcesResponseValidationError) Field added in v0.32.0

Field function returns field value.

func (ListResourcesResponseValidationError) Key added in v0.32.0

Key function returns key value.

func (ListResourcesResponseValidationError) Reason added in v0.32.0

Reason function returns reason value.

type Log added in v0.32.0

type Log struct {
	Level       LogLevel               `protobuf:"varint,1,opt,name=level,proto3,enum=rill.runtime.v1.LogLevel" json:"level,omitempty"`
	Time        *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	Message     string                 `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"`
	JsonPayload string                 `protobuf:"bytes,4,opt,name=json_payload,json=jsonPayload,proto3" json:"json_payload,omitempty"`
	// contains filtered or unexported fields
}

func (*Log) Descriptor deprecated added in v0.32.0

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

Deprecated: Use Log.ProtoReflect.Descriptor instead.

func (*Log) GetJsonPayload added in v0.37.0

func (x *Log) GetJsonPayload() string

func (*Log) GetLevel added in v0.32.0

func (x *Log) GetLevel() LogLevel

func (*Log) GetMessage added in v0.32.0

func (x *Log) GetMessage() string

func (*Log) GetTime added in v0.32.0

func (x *Log) GetTime() *timestamppb.Timestamp

func (*Log) ProtoMessage added in v0.32.0

func (*Log) ProtoMessage()

func (*Log) ProtoReflect added in v0.32.0

func (x *Log) ProtoReflect() protoreflect.Message

func (*Log) Reset added in v0.32.0

func (x *Log) Reset()

func (*Log) String added in v0.32.0

func (x *Log) String() string

func (*Log) Validate added in v0.32.0

func (m *Log) Validate() error

Validate checks the field values on Log with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Log) ValidateAll added in v0.32.0

func (m *Log) ValidateAll() error

ValidateAll checks the field values on Log with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogMultiError, or nil if none found.

type LogLevel added in v0.32.0

type LogLevel int32
const (
	LogLevel_LOG_LEVEL_UNSPECIFIED LogLevel = 0
	LogLevel_LOG_LEVEL_DEBUG       LogLevel = 4
	LogLevel_LOG_LEVEL_INFO        LogLevel = 8
	LogLevel_LOG_LEVEL_WARN        LogLevel = 12
	LogLevel_LOG_LEVEL_ERROR       LogLevel = 16
	LogLevel_LOG_LEVEL_FATAL       LogLevel = 20
)

func (LogLevel) Descriptor added in v0.32.0

func (LogLevel) Descriptor() protoreflect.EnumDescriptor

func (LogLevel) Enum added in v0.32.0

func (x LogLevel) Enum() *LogLevel

func (LogLevel) EnumDescriptor deprecated added in v0.32.0

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

Deprecated: Use LogLevel.Descriptor instead.

func (LogLevel) Number added in v0.32.0

func (x LogLevel) Number() protoreflect.EnumNumber

func (LogLevel) String added in v0.32.0

func (x LogLevel) String() string

func (LogLevel) Type added in v0.32.0

type LogMultiError added in v0.32.0

type LogMultiError []error

LogMultiError is an error wrapping multiple validation errors returned by Log.ValidateAll() if the designated constraints aren't met.

func (LogMultiError) AllErrors added in v0.32.0

func (m LogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (LogMultiError) Error added in v0.32.0

func (m LogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type LogValidationError added in v0.32.0

type LogValidationError struct {
	// contains filtered or unexported fields
}

LogValidationError is the validation error returned by Log.Validate if the designated constraints aren't met.

func (LogValidationError) Cause added in v0.32.0

func (e LogValidationError) Cause() error

Cause function returns cause value.

func (LogValidationError) Error added in v0.32.0

func (e LogValidationError) Error() string

Error satisfies the builtin error interface

func (LogValidationError) ErrorName added in v0.32.0

func (e LogValidationError) ErrorName() string

ErrorName returns error name.

func (LogValidationError) Field added in v0.32.0

func (e LogValidationError) Field() string

Field function returns field value.

func (LogValidationError) Key added in v0.32.0

func (e LogValidationError) Key() bool

Key function returns key value.

func (LogValidationError) Reason added in v0.32.0

func (e LogValidationError) Reason() string

Reason function returns reason value.

type MapType

type MapType struct {
	KeyType   *Type `protobuf:"bytes,1,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"`
	ValueType *Type `protobuf:"bytes,2,opt,name=value_type,json=valueType,proto3" json:"value_type,omitempty"`
	// contains filtered or unexported fields
}

MapType is a complex type for mapping keys to values

func (*MapType) Descriptor deprecated

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

Deprecated: Use MapType.ProtoReflect.Descriptor instead.

func (*MapType) GetKeyType

func (x *MapType) GetKeyType() *Type

func (*MapType) GetValueType

func (x *MapType) GetValueType() *Type

func (*MapType) ProtoMessage

func (*MapType) ProtoMessage()

func (*MapType) ProtoReflect

func (x *MapType) ProtoReflect() protoreflect.Message

func (*MapType) Reset

func (x *MapType) Reset()

func (*MapType) String

func (x *MapType) String() string

func (*MapType) Validate added in v0.20.0

func (m *MapType) Validate() error

Validate checks the field values on MapType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MapType) ValidateAll added in v0.20.0

func (m *MapType) ValidateAll() error

ValidateAll checks the field values on MapType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MapTypeMultiError, or nil if none found.

type MapTypeMultiError added in v0.20.0

type MapTypeMultiError []error

MapTypeMultiError is an error wrapping multiple validation errors returned by MapType.ValidateAll() if the designated constraints aren't met.

func (MapTypeMultiError) AllErrors added in v0.20.0

func (m MapTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MapTypeMultiError) Error added in v0.20.0

func (m MapTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MapTypeValidationError added in v0.20.0

type MapTypeValidationError struct {
	// contains filtered or unexported fields
}

MapTypeValidationError is the validation error returned by MapType.Validate if the designated constraints aren't met.

func (MapTypeValidationError) Cause added in v0.20.0

func (e MapTypeValidationError) Cause() error

Cause function returns cause value.

func (MapTypeValidationError) Error added in v0.20.0

func (e MapTypeValidationError) Error() string

Error satisfies the builtin error interface

func (MapTypeValidationError) ErrorName added in v0.20.0

func (e MapTypeValidationError) ErrorName() string

ErrorName returns error name.

func (MapTypeValidationError) Field added in v0.20.0

func (e MapTypeValidationError) Field() string

Field function returns field value.

func (MapTypeValidationError) Key added in v0.20.0

func (e MapTypeValidationError) Key() bool

Key function returns key value.

func (MapTypeValidationError) Reason added in v0.20.0

func (e MapTypeValidationError) Reason() string

Reason function returns reason value.

type MetricsView

type MetricsView struct {

	// Name of the metrics view
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Name of the source or model that the metrics view is based on
	Model string `protobuf:"bytes,2,opt,name=model,proto3" json:"model,omitempty"`
	// Name of the primary time dimension, used for rendering time series
	TimeDimension string `protobuf:"bytes,3,opt,name=time_dimension,json=timeDimension,proto3" json:"time_dimension,omitempty"`
	// Dimensions in the metrics view
	Dimensions []*MetricsView_Dimension `protobuf:"bytes,5,rep,name=dimensions,proto3" json:"dimensions,omitempty"`
	// Measures in the metrics view
	Measures []*MetricsView_Measure `protobuf:"bytes,6,rep,name=measures,proto3" json:"measures,omitempty"`
	// User friendly label for the dashboard
	Label string `protobuf:"bytes,7,opt,name=label,proto3" json:"label,omitempty"`
	// Brief description of the dashboard
	Description string `protobuf:"bytes,8,opt,name=description,proto3" json:"description,omitempty"`
	// Smallest time grain to show in the dashboard
	SmallestTimeGrain TimeGrain `` /* 146-byte string literal not displayed */
	// Default time range for the dashboard. It should be a valid ISO 8601 duration string.
	DefaultTimeRange string `protobuf:"bytes,10,opt,name=default_time_range,json=defaultTimeRange,proto3" json:"default_time_range,omitempty"`
	// Available time zones list preferred time zones using IANA location identifiers.
	AvailableTimeZones []string `protobuf:"bytes,11,rep,name=available_time_zones,json=availableTimeZones,proto3" json:"available_time_zones,omitempty"`
	// Security for the dashboard
	Security         *MetricsView_Security `protobuf:"bytes,12,opt,name=security,proto3" json:"security,omitempty"`
	FirstDayOfWeek   uint32                `protobuf:"varint,13,opt,name=first_day_of_week,json=firstDayOfWeek,proto3" json:"first_day_of_week,omitempty"`
	FirstMonthOfYear uint32                `protobuf:"varint,14,opt,name=first_month_of_year,json=firstMonthOfYear,proto3" json:"first_month_of_year,omitempty"`
	// contains filtered or unexported fields
}

Metrics view is the internal representation of a metrics view definition

func (*MetricsView) Descriptor deprecated

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

Deprecated: Use MetricsView.ProtoReflect.Descriptor instead.

func (*MetricsView) GetAvailableTimeZones added in v0.29.1

func (x *MetricsView) GetAvailableTimeZones() []string

func (*MetricsView) GetDefaultTimeRange added in v0.21.0

func (x *MetricsView) GetDefaultTimeRange() string

func (*MetricsView) GetDescription

func (x *MetricsView) GetDescription() string

func (*MetricsView) GetDimensions

func (x *MetricsView) GetDimensions() []*MetricsView_Dimension

func (*MetricsView) GetFirstDayOfWeek added in v0.35.2

func (x *MetricsView) GetFirstDayOfWeek() uint32

func (*MetricsView) GetFirstMonthOfYear added in v0.35.2

func (x *MetricsView) GetFirstMonthOfYear() uint32

func (*MetricsView) GetLabel

func (x *MetricsView) GetLabel() string

func (*MetricsView) GetMeasures

func (x *MetricsView) GetMeasures() []*MetricsView_Measure

func (*MetricsView) GetModel

func (x *MetricsView) GetModel() string

func (*MetricsView) GetName

func (x *MetricsView) GetName() string

func (*MetricsView) GetSecurity added in v0.33.0

func (x *MetricsView) GetSecurity() *MetricsView_Security

func (*MetricsView) GetSmallestTimeGrain added in v0.21.1

func (x *MetricsView) GetSmallestTimeGrain() TimeGrain

func (*MetricsView) GetTimeDimension

func (x *MetricsView) GetTimeDimension() string

func (*MetricsView) ProtoMessage

func (*MetricsView) ProtoMessage()

func (*MetricsView) ProtoReflect

func (x *MetricsView) ProtoReflect() protoreflect.Message

func (*MetricsView) Reset

func (x *MetricsView) Reset()

func (*MetricsView) String

func (x *MetricsView) String() string

func (*MetricsView) Validate added in v0.20.0

func (m *MetricsView) Validate() error

Validate checks the field values on MetricsView with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsView) ValidateAll added in v0.20.0

func (m *MetricsView) ValidateAll() error

ValidateAll checks the field values on MetricsView with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewMultiError, or nil if none found.

type MetricsViewAggregationDimension added in v0.33.2

type MetricsViewAggregationDimension struct {

	// Required
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional
	TimeGrain TimeGrain `protobuf:"varint,2,opt,name=time_grain,json=timeGrain,proto3,enum=rill.runtime.v1.TimeGrain" json:"time_grain,omitempty"`
	// Optional. IANA format, ie Europe/Copenhagen. Defaults to UTC
	TimeZone string `protobuf:"bytes,3,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	Alias    string `protobuf:"bytes,4,opt,name=alias,proto3" json:"alias,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewAggregationDimension) Descriptor deprecated added in v0.33.2

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

Deprecated: Use MetricsViewAggregationDimension.ProtoReflect.Descriptor instead.

func (*MetricsViewAggregationDimension) GetAlias added in v0.41.0

func (*MetricsViewAggregationDimension) GetName added in v0.33.2

func (*MetricsViewAggregationDimension) GetTimeGrain added in v0.33.2

func (x *MetricsViewAggregationDimension) GetTimeGrain() TimeGrain

func (*MetricsViewAggregationDimension) GetTimeZone added in v0.33.2

func (x *MetricsViewAggregationDimension) GetTimeZone() string

func (*MetricsViewAggregationDimension) ProtoMessage added in v0.33.2

func (*MetricsViewAggregationDimension) ProtoMessage()

func (*MetricsViewAggregationDimension) ProtoReflect added in v0.33.2

func (*MetricsViewAggregationDimension) Reset added in v0.33.2

func (*MetricsViewAggregationDimension) String added in v0.33.2

func (*MetricsViewAggregationDimension) Validate added in v0.33.2

func (m *MetricsViewAggregationDimension) Validate() error

Validate checks the field values on MetricsViewAggregationDimension with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewAggregationDimension) ValidateAll added in v0.33.2

func (m *MetricsViewAggregationDimension) ValidateAll() error

ValidateAll checks the field values on MetricsViewAggregationDimension with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationDimensionMultiError, or nil if none found.

type MetricsViewAggregationDimensionMultiError added in v0.33.2

type MetricsViewAggregationDimensionMultiError []error

MetricsViewAggregationDimensionMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationDimension.ValidateAll() if the designated constraints aren't met.

func (MetricsViewAggregationDimensionMultiError) AllErrors added in v0.33.2

AllErrors returns a list of validation violation errors.

func (MetricsViewAggregationDimensionMultiError) Error added in v0.33.2

Error returns a concatenation of all the error messages it wraps.

type MetricsViewAggregationDimensionValidationError added in v0.33.2

type MetricsViewAggregationDimensionValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewAggregationDimensionValidationError is the validation error returned by MetricsViewAggregationDimension.Validate if the designated constraints aren't met.

func (MetricsViewAggregationDimensionValidationError) Cause added in v0.33.2

Cause function returns cause value.

func (MetricsViewAggregationDimensionValidationError) Error added in v0.33.2

Error satisfies the builtin error interface

func (MetricsViewAggregationDimensionValidationError) ErrorName added in v0.33.2

ErrorName returns error name.

func (MetricsViewAggregationDimensionValidationError) Field added in v0.33.2

Field function returns field value.

func (MetricsViewAggregationDimensionValidationError) Key added in v0.33.2

Key function returns key value.

func (MetricsViewAggregationDimensionValidationError) Reason added in v0.33.2

Reason function returns reason value.

type MetricsViewAggregationMeasure added in v0.33.2

type MetricsViewAggregationMeasure struct {

	// Required
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional
	BuiltinMeasure BuiltinMeasure `` /* 140-byte string literal not displayed */
	// Required if BUILTIN_MEASURE_COUNT_DISTINCT
	BuiltinMeasureArgs []*structpb.Value `protobuf:"bytes,3,rep,name=builtin_measure_args,json=builtinMeasureArgs,proto3" json:"builtin_measure_args,omitempty"`
	Filter             *Expression       `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewAggregationMeasure) Descriptor deprecated added in v0.33.2

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

Deprecated: Use MetricsViewAggregationMeasure.ProtoReflect.Descriptor instead.

func (*MetricsViewAggregationMeasure) GetBuiltinMeasure added in v0.33.2

func (x *MetricsViewAggregationMeasure) GetBuiltinMeasure() BuiltinMeasure

func (*MetricsViewAggregationMeasure) GetBuiltinMeasureArgs added in v0.33.2

func (x *MetricsViewAggregationMeasure) GetBuiltinMeasureArgs() []*structpb.Value

func (*MetricsViewAggregationMeasure) GetFilter added in v0.41.0

func (x *MetricsViewAggregationMeasure) GetFilter() *Expression

func (*MetricsViewAggregationMeasure) GetName added in v0.33.2

func (*MetricsViewAggregationMeasure) ProtoMessage added in v0.33.2

func (*MetricsViewAggregationMeasure) ProtoMessage()

func (*MetricsViewAggregationMeasure) ProtoReflect added in v0.33.2

func (*MetricsViewAggregationMeasure) Reset added in v0.33.2

func (x *MetricsViewAggregationMeasure) Reset()

func (*MetricsViewAggregationMeasure) String added in v0.33.2

func (*MetricsViewAggregationMeasure) Validate added in v0.33.2

func (m *MetricsViewAggregationMeasure) Validate() error

Validate checks the field values on MetricsViewAggregationMeasure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewAggregationMeasure) ValidateAll added in v0.33.2

func (m *MetricsViewAggregationMeasure) ValidateAll() error

ValidateAll checks the field values on MetricsViewAggregationMeasure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationMeasureMultiError, or nil if none found.

type MetricsViewAggregationMeasureMultiError added in v0.33.2

type MetricsViewAggregationMeasureMultiError []error

MetricsViewAggregationMeasureMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationMeasure.ValidateAll() if the designated constraints aren't met.

func (MetricsViewAggregationMeasureMultiError) AllErrors added in v0.33.2

AllErrors returns a list of validation violation errors.

func (MetricsViewAggregationMeasureMultiError) Error added in v0.33.2

Error returns a concatenation of all the error messages it wraps.

type MetricsViewAggregationMeasureValidationError added in v0.33.2

type MetricsViewAggregationMeasureValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewAggregationMeasureValidationError is the validation error returned by MetricsViewAggregationMeasure.Validate if the designated constraints aren't met.

func (MetricsViewAggregationMeasureValidationError) Cause added in v0.33.2

Cause function returns cause value.

func (MetricsViewAggregationMeasureValidationError) Error added in v0.33.2

Error satisfies the builtin error interface

func (MetricsViewAggregationMeasureValidationError) ErrorName added in v0.33.2

ErrorName returns error name.

func (MetricsViewAggregationMeasureValidationError) Field added in v0.33.2

Field function returns field value.

func (MetricsViewAggregationMeasureValidationError) Key added in v0.33.2

Key function returns key value.

func (MetricsViewAggregationMeasureValidationError) Reason added in v0.33.2

Reason function returns reason value.

type MetricsViewAggregationRequest added in v0.33.2

type MetricsViewAggregationRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Required
	MetricsView string `protobuf:"bytes,2,opt,name=metrics_view,json=metricsView,proto3" json:"metrics_view,omitempty"`
	// Required
	Dimensions []*MetricsViewAggregationDimension `protobuf:"bytes,3,rep,name=dimensions,proto3" json:"dimensions,omitempty"`
	// Required
	Measures []*MetricsViewAggregationMeasure `protobuf:"bytes,4,rep,name=measures,proto3" json:"measures,omitempty"`
	// Optional. Defaults to unsorted
	Sort []*MetricsViewAggregationSort `protobuf:"bytes,5,rep,name=sort,proto3" json:"sort,omitempty"`
	// Optional. Defaults to unbounded
	TimeRange *TimeRange             `protobuf:"bytes,12,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"`
	TimeStart *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"` // Deprecated in favor of time_range
	TimeEnd   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"`       // Deprecated in favor of time_range
	// Optional. List of dimensions/measures. No pivot is done if ommitted
	PivotOn []string `protobuf:"bytes,15,rep,name=pivot_on,json=pivotOn,proto3" json:"pivot_on,omitempty"`
	// Optional
	Where *Expression `protobuf:"bytes,8,opt,name=where,proto3" json:"where,omitempty"`
	// Optional
	Having *Expression `protobuf:"bytes,13,opt,name=having,proto3" json:"having,omitempty"`
	// Optional. Defaults to unlimited. Set to 0 to allow the server to pick an appropriate limit
	Limit int64 `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"`
	// Optional. Defaults to 0
	Offset int64 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"`
	// Optional
	Priority int32 `protobuf:"varint,11,opt,name=priority,proto3" json:"priority,omitempty"`
	// Optional
	Filter *MetricsViewFilter `protobuf:"bytes,14,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters
	// contains filtered or unexported fields
}

func (*MetricsViewAggregationRequest) Descriptor deprecated added in v0.33.2

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

Deprecated: Use MetricsViewAggregationRequest.ProtoReflect.Descriptor instead.

func (*MetricsViewAggregationRequest) GetDimensions added in v0.33.2

func (*MetricsViewAggregationRequest) GetFilter added in v0.33.2

func (*MetricsViewAggregationRequest) GetHaving added in v0.39.0

func (x *MetricsViewAggregationRequest) GetHaving() *Expression

func (*MetricsViewAggregationRequest) GetInstanceId added in v0.33.2

func (x *MetricsViewAggregationRequest) GetInstanceId() string

func (*MetricsViewAggregationRequest) GetLimit added in v0.33.2

func (x *MetricsViewAggregationRequest) GetLimit() int64

func (*MetricsViewAggregationRequest) GetMeasures added in v0.33.2

func (*MetricsViewAggregationRequest) GetMetricsView added in v0.33.2

func (x *MetricsViewAggregationRequest) GetMetricsView() string

func (*MetricsViewAggregationRequest) GetOffset added in v0.33.2

func (x *MetricsViewAggregationRequest) GetOffset() int64

func (*MetricsViewAggregationRequest) GetPivotOn added in v0.39.0

func (x *MetricsViewAggregationRequest) GetPivotOn() []string

func (*MetricsViewAggregationRequest) GetPriority added in v0.33.2

func (x *MetricsViewAggregationRequest) GetPriority() int32

func (*MetricsViewAggregationRequest) GetSort added in v0.33.2

func (*MetricsViewAggregationRequest) GetTimeEnd added in v0.33.2

func (*MetricsViewAggregationRequest) GetTimeRange added in v0.37.0

func (x *MetricsViewAggregationRequest) GetTimeRange() *TimeRange

func (*MetricsViewAggregationRequest) GetTimeStart added in v0.33.2

func (*MetricsViewAggregationRequest) GetWhere added in v0.39.0

func (*MetricsViewAggregationRequest) ProtoMessage added in v0.33.2

func (*MetricsViewAggregationRequest) ProtoMessage()

func (*MetricsViewAggregationRequest) ProtoReflect added in v0.33.2

func (*MetricsViewAggregationRequest) Reset added in v0.33.2

func (x *MetricsViewAggregationRequest) Reset()

func (*MetricsViewAggregationRequest) String added in v0.33.2

func (*MetricsViewAggregationRequest) Validate added in v0.33.2

func (m *MetricsViewAggregationRequest) Validate() error

Validate checks the field values on MetricsViewAggregationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewAggregationRequest) ValidateAll added in v0.33.2

func (m *MetricsViewAggregationRequest) ValidateAll() error

ValidateAll checks the field values on MetricsViewAggregationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationRequestMultiError, or nil if none found.

type MetricsViewAggregationRequestMultiError added in v0.33.2

type MetricsViewAggregationRequestMultiError []error

MetricsViewAggregationRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationRequest.ValidateAll() if the designated constraints aren't met.

func (MetricsViewAggregationRequestMultiError) AllErrors added in v0.33.2

AllErrors returns a list of validation violation errors.

func (MetricsViewAggregationRequestMultiError) Error added in v0.33.2

Error returns a concatenation of all the error messages it wraps.

type MetricsViewAggregationRequestValidationError added in v0.33.2

type MetricsViewAggregationRequestValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewAggregationRequestValidationError is the validation error returned by MetricsViewAggregationRequest.Validate if the designated constraints aren't met.

func (MetricsViewAggregationRequestValidationError) Cause added in v0.33.2

Cause function returns cause value.

func (MetricsViewAggregationRequestValidationError) Error added in v0.33.2

Error satisfies the builtin error interface

func (MetricsViewAggregationRequestValidationError) ErrorName added in v0.33.2

ErrorName returns error name.

func (MetricsViewAggregationRequestValidationError) Field added in v0.33.2

Field function returns field value.

func (MetricsViewAggregationRequestValidationError) Key added in v0.33.2

Key function returns key value.

func (MetricsViewAggregationRequestValidationError) Reason added in v0.33.2

Reason function returns reason value.

type MetricsViewAggregationResponse added in v0.33.2

type MetricsViewAggregationResponse struct {

	// Not optional, not null
	Schema *StructType `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	// Not optional, not null
	Data []*structpb.Struct `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewAggregationResponse) Descriptor deprecated added in v0.33.2

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

Deprecated: Use MetricsViewAggregationResponse.ProtoReflect.Descriptor instead.

func (*MetricsViewAggregationResponse) GetData added in v0.33.2

func (*MetricsViewAggregationResponse) GetSchema added in v0.33.2

func (*MetricsViewAggregationResponse) ProtoMessage added in v0.33.2

func (*MetricsViewAggregationResponse) ProtoMessage()

func (*MetricsViewAggregationResponse) ProtoReflect added in v0.33.2

func (*MetricsViewAggregationResponse) Reset added in v0.33.2

func (x *MetricsViewAggregationResponse) Reset()

func (*MetricsViewAggregationResponse) String added in v0.33.2

func (*MetricsViewAggregationResponse) Validate added in v0.33.2

func (m *MetricsViewAggregationResponse) Validate() error

Validate checks the field values on MetricsViewAggregationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewAggregationResponse) ValidateAll added in v0.33.2

func (m *MetricsViewAggregationResponse) ValidateAll() error

ValidateAll checks the field values on MetricsViewAggregationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationResponseMultiError, or nil if none found.

type MetricsViewAggregationResponseMultiError added in v0.33.2

type MetricsViewAggregationResponseMultiError []error

MetricsViewAggregationResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationResponse.ValidateAll() if the designated constraints aren't met.

func (MetricsViewAggregationResponseMultiError) AllErrors added in v0.33.2

AllErrors returns a list of validation violation errors.

func (MetricsViewAggregationResponseMultiError) Error added in v0.33.2

Error returns a concatenation of all the error messages it wraps.

type MetricsViewAggregationResponseValidationError added in v0.33.2

type MetricsViewAggregationResponseValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewAggregationResponseValidationError is the validation error returned by MetricsViewAggregationResponse.Validate if the designated constraints aren't met.

func (MetricsViewAggregationResponseValidationError) Cause added in v0.33.2

Cause function returns cause value.

func (MetricsViewAggregationResponseValidationError) Error added in v0.33.2

Error satisfies the builtin error interface

func (MetricsViewAggregationResponseValidationError) ErrorName added in v0.33.2

ErrorName returns error name.

func (MetricsViewAggregationResponseValidationError) Field added in v0.33.2

Field function returns field value.

func (MetricsViewAggregationResponseValidationError) Key added in v0.33.2

Key function returns key value.

func (MetricsViewAggregationResponseValidationError) Reason added in v0.33.2

Reason function returns reason value.

type MetricsViewAggregationSort added in v0.33.2

type MetricsViewAggregationSort struct {

	// Required. Dimension or measure name
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional
	Desc bool `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewAggregationSort) Descriptor deprecated added in v0.33.2

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

Deprecated: Use MetricsViewAggregationSort.ProtoReflect.Descriptor instead.

func (*MetricsViewAggregationSort) GetDesc added in v0.33.2

func (x *MetricsViewAggregationSort) GetDesc() bool

func (*MetricsViewAggregationSort) GetName added in v0.33.2

func (x *MetricsViewAggregationSort) GetName() string

func (*MetricsViewAggregationSort) ProtoMessage added in v0.33.2

func (*MetricsViewAggregationSort) ProtoMessage()

func (*MetricsViewAggregationSort) ProtoReflect added in v0.33.2

func (*MetricsViewAggregationSort) Reset added in v0.33.2

func (x *MetricsViewAggregationSort) Reset()

func (*MetricsViewAggregationSort) String added in v0.33.2

func (x *MetricsViewAggregationSort) String() string

func (*MetricsViewAggregationSort) Validate added in v0.33.2

func (m *MetricsViewAggregationSort) Validate() error

Validate checks the field values on MetricsViewAggregationSort with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewAggregationSort) ValidateAll added in v0.33.2

func (m *MetricsViewAggregationSort) ValidateAll() error

ValidateAll checks the field values on MetricsViewAggregationSort with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationSortMultiError, or nil if none found.

type MetricsViewAggregationSortMultiError added in v0.33.2

type MetricsViewAggregationSortMultiError []error

MetricsViewAggregationSortMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationSort.ValidateAll() if the designated constraints aren't met.

func (MetricsViewAggregationSortMultiError) AllErrors added in v0.33.2

AllErrors returns a list of validation violation errors.

func (MetricsViewAggregationSortMultiError) Error added in v0.33.2

Error returns a concatenation of all the error messages it wraps.

type MetricsViewAggregationSortValidationError added in v0.33.2

type MetricsViewAggregationSortValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewAggregationSortValidationError is the validation error returned by MetricsViewAggregationSort.Validate if the designated constraints aren't met.

func (MetricsViewAggregationSortValidationError) Cause added in v0.33.2

Cause function returns cause value.

func (MetricsViewAggregationSortValidationError) Error added in v0.33.2

Error satisfies the builtin error interface

func (MetricsViewAggregationSortValidationError) ErrorName added in v0.33.2

ErrorName returns error name.

func (MetricsViewAggregationSortValidationError) Field added in v0.33.2

Field function returns field value.

func (MetricsViewAggregationSortValidationError) Key added in v0.33.2

Key function returns key value.

func (MetricsViewAggregationSortValidationError) Reason added in v0.33.2

Reason function returns reason value.

type MetricsViewColumn

type MetricsViewColumn struct {

	// Not optional, not null
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Not optional, not null
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// Not optional, not null
	Nullable bool `protobuf:"varint,3,opt,name=nullable,proto3" json:"nullable,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewColumn) Descriptor deprecated

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

Deprecated: Use MetricsViewColumn.ProtoReflect.Descriptor instead.

func (*MetricsViewColumn) GetName

func (x *MetricsViewColumn) GetName() string

func (*MetricsViewColumn) GetNullable

func (x *MetricsViewColumn) GetNullable() bool

func (*MetricsViewColumn) GetType

func (x *MetricsViewColumn) GetType() string

func (*MetricsViewColumn) ProtoMessage

func (*MetricsViewColumn) ProtoMessage()

func (*MetricsViewColumn) ProtoReflect

func (x *MetricsViewColumn) ProtoReflect() protoreflect.Message

func (*MetricsViewColumn) Reset

func (x *MetricsViewColumn) Reset()

func (*MetricsViewColumn) String

func (x *MetricsViewColumn) String() string

func (*MetricsViewColumn) Validate added in v0.20.0

func (m *MetricsViewColumn) Validate() error

Validate checks the field values on MetricsViewColumn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewColumn) ValidateAll added in v0.20.0

func (m *MetricsViewColumn) ValidateAll() error

ValidateAll checks the field values on MetricsViewColumn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewColumnMultiError, or nil if none found.

type MetricsViewColumnMultiError added in v0.20.0

type MetricsViewColumnMultiError []error

MetricsViewColumnMultiError is an error wrapping multiple validation errors returned by MetricsViewColumn.ValidateAll() if the designated constraints aren't met.

func (MetricsViewColumnMultiError) AllErrors added in v0.20.0

func (m MetricsViewColumnMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewColumnMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewColumnValidationError added in v0.20.0

type MetricsViewColumnValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewColumnValidationError is the validation error returned by MetricsViewColumn.Validate if the designated constraints aren't met.

func (MetricsViewColumnValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewColumnValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewColumnValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsViewColumnValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewColumnValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewColumnValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewComparisonMeasureAlias added in v0.39.0

type MetricsViewComparisonMeasureAlias struct {
	Name  string                           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type  MetricsViewComparisonMeasureType `protobuf:"varint,2,opt,name=type,proto3,enum=rill.runtime.v1.MetricsViewComparisonMeasureType" json:"type,omitempty"`
	Alias string                           `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewComparisonMeasureAlias) Descriptor deprecated added in v0.39.0

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

Deprecated: Use MetricsViewComparisonMeasureAlias.ProtoReflect.Descriptor instead.

func (*MetricsViewComparisonMeasureAlias) GetAlias added in v0.39.0

func (*MetricsViewComparisonMeasureAlias) GetName added in v0.39.0

func (*MetricsViewComparisonMeasureAlias) GetType added in v0.39.0

func (*MetricsViewComparisonMeasureAlias) ProtoMessage added in v0.39.0

func (*MetricsViewComparisonMeasureAlias) ProtoMessage()

func (*MetricsViewComparisonMeasureAlias) ProtoReflect added in v0.39.0

func (*MetricsViewComparisonMeasureAlias) Reset added in v0.39.0

func (*MetricsViewComparisonMeasureAlias) String added in v0.39.0

func (*MetricsViewComparisonMeasureAlias) Validate added in v0.39.0

Validate checks the field values on MetricsViewComparisonMeasureAlias with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewComparisonMeasureAlias) ValidateAll added in v0.39.0

func (m *MetricsViewComparisonMeasureAlias) ValidateAll() error

ValidateAll checks the field values on MetricsViewComparisonMeasureAlias with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonMeasureAliasMultiError, or nil if none found.

type MetricsViewComparisonMeasureAliasMultiError added in v0.39.0

type MetricsViewComparisonMeasureAliasMultiError []error

MetricsViewComparisonMeasureAliasMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonMeasureAlias.ValidateAll() if the designated constraints aren't met.

func (MetricsViewComparisonMeasureAliasMultiError) AllErrors added in v0.39.0

AllErrors returns a list of validation violation errors.

func (MetricsViewComparisonMeasureAliasMultiError) Error added in v0.39.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewComparisonMeasureAliasValidationError added in v0.39.0

type MetricsViewComparisonMeasureAliasValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewComparisonMeasureAliasValidationError is the validation error returned by MetricsViewComparisonMeasureAlias.Validate if the designated constraints aren't met.

func (MetricsViewComparisonMeasureAliasValidationError) Cause added in v0.39.0

Cause function returns cause value.

func (MetricsViewComparisonMeasureAliasValidationError) Error added in v0.39.0

Error satisfies the builtin error interface

func (MetricsViewComparisonMeasureAliasValidationError) ErrorName added in v0.39.0

ErrorName returns error name.

func (MetricsViewComparisonMeasureAliasValidationError) Field added in v0.39.0

Field function returns field value.

func (MetricsViewComparisonMeasureAliasValidationError) Key added in v0.39.0

Key function returns key value.

func (MetricsViewComparisonMeasureAliasValidationError) Reason added in v0.39.0

Reason function returns reason value.

type MetricsViewComparisonMeasureType added in v0.39.0

type MetricsViewComparisonMeasureType int32
const (
	MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_UNSPECIFIED      MetricsViewComparisonMeasureType = 0
	MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_BASE_VALUE       MetricsViewComparisonMeasureType = 1
	MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_COMPARISON_VALUE MetricsViewComparisonMeasureType = 2
	MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_ABS_DELTA        MetricsViewComparisonMeasureType = 3
	MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_REL_DELTA        MetricsViewComparisonMeasureType = 4
)

func (MetricsViewComparisonMeasureType) Descriptor added in v0.39.0

func (MetricsViewComparisonMeasureType) Enum added in v0.39.0

func (MetricsViewComparisonMeasureType) EnumDescriptor deprecated added in v0.39.0

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

Deprecated: Use MetricsViewComparisonMeasureType.Descriptor instead.

func (MetricsViewComparisonMeasureType) Number added in v0.39.0

func (MetricsViewComparisonMeasureType) String added in v0.39.0

func (MetricsViewComparisonMeasureType) Type added in v0.39.0

type MetricsViewComparisonRequest added in v0.37.0

type MetricsViewComparisonRequest struct {
	InstanceId      string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"`
	// Required
	Dimension *MetricsViewAggregationDimension `protobuf:"bytes,3,opt,name=dimension,proto3" json:"dimension,omitempty"`
	// Required
	Measures []*MetricsViewAggregationMeasure `protobuf:"bytes,4,rep,name=measures,proto3" json:"measures,omitempty"`
	// Measures that should be compared
	// Optional. Defaults to all measures
	ComparisonMeasures []string `protobuf:"bytes,16,rep,name=comparison_measures,json=comparisonMeasures,proto3" json:"comparison_measures,omitempty"`
	// Required
	Sort []*MetricsViewComparisonSort `protobuf:"bytes,5,rep,name=sort,proto3" json:"sort,omitempty"`
	// Optional
	TimeRange *TimeRange `protobuf:"bytes,6,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"`
	// Optional, if omitted than the request prepares the toplist without a comparison
	ComparisonTimeRange *TimeRange `protobuf:"bytes,7,opt,name=comparison_time_range,json=comparisonTimeRange,proto3" json:"comparison_time_range,omitempty"`
	// Optional
	Where *Expression `protobuf:"bytes,8,opt,name=where,proto3" json:"where,omitempty"`
	// Optional
	Having *Expression `protobuf:"bytes,12,opt,name=having,proto3" json:"having,omitempty"`
	// Optional
	Aliases []*MetricsViewComparisonMeasureAlias `protobuf:"bytes,15,rep,name=aliases,proto3" json:"aliases,omitempty"`
	// Optional. Defaults to unlimited. Set to 0 to allow the server to pick an appropriate limit
	Limit int64 `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"`
	// Optional. Defaults to 0
	Offset int64 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"`
	// Optional
	Priority int32 `protobuf:"varint,11,opt,name=priority,proto3" json:"priority,omitempty"`
	// Optional, defaults to false
	Exact bool `protobuf:"varint,13,opt,name=exact,proto3" json:"exact,omitempty"`
	// Optional
	Filter *MetricsViewFilter `protobuf:"bytes,14,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters
	// contains filtered or unexported fields
}

Request message for QueryService.MetricsViewComparison

func (*MetricsViewComparisonRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use MetricsViewComparisonRequest.ProtoReflect.Descriptor instead.

func (*MetricsViewComparisonRequest) GetAliases added in v0.39.0

func (*MetricsViewComparisonRequest) GetComparisonMeasures added in v0.40.0

func (x *MetricsViewComparisonRequest) GetComparisonMeasures() []string

func (*MetricsViewComparisonRequest) GetComparisonTimeRange added in v0.37.0

func (x *MetricsViewComparisonRequest) GetComparisonTimeRange() *TimeRange

func (*MetricsViewComparisonRequest) GetDimension added in v0.37.0

func (*MetricsViewComparisonRequest) GetExact added in v0.37.0

func (x *MetricsViewComparisonRequest) GetExact() bool

func (*MetricsViewComparisonRequest) GetFilter added in v0.37.0

func (*MetricsViewComparisonRequest) GetHaving added in v0.39.0

func (x *MetricsViewComparisonRequest) GetHaving() *Expression

func (*MetricsViewComparisonRequest) GetInstanceId added in v0.37.0

func (x *MetricsViewComparisonRequest) GetInstanceId() string

func (*MetricsViewComparisonRequest) GetLimit added in v0.37.0

func (x *MetricsViewComparisonRequest) GetLimit() int64

func (*MetricsViewComparisonRequest) GetMeasures added in v0.37.0

func (*MetricsViewComparisonRequest) GetMetricsViewName added in v0.37.0

func (x *MetricsViewComparisonRequest) GetMetricsViewName() string

func (*MetricsViewComparisonRequest) GetOffset added in v0.37.0

func (x *MetricsViewComparisonRequest) GetOffset() int64

func (*MetricsViewComparisonRequest) GetPriority added in v0.37.0

func (x *MetricsViewComparisonRequest) GetPriority() int32

func (*MetricsViewComparisonRequest) GetSort added in v0.37.0

func (*MetricsViewComparisonRequest) GetTimeRange added in v0.37.0

func (x *MetricsViewComparisonRequest) GetTimeRange() *TimeRange

func (*MetricsViewComparisonRequest) GetWhere added in v0.39.0

func (*MetricsViewComparisonRequest) ProtoMessage added in v0.37.0

func (*MetricsViewComparisonRequest) ProtoMessage()

func (*MetricsViewComparisonRequest) ProtoReflect added in v0.37.0

func (*MetricsViewComparisonRequest) Reset added in v0.37.0

func (x *MetricsViewComparisonRequest) Reset()

func (*MetricsViewComparisonRequest) String added in v0.37.0

func (*MetricsViewComparisonRequest) Validate added in v0.37.0

func (m *MetricsViewComparisonRequest) Validate() error

Validate checks the field values on MetricsViewComparisonRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewComparisonRequest) ValidateAll added in v0.37.0

func (m *MetricsViewComparisonRequest) ValidateAll() error

ValidateAll checks the field values on MetricsViewComparisonRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonRequestMultiError, or nil if none found.

type MetricsViewComparisonRequestMultiError added in v0.37.0

type MetricsViewComparisonRequestMultiError []error

MetricsViewComparisonRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonRequest.ValidateAll() if the designated constraints aren't met.

func (MetricsViewComparisonRequestMultiError) AllErrors added in v0.37.0

AllErrors returns a list of validation violation errors.

func (MetricsViewComparisonRequestMultiError) Error added in v0.37.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewComparisonRequestValidationError added in v0.37.0

type MetricsViewComparisonRequestValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewComparisonRequestValidationError is the validation error returned by MetricsViewComparisonRequest.Validate if the designated constraints aren't met.

func (MetricsViewComparisonRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (MetricsViewComparisonRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (MetricsViewComparisonRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (MetricsViewComparisonRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (MetricsViewComparisonRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (MetricsViewComparisonRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type MetricsViewComparisonResponse added in v0.37.0

type MetricsViewComparisonResponse struct {

	// Not optional, not null
	Rows []*MetricsViewComparisonRow `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"`
	// contains filtered or unexported fields
}

Response message for QueryService.MetricsViewComparison

func (*MetricsViewComparisonResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use MetricsViewComparisonResponse.ProtoReflect.Descriptor instead.

func (*MetricsViewComparisonResponse) GetRows added in v0.37.0

func (*MetricsViewComparisonResponse) ProtoMessage added in v0.37.0

func (*MetricsViewComparisonResponse) ProtoMessage()

func (*MetricsViewComparisonResponse) ProtoReflect added in v0.37.0

func (*MetricsViewComparisonResponse) Reset added in v0.37.0

func (x *MetricsViewComparisonResponse) Reset()

func (*MetricsViewComparisonResponse) String added in v0.37.0

func (*MetricsViewComparisonResponse) Validate added in v0.37.0

func (m *MetricsViewComparisonResponse) Validate() error

Validate checks the field values on MetricsViewComparisonResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewComparisonResponse) ValidateAll added in v0.37.0

func (m *MetricsViewComparisonResponse) ValidateAll() error

ValidateAll checks the field values on MetricsViewComparisonResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonResponseMultiError, or nil if none found.

type MetricsViewComparisonResponseMultiError added in v0.37.0

type MetricsViewComparisonResponseMultiError []error

MetricsViewComparisonResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonResponse.ValidateAll() if the designated constraints aren't met.

func (MetricsViewComparisonResponseMultiError) AllErrors added in v0.37.0

AllErrors returns a list of validation violation errors.

func (MetricsViewComparisonResponseMultiError) Error added in v0.37.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewComparisonResponseValidationError added in v0.37.0

type MetricsViewComparisonResponseValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewComparisonResponseValidationError is the validation error returned by MetricsViewComparisonResponse.Validate if the designated constraints aren't met.

func (MetricsViewComparisonResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (MetricsViewComparisonResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (MetricsViewComparisonResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (MetricsViewComparisonResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (MetricsViewComparisonResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (MetricsViewComparisonResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type MetricsViewComparisonRow added in v0.25.2

type MetricsViewComparisonRow struct {

	// Not optional, not null
	DimensionValue *structpb.Value `protobuf:"bytes,1,opt,name=dimension_value,json=dimensionValue,proto3" json:"dimension_value,omitempty"`
	// Not optional, not null
	MeasureValues []*MetricsViewComparisonValue `protobuf:"bytes,2,rep,name=measure_values,json=measureValues,proto3" json:"measure_values,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewComparisonRow) Descriptor deprecated added in v0.25.2

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

Deprecated: Use MetricsViewComparisonRow.ProtoReflect.Descriptor instead.

func (*MetricsViewComparisonRow) GetDimensionValue added in v0.25.2

func (x *MetricsViewComparisonRow) GetDimensionValue() *structpb.Value

func (*MetricsViewComparisonRow) GetMeasureValues added in v0.25.2

func (x *MetricsViewComparisonRow) GetMeasureValues() []*MetricsViewComparisonValue

func (*MetricsViewComparisonRow) ProtoMessage added in v0.25.2

func (*MetricsViewComparisonRow) ProtoMessage()

func (*MetricsViewComparisonRow) ProtoReflect added in v0.25.2

func (x *MetricsViewComparisonRow) ProtoReflect() protoreflect.Message

func (*MetricsViewComparisonRow) Reset added in v0.25.2

func (x *MetricsViewComparisonRow) Reset()

func (*MetricsViewComparisonRow) String added in v0.25.2

func (x *MetricsViewComparisonRow) String() string

func (*MetricsViewComparisonRow) Validate added in v0.25.2

func (m *MetricsViewComparisonRow) Validate() error

Validate checks the field values on MetricsViewComparisonRow with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewComparisonRow) ValidateAll added in v0.25.2

func (m *MetricsViewComparisonRow) ValidateAll() error

ValidateAll checks the field values on MetricsViewComparisonRow with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonRowMultiError, or nil if none found.

type MetricsViewComparisonRowMultiError added in v0.25.2

type MetricsViewComparisonRowMultiError []error

MetricsViewComparisonRowMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonRow.ValidateAll() if the designated constraints aren't met.

func (MetricsViewComparisonRowMultiError) AllErrors added in v0.25.2

func (m MetricsViewComparisonRowMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewComparisonRowMultiError) Error added in v0.25.2

Error returns a concatenation of all the error messages it wraps.

type MetricsViewComparisonRowValidationError added in v0.25.2

type MetricsViewComparisonRowValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewComparisonRowValidationError is the validation error returned by MetricsViewComparisonRow.Validate if the designated constraints aren't met.

func (MetricsViewComparisonRowValidationError) Cause added in v0.25.2

Cause function returns cause value.

func (MetricsViewComparisonRowValidationError) Error added in v0.25.2

Error satisfies the builtin error interface

func (MetricsViewComparisonRowValidationError) ErrorName added in v0.25.2

ErrorName returns error name.

func (MetricsViewComparisonRowValidationError) Field added in v0.25.2

Field function returns field value.

func (MetricsViewComparisonRowValidationError) Key added in v0.25.2

Key function returns key value.

func (MetricsViewComparisonRowValidationError) Reason added in v0.25.2

Reason function returns reason value.

type MetricsViewComparisonSort added in v0.25.2

type MetricsViewComparisonSort struct {

	// Required
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional, defaults to false
	Desc     bool                             `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"`
	Type     MetricsViewComparisonSortType    `protobuf:"varint,3,opt,name=type,proto3,enum=rill.runtime.v1.MetricsViewComparisonSortType" json:"type,omitempty"` // Deprecated. Present for backwards compatibility for older reports
	SortType MetricsViewComparisonMeasureType ``                                                                                                                  /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MetricsViewComparisonSort) Descriptor deprecated added in v0.25.2

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

Deprecated: Use MetricsViewComparisonSort.ProtoReflect.Descriptor instead.

func (*MetricsViewComparisonSort) GetDesc added in v0.37.0

func (x *MetricsViewComparisonSort) GetDesc() bool

func (*MetricsViewComparisonSort) GetName added in v0.37.0

func (x *MetricsViewComparisonSort) GetName() string

func (*MetricsViewComparisonSort) GetSortType added in v0.39.0

func (*MetricsViewComparisonSort) GetType added in v0.25.2

func (*MetricsViewComparisonSort) ProtoMessage added in v0.25.2

func (*MetricsViewComparisonSort) ProtoMessage()

func (*MetricsViewComparisonSort) ProtoReflect added in v0.25.2

func (*MetricsViewComparisonSort) Reset added in v0.25.2

func (x *MetricsViewComparisonSort) Reset()

func (*MetricsViewComparisonSort) String added in v0.25.2

func (x *MetricsViewComparisonSort) String() string

func (*MetricsViewComparisonSort) Validate added in v0.25.2

func (m *MetricsViewComparisonSort) Validate() error

Validate checks the field values on MetricsViewComparisonSort with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewComparisonSort) ValidateAll added in v0.25.2

func (m *MetricsViewComparisonSort) ValidateAll() error

ValidateAll checks the field values on MetricsViewComparisonSort with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonSortMultiError, or nil if none found.

type MetricsViewComparisonSortMultiError added in v0.25.2

type MetricsViewComparisonSortMultiError []error

MetricsViewComparisonSortMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonSort.ValidateAll() if the designated constraints aren't met.

func (MetricsViewComparisonSortMultiError) AllErrors added in v0.25.2

AllErrors returns a list of validation violation errors.

func (MetricsViewComparisonSortMultiError) Error added in v0.25.2

Error returns a concatenation of all the error messages it wraps.

type MetricsViewComparisonSortType added in v0.25.2

type MetricsViewComparisonSortType int32

Present for backwards compatibility

const (
	MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_UNSPECIFIED      MetricsViewComparisonSortType = 0
	MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_BASE_VALUE       MetricsViewComparisonSortType = 1
	MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_COMPARISON_VALUE MetricsViewComparisonSortType = 2
	MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_ABS_DELTA        MetricsViewComparisonSortType = 3
	MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_REL_DELTA        MetricsViewComparisonSortType = 4
)

func (MetricsViewComparisonSortType) Descriptor added in v0.25.2

func (MetricsViewComparisonSortType) Enum added in v0.25.2

func (MetricsViewComparisonSortType) EnumDescriptor deprecated added in v0.25.2

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

Deprecated: Use MetricsViewComparisonSortType.Descriptor instead.

func (MetricsViewComparisonSortType) Number added in v0.25.2

func (MetricsViewComparisonSortType) String added in v0.25.2

func (MetricsViewComparisonSortType) Type added in v0.25.2

type MetricsViewComparisonSortValidationError added in v0.25.2

type MetricsViewComparisonSortValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewComparisonSortValidationError is the validation error returned by MetricsViewComparisonSort.Validate if the designated constraints aren't met.

func (MetricsViewComparisonSortValidationError) Cause added in v0.25.2

Cause function returns cause value.

func (MetricsViewComparisonSortValidationError) Error added in v0.25.2

Error satisfies the builtin error interface

func (MetricsViewComparisonSortValidationError) ErrorName added in v0.25.2

ErrorName returns error name.

func (MetricsViewComparisonSortValidationError) Field added in v0.25.2

Field function returns field value.

func (MetricsViewComparisonSortValidationError) Key added in v0.25.2

Key function returns key value.

func (MetricsViewComparisonSortValidationError) Reason added in v0.25.2

Reason function returns reason value.

type MetricsViewComparisonValue added in v0.25.2

type MetricsViewComparisonValue struct {

	// Not optional, not null
	MeasureName string `protobuf:"bytes,1,opt,name=measure_name,json=measureName,proto3" json:"measure_name,omitempty"`
	// Can be null
	BaseValue *structpb.Value `protobuf:"bytes,2,opt,name=base_value,json=baseValue,proto3" json:"base_value,omitempty"`
	// Can be null
	ComparisonValue *structpb.Value `protobuf:"bytes,3,opt,name=comparison_value,json=comparisonValue,proto3" json:"comparison_value,omitempty"`
	// Can be null
	DeltaAbs *structpb.Value `protobuf:"bytes,4,opt,name=delta_abs,json=deltaAbs,proto3" json:"delta_abs,omitempty"`
	// Can be null
	DeltaRel *structpb.Value `protobuf:"bytes,5,opt,name=delta_rel,json=deltaRel,proto3" json:"delta_rel,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewComparisonValue) Descriptor deprecated added in v0.25.2

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

Deprecated: Use MetricsViewComparisonValue.ProtoReflect.Descriptor instead.

func (*MetricsViewComparisonValue) GetBaseValue added in v0.25.2

func (x *MetricsViewComparisonValue) GetBaseValue() *structpb.Value

func (*MetricsViewComparisonValue) GetComparisonValue added in v0.25.2

func (x *MetricsViewComparisonValue) GetComparisonValue() *structpb.Value

func (*MetricsViewComparisonValue) GetDeltaAbs added in v0.25.2

func (x *MetricsViewComparisonValue) GetDeltaAbs() *structpb.Value

func (*MetricsViewComparisonValue) GetDeltaRel added in v0.25.2

func (x *MetricsViewComparisonValue) GetDeltaRel() *structpb.Value

func (*MetricsViewComparisonValue) GetMeasureName added in v0.25.2

func (x *MetricsViewComparisonValue) GetMeasureName() string

func (*MetricsViewComparisonValue) ProtoMessage added in v0.25.2

func (*MetricsViewComparisonValue) ProtoMessage()

func (*MetricsViewComparisonValue) ProtoReflect added in v0.25.2

func (*MetricsViewComparisonValue) Reset added in v0.25.2

func (x *MetricsViewComparisonValue) Reset()

func (*MetricsViewComparisonValue) String added in v0.25.2

func (x *MetricsViewComparisonValue) String() string

func (*MetricsViewComparisonValue) Validate added in v0.25.2

func (m *MetricsViewComparisonValue) Validate() error

Validate checks the field values on MetricsViewComparisonValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewComparisonValue) ValidateAll added in v0.25.2

func (m *MetricsViewComparisonValue) ValidateAll() error

ValidateAll checks the field values on MetricsViewComparisonValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonValueMultiError, or nil if none found.

type MetricsViewComparisonValueMultiError added in v0.25.2

type MetricsViewComparisonValueMultiError []error

MetricsViewComparisonValueMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonValue.ValidateAll() if the designated constraints aren't met.

func (MetricsViewComparisonValueMultiError) AllErrors added in v0.25.2

AllErrors returns a list of validation violation errors.

func (MetricsViewComparisonValueMultiError) Error added in v0.25.2

Error returns a concatenation of all the error messages it wraps.

type MetricsViewComparisonValueValidationError added in v0.25.2

type MetricsViewComparisonValueValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewComparisonValueValidationError is the validation error returned by MetricsViewComparisonValue.Validate if the designated constraints aren't met.

func (MetricsViewComparisonValueValidationError) Cause added in v0.25.2

Cause function returns cause value.

func (MetricsViewComparisonValueValidationError) Error added in v0.25.2

Error satisfies the builtin error interface

func (MetricsViewComparisonValueValidationError) ErrorName added in v0.25.2

ErrorName returns error name.

func (MetricsViewComparisonValueValidationError) Field added in v0.25.2

Field function returns field value.

func (MetricsViewComparisonValueValidationError) Key added in v0.25.2

Key function returns key value.

func (MetricsViewComparisonValueValidationError) Reason added in v0.25.2

Reason function returns reason value.

type MetricsViewFilter

type MetricsViewFilter struct {
	Include []*MetricsViewFilter_Cond `protobuf:"bytes,2,rep,name=include,proto3" json:"include,omitempty"`
	Exclude []*MetricsViewFilter_Cond `protobuf:"bytes,3,rep,name=exclude,proto3" json:"exclude,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewFilter) Descriptor deprecated

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

Deprecated: Use MetricsViewFilter.ProtoReflect.Descriptor instead.

func (*MetricsViewFilter) GetExclude

func (x *MetricsViewFilter) GetExclude() []*MetricsViewFilter_Cond

func (*MetricsViewFilter) GetInclude

func (x *MetricsViewFilter) GetInclude() []*MetricsViewFilter_Cond

func (*MetricsViewFilter) ProtoMessage

func (*MetricsViewFilter) ProtoMessage()

func (*MetricsViewFilter) ProtoReflect

func (x *MetricsViewFilter) ProtoReflect() protoreflect.Message

func (*MetricsViewFilter) Reset

func (x *MetricsViewFilter) Reset()

func (*MetricsViewFilter) String

func (x *MetricsViewFilter) String() string

func (*MetricsViewFilter) Validate added in v0.20.0

func (m *MetricsViewFilter) Validate() error

Validate checks the field values on MetricsViewFilter with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewFilter) ValidateAll added in v0.20.0

func (m *MetricsViewFilter) ValidateAll() error

ValidateAll checks the field values on MetricsViewFilter with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewFilterMultiError, or nil if none found.

type MetricsViewFilterMultiError added in v0.20.0

type MetricsViewFilterMultiError []error

MetricsViewFilterMultiError is an error wrapping multiple validation errors returned by MetricsViewFilter.ValidateAll() if the designated constraints aren't met.

func (MetricsViewFilterMultiError) AllErrors added in v0.20.0

func (m MetricsViewFilterMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewFilterMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewFilterValidationError added in v0.20.0

type MetricsViewFilterValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewFilterValidationError is the validation error returned by MetricsViewFilter.Validate if the designated constraints aren't met.

func (MetricsViewFilterValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewFilterValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewFilterValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsViewFilterValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewFilterValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewFilterValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewFilter_Cond

type MetricsViewFilter_Cond struct {
	Name string            `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	In   []*structpb.Value `protobuf:"bytes,2,rep,name=in,proto3" json:"in,omitempty"`
	Like []string          `protobuf:"bytes,3,rep,name=like,proto3" json:"like,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewFilter_Cond) Descriptor deprecated

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

Deprecated: Use MetricsViewFilter_Cond.ProtoReflect.Descriptor instead.

func (*MetricsViewFilter_Cond) GetIn

func (x *MetricsViewFilter_Cond) GetIn() []*structpb.Value

func (*MetricsViewFilter_Cond) GetLike

func (x *MetricsViewFilter_Cond) GetLike() []string

func (*MetricsViewFilter_Cond) GetName

func (x *MetricsViewFilter_Cond) GetName() string

func (*MetricsViewFilter_Cond) ProtoMessage

func (*MetricsViewFilter_Cond) ProtoMessage()

func (*MetricsViewFilter_Cond) ProtoReflect

func (x *MetricsViewFilter_Cond) ProtoReflect() protoreflect.Message

func (*MetricsViewFilter_Cond) Reset

func (x *MetricsViewFilter_Cond) Reset()

func (*MetricsViewFilter_Cond) String

func (x *MetricsViewFilter_Cond) String() string

func (*MetricsViewFilter_Cond) Validate added in v0.20.0

func (m *MetricsViewFilter_Cond) Validate() error

Validate checks the field values on MetricsViewFilter_Cond with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewFilter_Cond) ValidateAll added in v0.20.0

func (m *MetricsViewFilter_Cond) ValidateAll() error

ValidateAll checks the field values on MetricsViewFilter_Cond with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewFilter_CondMultiError, or nil if none found.

type MetricsViewFilter_CondMultiError added in v0.20.0

type MetricsViewFilter_CondMultiError []error

MetricsViewFilter_CondMultiError is an error wrapping multiple validation errors returned by MetricsViewFilter_Cond.ValidateAll() if the designated constraints aren't met.

func (MetricsViewFilter_CondMultiError) AllErrors added in v0.20.0

func (m MetricsViewFilter_CondMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewFilter_CondMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewFilter_CondValidationError added in v0.20.0

type MetricsViewFilter_CondValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewFilter_CondValidationError is the validation error returned by MetricsViewFilter_Cond.Validate if the designated constraints aren't met.

func (MetricsViewFilter_CondValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewFilter_CondValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewFilter_CondValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsViewFilter_CondValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewFilter_CondValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewFilter_CondValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewMultiError added in v0.20.0

type MetricsViewMultiError []error

MetricsViewMultiError is an error wrapping multiple validation errors returned by MetricsView.ValidateAll() if the designated constraints aren't met.

func (MetricsViewMultiError) AllErrors added in v0.20.0

func (m MetricsViewMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewMultiError) Error added in v0.20.0

func (m MetricsViewMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MetricsViewRowsRequest added in v0.24.4

type MetricsViewRowsRequest struct {
	InstanceId      string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"`
	// Optional, defaults to min
	TimeStart *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"`
	// Optional, defaults to max
	TimeEnd *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"`
	// Optional, doesn't prepend the timestamp rollup column if ommitted
	TimeGranularity TimeGrain `` /* 139-byte string literal not displayed */
	// Optional
	Where *Expression `protobuf:"bytes,5,opt,name=where,proto3" json:"where,omitempty"`
	// Optional
	Sort []*MetricsViewSort `protobuf:"bytes,6,rep,name=sort,proto3" json:"sort,omitempty"`
	// Optional
	Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"`
	// Optional
	Offset   int64 `protobuf:"varint,8,opt,name=offset,proto3" json:"offset,omitempty"`
	Priority int32 `protobuf:"varint,9,opt,name=priority,proto3" json:"priority,omitempty"`
	// Optional. IANA format, ie Europe/Copenhagen. Defaults to UTC
	TimeZone string             `protobuf:"bytes,11,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	Filter   *MetricsViewFilter `protobuf:"bytes,12,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters
	// contains filtered or unexported fields
}

func (*MetricsViewRowsRequest) Descriptor deprecated added in v0.24.4

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

Deprecated: Use MetricsViewRowsRequest.ProtoReflect.Descriptor instead.

func (*MetricsViewRowsRequest) GetFilter added in v0.24.4

func (x *MetricsViewRowsRequest) GetFilter() *MetricsViewFilter

func (*MetricsViewRowsRequest) GetInstanceId added in v0.24.4

func (x *MetricsViewRowsRequest) GetInstanceId() string

func (*MetricsViewRowsRequest) GetLimit added in v0.24.4

func (x *MetricsViewRowsRequest) GetLimit() int32

func (*MetricsViewRowsRequest) GetMetricsViewName added in v0.24.4

func (x *MetricsViewRowsRequest) GetMetricsViewName() string

func (*MetricsViewRowsRequest) GetOffset added in v0.24.4

func (x *MetricsViewRowsRequest) GetOffset() int64

func (*MetricsViewRowsRequest) GetPriority added in v0.24.4

func (x *MetricsViewRowsRequest) GetPriority() int32

func (*MetricsViewRowsRequest) GetSort added in v0.24.4

func (x *MetricsViewRowsRequest) GetSort() []*MetricsViewSort

func (*MetricsViewRowsRequest) GetTimeEnd added in v0.24.4

func (x *MetricsViewRowsRequest) GetTimeEnd() *timestamppb.Timestamp

func (*MetricsViewRowsRequest) GetTimeGranularity added in v0.28.2

func (x *MetricsViewRowsRequest) GetTimeGranularity() TimeGrain

func (*MetricsViewRowsRequest) GetTimeStart added in v0.24.4

func (x *MetricsViewRowsRequest) GetTimeStart() *timestamppb.Timestamp

func (*MetricsViewRowsRequest) GetTimeZone added in v0.30.0

func (x *MetricsViewRowsRequest) GetTimeZone() string

func (*MetricsViewRowsRequest) GetWhere added in v0.39.0

func (x *MetricsViewRowsRequest) GetWhere() *Expression

func (*MetricsViewRowsRequest) ProtoMessage added in v0.24.4

func (*MetricsViewRowsRequest) ProtoMessage()

func (*MetricsViewRowsRequest) ProtoReflect added in v0.24.4

func (x *MetricsViewRowsRequest) ProtoReflect() protoreflect.Message

func (*MetricsViewRowsRequest) Reset added in v0.24.4

func (x *MetricsViewRowsRequest) Reset()

func (*MetricsViewRowsRequest) String added in v0.24.4

func (x *MetricsViewRowsRequest) String() string

func (*MetricsViewRowsRequest) Validate added in v0.24.4

func (m *MetricsViewRowsRequest) Validate() error

Validate checks the field values on MetricsViewRowsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewRowsRequest) ValidateAll added in v0.24.4

func (m *MetricsViewRowsRequest) ValidateAll() error

ValidateAll checks the field values on MetricsViewRowsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewRowsRequestMultiError, or nil if none found.

type MetricsViewRowsRequestMultiError added in v0.24.4

type MetricsViewRowsRequestMultiError []error

MetricsViewRowsRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewRowsRequest.ValidateAll() if the designated constraints aren't met.

func (MetricsViewRowsRequestMultiError) AllErrors added in v0.24.4

func (m MetricsViewRowsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewRowsRequestMultiError) Error added in v0.24.4

Error returns a concatenation of all the error messages it wraps.

type MetricsViewRowsRequestValidationError added in v0.24.4

type MetricsViewRowsRequestValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewRowsRequestValidationError is the validation error returned by MetricsViewRowsRequest.Validate if the designated constraints aren't met.

func (MetricsViewRowsRequestValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (MetricsViewRowsRequestValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (MetricsViewRowsRequestValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (MetricsViewRowsRequestValidationError) Field added in v0.24.4

Field function returns field value.

func (MetricsViewRowsRequestValidationError) Key added in v0.24.4

Key function returns key value.

func (MetricsViewRowsRequestValidationError) Reason added in v0.24.4

Reason function returns reason value.

type MetricsViewRowsResponse added in v0.24.4

type MetricsViewRowsResponse struct {

	// Not optional, not null
	Meta []*MetricsViewColumn `protobuf:"bytes,1,rep,name=meta,proto3" json:"meta,omitempty"`
	// Not optional, not null
	Data []*structpb.Struct `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewRowsResponse) Descriptor deprecated added in v0.24.4

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

Deprecated: Use MetricsViewRowsResponse.ProtoReflect.Descriptor instead.

func (*MetricsViewRowsResponse) GetData added in v0.24.4

func (x *MetricsViewRowsResponse) GetData() []*structpb.Struct

func (*MetricsViewRowsResponse) GetMeta added in v0.24.4

func (*MetricsViewRowsResponse) ProtoMessage added in v0.24.4

func (*MetricsViewRowsResponse) ProtoMessage()

func (*MetricsViewRowsResponse) ProtoReflect added in v0.24.4

func (x *MetricsViewRowsResponse) ProtoReflect() protoreflect.Message

func (*MetricsViewRowsResponse) Reset added in v0.24.4

func (x *MetricsViewRowsResponse) Reset()

func (*MetricsViewRowsResponse) String added in v0.24.4

func (x *MetricsViewRowsResponse) String() string

func (*MetricsViewRowsResponse) Validate added in v0.24.4

func (m *MetricsViewRowsResponse) Validate() error

Validate checks the field values on MetricsViewRowsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewRowsResponse) ValidateAll added in v0.24.4

func (m *MetricsViewRowsResponse) ValidateAll() error

ValidateAll checks the field values on MetricsViewRowsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewRowsResponseMultiError, or nil if none found.

type MetricsViewRowsResponseMultiError added in v0.24.4

type MetricsViewRowsResponseMultiError []error

MetricsViewRowsResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewRowsResponse.ValidateAll() if the designated constraints aren't met.

func (MetricsViewRowsResponseMultiError) AllErrors added in v0.24.4

func (m MetricsViewRowsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewRowsResponseMultiError) Error added in v0.24.4

Error returns a concatenation of all the error messages it wraps.

type MetricsViewRowsResponseValidationError added in v0.24.4

type MetricsViewRowsResponseValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewRowsResponseValidationError is the validation error returned by MetricsViewRowsResponse.Validate if the designated constraints aren't met.

func (MetricsViewRowsResponseValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (MetricsViewRowsResponseValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (MetricsViewRowsResponseValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (MetricsViewRowsResponseValidationError) Field added in v0.24.4

Field function returns field value.

func (MetricsViewRowsResponseValidationError) Key added in v0.24.4

Key function returns key value.

func (MetricsViewRowsResponseValidationError) Reason added in v0.24.4

Reason function returns reason value.

type MetricsViewSchemaRequest added in v0.40.0

type MetricsViewSchemaRequest struct {
	InstanceId      string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"`
	Priority        int32  `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewSchemaRequest) Descriptor deprecated added in v0.40.0

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

Deprecated: Use MetricsViewSchemaRequest.ProtoReflect.Descriptor instead.

func (*MetricsViewSchemaRequest) GetInstanceId added in v0.40.0

func (x *MetricsViewSchemaRequest) GetInstanceId() string

func (*MetricsViewSchemaRequest) GetMetricsViewName added in v0.40.0

func (x *MetricsViewSchemaRequest) GetMetricsViewName() string

func (*MetricsViewSchemaRequest) GetPriority added in v0.40.0

func (x *MetricsViewSchemaRequest) GetPriority() int32

func (*MetricsViewSchemaRequest) ProtoMessage added in v0.40.0

func (*MetricsViewSchemaRequest) ProtoMessage()

func (*MetricsViewSchemaRequest) ProtoReflect added in v0.40.0

func (x *MetricsViewSchemaRequest) ProtoReflect() protoreflect.Message

func (*MetricsViewSchemaRequest) Reset added in v0.40.0

func (x *MetricsViewSchemaRequest) Reset()

func (*MetricsViewSchemaRequest) String added in v0.40.0

func (x *MetricsViewSchemaRequest) String() string

func (*MetricsViewSchemaRequest) Validate added in v0.40.0

func (m *MetricsViewSchemaRequest) Validate() error

Validate checks the field values on MetricsViewSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSchemaRequest) ValidateAll added in v0.40.0

func (m *MetricsViewSchemaRequest) ValidateAll() error

ValidateAll checks the field values on MetricsViewSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSchemaRequestMultiError, or nil if none found.

type MetricsViewSchemaRequestMultiError added in v0.40.0

type MetricsViewSchemaRequestMultiError []error

MetricsViewSchemaRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewSchemaRequest.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSchemaRequestMultiError) AllErrors added in v0.40.0

func (m MetricsViewSchemaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewSchemaRequestMultiError) Error added in v0.40.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSchemaRequestValidationError added in v0.40.0

type MetricsViewSchemaRequestValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSchemaRequestValidationError is the validation error returned by MetricsViewSchemaRequest.Validate if the designated constraints aren't met.

func (MetricsViewSchemaRequestValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (MetricsViewSchemaRequestValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (MetricsViewSchemaRequestValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (MetricsViewSchemaRequestValidationError) Field added in v0.40.0

Field function returns field value.

func (MetricsViewSchemaRequestValidationError) Key added in v0.40.0

Key function returns key value.

func (MetricsViewSchemaRequestValidationError) Reason added in v0.40.0

Reason function returns reason value.

type MetricsViewSchemaResponse added in v0.40.0

type MetricsViewSchemaResponse struct {
	Schema *StructType `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewSchemaResponse) Descriptor deprecated added in v0.40.0

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

Deprecated: Use MetricsViewSchemaResponse.ProtoReflect.Descriptor instead.

func (*MetricsViewSchemaResponse) GetSchema added in v0.40.0

func (x *MetricsViewSchemaResponse) GetSchema() *StructType

func (*MetricsViewSchemaResponse) ProtoMessage added in v0.40.0

func (*MetricsViewSchemaResponse) ProtoMessage()

func (*MetricsViewSchemaResponse) ProtoReflect added in v0.40.0

func (*MetricsViewSchemaResponse) Reset added in v0.40.0

func (x *MetricsViewSchemaResponse) Reset()

func (*MetricsViewSchemaResponse) String added in v0.40.0

func (x *MetricsViewSchemaResponse) String() string

func (*MetricsViewSchemaResponse) Validate added in v0.40.0

func (m *MetricsViewSchemaResponse) Validate() error

Validate checks the field values on MetricsViewSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSchemaResponse) ValidateAll added in v0.40.0

func (m *MetricsViewSchemaResponse) ValidateAll() error

ValidateAll checks the field values on MetricsViewSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSchemaResponseMultiError, or nil if none found.

type MetricsViewSchemaResponseMultiError added in v0.40.0

type MetricsViewSchemaResponseMultiError []error

MetricsViewSchemaResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewSchemaResponse.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSchemaResponseMultiError) AllErrors added in v0.40.0

AllErrors returns a list of validation violation errors.

func (MetricsViewSchemaResponseMultiError) Error added in v0.40.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSchemaResponseValidationError added in v0.40.0

type MetricsViewSchemaResponseValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSchemaResponseValidationError is the validation error returned by MetricsViewSchemaResponse.Validate if the designated constraints aren't met.

func (MetricsViewSchemaResponseValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (MetricsViewSchemaResponseValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (MetricsViewSchemaResponseValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (MetricsViewSchemaResponseValidationError) Field added in v0.40.0

Field function returns field value.

func (MetricsViewSchemaResponseValidationError) Key added in v0.40.0

Key function returns key value.

func (MetricsViewSchemaResponseValidationError) Reason added in v0.40.0

Reason function returns reason value.

type MetricsViewSort

type MetricsViewSort struct {

	// Required
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Optional, defaults to false
	Ascending bool `protobuf:"varint,2,opt,name=ascending,proto3" json:"ascending,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewSort) Descriptor deprecated

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

Deprecated: Use MetricsViewSort.ProtoReflect.Descriptor instead.

func (*MetricsViewSort) GetAscending

func (x *MetricsViewSort) GetAscending() bool

func (*MetricsViewSort) GetName

func (x *MetricsViewSort) GetName() string

func (*MetricsViewSort) ProtoMessage

func (*MetricsViewSort) ProtoMessage()

func (*MetricsViewSort) ProtoReflect

func (x *MetricsViewSort) ProtoReflect() protoreflect.Message

func (*MetricsViewSort) Reset

func (x *MetricsViewSort) Reset()

func (*MetricsViewSort) String

func (x *MetricsViewSort) String() string

func (*MetricsViewSort) Validate added in v0.20.0

func (m *MetricsViewSort) Validate() error

Validate checks the field values on MetricsViewSort with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSort) ValidateAll added in v0.20.0

func (m *MetricsViewSort) ValidateAll() error

ValidateAll checks the field values on MetricsViewSort with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSortMultiError, or nil if none found.

type MetricsViewSortMultiError added in v0.20.0

type MetricsViewSortMultiError []error

MetricsViewSortMultiError is an error wrapping multiple validation errors returned by MetricsViewSort.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSortMultiError) AllErrors added in v0.20.0

func (m MetricsViewSortMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewSortMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSortValidationError added in v0.20.0

type MetricsViewSortValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSortValidationError is the validation error returned by MetricsViewSort.Validate if the designated constraints aren't met.

func (MetricsViewSortValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewSortValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewSortValidationError) ErrorName added in v0.20.0

func (e MetricsViewSortValidationError) ErrorName() string

ErrorName returns error name.

func (MetricsViewSortValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewSortValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewSortValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewSpec added in v0.30.0

type MetricsViewSpec struct {

	// Connector containing the table
	Connector string `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"`
	// Name of the database where table is located (optional)
	Database string `protobuf:"bytes,21,opt,name=database,proto3" json:"database,omitempty"`
	// Name of the database schema where table is located (optional)
	DatabaseSchema string `protobuf:"bytes,22,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	// Name of the table the metrics view is based on
	Table string `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	// User friendly label for the dashboard
	Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	// Description of the dashboard
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// Name of the primary time dimension, used for rendering time series
	TimeDimension string `protobuf:"bytes,5,opt,name=time_dimension,json=timeDimension,proto3" json:"time_dimension,omitempty"`
	// Expression to evaluate a watermark for the metrics view. If not set, the watermark defaults to max(time_dimension).
	WatermarkExpression string `protobuf:"bytes,20,opt,name=watermark_expression,json=watermarkExpression,proto3" json:"watermark_expression,omitempty"`
	// Dimensions in the metrics view
	Dimensions []*MetricsViewSpec_DimensionV2 `protobuf:"bytes,6,rep,name=dimensions,proto3" json:"dimensions,omitempty"`
	// List of selected dimensions by defaults
	DefaultDimensions []string `protobuf:"bytes,18,rep,name=default_dimensions,json=defaultDimensions,proto3" json:"default_dimensions,omitempty"`
	// Measures in the metrics view
	Measures []*MetricsViewSpec_MeasureV2 `protobuf:"bytes,7,rep,name=measures,proto3" json:"measures,omitempty"`
	// List of selected measures by defaults
	DefaultMeasures []string `protobuf:"bytes,19,rep,name=default_measures,json=defaultMeasures,proto3" json:"default_measures,omitempty"`
	// Smallest time grain to show in the dashboard
	SmallestTimeGrain TimeGrain `` /* 146-byte string literal not displayed */
	// Default time range for the dashboard. It should be a valid ISO 8601 duration string.
	DefaultTimeRange string `protobuf:"bytes,9,opt,name=default_time_range,json=defaultTimeRange,proto3" json:"default_time_range,omitempty"`
	// Available time zones list preferred time zones using IANA location identifiers
	AvailableTimeZones []string `protobuf:"bytes,10,rep,name=available_time_zones,json=availableTimeZones,proto3" json:"available_time_zones,omitempty"`
	// Security for the dashboard
	Security *MetricsViewSpec_SecurityV2 `protobuf:"bytes,11,opt,name=security,proto3" json:"security,omitempty"`
	// ISO 8601 weekday number to use as the base for time aggregations by week. Defaults to 1 (Monday).
	FirstDayOfWeek uint32 `protobuf:"varint,12,opt,name=first_day_of_week,json=firstDayOfWeek,proto3" json:"first_day_of_week,omitempty"`
	// Month number to use as the base for time aggregations by year. Defaults to 1 (January).
	FirstMonthOfYear uint32 `protobuf:"varint,13,opt,name=first_month_of_year,json=firstMonthOfYear,proto3" json:"first_month_of_year,omitempty"`
	// Selected default comparison mode.
	DefaultComparisonMode MetricsViewSpec_ComparisonMode `` /* 180-byte string literal not displayed */
	// If comparison mode is dimension then this determines which is the default dimension
	DefaultComparisonDimension string `` /* 142-byte string literal not displayed */
	// List of available time ranges with comparison ranges that would replace the default list.
	AvailableTimeRanges []*MetricsViewSpec_AvailableTimeRange `protobuf:"bytes,16,rep,name=available_time_ranges,json=availableTimeRanges,proto3" json:"available_time_ranges,omitempty"`
	// Default theme to apply
	DefaultTheme string `protobuf:"bytes,17,opt,name=default_theme,json=defaultTheme,proto3" json:"default_theme,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewSpec) Descriptor deprecated added in v0.30.0

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

Deprecated: Use MetricsViewSpec.ProtoReflect.Descriptor instead.

func (*MetricsViewSpec) GetAvailableTimeRanges added in v0.38.0

func (x *MetricsViewSpec) GetAvailableTimeRanges() []*MetricsViewSpec_AvailableTimeRange

func (*MetricsViewSpec) GetAvailableTimeZones added in v0.30.0

func (x *MetricsViewSpec) GetAvailableTimeZones() []string

func (*MetricsViewSpec) GetConnector added in v0.32.0

func (x *MetricsViewSpec) GetConnector() string

func (*MetricsViewSpec) GetDatabase added in v0.43.0

func (x *MetricsViewSpec) GetDatabase() string

func (*MetricsViewSpec) GetDatabaseSchema added in v0.43.0

func (x *MetricsViewSpec) GetDatabaseSchema() string

func (*MetricsViewSpec) GetDefaultComparisonDimension added in v0.37.0

func (x *MetricsViewSpec) GetDefaultComparisonDimension() string

func (*MetricsViewSpec) GetDefaultComparisonMode added in v0.37.0

func (x *MetricsViewSpec) GetDefaultComparisonMode() MetricsViewSpec_ComparisonMode

func (*MetricsViewSpec) GetDefaultDimensions added in v0.41.0

func (x *MetricsViewSpec) GetDefaultDimensions() []string

func (*MetricsViewSpec) GetDefaultMeasures added in v0.41.0

func (x *MetricsViewSpec) GetDefaultMeasures() []string

func (*MetricsViewSpec) GetDefaultTheme added in v0.38.0

func (x *MetricsViewSpec) GetDefaultTheme() string

func (*MetricsViewSpec) GetDefaultTimeRange added in v0.30.0

func (x *MetricsViewSpec) GetDefaultTimeRange() string

func (*MetricsViewSpec) GetDescription added in v0.30.0

func (x *MetricsViewSpec) GetDescription() string

func (*MetricsViewSpec) GetDimensions added in v0.30.0

func (x *MetricsViewSpec) GetDimensions() []*MetricsViewSpec_DimensionV2

func (*MetricsViewSpec) GetFirstDayOfWeek added in v0.35.2

func (x *MetricsViewSpec) GetFirstDayOfWeek() uint32

func (*MetricsViewSpec) GetFirstMonthOfYear added in v0.35.2

func (x *MetricsViewSpec) GetFirstMonthOfYear() uint32

func (*MetricsViewSpec) GetMeasures added in v0.30.0

func (x *MetricsViewSpec) GetMeasures() []*MetricsViewSpec_MeasureV2

func (*MetricsViewSpec) GetSecurity added in v0.33.0

func (x *MetricsViewSpec) GetSecurity() *MetricsViewSpec_SecurityV2

func (*MetricsViewSpec) GetSmallestTimeGrain added in v0.30.0

func (x *MetricsViewSpec) GetSmallestTimeGrain() TimeGrain

func (*MetricsViewSpec) GetTable added in v0.32.0

func (x *MetricsViewSpec) GetTable() string

func (*MetricsViewSpec) GetTimeDimension added in v0.30.0

func (x *MetricsViewSpec) GetTimeDimension() string

func (*MetricsViewSpec) GetTitle added in v0.30.0

func (x *MetricsViewSpec) GetTitle() string

func (*MetricsViewSpec) GetWatermarkExpression added in v0.41.0

func (x *MetricsViewSpec) GetWatermarkExpression() string

func (*MetricsViewSpec) ProtoMessage added in v0.30.0

func (*MetricsViewSpec) ProtoMessage()

func (*MetricsViewSpec) ProtoReflect added in v0.30.0

func (x *MetricsViewSpec) ProtoReflect() protoreflect.Message

func (*MetricsViewSpec) Reset added in v0.30.0

func (x *MetricsViewSpec) Reset()

func (*MetricsViewSpec) String added in v0.30.0

func (x *MetricsViewSpec) String() string

func (*MetricsViewSpec) Validate added in v0.30.0

func (m *MetricsViewSpec) Validate() error

Validate checks the field values on MetricsViewSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSpec) ValidateAll added in v0.30.0

func (m *MetricsViewSpec) ValidateAll() error

ValidateAll checks the field values on MetricsViewSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpecMultiError, or nil if none found.

type MetricsViewSpecMultiError added in v0.30.0

type MetricsViewSpecMultiError []error

MetricsViewSpecMultiError is an error wrapping multiple validation errors returned by MetricsViewSpec.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSpecMultiError) AllErrors added in v0.30.0

func (m MetricsViewSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewSpecMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSpecValidationError added in v0.30.0

type MetricsViewSpecValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSpecValidationError is the validation error returned by MetricsViewSpec.Validate if the designated constraints aren't met.

func (MetricsViewSpecValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (MetricsViewSpecValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (MetricsViewSpecValidationError) ErrorName added in v0.30.0

func (e MetricsViewSpecValidationError) ErrorName() string

ErrorName returns error name.

func (MetricsViewSpecValidationError) Field added in v0.30.0

Field function returns field value.

func (MetricsViewSpecValidationError) Key added in v0.30.0

Key function returns key value.

func (MetricsViewSpecValidationError) Reason added in v0.30.0

Reason function returns reason value.

type MetricsViewSpec_AvailableComparisonOffset added in v0.38.0

type MetricsViewSpec_AvailableComparisonOffset struct {
	Offset string `protobuf:"bytes,1,opt,name=offset,proto3" json:"offset,omitempty"`
	// Used to override the range for the comparison with something other than the selected range.
	Range string `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewSpec_AvailableComparisonOffset) Descriptor deprecated added in v0.38.0

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

Deprecated: Use MetricsViewSpec_AvailableComparisonOffset.ProtoReflect.Descriptor instead.

func (*MetricsViewSpec_AvailableComparisonOffset) GetOffset added in v0.38.0

func (*MetricsViewSpec_AvailableComparisonOffset) GetRange added in v0.38.0

func (*MetricsViewSpec_AvailableComparisonOffset) ProtoMessage added in v0.38.0

func (*MetricsViewSpec_AvailableComparisonOffset) ProtoReflect added in v0.38.0

func (*MetricsViewSpec_AvailableComparisonOffset) Reset added in v0.38.0

func (*MetricsViewSpec_AvailableComparisonOffset) String added in v0.38.0

func (*MetricsViewSpec_AvailableComparisonOffset) Validate added in v0.38.0

Validate checks the field values on MetricsViewSpec_AvailableComparisonOffset with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSpec_AvailableComparisonOffset) ValidateAll added in v0.38.0

ValidateAll checks the field values on MetricsViewSpec_AvailableComparisonOffset with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_AvailableComparisonOffsetMultiError, or nil if none found.

type MetricsViewSpec_AvailableComparisonOffsetMultiError added in v0.38.0

type MetricsViewSpec_AvailableComparisonOffsetMultiError []error

MetricsViewSpec_AvailableComparisonOffsetMultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_AvailableComparisonOffset.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSpec_AvailableComparisonOffsetMultiError) AllErrors added in v0.38.0

AllErrors returns a list of validation violation errors.

func (MetricsViewSpec_AvailableComparisonOffsetMultiError) Error added in v0.38.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSpec_AvailableComparisonOffsetValidationError added in v0.38.0

type MetricsViewSpec_AvailableComparisonOffsetValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSpec_AvailableComparisonOffsetValidationError is the validation error returned by MetricsViewSpec_AvailableComparisonOffset.Validate if the designated constraints aren't met.

func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Cause added in v0.38.0

Cause function returns cause value.

func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (MetricsViewSpec_AvailableComparisonOffsetValidationError) ErrorName added in v0.38.0

ErrorName returns error name.

func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Field added in v0.38.0

Field function returns field value.

func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Key added in v0.38.0

Key function returns key value.

func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Reason added in v0.38.0

Reason function returns reason value.

type MetricsViewSpec_AvailableTimeRange added in v0.38.0

type MetricsViewSpec_AvailableTimeRange struct {
	Range string `protobuf:"bytes,1,opt,name=range,proto3" json:"range,omitempty"`
	// Available comparison offsets for this time range.
	ComparisonOffsets []*MetricsViewSpec_AvailableComparisonOffset `protobuf:"bytes,2,rep,name=comparison_offsets,json=comparisonOffsets,proto3" json:"comparison_offsets,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewSpec_AvailableTimeRange) Descriptor deprecated added in v0.38.0

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

Deprecated: Use MetricsViewSpec_AvailableTimeRange.ProtoReflect.Descriptor instead.

func (*MetricsViewSpec_AvailableTimeRange) GetComparisonOffsets added in v0.38.0

func (*MetricsViewSpec_AvailableTimeRange) GetRange added in v0.38.0

func (*MetricsViewSpec_AvailableTimeRange) ProtoMessage added in v0.38.0

func (*MetricsViewSpec_AvailableTimeRange) ProtoMessage()

func (*MetricsViewSpec_AvailableTimeRange) ProtoReflect added in v0.38.0

func (*MetricsViewSpec_AvailableTimeRange) Reset added in v0.38.0

func (*MetricsViewSpec_AvailableTimeRange) String added in v0.38.0

func (*MetricsViewSpec_AvailableTimeRange) Validate added in v0.38.0

Validate checks the field values on MetricsViewSpec_AvailableTimeRange with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSpec_AvailableTimeRange) ValidateAll added in v0.38.0

func (m *MetricsViewSpec_AvailableTimeRange) ValidateAll() error

ValidateAll checks the field values on MetricsViewSpec_AvailableTimeRange with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_AvailableTimeRangeMultiError, or nil if none found.

type MetricsViewSpec_AvailableTimeRangeMultiError added in v0.38.0

type MetricsViewSpec_AvailableTimeRangeMultiError []error

MetricsViewSpec_AvailableTimeRangeMultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_AvailableTimeRange.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSpec_AvailableTimeRangeMultiError) AllErrors added in v0.38.0

AllErrors returns a list of validation violation errors.

func (MetricsViewSpec_AvailableTimeRangeMultiError) Error added in v0.38.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSpec_AvailableTimeRangeValidationError added in v0.38.0

type MetricsViewSpec_AvailableTimeRangeValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSpec_AvailableTimeRangeValidationError is the validation error returned by MetricsViewSpec_AvailableTimeRange.Validate if the designated constraints aren't met.

func (MetricsViewSpec_AvailableTimeRangeValidationError) Cause added in v0.38.0

Cause function returns cause value.

func (MetricsViewSpec_AvailableTimeRangeValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (MetricsViewSpec_AvailableTimeRangeValidationError) ErrorName added in v0.38.0

ErrorName returns error name.

func (MetricsViewSpec_AvailableTimeRangeValidationError) Field added in v0.38.0

Field function returns field value.

func (MetricsViewSpec_AvailableTimeRangeValidationError) Key added in v0.38.0

Key function returns key value.

func (MetricsViewSpec_AvailableTimeRangeValidationError) Reason added in v0.38.0

Reason function returns reason value.

type MetricsViewSpec_ComparisonMode added in v0.37.0

type MetricsViewSpec_ComparisonMode int32
const (
	MetricsViewSpec_COMPARISON_MODE_UNSPECIFIED MetricsViewSpec_ComparisonMode = 0
	MetricsViewSpec_COMPARISON_MODE_NONE        MetricsViewSpec_ComparisonMode = 1
	MetricsViewSpec_COMPARISON_MODE_TIME        MetricsViewSpec_ComparisonMode = 2
	MetricsViewSpec_COMPARISON_MODE_DIMENSION   MetricsViewSpec_ComparisonMode = 3
)

func (MetricsViewSpec_ComparisonMode) Descriptor added in v0.37.0

func (MetricsViewSpec_ComparisonMode) Enum added in v0.37.0

func (MetricsViewSpec_ComparisonMode) EnumDescriptor deprecated added in v0.37.0

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

Deprecated: Use MetricsViewSpec_ComparisonMode.Descriptor instead.

func (MetricsViewSpec_ComparisonMode) Number added in v0.37.0

func (MetricsViewSpec_ComparisonMode) String added in v0.37.0

func (MetricsViewSpec_ComparisonMode) Type added in v0.37.0

type MetricsViewSpec_DimensionV2 added in v0.30.0

type MetricsViewSpec_DimensionV2 struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Column      string `protobuf:"bytes,2,opt,name=column,proto3" json:"column,omitempty"`
	Expression  string `protobuf:"bytes,6,opt,name=expression,proto3" json:"expression,omitempty"`
	Label       string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Unnest      bool   `protobuf:"varint,5,opt,name=unnest,proto3" json:"unnest,omitempty"`
	// contains filtered or unexported fields
}

Dimensions are columns to filter and group by

func (*MetricsViewSpec_DimensionV2) Descriptor deprecated added in v0.30.0

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

Deprecated: Use MetricsViewSpec_DimensionV2.ProtoReflect.Descriptor instead.

func (*MetricsViewSpec_DimensionV2) GetColumn added in v0.30.0

func (x *MetricsViewSpec_DimensionV2) GetColumn() string

func (*MetricsViewSpec_DimensionV2) GetDescription added in v0.30.0

func (x *MetricsViewSpec_DimensionV2) GetDescription() string

func (*MetricsViewSpec_DimensionV2) GetExpression added in v0.39.0

func (x *MetricsViewSpec_DimensionV2) GetExpression() string

func (*MetricsViewSpec_DimensionV2) GetLabel added in v0.30.0

func (x *MetricsViewSpec_DimensionV2) GetLabel() string

func (*MetricsViewSpec_DimensionV2) GetName added in v0.30.0

func (x *MetricsViewSpec_DimensionV2) GetName() string

func (*MetricsViewSpec_DimensionV2) GetUnnest added in v0.37.0

func (x *MetricsViewSpec_DimensionV2) GetUnnest() bool

func (*MetricsViewSpec_DimensionV2) ProtoMessage added in v0.30.0

func (*MetricsViewSpec_DimensionV2) ProtoMessage()

func (*MetricsViewSpec_DimensionV2) ProtoReflect added in v0.30.0

func (*MetricsViewSpec_DimensionV2) Reset added in v0.30.0

func (x *MetricsViewSpec_DimensionV2) Reset()

func (*MetricsViewSpec_DimensionV2) String added in v0.30.0

func (x *MetricsViewSpec_DimensionV2) String() string

func (*MetricsViewSpec_DimensionV2) Validate added in v0.30.0

func (m *MetricsViewSpec_DimensionV2) Validate() error

Validate checks the field values on MetricsViewSpec_DimensionV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSpec_DimensionV2) ValidateAll added in v0.30.0

func (m *MetricsViewSpec_DimensionV2) ValidateAll() error

ValidateAll checks the field values on MetricsViewSpec_DimensionV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_DimensionV2MultiError, or nil if none found.

type MetricsViewSpec_DimensionV2MultiError added in v0.30.0

type MetricsViewSpec_DimensionV2MultiError []error

MetricsViewSpec_DimensionV2MultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_DimensionV2.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSpec_DimensionV2MultiError) AllErrors added in v0.30.0

AllErrors returns a list of validation violation errors.

func (MetricsViewSpec_DimensionV2MultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSpec_DimensionV2ValidationError added in v0.30.0

type MetricsViewSpec_DimensionV2ValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSpec_DimensionV2ValidationError is the validation error returned by MetricsViewSpec_DimensionV2.Validate if the designated constraints aren't met.

func (MetricsViewSpec_DimensionV2ValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (MetricsViewSpec_DimensionV2ValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (MetricsViewSpec_DimensionV2ValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (MetricsViewSpec_DimensionV2ValidationError) Field added in v0.30.0

Field function returns field value.

func (MetricsViewSpec_DimensionV2ValidationError) Key added in v0.30.0

Key function returns key value.

func (MetricsViewSpec_DimensionV2ValidationError) Reason added in v0.30.0

Reason function returns reason value.

type MetricsViewSpec_MeasureV2 added in v0.30.0

type MetricsViewSpec_MeasureV2 struct {
	Name                string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Expression          string `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"`
	Label               string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	Description         string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	FormatPreset        string `protobuf:"bytes,5,opt,name=format_preset,json=formatPreset,proto3" json:"format_preset,omitempty"`
	FormatD3            string `protobuf:"bytes,7,opt,name=format_d3,json=formatD3,proto3" json:"format_d3,omitempty"`
	ValidPercentOfTotal bool   `protobuf:"varint,6,opt,name=valid_percent_of_total,json=validPercentOfTotal,proto3" json:"valid_percent_of_total,omitempty"`
	// contains filtered or unexported fields
}

Measures are aggregated computed values

func (*MetricsViewSpec_MeasureV2) Descriptor deprecated added in v0.30.0

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

Deprecated: Use MetricsViewSpec_MeasureV2.ProtoReflect.Descriptor instead.

func (*MetricsViewSpec_MeasureV2) GetDescription added in v0.30.0

func (x *MetricsViewSpec_MeasureV2) GetDescription() string

func (*MetricsViewSpec_MeasureV2) GetExpression added in v0.30.0

func (x *MetricsViewSpec_MeasureV2) GetExpression() string

func (*MetricsViewSpec_MeasureV2) GetFormatD3 added in v0.36.0

func (x *MetricsViewSpec_MeasureV2) GetFormatD3() string

func (*MetricsViewSpec_MeasureV2) GetFormatPreset added in v0.36.0

func (x *MetricsViewSpec_MeasureV2) GetFormatPreset() string

func (*MetricsViewSpec_MeasureV2) GetLabel added in v0.30.0

func (x *MetricsViewSpec_MeasureV2) GetLabel() string

func (*MetricsViewSpec_MeasureV2) GetName added in v0.30.0

func (x *MetricsViewSpec_MeasureV2) GetName() string

func (*MetricsViewSpec_MeasureV2) GetValidPercentOfTotal added in v0.30.0

func (x *MetricsViewSpec_MeasureV2) GetValidPercentOfTotal() bool

func (*MetricsViewSpec_MeasureV2) ProtoMessage added in v0.30.0

func (*MetricsViewSpec_MeasureV2) ProtoMessage()

func (*MetricsViewSpec_MeasureV2) ProtoReflect added in v0.30.0

func (*MetricsViewSpec_MeasureV2) Reset added in v0.30.0

func (x *MetricsViewSpec_MeasureV2) Reset()

func (*MetricsViewSpec_MeasureV2) String added in v0.30.0

func (x *MetricsViewSpec_MeasureV2) String() string

func (*MetricsViewSpec_MeasureV2) Validate added in v0.30.0

func (m *MetricsViewSpec_MeasureV2) Validate() error

Validate checks the field values on MetricsViewSpec_MeasureV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSpec_MeasureV2) ValidateAll added in v0.30.0

func (m *MetricsViewSpec_MeasureV2) ValidateAll() error

ValidateAll checks the field values on MetricsViewSpec_MeasureV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_MeasureV2MultiError, or nil if none found.

type MetricsViewSpec_MeasureV2MultiError added in v0.30.0

type MetricsViewSpec_MeasureV2MultiError []error

MetricsViewSpec_MeasureV2MultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_MeasureV2.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSpec_MeasureV2MultiError) AllErrors added in v0.30.0

AllErrors returns a list of validation violation errors.

func (MetricsViewSpec_MeasureV2MultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSpec_MeasureV2ValidationError added in v0.30.0

type MetricsViewSpec_MeasureV2ValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSpec_MeasureV2ValidationError is the validation error returned by MetricsViewSpec_MeasureV2.Validate if the designated constraints aren't met.

func (MetricsViewSpec_MeasureV2ValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (MetricsViewSpec_MeasureV2ValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (MetricsViewSpec_MeasureV2ValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (MetricsViewSpec_MeasureV2ValidationError) Field added in v0.30.0

Field function returns field value.

func (MetricsViewSpec_MeasureV2ValidationError) Key added in v0.30.0

Key function returns key value.

func (MetricsViewSpec_MeasureV2ValidationError) Reason added in v0.30.0

Reason function returns reason value.

type MetricsViewSpec_SecurityV2 added in v0.33.0

type MetricsViewSpec_SecurityV2 struct {

	// Dashboard level access condition
	Access string `protobuf:"bytes,1,opt,name=access,proto3" json:"access,omitempty"`
	// row level access condition
	RowFilter string `protobuf:"bytes,2,opt,name=row_filter,json=rowFilter,proto3" json:"row_filter,omitempty"`
	// either one of include or exclude will be specified
	Include []*MetricsViewSpec_SecurityV2_FieldConditionV2 `protobuf:"bytes,3,rep,name=include,proto3" json:"include,omitempty"`
	Exclude []*MetricsViewSpec_SecurityV2_FieldConditionV2 `protobuf:"bytes,4,rep,name=exclude,proto3" json:"exclude,omitempty"`
	// contains filtered or unexported fields
}

Security for the dashboard

func (*MetricsViewSpec_SecurityV2) Descriptor deprecated added in v0.33.0

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

Deprecated: Use MetricsViewSpec_SecurityV2.ProtoReflect.Descriptor instead.

func (*MetricsViewSpec_SecurityV2) GetAccess added in v0.33.0

func (x *MetricsViewSpec_SecurityV2) GetAccess() string

func (*MetricsViewSpec_SecurityV2) GetExclude added in v0.33.0

func (*MetricsViewSpec_SecurityV2) GetInclude added in v0.33.0

func (*MetricsViewSpec_SecurityV2) GetRowFilter added in v0.33.0

func (x *MetricsViewSpec_SecurityV2) GetRowFilter() string

func (*MetricsViewSpec_SecurityV2) ProtoMessage added in v0.33.0

func (*MetricsViewSpec_SecurityV2) ProtoMessage()

func (*MetricsViewSpec_SecurityV2) ProtoReflect added in v0.33.0

func (*MetricsViewSpec_SecurityV2) Reset added in v0.33.0

func (x *MetricsViewSpec_SecurityV2) Reset()

func (*MetricsViewSpec_SecurityV2) String added in v0.33.0

func (x *MetricsViewSpec_SecurityV2) String() string

func (*MetricsViewSpec_SecurityV2) Validate added in v0.33.0

func (m *MetricsViewSpec_SecurityV2) Validate() error

Validate checks the field values on MetricsViewSpec_SecurityV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSpec_SecurityV2) ValidateAll added in v0.33.0

func (m *MetricsViewSpec_SecurityV2) ValidateAll() error

ValidateAll checks the field values on MetricsViewSpec_SecurityV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_SecurityV2MultiError, or nil if none found.

type MetricsViewSpec_SecurityV2MultiError added in v0.33.0

type MetricsViewSpec_SecurityV2MultiError []error

MetricsViewSpec_SecurityV2MultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_SecurityV2.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSpec_SecurityV2MultiError) AllErrors added in v0.33.0

AllErrors returns a list of validation violation errors.

func (MetricsViewSpec_SecurityV2MultiError) Error added in v0.33.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSpec_SecurityV2ValidationError added in v0.33.0

type MetricsViewSpec_SecurityV2ValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSpec_SecurityV2ValidationError is the validation error returned by MetricsViewSpec_SecurityV2.Validate if the designated constraints aren't met.

func (MetricsViewSpec_SecurityV2ValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (MetricsViewSpec_SecurityV2ValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (MetricsViewSpec_SecurityV2ValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (MetricsViewSpec_SecurityV2ValidationError) Field added in v0.33.0

Field function returns field value.

func (MetricsViewSpec_SecurityV2ValidationError) Key added in v0.33.0

Key function returns key value.

func (MetricsViewSpec_SecurityV2ValidationError) Reason added in v0.33.0

Reason function returns reason value.

type MetricsViewSpec_SecurityV2_FieldConditionV2 added in v0.33.0

type MetricsViewSpec_SecurityV2_FieldConditionV2 struct {
	Condition string   `protobuf:"bytes,1,opt,name=condition,proto3" json:"condition,omitempty"`
	Names     []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

Dimension/measure level access condition

func (*MetricsViewSpec_SecurityV2_FieldConditionV2) Descriptor deprecated added in v0.33.0

Deprecated: Use MetricsViewSpec_SecurityV2_FieldConditionV2.ProtoReflect.Descriptor instead.

func (*MetricsViewSpec_SecurityV2_FieldConditionV2) GetCondition added in v0.33.0

func (*MetricsViewSpec_SecurityV2_FieldConditionV2) GetNames added in v0.33.0

func (*MetricsViewSpec_SecurityV2_FieldConditionV2) ProtoMessage added in v0.33.0

func (*MetricsViewSpec_SecurityV2_FieldConditionV2) ProtoReflect added in v0.33.0

func (*MetricsViewSpec_SecurityV2_FieldConditionV2) Reset added in v0.33.0

func (*MetricsViewSpec_SecurityV2_FieldConditionV2) String added in v0.33.0

func (*MetricsViewSpec_SecurityV2_FieldConditionV2) Validate added in v0.33.0

Validate checks the field values on MetricsViewSpec_SecurityV2_FieldConditionV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewSpec_SecurityV2_FieldConditionV2) ValidateAll added in v0.33.0

ValidateAll checks the field values on MetricsViewSpec_SecurityV2_FieldConditionV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_SecurityV2_FieldConditionV2MultiError, or nil if none found.

type MetricsViewSpec_SecurityV2_FieldConditionV2MultiError added in v0.33.0

type MetricsViewSpec_SecurityV2_FieldConditionV2MultiError []error

MetricsViewSpec_SecurityV2_FieldConditionV2MultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_SecurityV2_FieldConditionV2.ValidateAll() if the designated constraints aren't met.

func (MetricsViewSpec_SecurityV2_FieldConditionV2MultiError) AllErrors added in v0.33.0

AllErrors returns a list of validation violation errors.

func (MetricsViewSpec_SecurityV2_FieldConditionV2MultiError) Error added in v0.33.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError added in v0.33.0

type MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError is the validation error returned by MetricsViewSpec_SecurityV2_FieldConditionV2.Validate if the designated constraints aren't met.

func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Field added in v0.33.0

Field function returns field value.

func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Key added in v0.33.0

Key function returns key value.

func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Reason added in v0.33.0

Reason function returns reason value.

type MetricsViewState added in v0.30.0

type MetricsViewState struct {

	// Valid spec is a (potentially previous) version of the spec that is known to currently be valid.
	ValidSpec *MetricsViewSpec `protobuf:"bytes,1,opt,name=valid_spec,json=validSpec,proto3" json:"valid_spec,omitempty"`
	// Streaming is true if the underlying data may change without the metrics view's spec/state version changing.
	// It's set to true if the metrics view is based on an externally managed table.
	Streaming bool `protobuf:"varint,2,opt,name=streaming,proto3" json:"streaming,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewState) Descriptor deprecated added in v0.30.0

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

Deprecated: Use MetricsViewState.ProtoReflect.Descriptor instead.

func (*MetricsViewState) GetStreaming added in v0.42.0

func (x *MetricsViewState) GetStreaming() bool

func (*MetricsViewState) GetValidSpec added in v0.32.0

func (x *MetricsViewState) GetValidSpec() *MetricsViewSpec

func (*MetricsViewState) ProtoMessage added in v0.30.0

func (*MetricsViewState) ProtoMessage()

func (*MetricsViewState) ProtoReflect added in v0.30.0

func (x *MetricsViewState) ProtoReflect() protoreflect.Message

func (*MetricsViewState) Reset added in v0.30.0

func (x *MetricsViewState) Reset()

func (*MetricsViewState) String added in v0.30.0

func (x *MetricsViewState) String() string

func (*MetricsViewState) Validate added in v0.30.0

func (m *MetricsViewState) Validate() error

Validate checks the field values on MetricsViewState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewState) ValidateAll added in v0.30.0

func (m *MetricsViewState) ValidateAll() error

ValidateAll checks the field values on MetricsViewState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewStateMultiError, or nil if none found.

type MetricsViewStateMultiError added in v0.30.0

type MetricsViewStateMultiError []error

MetricsViewStateMultiError is an error wrapping multiple validation errors returned by MetricsViewState.ValidateAll() if the designated constraints aren't met.

func (MetricsViewStateMultiError) AllErrors added in v0.30.0

func (m MetricsViewStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewStateMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewStateValidationError added in v0.30.0

type MetricsViewStateValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewStateValidationError is the validation error returned by MetricsViewState.Validate if the designated constraints aren't met.

func (MetricsViewStateValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (MetricsViewStateValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (MetricsViewStateValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (MetricsViewStateValidationError) Field added in v0.30.0

Field function returns field value.

func (MetricsViewStateValidationError) Key added in v0.30.0

Key function returns key value.

func (MetricsViewStateValidationError) Reason added in v0.30.0

Reason function returns reason value.

type MetricsViewTimeRangeRequest added in v0.32.0

type MetricsViewTimeRangeRequest struct {
	InstanceId      string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"`
	Priority        int32  `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewTimeRangeRequest) Descriptor deprecated added in v0.32.0

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

Deprecated: Use MetricsViewTimeRangeRequest.ProtoReflect.Descriptor instead.

func (*MetricsViewTimeRangeRequest) GetInstanceId added in v0.32.0

func (x *MetricsViewTimeRangeRequest) GetInstanceId() string

func (*MetricsViewTimeRangeRequest) GetMetricsViewName added in v0.32.0

func (x *MetricsViewTimeRangeRequest) GetMetricsViewName() string

func (*MetricsViewTimeRangeRequest) GetPriority added in v0.32.0

func (x *MetricsViewTimeRangeRequest) GetPriority() int32

func (*MetricsViewTimeRangeRequest) ProtoMessage added in v0.32.0

func (*MetricsViewTimeRangeRequest) ProtoMessage()

func (*MetricsViewTimeRangeRequest) ProtoReflect added in v0.32.0

func (*MetricsViewTimeRangeRequest) Reset added in v0.32.0

func (x *MetricsViewTimeRangeRequest) Reset()

func (*MetricsViewTimeRangeRequest) String added in v0.32.0

func (x *MetricsViewTimeRangeRequest) String() string

func (*MetricsViewTimeRangeRequest) Validate added in v0.32.0

func (m *MetricsViewTimeRangeRequest) Validate() error

Validate checks the field values on MetricsViewTimeRangeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewTimeRangeRequest) ValidateAll added in v0.32.0

func (m *MetricsViewTimeRangeRequest) ValidateAll() error

ValidateAll checks the field values on MetricsViewTimeRangeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewTimeRangeRequestMultiError, or nil if none found.

type MetricsViewTimeRangeRequestMultiError added in v0.32.0

type MetricsViewTimeRangeRequestMultiError []error

MetricsViewTimeRangeRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewTimeRangeRequest.ValidateAll() if the designated constraints aren't met.

func (MetricsViewTimeRangeRequestMultiError) AllErrors added in v0.32.0

AllErrors returns a list of validation violation errors.

func (MetricsViewTimeRangeRequestMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewTimeRangeRequestValidationError added in v0.32.0

type MetricsViewTimeRangeRequestValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewTimeRangeRequestValidationError is the validation error returned by MetricsViewTimeRangeRequest.Validate if the designated constraints aren't met.

func (MetricsViewTimeRangeRequestValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (MetricsViewTimeRangeRequestValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (MetricsViewTimeRangeRequestValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (MetricsViewTimeRangeRequestValidationError) Field added in v0.32.0

Field function returns field value.

func (MetricsViewTimeRangeRequestValidationError) Key added in v0.32.0

Key function returns key value.

func (MetricsViewTimeRangeRequestValidationError) Reason added in v0.32.0

Reason function returns reason value.

type MetricsViewTimeRangeResponse added in v0.32.0

type MetricsViewTimeRangeResponse struct {

	// Not optional, not null
	TimeRangeSummary *TimeRangeSummary `protobuf:"bytes,1,opt,name=time_range_summary,json=timeRangeSummary,proto3" json:"time_range_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewTimeRangeResponse) Descriptor deprecated added in v0.32.0

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

Deprecated: Use MetricsViewTimeRangeResponse.ProtoReflect.Descriptor instead.

func (*MetricsViewTimeRangeResponse) GetTimeRangeSummary added in v0.32.0

func (x *MetricsViewTimeRangeResponse) GetTimeRangeSummary() *TimeRangeSummary

func (*MetricsViewTimeRangeResponse) ProtoMessage added in v0.32.0

func (*MetricsViewTimeRangeResponse) ProtoMessage()

func (*MetricsViewTimeRangeResponse) ProtoReflect added in v0.32.0

func (*MetricsViewTimeRangeResponse) Reset added in v0.32.0

func (x *MetricsViewTimeRangeResponse) Reset()

func (*MetricsViewTimeRangeResponse) String added in v0.32.0

func (*MetricsViewTimeRangeResponse) Validate added in v0.32.0

func (m *MetricsViewTimeRangeResponse) Validate() error

Validate checks the field values on MetricsViewTimeRangeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewTimeRangeResponse) ValidateAll added in v0.32.0

func (m *MetricsViewTimeRangeResponse) ValidateAll() error

ValidateAll checks the field values on MetricsViewTimeRangeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewTimeRangeResponseMultiError, or nil if none found.

type MetricsViewTimeRangeResponseMultiError added in v0.32.0

type MetricsViewTimeRangeResponseMultiError []error

MetricsViewTimeRangeResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewTimeRangeResponse.ValidateAll() if the designated constraints aren't met.

func (MetricsViewTimeRangeResponseMultiError) AllErrors added in v0.32.0

AllErrors returns a list of validation violation errors.

func (MetricsViewTimeRangeResponseMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewTimeRangeResponseValidationError added in v0.32.0

type MetricsViewTimeRangeResponseValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewTimeRangeResponseValidationError is the validation error returned by MetricsViewTimeRangeResponse.Validate if the designated constraints aren't met.

func (MetricsViewTimeRangeResponseValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (MetricsViewTimeRangeResponseValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (MetricsViewTimeRangeResponseValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (MetricsViewTimeRangeResponseValidationError) Field added in v0.32.0

Field function returns field value.

func (MetricsViewTimeRangeResponseValidationError) Key added in v0.32.0

Key function returns key value.

func (MetricsViewTimeRangeResponseValidationError) Reason added in v0.32.0

Reason function returns reason value.

type MetricsViewTimeSeriesRequest

type MetricsViewTimeSeriesRequest struct {
	InstanceId      string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"`
	// Required either measure_names or inline_measures
	MeasureNames   []string         `protobuf:"bytes,3,rep,name=measure_names,json=measureNames,proto3" json:"measure_names,omitempty"`
	InlineMeasures []*InlineMeasure `protobuf:"bytes,9,rep,name=inline_measures,json=inlineMeasures,proto3" json:"inline_measures,omitempty"`
	// Optional. Defaults to min
	TimeStart *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"`
	// Optional. Defaults to max
	TimeEnd *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"`
	// Required
	TimeGranularity TimeGrain `` /* 138-byte string literal not displayed */
	// Optional
	Where *Expression `protobuf:"bytes,7,opt,name=where,proto3" json:"where,omitempty"`
	// Optional
	Having *Expression `protobuf:"bytes,11,opt,name=having,proto3" json:"having,omitempty"`
	// Optional. IANA format, ie Europe/Copenhagen. Defaults to UTC
	TimeZone string             `protobuf:"bytes,10,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	Priority int32              `protobuf:"varint,8,opt,name=priority,proto3" json:"priority,omitempty"`
	Filter   *MetricsViewFilter `protobuf:"bytes,12,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters
	// contains filtered or unexported fields
}

func (*MetricsViewTimeSeriesRequest) Descriptor deprecated

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

Deprecated: Use MetricsViewTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*MetricsViewTimeSeriesRequest) GetFilter

func (*MetricsViewTimeSeriesRequest) GetHaving added in v0.39.0

func (x *MetricsViewTimeSeriesRequest) GetHaving() *Expression

func (*MetricsViewTimeSeriesRequest) GetInlineMeasures added in v0.25.0

func (x *MetricsViewTimeSeriesRequest) GetInlineMeasures() []*InlineMeasure

func (*MetricsViewTimeSeriesRequest) GetInstanceId

func (x *MetricsViewTimeSeriesRequest) GetInstanceId() string

func (*MetricsViewTimeSeriesRequest) GetMeasureNames

func (x *MetricsViewTimeSeriesRequest) GetMeasureNames() []string

func (*MetricsViewTimeSeriesRequest) GetMetricsViewName

func (x *MetricsViewTimeSeriesRequest) GetMetricsViewName() string

func (*MetricsViewTimeSeriesRequest) GetPriority

func (x *MetricsViewTimeSeriesRequest) GetPriority() int32

func (*MetricsViewTimeSeriesRequest) GetTimeEnd

func (*MetricsViewTimeSeriesRequest) GetTimeGranularity

func (x *MetricsViewTimeSeriesRequest) GetTimeGranularity() TimeGrain

func (*MetricsViewTimeSeriesRequest) GetTimeStart

func (*MetricsViewTimeSeriesRequest) GetTimeZone added in v0.30.0

func (x *MetricsViewTimeSeriesRequest) GetTimeZone() string

func (*MetricsViewTimeSeriesRequest) GetWhere added in v0.39.0

func (*MetricsViewTimeSeriesRequest) ProtoMessage

func (*MetricsViewTimeSeriesRequest) ProtoMessage()

func (*MetricsViewTimeSeriesRequest) ProtoReflect

func (*MetricsViewTimeSeriesRequest) Reset

func (x *MetricsViewTimeSeriesRequest) Reset()

func (*MetricsViewTimeSeriesRequest) String

func (*MetricsViewTimeSeriesRequest) Validate added in v0.20.0

func (m *MetricsViewTimeSeriesRequest) Validate() error

Validate checks the field values on MetricsViewTimeSeriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewTimeSeriesRequest) ValidateAll added in v0.20.0

func (m *MetricsViewTimeSeriesRequest) ValidateAll() error

ValidateAll checks the field values on MetricsViewTimeSeriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewTimeSeriesRequestMultiError, or nil if none found.

type MetricsViewTimeSeriesRequestMultiError added in v0.20.0

type MetricsViewTimeSeriesRequestMultiError []error

MetricsViewTimeSeriesRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewTimeSeriesRequest.ValidateAll() if the designated constraints aren't met.

func (MetricsViewTimeSeriesRequestMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (MetricsViewTimeSeriesRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewTimeSeriesRequestValidationError added in v0.20.0

type MetricsViewTimeSeriesRequestValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewTimeSeriesRequestValidationError is the validation error returned by MetricsViewTimeSeriesRequest.Validate if the designated constraints aren't met.

func (MetricsViewTimeSeriesRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewTimeSeriesRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewTimeSeriesRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsViewTimeSeriesRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewTimeSeriesRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewTimeSeriesRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewTimeSeriesResponse

type MetricsViewTimeSeriesResponse struct {

	// Not optional, not null
	Meta []*MetricsViewColumn `protobuf:"bytes,1,rep,name=meta,proto3" json:"meta,omitempty"`
	// Not optional, not null
	Data []*TimeSeriesValue `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewTimeSeriesResponse) Descriptor deprecated

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

Deprecated: Use MetricsViewTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*MetricsViewTimeSeriesResponse) GetData

func (*MetricsViewTimeSeriesResponse) GetMeta

func (*MetricsViewTimeSeriesResponse) ProtoMessage

func (*MetricsViewTimeSeriesResponse) ProtoMessage()

func (*MetricsViewTimeSeriesResponse) ProtoReflect

func (*MetricsViewTimeSeriesResponse) Reset

func (x *MetricsViewTimeSeriesResponse) Reset()

func (*MetricsViewTimeSeriesResponse) String

func (*MetricsViewTimeSeriesResponse) Validate added in v0.20.0

func (m *MetricsViewTimeSeriesResponse) Validate() error

Validate checks the field values on MetricsViewTimeSeriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewTimeSeriesResponse) ValidateAll added in v0.20.0

func (m *MetricsViewTimeSeriesResponse) ValidateAll() error

ValidateAll checks the field values on MetricsViewTimeSeriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewTimeSeriesResponseMultiError, or nil if none found.

type MetricsViewTimeSeriesResponseMultiError added in v0.20.0

type MetricsViewTimeSeriesResponseMultiError []error

MetricsViewTimeSeriesResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewTimeSeriesResponse.ValidateAll() if the designated constraints aren't met.

func (MetricsViewTimeSeriesResponseMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (MetricsViewTimeSeriesResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewTimeSeriesResponseValidationError added in v0.20.0

type MetricsViewTimeSeriesResponseValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewTimeSeriesResponseValidationError is the validation error returned by MetricsViewTimeSeriesResponse.Validate if the designated constraints aren't met.

func (MetricsViewTimeSeriesResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewTimeSeriesResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewTimeSeriesResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsViewTimeSeriesResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewTimeSeriesResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewTimeSeriesResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewToplistRequest

type MetricsViewToplistRequest struct {
	InstanceId      string                 `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	MetricsViewName string                 `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"`
	DimensionName   string                 `protobuf:"bytes,3,opt,name=dimension_name,json=dimensionName,proto3" json:"dimension_name,omitempty"`
	MeasureNames    []string               `protobuf:"bytes,4,rep,name=measure_names,json=measureNames,proto3" json:"measure_names,omitempty"`
	InlineMeasures  []*InlineMeasure       `protobuf:"bytes,12,rep,name=inline_measures,json=inlineMeasures,proto3" json:"inline_measures,omitempty"`
	TimeStart       *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"`
	TimeEnd         *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"`
	Limit           int64                  `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"`
	Offset          int64                  `protobuf:"varint,8,opt,name=offset,proto3" json:"offset,omitempty"`
	Sort            []*MetricsViewSort     `protobuf:"bytes,9,rep,name=sort,proto3" json:"sort,omitempty"`
	Where           *Expression            `protobuf:"bytes,10,opt,name=where,proto3" json:"where,omitempty"`
	Having          *Expression            `protobuf:"bytes,13,opt,name=having,proto3" json:"having,omitempty"`
	Priority        int32                  `protobuf:"varint,11,opt,name=priority,proto3" json:"priority,omitempty"`
	Filter          *MetricsViewFilter     `protobuf:"bytes,14,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters
	// contains filtered or unexported fields
}

Deprecated, use MetricsViewComparisonRequest without a comparison time range

func (*MetricsViewToplistRequest) Descriptor deprecated

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

Deprecated: Use MetricsViewToplistRequest.ProtoReflect.Descriptor instead.

func (*MetricsViewToplistRequest) GetDimensionName

func (x *MetricsViewToplistRequest) GetDimensionName() string

func (*MetricsViewToplistRequest) GetFilter

func (*MetricsViewToplistRequest) GetHaving added in v0.39.0

func (x *MetricsViewToplistRequest) GetHaving() *Expression

func (*MetricsViewToplistRequest) GetInlineMeasures added in v0.25.0

func (x *MetricsViewToplistRequest) GetInlineMeasures() []*InlineMeasure

func (*MetricsViewToplistRequest) GetInstanceId

func (x *MetricsViewToplistRequest) GetInstanceId() string

func (*MetricsViewToplistRequest) GetLimit

func (x *MetricsViewToplistRequest) GetLimit() int64

func (*MetricsViewToplistRequest) GetMeasureNames

func (x *MetricsViewToplistRequest) GetMeasureNames() []string

func (*MetricsViewToplistRequest) GetMetricsViewName

func (x *MetricsViewToplistRequest) GetMetricsViewName() string

func (*MetricsViewToplistRequest) GetOffset

func (x *MetricsViewToplistRequest) GetOffset() int64

func (*MetricsViewToplistRequest) GetPriority

func (x *MetricsViewToplistRequest) GetPriority() int32

func (*MetricsViewToplistRequest) GetSort

func (*MetricsViewToplistRequest) GetTimeEnd

func (*MetricsViewToplistRequest) GetTimeStart

func (x *MetricsViewToplistRequest) GetTimeStart() *timestamppb.Timestamp

func (*MetricsViewToplistRequest) GetWhere added in v0.39.0

func (x *MetricsViewToplistRequest) GetWhere() *Expression

func (*MetricsViewToplistRequest) ProtoMessage

func (*MetricsViewToplistRequest) ProtoMessage()

func (*MetricsViewToplistRequest) ProtoReflect

func (*MetricsViewToplistRequest) Reset

func (x *MetricsViewToplistRequest) Reset()

func (*MetricsViewToplistRequest) String

func (x *MetricsViewToplistRequest) String() string

func (*MetricsViewToplistRequest) Validate added in v0.20.0

func (m *MetricsViewToplistRequest) Validate() error

Validate checks the field values on MetricsViewToplistRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewToplistRequest) ValidateAll added in v0.20.0

func (m *MetricsViewToplistRequest) ValidateAll() error

ValidateAll checks the field values on MetricsViewToplistRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewToplistRequestMultiError, or nil if none found.

type MetricsViewToplistRequestMultiError added in v0.20.0

type MetricsViewToplistRequestMultiError []error

MetricsViewToplistRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewToplistRequest.ValidateAll() if the designated constraints aren't met.

func (MetricsViewToplistRequestMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (MetricsViewToplistRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewToplistRequestValidationError added in v0.20.0

type MetricsViewToplistRequestValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewToplistRequestValidationError is the validation error returned by MetricsViewToplistRequest.Validate if the designated constraints aren't met.

func (MetricsViewToplistRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewToplistRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewToplistRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsViewToplistRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewToplistRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewToplistRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewToplistResponse

type MetricsViewToplistResponse struct {

	// Not optional, not null
	Meta []*MetricsViewColumn `protobuf:"bytes,1,rep,name=meta,proto3" json:"meta,omitempty"`
	// Not optional, not null
	Data []*structpb.Struct `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewToplistResponse) Descriptor deprecated

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

Deprecated: Use MetricsViewToplistResponse.ProtoReflect.Descriptor instead.

func (*MetricsViewToplistResponse) GetData

func (x *MetricsViewToplistResponse) GetData() []*structpb.Struct

func (*MetricsViewToplistResponse) GetMeta

func (*MetricsViewToplistResponse) ProtoMessage

func (*MetricsViewToplistResponse) ProtoMessage()

func (*MetricsViewToplistResponse) ProtoReflect

func (*MetricsViewToplistResponse) Reset

func (x *MetricsViewToplistResponse) Reset()

func (*MetricsViewToplistResponse) String

func (x *MetricsViewToplistResponse) String() string

func (*MetricsViewToplistResponse) Validate added in v0.20.0

func (m *MetricsViewToplistResponse) Validate() error

Validate checks the field values on MetricsViewToplistResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewToplistResponse) ValidateAll added in v0.20.0

func (m *MetricsViewToplistResponse) ValidateAll() error

ValidateAll checks the field values on MetricsViewToplistResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewToplistResponseMultiError, or nil if none found.

type MetricsViewToplistResponseMultiError added in v0.20.0

type MetricsViewToplistResponseMultiError []error

MetricsViewToplistResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewToplistResponse.ValidateAll() if the designated constraints aren't met.

func (MetricsViewToplistResponseMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (MetricsViewToplistResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewToplistResponseValidationError added in v0.20.0

type MetricsViewToplistResponseValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewToplistResponseValidationError is the validation error returned by MetricsViewToplistResponse.Validate if the designated constraints aren't met.

func (MetricsViewToplistResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewToplistResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewToplistResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsViewToplistResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewToplistResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewToplistResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewTotalsRequest

type MetricsViewTotalsRequest struct {
	InstanceId      string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"`
	// Required either measure_names or inline_measures
	MeasureNames   []string         `protobuf:"bytes,3,rep,name=measure_names,json=measureNames,proto3" json:"measure_names,omitempty"`
	InlineMeasures []*InlineMeasure `protobuf:"bytes,9,rep,name=inline_measures,json=inlineMeasures,proto3" json:"inline_measures,omitempty"`
	// Optional. Defaults to min
	TimeStart *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"`
	// Optional. Defaults to max
	TimeEnd *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"`
	// Optional
	Where    *Expression        `protobuf:"bytes,7,opt,name=where,proto3" json:"where,omitempty"`
	Priority int32              `protobuf:"varint,8,opt,name=priority,proto3" json:"priority,omitempty"`
	Filter   *MetricsViewFilter `protobuf:"bytes,10,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters
	// contains filtered or unexported fields
}

func (*MetricsViewTotalsRequest) Descriptor deprecated

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

Deprecated: Use MetricsViewTotalsRequest.ProtoReflect.Descriptor instead.

func (*MetricsViewTotalsRequest) GetFilter

func (*MetricsViewTotalsRequest) GetInlineMeasures added in v0.25.0

func (x *MetricsViewTotalsRequest) GetInlineMeasures() []*InlineMeasure

func (*MetricsViewTotalsRequest) GetInstanceId

func (x *MetricsViewTotalsRequest) GetInstanceId() string

func (*MetricsViewTotalsRequest) GetMeasureNames

func (x *MetricsViewTotalsRequest) GetMeasureNames() []string

func (*MetricsViewTotalsRequest) GetMetricsViewName

func (x *MetricsViewTotalsRequest) GetMetricsViewName() string

func (*MetricsViewTotalsRequest) GetPriority

func (x *MetricsViewTotalsRequest) GetPriority() int32

func (*MetricsViewTotalsRequest) GetTimeEnd

func (*MetricsViewTotalsRequest) GetTimeStart

func (x *MetricsViewTotalsRequest) GetTimeStart() *timestamppb.Timestamp

func (*MetricsViewTotalsRequest) GetWhere added in v0.39.0

func (x *MetricsViewTotalsRequest) GetWhere() *Expression

func (*MetricsViewTotalsRequest) ProtoMessage

func (*MetricsViewTotalsRequest) ProtoMessage()

func (*MetricsViewTotalsRequest) ProtoReflect

func (x *MetricsViewTotalsRequest) ProtoReflect() protoreflect.Message

func (*MetricsViewTotalsRequest) Reset

func (x *MetricsViewTotalsRequest) Reset()

func (*MetricsViewTotalsRequest) String

func (x *MetricsViewTotalsRequest) String() string

func (*MetricsViewTotalsRequest) Validate added in v0.20.0

func (m *MetricsViewTotalsRequest) Validate() error

Validate checks the field values on MetricsViewTotalsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewTotalsRequest) ValidateAll added in v0.20.0

func (m *MetricsViewTotalsRequest) ValidateAll() error

ValidateAll checks the field values on MetricsViewTotalsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewTotalsRequestMultiError, or nil if none found.

type MetricsViewTotalsRequestMultiError added in v0.20.0

type MetricsViewTotalsRequestMultiError []error

MetricsViewTotalsRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewTotalsRequest.ValidateAll() if the designated constraints aren't met.

func (MetricsViewTotalsRequestMultiError) AllErrors added in v0.20.0

func (m MetricsViewTotalsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewTotalsRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewTotalsRequestValidationError added in v0.20.0

type MetricsViewTotalsRequestValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewTotalsRequestValidationError is the validation error returned by MetricsViewTotalsRequest.Validate if the designated constraints aren't met.

func (MetricsViewTotalsRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewTotalsRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewTotalsRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsViewTotalsRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewTotalsRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewTotalsRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewTotalsResponse

type MetricsViewTotalsResponse struct {

	// Not optional, not null
	Meta []*MetricsViewColumn `protobuf:"bytes,1,rep,name=meta,proto3" json:"meta,omitempty"`
	// Not optional, not null
	Data *structpb.Struct `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewTotalsResponse) Descriptor deprecated

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

Deprecated: Use MetricsViewTotalsResponse.ProtoReflect.Descriptor instead.

func (*MetricsViewTotalsResponse) GetData

func (*MetricsViewTotalsResponse) GetMeta

func (*MetricsViewTotalsResponse) ProtoMessage

func (*MetricsViewTotalsResponse) ProtoMessage()

func (*MetricsViewTotalsResponse) ProtoReflect

func (*MetricsViewTotalsResponse) Reset

func (x *MetricsViewTotalsResponse) Reset()

func (*MetricsViewTotalsResponse) String

func (x *MetricsViewTotalsResponse) String() string

func (*MetricsViewTotalsResponse) Validate added in v0.20.0

func (m *MetricsViewTotalsResponse) Validate() error

Validate checks the field values on MetricsViewTotalsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewTotalsResponse) ValidateAll added in v0.20.0

func (m *MetricsViewTotalsResponse) ValidateAll() error

ValidateAll checks the field values on MetricsViewTotalsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewTotalsResponseMultiError, or nil if none found.

type MetricsViewTotalsResponseMultiError added in v0.20.0

type MetricsViewTotalsResponseMultiError []error

MetricsViewTotalsResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewTotalsResponse.ValidateAll() if the designated constraints aren't met.

func (MetricsViewTotalsResponseMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (MetricsViewTotalsResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsViewTotalsResponseValidationError added in v0.20.0

type MetricsViewTotalsResponseValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewTotalsResponseValidationError is the validation error returned by MetricsViewTotalsResponse.Validate if the designated constraints aren't met.

func (MetricsViewTotalsResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewTotalsResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewTotalsResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsViewTotalsResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewTotalsResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewTotalsResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsViewV2 added in v0.30.0

type MetricsViewV2 struct {
	Spec  *MetricsViewSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *MetricsViewState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*MetricsViewV2) Descriptor deprecated added in v0.30.0

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

Deprecated: Use MetricsViewV2.ProtoReflect.Descriptor instead.

func (*MetricsViewV2) GetSpec added in v0.30.0

func (x *MetricsViewV2) GetSpec() *MetricsViewSpec

func (*MetricsViewV2) GetState added in v0.30.0

func (x *MetricsViewV2) GetState() *MetricsViewState

func (*MetricsViewV2) ProtoMessage added in v0.30.0

func (*MetricsViewV2) ProtoMessage()

func (*MetricsViewV2) ProtoReflect added in v0.30.0

func (x *MetricsViewV2) ProtoReflect() protoreflect.Message

func (*MetricsViewV2) Reset added in v0.30.0

func (x *MetricsViewV2) Reset()

func (*MetricsViewV2) String added in v0.30.0

func (x *MetricsViewV2) String() string

func (*MetricsViewV2) Validate added in v0.30.0

func (m *MetricsViewV2) Validate() error

Validate checks the field values on MetricsViewV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsViewV2) ValidateAll added in v0.30.0

func (m *MetricsViewV2) ValidateAll() error

ValidateAll checks the field values on MetricsViewV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewV2MultiError, or nil if none found.

type MetricsViewV2MultiError added in v0.30.0

type MetricsViewV2MultiError []error

MetricsViewV2MultiError is an error wrapping multiple validation errors returned by MetricsViewV2.ValidateAll() if the designated constraints aren't met.

func (MetricsViewV2MultiError) AllErrors added in v0.30.0

func (m MetricsViewV2MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsViewV2MultiError) Error added in v0.30.0

func (m MetricsViewV2MultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MetricsViewV2ValidationError added in v0.30.0

type MetricsViewV2ValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewV2ValidationError is the validation error returned by MetricsViewV2.Validate if the designated constraints aren't met.

func (MetricsViewV2ValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (MetricsViewV2ValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (MetricsViewV2ValidationError) ErrorName added in v0.30.0

func (e MetricsViewV2ValidationError) ErrorName() string

ErrorName returns error name.

func (MetricsViewV2ValidationError) Field added in v0.30.0

Field function returns field value.

func (MetricsViewV2ValidationError) Key added in v0.30.0

Key function returns key value.

func (MetricsViewV2ValidationError) Reason added in v0.30.0

Reason function returns reason value.

type MetricsViewValidationError added in v0.20.0

type MetricsViewValidationError struct {
	// contains filtered or unexported fields
}

MetricsViewValidationError is the validation error returned by MetricsView.Validate if the designated constraints aren't met.

func (MetricsViewValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsViewValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsViewValidationError) ErrorName added in v0.20.0

func (e MetricsViewValidationError) ErrorName() string

ErrorName returns error name.

func (MetricsViewValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsViewValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsViewValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsView_Dimension

type MetricsView_Dimension struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Label       string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Column      string `protobuf:"bytes,4,opt,name=column,proto3" json:"column,omitempty"`
	// contains filtered or unexported fields
}

Dimensions are columns to filter and group by

func (*MetricsView_Dimension) Descriptor deprecated

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

Deprecated: Use MetricsView_Dimension.ProtoReflect.Descriptor instead.

func (*MetricsView_Dimension) GetColumn added in v0.28.0

func (x *MetricsView_Dimension) GetColumn() string

func (*MetricsView_Dimension) GetDescription

func (x *MetricsView_Dimension) GetDescription() string

func (*MetricsView_Dimension) GetLabel

func (x *MetricsView_Dimension) GetLabel() string

func (*MetricsView_Dimension) GetName

func (x *MetricsView_Dimension) GetName() string

func (*MetricsView_Dimension) ProtoMessage

func (*MetricsView_Dimension) ProtoMessage()

func (*MetricsView_Dimension) ProtoReflect

func (x *MetricsView_Dimension) ProtoReflect() protoreflect.Message

func (*MetricsView_Dimension) Reset

func (x *MetricsView_Dimension) Reset()

func (*MetricsView_Dimension) String

func (x *MetricsView_Dimension) String() string

func (*MetricsView_Dimension) Validate added in v0.20.0

func (m *MetricsView_Dimension) Validate() error

Validate checks the field values on MetricsView_Dimension with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsView_Dimension) ValidateAll added in v0.20.0

func (m *MetricsView_Dimension) ValidateAll() error

ValidateAll checks the field values on MetricsView_Dimension with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsView_DimensionMultiError, or nil if none found.

type MetricsView_DimensionMultiError added in v0.20.0

type MetricsView_DimensionMultiError []error

MetricsView_DimensionMultiError is an error wrapping multiple validation errors returned by MetricsView_Dimension.ValidateAll() if the designated constraints aren't met.

func (MetricsView_DimensionMultiError) AllErrors added in v0.20.0

func (m MetricsView_DimensionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsView_DimensionMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsView_DimensionValidationError added in v0.20.0

type MetricsView_DimensionValidationError struct {
	// contains filtered or unexported fields
}

MetricsView_DimensionValidationError is the validation error returned by MetricsView_Dimension.Validate if the designated constraints aren't met.

func (MetricsView_DimensionValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsView_DimensionValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsView_DimensionValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsView_DimensionValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsView_DimensionValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsView_DimensionValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsView_Measure

type MetricsView_Measure struct {
	Name                string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Label               string `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	Expression          string `protobuf:"bytes,3,opt,name=expression,proto3" json:"expression,omitempty"`
	Description         string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Format              string `protobuf:"bytes,5,opt,name=format,proto3" json:"format,omitempty"`
	ValidPercentOfTotal bool   `protobuf:"varint,6,opt,name=valid_percent_of_total,json=validPercentOfTotal,proto3" json:"valid_percent_of_total,omitempty"`
	// contains filtered or unexported fields
}

Measures are aggregated computed values

func (*MetricsView_Measure) Descriptor deprecated

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

Deprecated: Use MetricsView_Measure.ProtoReflect.Descriptor instead.

func (*MetricsView_Measure) GetDescription

func (x *MetricsView_Measure) GetDescription() string

func (*MetricsView_Measure) GetExpression

func (x *MetricsView_Measure) GetExpression() string

func (*MetricsView_Measure) GetFormat

func (x *MetricsView_Measure) GetFormat() string

func (*MetricsView_Measure) GetLabel

func (x *MetricsView_Measure) GetLabel() string

func (*MetricsView_Measure) GetName

func (x *MetricsView_Measure) GetName() string

func (*MetricsView_Measure) GetValidPercentOfTotal added in v0.29.1

func (x *MetricsView_Measure) GetValidPercentOfTotal() bool

func (*MetricsView_Measure) ProtoMessage

func (*MetricsView_Measure) ProtoMessage()

func (*MetricsView_Measure) ProtoReflect

func (x *MetricsView_Measure) ProtoReflect() protoreflect.Message

func (*MetricsView_Measure) Reset

func (x *MetricsView_Measure) Reset()

func (*MetricsView_Measure) String

func (x *MetricsView_Measure) String() string

func (*MetricsView_Measure) Validate added in v0.20.0

func (m *MetricsView_Measure) Validate() error

Validate checks the field values on MetricsView_Measure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsView_Measure) ValidateAll added in v0.20.0

func (m *MetricsView_Measure) ValidateAll() error

ValidateAll checks the field values on MetricsView_Measure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsView_MeasureMultiError, or nil if none found.

type MetricsView_MeasureMultiError added in v0.20.0

type MetricsView_MeasureMultiError []error

MetricsView_MeasureMultiError is an error wrapping multiple validation errors returned by MetricsView_Measure.ValidateAll() if the designated constraints aren't met.

func (MetricsView_MeasureMultiError) AllErrors added in v0.20.0

func (m MetricsView_MeasureMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsView_MeasureMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type MetricsView_MeasureValidationError added in v0.20.0

type MetricsView_MeasureValidationError struct {
	// contains filtered or unexported fields
}

MetricsView_MeasureValidationError is the validation error returned by MetricsView_Measure.Validate if the designated constraints aren't met.

func (MetricsView_MeasureValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (MetricsView_MeasureValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (MetricsView_MeasureValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (MetricsView_MeasureValidationError) Field added in v0.20.0

Field function returns field value.

func (MetricsView_MeasureValidationError) Key added in v0.20.0

Key function returns key value.

func (MetricsView_MeasureValidationError) Reason added in v0.20.0

Reason function returns reason value.

type MetricsView_Security added in v0.33.0

type MetricsView_Security struct {

	// Dashboard level access condition
	Access string `protobuf:"bytes,1,opt,name=access,proto3" json:"access,omitempty"`
	// row level access condition
	RowFilter string `protobuf:"bytes,2,opt,name=row_filter,json=rowFilter,proto3" json:"row_filter,omitempty"`
	// either one of include or exclude will be specified
	Include []*MetricsView_Security_FieldCondition `protobuf:"bytes,3,rep,name=include,proto3" json:"include,omitempty"`
	Exclude []*MetricsView_Security_FieldCondition `protobuf:"bytes,4,rep,name=exclude,proto3" json:"exclude,omitempty"`
	// contains filtered or unexported fields
}

Security for the metrics view

func (*MetricsView_Security) Descriptor deprecated added in v0.33.0

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

Deprecated: Use MetricsView_Security.ProtoReflect.Descriptor instead.

func (*MetricsView_Security) GetAccess added in v0.33.0

func (x *MetricsView_Security) GetAccess() string

func (*MetricsView_Security) GetExclude added in v0.33.0

func (*MetricsView_Security) GetInclude added in v0.33.0

func (*MetricsView_Security) GetRowFilter added in v0.33.0

func (x *MetricsView_Security) GetRowFilter() string

func (*MetricsView_Security) ProtoMessage added in v0.33.0

func (*MetricsView_Security) ProtoMessage()

func (*MetricsView_Security) ProtoReflect added in v0.33.0

func (x *MetricsView_Security) ProtoReflect() protoreflect.Message

func (*MetricsView_Security) Reset added in v0.33.0

func (x *MetricsView_Security) Reset()

func (*MetricsView_Security) String added in v0.33.0

func (x *MetricsView_Security) String() string

func (*MetricsView_Security) Validate added in v0.33.0

func (m *MetricsView_Security) Validate() error

Validate checks the field values on MetricsView_Security with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsView_Security) ValidateAll added in v0.33.0

func (m *MetricsView_Security) ValidateAll() error

ValidateAll checks the field values on MetricsView_Security with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsView_SecurityMultiError, or nil if none found.

type MetricsView_SecurityMultiError added in v0.33.0

type MetricsView_SecurityMultiError []error

MetricsView_SecurityMultiError is an error wrapping multiple validation errors returned by MetricsView_Security.ValidateAll() if the designated constraints aren't met.

func (MetricsView_SecurityMultiError) AllErrors added in v0.33.0

func (m MetricsView_SecurityMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetricsView_SecurityMultiError) Error added in v0.33.0

Error returns a concatenation of all the error messages it wraps.

type MetricsView_SecurityValidationError added in v0.33.0

type MetricsView_SecurityValidationError struct {
	// contains filtered or unexported fields
}

MetricsView_SecurityValidationError is the validation error returned by MetricsView_Security.Validate if the designated constraints aren't met.

func (MetricsView_SecurityValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (MetricsView_SecurityValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (MetricsView_SecurityValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (MetricsView_SecurityValidationError) Field added in v0.33.0

Field function returns field value.

func (MetricsView_SecurityValidationError) Key added in v0.33.0

Key function returns key value.

func (MetricsView_SecurityValidationError) Reason added in v0.33.0

Reason function returns reason value.

type MetricsView_Security_FieldCondition added in v0.33.0

type MetricsView_Security_FieldCondition struct {
	Condition string   `protobuf:"bytes,1,opt,name=condition,proto3" json:"condition,omitempty"`
	Names     []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"`
	// contains filtered or unexported fields
}

Dimension/measure access condition

func (*MetricsView_Security_FieldCondition) Descriptor deprecated added in v0.33.0

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

Deprecated: Use MetricsView_Security_FieldCondition.ProtoReflect.Descriptor instead.

func (*MetricsView_Security_FieldCondition) GetCondition added in v0.33.0

func (x *MetricsView_Security_FieldCondition) GetCondition() string

func (*MetricsView_Security_FieldCondition) GetNames added in v0.33.0

func (*MetricsView_Security_FieldCondition) ProtoMessage added in v0.33.0

func (*MetricsView_Security_FieldCondition) ProtoMessage()

func (*MetricsView_Security_FieldCondition) ProtoReflect added in v0.33.0

func (*MetricsView_Security_FieldCondition) Reset added in v0.33.0

func (*MetricsView_Security_FieldCondition) String added in v0.33.0

func (*MetricsView_Security_FieldCondition) Validate added in v0.33.0

Validate checks the field values on MetricsView_Security_FieldCondition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetricsView_Security_FieldCondition) ValidateAll added in v0.33.0

func (m *MetricsView_Security_FieldCondition) ValidateAll() error

ValidateAll checks the field values on MetricsView_Security_FieldCondition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsView_Security_FieldConditionMultiError, or nil if none found.

type MetricsView_Security_FieldConditionMultiError added in v0.33.0

type MetricsView_Security_FieldConditionMultiError []error

MetricsView_Security_FieldConditionMultiError is an error wrapping multiple validation errors returned by MetricsView_Security_FieldCondition.ValidateAll() if the designated constraints aren't met.

func (MetricsView_Security_FieldConditionMultiError) AllErrors added in v0.33.0

AllErrors returns a list of validation violation errors.

func (MetricsView_Security_FieldConditionMultiError) Error added in v0.33.0

Error returns a concatenation of all the error messages it wraps.

type MetricsView_Security_FieldConditionValidationError added in v0.33.0

type MetricsView_Security_FieldConditionValidationError struct {
	// contains filtered or unexported fields
}

MetricsView_Security_FieldConditionValidationError is the validation error returned by MetricsView_Security_FieldCondition.Validate if the designated constraints aren't met.

func (MetricsView_Security_FieldConditionValidationError) Cause added in v0.33.0

Cause function returns cause value.

func (MetricsView_Security_FieldConditionValidationError) Error added in v0.33.0

Error satisfies the builtin error interface

func (MetricsView_Security_FieldConditionValidationError) ErrorName added in v0.33.0

ErrorName returns error name.

func (MetricsView_Security_FieldConditionValidationError) Field added in v0.33.0

Field function returns field value.

func (MetricsView_Security_FieldConditionValidationError) Key added in v0.33.0

Key function returns key value.

func (MetricsView_Security_FieldConditionValidationError) Reason added in v0.33.0

Reason function returns reason value.

type Migration added in v0.30.0

type Migration struct {
	Spec  *MigrationSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *MigrationState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Migration) Descriptor deprecated added in v0.30.0

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

Deprecated: Use Migration.ProtoReflect.Descriptor instead.

func (*Migration) GetSpec added in v0.30.0

func (x *Migration) GetSpec() *MigrationSpec

func (*Migration) GetState added in v0.30.0

func (x *Migration) GetState() *MigrationState

func (*Migration) ProtoMessage added in v0.30.0

func (*Migration) ProtoMessage()

func (*Migration) ProtoReflect added in v0.30.0

func (x *Migration) ProtoReflect() protoreflect.Message

func (*Migration) Reset added in v0.30.0

func (x *Migration) Reset()

func (*Migration) String added in v0.30.0

func (x *Migration) String() string

func (*Migration) Validate added in v0.30.0

func (m *Migration) Validate() error

Validate checks the field values on Migration with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Migration) ValidateAll added in v0.30.0

func (m *Migration) ValidateAll() error

ValidateAll checks the field values on Migration with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MigrationMultiError, or nil if none found.

type MigrationMultiError added in v0.30.0

type MigrationMultiError []error

MigrationMultiError is an error wrapping multiple validation errors returned by Migration.ValidateAll() if the designated constraints aren't met.

func (MigrationMultiError) AllErrors added in v0.30.0

func (m MigrationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MigrationMultiError) Error added in v0.30.0

func (m MigrationMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MigrationSpec added in v0.30.0

type MigrationSpec struct {
	Connector string `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"`
	Sql       string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"`
	Version   uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*MigrationSpec) Descriptor deprecated added in v0.30.0

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

Deprecated: Use MigrationSpec.ProtoReflect.Descriptor instead.

func (*MigrationSpec) GetConnector added in v0.30.0

func (x *MigrationSpec) GetConnector() string

func (*MigrationSpec) GetSql added in v0.30.0

func (x *MigrationSpec) GetSql() string

func (*MigrationSpec) GetVersion added in v0.30.0

func (x *MigrationSpec) GetVersion() uint32

func (*MigrationSpec) ProtoMessage added in v0.30.0

func (*MigrationSpec) ProtoMessage()

func (*MigrationSpec) ProtoReflect added in v0.30.0

func (x *MigrationSpec) ProtoReflect() protoreflect.Message

func (*MigrationSpec) Reset added in v0.30.0

func (x *MigrationSpec) Reset()

func (*MigrationSpec) String added in v0.30.0

func (x *MigrationSpec) String() string

func (*MigrationSpec) Validate added in v0.30.0

func (m *MigrationSpec) Validate() error

Validate checks the field values on MigrationSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MigrationSpec) ValidateAll added in v0.30.0

func (m *MigrationSpec) ValidateAll() error

ValidateAll checks the field values on MigrationSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MigrationSpecMultiError, or nil if none found.

type MigrationSpecMultiError added in v0.30.0

type MigrationSpecMultiError []error

MigrationSpecMultiError is an error wrapping multiple validation errors returned by MigrationSpec.ValidateAll() if the designated constraints aren't met.

func (MigrationSpecMultiError) AllErrors added in v0.30.0

func (m MigrationSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MigrationSpecMultiError) Error added in v0.30.0

func (m MigrationSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MigrationSpecValidationError added in v0.30.0

type MigrationSpecValidationError struct {
	// contains filtered or unexported fields
}

MigrationSpecValidationError is the validation error returned by MigrationSpec.Validate if the designated constraints aren't met.

func (MigrationSpecValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (MigrationSpecValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (MigrationSpecValidationError) ErrorName added in v0.30.0

func (e MigrationSpecValidationError) ErrorName() string

ErrorName returns error name.

func (MigrationSpecValidationError) Field added in v0.30.0

Field function returns field value.

func (MigrationSpecValidationError) Key added in v0.30.0

Key function returns key value.

func (MigrationSpecValidationError) Reason added in v0.30.0

Reason function returns reason value.

type MigrationState added in v0.30.0

type MigrationState struct {
	Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*MigrationState) Descriptor deprecated added in v0.30.0

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

Deprecated: Use MigrationState.ProtoReflect.Descriptor instead.

func (*MigrationState) GetVersion added in v0.30.0

func (x *MigrationState) GetVersion() uint32

func (*MigrationState) ProtoMessage added in v0.30.0

func (*MigrationState) ProtoMessage()

func (*MigrationState) ProtoReflect added in v0.30.0

func (x *MigrationState) ProtoReflect() protoreflect.Message

func (*MigrationState) Reset added in v0.30.0

func (x *MigrationState) Reset()

func (*MigrationState) String added in v0.30.0

func (x *MigrationState) String() string

func (*MigrationState) Validate added in v0.30.0

func (m *MigrationState) Validate() error

Validate checks the field values on MigrationState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MigrationState) ValidateAll added in v0.30.0

func (m *MigrationState) ValidateAll() error

ValidateAll checks the field values on MigrationState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MigrationStateMultiError, or nil if none found.

type MigrationStateMultiError added in v0.30.0

type MigrationStateMultiError []error

MigrationStateMultiError is an error wrapping multiple validation errors returned by MigrationState.ValidateAll() if the designated constraints aren't met.

func (MigrationStateMultiError) AllErrors added in v0.30.0

func (m MigrationStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MigrationStateMultiError) Error added in v0.30.0

func (m MigrationStateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MigrationStateValidationError added in v0.30.0

type MigrationStateValidationError struct {
	// contains filtered or unexported fields
}

MigrationStateValidationError is the validation error returned by MigrationState.Validate if the designated constraints aren't met.

func (MigrationStateValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (MigrationStateValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (MigrationStateValidationError) ErrorName added in v0.30.0

func (e MigrationStateValidationError) ErrorName() string

ErrorName returns error name.

func (MigrationStateValidationError) Field added in v0.30.0

Field function returns field value.

func (MigrationStateValidationError) Key added in v0.30.0

Key function returns key value.

func (MigrationStateValidationError) Reason added in v0.30.0

Reason function returns reason value.

type MigrationValidationError added in v0.30.0

type MigrationValidationError struct {
	// contains filtered or unexported fields
}

MigrationValidationError is the validation error returned by Migration.Validate if the designated constraints aren't met.

func (MigrationValidationError) Cause added in v0.30.0

func (e MigrationValidationError) Cause() error

Cause function returns cause value.

func (MigrationValidationError) Error added in v0.30.0

func (e MigrationValidationError) Error() string

Error satisfies the builtin error interface

func (MigrationValidationError) ErrorName added in v0.30.0

func (e MigrationValidationError) ErrorName() string

ErrorName returns error name.

func (MigrationValidationError) Field added in v0.30.0

func (e MigrationValidationError) Field() string

Field function returns field value.

func (MigrationValidationError) Key added in v0.30.0

Key function returns key value.

func (MigrationValidationError) Reason added in v0.30.0

func (e MigrationValidationError) Reason() string

Reason function returns reason value.

type Model

type Model struct {

	// Name of the model
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// SQL is a SELECT statement representing the model
	Sql string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"`
	// Dialect of the SQL statement
	Dialect Model_Dialect `protobuf:"varint,3,opt,name=dialect,proto3,enum=rill.runtime.v1.Model_Dialect" json:"dialect,omitempty"`
	// Detected schema of the model
	Schema *StructType `protobuf:"bytes,4,opt,name=schema,proto3" json:"schema,omitempty"`
	// To materialize model or not
	Materialize bool `protobuf:"varint,5,opt,name=materialize,proto3" json:"materialize,omitempty"`
	// contains filtered or unexported fields
}

Model is the internal representation of a model definition

func (*Model) Descriptor deprecated

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

Deprecated: Use Model.ProtoReflect.Descriptor instead.

func (*Model) GetDialect

func (x *Model) GetDialect() Model_Dialect

func (*Model) GetMaterialize added in v0.20.0

func (x *Model) GetMaterialize() bool

func (*Model) GetName

func (x *Model) GetName() string

func (*Model) GetSchema

func (x *Model) GetSchema() *StructType

func (*Model) GetSql

func (x *Model) GetSql() string

func (*Model) ProtoMessage

func (*Model) ProtoMessage()

func (*Model) ProtoReflect

func (x *Model) ProtoReflect() protoreflect.Message

func (*Model) Reset

func (x *Model) Reset()

func (*Model) String

func (x *Model) String() string

func (*Model) Validate added in v0.20.0

func (m *Model) Validate() error

Validate checks the field values on Model with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Model) ValidateAll added in v0.20.0

func (m *Model) ValidateAll() error

ValidateAll checks the field values on Model with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ModelMultiError, or nil if none found.

type ModelMultiError added in v0.20.0

type ModelMultiError []error

ModelMultiError is an error wrapping multiple validation errors returned by Model.ValidateAll() if the designated constraints aren't met.

func (ModelMultiError) AllErrors added in v0.20.0

func (m ModelMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ModelMultiError) Error added in v0.20.0

func (m ModelMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ModelSpec added in v0.30.0

type ModelSpec struct {
	Connector       string    `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"`
	Sql             string    `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"`
	Materialize     *bool     `protobuf:"varint,3,opt,name=materialize,proto3,oneof" json:"materialize,omitempty"`
	RefreshSchedule *Schedule `protobuf:"bytes,4,opt,name=refresh_schedule,json=refreshSchedule,proto3" json:"refresh_schedule,omitempty"`
	TimeoutSeconds  uint32    `protobuf:"varint,5,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	UsesTemplating  bool      `protobuf:"varint,6,opt,name=uses_templating,json=usesTemplating,proto3" json:"uses_templating,omitempty"`
	// Fields not derived from code files
	StageChanges            bool   `protobuf:"varint,7,opt,name=stage_changes,json=stageChanges,proto3" json:"stage_changes,omitempty"`
	MaterializeDelaySeconds uint32 `` /* 133-byte string literal not displayed */
	Trigger                 bool   `protobuf:"varint,9,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelSpec) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ModelSpec.ProtoReflect.Descriptor instead.

func (*ModelSpec) GetConnector added in v0.30.0

func (x *ModelSpec) GetConnector() string

func (*ModelSpec) GetMaterialize added in v0.30.0

func (x *ModelSpec) GetMaterialize() bool

func (*ModelSpec) GetMaterializeDelaySeconds added in v0.32.0

func (x *ModelSpec) GetMaterializeDelaySeconds() uint32

func (*ModelSpec) GetRefreshSchedule added in v0.30.0

func (x *ModelSpec) GetRefreshSchedule() *Schedule

func (*ModelSpec) GetSql added in v0.30.0

func (x *ModelSpec) GetSql() string

func (*ModelSpec) GetStageChanges added in v0.32.0

func (x *ModelSpec) GetStageChanges() bool

func (*ModelSpec) GetTimeoutSeconds added in v0.30.0

func (x *ModelSpec) GetTimeoutSeconds() uint32

func (*ModelSpec) GetTrigger added in v0.32.0

func (x *ModelSpec) GetTrigger() bool

func (*ModelSpec) GetUsesTemplating added in v0.30.0

func (x *ModelSpec) GetUsesTemplating() bool

func (*ModelSpec) ProtoMessage added in v0.30.0

func (*ModelSpec) ProtoMessage()

func (*ModelSpec) ProtoReflect added in v0.30.0

func (x *ModelSpec) ProtoReflect() protoreflect.Message

func (*ModelSpec) Reset added in v0.30.0

func (x *ModelSpec) Reset()

func (*ModelSpec) String added in v0.30.0

func (x *ModelSpec) String() string

func (*ModelSpec) Validate added in v0.30.0

func (m *ModelSpec) Validate() error

Validate checks the field values on ModelSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ModelSpec) ValidateAll added in v0.30.0

func (m *ModelSpec) ValidateAll() error

ValidateAll checks the field values on ModelSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ModelSpecMultiError, or nil if none found.

type ModelSpecMultiError added in v0.30.0

type ModelSpecMultiError []error

ModelSpecMultiError is an error wrapping multiple validation errors returned by ModelSpec.ValidateAll() if the designated constraints aren't met.

func (ModelSpecMultiError) AllErrors added in v0.30.0

func (m ModelSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ModelSpecMultiError) Error added in v0.30.0

func (m ModelSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ModelSpecValidationError added in v0.30.0

type ModelSpecValidationError struct {
	// contains filtered or unexported fields
}

ModelSpecValidationError is the validation error returned by ModelSpec.Validate if the designated constraints aren't met.

func (ModelSpecValidationError) Cause added in v0.30.0

func (e ModelSpecValidationError) Cause() error

Cause function returns cause value.

func (ModelSpecValidationError) Error added in v0.30.0

func (e ModelSpecValidationError) Error() string

Error satisfies the builtin error interface

func (ModelSpecValidationError) ErrorName added in v0.30.0

func (e ModelSpecValidationError) ErrorName() string

ErrorName returns error name.

func (ModelSpecValidationError) Field added in v0.30.0

func (e ModelSpecValidationError) Field() string

Field function returns field value.

func (ModelSpecValidationError) Key added in v0.30.0

Key function returns key value.

func (ModelSpecValidationError) Reason added in v0.30.0

func (e ModelSpecValidationError) Reason() string

Reason function returns reason value.

type ModelState added in v0.30.0

type ModelState struct {
	Connector   string                 `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"`
	Table       string                 `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	SpecHash    string                 `protobuf:"bytes,3,opt,name=spec_hash,json=specHash,proto3" json:"spec_hash,omitempty"`
	RefreshedOn *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=refreshed_on,json=refreshedOn,proto3" json:"refreshed_on,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelState) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ModelState.ProtoReflect.Descriptor instead.

func (*ModelState) GetConnector added in v0.32.0

func (x *ModelState) GetConnector() string

func (*ModelState) GetRefreshedOn added in v0.32.0

func (x *ModelState) GetRefreshedOn() *timestamppb.Timestamp

func (*ModelState) GetSpecHash added in v0.32.0

func (x *ModelState) GetSpecHash() string

func (*ModelState) GetTable added in v0.32.0

func (x *ModelState) GetTable() string

func (*ModelState) ProtoMessage added in v0.30.0

func (*ModelState) ProtoMessage()

func (*ModelState) ProtoReflect added in v0.30.0

func (x *ModelState) ProtoReflect() protoreflect.Message

func (*ModelState) Reset added in v0.30.0

func (x *ModelState) Reset()

func (*ModelState) String added in v0.30.0

func (x *ModelState) String() string

func (*ModelState) Validate added in v0.30.0

func (m *ModelState) Validate() error

Validate checks the field values on ModelState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ModelState) ValidateAll added in v0.30.0

func (m *ModelState) ValidateAll() error

ValidateAll checks the field values on ModelState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ModelStateMultiError, or nil if none found.

type ModelStateMultiError added in v0.30.0

type ModelStateMultiError []error

ModelStateMultiError is an error wrapping multiple validation errors returned by ModelState.ValidateAll() if the designated constraints aren't met.

func (ModelStateMultiError) AllErrors added in v0.30.0

func (m ModelStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ModelStateMultiError) Error added in v0.30.0

func (m ModelStateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ModelStateValidationError added in v0.30.0

type ModelStateValidationError struct {
	// contains filtered or unexported fields
}

ModelStateValidationError is the validation error returned by ModelState.Validate if the designated constraints aren't met.

func (ModelStateValidationError) Cause added in v0.30.0

func (e ModelStateValidationError) Cause() error

Cause function returns cause value.

func (ModelStateValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ModelStateValidationError) ErrorName added in v0.30.0

func (e ModelStateValidationError) ErrorName() string

ErrorName returns error name.

func (ModelStateValidationError) Field added in v0.30.0

Field function returns field value.

func (ModelStateValidationError) Key added in v0.30.0

Key function returns key value.

func (ModelStateValidationError) Reason added in v0.30.0

func (e ModelStateValidationError) Reason() string

Reason function returns reason value.

type ModelV2 added in v0.30.0

type ModelV2 struct {
	Spec  *ModelSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *ModelState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ModelV2) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ModelV2.ProtoReflect.Descriptor instead.

func (*ModelV2) GetSpec added in v0.30.0

func (x *ModelV2) GetSpec() *ModelSpec

func (*ModelV2) GetState added in v0.30.0

func (x *ModelV2) GetState() *ModelState

func (*ModelV2) ProtoMessage added in v0.30.0

func (*ModelV2) ProtoMessage()

func (*ModelV2) ProtoReflect added in v0.30.0

func (x *ModelV2) ProtoReflect() protoreflect.Message

func (*ModelV2) Reset added in v0.30.0

func (x *ModelV2) Reset()

func (*ModelV2) String added in v0.30.0

func (x *ModelV2) String() string

func (*ModelV2) Validate added in v0.30.0

func (m *ModelV2) Validate() error

Validate checks the field values on ModelV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ModelV2) ValidateAll added in v0.30.0

func (m *ModelV2) ValidateAll() error

ValidateAll checks the field values on ModelV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ModelV2MultiError, or nil if none found.

type ModelV2MultiError added in v0.30.0

type ModelV2MultiError []error

ModelV2MultiError is an error wrapping multiple validation errors returned by ModelV2.ValidateAll() if the designated constraints aren't met.

func (ModelV2MultiError) AllErrors added in v0.30.0

func (m ModelV2MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ModelV2MultiError) Error added in v0.30.0

func (m ModelV2MultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ModelV2ValidationError added in v0.30.0

type ModelV2ValidationError struct {
	// contains filtered or unexported fields
}

ModelV2ValidationError is the validation error returned by ModelV2.Validate if the designated constraints aren't met.

func (ModelV2ValidationError) Cause added in v0.30.0

func (e ModelV2ValidationError) Cause() error

Cause function returns cause value.

func (ModelV2ValidationError) Error added in v0.30.0

func (e ModelV2ValidationError) Error() string

Error satisfies the builtin error interface

func (ModelV2ValidationError) ErrorName added in v0.30.0

func (e ModelV2ValidationError) ErrorName() string

ErrorName returns error name.

func (ModelV2ValidationError) Field added in v0.30.0

func (e ModelV2ValidationError) Field() string

Field function returns field value.

func (ModelV2ValidationError) Key added in v0.30.0

func (e ModelV2ValidationError) Key() bool

Key function returns key value.

func (ModelV2ValidationError) Reason added in v0.30.0

func (e ModelV2ValidationError) Reason() string

Reason function returns reason value.

type ModelValidationError added in v0.20.0

type ModelValidationError struct {
	// contains filtered or unexported fields
}

ModelValidationError is the validation error returned by Model.Validate if the designated constraints aren't met.

func (ModelValidationError) Cause added in v0.20.0

func (e ModelValidationError) Cause() error

Cause function returns cause value.

func (ModelValidationError) Error added in v0.20.0

func (e ModelValidationError) Error() string

Error satisfies the builtin error interface

func (ModelValidationError) ErrorName added in v0.20.0

func (e ModelValidationError) ErrorName() string

ErrorName returns error name.

func (ModelValidationError) Field added in v0.20.0

func (e ModelValidationError) Field() string

Field function returns field value.

func (ModelValidationError) Key added in v0.20.0

func (e ModelValidationError) Key() bool

Key function returns key value.

func (ModelValidationError) Reason added in v0.20.0

func (e ModelValidationError) Reason() string

Reason function returns reason value.

type Model_Dialect

type Model_Dialect int32

Dialects supported for models

const (
	Model_DIALECT_UNSPECIFIED Model_Dialect = 0
	Model_DIALECT_DUCKDB      Model_Dialect = 1
)

func (Model_Dialect) Descriptor

func (Model_Dialect) Enum

func (x Model_Dialect) Enum() *Model_Dialect

func (Model_Dialect) EnumDescriptor deprecated

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

Deprecated: Use Model_Dialect.Descriptor instead.

func (Model_Dialect) Number

func (Model_Dialect) String

func (x Model_Dialect) String() string

func (Model_Dialect) Type

type Notifier added in v0.43.0

type Notifier struct {
	Connector  string           `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"`
	Properties *structpb.Struct `protobuf:"bytes,2,opt,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*Notifier) Descriptor deprecated added in v0.43.0

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

Deprecated: Use Notifier.ProtoReflect.Descriptor instead.

func (*Notifier) GetConnector added in v0.43.0

func (x *Notifier) GetConnector() string

func (*Notifier) GetProperties added in v0.43.0

func (x *Notifier) GetProperties() *structpb.Struct

func (*Notifier) ProtoMessage added in v0.43.0

func (*Notifier) ProtoMessage()

func (*Notifier) ProtoReflect added in v0.43.0

func (x *Notifier) ProtoReflect() protoreflect.Message

func (*Notifier) Reset added in v0.43.0

func (x *Notifier) Reset()

func (*Notifier) String added in v0.43.0

func (x *Notifier) String() string

func (*Notifier) Validate added in v0.43.0

func (m *Notifier) Validate() error

Validate checks the field values on Notifier with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Notifier) ValidateAll added in v0.43.0

func (m *Notifier) ValidateAll() error

ValidateAll checks the field values on Notifier with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NotifierMultiError, or nil if none found.

type NotifierMultiError added in v0.43.0

type NotifierMultiError []error

NotifierMultiError is an error wrapping multiple validation errors returned by Notifier.ValidateAll() if the designated constraints aren't met.

func (NotifierMultiError) AllErrors added in v0.43.0

func (m NotifierMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NotifierMultiError) Error added in v0.43.0

func (m NotifierMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NotifierValidationError added in v0.43.0

type NotifierValidationError struct {
	// contains filtered or unexported fields
}

NotifierValidationError is the validation error returned by Notifier.Validate if the designated constraints aren't met.

func (NotifierValidationError) Cause added in v0.43.0

func (e NotifierValidationError) Cause() error

Cause function returns cause value.

func (NotifierValidationError) Error added in v0.43.0

func (e NotifierValidationError) Error() string

Error satisfies the builtin error interface

func (NotifierValidationError) ErrorName added in v0.43.0

func (e NotifierValidationError) ErrorName() string

ErrorName returns error name.

func (NotifierValidationError) Field added in v0.43.0

func (e NotifierValidationError) Field() string

Field function returns field value.

func (NotifierValidationError) Key added in v0.43.0

func (e NotifierValidationError) Key() bool

Key function returns key value.

func (NotifierValidationError) Reason added in v0.43.0

func (e NotifierValidationError) Reason() string

Reason function returns reason value.

type NumericHistogramBins

type NumericHistogramBins struct {
	Bins []*NumericHistogramBins_Bin `protobuf:"bytes,1,rep,name=bins,proto3" json:"bins,omitempty"`
	// contains filtered or unexported fields
}

All fields are not null

func (*NumericHistogramBins) Descriptor deprecated

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

Deprecated: Use NumericHistogramBins.ProtoReflect.Descriptor instead.

func (*NumericHistogramBins) GetBins

func (*NumericHistogramBins) ProtoMessage

func (*NumericHistogramBins) ProtoMessage()

func (*NumericHistogramBins) ProtoReflect

func (x *NumericHistogramBins) ProtoReflect() protoreflect.Message

func (*NumericHistogramBins) Reset

func (x *NumericHistogramBins) Reset()

func (*NumericHistogramBins) String

func (x *NumericHistogramBins) String() string

func (*NumericHistogramBins) Validate added in v0.20.0

func (m *NumericHistogramBins) Validate() error

Validate checks the field values on NumericHistogramBins with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NumericHistogramBins) ValidateAll added in v0.20.0

func (m *NumericHistogramBins) ValidateAll() error

ValidateAll checks the field values on NumericHistogramBins with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NumericHistogramBinsMultiError, or nil if none found.

type NumericHistogramBinsMultiError added in v0.20.0

type NumericHistogramBinsMultiError []error

NumericHistogramBinsMultiError is an error wrapping multiple validation errors returned by NumericHistogramBins.ValidateAll() if the designated constraints aren't met.

func (NumericHistogramBinsMultiError) AllErrors added in v0.20.0

func (m NumericHistogramBinsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NumericHistogramBinsMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type NumericHistogramBinsValidationError added in v0.20.0

type NumericHistogramBinsValidationError struct {
	// contains filtered or unexported fields
}

NumericHistogramBinsValidationError is the validation error returned by NumericHistogramBins.Validate if the designated constraints aren't met.

func (NumericHistogramBinsValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (NumericHistogramBinsValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (NumericHistogramBinsValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (NumericHistogramBinsValidationError) Field added in v0.20.0

Field function returns field value.

func (NumericHistogramBinsValidationError) Key added in v0.20.0

Key function returns key value.

func (NumericHistogramBinsValidationError) Reason added in v0.20.0

Reason function returns reason value.

type NumericHistogramBins_Bin

type NumericHistogramBins_Bin struct {
	Bucket   int32   `protobuf:"varint,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	Low      float64 `protobuf:"fixed64,2,opt,name=low,proto3" json:"low,omitempty"`
	Midpoint float64 `protobuf:"fixed64,3,opt,name=midpoint,proto3" json:"midpoint,omitempty"`
	High     float64 `protobuf:"fixed64,4,opt,name=high,proto3" json:"high,omitempty"`
	Count    float64 `protobuf:"fixed64,5,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*NumericHistogramBins_Bin) Descriptor deprecated

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

Deprecated: Use NumericHistogramBins_Bin.ProtoReflect.Descriptor instead.

func (*NumericHistogramBins_Bin) GetBucket

func (x *NumericHistogramBins_Bin) GetBucket() int32

func (*NumericHistogramBins_Bin) GetCount

func (x *NumericHistogramBins_Bin) GetCount() float64

func (*NumericHistogramBins_Bin) GetHigh

func (x *NumericHistogramBins_Bin) GetHigh() float64

func (*NumericHistogramBins_Bin) GetLow

func (x *NumericHistogramBins_Bin) GetLow() float64

func (*NumericHistogramBins_Bin) GetMidpoint added in v0.22.0

func (x *NumericHistogramBins_Bin) GetMidpoint() float64

func (*NumericHistogramBins_Bin) ProtoMessage

func (*NumericHistogramBins_Bin) ProtoMessage()

func (*NumericHistogramBins_Bin) ProtoReflect

func (x *NumericHistogramBins_Bin) ProtoReflect() protoreflect.Message

func (*NumericHistogramBins_Bin) Reset

func (x *NumericHistogramBins_Bin) Reset()

func (*NumericHistogramBins_Bin) String

func (x *NumericHistogramBins_Bin) String() string

func (*NumericHistogramBins_Bin) Validate added in v0.20.0

func (m *NumericHistogramBins_Bin) Validate() error

Validate checks the field values on NumericHistogramBins_Bin with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NumericHistogramBins_Bin) ValidateAll added in v0.20.0

func (m *NumericHistogramBins_Bin) ValidateAll() error

ValidateAll checks the field values on NumericHistogramBins_Bin with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NumericHistogramBins_BinMultiError, or nil if none found.

type NumericHistogramBins_BinMultiError added in v0.20.0

type NumericHistogramBins_BinMultiError []error

NumericHistogramBins_BinMultiError is an error wrapping multiple validation errors returned by NumericHistogramBins_Bin.ValidateAll() if the designated constraints aren't met.

func (NumericHistogramBins_BinMultiError) AllErrors added in v0.20.0

func (m NumericHistogramBins_BinMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NumericHistogramBins_BinMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type NumericHistogramBins_BinValidationError added in v0.20.0

type NumericHistogramBins_BinValidationError struct {
	// contains filtered or unexported fields
}

NumericHistogramBins_BinValidationError is the validation error returned by NumericHistogramBins_Bin.Validate if the designated constraints aren't met.

func (NumericHistogramBins_BinValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (NumericHistogramBins_BinValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (NumericHistogramBins_BinValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (NumericHistogramBins_BinValidationError) Field added in v0.20.0

Field function returns field value.

func (NumericHistogramBins_BinValidationError) Key added in v0.20.0

Key function returns key value.

func (NumericHistogramBins_BinValidationError) Reason added in v0.20.0

Reason function returns reason value.

type NumericOutliers

type NumericOutliers struct {
	Outliers []*NumericOutliers_Outlier `protobuf:"bytes,1,rep,name=outliers,proto3" json:"outliers,omitempty"`
	// contains filtered or unexported fields
}

All fields are not null

func (*NumericOutliers) Descriptor deprecated

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

Deprecated: Use NumericOutliers.ProtoReflect.Descriptor instead.

func (*NumericOutliers) GetOutliers

func (x *NumericOutliers) GetOutliers() []*NumericOutliers_Outlier

func (*NumericOutliers) ProtoMessage

func (*NumericOutliers) ProtoMessage()

func (*NumericOutliers) ProtoReflect

func (x *NumericOutliers) ProtoReflect() protoreflect.Message

func (*NumericOutliers) Reset

func (x *NumericOutliers) Reset()

func (*NumericOutliers) String

func (x *NumericOutliers) String() string

func (*NumericOutliers) Validate added in v0.20.0

func (m *NumericOutliers) Validate() error

Validate checks the field values on NumericOutliers with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NumericOutliers) ValidateAll added in v0.20.0

func (m *NumericOutliers) ValidateAll() error

ValidateAll checks the field values on NumericOutliers with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NumericOutliersMultiError, or nil if none found.

type NumericOutliersMultiError added in v0.20.0

type NumericOutliersMultiError []error

NumericOutliersMultiError is an error wrapping multiple validation errors returned by NumericOutliers.ValidateAll() if the designated constraints aren't met.

func (NumericOutliersMultiError) AllErrors added in v0.20.0

func (m NumericOutliersMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NumericOutliersMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type NumericOutliersValidationError added in v0.20.0

type NumericOutliersValidationError struct {
	// contains filtered or unexported fields
}

NumericOutliersValidationError is the validation error returned by NumericOutliers.Validate if the designated constraints aren't met.

func (NumericOutliersValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (NumericOutliersValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (NumericOutliersValidationError) ErrorName added in v0.20.0

func (e NumericOutliersValidationError) ErrorName() string

ErrorName returns error name.

func (NumericOutliersValidationError) Field added in v0.20.0

Field function returns field value.

func (NumericOutliersValidationError) Key added in v0.20.0

Key function returns key value.

func (NumericOutliersValidationError) Reason added in v0.20.0

Reason function returns reason value.

type NumericOutliers_Outlier

type NumericOutliers_Outlier struct {
	Bucket  int32   `protobuf:"varint,1,opt,name=bucket,proto3" json:"bucket,omitempty"`
	Low     float64 `protobuf:"fixed64,2,opt,name=low,proto3" json:"low,omitempty"`
	High    float64 `protobuf:"fixed64,3,opt,name=high,proto3" json:"high,omitempty"`
	Present bool    `protobuf:"varint,4,opt,name=present,proto3" json:"present,omitempty"`
	Count   int32   `protobuf:"varint,5,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*NumericOutliers_Outlier) Descriptor deprecated

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

Deprecated: Use NumericOutliers_Outlier.ProtoReflect.Descriptor instead.

func (*NumericOutliers_Outlier) GetBucket

func (x *NumericOutliers_Outlier) GetBucket() int32

func (*NumericOutliers_Outlier) GetCount

func (x *NumericOutliers_Outlier) GetCount() int32

func (*NumericOutliers_Outlier) GetHigh

func (x *NumericOutliers_Outlier) GetHigh() float64

func (*NumericOutliers_Outlier) GetLow

func (x *NumericOutliers_Outlier) GetLow() float64

func (*NumericOutliers_Outlier) GetPresent

func (x *NumericOutliers_Outlier) GetPresent() bool

func (*NumericOutliers_Outlier) ProtoMessage

func (*NumericOutliers_Outlier) ProtoMessage()

func (*NumericOutliers_Outlier) ProtoReflect

func (x *NumericOutliers_Outlier) ProtoReflect() protoreflect.Message

func (*NumericOutliers_Outlier) Reset

func (x *NumericOutliers_Outlier) Reset()

func (*NumericOutliers_Outlier) String

func (x *NumericOutliers_Outlier) String() string

func (*NumericOutliers_Outlier) Validate added in v0.20.0

func (m *NumericOutliers_Outlier) Validate() error

Validate checks the field values on NumericOutliers_Outlier with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NumericOutliers_Outlier) ValidateAll added in v0.20.0

func (m *NumericOutliers_Outlier) ValidateAll() error

ValidateAll checks the field values on NumericOutliers_Outlier with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NumericOutliers_OutlierMultiError, or nil if none found.

type NumericOutliers_OutlierMultiError added in v0.20.0

type NumericOutliers_OutlierMultiError []error

NumericOutliers_OutlierMultiError is an error wrapping multiple validation errors returned by NumericOutliers_Outlier.ValidateAll() if the designated constraints aren't met.

func (NumericOutliers_OutlierMultiError) AllErrors added in v0.20.0

func (m NumericOutliers_OutlierMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NumericOutliers_OutlierMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type NumericOutliers_OutlierValidationError added in v0.20.0

type NumericOutliers_OutlierValidationError struct {
	// contains filtered or unexported fields
}

NumericOutliers_OutlierValidationError is the validation error returned by NumericOutliers_Outlier.Validate if the designated constraints aren't met.

func (NumericOutliers_OutlierValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (NumericOutliers_OutlierValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (NumericOutliers_OutlierValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (NumericOutliers_OutlierValidationError) Field added in v0.20.0

Field function returns field value.

func (NumericOutliers_OutlierValidationError) Key added in v0.20.0

Key function returns key value.

func (NumericOutliers_OutlierValidationError) Reason added in v0.20.0

Reason function returns reason value.

type NumericStatistics

type NumericStatistics struct {
	Min  float64 `protobuf:"fixed64,1,opt,name=min,proto3" json:"min,omitempty"`
	Max  float64 `protobuf:"fixed64,2,opt,name=max,proto3" json:"max,omitempty"`
	Mean float64 `protobuf:"fixed64,3,opt,name=mean,proto3" json:"mean,omitempty"`
	Q25  float64 `protobuf:"fixed64,4,opt,name=q25,proto3" json:"q25,omitempty"`
	Q50  float64 `protobuf:"fixed64,5,opt,name=q50,proto3" json:"q50,omitempty"`
	Q75  float64 `protobuf:"fixed64,6,opt,name=q75,proto3" json:"q75,omitempty"`
	Sd   float64 `protobuf:"fixed64,7,opt,name=sd,proto3" json:"sd,omitempty"`
	// contains filtered or unexported fields
}

All fields are not null

func (*NumericStatistics) Descriptor deprecated

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

Deprecated: Use NumericStatistics.ProtoReflect.Descriptor instead.

func (*NumericStatistics) GetMax

func (x *NumericStatistics) GetMax() float64

func (*NumericStatistics) GetMean

func (x *NumericStatistics) GetMean() float64

func (*NumericStatistics) GetMin

func (x *NumericStatistics) GetMin() float64

func (*NumericStatistics) GetQ25

func (x *NumericStatistics) GetQ25() float64

func (*NumericStatistics) GetQ50

func (x *NumericStatistics) GetQ50() float64

func (*NumericStatistics) GetQ75

func (x *NumericStatistics) GetQ75() float64

func (*NumericStatistics) GetSd

func (x *NumericStatistics) GetSd() float64

func (*NumericStatistics) ProtoMessage

func (*NumericStatistics) ProtoMessage()

func (*NumericStatistics) ProtoReflect

func (x *NumericStatistics) ProtoReflect() protoreflect.Message

func (*NumericStatistics) Reset

func (x *NumericStatistics) Reset()

func (*NumericStatistics) String

func (x *NumericStatistics) String() string

func (*NumericStatistics) Validate added in v0.20.0

func (m *NumericStatistics) Validate() error

Validate checks the field values on NumericStatistics with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NumericStatistics) ValidateAll added in v0.20.0

func (m *NumericStatistics) ValidateAll() error

ValidateAll checks the field values on NumericStatistics with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NumericStatisticsMultiError, or nil if none found.

type NumericStatisticsMultiError added in v0.20.0

type NumericStatisticsMultiError []error

NumericStatisticsMultiError is an error wrapping multiple validation errors returned by NumericStatistics.ValidateAll() if the designated constraints aren't met.

func (NumericStatisticsMultiError) AllErrors added in v0.20.0

func (m NumericStatisticsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NumericStatisticsMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type NumericStatisticsValidationError added in v0.20.0

type NumericStatisticsValidationError struct {
	// contains filtered or unexported fields
}

NumericStatisticsValidationError is the validation error returned by NumericStatistics.Validate if the designated constraints aren't met.

func (NumericStatisticsValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (NumericStatisticsValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (NumericStatisticsValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (NumericStatisticsValidationError) Field added in v0.20.0

Field function returns field value.

func (NumericStatisticsValidationError) Key added in v0.20.0

Key function returns key value.

func (NumericStatisticsValidationError) Reason added in v0.20.0

Reason function returns reason value.

type NumericSummary

type NumericSummary struct {

	// Types that are assignable to Case:
	//
	//	*NumericSummary_NumericHistogramBins
	//	*NumericSummary_NumericStatistics
	//	*NumericSummary_NumericOutliers
	Case isNumericSummary_Case `protobuf_oneof:"case"`
	// contains filtered or unexported fields
}

func (*NumericSummary) Descriptor deprecated

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

Deprecated: Use NumericSummary.ProtoReflect.Descriptor instead.

func (*NumericSummary) GetCase

func (m *NumericSummary) GetCase() isNumericSummary_Case

func (*NumericSummary) GetNumericHistogramBins

func (x *NumericSummary) GetNumericHistogramBins() *NumericHistogramBins

func (*NumericSummary) GetNumericOutliers

func (x *NumericSummary) GetNumericOutliers() *NumericOutliers

func (*NumericSummary) GetNumericStatistics

func (x *NumericSummary) GetNumericStatistics() *NumericStatistics

func (*NumericSummary) ProtoMessage

func (*NumericSummary) ProtoMessage()

func (*NumericSummary) ProtoReflect

func (x *NumericSummary) ProtoReflect() protoreflect.Message

func (*NumericSummary) Reset

func (x *NumericSummary) Reset()

func (*NumericSummary) String

func (x *NumericSummary) String() string

func (*NumericSummary) Validate added in v0.20.0

func (m *NumericSummary) Validate() error

Validate checks the field values on NumericSummary with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*NumericSummary) ValidateAll added in v0.20.0

func (m *NumericSummary) ValidateAll() error

ValidateAll checks the field values on NumericSummary with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NumericSummaryMultiError, or nil if none found.

type NumericSummaryMultiError added in v0.20.0

type NumericSummaryMultiError []error

NumericSummaryMultiError is an error wrapping multiple validation errors returned by NumericSummary.ValidateAll() if the designated constraints aren't met.

func (NumericSummaryMultiError) AllErrors added in v0.20.0

func (m NumericSummaryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NumericSummaryMultiError) Error added in v0.20.0

func (m NumericSummaryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NumericSummaryValidationError added in v0.20.0

type NumericSummaryValidationError struct {
	// contains filtered or unexported fields
}

NumericSummaryValidationError is the validation error returned by NumericSummary.Validate if the designated constraints aren't met.

func (NumericSummaryValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (NumericSummaryValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (NumericSummaryValidationError) ErrorName added in v0.20.0

func (e NumericSummaryValidationError) ErrorName() string

ErrorName returns error name.

func (NumericSummaryValidationError) Field added in v0.20.0

Field function returns field value.

func (NumericSummaryValidationError) Key added in v0.20.0

Key function returns key value.

func (NumericSummaryValidationError) Reason added in v0.20.0

Reason function returns reason value.

type NumericSummary_NumericHistogramBins

type NumericSummary_NumericHistogramBins struct {
	NumericHistogramBins *NumericHistogramBins `protobuf:"bytes,1,opt,name=numeric_histogram_bins,json=numericHistogramBins,proto3,oneof"`
}

type NumericSummary_NumericOutliers

type NumericSummary_NumericOutliers struct {
	NumericOutliers *NumericOutliers `protobuf:"bytes,3,opt,name=numeric_outliers,json=numericOutliers,proto3,oneof"`
}

type NumericSummary_NumericStatistics

type NumericSummary_NumericStatistics struct {
	NumericStatistics *NumericStatistics `protobuf:"bytes,2,opt,name=numeric_statistics,json=numericStatistics,proto3,oneof"`
}

type OLAPGetTableRequest added in v0.35.0

type OLAPGetTableRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,4,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,5,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	Table          string `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"`
	// contains filtered or unexported fields
}

func (*OLAPGetTableRequest) Descriptor deprecated added in v0.35.0

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

Deprecated: Use OLAPGetTableRequest.ProtoReflect.Descriptor instead.

func (*OLAPGetTableRequest) GetConnector added in v0.35.0

func (x *OLAPGetTableRequest) GetConnector() string

func (*OLAPGetTableRequest) GetDatabase added in v0.43.0

func (x *OLAPGetTableRequest) GetDatabase() string

func (*OLAPGetTableRequest) GetDatabaseSchema added in v0.43.0

func (x *OLAPGetTableRequest) GetDatabaseSchema() string

func (*OLAPGetTableRequest) GetInstanceId added in v0.35.0

func (x *OLAPGetTableRequest) GetInstanceId() string

func (*OLAPGetTableRequest) GetTable added in v0.35.0

func (x *OLAPGetTableRequest) GetTable() string

func (*OLAPGetTableRequest) ProtoMessage added in v0.35.0

func (*OLAPGetTableRequest) ProtoMessage()

func (*OLAPGetTableRequest) ProtoReflect added in v0.35.0

func (x *OLAPGetTableRequest) ProtoReflect() protoreflect.Message

func (*OLAPGetTableRequest) Reset added in v0.35.0

func (x *OLAPGetTableRequest) Reset()

func (*OLAPGetTableRequest) String added in v0.35.0

func (x *OLAPGetTableRequest) String() string

func (*OLAPGetTableRequest) Validate added in v0.35.0

func (m *OLAPGetTableRequest) Validate() error

Validate checks the field values on OLAPGetTableRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OLAPGetTableRequest) ValidateAll added in v0.35.0

func (m *OLAPGetTableRequest) ValidateAll() error

ValidateAll checks the field values on OLAPGetTableRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OLAPGetTableRequestMultiError, or nil if none found.

type OLAPGetTableRequestMultiError added in v0.35.0

type OLAPGetTableRequestMultiError []error

OLAPGetTableRequestMultiError is an error wrapping multiple validation errors returned by OLAPGetTableRequest.ValidateAll() if the designated constraints aren't met.

func (OLAPGetTableRequestMultiError) AllErrors added in v0.35.0

func (m OLAPGetTableRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OLAPGetTableRequestMultiError) Error added in v0.35.0

Error returns a concatenation of all the error messages it wraps.

type OLAPGetTableRequestValidationError added in v0.35.0

type OLAPGetTableRequestValidationError struct {
	// contains filtered or unexported fields
}

OLAPGetTableRequestValidationError is the validation error returned by OLAPGetTableRequest.Validate if the designated constraints aren't met.

func (OLAPGetTableRequestValidationError) Cause added in v0.35.0

Cause function returns cause value.

func (OLAPGetTableRequestValidationError) Error added in v0.35.0

Error satisfies the builtin error interface

func (OLAPGetTableRequestValidationError) ErrorName added in v0.35.0

ErrorName returns error name.

func (OLAPGetTableRequestValidationError) Field added in v0.35.0

Field function returns field value.

func (OLAPGetTableRequestValidationError) Key added in v0.35.0

Key function returns key value.

func (OLAPGetTableRequestValidationError) Reason added in v0.35.0

Reason function returns reason value.

type OLAPGetTableResponse added in v0.35.0

type OLAPGetTableResponse struct {
	Schema *StructType `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"`
	// unsupported_columns are columns having datatypes which are not supported by Rill
	UnsupportedColumns map[string]string `` /* 203-byte string literal not displayed */
	View               bool              `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*OLAPGetTableResponse) Descriptor deprecated added in v0.35.0

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

Deprecated: Use OLAPGetTableResponse.ProtoReflect.Descriptor instead.

func (*OLAPGetTableResponse) GetSchema added in v0.35.0

func (x *OLAPGetTableResponse) GetSchema() *StructType

func (*OLAPGetTableResponse) GetUnsupportedColumns added in v0.43.0

func (x *OLAPGetTableResponse) GetUnsupportedColumns() map[string]string

func (*OLAPGetTableResponse) GetView added in v0.35.0

func (x *OLAPGetTableResponse) GetView() bool

func (*OLAPGetTableResponse) ProtoMessage added in v0.35.0

func (*OLAPGetTableResponse) ProtoMessage()

func (*OLAPGetTableResponse) ProtoReflect added in v0.35.0

func (x *OLAPGetTableResponse) ProtoReflect() protoreflect.Message

func (*OLAPGetTableResponse) Reset added in v0.35.0

func (x *OLAPGetTableResponse) Reset()

func (*OLAPGetTableResponse) String added in v0.35.0

func (x *OLAPGetTableResponse) String() string

func (*OLAPGetTableResponse) Validate added in v0.35.0

func (m *OLAPGetTableResponse) Validate() error

Validate checks the field values on OLAPGetTableResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OLAPGetTableResponse) ValidateAll added in v0.35.0

func (m *OLAPGetTableResponse) ValidateAll() error

ValidateAll checks the field values on OLAPGetTableResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OLAPGetTableResponseMultiError, or nil if none found.

type OLAPGetTableResponseMultiError added in v0.35.0

type OLAPGetTableResponseMultiError []error

OLAPGetTableResponseMultiError is an error wrapping multiple validation errors returned by OLAPGetTableResponse.ValidateAll() if the designated constraints aren't met.

func (OLAPGetTableResponseMultiError) AllErrors added in v0.35.0

func (m OLAPGetTableResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OLAPGetTableResponseMultiError) Error added in v0.35.0

Error returns a concatenation of all the error messages it wraps.

type OLAPGetTableResponseValidationError added in v0.35.0

type OLAPGetTableResponseValidationError struct {
	// contains filtered or unexported fields
}

OLAPGetTableResponseValidationError is the validation error returned by OLAPGetTableResponse.Validate if the designated constraints aren't met.

func (OLAPGetTableResponseValidationError) Cause added in v0.35.0

Cause function returns cause value.

func (OLAPGetTableResponseValidationError) Error added in v0.35.0

Error satisfies the builtin error interface

func (OLAPGetTableResponseValidationError) ErrorName added in v0.35.0

ErrorName returns error name.

func (OLAPGetTableResponseValidationError) Field added in v0.35.0

Field function returns field value.

func (OLAPGetTableResponseValidationError) Key added in v0.35.0

Key function returns key value.

func (OLAPGetTableResponseValidationError) Reason added in v0.35.0

Reason function returns reason value.

type OLAPListTablesRequest added in v0.31.0

type OLAPListTablesRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	// contains filtered or unexported fields
}

func (*OLAPListTablesRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use OLAPListTablesRequest.ProtoReflect.Descriptor instead.

func (*OLAPListTablesRequest) GetConnector added in v0.31.0

func (x *OLAPListTablesRequest) GetConnector() string

func (*OLAPListTablesRequest) GetInstanceId added in v0.31.0

func (x *OLAPListTablesRequest) GetInstanceId() string

func (*OLAPListTablesRequest) ProtoMessage added in v0.31.0

func (*OLAPListTablesRequest) ProtoMessage()

func (*OLAPListTablesRequest) ProtoReflect added in v0.31.0

func (x *OLAPListTablesRequest) ProtoReflect() protoreflect.Message

func (*OLAPListTablesRequest) Reset added in v0.31.0

func (x *OLAPListTablesRequest) Reset()

func (*OLAPListTablesRequest) String added in v0.31.0

func (x *OLAPListTablesRequest) String() string

func (*OLAPListTablesRequest) Validate added in v0.31.0

func (m *OLAPListTablesRequest) Validate() error

Validate checks the field values on OLAPListTablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OLAPListTablesRequest) ValidateAll added in v0.31.0

func (m *OLAPListTablesRequest) ValidateAll() error

ValidateAll checks the field values on OLAPListTablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OLAPListTablesRequestMultiError, or nil if none found.

type OLAPListTablesRequestMultiError added in v0.31.0

type OLAPListTablesRequestMultiError []error

OLAPListTablesRequestMultiError is an error wrapping multiple validation errors returned by OLAPListTablesRequest.ValidateAll() if the designated constraints aren't met.

func (OLAPListTablesRequestMultiError) AllErrors added in v0.31.0

func (m OLAPListTablesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OLAPListTablesRequestMultiError) Error added in v0.31.0

Error returns a concatenation of all the error messages it wraps.

type OLAPListTablesRequestValidationError added in v0.31.0

type OLAPListTablesRequestValidationError struct {
	// contains filtered or unexported fields
}

OLAPListTablesRequestValidationError is the validation error returned by OLAPListTablesRequest.Validate if the designated constraints aren't met.

func (OLAPListTablesRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (OLAPListTablesRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (OLAPListTablesRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (OLAPListTablesRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (OLAPListTablesRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (OLAPListTablesRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type OLAPListTablesResponse added in v0.31.0

type OLAPListTablesResponse struct {
	Tables []*TableInfo `protobuf:"bytes,1,rep,name=tables,proto3" json:"tables,omitempty"`
	// contains filtered or unexported fields
}

func (*OLAPListTablesResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use OLAPListTablesResponse.ProtoReflect.Descriptor instead.

func (*OLAPListTablesResponse) GetTables added in v0.31.0

func (x *OLAPListTablesResponse) GetTables() []*TableInfo

func (*OLAPListTablesResponse) ProtoMessage added in v0.31.0

func (*OLAPListTablesResponse) ProtoMessage()

func (*OLAPListTablesResponse) ProtoReflect added in v0.31.0

func (x *OLAPListTablesResponse) ProtoReflect() protoreflect.Message

func (*OLAPListTablesResponse) Reset added in v0.31.0

func (x *OLAPListTablesResponse) Reset()

func (*OLAPListTablesResponse) String added in v0.31.0

func (x *OLAPListTablesResponse) String() string

func (*OLAPListTablesResponse) Validate added in v0.31.0

func (m *OLAPListTablesResponse) Validate() error

Validate checks the field values on OLAPListTablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OLAPListTablesResponse) ValidateAll added in v0.31.0

func (m *OLAPListTablesResponse) ValidateAll() error

ValidateAll checks the field values on OLAPListTablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OLAPListTablesResponseMultiError, or nil if none found.

type OLAPListTablesResponseMultiError added in v0.31.0

type OLAPListTablesResponseMultiError []error

OLAPListTablesResponseMultiError is an error wrapping multiple validation errors returned by OLAPListTablesResponse.ValidateAll() if the designated constraints aren't met.

func (OLAPListTablesResponseMultiError) AllErrors added in v0.31.0

func (m OLAPListTablesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OLAPListTablesResponseMultiError) Error added in v0.31.0

Error returns a concatenation of all the error messages it wraps.

type OLAPListTablesResponseValidationError added in v0.31.0

type OLAPListTablesResponseValidationError struct {
	// contains filtered or unexported fields
}

OLAPListTablesResponseValidationError is the validation error returned by OLAPListTablesResponse.Validate if the designated constraints aren't met.

func (OLAPListTablesResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (OLAPListTablesResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (OLAPListTablesResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (OLAPListTablesResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (OLAPListTablesResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (OLAPListTablesResponseValidationError) Reason added in v0.31.0

Reason function returns reason value.

type ObjectType

type ObjectType int32

ObjectType represents the different kinds of catalog objects

const (
	ObjectType_OBJECT_TYPE_UNSPECIFIED  ObjectType = 0
	ObjectType_OBJECT_TYPE_TABLE        ObjectType = 1
	ObjectType_OBJECT_TYPE_SOURCE       ObjectType = 2
	ObjectType_OBJECT_TYPE_MODEL        ObjectType = 3
	ObjectType_OBJECT_TYPE_METRICS_VIEW ObjectType = 4
)

func (ObjectType) Descriptor

func (ObjectType) Descriptor() protoreflect.EnumDescriptor

func (ObjectType) Enum

func (x ObjectType) Enum() *ObjectType

func (ObjectType) EnumDescriptor deprecated

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

Deprecated: Use ObjectType.Descriptor instead.

func (ObjectType) Number

func (x ObjectType) Number() protoreflect.EnumNumber

func (ObjectType) String

func (x ObjectType) String() string

func (ObjectType) Type

type Operation added in v0.39.0

type Operation int32
const (
	Operation_OPERATION_UNSPECIFIED Operation = 0
	Operation_OPERATION_EQ          Operation = 1
	Operation_OPERATION_NEQ         Operation = 2
	Operation_OPERATION_LT          Operation = 3
	Operation_OPERATION_LTE         Operation = 4
	Operation_OPERATION_GT          Operation = 5
	Operation_OPERATION_GTE         Operation = 6
	Operation_OPERATION_OR          Operation = 7
	Operation_OPERATION_AND         Operation = 8
	Operation_OPERATION_IN          Operation = 9
	Operation_OPERATION_NIN         Operation = 10
	Operation_OPERATION_LIKE        Operation = 11
	Operation_OPERATION_NLIKE       Operation = 12
)

func (Operation) Descriptor added in v0.39.0

func (Operation) Descriptor() protoreflect.EnumDescriptor

func (Operation) Enum added in v0.39.0

func (x Operation) Enum() *Operation

func (Operation) EnumDescriptor deprecated added in v0.39.0

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

Deprecated: Use Operation.Descriptor instead.

func (Operation) Number added in v0.39.0

func (x Operation) Number() protoreflect.EnumNumber

func (Operation) String added in v0.39.0

func (x Operation) String() string

func (Operation) Type added in v0.39.0

type ParseError added in v0.30.0

type ParseError struct {
	Message       string        `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	FilePath      string        `protobuf:"bytes,2,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	StartLocation *CharLocation `protobuf:"bytes,3,opt,name=start_location,json=startLocation,proto3" json:"start_location,omitempty"`
	External      bool          `protobuf:"varint,4,opt,name=external,proto3" json:"external,omitempty"`
	// contains filtered or unexported fields
}

func (*ParseError) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ParseError.ProtoReflect.Descriptor instead.

func (*ParseError) GetExternal added in v0.36.0

func (x *ParseError) GetExternal() bool

func (*ParseError) GetFilePath added in v0.30.0

func (x *ParseError) GetFilePath() string

func (*ParseError) GetMessage added in v0.30.0

func (x *ParseError) GetMessage() string

func (*ParseError) GetStartLocation added in v0.30.0

func (x *ParseError) GetStartLocation() *CharLocation

func (*ParseError) ProtoMessage added in v0.30.0

func (*ParseError) ProtoMessage()

func (*ParseError) ProtoReflect added in v0.30.0

func (x *ParseError) ProtoReflect() protoreflect.Message

func (*ParseError) Reset added in v0.30.0

func (x *ParseError) Reset()

func (*ParseError) String added in v0.30.0

func (x *ParseError) String() string

func (*ParseError) Validate added in v0.30.0

func (m *ParseError) Validate() error

Validate checks the field values on ParseError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ParseError) ValidateAll added in v0.30.0

func (m *ParseError) ValidateAll() error

ValidateAll checks the field values on ParseError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParseErrorMultiError, or nil if none found.

type ParseErrorMultiError added in v0.30.0

type ParseErrorMultiError []error

ParseErrorMultiError is an error wrapping multiple validation errors returned by ParseError.ValidateAll() if the designated constraints aren't met.

func (ParseErrorMultiError) AllErrors added in v0.30.0

func (m ParseErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ParseErrorMultiError) Error added in v0.30.0

func (m ParseErrorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ParseErrorValidationError added in v0.30.0

type ParseErrorValidationError struct {
	// contains filtered or unexported fields
}

ParseErrorValidationError is the validation error returned by ParseError.Validate if the designated constraints aren't met.

func (ParseErrorValidationError) Cause added in v0.30.0

func (e ParseErrorValidationError) Cause() error

Cause function returns cause value.

func (ParseErrorValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ParseErrorValidationError) ErrorName added in v0.30.0

func (e ParseErrorValidationError) ErrorName() string

ErrorName returns error name.

func (ParseErrorValidationError) Field added in v0.30.0

Field function returns field value.

func (ParseErrorValidationError) Key added in v0.30.0

Key function returns key value.

func (ParseErrorValidationError) Reason added in v0.30.0

func (e ParseErrorValidationError) Reason() string

Reason function returns reason value.

type PingRequest

type PingRequest struct {
	// contains filtered or unexported fields
}

Request message for RuntimeService.Ping

func (*PingRequest) Descriptor deprecated

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

Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) ProtoReflect

func (x *PingRequest) ProtoReflect() protoreflect.Message

func (*PingRequest) Reset

func (x *PingRequest) Reset()

func (*PingRequest) String

func (x *PingRequest) String() string

func (*PingRequest) Validate added in v0.20.0

func (m *PingRequest) Validate() error

Validate checks the field values on PingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PingRequest) ValidateAll added in v0.20.0

func (m *PingRequest) ValidateAll() error

ValidateAll checks the field values on PingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PingRequestMultiError, or nil if none found.

type PingRequestMultiError added in v0.20.0

type PingRequestMultiError []error

PingRequestMultiError is an error wrapping multiple validation errors returned by PingRequest.ValidateAll() if the designated constraints aren't met.

func (PingRequestMultiError) AllErrors added in v0.20.0

func (m PingRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PingRequestMultiError) Error added in v0.20.0

func (m PingRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PingRequestValidationError added in v0.20.0

type PingRequestValidationError struct {
	// contains filtered or unexported fields
}

PingRequestValidationError is the validation error returned by PingRequest.Validate if the designated constraints aren't met.

func (PingRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (PingRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (PingRequestValidationError) ErrorName added in v0.20.0

func (e PingRequestValidationError) ErrorName() string

ErrorName returns error name.

func (PingRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (PingRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (PingRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type PingResponse

type PingResponse struct {

	// Runtime version
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// Runtime server time
	Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.Ping

func (*PingResponse) Descriptor deprecated

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

Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.

func (*PingResponse) GetTime

func (x *PingResponse) GetTime() *timestamppb.Timestamp

func (*PingResponse) GetVersion

func (x *PingResponse) GetVersion() string

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) ProtoReflect

func (x *PingResponse) ProtoReflect() protoreflect.Message

func (*PingResponse) Reset

func (x *PingResponse) Reset()

func (*PingResponse) String

func (x *PingResponse) String() string

func (*PingResponse) Validate added in v0.20.0

func (m *PingResponse) Validate() error

Validate checks the field values on PingResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PingResponse) ValidateAll added in v0.20.0

func (m *PingResponse) ValidateAll() error

ValidateAll checks the field values on PingResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PingResponseMultiError, or nil if none found.

type PingResponseMultiError added in v0.20.0

type PingResponseMultiError []error

PingResponseMultiError is an error wrapping multiple validation errors returned by PingResponse.ValidateAll() if the designated constraints aren't met.

func (PingResponseMultiError) AllErrors added in v0.20.0

func (m PingResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PingResponseMultiError) Error added in v0.20.0

func (m PingResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PingResponseValidationError added in v0.20.0

type PingResponseValidationError struct {
	// contains filtered or unexported fields
}

PingResponseValidationError is the validation error returned by PingResponse.Validate if the designated constraints aren't met.

func (PingResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (PingResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (PingResponseValidationError) ErrorName added in v0.20.0

func (e PingResponseValidationError) ErrorName() string

ErrorName returns error name.

func (PingResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (PingResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (PingResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ProfileColumn

type ProfileColumn struct {

	// Not optional, not null
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Not optional, not null
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// Unused
	LargestStringLength int32 `protobuf:"varint,3,opt,name=largest_string_length,json=largestStringLength,proto3" json:"largest_string_length,omitempty"`
	// contains filtered or unexported fields
}

func (*ProfileColumn) Descriptor deprecated

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

Deprecated: Use ProfileColumn.ProtoReflect.Descriptor instead.

func (*ProfileColumn) GetLargestStringLength

func (x *ProfileColumn) GetLargestStringLength() int32

func (*ProfileColumn) GetName

func (x *ProfileColumn) GetName() string

func (*ProfileColumn) GetType

func (x *ProfileColumn) GetType() string

func (*ProfileColumn) ProtoMessage

func (*ProfileColumn) ProtoMessage()

func (*ProfileColumn) ProtoReflect

func (x *ProfileColumn) ProtoReflect() protoreflect.Message

func (*ProfileColumn) Reset

func (x *ProfileColumn) Reset()

func (*ProfileColumn) String

func (x *ProfileColumn) String() string

func (*ProfileColumn) Validate added in v0.20.0

func (m *ProfileColumn) Validate() error

Validate checks the field values on ProfileColumn with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProfileColumn) ValidateAll added in v0.20.0

func (m *ProfileColumn) ValidateAll() error

ValidateAll checks the field values on ProfileColumn with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProfileColumnMultiError, or nil if none found.

type ProfileColumnMultiError added in v0.20.0

type ProfileColumnMultiError []error

ProfileColumnMultiError is an error wrapping multiple validation errors returned by ProfileColumn.ValidateAll() if the designated constraints aren't met.

func (ProfileColumnMultiError) AllErrors added in v0.20.0

func (m ProfileColumnMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProfileColumnMultiError) Error added in v0.20.0

func (m ProfileColumnMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProfileColumnValidationError added in v0.20.0

type ProfileColumnValidationError struct {
	// contains filtered or unexported fields
}

ProfileColumnValidationError is the validation error returned by ProfileColumn.Validate if the designated constraints aren't met.

func (ProfileColumnValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ProfileColumnValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ProfileColumnValidationError) ErrorName added in v0.20.0

func (e ProfileColumnValidationError) ErrorName() string

ErrorName returns error name.

func (ProfileColumnValidationError) Field added in v0.20.0

Field function returns field value.

func (ProfileColumnValidationError) Key added in v0.20.0

Key function returns key value.

func (ProfileColumnValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ProjectParser added in v0.30.0

type ProjectParser struct {
	Spec  *ProjectParserSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *ProjectParserState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectParser) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ProjectParser.ProtoReflect.Descriptor instead.

func (*ProjectParser) GetSpec added in v0.30.0

func (x *ProjectParser) GetSpec() *ProjectParserSpec

func (*ProjectParser) GetState added in v0.30.0

func (x *ProjectParser) GetState() *ProjectParserState

func (*ProjectParser) ProtoMessage added in v0.30.0

func (*ProjectParser) ProtoMessage()

func (*ProjectParser) ProtoReflect added in v0.30.0

func (x *ProjectParser) ProtoReflect() protoreflect.Message

func (*ProjectParser) Reset added in v0.30.0

func (x *ProjectParser) Reset()

func (*ProjectParser) String added in v0.30.0

func (x *ProjectParser) String() string

func (*ProjectParser) Validate added in v0.30.0

func (m *ProjectParser) Validate() error

Validate checks the field values on ProjectParser with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProjectParser) ValidateAll added in v0.30.0

func (m *ProjectParser) ValidateAll() error

ValidateAll checks the field values on ProjectParser with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProjectParserMultiError, or nil if none found.

type ProjectParserMultiError added in v0.30.0

type ProjectParserMultiError []error

ProjectParserMultiError is an error wrapping multiple validation errors returned by ProjectParser.ValidateAll() if the designated constraints aren't met.

func (ProjectParserMultiError) AllErrors added in v0.30.0

func (m ProjectParserMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectParserMultiError) Error added in v0.30.0

func (m ProjectParserMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProjectParserSpec added in v0.30.0

type ProjectParserSpec struct {
	// contains filtered or unexported fields
}

func (*ProjectParserSpec) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ProjectParserSpec.ProtoReflect.Descriptor instead.

func (*ProjectParserSpec) ProtoMessage added in v0.30.0

func (*ProjectParserSpec) ProtoMessage()

func (*ProjectParserSpec) ProtoReflect added in v0.30.0

func (x *ProjectParserSpec) ProtoReflect() protoreflect.Message

func (*ProjectParserSpec) Reset added in v0.30.0

func (x *ProjectParserSpec) Reset()

func (*ProjectParserSpec) String added in v0.30.0

func (x *ProjectParserSpec) String() string

func (*ProjectParserSpec) Validate added in v0.30.0

func (m *ProjectParserSpec) Validate() error

Validate checks the field values on ProjectParserSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProjectParserSpec) ValidateAll added in v0.30.0

func (m *ProjectParserSpec) ValidateAll() error

ValidateAll checks the field values on ProjectParserSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProjectParserSpecMultiError, or nil if none found.

type ProjectParserSpecMultiError added in v0.30.0

type ProjectParserSpecMultiError []error

ProjectParserSpecMultiError is an error wrapping multiple validation errors returned by ProjectParserSpec.ValidateAll() if the designated constraints aren't met.

func (ProjectParserSpecMultiError) AllErrors added in v0.30.0

func (m ProjectParserSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectParserSpecMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type ProjectParserSpecValidationError added in v0.30.0

type ProjectParserSpecValidationError struct {
	// contains filtered or unexported fields
}

ProjectParserSpecValidationError is the validation error returned by ProjectParserSpec.Validate if the designated constraints aren't met.

func (ProjectParserSpecValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (ProjectParserSpecValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ProjectParserSpecValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (ProjectParserSpecValidationError) Field added in v0.30.0

Field function returns field value.

func (ProjectParserSpecValidationError) Key added in v0.30.0

Key function returns key value.

func (ProjectParserSpecValidationError) Reason added in v0.30.0

Reason function returns reason value.

type ProjectParserState added in v0.30.0

type ProjectParserState struct {
	ParseErrors      []*ParseError `protobuf:"bytes,1,rep,name=parse_errors,json=parseErrors,proto3" json:"parse_errors,omitempty"`
	CurrentCommitSha string        `protobuf:"bytes,2,opt,name=current_commit_sha,json=currentCommitSha,proto3" json:"current_commit_sha,omitempty"`
	Watching         bool          `protobuf:"varint,3,opt,name=watching,proto3" json:"watching,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectParserState) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ProjectParserState.ProtoReflect.Descriptor instead.

func (*ProjectParserState) GetCurrentCommitSha added in v0.30.0

func (x *ProjectParserState) GetCurrentCommitSha() string

func (*ProjectParserState) GetParseErrors added in v0.30.0

func (x *ProjectParserState) GetParseErrors() []*ParseError

func (*ProjectParserState) GetWatching added in v0.35.0

func (x *ProjectParserState) GetWatching() bool

func (*ProjectParserState) ProtoMessage added in v0.30.0

func (*ProjectParserState) ProtoMessage()

func (*ProjectParserState) ProtoReflect added in v0.30.0

func (x *ProjectParserState) ProtoReflect() protoreflect.Message

func (*ProjectParserState) Reset added in v0.30.0

func (x *ProjectParserState) Reset()

func (*ProjectParserState) String added in v0.30.0

func (x *ProjectParserState) String() string

func (*ProjectParserState) Validate added in v0.30.0

func (m *ProjectParserState) Validate() error

Validate checks the field values on ProjectParserState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProjectParserState) ValidateAll added in v0.30.0

func (m *ProjectParserState) ValidateAll() error

ValidateAll checks the field values on ProjectParserState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProjectParserStateMultiError, or nil if none found.

type ProjectParserStateMultiError added in v0.30.0

type ProjectParserStateMultiError []error

ProjectParserStateMultiError is an error wrapping multiple validation errors returned by ProjectParserState.ValidateAll() if the designated constraints aren't met.

func (ProjectParserStateMultiError) AllErrors added in v0.30.0

func (m ProjectParserStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectParserStateMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type ProjectParserStateValidationError added in v0.30.0

type ProjectParserStateValidationError struct {
	// contains filtered or unexported fields
}

ProjectParserStateValidationError is the validation error returned by ProjectParserState.Validate if the designated constraints aren't met.

func (ProjectParserStateValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (ProjectParserStateValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ProjectParserStateValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (ProjectParserStateValidationError) Field added in v0.30.0

Field function returns field value.

func (ProjectParserStateValidationError) Key added in v0.30.0

Key function returns key value.

func (ProjectParserStateValidationError) Reason added in v0.30.0

Reason function returns reason value.

type ProjectParserValidationError added in v0.30.0

type ProjectParserValidationError struct {
	// contains filtered or unexported fields
}

ProjectParserValidationError is the validation error returned by ProjectParser.Validate if the designated constraints aren't met.

func (ProjectParserValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (ProjectParserValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ProjectParserValidationError) ErrorName added in v0.30.0

func (e ProjectParserValidationError) ErrorName() string

ErrorName returns error name.

func (ProjectParserValidationError) Field added in v0.30.0

Field function returns field value.

func (ProjectParserValidationError) Key added in v0.30.0

Key function returns key value.

func (ProjectParserValidationError) Reason added in v0.30.0

Reason function returns reason value.

type PullTrigger added in v0.30.0

type PullTrigger struct {
	Spec  *PullTriggerSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *PullTriggerState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*PullTrigger) Descriptor deprecated added in v0.30.0

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

Deprecated: Use PullTrigger.ProtoReflect.Descriptor instead.

func (*PullTrigger) GetSpec added in v0.30.0

func (x *PullTrigger) GetSpec() *PullTriggerSpec

func (*PullTrigger) GetState added in v0.30.0

func (x *PullTrigger) GetState() *PullTriggerState

func (*PullTrigger) ProtoMessage added in v0.30.0

func (*PullTrigger) ProtoMessage()

func (*PullTrigger) ProtoReflect added in v0.30.0

func (x *PullTrigger) ProtoReflect() protoreflect.Message

func (*PullTrigger) Reset added in v0.30.0

func (x *PullTrigger) Reset()

func (*PullTrigger) String added in v0.30.0

func (x *PullTrigger) String() string

func (*PullTrigger) Validate added in v0.30.0

func (m *PullTrigger) Validate() error

Validate checks the field values on PullTrigger with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PullTrigger) ValidateAll added in v0.30.0

func (m *PullTrigger) ValidateAll() error

ValidateAll checks the field values on PullTrigger with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PullTriggerMultiError, or nil if none found.

type PullTriggerMultiError added in v0.30.0

type PullTriggerMultiError []error

PullTriggerMultiError is an error wrapping multiple validation errors returned by PullTrigger.ValidateAll() if the designated constraints aren't met.

func (PullTriggerMultiError) AllErrors added in v0.30.0

func (m PullTriggerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PullTriggerMultiError) Error added in v0.30.0

func (m PullTriggerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PullTriggerSpec added in v0.30.0

type PullTriggerSpec struct {
	// contains filtered or unexported fields
}

func (*PullTriggerSpec) Descriptor deprecated added in v0.30.0

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

Deprecated: Use PullTriggerSpec.ProtoReflect.Descriptor instead.

func (*PullTriggerSpec) ProtoMessage added in v0.30.0

func (*PullTriggerSpec) ProtoMessage()

func (*PullTriggerSpec) ProtoReflect added in v0.30.0

func (x *PullTriggerSpec) ProtoReflect() protoreflect.Message

func (*PullTriggerSpec) Reset added in v0.30.0

func (x *PullTriggerSpec) Reset()

func (*PullTriggerSpec) String added in v0.30.0

func (x *PullTriggerSpec) String() string

func (*PullTriggerSpec) Validate added in v0.30.0

func (m *PullTriggerSpec) Validate() error

Validate checks the field values on PullTriggerSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PullTriggerSpec) ValidateAll added in v0.30.0

func (m *PullTriggerSpec) ValidateAll() error

ValidateAll checks the field values on PullTriggerSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PullTriggerSpecMultiError, or nil if none found.

type PullTriggerSpecMultiError added in v0.30.0

type PullTriggerSpecMultiError []error

PullTriggerSpecMultiError is an error wrapping multiple validation errors returned by PullTriggerSpec.ValidateAll() if the designated constraints aren't met.

func (PullTriggerSpecMultiError) AllErrors added in v0.30.0

func (m PullTriggerSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PullTriggerSpecMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type PullTriggerSpecValidationError added in v0.30.0

type PullTriggerSpecValidationError struct {
	// contains filtered or unexported fields
}

PullTriggerSpecValidationError is the validation error returned by PullTriggerSpec.Validate if the designated constraints aren't met.

func (PullTriggerSpecValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (PullTriggerSpecValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (PullTriggerSpecValidationError) ErrorName added in v0.30.0

func (e PullTriggerSpecValidationError) ErrorName() string

ErrorName returns error name.

func (PullTriggerSpecValidationError) Field added in v0.30.0

Field function returns field value.

func (PullTriggerSpecValidationError) Key added in v0.30.0

Key function returns key value.

func (PullTriggerSpecValidationError) Reason added in v0.30.0

Reason function returns reason value.

type PullTriggerState added in v0.30.0

type PullTriggerState struct {
	// contains filtered or unexported fields
}

func (*PullTriggerState) Descriptor deprecated added in v0.30.0

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

Deprecated: Use PullTriggerState.ProtoReflect.Descriptor instead.

func (*PullTriggerState) ProtoMessage added in v0.30.0

func (*PullTriggerState) ProtoMessage()

func (*PullTriggerState) ProtoReflect added in v0.30.0

func (x *PullTriggerState) ProtoReflect() protoreflect.Message

func (*PullTriggerState) Reset added in v0.30.0

func (x *PullTriggerState) Reset()

func (*PullTriggerState) String added in v0.30.0

func (x *PullTriggerState) String() string

func (*PullTriggerState) Validate added in v0.30.0

func (m *PullTriggerState) Validate() error

Validate checks the field values on PullTriggerState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PullTriggerState) ValidateAll added in v0.30.0

func (m *PullTriggerState) ValidateAll() error

ValidateAll checks the field values on PullTriggerState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PullTriggerStateMultiError, or nil if none found.

type PullTriggerStateMultiError added in v0.30.0

type PullTriggerStateMultiError []error

PullTriggerStateMultiError is an error wrapping multiple validation errors returned by PullTriggerState.ValidateAll() if the designated constraints aren't met.

func (PullTriggerStateMultiError) AllErrors added in v0.30.0

func (m PullTriggerStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PullTriggerStateMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type PullTriggerStateValidationError added in v0.30.0

type PullTriggerStateValidationError struct {
	// contains filtered or unexported fields
}

PullTriggerStateValidationError is the validation error returned by PullTriggerState.Validate if the designated constraints aren't met.

func (PullTriggerStateValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (PullTriggerStateValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (PullTriggerStateValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (PullTriggerStateValidationError) Field added in v0.30.0

Field function returns field value.

func (PullTriggerStateValidationError) Key added in v0.30.0

Key function returns key value.

func (PullTriggerStateValidationError) Reason added in v0.30.0

Reason function returns reason value.

type PullTriggerValidationError added in v0.30.0

type PullTriggerValidationError struct {
	// contains filtered or unexported fields
}

PullTriggerValidationError is the validation error returned by PullTrigger.Validate if the designated constraints aren't met.

func (PullTriggerValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (PullTriggerValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (PullTriggerValidationError) ErrorName added in v0.30.0

func (e PullTriggerValidationError) ErrorName() string

ErrorName returns error name.

func (PullTriggerValidationError) Field added in v0.30.0

Field function returns field value.

func (PullTriggerValidationError) Key added in v0.30.0

Key function returns key value.

func (PullTriggerValidationError) Reason added in v0.30.0

Reason function returns reason value.

type PutFileAndReconcileRequest

type PutFileAndReconcileRequest struct {

	// Instance to store file in and reconcile
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Path to store the file at
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// Contents to save to the file
	Blob string `protobuf:"bytes,3,opt,name=blob,proto3" json:"blob,omitempty"`
	// Create indicates whether to create the file if it doesn't already exist
	Create bool `protobuf:"varint,4,opt,name=create,proto3" json:"create,omitempty"`
	// create_only will cause the operation to fail if a file already exists at path.
	// It should only be set when create = true.
	CreateOnly bool `protobuf:"varint,5,opt,name=create_only,json=createOnly,proto3" json:"create_only,omitempty"`
	// If true, will save the file and validate it and related file artifacts, but not actually execute any migrations.
	Dry bool `protobuf:"varint,6,opt,name=dry,proto3" json:"dry,omitempty"`
	// If true, will not execute any migrations if any artifact fails to validate.
	// Otherwise, it will execute a best-effort reconciliation (including dropping objects with
	// artifacts that fail to validate.)
	Strict bool `protobuf:"varint,7,opt,name=strict,proto3" json:"strict,omitempty"`
	// contains filtered or unexported fields
}

func (*PutFileAndReconcileRequest) Descriptor deprecated

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

Deprecated: Use PutFileAndReconcileRequest.ProtoReflect.Descriptor instead.

func (*PutFileAndReconcileRequest) GetBlob

func (x *PutFileAndReconcileRequest) GetBlob() string

func (*PutFileAndReconcileRequest) GetCreate

func (x *PutFileAndReconcileRequest) GetCreate() bool

func (*PutFileAndReconcileRequest) GetCreateOnly

func (x *PutFileAndReconcileRequest) GetCreateOnly() bool

func (*PutFileAndReconcileRequest) GetDry

func (x *PutFileAndReconcileRequest) GetDry() bool

func (*PutFileAndReconcileRequest) GetInstanceId

func (x *PutFileAndReconcileRequest) GetInstanceId() string

func (*PutFileAndReconcileRequest) GetPath

func (x *PutFileAndReconcileRequest) GetPath() string

func (*PutFileAndReconcileRequest) GetStrict

func (x *PutFileAndReconcileRequest) GetStrict() bool

func (*PutFileAndReconcileRequest) ProtoMessage

func (*PutFileAndReconcileRequest) ProtoMessage()

func (*PutFileAndReconcileRequest) ProtoReflect

func (*PutFileAndReconcileRequest) Reset

func (x *PutFileAndReconcileRequest) Reset()

func (*PutFileAndReconcileRequest) String

func (x *PutFileAndReconcileRequest) String() string

func (*PutFileAndReconcileRequest) Validate added in v0.20.0

func (m *PutFileAndReconcileRequest) Validate() error

Validate checks the field values on PutFileAndReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PutFileAndReconcileRequest) ValidateAll added in v0.20.0

func (m *PutFileAndReconcileRequest) ValidateAll() error

ValidateAll checks the field values on PutFileAndReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PutFileAndReconcileRequestMultiError, or nil if none found.

type PutFileAndReconcileRequestMultiError added in v0.20.0

type PutFileAndReconcileRequestMultiError []error

PutFileAndReconcileRequestMultiError is an error wrapping multiple validation errors returned by PutFileAndReconcileRequest.ValidateAll() if the designated constraints aren't met.

func (PutFileAndReconcileRequestMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (PutFileAndReconcileRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type PutFileAndReconcileRequestValidationError added in v0.20.0

type PutFileAndReconcileRequestValidationError struct {
	// contains filtered or unexported fields
}

PutFileAndReconcileRequestValidationError is the validation error returned by PutFileAndReconcileRequest.Validate if the designated constraints aren't met.

func (PutFileAndReconcileRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (PutFileAndReconcileRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (PutFileAndReconcileRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (PutFileAndReconcileRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (PutFileAndReconcileRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (PutFileAndReconcileRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type PutFileAndReconcileResponse

type PutFileAndReconcileResponse struct {

	// Errors encountered during reconciliation. If strict = false, any path in
	// affected_paths without an error can be assumed to have been reconciled succesfully.
	Errors []*ReconcileError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	// affected_paths lists all the file artifact paths that were considered while
	// executing the reconciliation. If changed_paths was empty, this will include all
	// code artifacts in the repo.
	AffectedPaths []string `protobuf:"bytes,2,rep,name=affected_paths,json=affectedPaths,proto3" json:"affected_paths,omitempty"`
	// contains filtered or unexported fields
}

func (*PutFileAndReconcileResponse) Descriptor deprecated

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

Deprecated: Use PutFileAndReconcileResponse.ProtoReflect.Descriptor instead.

func (*PutFileAndReconcileResponse) GetAffectedPaths

func (x *PutFileAndReconcileResponse) GetAffectedPaths() []string

func (*PutFileAndReconcileResponse) GetErrors

func (x *PutFileAndReconcileResponse) GetErrors() []*ReconcileError

func (*PutFileAndReconcileResponse) ProtoMessage

func (*PutFileAndReconcileResponse) ProtoMessage()

func (*PutFileAndReconcileResponse) ProtoReflect

func (*PutFileAndReconcileResponse) Reset

func (x *PutFileAndReconcileResponse) Reset()

func (*PutFileAndReconcileResponse) String

func (x *PutFileAndReconcileResponse) String() string

func (*PutFileAndReconcileResponse) Validate added in v0.20.0

func (m *PutFileAndReconcileResponse) Validate() error

Validate checks the field values on PutFileAndReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PutFileAndReconcileResponse) ValidateAll added in v0.20.0

func (m *PutFileAndReconcileResponse) ValidateAll() error

ValidateAll checks the field values on PutFileAndReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PutFileAndReconcileResponseMultiError, or nil if none found.

type PutFileAndReconcileResponseMultiError added in v0.20.0

type PutFileAndReconcileResponseMultiError []error

PutFileAndReconcileResponseMultiError is an error wrapping multiple validation errors returned by PutFileAndReconcileResponse.ValidateAll() if the designated constraints aren't met.

func (PutFileAndReconcileResponseMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (PutFileAndReconcileResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type PutFileAndReconcileResponseValidationError added in v0.20.0

type PutFileAndReconcileResponseValidationError struct {
	// contains filtered or unexported fields
}

PutFileAndReconcileResponseValidationError is the validation error returned by PutFileAndReconcileResponse.Validate if the designated constraints aren't met.

func (PutFileAndReconcileResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (PutFileAndReconcileResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (PutFileAndReconcileResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (PutFileAndReconcileResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (PutFileAndReconcileResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (PutFileAndReconcileResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type PutFileRequest

type PutFileRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Path       string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	Blob       string `protobuf:"bytes,3,opt,name=blob,proto3" json:"blob,omitempty"`
	// Create indicates whether to create the file if it doesn't already exist
	Create bool `protobuf:"varint,4,opt,name=create,proto3" json:"create,omitempty"`
	// Will cause the operation to fail if the file already exists.
	// It should only be set when create = true.
	CreateOnly bool `protobuf:"varint,5,opt,name=create_only,json=createOnly,proto3" json:"create_only,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.PutFile

func (*PutFileRequest) Descriptor deprecated

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

Deprecated: Use PutFileRequest.ProtoReflect.Descriptor instead.

func (*PutFileRequest) GetBlob

func (x *PutFileRequest) GetBlob() string

func (*PutFileRequest) GetCreate

func (x *PutFileRequest) GetCreate() bool

func (*PutFileRequest) GetCreateOnly

func (x *PutFileRequest) GetCreateOnly() bool

func (*PutFileRequest) GetInstanceId

func (x *PutFileRequest) GetInstanceId() string

func (*PutFileRequest) GetPath

func (x *PutFileRequest) GetPath() string

func (*PutFileRequest) ProtoMessage

func (*PutFileRequest) ProtoMessage()

func (*PutFileRequest) ProtoReflect

func (x *PutFileRequest) ProtoReflect() protoreflect.Message

func (*PutFileRequest) Reset

func (x *PutFileRequest) Reset()

func (*PutFileRequest) String

func (x *PutFileRequest) String() string

func (*PutFileRequest) Validate added in v0.20.0

func (m *PutFileRequest) Validate() error

Validate checks the field values on PutFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PutFileRequest) ValidateAll added in v0.20.0

func (m *PutFileRequest) ValidateAll() error

ValidateAll checks the field values on PutFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PutFileRequestMultiError, or nil if none found.

type PutFileRequestMultiError added in v0.20.0

type PutFileRequestMultiError []error

PutFileRequestMultiError is an error wrapping multiple validation errors returned by PutFileRequest.ValidateAll() if the designated constraints aren't met.

func (PutFileRequestMultiError) AllErrors added in v0.20.0

func (m PutFileRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PutFileRequestMultiError) Error added in v0.20.0

func (m PutFileRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PutFileRequestValidationError added in v0.20.0

type PutFileRequestValidationError struct {
	// contains filtered or unexported fields
}

PutFileRequestValidationError is the validation error returned by PutFileRequest.Validate if the designated constraints aren't met.

func (PutFileRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (PutFileRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (PutFileRequestValidationError) ErrorName added in v0.20.0

func (e PutFileRequestValidationError) ErrorName() string

ErrorName returns error name.

func (PutFileRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (PutFileRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (PutFileRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type PutFileResponse

type PutFileResponse struct {
	FilePath string `protobuf:"bytes,1,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"` // TODO: Redundant, should be removed (but frontend currently uses it)
	// contains filtered or unexported fields
}

Response message for RuntimeService.PutFile

func (*PutFileResponse) Descriptor deprecated

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

Deprecated: Use PutFileResponse.ProtoReflect.Descriptor instead.

func (*PutFileResponse) GetFilePath

func (x *PutFileResponse) GetFilePath() string

func (*PutFileResponse) ProtoMessage

func (*PutFileResponse) ProtoMessage()

func (*PutFileResponse) ProtoReflect

func (x *PutFileResponse) ProtoReflect() protoreflect.Message

func (*PutFileResponse) Reset

func (x *PutFileResponse) Reset()

func (*PutFileResponse) String

func (x *PutFileResponse) String() string

func (*PutFileResponse) Validate added in v0.20.0

func (m *PutFileResponse) Validate() error

Validate checks the field values on PutFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PutFileResponse) ValidateAll added in v0.20.0

func (m *PutFileResponse) ValidateAll() error

ValidateAll checks the field values on PutFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PutFileResponseMultiError, or nil if none found.

type PutFileResponseMultiError added in v0.20.0

type PutFileResponseMultiError []error

PutFileResponseMultiError is an error wrapping multiple validation errors returned by PutFileResponse.ValidateAll() if the designated constraints aren't met.

func (PutFileResponseMultiError) AllErrors added in v0.20.0

func (m PutFileResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PutFileResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type PutFileResponseValidationError added in v0.20.0

type PutFileResponseValidationError struct {
	// contains filtered or unexported fields
}

PutFileResponseValidationError is the validation error returned by PutFileResponse.Validate if the designated constraints aren't met.

func (PutFileResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (PutFileResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (PutFileResponseValidationError) ErrorName added in v0.20.0

func (e PutFileResponseValidationError) ErrorName() string

ErrorName returns error name.

func (PutFileResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (PutFileResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (PutFileResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type Query added in v0.36.0

type Query struct {

	// Types that are assignable to Query:
	//
	//	*Query_MetricsViewAggregationRequest
	//	*Query_MetricsViewToplistRequest
	//	*Query_MetricsViewComparisonRequest
	//	*Query_MetricsViewTimeSeriesRequest
	//	*Query_MetricsViewTotalsRequest
	//	*Query_MetricsViewRowsRequest
	//	*Query_ColumnRollupIntervalRequest
	//	*Query_ColumnTopKRequest
	//	*Query_ColumnNullCountRequest
	//	*Query_ColumnDescriptiveStatisticsRequest
	//	*Query_ColumnTimeGrainRequest
	//	*Query_ColumnNumericHistogramRequest
	//	*Query_ColumnRugHistogramRequest
	//	*Query_ColumnTimeRangeRequest
	//	*Query_ColumnCardinalityRequest
	//	*Query_ColumnTimeSeriesRequest
	//	*Query_TableCardinalityRequest
	//	*Query_TableColumnsRequest
	//	*Query_TableRowsRequest
	Query isQuery_Query `protobuf_oneof:"query"`
	// contains filtered or unexported fields
}

func (*Query) Descriptor deprecated added in v0.36.0

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

Deprecated: Use Query.ProtoReflect.Descriptor instead.

func (*Query) GetColumnCardinalityRequest added in v0.36.0

func (x *Query) GetColumnCardinalityRequest() *ColumnCardinalityRequest

func (*Query) GetColumnDescriptiveStatisticsRequest added in v0.36.0

func (x *Query) GetColumnDescriptiveStatisticsRequest() *ColumnDescriptiveStatisticsRequest

func (*Query) GetColumnNullCountRequest added in v0.36.0

func (x *Query) GetColumnNullCountRequest() *ColumnNullCountRequest

func (*Query) GetColumnNumericHistogramRequest added in v0.36.0

func (x *Query) GetColumnNumericHistogramRequest() *ColumnNumericHistogramRequest

func (*Query) GetColumnRollupIntervalRequest added in v0.36.0

func (x *Query) GetColumnRollupIntervalRequest() *ColumnRollupIntervalRequest

func (*Query) GetColumnRugHistogramRequest added in v0.36.0

func (x *Query) GetColumnRugHistogramRequest() *ColumnRugHistogramRequest

func (*Query) GetColumnTimeGrainRequest added in v0.36.0

func (x *Query) GetColumnTimeGrainRequest() *ColumnTimeGrainRequest

func (*Query) GetColumnTimeRangeRequest added in v0.36.0

func (x *Query) GetColumnTimeRangeRequest() *ColumnTimeRangeRequest

func (*Query) GetColumnTimeSeriesRequest added in v0.36.0

func (x *Query) GetColumnTimeSeriesRequest() *ColumnTimeSeriesRequest

func (*Query) GetColumnTopKRequest added in v0.36.0

func (x *Query) GetColumnTopKRequest() *ColumnTopKRequest

func (*Query) GetMetricsViewAggregationRequest added in v0.36.0

func (x *Query) GetMetricsViewAggregationRequest() *MetricsViewAggregationRequest

func (*Query) GetMetricsViewComparisonRequest added in v0.37.0

func (x *Query) GetMetricsViewComparisonRequest() *MetricsViewComparisonRequest

func (*Query) GetMetricsViewRowsRequest added in v0.36.0

func (x *Query) GetMetricsViewRowsRequest() *MetricsViewRowsRequest

func (*Query) GetMetricsViewTimeSeriesRequest added in v0.36.0

func (x *Query) GetMetricsViewTimeSeriesRequest() *MetricsViewTimeSeriesRequest

func (*Query) GetMetricsViewToplistRequest added in v0.36.0

func (x *Query) GetMetricsViewToplistRequest() *MetricsViewToplistRequest

func (*Query) GetMetricsViewTotalsRequest added in v0.36.0

func (x *Query) GetMetricsViewTotalsRequest() *MetricsViewTotalsRequest

func (*Query) GetQuery added in v0.36.0

func (m *Query) GetQuery() isQuery_Query

func (*Query) GetTableCardinalityRequest added in v0.36.0

func (x *Query) GetTableCardinalityRequest() *TableCardinalityRequest

func (*Query) GetTableColumnsRequest added in v0.36.0

func (x *Query) GetTableColumnsRequest() *TableColumnsRequest

func (*Query) GetTableRowsRequest added in v0.36.0

func (x *Query) GetTableRowsRequest() *TableRowsRequest

func (*Query) ProtoMessage added in v0.36.0

func (*Query) ProtoMessage()

func (*Query) ProtoReflect added in v0.36.0

func (x *Query) ProtoReflect() protoreflect.Message

func (*Query) Reset added in v0.36.0

func (x *Query) Reset()

func (*Query) String added in v0.36.0

func (x *Query) String() string

func (*Query) Validate added in v0.36.0

func (m *Query) Validate() error

Validate checks the field values on Query with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Query) ValidateAll added in v0.36.0

func (m *Query) ValidateAll() error

ValidateAll checks the field values on Query with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryMultiError, or nil if none found.

type QueryBatchRequest added in v0.29.1

type QueryBatchRequest struct {
	InstanceId string   `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Queries    []*Query `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryBatchRequest) Descriptor deprecated added in v0.29.1

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

Deprecated: Use QueryBatchRequest.ProtoReflect.Descriptor instead.

func (*QueryBatchRequest) GetInstanceId added in v0.29.1

func (x *QueryBatchRequest) GetInstanceId() string

func (*QueryBatchRequest) GetQueries added in v0.29.1

func (x *QueryBatchRequest) GetQueries() []*Query

func (*QueryBatchRequest) ProtoMessage added in v0.29.1

func (*QueryBatchRequest) ProtoMessage()

func (*QueryBatchRequest) ProtoReflect added in v0.29.1

func (x *QueryBatchRequest) ProtoReflect() protoreflect.Message

func (*QueryBatchRequest) Reset added in v0.29.1

func (x *QueryBatchRequest) Reset()

func (*QueryBatchRequest) String added in v0.29.1

func (x *QueryBatchRequest) String() string

func (*QueryBatchRequest) Validate added in v0.29.1

func (m *QueryBatchRequest) Validate() error

Validate checks the field values on QueryBatchRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*QueryBatchRequest) ValidateAll added in v0.29.1

func (m *QueryBatchRequest) ValidateAll() error

ValidateAll checks the field values on QueryBatchRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryBatchRequestMultiError, or nil if none found.

type QueryBatchRequestMultiError added in v0.29.1

type QueryBatchRequestMultiError []error

QueryBatchRequestMultiError is an error wrapping multiple validation errors returned by QueryBatchRequest.ValidateAll() if the designated constraints aren't met.

func (QueryBatchRequestMultiError) AllErrors added in v0.29.1

func (m QueryBatchRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QueryBatchRequestMultiError) Error added in v0.29.1

Error returns a concatenation of all the error messages it wraps.

type QueryBatchRequestValidationError added in v0.29.1

type QueryBatchRequestValidationError struct {
	// contains filtered or unexported fields
}

QueryBatchRequestValidationError is the validation error returned by QueryBatchRequest.Validate if the designated constraints aren't met.

func (QueryBatchRequestValidationError) Cause added in v0.29.1

Cause function returns cause value.

func (QueryBatchRequestValidationError) Error added in v0.29.1

Error satisfies the builtin error interface

func (QueryBatchRequestValidationError) ErrorName added in v0.29.1

ErrorName returns error name.

func (QueryBatchRequestValidationError) Field added in v0.29.1

Field function returns field value.

func (QueryBatchRequestValidationError) Key added in v0.29.1

Key function returns key value.

func (QueryBatchRequestValidationError) Reason added in v0.29.1

Reason function returns reason value.

type QueryBatchResponse added in v0.29.1

type QueryBatchResponse struct {
	Index  uint32       `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	Result *QueryResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"`
	Error  string       `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryBatchResponse) Descriptor deprecated added in v0.29.1

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

Deprecated: Use QueryBatchResponse.ProtoReflect.Descriptor instead.

func (*QueryBatchResponse) GetError added in v0.29.1

func (x *QueryBatchResponse) GetError() string

func (*QueryBatchResponse) GetIndex added in v0.36.0

func (x *QueryBatchResponse) GetIndex() uint32

func (*QueryBatchResponse) GetResult added in v0.29.1

func (x *QueryBatchResponse) GetResult() *QueryResult

func (*QueryBatchResponse) ProtoMessage added in v0.29.1

func (*QueryBatchResponse) ProtoMessage()

func (*QueryBatchResponse) ProtoReflect added in v0.29.1

func (x *QueryBatchResponse) ProtoReflect() protoreflect.Message

func (*QueryBatchResponse) Reset added in v0.29.1

func (x *QueryBatchResponse) Reset()

func (*QueryBatchResponse) String added in v0.29.1

func (x *QueryBatchResponse) String() string

func (*QueryBatchResponse) Validate added in v0.29.1

func (m *QueryBatchResponse) Validate() error

Validate checks the field values on QueryBatchResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*QueryBatchResponse) ValidateAll added in v0.29.1

func (m *QueryBatchResponse) ValidateAll() error

ValidateAll checks the field values on QueryBatchResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryBatchResponseMultiError, or nil if none found.

type QueryBatchResponseMultiError added in v0.29.1

type QueryBatchResponseMultiError []error

QueryBatchResponseMultiError is an error wrapping multiple validation errors returned by QueryBatchResponse.ValidateAll() if the designated constraints aren't met.

func (QueryBatchResponseMultiError) AllErrors added in v0.29.1

func (m QueryBatchResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QueryBatchResponseMultiError) Error added in v0.29.1

Error returns a concatenation of all the error messages it wraps.

type QueryBatchResponseValidationError added in v0.29.1

type QueryBatchResponseValidationError struct {
	// contains filtered or unexported fields
}

QueryBatchResponseValidationError is the validation error returned by QueryBatchResponse.Validate if the designated constraints aren't met.

func (QueryBatchResponseValidationError) Cause added in v0.29.1

Cause function returns cause value.

func (QueryBatchResponseValidationError) Error added in v0.29.1

Error satisfies the builtin error interface

func (QueryBatchResponseValidationError) ErrorName added in v0.29.1

ErrorName returns error name.

func (QueryBatchResponseValidationError) Field added in v0.29.1

Field function returns field value.

func (QueryBatchResponseValidationError) Key added in v0.29.1

Key function returns key value.

func (QueryBatchResponseValidationError) Reason added in v0.29.1

Reason function returns reason value.

type QueryMultiError added in v0.36.0

type QueryMultiError []error

QueryMultiError is an error wrapping multiple validation errors returned by Query.ValidateAll() if the designated constraints aren't met.

func (QueryMultiError) AllErrors added in v0.36.0

func (m QueryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QueryMultiError) Error added in v0.36.0

func (m QueryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type QueryRequest

type QueryRequest struct {
	InstanceId string            `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string            `protobuf:"bytes,7,opt,name=connector,proto3" json:"connector,omitempty"`
	Sql        string            `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"`
	Args       []*structpb.Value `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"`
	Priority   int32             `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	DryRun     bool              `protobuf:"varint,5,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	Limit      int32             `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryRequest) Descriptor deprecated

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

Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.

func (*QueryRequest) GetArgs

func (x *QueryRequest) GetArgs() []*structpb.Value

func (*QueryRequest) GetConnector added in v0.43.0

func (x *QueryRequest) GetConnector() string

func (*QueryRequest) GetDryRun

func (x *QueryRequest) GetDryRun() bool

func (*QueryRequest) GetInstanceId

func (x *QueryRequest) GetInstanceId() string

func (*QueryRequest) GetLimit added in v0.29.0

func (x *QueryRequest) GetLimit() int32

func (*QueryRequest) GetPriority

func (x *QueryRequest) GetPriority() int32

func (*QueryRequest) GetSql

func (x *QueryRequest) GetSql() string

func (*QueryRequest) ProtoMessage

func (*QueryRequest) ProtoMessage()

func (*QueryRequest) ProtoReflect

func (x *QueryRequest) ProtoReflect() protoreflect.Message

func (*QueryRequest) Reset

func (x *QueryRequest) Reset()

func (*QueryRequest) String

func (x *QueryRequest) String() string

func (*QueryRequest) Validate added in v0.20.0

func (m *QueryRequest) Validate() error

Validate checks the field values on QueryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*QueryRequest) ValidateAll added in v0.20.0

func (m *QueryRequest) ValidateAll() error

ValidateAll checks the field values on QueryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryRequestMultiError, or nil if none found.

type QueryRequestMultiError added in v0.20.0

type QueryRequestMultiError []error

QueryRequestMultiError is an error wrapping multiple validation errors returned by QueryRequest.ValidateAll() if the designated constraints aren't met.

func (QueryRequestMultiError) AllErrors added in v0.20.0

func (m QueryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QueryRequestMultiError) Error added in v0.20.0

func (m QueryRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type QueryRequestValidationError added in v0.20.0

type QueryRequestValidationError struct {
	// contains filtered or unexported fields
}

QueryRequestValidationError is the validation error returned by QueryRequest.Validate if the designated constraints aren't met.

func (QueryRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (QueryRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (QueryRequestValidationError) ErrorName added in v0.20.0

func (e QueryRequestValidationError) ErrorName() string

ErrorName returns error name.

func (QueryRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (QueryRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (QueryRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type QueryResponse

type QueryResponse struct {
	Meta *StructType        `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
	Data []*structpb.Struct `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryResponse) Descriptor deprecated

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

Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.

func (*QueryResponse) GetData

func (x *QueryResponse) GetData() []*structpb.Struct

func (*QueryResponse) GetMeta

func (x *QueryResponse) GetMeta() *StructType

func (*QueryResponse) ProtoMessage

func (*QueryResponse) ProtoMessage()

func (*QueryResponse) ProtoReflect

func (x *QueryResponse) ProtoReflect() protoreflect.Message

func (*QueryResponse) Reset

func (x *QueryResponse) Reset()

func (*QueryResponse) String

func (x *QueryResponse) String() string

func (*QueryResponse) Validate added in v0.20.0

func (m *QueryResponse) Validate() error

Validate checks the field values on QueryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*QueryResponse) ValidateAll added in v0.20.0

func (m *QueryResponse) ValidateAll() error

ValidateAll checks the field values on QueryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryResponseMultiError, or nil if none found.

type QueryResponseMultiError added in v0.20.0

type QueryResponseMultiError []error

QueryResponseMultiError is an error wrapping multiple validation errors returned by QueryResponse.ValidateAll() if the designated constraints aren't met.

func (QueryResponseMultiError) AllErrors added in v0.20.0

func (m QueryResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QueryResponseMultiError) Error added in v0.20.0

func (m QueryResponseMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type QueryResponseValidationError added in v0.20.0

type QueryResponseValidationError struct {
	// contains filtered or unexported fields
}

QueryResponseValidationError is the validation error returned by QueryResponse.Validate if the designated constraints aren't met.

func (QueryResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (QueryResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (QueryResponseValidationError) ErrorName added in v0.20.0

func (e QueryResponseValidationError) ErrorName() string

ErrorName returns error name.

func (QueryResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (QueryResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (QueryResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type QueryResult added in v0.36.0

type QueryResult struct {

	// Types that are assignable to Result:
	//
	//	*QueryResult_MetricsViewAggregationResponse
	//	*QueryResult_MetricsViewToplistResponse
	//	*QueryResult_MetricsViewComparisonResponse
	//	*QueryResult_MetricsViewTimeSeriesResponse
	//	*QueryResult_MetricsViewTotalsResponse
	//	*QueryResult_MetricsViewRowsResponse
	//	*QueryResult_ColumnRollupIntervalResponse
	//	*QueryResult_ColumnTopKResponse
	//	*QueryResult_ColumnNullCountResponse
	//	*QueryResult_ColumnDescriptiveStatisticsResponse
	//	*QueryResult_ColumnTimeGrainResponse
	//	*QueryResult_ColumnNumericHistogramResponse
	//	*QueryResult_ColumnRugHistogramResponse
	//	*QueryResult_ColumnTimeRangeResponse
	//	*QueryResult_ColumnCardinalityResponse
	//	*QueryResult_ColumnTimeSeriesResponse
	//	*QueryResult_TableCardinalityResponse
	//	*QueryResult_TableColumnsResponse
	//	*QueryResult_TableRowsResponse
	Result isQueryResult_Result `protobuf_oneof:"result"`
	// contains filtered or unexported fields
}

func (*QueryResult) Descriptor deprecated added in v0.36.0

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

Deprecated: Use QueryResult.ProtoReflect.Descriptor instead.

func (*QueryResult) GetColumnCardinalityResponse added in v0.36.0

func (x *QueryResult) GetColumnCardinalityResponse() *ColumnCardinalityResponse

func (*QueryResult) GetColumnDescriptiveStatisticsResponse added in v0.36.0

func (x *QueryResult) GetColumnDescriptiveStatisticsResponse() *ColumnDescriptiveStatisticsResponse

func (*QueryResult) GetColumnNullCountResponse added in v0.36.0

func (x *QueryResult) GetColumnNullCountResponse() *ColumnNullCountResponse

func (*QueryResult) GetColumnNumericHistogramResponse added in v0.36.0

func (x *QueryResult) GetColumnNumericHistogramResponse() *ColumnNumericHistogramResponse

func (*QueryResult) GetColumnRollupIntervalResponse added in v0.36.0

func (x *QueryResult) GetColumnRollupIntervalResponse() *ColumnRollupIntervalResponse

func (*QueryResult) GetColumnRugHistogramResponse added in v0.36.0

func (x *QueryResult) GetColumnRugHistogramResponse() *ColumnRugHistogramResponse

func (*QueryResult) GetColumnTimeGrainResponse added in v0.36.0

func (x *QueryResult) GetColumnTimeGrainResponse() *ColumnTimeGrainResponse

func (*QueryResult) GetColumnTimeRangeResponse added in v0.36.0

func (x *QueryResult) GetColumnTimeRangeResponse() *ColumnTimeRangeResponse

func (*QueryResult) GetColumnTimeSeriesResponse added in v0.36.0

func (x *QueryResult) GetColumnTimeSeriesResponse() *ColumnTimeSeriesResponse

func (*QueryResult) GetColumnTopKResponse added in v0.36.0

func (x *QueryResult) GetColumnTopKResponse() *ColumnTopKResponse

func (*QueryResult) GetMetricsViewAggregationResponse added in v0.36.0

func (x *QueryResult) GetMetricsViewAggregationResponse() *MetricsViewAggregationResponse

func (*QueryResult) GetMetricsViewComparisonResponse added in v0.37.0

func (x *QueryResult) GetMetricsViewComparisonResponse() *MetricsViewComparisonResponse

func (*QueryResult) GetMetricsViewRowsResponse added in v0.36.0

func (x *QueryResult) GetMetricsViewRowsResponse() *MetricsViewRowsResponse

func (*QueryResult) GetMetricsViewTimeSeriesResponse added in v0.36.0

func (x *QueryResult) GetMetricsViewTimeSeriesResponse() *MetricsViewTimeSeriesResponse

func (*QueryResult) GetMetricsViewToplistResponse added in v0.36.0

func (x *QueryResult) GetMetricsViewToplistResponse() *MetricsViewToplistResponse

func (*QueryResult) GetMetricsViewTotalsResponse added in v0.36.0

func (x *QueryResult) GetMetricsViewTotalsResponse() *MetricsViewTotalsResponse

func (*QueryResult) GetResult added in v0.36.0

func (m *QueryResult) GetResult() isQueryResult_Result

func (*QueryResult) GetTableCardinalityResponse added in v0.36.0

func (x *QueryResult) GetTableCardinalityResponse() *TableCardinalityResponse

func (*QueryResult) GetTableColumnsResponse added in v0.36.0

func (x *QueryResult) GetTableColumnsResponse() *TableColumnsResponse

func (*QueryResult) GetTableRowsResponse added in v0.36.0

func (x *QueryResult) GetTableRowsResponse() *TableRowsResponse

func (*QueryResult) ProtoMessage added in v0.36.0

func (*QueryResult) ProtoMessage()

func (*QueryResult) ProtoReflect added in v0.36.0

func (x *QueryResult) ProtoReflect() protoreflect.Message

func (*QueryResult) Reset added in v0.36.0

func (x *QueryResult) Reset()

func (*QueryResult) String added in v0.36.0

func (x *QueryResult) String() string

func (*QueryResult) Validate added in v0.36.0

func (m *QueryResult) Validate() error

Validate checks the field values on QueryResult with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*QueryResult) ValidateAll added in v0.36.0

func (m *QueryResult) ValidateAll() error

ValidateAll checks the field values on QueryResult with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryResultMultiError, or nil if none found.

type QueryResultMultiError added in v0.36.0

type QueryResultMultiError []error

QueryResultMultiError is an error wrapping multiple validation errors returned by QueryResult.ValidateAll() if the designated constraints aren't met.

func (QueryResultMultiError) AllErrors added in v0.36.0

func (m QueryResultMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (QueryResultMultiError) Error added in v0.36.0

func (m QueryResultMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type QueryResultValidationError added in v0.36.0

type QueryResultValidationError struct {
	// contains filtered or unexported fields
}

QueryResultValidationError is the validation error returned by QueryResult.Validate if the designated constraints aren't met.

func (QueryResultValidationError) Cause added in v0.36.0

Cause function returns cause value.

func (QueryResultValidationError) Error added in v0.36.0

Error satisfies the builtin error interface

func (QueryResultValidationError) ErrorName added in v0.36.0

func (e QueryResultValidationError) ErrorName() string

ErrorName returns error name.

func (QueryResultValidationError) Field added in v0.36.0

Field function returns field value.

func (QueryResultValidationError) Key added in v0.36.0

Key function returns key value.

func (QueryResultValidationError) Reason added in v0.36.0

Reason function returns reason value.

type QueryResult_ColumnCardinalityResponse added in v0.36.0

type QueryResult_ColumnCardinalityResponse struct {
	ColumnCardinalityResponse *ColumnCardinalityResponse `protobuf:"bytes,16,opt,name=column_cardinality_response,json=columnCardinalityResponse,proto3,oneof"`
}

type QueryResult_ColumnDescriptiveStatisticsResponse added in v0.36.0

type QueryResult_ColumnDescriptiveStatisticsResponse struct {
	ColumnDescriptiveStatisticsResponse *ColumnDescriptiveStatisticsResponse `protobuf:"bytes,11,opt,name=column_descriptive_statistics_response,json=columnDescriptiveStatisticsResponse,proto3,oneof"`
}

type QueryResult_ColumnNullCountResponse added in v0.36.0

type QueryResult_ColumnNullCountResponse struct {
	ColumnNullCountResponse *ColumnNullCountResponse `protobuf:"bytes,10,opt,name=column_null_count_response,json=columnNullCountResponse,proto3,oneof"`
}

type QueryResult_ColumnNumericHistogramResponse added in v0.36.0

type QueryResult_ColumnNumericHistogramResponse struct {
	ColumnNumericHistogramResponse *ColumnNumericHistogramResponse `protobuf:"bytes,13,opt,name=column_numeric_histogram_response,json=columnNumericHistogramResponse,proto3,oneof"`
}

type QueryResult_ColumnRollupIntervalResponse added in v0.36.0

type QueryResult_ColumnRollupIntervalResponse struct {
	ColumnRollupIntervalResponse *ColumnRollupIntervalResponse `protobuf:"bytes,8,opt,name=column_rollup_interval_response,json=columnRollupIntervalResponse,proto3,oneof"`
}

type QueryResult_ColumnRugHistogramResponse added in v0.36.0

type QueryResult_ColumnRugHistogramResponse struct {
	ColumnRugHistogramResponse *ColumnRugHistogramResponse `protobuf:"bytes,14,opt,name=column_rug_histogram_response,json=columnRugHistogramResponse,proto3,oneof"`
}

type QueryResult_ColumnTimeGrainResponse added in v0.36.0

type QueryResult_ColumnTimeGrainResponse struct {
	ColumnTimeGrainResponse *ColumnTimeGrainResponse `protobuf:"bytes,12,opt,name=column_time_grain_response,json=columnTimeGrainResponse,proto3,oneof"`
}

type QueryResult_ColumnTimeRangeResponse added in v0.36.0

type QueryResult_ColumnTimeRangeResponse struct {
	ColumnTimeRangeResponse *ColumnTimeRangeResponse `protobuf:"bytes,15,opt,name=column_time_range_response,json=columnTimeRangeResponse,proto3,oneof"`
}

type QueryResult_ColumnTimeSeriesResponse added in v0.36.0

type QueryResult_ColumnTimeSeriesResponse struct {
	ColumnTimeSeriesResponse *ColumnTimeSeriesResponse `protobuf:"bytes,17,opt,name=column_time_series_response,json=columnTimeSeriesResponse,proto3,oneof"`
}

type QueryResult_ColumnTopKResponse added in v0.36.0

type QueryResult_ColumnTopKResponse struct {
	ColumnTopKResponse *ColumnTopKResponse `protobuf:"bytes,9,opt,name=column_top_k_response,json=columnTopKResponse,proto3,oneof"`
}

type QueryResult_MetricsViewAggregationResponse added in v0.36.0

type QueryResult_MetricsViewAggregationResponse struct {
	MetricsViewAggregationResponse *MetricsViewAggregationResponse `protobuf:"bytes,21,opt,name=metrics_view_aggregation_response,json=metricsViewAggregationResponse,proto3,oneof"`
}

type QueryResult_MetricsViewComparisonResponse added in v0.37.0

type QueryResult_MetricsViewComparisonResponse struct {
	MetricsViewComparisonResponse *MetricsViewComparisonResponse `protobuf:"bytes,4,opt,name=metrics_view_comparison_response,json=metricsViewComparisonResponse,proto3,oneof"`
}

type QueryResult_MetricsViewRowsResponse added in v0.36.0

type QueryResult_MetricsViewRowsResponse struct {
	MetricsViewRowsResponse *MetricsViewRowsResponse `protobuf:"bytes,7,opt,name=metrics_view_rows_response,json=metricsViewRowsResponse,proto3,oneof"`
}

type QueryResult_MetricsViewTimeSeriesResponse added in v0.36.0

type QueryResult_MetricsViewTimeSeriesResponse struct {
	MetricsViewTimeSeriesResponse *MetricsViewTimeSeriesResponse `protobuf:"bytes,5,opt,name=metrics_view_time_series_response,json=metricsViewTimeSeriesResponse,proto3,oneof"`
}

type QueryResult_MetricsViewToplistResponse added in v0.36.0

type QueryResult_MetricsViewToplistResponse struct {
	MetricsViewToplistResponse *MetricsViewToplistResponse `protobuf:"bytes,3,opt,name=metrics_view_toplist_response,json=metricsViewToplistResponse,proto3,oneof"`
}

type QueryResult_MetricsViewTotalsResponse added in v0.36.0

type QueryResult_MetricsViewTotalsResponse struct {
	MetricsViewTotalsResponse *MetricsViewTotalsResponse `protobuf:"bytes,6,opt,name=metrics_view_totals_response,json=metricsViewTotalsResponse,proto3,oneof"`
}

type QueryResult_TableCardinalityResponse added in v0.36.0

type QueryResult_TableCardinalityResponse struct {
	TableCardinalityResponse *TableCardinalityResponse `protobuf:"bytes,18,opt,name=table_cardinality_response,json=tableCardinalityResponse,proto3,oneof"`
}

type QueryResult_TableColumnsResponse added in v0.36.0

type QueryResult_TableColumnsResponse struct {
	TableColumnsResponse *TableColumnsResponse `protobuf:"bytes,19,opt,name=table_columns_response,json=tableColumnsResponse,proto3,oneof"`
}

type QueryResult_TableRowsResponse added in v0.36.0

type QueryResult_TableRowsResponse struct {
	TableRowsResponse *TableRowsResponse `protobuf:"bytes,20,opt,name=table_rows_response,json=tableRowsResponse,proto3,oneof"`
}

type QueryServiceClient added in v0.22.0

type QueryServiceClient interface {
	// Query runs a SQL query against the instance's OLAP datastore.
	Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (*QueryResponse, error)
	// Batch request with different queries
	QueryBatch(ctx context.Context, in *QueryBatchRequest, opts ...grpc.CallOption) (QueryService_QueryBatchClient, error)
	// Export builds a URL to download the results of a query as a file.
	Export(ctx context.Context, in *ExportRequest, opts ...grpc.CallOption) (*ExportResponse, error)
	// MetricsViewAggregation is a generic API for running group-by/pivot queries against a metrics view.
	MetricsViewAggregation(ctx context.Context, in *MetricsViewAggregationRequest, opts ...grpc.CallOption) (*MetricsViewAggregationResponse, error)
	// Deprecated - use MetricsViewComparison instead.
	// MetricsViewToplist returns the top dimension values of a metrics view sorted by one or more measures.
	// It's a convenience API for querying a metrics view.
	MetricsViewToplist(ctx context.Context, in *MetricsViewToplistRequest, opts ...grpc.CallOption) (*MetricsViewToplistResponse, error)
	// MetricsViewComparison returns a toplist containing comparison data of another toplist (same dimension/measure but a different time range).
	// Returns a toplist without comparison data if comparison time range is omitted.
	//
	// ie. comparsion toplist:
	// | measure1_base | measure1_previous   | measure1__delta_abs | measure1__delta_rel | dimension |
	// |---------------|---------------------|---------------------|--------------------|-----------|
	// | 2             | 2                   | 0                   | 0                  | Safari    |
	// | 1             | 0                   | 1                   | N/A                | Chrome    |
	// | 0             | 4                   | -4                  | -1.0               | Firefox   |
	//
	// ie. toplist:
	// | measure1 | measure2 | dimension |
	// |----------|----------|-----------|
	// | 2        | 45       | Safari    |
	// | 1        | 350      | Chrome    |
	// | 0        | 25       | Firefox   |
	MetricsViewComparison(ctx context.Context, in *MetricsViewComparisonRequest, opts ...grpc.CallOption) (*MetricsViewComparisonResponse, error)
	// MetricsViewTimeSeries returns time series for the measures in the metrics view.
	// It's a convenience API for querying a metrics view.
	MetricsViewTimeSeries(ctx context.Context, in *MetricsViewTimeSeriesRequest, opts ...grpc.CallOption) (*MetricsViewTimeSeriesResponse, error)
	// MetricsViewTotals returns totals over a time period for the measures in a metrics view.
	// It's a convenience API for querying a metrics view.
	MetricsViewTotals(ctx context.Context, in *MetricsViewTotalsRequest, opts ...grpc.CallOption) (*MetricsViewTotalsResponse, error)
	// MetricsViewRows returns the underlying model rows matching a metrics view time range and filter(s).
	//
	// ie. without granularity
	// | column1 | column2 | dimension |
	// |---------|---------|-----------|
	// | 2       | 2       | Safari    |
	// | 1       | 0       | Chrome    |
	// | 0       | 4       | Firefox   |
	//
	// ie. with granularity
	// | timestamp__day0      | column1 | column2 | dimension |
	// |----------------------|---------|---------|-----------|
	// | 2022-01-01T00:00:00Z | 2       | 2       | Safari    |
	// | 2022-01-01T00:00:00Z | 1       | 0       | Chrome    |
	// | 2022-01-01T00:00:00Z | 0       | 4       | Firefox   |
	MetricsViewRows(ctx context.Context, in *MetricsViewRowsRequest, opts ...grpc.CallOption) (*MetricsViewRowsResponse, error)
	// MetricsViewTimeRange Get the time range summaries (min, max) for time column in a metrics view
	MetricsViewTimeRange(ctx context.Context, in *MetricsViewTimeRangeRequest, opts ...grpc.CallOption) (*MetricsViewTimeRangeResponse, error)
	// MetricsViewSchema Get the data types of measures and dimensions
	MetricsViewSchema(ctx context.Context, in *MetricsViewSchemaRequest, opts ...grpc.CallOption) (*MetricsViewSchemaResponse, error)
	// ColumnRollupInterval returns the minimum time granularity (as well as the time range) for a specified timestamp column
	ColumnRollupInterval(ctx context.Context, in *ColumnRollupIntervalRequest, opts ...grpc.CallOption) (*ColumnRollupIntervalResponse, error)
	// Get TopK elements from a table for a column given an agg function
	// agg function and k are optional, defaults are count(*) and 50 respectively
	ColumnTopK(ctx context.Context, in *ColumnTopKRequest, opts ...grpc.CallOption) (*ColumnTopKResponse, error)
	// Get the number of nulls in a column
	ColumnNullCount(ctx context.Context, in *ColumnNullCountRequest, opts ...grpc.CallOption) (*ColumnNullCountResponse, error)
	// Get basic stats for a numeric column like min, max, mean, stddev, etc
	ColumnDescriptiveStatistics(ctx context.Context, in *ColumnDescriptiveStatisticsRequest, opts ...grpc.CallOption) (*ColumnDescriptiveStatisticsResponse, error)
	// Estimates the smallest time grain present in the column
	ColumnTimeGrain(ctx context.Context, in *ColumnTimeGrainRequest, opts ...grpc.CallOption) (*ColumnTimeGrainResponse, error)
	// Get the histogram for values in a column
	ColumnNumericHistogram(ctx context.Context, in *ColumnNumericHistogramRequest, opts ...grpc.CallOption) (*ColumnNumericHistogramResponse, error)
	// Get outliers for a numeric column
	ColumnRugHistogram(ctx context.Context, in *ColumnRugHistogramRequest, opts ...grpc.CallOption) (*ColumnRugHistogramResponse, error)
	// Get the time range summaries (min, max) for a column
	ColumnTimeRange(ctx context.Context, in *ColumnTimeRangeRequest, opts ...grpc.CallOption) (*ColumnTimeRangeResponse, error)
	// Get cardinality for a column
	ColumnCardinality(ctx context.Context, in *ColumnCardinalityRequest, opts ...grpc.CallOption) (*ColumnCardinalityResponse, error)
	// Generate time series for the given measures (aggregation expressions) along with the sparkline timeseries
	ColumnTimeSeries(ctx context.Context, in *ColumnTimeSeriesRequest, opts ...grpc.CallOption) (*ColumnTimeSeriesResponse, error)
	// TableCardinality returns row count
	TableCardinality(ctx context.Context, in *TableCardinalityRequest, opts ...grpc.CallOption) (*TableCardinalityResponse, error)
	// TableColumns returns column profiles
	TableColumns(ctx context.Context, in *TableColumnsRequest, opts ...grpc.CallOption) (*TableColumnsResponse, error)
	// TableRows returns table rows
	TableRows(ctx context.Context, in *TableRowsRequest, opts ...grpc.CallOption) (*TableRowsResponse, error)
}

QueryServiceClient is the client API for QueryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewQueryServiceClient added in v0.22.0

func NewQueryServiceClient(cc grpc.ClientConnInterface) QueryServiceClient

type QueryServiceServer added in v0.22.0

type QueryServiceServer interface {
	// Query runs a SQL query against the instance's OLAP datastore.
	Query(context.Context, *QueryRequest) (*QueryResponse, error)
	// Batch request with different queries
	QueryBatch(*QueryBatchRequest, QueryService_QueryBatchServer) error
	// Export builds a URL to download the results of a query as a file.
	Export(context.Context, *ExportRequest) (*ExportResponse, error)
	// MetricsViewAggregation is a generic API for running group-by/pivot queries against a metrics view.
	MetricsViewAggregation(context.Context, *MetricsViewAggregationRequest) (*MetricsViewAggregationResponse, error)
	// Deprecated - use MetricsViewComparison instead.
	// MetricsViewToplist returns the top dimension values of a metrics view sorted by one or more measures.
	// It's a convenience API for querying a metrics view.
	MetricsViewToplist(context.Context, *MetricsViewToplistRequest) (*MetricsViewToplistResponse, error)
	// MetricsViewComparison returns a toplist containing comparison data of another toplist (same dimension/measure but a different time range).
	// Returns a toplist without comparison data if comparison time range is omitted.
	//
	// ie. comparsion toplist:
	// | measure1_base | measure1_previous   | measure1__delta_abs | measure1__delta_rel | dimension |
	// |---------------|---------------------|---------------------|--------------------|-----------|
	// | 2             | 2                   | 0                   | 0                  | Safari    |
	// | 1             | 0                   | 1                   | N/A                | Chrome    |
	// | 0             | 4                   | -4                  | -1.0               | Firefox   |
	//
	// ie. toplist:
	// | measure1 | measure2 | dimension |
	// |----------|----------|-----------|
	// | 2        | 45       | Safari    |
	// | 1        | 350      | Chrome    |
	// | 0        | 25       | Firefox   |
	MetricsViewComparison(context.Context, *MetricsViewComparisonRequest) (*MetricsViewComparisonResponse, error)
	// MetricsViewTimeSeries returns time series for the measures in the metrics view.
	// It's a convenience API for querying a metrics view.
	MetricsViewTimeSeries(context.Context, *MetricsViewTimeSeriesRequest) (*MetricsViewTimeSeriesResponse, error)
	// MetricsViewTotals returns totals over a time period for the measures in a metrics view.
	// It's a convenience API for querying a metrics view.
	MetricsViewTotals(context.Context, *MetricsViewTotalsRequest) (*MetricsViewTotalsResponse, error)
	// MetricsViewRows returns the underlying model rows matching a metrics view time range and filter(s).
	//
	// ie. without granularity
	// | column1 | column2 | dimension |
	// |---------|---------|-----------|
	// | 2       | 2       | Safari    |
	// | 1       | 0       | Chrome    |
	// | 0       | 4       | Firefox   |
	//
	// ie. with granularity
	// | timestamp__day0      | column1 | column2 | dimension |
	// |----------------------|---------|---------|-----------|
	// | 2022-01-01T00:00:00Z | 2       | 2       | Safari    |
	// | 2022-01-01T00:00:00Z | 1       | 0       | Chrome    |
	// | 2022-01-01T00:00:00Z | 0       | 4       | Firefox   |
	MetricsViewRows(context.Context, *MetricsViewRowsRequest) (*MetricsViewRowsResponse, error)
	// MetricsViewTimeRange Get the time range summaries (min, max) for time column in a metrics view
	MetricsViewTimeRange(context.Context, *MetricsViewTimeRangeRequest) (*MetricsViewTimeRangeResponse, error)
	// MetricsViewSchema Get the data types of measures and dimensions
	MetricsViewSchema(context.Context, *MetricsViewSchemaRequest) (*MetricsViewSchemaResponse, error)
	// ColumnRollupInterval returns the minimum time granularity (as well as the time range) for a specified timestamp column
	ColumnRollupInterval(context.Context, *ColumnRollupIntervalRequest) (*ColumnRollupIntervalResponse, error)
	// Get TopK elements from a table for a column given an agg function
	// agg function and k are optional, defaults are count(*) and 50 respectively
	ColumnTopK(context.Context, *ColumnTopKRequest) (*ColumnTopKResponse, error)
	// Get the number of nulls in a column
	ColumnNullCount(context.Context, *ColumnNullCountRequest) (*ColumnNullCountResponse, error)
	// Get basic stats for a numeric column like min, max, mean, stddev, etc
	ColumnDescriptiveStatistics(context.Context, *ColumnDescriptiveStatisticsRequest) (*ColumnDescriptiveStatisticsResponse, error)
	// Estimates the smallest time grain present in the column
	ColumnTimeGrain(context.Context, *ColumnTimeGrainRequest) (*ColumnTimeGrainResponse, error)
	// Get the histogram for values in a column
	ColumnNumericHistogram(context.Context, *ColumnNumericHistogramRequest) (*ColumnNumericHistogramResponse, error)
	// Get outliers for a numeric column
	ColumnRugHistogram(context.Context, *ColumnRugHistogramRequest) (*ColumnRugHistogramResponse, error)
	// Get the time range summaries (min, max) for a column
	ColumnTimeRange(context.Context, *ColumnTimeRangeRequest) (*ColumnTimeRangeResponse, error)
	// Get cardinality for a column
	ColumnCardinality(context.Context, *ColumnCardinalityRequest) (*ColumnCardinalityResponse, error)
	// Generate time series for the given measures (aggregation expressions) along with the sparkline timeseries
	ColumnTimeSeries(context.Context, *ColumnTimeSeriesRequest) (*ColumnTimeSeriesResponse, error)
	// TableCardinality returns row count
	TableCardinality(context.Context, *TableCardinalityRequest) (*TableCardinalityResponse, error)
	// TableColumns returns column profiles
	TableColumns(context.Context, *TableColumnsRequest) (*TableColumnsResponse, error)
	// TableRows returns table rows
	TableRows(context.Context, *TableRowsRequest) (*TableRowsResponse, error)
	// contains filtered or unexported methods
}

QueryServiceServer is the server API for QueryService service. All implementations must embed UnimplementedQueryServiceServer for forward compatibility

type QueryService_QueryBatchClient added in v0.29.1

type QueryService_QueryBatchClient interface {
	Recv() (*QueryBatchResponse, error)
	grpc.ClientStream
}

type QueryService_QueryBatchServer added in v0.29.1

type QueryService_QueryBatchServer interface {
	Send(*QueryBatchResponse) error
	grpc.ServerStream
}

type QueryValidationError added in v0.36.0

type QueryValidationError struct {
	// contains filtered or unexported fields
}

QueryValidationError is the validation error returned by Query.Validate if the designated constraints aren't met.

func (QueryValidationError) Cause added in v0.36.0

func (e QueryValidationError) Cause() error

Cause function returns cause value.

func (QueryValidationError) Error added in v0.36.0

func (e QueryValidationError) Error() string

Error satisfies the builtin error interface

func (QueryValidationError) ErrorName added in v0.36.0

func (e QueryValidationError) ErrorName() string

ErrorName returns error name.

func (QueryValidationError) Field added in v0.36.0

func (e QueryValidationError) Field() string

Field function returns field value.

func (QueryValidationError) Key added in v0.36.0

func (e QueryValidationError) Key() bool

Key function returns key value.

func (QueryValidationError) Reason added in v0.36.0

func (e QueryValidationError) Reason() string

Reason function returns reason value.

type Query_ColumnCardinalityRequest added in v0.36.0

type Query_ColumnCardinalityRequest struct {
	ColumnCardinalityRequest *ColumnCardinalityRequest `protobuf:"bytes,15,opt,name=column_cardinality_request,json=columnCardinalityRequest,proto3,oneof"`
}

type Query_ColumnDescriptiveStatisticsRequest added in v0.36.0

type Query_ColumnDescriptiveStatisticsRequest struct {
	ColumnDescriptiveStatisticsRequest *ColumnDescriptiveStatisticsRequest `protobuf:"bytes,10,opt,name=column_descriptive_statistics_request,json=columnDescriptiveStatisticsRequest,proto3,oneof"`
}

type Query_ColumnNullCountRequest added in v0.36.0

type Query_ColumnNullCountRequest struct {
	ColumnNullCountRequest *ColumnNullCountRequest `protobuf:"bytes,9,opt,name=column_null_count_request,json=columnNullCountRequest,proto3,oneof"`
}

type Query_ColumnNumericHistogramRequest added in v0.36.0

type Query_ColumnNumericHistogramRequest struct {
	ColumnNumericHistogramRequest *ColumnNumericHistogramRequest `protobuf:"bytes,12,opt,name=column_numeric_histogram_request,json=columnNumericHistogramRequest,proto3,oneof"`
}

type Query_ColumnRollupIntervalRequest added in v0.36.0

type Query_ColumnRollupIntervalRequest struct {
	ColumnRollupIntervalRequest *ColumnRollupIntervalRequest `protobuf:"bytes,7,opt,name=column_rollup_interval_request,json=columnRollupIntervalRequest,proto3,oneof"`
}

type Query_ColumnRugHistogramRequest added in v0.36.0

type Query_ColumnRugHistogramRequest struct {
	ColumnRugHistogramRequest *ColumnRugHistogramRequest `protobuf:"bytes,13,opt,name=column_rug_histogram_request,json=columnRugHistogramRequest,proto3,oneof"`
}

type Query_ColumnTimeGrainRequest added in v0.36.0

type Query_ColumnTimeGrainRequest struct {
	ColumnTimeGrainRequest *ColumnTimeGrainRequest `protobuf:"bytes,11,opt,name=column_time_grain_request,json=columnTimeGrainRequest,proto3,oneof"`
}

type Query_ColumnTimeRangeRequest added in v0.36.0

type Query_ColumnTimeRangeRequest struct {
	ColumnTimeRangeRequest *ColumnTimeRangeRequest `protobuf:"bytes,14,opt,name=column_time_range_request,json=columnTimeRangeRequest,proto3,oneof"`
}

type Query_ColumnTimeSeriesRequest added in v0.36.0

type Query_ColumnTimeSeriesRequest struct {
	ColumnTimeSeriesRequest *ColumnTimeSeriesRequest `protobuf:"bytes,16,opt,name=column_time_series_request,json=columnTimeSeriesRequest,proto3,oneof"`
}

type Query_ColumnTopKRequest added in v0.36.0

type Query_ColumnTopKRequest struct {
	ColumnTopKRequest *ColumnTopKRequest `protobuf:"bytes,8,opt,name=column_top_k_request,json=columnTopKRequest,proto3,oneof"`
}

type Query_MetricsViewAggregationRequest added in v0.36.0

type Query_MetricsViewAggregationRequest struct {
	MetricsViewAggregationRequest *MetricsViewAggregationRequest `protobuf:"bytes,20,opt,name=metrics_view_aggregation_request,json=metricsViewAggregationRequest,proto3,oneof"`
}

type Query_MetricsViewComparisonRequest added in v0.37.0

type Query_MetricsViewComparisonRequest struct {
	MetricsViewComparisonRequest *MetricsViewComparisonRequest `protobuf:"bytes,3,opt,name=metrics_view_comparison_request,json=metricsViewComparisonRequest,proto3,oneof"`
}

type Query_MetricsViewRowsRequest added in v0.36.0

type Query_MetricsViewRowsRequest struct {
	MetricsViewRowsRequest *MetricsViewRowsRequest `protobuf:"bytes,6,opt,name=metrics_view_rows_request,json=metricsViewRowsRequest,proto3,oneof"`
}

type Query_MetricsViewTimeSeriesRequest added in v0.36.0

type Query_MetricsViewTimeSeriesRequest struct {
	MetricsViewTimeSeriesRequest *MetricsViewTimeSeriesRequest `protobuf:"bytes,4,opt,name=metrics_view_time_series_request,json=metricsViewTimeSeriesRequest,proto3,oneof"`
}

type Query_MetricsViewToplistRequest added in v0.36.0

type Query_MetricsViewToplistRequest struct {
	MetricsViewToplistRequest *MetricsViewToplistRequest `protobuf:"bytes,2,opt,name=metrics_view_toplist_request,json=metricsViewToplistRequest,proto3,oneof"`
}

type Query_MetricsViewTotalsRequest added in v0.36.0

type Query_MetricsViewTotalsRequest struct {
	MetricsViewTotalsRequest *MetricsViewTotalsRequest `protobuf:"bytes,5,opt,name=metrics_view_totals_request,json=metricsViewTotalsRequest,proto3,oneof"`
}

type Query_TableCardinalityRequest added in v0.36.0

type Query_TableCardinalityRequest struct {
	TableCardinalityRequest *TableCardinalityRequest `protobuf:"bytes,17,opt,name=table_cardinality_request,json=tableCardinalityRequest,proto3,oneof"`
}

type Query_TableColumnsRequest added in v0.36.0

type Query_TableColumnsRequest struct {
	TableColumnsRequest *TableColumnsRequest `protobuf:"bytes,18,opt,name=table_columns_request,json=tableColumnsRequest,proto3,oneof"`
}

type Query_TableRowsRequest added in v0.36.0

type Query_TableRowsRequest struct {
	TableRowsRequest *TableRowsRequest `protobuf:"bytes,19,opt,name=table_rows_request,json=tableRowsRequest,proto3,oneof"`
}

type ReconcileError

type ReconcileError struct {

	// Code denotes the category of error
	Code ReconcileError_Code `protobuf:"varint,1,opt,name=code,proto3,enum=rill.runtime.v1.ReconcileError_Code" json:"code,omitempty"`
	// Message is a developer-friendly error message
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// File path of the code artifact that this error relates to (if any)
	FilePath string `protobuf:"bytes,3,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	// Property path of the error in the code artifact (if any).
	// It's represented as a JS-style property path, e.g. "key0.key1[index2].key3".
	// It only applies to structured code artifacts (i.e. YAML).
	// Only applicable if file_path is set.
	PropertyPath []string `protobuf:"bytes,4,rep,name=property_path,json=propertyPath,proto3" json:"property_path,omitempty"`
	// Start location of the error in the code artifact (if any).
	// Only applicable if file_path is set.
	StartLocation *ReconcileError_CharLocation `protobuf:"bytes,5,opt,name=start_location,json=startLocation,proto3" json:"start_location,omitempty"`
	// End location of the error in the code artifact (if any).
	// Only applicable if file_path and start_location is set.
	EndLocation *ReconcileError_CharLocation `protobuf:"bytes,6,opt,name=end_location,json=endLocation,proto3" json:"end_location,omitempty"`
	// contains filtered or unexported fields
}

ReconcileError represents an error encountered while running Reconcile.

func (*ReconcileError) Descriptor deprecated

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

Deprecated: Use ReconcileError.ProtoReflect.Descriptor instead.

func (*ReconcileError) GetCode

func (x *ReconcileError) GetCode() ReconcileError_Code

func (*ReconcileError) GetEndLocation

func (x *ReconcileError) GetEndLocation() *ReconcileError_CharLocation

func (*ReconcileError) GetFilePath

func (x *ReconcileError) GetFilePath() string

func (*ReconcileError) GetMessage

func (x *ReconcileError) GetMessage() string

func (*ReconcileError) GetPropertyPath

func (x *ReconcileError) GetPropertyPath() []string

func (*ReconcileError) GetStartLocation

func (x *ReconcileError) GetStartLocation() *ReconcileError_CharLocation

func (*ReconcileError) ProtoMessage

func (*ReconcileError) ProtoMessage()

func (*ReconcileError) ProtoReflect

func (x *ReconcileError) ProtoReflect() protoreflect.Message

func (*ReconcileError) Reset

func (x *ReconcileError) Reset()

func (*ReconcileError) String

func (x *ReconcileError) String() string

func (*ReconcileError) Validate added in v0.20.0

func (m *ReconcileError) Validate() error

Validate checks the field values on ReconcileError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReconcileError) ValidateAll added in v0.20.0

func (m *ReconcileError) ValidateAll() error

ValidateAll checks the field values on ReconcileError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReconcileErrorMultiError, or nil if none found.

type ReconcileErrorMultiError added in v0.20.0

type ReconcileErrorMultiError []error

ReconcileErrorMultiError is an error wrapping multiple validation errors returned by ReconcileError.ValidateAll() if the designated constraints aren't met.

func (ReconcileErrorMultiError) AllErrors added in v0.20.0

func (m ReconcileErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReconcileErrorMultiError) Error added in v0.20.0

func (m ReconcileErrorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ReconcileErrorValidationError added in v0.20.0

type ReconcileErrorValidationError struct {
	// contains filtered or unexported fields
}

ReconcileErrorValidationError is the validation error returned by ReconcileError.Validate if the designated constraints aren't met.

func (ReconcileErrorValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ReconcileErrorValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ReconcileErrorValidationError) ErrorName added in v0.20.0

func (e ReconcileErrorValidationError) ErrorName() string

ErrorName returns error name.

func (ReconcileErrorValidationError) Field added in v0.20.0

Field function returns field value.

func (ReconcileErrorValidationError) Key added in v0.20.0

Key function returns key value.

func (ReconcileErrorValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ReconcileError_CharLocation

type ReconcileError_CharLocation struct {
	Line   uint32 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
	Column uint32 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"`
	// contains filtered or unexported fields
}

CharLocation is a line and column in a code artifact

func (*ReconcileError_CharLocation) Descriptor deprecated

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

Deprecated: Use ReconcileError_CharLocation.ProtoReflect.Descriptor instead.

func (*ReconcileError_CharLocation) GetColumn

func (x *ReconcileError_CharLocation) GetColumn() uint32

func (*ReconcileError_CharLocation) GetLine

func (x *ReconcileError_CharLocation) GetLine() uint32

func (*ReconcileError_CharLocation) ProtoMessage

func (*ReconcileError_CharLocation) ProtoMessage()

func (*ReconcileError_CharLocation) ProtoReflect

func (*ReconcileError_CharLocation) Reset

func (x *ReconcileError_CharLocation) Reset()

func (*ReconcileError_CharLocation) String

func (x *ReconcileError_CharLocation) String() string

func (*ReconcileError_CharLocation) Validate added in v0.20.0

func (m *ReconcileError_CharLocation) Validate() error

Validate checks the field values on ReconcileError_CharLocation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReconcileError_CharLocation) ValidateAll added in v0.20.0

func (m *ReconcileError_CharLocation) ValidateAll() error

ValidateAll checks the field values on ReconcileError_CharLocation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReconcileError_CharLocationMultiError, or nil if none found.

type ReconcileError_CharLocationMultiError added in v0.20.0

type ReconcileError_CharLocationMultiError []error

ReconcileError_CharLocationMultiError is an error wrapping multiple validation errors returned by ReconcileError_CharLocation.ValidateAll() if the designated constraints aren't met.

func (ReconcileError_CharLocationMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (ReconcileError_CharLocationMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type ReconcileError_CharLocationValidationError added in v0.20.0

type ReconcileError_CharLocationValidationError struct {
	// contains filtered or unexported fields
}

ReconcileError_CharLocationValidationError is the validation error returned by ReconcileError_CharLocation.Validate if the designated constraints aren't met.

func (ReconcileError_CharLocationValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ReconcileError_CharLocationValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ReconcileError_CharLocationValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (ReconcileError_CharLocationValidationError) Field added in v0.20.0

Field function returns field value.

func (ReconcileError_CharLocationValidationError) Key added in v0.20.0

Key function returns key value.

func (ReconcileError_CharLocationValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ReconcileError_Code

type ReconcileError_Code int32

Code represents different categories of reconciliation errors

const (
	// Unspecified error
	ReconcileError_CODE_UNSPECIFIED ReconcileError_Code = 0
	// Code artifact failed to parse
	ReconcileError_CODE_SYNTAX ReconcileError_Code = 1
	// Code artifact has internal validation errors
	ReconcileError_CODE_VALIDATION ReconcileError_Code = 2
	// Code artifact is valid, but has invalid dependencies
	ReconcileError_CODE_DEPENDENCY ReconcileError_Code = 3
	// Error returned from the OLAP database
	ReconcileError_CODE_OLAP ReconcileError_Code = 4
	// Error encountered during source inspection or ingestion
	ReconcileError_CODE_SOURCE ReconcileError_Code = 5
	// Error returned when unauthorised to access remote sources
	ReconcileError_CODE_SOURCE_PERMISSION_DENIED ReconcileError_Code = 6
)

func (ReconcileError_Code) Descriptor

func (ReconcileError_Code) Enum

func (ReconcileError_Code) EnumDescriptor deprecated

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

Deprecated: Use ReconcileError_Code.Descriptor instead.

func (ReconcileError_Code) Number

func (ReconcileError_Code) String

func (x ReconcileError_Code) String() string

func (ReconcileError_Code) Type

type ReconcileRequest

type ReconcileRequest struct {

	// Instance to reconcile
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Changed paths provides a way to "hint" what files have changed in the repo, enabling
	// reconciliation to execute faster by not scanning all code artifacts for changes.
	ChangedPaths []string `protobuf:"bytes,2,rep,name=changed_paths,json=changedPaths,proto3" json:"changed_paths,omitempty"`
	// Forced paths is used to force run reconcile on certain files.
	// This is mainly used by UI to reconcile paths missing in catalog and get errors if any.
	ForcedPaths []string `protobuf:"bytes,3,rep,name=forced_paths,json=forcedPaths,proto3" json:"forced_paths,omitempty"`
	// If true, will validate the file artifacts, but not actually execute any migrations
	Dry bool `protobuf:"varint,4,opt,name=dry,proto3" json:"dry,omitempty"`
	// If true, will not execute any migrations if any artifact fails to validate.
	// Otherwise, it will execute a best-effort reconciliation (including dropping objects with
	// artifacts that fail to validate.)
	Strict bool `protobuf:"varint,5,opt,name=strict,proto3" json:"strict,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.Reconcile

func (*ReconcileRequest) Descriptor deprecated

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

Deprecated: Use ReconcileRequest.ProtoReflect.Descriptor instead.

func (*ReconcileRequest) GetChangedPaths

func (x *ReconcileRequest) GetChangedPaths() []string

func (*ReconcileRequest) GetDry

func (x *ReconcileRequest) GetDry() bool

func (*ReconcileRequest) GetForcedPaths

func (x *ReconcileRequest) GetForcedPaths() []string

func (*ReconcileRequest) GetInstanceId

func (x *ReconcileRequest) GetInstanceId() string

func (*ReconcileRequest) GetStrict

func (x *ReconcileRequest) GetStrict() bool

func (*ReconcileRequest) ProtoMessage

func (*ReconcileRequest) ProtoMessage()

func (*ReconcileRequest) ProtoReflect

func (x *ReconcileRequest) ProtoReflect() protoreflect.Message

func (*ReconcileRequest) Reset

func (x *ReconcileRequest) Reset()

func (*ReconcileRequest) String

func (x *ReconcileRequest) String() string

func (*ReconcileRequest) Validate added in v0.20.0

func (m *ReconcileRequest) Validate() error

Validate checks the field values on ReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReconcileRequest) ValidateAll added in v0.20.0

func (m *ReconcileRequest) ValidateAll() error

ValidateAll checks the field values on ReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReconcileRequestMultiError, or nil if none found.

type ReconcileRequestMultiError added in v0.20.0

type ReconcileRequestMultiError []error

ReconcileRequestMultiError is an error wrapping multiple validation errors returned by ReconcileRequest.ValidateAll() if the designated constraints aren't met.

func (ReconcileRequestMultiError) AllErrors added in v0.20.0

func (m ReconcileRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReconcileRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type ReconcileRequestValidationError added in v0.20.0

type ReconcileRequestValidationError struct {
	// contains filtered or unexported fields
}

ReconcileRequestValidationError is the validation error returned by ReconcileRequest.Validate if the designated constraints aren't met.

func (ReconcileRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ReconcileRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ReconcileRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (ReconcileRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (ReconcileRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (ReconcileRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ReconcileResponse

type ReconcileResponse struct {

	// Errors encountered during reconciliation. If strict = false, any path in
	// affected_paths without an error can be assumed to have been reconciled succesfully.
	Errors []*ReconcileError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	// affected_paths lists all the file artifact paths that were considered while
	// executing the reconciliation. If changed_paths was empty, this will include all
	// code artifacts in the repo.
	AffectedPaths []string `protobuf:"bytes,2,rep,name=affected_paths,json=affectedPaths,proto3" json:"affected_paths,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.Reconcile

func (*ReconcileResponse) Descriptor deprecated

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

Deprecated: Use ReconcileResponse.ProtoReflect.Descriptor instead.

func (*ReconcileResponse) GetAffectedPaths

func (x *ReconcileResponse) GetAffectedPaths() []string

func (*ReconcileResponse) GetErrors

func (x *ReconcileResponse) GetErrors() []*ReconcileError

func (*ReconcileResponse) ProtoMessage

func (*ReconcileResponse) ProtoMessage()

func (*ReconcileResponse) ProtoReflect

func (x *ReconcileResponse) ProtoReflect() protoreflect.Message

func (*ReconcileResponse) Reset

func (x *ReconcileResponse) Reset()

func (*ReconcileResponse) String

func (x *ReconcileResponse) String() string

func (*ReconcileResponse) Validate added in v0.20.0

func (m *ReconcileResponse) Validate() error

Validate checks the field values on ReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReconcileResponse) ValidateAll added in v0.20.0

func (m *ReconcileResponse) ValidateAll() error

ValidateAll checks the field values on ReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReconcileResponseMultiError, or nil if none found.

type ReconcileResponseMultiError added in v0.20.0

type ReconcileResponseMultiError []error

ReconcileResponseMultiError is an error wrapping multiple validation errors returned by ReconcileResponse.ValidateAll() if the designated constraints aren't met.

func (ReconcileResponseMultiError) AllErrors added in v0.20.0

func (m ReconcileResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReconcileResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type ReconcileResponseValidationError added in v0.20.0

type ReconcileResponseValidationError struct {
	// contains filtered or unexported fields
}

ReconcileResponseValidationError is the validation error returned by ReconcileResponse.Validate if the designated constraints aren't met.

func (ReconcileResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (ReconcileResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (ReconcileResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (ReconcileResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (ReconcileResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (ReconcileResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type ReconcileStatus added in v0.33.0

type ReconcileStatus int32
const (
	ReconcileStatus_RECONCILE_STATUS_UNSPECIFIED ReconcileStatus = 0
	ReconcileStatus_RECONCILE_STATUS_IDLE        ReconcileStatus = 1
	ReconcileStatus_RECONCILE_STATUS_PENDING     ReconcileStatus = 2
	ReconcileStatus_RECONCILE_STATUS_RUNNING     ReconcileStatus = 3
)

func (ReconcileStatus) Descriptor added in v0.33.0

func (ReconcileStatus) Enum added in v0.33.0

func (x ReconcileStatus) Enum() *ReconcileStatus

func (ReconcileStatus) EnumDescriptor deprecated added in v0.33.0

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

Deprecated: Use ReconcileStatus.Descriptor instead.

func (ReconcileStatus) Number added in v0.33.0

func (ReconcileStatus) String added in v0.33.0

func (x ReconcileStatus) String() string

func (ReconcileStatus) Type added in v0.33.0

type RefreshAndReconcileRequest

type RefreshAndReconcileRequest struct {

	// Instance to store file in and reconcile
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Current path of the file
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// If true, will save the file and validate it and related file artifacts, but not actually execute any migrations.
	Dry bool `protobuf:"varint,3,opt,name=dry,proto3" json:"dry,omitempty"`
	// If true, will not execute any migrations if any artifact fails to validate.
	// Otherwise, it will execute a best-effort reconciliation (including dropping objects with
	// artifacts that fail to validate.)
	Strict bool `protobuf:"varint,5,opt,name=strict,proto3" json:"strict,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshAndReconcileRequest) Descriptor deprecated

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

Deprecated: Use RefreshAndReconcileRequest.ProtoReflect.Descriptor instead.

func (*RefreshAndReconcileRequest) GetDry

func (x *RefreshAndReconcileRequest) GetDry() bool

func (*RefreshAndReconcileRequest) GetInstanceId

func (x *RefreshAndReconcileRequest) GetInstanceId() string

func (*RefreshAndReconcileRequest) GetPath

func (x *RefreshAndReconcileRequest) GetPath() string

func (*RefreshAndReconcileRequest) GetStrict

func (x *RefreshAndReconcileRequest) GetStrict() bool

func (*RefreshAndReconcileRequest) ProtoMessage

func (*RefreshAndReconcileRequest) ProtoMessage()

func (*RefreshAndReconcileRequest) ProtoReflect

func (*RefreshAndReconcileRequest) Reset

func (x *RefreshAndReconcileRequest) Reset()

func (*RefreshAndReconcileRequest) String

func (x *RefreshAndReconcileRequest) String() string

func (*RefreshAndReconcileRequest) Validate added in v0.20.0

func (m *RefreshAndReconcileRequest) Validate() error

Validate checks the field values on RefreshAndReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshAndReconcileRequest) ValidateAll added in v0.20.0

func (m *RefreshAndReconcileRequest) ValidateAll() error

ValidateAll checks the field values on RefreshAndReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshAndReconcileRequestMultiError, or nil if none found.

type RefreshAndReconcileRequestMultiError added in v0.20.0

type RefreshAndReconcileRequestMultiError []error

RefreshAndReconcileRequestMultiError is an error wrapping multiple validation errors returned by RefreshAndReconcileRequest.ValidateAll() if the designated constraints aren't met.

func (RefreshAndReconcileRequestMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (RefreshAndReconcileRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type RefreshAndReconcileRequestValidationError added in v0.20.0

type RefreshAndReconcileRequestValidationError struct {
	// contains filtered or unexported fields
}

RefreshAndReconcileRequestValidationError is the validation error returned by RefreshAndReconcileRequest.Validate if the designated constraints aren't met.

func (RefreshAndReconcileRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (RefreshAndReconcileRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (RefreshAndReconcileRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (RefreshAndReconcileRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (RefreshAndReconcileRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (RefreshAndReconcileRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type RefreshAndReconcileResponse

type RefreshAndReconcileResponse struct {

	// Errors encountered during reconciliation. If strict = false, any path in
	// affected_paths without an error can be assumed to have been reconciled succesfully.
	Errors []*ReconcileError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	// affected_paths lists all the file artifact paths that were considered while
	// executing the reconciliation. If changed_paths was empty, this will include all
	// code artifacts in the repo.
	AffectedPaths []string `protobuf:"bytes,2,rep,name=affected_paths,json=affectedPaths,proto3" json:"affected_paths,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshAndReconcileResponse) Descriptor deprecated

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

Deprecated: Use RefreshAndReconcileResponse.ProtoReflect.Descriptor instead.

func (*RefreshAndReconcileResponse) GetAffectedPaths

func (x *RefreshAndReconcileResponse) GetAffectedPaths() []string

func (*RefreshAndReconcileResponse) GetErrors

func (x *RefreshAndReconcileResponse) GetErrors() []*ReconcileError

func (*RefreshAndReconcileResponse) ProtoMessage

func (*RefreshAndReconcileResponse) ProtoMessage()

func (*RefreshAndReconcileResponse) ProtoReflect

func (*RefreshAndReconcileResponse) Reset

func (x *RefreshAndReconcileResponse) Reset()

func (*RefreshAndReconcileResponse) String

func (x *RefreshAndReconcileResponse) String() string

func (*RefreshAndReconcileResponse) Validate added in v0.20.0

func (m *RefreshAndReconcileResponse) Validate() error

Validate checks the field values on RefreshAndReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshAndReconcileResponse) ValidateAll added in v0.20.0

func (m *RefreshAndReconcileResponse) ValidateAll() error

ValidateAll checks the field values on RefreshAndReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshAndReconcileResponseMultiError, or nil if none found.

type RefreshAndReconcileResponseMultiError added in v0.20.0

type RefreshAndReconcileResponseMultiError []error

RefreshAndReconcileResponseMultiError is an error wrapping multiple validation errors returned by RefreshAndReconcileResponse.ValidateAll() if the designated constraints aren't met.

func (RefreshAndReconcileResponseMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (RefreshAndReconcileResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type RefreshAndReconcileResponseValidationError added in v0.20.0

type RefreshAndReconcileResponseValidationError struct {
	// contains filtered or unexported fields
}

RefreshAndReconcileResponseValidationError is the validation error returned by RefreshAndReconcileResponse.Validate if the designated constraints aren't met.

func (RefreshAndReconcileResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (RefreshAndReconcileResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (RefreshAndReconcileResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (RefreshAndReconcileResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (RefreshAndReconcileResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (RefreshAndReconcileResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type RefreshTrigger added in v0.30.0

type RefreshTrigger struct {
	Spec  *RefreshTriggerSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *RefreshTriggerState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTrigger) Descriptor deprecated added in v0.30.0

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

Deprecated: Use RefreshTrigger.ProtoReflect.Descriptor instead.

func (*RefreshTrigger) GetSpec added in v0.30.0

func (x *RefreshTrigger) GetSpec() *RefreshTriggerSpec

func (*RefreshTrigger) GetState added in v0.30.0

func (x *RefreshTrigger) GetState() *RefreshTriggerState

func (*RefreshTrigger) ProtoMessage added in v0.30.0

func (*RefreshTrigger) ProtoMessage()

func (*RefreshTrigger) ProtoReflect added in v0.30.0

func (x *RefreshTrigger) ProtoReflect() protoreflect.Message

func (*RefreshTrigger) Reset added in v0.30.0

func (x *RefreshTrigger) Reset()

func (*RefreshTrigger) String added in v0.30.0

func (x *RefreshTrigger) String() string

func (*RefreshTrigger) Validate added in v0.30.0

func (m *RefreshTrigger) Validate() error

Validate checks the field values on RefreshTrigger with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshTrigger) ValidateAll added in v0.30.0

func (m *RefreshTrigger) ValidateAll() error

ValidateAll checks the field values on RefreshTrigger with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTriggerMultiError, or nil if none found.

type RefreshTriggerMultiError added in v0.30.0

type RefreshTriggerMultiError []error

RefreshTriggerMultiError is an error wrapping multiple validation errors returned by RefreshTrigger.ValidateAll() if the designated constraints aren't met.

func (RefreshTriggerMultiError) AllErrors added in v0.30.0

func (m RefreshTriggerMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTriggerMultiError) Error added in v0.30.0

func (m RefreshTriggerMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RefreshTriggerSpec added in v0.30.0

type RefreshTriggerSpec struct {
	OnlyNames []*ResourceName `protobuf:"bytes,1,rep,name=only_names,json=onlyNames,proto3" json:"only_names,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTriggerSpec) Descriptor deprecated added in v0.30.0

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

Deprecated: Use RefreshTriggerSpec.ProtoReflect.Descriptor instead.

func (*RefreshTriggerSpec) GetOnlyNames added in v0.30.0

func (x *RefreshTriggerSpec) GetOnlyNames() []*ResourceName

func (*RefreshTriggerSpec) ProtoMessage added in v0.30.0

func (*RefreshTriggerSpec) ProtoMessage()

func (*RefreshTriggerSpec) ProtoReflect added in v0.30.0

func (x *RefreshTriggerSpec) ProtoReflect() protoreflect.Message

func (*RefreshTriggerSpec) Reset added in v0.30.0

func (x *RefreshTriggerSpec) Reset()

func (*RefreshTriggerSpec) String added in v0.30.0

func (x *RefreshTriggerSpec) String() string

func (*RefreshTriggerSpec) Validate added in v0.30.0

func (m *RefreshTriggerSpec) Validate() error

Validate checks the field values on RefreshTriggerSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshTriggerSpec) ValidateAll added in v0.30.0

func (m *RefreshTriggerSpec) ValidateAll() error

ValidateAll checks the field values on RefreshTriggerSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTriggerSpecMultiError, or nil if none found.

type RefreshTriggerSpecMultiError added in v0.30.0

type RefreshTriggerSpecMultiError []error

RefreshTriggerSpecMultiError is an error wrapping multiple validation errors returned by RefreshTriggerSpec.ValidateAll() if the designated constraints aren't met.

func (RefreshTriggerSpecMultiError) AllErrors added in v0.30.0

func (m RefreshTriggerSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTriggerSpecMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type RefreshTriggerSpecValidationError added in v0.30.0

type RefreshTriggerSpecValidationError struct {
	// contains filtered or unexported fields
}

RefreshTriggerSpecValidationError is the validation error returned by RefreshTriggerSpec.Validate if the designated constraints aren't met.

func (RefreshTriggerSpecValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (RefreshTriggerSpecValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (RefreshTriggerSpecValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (RefreshTriggerSpecValidationError) Field added in v0.30.0

Field function returns field value.

func (RefreshTriggerSpecValidationError) Key added in v0.30.0

Key function returns key value.

func (RefreshTriggerSpecValidationError) Reason added in v0.30.0

Reason function returns reason value.

type RefreshTriggerState added in v0.30.0

type RefreshTriggerState struct {
	// contains filtered or unexported fields
}

func (*RefreshTriggerState) Descriptor deprecated added in v0.30.0

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

Deprecated: Use RefreshTriggerState.ProtoReflect.Descriptor instead.

func (*RefreshTriggerState) ProtoMessage added in v0.30.0

func (*RefreshTriggerState) ProtoMessage()

func (*RefreshTriggerState) ProtoReflect added in v0.30.0

func (x *RefreshTriggerState) ProtoReflect() protoreflect.Message

func (*RefreshTriggerState) Reset added in v0.30.0

func (x *RefreshTriggerState) Reset()

func (*RefreshTriggerState) String added in v0.30.0

func (x *RefreshTriggerState) String() string

func (*RefreshTriggerState) Validate added in v0.30.0

func (m *RefreshTriggerState) Validate() error

Validate checks the field values on RefreshTriggerState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RefreshTriggerState) ValidateAll added in v0.30.0

func (m *RefreshTriggerState) ValidateAll() error

ValidateAll checks the field values on RefreshTriggerState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTriggerStateMultiError, or nil if none found.

type RefreshTriggerStateMultiError added in v0.30.0

type RefreshTriggerStateMultiError []error

RefreshTriggerStateMultiError is an error wrapping multiple validation errors returned by RefreshTriggerState.ValidateAll() if the designated constraints aren't met.

func (RefreshTriggerStateMultiError) AllErrors added in v0.30.0

func (m RefreshTriggerStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RefreshTriggerStateMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type RefreshTriggerStateValidationError added in v0.30.0

type RefreshTriggerStateValidationError struct {
	// contains filtered or unexported fields
}

RefreshTriggerStateValidationError is the validation error returned by RefreshTriggerState.Validate if the designated constraints aren't met.

func (RefreshTriggerStateValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (RefreshTriggerStateValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (RefreshTriggerStateValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (RefreshTriggerStateValidationError) Field added in v0.30.0

Field function returns field value.

func (RefreshTriggerStateValidationError) Key added in v0.30.0

Key function returns key value.

func (RefreshTriggerStateValidationError) Reason added in v0.30.0

Reason function returns reason value.

type RefreshTriggerValidationError added in v0.30.0

type RefreshTriggerValidationError struct {
	// contains filtered or unexported fields
}

RefreshTriggerValidationError is the validation error returned by RefreshTrigger.Validate if the designated constraints aren't met.

func (RefreshTriggerValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (RefreshTriggerValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (RefreshTriggerValidationError) ErrorName added in v0.30.0

func (e RefreshTriggerValidationError) ErrorName() string

ErrorName returns error name.

func (RefreshTriggerValidationError) Field added in v0.30.0

Field function returns field value.

func (RefreshTriggerValidationError) Key added in v0.30.0

Key function returns key value.

func (RefreshTriggerValidationError) Reason added in v0.30.0

Reason function returns reason value.

type RenameFileAndReconcileRequest

type RenameFileAndReconcileRequest struct {

	// Instance to store file in and reconcile
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// Current path of the file
	FromPath string `protobuf:"bytes,2,opt,name=from_path,json=fromPath,proto3" json:"from_path,omitempty"`
	// New path of the file
	ToPath string `protobuf:"bytes,3,opt,name=to_path,json=toPath,proto3" json:"to_path,omitempty"`
	// If true, will save the file and validate it and related file artifacts, but not actually execute any migrations.
	Dry bool `protobuf:"varint,4,opt,name=dry,proto3" json:"dry,omitempty"`
	// If true, will not execute any migrations if any artifact fails to validate.
	// Otherwise, it will execute a best-effort reconciliation (including dropping objects with
	// artifacts that fail to validate.)
	Strict bool `protobuf:"varint,5,opt,name=strict,proto3" json:"strict,omitempty"`
	// contains filtered or unexported fields
}

func (*RenameFileAndReconcileRequest) Descriptor deprecated

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

Deprecated: Use RenameFileAndReconcileRequest.ProtoReflect.Descriptor instead.

func (*RenameFileAndReconcileRequest) GetDry

func (x *RenameFileAndReconcileRequest) GetDry() bool

func (*RenameFileAndReconcileRequest) GetFromPath

func (x *RenameFileAndReconcileRequest) GetFromPath() string

func (*RenameFileAndReconcileRequest) GetInstanceId

func (x *RenameFileAndReconcileRequest) GetInstanceId() string

func (*RenameFileAndReconcileRequest) GetStrict

func (x *RenameFileAndReconcileRequest) GetStrict() bool

func (*RenameFileAndReconcileRequest) GetToPath

func (x *RenameFileAndReconcileRequest) GetToPath() string

func (*RenameFileAndReconcileRequest) ProtoMessage

func (*RenameFileAndReconcileRequest) ProtoMessage()

func (*RenameFileAndReconcileRequest) ProtoReflect

func (*RenameFileAndReconcileRequest) Reset

func (x *RenameFileAndReconcileRequest) Reset()

func (*RenameFileAndReconcileRequest) String

func (*RenameFileAndReconcileRequest) Validate added in v0.20.0

func (m *RenameFileAndReconcileRequest) Validate() error

Validate checks the field values on RenameFileAndReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RenameFileAndReconcileRequest) ValidateAll added in v0.20.0

func (m *RenameFileAndReconcileRequest) ValidateAll() error

ValidateAll checks the field values on RenameFileAndReconcileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RenameFileAndReconcileRequestMultiError, or nil if none found.

type RenameFileAndReconcileRequestMultiError added in v0.20.0

type RenameFileAndReconcileRequestMultiError []error

RenameFileAndReconcileRequestMultiError is an error wrapping multiple validation errors returned by RenameFileAndReconcileRequest.ValidateAll() if the designated constraints aren't met.

func (RenameFileAndReconcileRequestMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (RenameFileAndReconcileRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type RenameFileAndReconcileRequestValidationError added in v0.20.0

type RenameFileAndReconcileRequestValidationError struct {
	// contains filtered or unexported fields
}

RenameFileAndReconcileRequestValidationError is the validation error returned by RenameFileAndReconcileRequest.Validate if the designated constraints aren't met.

func (RenameFileAndReconcileRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (RenameFileAndReconcileRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (RenameFileAndReconcileRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (RenameFileAndReconcileRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (RenameFileAndReconcileRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (RenameFileAndReconcileRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type RenameFileAndReconcileResponse

type RenameFileAndReconcileResponse struct {

	// Errors encountered during reconciliation. If strict = false, any path in
	// affected_paths without an error can be assumed to have been reconciled succesfully.
	Errors []*ReconcileError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	// affected_paths lists all the file artifact paths that were considered while
	// executing the reconciliation. If changed_paths was empty, this will include all
	// code artifacts in the repo.
	AffectedPaths []string `protobuf:"bytes,2,rep,name=affected_paths,json=affectedPaths,proto3" json:"affected_paths,omitempty"`
	// contains filtered or unexported fields
}

func (*RenameFileAndReconcileResponse) Descriptor deprecated

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

Deprecated: Use RenameFileAndReconcileResponse.ProtoReflect.Descriptor instead.

func (*RenameFileAndReconcileResponse) GetAffectedPaths

func (x *RenameFileAndReconcileResponse) GetAffectedPaths() []string

func (*RenameFileAndReconcileResponse) GetErrors

func (*RenameFileAndReconcileResponse) ProtoMessage

func (*RenameFileAndReconcileResponse) ProtoMessage()

func (*RenameFileAndReconcileResponse) ProtoReflect

func (*RenameFileAndReconcileResponse) Reset

func (x *RenameFileAndReconcileResponse) Reset()

func (*RenameFileAndReconcileResponse) String

func (*RenameFileAndReconcileResponse) Validate added in v0.20.0

func (m *RenameFileAndReconcileResponse) Validate() error

Validate checks the field values on RenameFileAndReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RenameFileAndReconcileResponse) ValidateAll added in v0.20.0

func (m *RenameFileAndReconcileResponse) ValidateAll() error

ValidateAll checks the field values on RenameFileAndReconcileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RenameFileAndReconcileResponseMultiError, or nil if none found.

type RenameFileAndReconcileResponseMultiError added in v0.20.0

type RenameFileAndReconcileResponseMultiError []error

RenameFileAndReconcileResponseMultiError is an error wrapping multiple validation errors returned by RenameFileAndReconcileResponse.ValidateAll() if the designated constraints aren't met.

func (RenameFileAndReconcileResponseMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (RenameFileAndReconcileResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type RenameFileAndReconcileResponseValidationError added in v0.20.0

type RenameFileAndReconcileResponseValidationError struct {
	// contains filtered or unexported fields
}

RenameFileAndReconcileResponseValidationError is the validation error returned by RenameFileAndReconcileResponse.Validate if the designated constraints aren't met.

func (RenameFileAndReconcileResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (RenameFileAndReconcileResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (RenameFileAndReconcileResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (RenameFileAndReconcileResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (RenameFileAndReconcileResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (RenameFileAndReconcileResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type RenameFileRequest

type RenameFileRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	FromPath   string `protobuf:"bytes,2,opt,name=from_path,json=fromPath,proto3" json:"from_path,omitempty"`
	ToPath     string `protobuf:"bytes,3,opt,name=to_path,json=toPath,proto3" json:"to_path,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.RenameFile

func (*RenameFileRequest) Descriptor deprecated

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

Deprecated: Use RenameFileRequest.ProtoReflect.Descriptor instead.

func (*RenameFileRequest) GetFromPath

func (x *RenameFileRequest) GetFromPath() string

func (*RenameFileRequest) GetInstanceId

func (x *RenameFileRequest) GetInstanceId() string

func (*RenameFileRequest) GetToPath

func (x *RenameFileRequest) GetToPath() string

func (*RenameFileRequest) ProtoMessage

func (*RenameFileRequest) ProtoMessage()

func (*RenameFileRequest) ProtoReflect

func (x *RenameFileRequest) ProtoReflect() protoreflect.Message

func (*RenameFileRequest) Reset

func (x *RenameFileRequest) Reset()

func (*RenameFileRequest) String

func (x *RenameFileRequest) String() string

func (*RenameFileRequest) Validate added in v0.20.0

func (m *RenameFileRequest) Validate() error

Validate checks the field values on RenameFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RenameFileRequest) ValidateAll added in v0.20.0

func (m *RenameFileRequest) ValidateAll() error

ValidateAll checks the field values on RenameFileRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RenameFileRequestMultiError, or nil if none found.

type RenameFileRequestMultiError added in v0.20.0

type RenameFileRequestMultiError []error

RenameFileRequestMultiError is an error wrapping multiple validation errors returned by RenameFileRequest.ValidateAll() if the designated constraints aren't met.

func (RenameFileRequestMultiError) AllErrors added in v0.20.0

func (m RenameFileRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RenameFileRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type RenameFileRequestValidationError added in v0.20.0

type RenameFileRequestValidationError struct {
	// contains filtered or unexported fields
}

RenameFileRequestValidationError is the validation error returned by RenameFileRequest.Validate if the designated constraints aren't met.

func (RenameFileRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (RenameFileRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (RenameFileRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (RenameFileRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (RenameFileRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (RenameFileRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type RenameFileResponse

type RenameFileResponse struct {
	// contains filtered or unexported fields
}

Response message for RuntimeService.RenameFile

func (*RenameFileResponse) Descriptor deprecated

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

Deprecated: Use RenameFileResponse.ProtoReflect.Descriptor instead.

func (*RenameFileResponse) ProtoMessage

func (*RenameFileResponse) ProtoMessage()

func (*RenameFileResponse) ProtoReflect

func (x *RenameFileResponse) ProtoReflect() protoreflect.Message

func (*RenameFileResponse) Reset

func (x *RenameFileResponse) Reset()

func (*RenameFileResponse) String

func (x *RenameFileResponse) String() string

func (*RenameFileResponse) Validate added in v0.20.0

func (m *RenameFileResponse) Validate() error

Validate checks the field values on RenameFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RenameFileResponse) ValidateAll added in v0.20.0

func (m *RenameFileResponse) ValidateAll() error

ValidateAll checks the field values on RenameFileResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RenameFileResponseMultiError, or nil if none found.

type RenameFileResponseMultiError added in v0.20.0

type RenameFileResponseMultiError []error

RenameFileResponseMultiError is an error wrapping multiple validation errors returned by RenameFileResponse.ValidateAll() if the designated constraints aren't met.

func (RenameFileResponseMultiError) AllErrors added in v0.20.0

func (m RenameFileResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RenameFileResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type RenameFileResponseValidationError added in v0.20.0

type RenameFileResponseValidationError struct {
	// contains filtered or unexported fields
}

RenameFileResponseValidationError is the validation error returned by RenameFileResponse.Validate if the designated constraints aren't met.

func (RenameFileResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (RenameFileResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (RenameFileResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (RenameFileResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (RenameFileResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (RenameFileResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type Report added in v0.36.0

type Report struct {
	Spec  *ReportSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *ReportState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Report) Descriptor deprecated added in v0.36.0

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

Deprecated: Use Report.ProtoReflect.Descriptor instead.

func (*Report) GetSpec added in v0.36.0

func (x *Report) GetSpec() *ReportSpec

func (*Report) GetState added in v0.36.0

func (x *Report) GetState() *ReportState

func (*Report) ProtoMessage added in v0.36.0

func (*Report) ProtoMessage()

func (*Report) ProtoReflect added in v0.36.0

func (x *Report) ProtoReflect() protoreflect.Message

func (*Report) Reset added in v0.36.0

func (x *Report) Reset()

func (*Report) String added in v0.36.0

func (x *Report) String() string

func (*Report) Validate added in v0.36.0

func (m *Report) Validate() error

Validate checks the field values on Report with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Report) ValidateAll added in v0.36.0

func (m *Report) ValidateAll() error

ValidateAll checks the field values on Report with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReportMultiError, or nil if none found.

type ReportExecution added in v0.36.0

type ReportExecution struct {
	Adhoc        bool                   `protobuf:"varint,1,opt,name=adhoc,proto3" json:"adhoc,omitempty"`
	ErrorMessage string                 `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	ReportTime   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=report_time,json=reportTime,proto3" json:"report_time,omitempty"`
	StartedOn    *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=started_on,json=startedOn,proto3" json:"started_on,omitempty"`
	FinishedOn   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=finished_on,json=finishedOn,proto3" json:"finished_on,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportExecution) Descriptor deprecated added in v0.36.0

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

Deprecated: Use ReportExecution.ProtoReflect.Descriptor instead.

func (*ReportExecution) GetAdhoc added in v0.36.0

func (x *ReportExecution) GetAdhoc() bool

func (*ReportExecution) GetErrorMessage added in v0.36.0

func (x *ReportExecution) GetErrorMessage() string

func (*ReportExecution) GetFinishedOn added in v0.36.0

func (x *ReportExecution) GetFinishedOn() *timestamppb.Timestamp

func (*ReportExecution) GetReportTime added in v0.36.0

func (x *ReportExecution) GetReportTime() *timestamppb.Timestamp

func (*ReportExecution) GetStartedOn added in v0.36.0

func (x *ReportExecution) GetStartedOn() *timestamppb.Timestamp

func (*ReportExecution) ProtoMessage added in v0.36.0

func (*ReportExecution) ProtoMessage()

func (*ReportExecution) ProtoReflect added in v0.36.0

func (x *ReportExecution) ProtoReflect() protoreflect.Message

func (*ReportExecution) Reset added in v0.36.0

func (x *ReportExecution) Reset()

func (*ReportExecution) String added in v0.36.0

func (x *ReportExecution) String() string

func (*ReportExecution) Validate added in v0.36.0

func (m *ReportExecution) Validate() error

Validate checks the field values on ReportExecution with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReportExecution) ValidateAll added in v0.36.0

func (m *ReportExecution) ValidateAll() error

ValidateAll checks the field values on ReportExecution with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReportExecutionMultiError, or nil if none found.

type ReportExecutionMultiError added in v0.36.0

type ReportExecutionMultiError []error

ReportExecutionMultiError is an error wrapping multiple validation errors returned by ReportExecution.ValidateAll() if the designated constraints aren't met.

func (ReportExecutionMultiError) AllErrors added in v0.36.0

func (m ReportExecutionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReportExecutionMultiError) Error added in v0.36.0

Error returns a concatenation of all the error messages it wraps.

type ReportExecutionValidationError added in v0.36.0

type ReportExecutionValidationError struct {
	// contains filtered or unexported fields
}

ReportExecutionValidationError is the validation error returned by ReportExecution.Validate if the designated constraints aren't met.

func (ReportExecutionValidationError) Cause added in v0.36.0

Cause function returns cause value.

func (ReportExecutionValidationError) Error added in v0.36.0

Error satisfies the builtin error interface

func (ReportExecutionValidationError) ErrorName added in v0.36.0

func (e ReportExecutionValidationError) ErrorName() string

ErrorName returns error name.

func (ReportExecutionValidationError) Field added in v0.36.0

Field function returns field value.

func (ReportExecutionValidationError) Key added in v0.36.0

Key function returns key value.

func (ReportExecutionValidationError) Reason added in v0.36.0

Reason function returns reason value.

type ReportMultiError added in v0.36.0

type ReportMultiError []error

ReportMultiError is an error wrapping multiple validation errors returned by Report.ValidateAll() if the designated constraints aren't met.

func (ReportMultiError) AllErrors added in v0.36.0

func (m ReportMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReportMultiError) Error added in v0.36.0

func (m ReportMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ReportSpec added in v0.36.0

type ReportSpec struct {
	Trigger         bool              `protobuf:"varint,1,opt,name=trigger,proto3" json:"trigger,omitempty"`
	Title           string            `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	RefreshSchedule *Schedule         `protobuf:"bytes,3,opt,name=refresh_schedule,json=refreshSchedule,proto3" json:"refresh_schedule,omitempty"`
	TimeoutSeconds  uint32            `protobuf:"varint,4,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	QueryName       string            `protobuf:"bytes,5,opt,name=query_name,json=queryName,proto3" json:"query_name,omitempty"`
	QueryArgsJson   string            `protobuf:"bytes,6,opt,name=query_args_json,json=queryArgsJson,proto3" json:"query_args_json,omitempty"`
	ExportLimit     uint64            `protobuf:"varint,7,opt,name=export_limit,json=exportLimit,proto3" json:"export_limit,omitempty"`
	ExportFormat    ExportFormat      `` /* 132-byte string literal not displayed */
	Notifiers       []*Notifier       `protobuf:"bytes,11,rep,name=notifiers,proto3" json:"notifiers,omitempty"`
	Annotations     map[string]string `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ReportSpec) Descriptor deprecated added in v0.36.0

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

Deprecated: Use ReportSpec.ProtoReflect.Descriptor instead.

func (*ReportSpec) GetAnnotations added in v0.37.0

func (x *ReportSpec) GetAnnotations() map[string]string

func (*ReportSpec) GetExportFormat added in v0.36.0

func (x *ReportSpec) GetExportFormat() ExportFormat

func (*ReportSpec) GetExportLimit added in v0.36.0

func (x *ReportSpec) GetExportLimit() uint64

func (*ReportSpec) GetNotifiers added in v0.43.0

func (x *ReportSpec) GetNotifiers() []*Notifier

func (*ReportSpec) GetQueryArgsJson added in v0.36.0

func (x *ReportSpec) GetQueryArgsJson() string

func (*ReportSpec) GetQueryName added in v0.36.0

func (x *ReportSpec) GetQueryName() string

func (*ReportSpec) GetRefreshSchedule added in v0.36.0

func (x *ReportSpec) GetRefreshSchedule() *Schedule

func (*ReportSpec) GetTimeoutSeconds added in v0.36.0

func (x *ReportSpec) GetTimeoutSeconds() uint32

func (*ReportSpec) GetTitle added in v0.36.0

func (x *ReportSpec) GetTitle() string

func (*ReportSpec) GetTrigger added in v0.36.0

func (x *ReportSpec) GetTrigger() bool

func (*ReportSpec) ProtoMessage added in v0.36.0

func (*ReportSpec) ProtoMessage()

func (*ReportSpec) ProtoReflect added in v0.36.0

func (x *ReportSpec) ProtoReflect() protoreflect.Message

func (*ReportSpec) Reset added in v0.36.0

func (x *ReportSpec) Reset()

func (*ReportSpec) String added in v0.36.0

func (x *ReportSpec) String() string

func (*ReportSpec) Validate added in v0.36.0

func (m *ReportSpec) Validate() error

Validate checks the field values on ReportSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReportSpec) ValidateAll added in v0.36.0

func (m *ReportSpec) ValidateAll() error

ValidateAll checks the field values on ReportSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReportSpecMultiError, or nil if none found.

type ReportSpecMultiError added in v0.36.0

type ReportSpecMultiError []error

ReportSpecMultiError is an error wrapping multiple validation errors returned by ReportSpec.ValidateAll() if the designated constraints aren't met.

func (ReportSpecMultiError) AllErrors added in v0.36.0

func (m ReportSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReportSpecMultiError) Error added in v0.36.0

func (m ReportSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ReportSpecValidationError added in v0.36.0

type ReportSpecValidationError struct {
	// contains filtered or unexported fields
}

ReportSpecValidationError is the validation error returned by ReportSpec.Validate if the designated constraints aren't met.

func (ReportSpecValidationError) Cause added in v0.36.0

func (e ReportSpecValidationError) Cause() error

Cause function returns cause value.

func (ReportSpecValidationError) Error added in v0.36.0

Error satisfies the builtin error interface

func (ReportSpecValidationError) ErrorName added in v0.36.0

func (e ReportSpecValidationError) ErrorName() string

ErrorName returns error name.

func (ReportSpecValidationError) Field added in v0.36.0

Field function returns field value.

func (ReportSpecValidationError) Key added in v0.36.0

Key function returns key value.

func (ReportSpecValidationError) Reason added in v0.36.0

func (e ReportSpecValidationError) Reason() string

Reason function returns reason value.

type ReportState added in v0.36.0

type ReportState struct {
	NextRunOn        *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=next_run_on,json=nextRunOn,proto3" json:"next_run_on,omitempty"`
	CurrentExecution *ReportExecution       `protobuf:"bytes,2,opt,name=current_execution,json=currentExecution,proto3" json:"current_execution,omitempty"`
	ExecutionHistory []*ReportExecution     `protobuf:"bytes,3,rep,name=execution_history,json=executionHistory,proto3" json:"execution_history,omitempty"`
	ExecutionCount   uint32                 `protobuf:"varint,4,opt,name=execution_count,json=executionCount,proto3" json:"execution_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportState) Descriptor deprecated added in v0.36.0

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

Deprecated: Use ReportState.ProtoReflect.Descriptor instead.

func (*ReportState) GetCurrentExecution added in v0.36.0

func (x *ReportState) GetCurrentExecution() *ReportExecution

func (*ReportState) GetExecutionCount added in v0.36.0

func (x *ReportState) GetExecutionCount() uint32

func (*ReportState) GetExecutionHistory added in v0.36.0

func (x *ReportState) GetExecutionHistory() []*ReportExecution

func (*ReportState) GetNextRunOn added in v0.36.0

func (x *ReportState) GetNextRunOn() *timestamppb.Timestamp

func (*ReportState) ProtoMessage added in v0.36.0

func (*ReportState) ProtoMessage()

func (*ReportState) ProtoReflect added in v0.36.0

func (x *ReportState) ProtoReflect() protoreflect.Message

func (*ReportState) Reset added in v0.36.0

func (x *ReportState) Reset()

func (*ReportState) String added in v0.36.0

func (x *ReportState) String() string

func (*ReportState) Validate added in v0.36.0

func (m *ReportState) Validate() error

Validate checks the field values on ReportState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ReportState) ValidateAll added in v0.36.0

func (m *ReportState) ValidateAll() error

ValidateAll checks the field values on ReportState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReportStateMultiError, or nil if none found.

type ReportStateMultiError added in v0.36.0

type ReportStateMultiError []error

ReportStateMultiError is an error wrapping multiple validation errors returned by ReportState.ValidateAll() if the designated constraints aren't met.

func (ReportStateMultiError) AllErrors added in v0.36.0

func (m ReportStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReportStateMultiError) Error added in v0.36.0

func (m ReportStateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ReportStateValidationError added in v0.36.0

type ReportStateValidationError struct {
	// contains filtered or unexported fields
}

ReportStateValidationError is the validation error returned by ReportState.Validate if the designated constraints aren't met.

func (ReportStateValidationError) Cause added in v0.36.0

Cause function returns cause value.

func (ReportStateValidationError) Error added in v0.36.0

Error satisfies the builtin error interface

func (ReportStateValidationError) ErrorName added in v0.36.0

func (e ReportStateValidationError) ErrorName() string

ErrorName returns error name.

func (ReportStateValidationError) Field added in v0.36.0

Field function returns field value.

func (ReportStateValidationError) Key added in v0.36.0

Key function returns key value.

func (ReportStateValidationError) Reason added in v0.36.0

Reason function returns reason value.

type ReportValidationError added in v0.36.0

type ReportValidationError struct {
	// contains filtered or unexported fields
}

ReportValidationError is the validation error returned by Report.Validate if the designated constraints aren't met.

func (ReportValidationError) Cause added in v0.36.0

func (e ReportValidationError) Cause() error

Cause function returns cause value.

func (ReportValidationError) Error added in v0.36.0

func (e ReportValidationError) Error() string

Error satisfies the builtin error interface

func (ReportValidationError) ErrorName added in v0.36.0

func (e ReportValidationError) ErrorName() string

ErrorName returns error name.

func (ReportValidationError) Field added in v0.36.0

func (e ReportValidationError) Field() string

Field function returns field value.

func (ReportValidationError) Key added in v0.36.0

func (e ReportValidationError) Key() bool

Key function returns key value.

func (ReportValidationError) Reason added in v0.36.0

func (e ReportValidationError) Reason() string

Reason function returns reason value.

type Resource added in v0.30.0

type Resource struct {
	Meta *ResourceMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
	// Types that are assignable to Resource:
	//
	//	*Resource_ProjectParser
	//	*Resource_Source
	//	*Resource_Model
	//	*Resource_MetricsView
	//	*Resource_Migration
	//	*Resource_Report
	//	*Resource_Alert
	//	*Resource_PullTrigger
	//	*Resource_RefreshTrigger
	//	*Resource_BucketPlanner
	//	*Resource_Theme
	//	*Resource_Chart
	//	*Resource_Dashboard
	//	*Resource_Api
	Resource isResource_Resource `protobuf_oneof:"resource"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated added in v0.30.0

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

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetAlert added in v0.41.0

func (x *Resource) GetAlert() *Alert

func (*Resource) GetApi added in v0.42.0

func (x *Resource) GetApi() *API

func (*Resource) GetBucketPlanner added in v0.30.0

func (x *Resource) GetBucketPlanner() *BucketPlanner

func (*Resource) GetChart added in v0.42.0

func (x *Resource) GetChart() *Chart

func (*Resource) GetDashboard added in v0.42.0

func (x *Resource) GetDashboard() *Dashboard

func (*Resource) GetMeta added in v0.30.0

func (x *Resource) GetMeta() *ResourceMeta

func (*Resource) GetMetricsView added in v0.30.0

func (x *Resource) GetMetricsView() *MetricsViewV2

func (*Resource) GetMigration added in v0.32.0

func (x *Resource) GetMigration() *Migration

func (*Resource) GetModel added in v0.30.0

func (x *Resource) GetModel() *ModelV2

func (*Resource) GetProjectParser added in v0.30.0

func (x *Resource) GetProjectParser() *ProjectParser

func (*Resource) GetPullTrigger added in v0.30.0

func (x *Resource) GetPullTrigger() *PullTrigger

func (*Resource) GetRefreshTrigger added in v0.30.0

func (x *Resource) GetRefreshTrigger() *RefreshTrigger

func (*Resource) GetReport added in v0.36.0

func (x *Resource) GetReport() *Report

func (*Resource) GetResource added in v0.30.0

func (m *Resource) GetResource() isResource_Resource

func (*Resource) GetSource added in v0.30.0

func (x *Resource) GetSource() *SourceV2

func (*Resource) GetTheme added in v0.38.0

func (x *Resource) GetTheme() *Theme

func (*Resource) ProtoMessage added in v0.30.0

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect added in v0.30.0

func (x *Resource) ProtoReflect() protoreflect.Message

func (*Resource) Reset added in v0.30.0

func (x *Resource) Reset()

func (*Resource) String added in v0.30.0

func (x *Resource) String() string

func (*Resource) Validate added in v0.30.0

func (m *Resource) Validate() error

Validate checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Resource) ValidateAll added in v0.30.0

func (m *Resource) ValidateAll() error

ValidateAll checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceMultiError, or nil if none found.

type ResourceEvent added in v0.32.0

type ResourceEvent int32
const (
	ResourceEvent_RESOURCE_EVENT_UNSPECIFIED ResourceEvent = 0
	ResourceEvent_RESOURCE_EVENT_WRITE       ResourceEvent = 1
	ResourceEvent_RESOURCE_EVENT_DELETE      ResourceEvent = 2
)

func (ResourceEvent) Descriptor added in v0.32.0

func (ResourceEvent) Enum added in v0.32.0

func (x ResourceEvent) Enum() *ResourceEvent

func (ResourceEvent) EnumDescriptor deprecated added in v0.32.0

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

Deprecated: Use ResourceEvent.Descriptor instead.

func (ResourceEvent) Number added in v0.32.0

func (ResourceEvent) String added in v0.32.0

func (x ResourceEvent) String() string

func (ResourceEvent) Type added in v0.32.0

type ResourceMeta added in v0.30.0

type ResourceMeta struct {
	Name            *ResourceName          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Refs            []*ResourceName        `protobuf:"bytes,2,rep,name=refs,proto3" json:"refs,omitempty"`
	Owner           *ResourceName          `protobuf:"bytes,3,opt,name=owner,proto3,oneof" json:"owner,omitempty"`
	FilePaths       []string               `protobuf:"bytes,4,rep,name=file_paths,json=filePaths,proto3" json:"file_paths,omitempty"`
	Hidden          bool                   `protobuf:"varint,7,opt,name=hidden,proto3" json:"hidden,omitempty"`
	Version         int64                  `protobuf:"varint,15,opt,name=version,proto3" json:"version,omitempty"`
	SpecVersion     int64                  `protobuf:"varint,5,opt,name=spec_version,json=specVersion,proto3" json:"spec_version,omitempty"`
	StateVersion    int64                  `protobuf:"varint,6,opt,name=state_version,json=stateVersion,proto3" json:"state_version,omitempty"`
	CreatedOn       *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"`
	SpecUpdatedOn   *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=spec_updated_on,json=specUpdatedOn,proto3" json:"spec_updated_on,omitempty"`
	StateUpdatedOn  *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=state_updated_on,json=stateUpdatedOn,proto3" json:"state_updated_on,omitempty"`
	DeletedOn       *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=deleted_on,json=deletedOn,proto3,oneof" json:"deleted_on,omitempty"`
	ReconcileStatus ReconcileStatus        `` /* 145-byte string literal not displayed */
	ReconcileError  string                 `protobuf:"bytes,8,opt,name=reconcile_error,json=reconcileError,proto3" json:"reconcile_error,omitempty"`
	ReconcileOn     *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=reconcile_on,json=reconcileOn,proto3" json:"reconcile_on,omitempty"`
	RenamedFrom     *ResourceName          `protobuf:"bytes,13,opt,name=renamed_from,json=renamedFrom,proto3,oneof" json:"renamed_from,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceMeta) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ResourceMeta.ProtoReflect.Descriptor instead.

func (*ResourceMeta) GetCreatedOn added in v0.30.0

func (x *ResourceMeta) GetCreatedOn() *timestamppb.Timestamp

func (*ResourceMeta) GetDeletedOn added in v0.30.0

func (x *ResourceMeta) GetDeletedOn() *timestamppb.Timestamp

func (*ResourceMeta) GetFilePaths added in v0.32.0

func (x *ResourceMeta) GetFilePaths() []string

func (*ResourceMeta) GetHidden added in v0.35.0

func (x *ResourceMeta) GetHidden() bool

func (*ResourceMeta) GetName added in v0.30.0

func (x *ResourceMeta) GetName() *ResourceName

func (*ResourceMeta) GetOwner added in v0.32.0

func (x *ResourceMeta) GetOwner() *ResourceName

func (*ResourceMeta) GetReconcileError added in v0.30.0

func (x *ResourceMeta) GetReconcileError() string

func (*ResourceMeta) GetReconcileOn added in v0.33.0

func (x *ResourceMeta) GetReconcileOn() *timestamppb.Timestamp

func (*ResourceMeta) GetReconcileStatus added in v0.33.0

func (x *ResourceMeta) GetReconcileStatus() ReconcileStatus

func (*ResourceMeta) GetRefs added in v0.30.0

func (x *ResourceMeta) GetRefs() []*ResourceName

func (*ResourceMeta) GetRenamedFrom added in v0.32.0

func (x *ResourceMeta) GetRenamedFrom() *ResourceName

func (*ResourceMeta) GetSpecUpdatedOn added in v0.30.0

func (x *ResourceMeta) GetSpecUpdatedOn() *timestamppb.Timestamp

func (*ResourceMeta) GetSpecVersion added in v0.30.0

func (x *ResourceMeta) GetSpecVersion() int64

func (*ResourceMeta) GetStateUpdatedOn added in v0.30.0

func (x *ResourceMeta) GetStateUpdatedOn() *timestamppb.Timestamp

func (*ResourceMeta) GetStateVersion added in v0.30.0

func (x *ResourceMeta) GetStateVersion() int64

func (*ResourceMeta) GetVersion added in v0.32.0

func (x *ResourceMeta) GetVersion() int64

func (*ResourceMeta) ProtoMessage added in v0.30.0

func (*ResourceMeta) ProtoMessage()

func (*ResourceMeta) ProtoReflect added in v0.30.0

func (x *ResourceMeta) ProtoReflect() protoreflect.Message

func (*ResourceMeta) Reset added in v0.30.0

func (x *ResourceMeta) Reset()

func (*ResourceMeta) String added in v0.30.0

func (x *ResourceMeta) String() string

func (*ResourceMeta) Validate added in v0.30.0

func (m *ResourceMeta) Validate() error

Validate checks the field values on ResourceMeta with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResourceMeta) ValidateAll added in v0.30.0

func (m *ResourceMeta) ValidateAll() error

ValidateAll checks the field values on ResourceMeta with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceMetaMultiError, or nil if none found.

type ResourceMetaMultiError added in v0.30.0

type ResourceMetaMultiError []error

ResourceMetaMultiError is an error wrapping multiple validation errors returned by ResourceMeta.ValidateAll() if the designated constraints aren't met.

func (ResourceMetaMultiError) AllErrors added in v0.30.0

func (m ResourceMetaMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceMetaMultiError) Error added in v0.30.0

func (m ResourceMetaMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResourceMetaValidationError added in v0.30.0

type ResourceMetaValidationError struct {
	// contains filtered or unexported fields
}

ResourceMetaValidationError is the validation error returned by ResourceMeta.Validate if the designated constraints aren't met.

func (ResourceMetaValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (ResourceMetaValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ResourceMetaValidationError) ErrorName added in v0.30.0

func (e ResourceMetaValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceMetaValidationError) Field added in v0.30.0

Field function returns field value.

func (ResourceMetaValidationError) Key added in v0.30.0

Key function returns key value.

func (ResourceMetaValidationError) Reason added in v0.30.0

Reason function returns reason value.

type ResourceMultiError added in v0.30.0

type ResourceMultiError []error

ResourceMultiError is an error wrapping multiple validation errors returned by Resource.ValidateAll() if the designated constraints aren't met.

func (ResourceMultiError) AllErrors added in v0.30.0

func (m ResourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceMultiError) Error added in v0.30.0

func (m ResourceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResourceName added in v0.30.0

type ResourceName struct {
	Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceName) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ResourceName.ProtoReflect.Descriptor instead.

func (*ResourceName) GetKind added in v0.30.0

func (x *ResourceName) GetKind() string

func (*ResourceName) GetName added in v0.30.0

func (x *ResourceName) GetName() string

func (*ResourceName) ProtoMessage added in v0.30.0

func (*ResourceName) ProtoMessage()

func (*ResourceName) ProtoReflect added in v0.30.0

func (x *ResourceName) ProtoReflect() protoreflect.Message

func (*ResourceName) Reset added in v0.30.0

func (x *ResourceName) Reset()

func (*ResourceName) String added in v0.30.0

func (x *ResourceName) String() string

func (*ResourceName) Validate added in v0.30.0

func (m *ResourceName) Validate() error

Validate checks the field values on ResourceName with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResourceName) ValidateAll added in v0.30.0

func (m *ResourceName) ValidateAll() error

ValidateAll checks the field values on ResourceName with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceNameMultiError, or nil if none found.

type ResourceNameMultiError added in v0.30.0

type ResourceNameMultiError []error

ResourceNameMultiError is an error wrapping multiple validation errors returned by ResourceName.ValidateAll() if the designated constraints aren't met.

func (ResourceNameMultiError) AllErrors added in v0.30.0

func (m ResourceNameMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceNameMultiError) Error added in v0.30.0

func (m ResourceNameMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResourceNameValidationError added in v0.30.0

type ResourceNameValidationError struct {
	// contains filtered or unexported fields
}

ResourceNameValidationError is the validation error returned by ResourceName.Validate if the designated constraints aren't met.

func (ResourceNameValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (ResourceNameValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ResourceNameValidationError) ErrorName added in v0.30.0

func (e ResourceNameValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceNameValidationError) Field added in v0.30.0

Field function returns field value.

func (ResourceNameValidationError) Key added in v0.30.0

Key function returns key value.

func (ResourceNameValidationError) Reason added in v0.30.0

Reason function returns reason value.

type ResourceValidationError added in v0.30.0

type ResourceValidationError struct {
	// contains filtered or unexported fields
}

ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.

func (ResourceValidationError) Cause added in v0.30.0

func (e ResourceValidationError) Cause() error

Cause function returns cause value.

func (ResourceValidationError) Error added in v0.30.0

func (e ResourceValidationError) Error() string

Error satisfies the builtin error interface

func (ResourceValidationError) ErrorName added in v0.30.0

func (e ResourceValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceValidationError) Field added in v0.30.0

func (e ResourceValidationError) Field() string

Field function returns field value.

func (ResourceValidationError) Key added in v0.30.0

func (e ResourceValidationError) Key() bool

Key function returns key value.

func (ResourceValidationError) Reason added in v0.30.0

func (e ResourceValidationError) Reason() string

Reason function returns reason value.

type Resource_Alert added in v0.41.0

type Resource_Alert struct {
	Alert *Alert `protobuf:"bytes,12,opt,name=alert,proto3,oneof"`
}

type Resource_Api added in v0.42.0

type Resource_Api struct {
	Api *API `protobuf:"bytes,15,opt,name=api,proto3,oneof"`
}

type Resource_BucketPlanner added in v0.30.0

type Resource_BucketPlanner struct {
	BucketPlanner *BucketPlanner `protobuf:"bytes,8,opt,name=bucket_planner,json=bucketPlanner,proto3,oneof"`
}

type Resource_Chart added in v0.42.0

type Resource_Chart struct {
	Chart *Chart `protobuf:"bytes,13,opt,name=chart,proto3,oneof"`
}

type Resource_Dashboard added in v0.42.0

type Resource_Dashboard struct {
	Dashboard *Dashboard `protobuf:"bytes,14,opt,name=dashboard,proto3,oneof"`
}

type Resource_MetricsView added in v0.30.0

type Resource_MetricsView struct {
	MetricsView *MetricsViewV2 `protobuf:"bytes,5,opt,name=metrics_view,json=metricsView,proto3,oneof"`
}

type Resource_Migration added in v0.32.0

type Resource_Migration struct {
	Migration *Migration `protobuf:"bytes,9,opt,name=migration,proto3,oneof"`
}

type Resource_Model added in v0.30.0

type Resource_Model struct {
	Model *ModelV2 `protobuf:"bytes,4,opt,name=model,proto3,oneof"`
}

type Resource_ProjectParser added in v0.30.0

type Resource_ProjectParser struct {
	// Well-known types only, for now. If required, we can add support for a google.protobuf.Any later.
	ProjectParser *ProjectParser `protobuf:"bytes,2,opt,name=project_parser,json=projectParser,proto3,oneof"`
}

type Resource_PullTrigger added in v0.30.0

type Resource_PullTrigger struct {
	PullTrigger *PullTrigger `protobuf:"bytes,6,opt,name=pull_trigger,json=pullTrigger,proto3,oneof"`
}

type Resource_RefreshTrigger added in v0.30.0

type Resource_RefreshTrigger struct {
	RefreshTrigger *RefreshTrigger `protobuf:"bytes,7,opt,name=refresh_trigger,json=refreshTrigger,proto3,oneof"`
}

type Resource_Report added in v0.36.0

type Resource_Report struct {
	Report *Report `protobuf:"bytes,10,opt,name=report,proto3,oneof"`
}

type Resource_Source added in v0.30.0

type Resource_Source struct {
	Source *SourceV2 `protobuf:"bytes,3,opt,name=source,proto3,oneof"`
}

type Resource_Theme added in v0.38.0

type Resource_Theme struct {
	Theme *Theme `protobuf:"bytes,11,opt,name=theme,proto3,oneof"`
}

type RuntimeServiceClient

type RuntimeServiceClient interface {
	// Ping returns information about the runtime
	Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
	// ListInstances lists all the instances currently managed by the runtime
	ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error)
	// GetInstance returns information about a specific instance
	GetInstance(ctx context.Context, in *GetInstanceRequest, opts ...grpc.CallOption) (*GetInstanceResponse, error)
	// CreateInstance creates a new instance
	CreateInstance(ctx context.Context, in *CreateInstanceRequest, opts ...grpc.CallOption) (*CreateInstanceResponse, error)
	// EditInstance edits an existing instance
	EditInstance(ctx context.Context, in *EditInstanceRequest, opts ...grpc.CallOption) (*EditInstanceResponse, error)
	// DeleteInstance deletes an instance
	DeleteInstance(ctx context.Context, in *DeleteInstanceRequest, opts ...grpc.CallOption) (*DeleteInstanceResponse, error)
	// ListFiles lists all the files matching a glob in a repo.
	// The files are sorted by their full path.
	ListFiles(ctx context.Context, in *ListFilesRequest, opts ...grpc.CallOption) (*ListFilesResponse, error)
	// WatchFiles streams repo file update events. It is not supported on all backends.
	WatchFiles(ctx context.Context, in *WatchFilesRequest, opts ...grpc.CallOption) (RuntimeService_WatchFilesClient, error)
	// GetFile returns the contents of a specific file in a repo.
	GetFile(ctx context.Context, in *GetFileRequest, opts ...grpc.CallOption) (*GetFileResponse, error)
	// PutFile creates or updates a file in a repo
	PutFile(ctx context.Context, in *PutFileRequest, opts ...grpc.CallOption) (*PutFileResponse, error)
	// CreateDirectory create a directory for the given path
	CreateDirectory(ctx context.Context, in *CreateDirectoryRequest, opts ...grpc.CallOption) (*CreateDirectoryResponse, error)
	// DeleteFile deletes a file from a repo
	DeleteFile(ctx context.Context, in *DeleteFileRequest, opts ...grpc.CallOption) (*DeleteFileResponse, error)
	// RenameFile renames a file in a repo
	RenameFile(ctx context.Context, in *RenameFileRequest, opts ...grpc.CallOption) (*RenameFileResponse, error)
	// ListExamples lists all the examples embedded into binary
	ListExamples(ctx context.Context, in *ListExamplesRequest, opts ...grpc.CallOption) (*ListExamplesResponse, error)
	// UnpackExample unpacks an example project
	UnpackExample(ctx context.Context, in *UnpackExampleRequest, opts ...grpc.CallOption) (*UnpackExampleResponse, error)
	// UnpackEmpty unpacks an empty project
	UnpackEmpty(ctx context.Context, in *UnpackEmptyRequest, opts ...grpc.CallOption) (*UnpackEmptyResponse, error)
	// GenerateMetricsViewFile generates a metrics view YAML file from a table in an OLAP database
	GenerateMetricsViewFile(ctx context.Context, in *GenerateMetricsViewFileRequest, opts ...grpc.CallOption) (*GenerateMetricsViewFileResponse, error)
	// GenerateResolver generates resolver and resolver properties from a table or a metrics view
	GenerateResolver(ctx context.Context, in *GenerateResolverRequest, opts ...grpc.CallOption) (*GenerateResolverResponse, error)
	// GenerateChartSpec generates a vega lite spec from a resolver and resolver properties
	GenerateChartSpec(ctx context.Context, in *GenerateChartSpecRequest, opts ...grpc.CallOption) (*GenerateChartSpecResponse, error)
	// GetLogs returns recent logs from a controller
	GetLogs(ctx context.Context, in *GetLogsRequest, opts ...grpc.CallOption) (*GetLogsResponse, error)
	// WatchLogs streams new logs emitted from a controller
	WatchLogs(ctx context.Context, in *WatchLogsRequest, opts ...grpc.CallOption) (RuntimeService_WatchLogsClient, error)
	// ListResources lists the resources stored in the catalog
	ListResources(ctx context.Context, in *ListResourcesRequest, opts ...grpc.CallOption) (*ListResourcesResponse, error)
	// WatchResources streams updates to catalog resources (including creation and deletion events)
	WatchResources(ctx context.Context, in *WatchResourcesRequest, opts ...grpc.CallOption) (RuntimeService_WatchResourcesClient, error)
	// GetResource looks up a specific catalog resource
	GetResource(ctx context.Context, in *GetResourceRequest, opts ...grpc.CallOption) (*GetResourceResponse, error)
	// CreateTrigger creates a trigger in the catalog.
	// Triggers are ephemeral resources that will be cleaned up by the controller.
	CreateTrigger(ctx context.Context, in *CreateTriggerRequest, opts ...grpc.CallOption) (*CreateTriggerResponse, error)
	// ListConnectorDrivers returns a description of all the connector drivers registed in the runtime,
	// including their configuration specs and the capabilities they support.
	ListConnectorDrivers(ctx context.Context, in *ListConnectorDriversRequest, opts ...grpc.CallOption) (*ListConnectorDriversResponse, error)
	// AnalyzeConnectors scans all the project files and returns information about all referenced connectors.
	AnalyzeConnectors(ctx context.Context, in *AnalyzeConnectorsRequest, opts ...grpc.CallOption) (*AnalyzeConnectorsResponse, error)
	// ListNotifierConnectors returns the names of all configured connectors that can be used as notifiers.
	// This API is much faster than AnalyzeConnectors and can be called without admin-level permissions.
	ListNotifierConnectors(ctx context.Context, in *ListNotifierConnectorsRequest, opts ...grpc.CallOption) (*ListNotifierConnectorsResponse, error)
	// ListCatalogEntries lists all the entries registered in an instance's catalog (like tables, sources or metrics views)
	ListCatalogEntries(ctx context.Context, in *ListCatalogEntriesRequest, opts ...grpc.CallOption) (*ListCatalogEntriesResponse, error)
	// GetCatalogEntry returns information about a specific entry in the catalog
	GetCatalogEntry(ctx context.Context, in *GetCatalogEntryRequest, opts ...grpc.CallOption) (*GetCatalogEntryResponse, error)
	// TriggerRefresh triggers a refresh of a refreshable catalog object.
	// It currently only supports sources (which will be re-ingested), but will also support materialized models in the future.
	// It does not respond until the refresh has completed (will move to async jobs when the task scheduler is in place).
	TriggerRefresh(ctx context.Context, in *TriggerRefreshRequest, opts ...grpc.CallOption) (*TriggerRefreshResponse, error)
	// Reconcile applies a full set of artifacts from a repo to the catalog and infra.
	// It attempts to infer a minimal number of migrations to apply to reconcile the current state with
	// the desired state expressed in the artifacts. Any existing objects not described in the submitted
	// artifacts will be deleted.
	Reconcile(ctx context.Context, in *ReconcileRequest, opts ...grpc.CallOption) (*ReconcileResponse, error)
	// PutFileAndReconcile combines PutFile and Reconcile in a single endpoint to reduce latency.
	// It is equivalent to calling the two RPCs sequentially.
	PutFileAndReconcile(ctx context.Context, in *PutFileAndReconcileRequest, opts ...grpc.CallOption) (*PutFileAndReconcileResponse, error)
	// DeleteFileAndReconcile combines RenameFile and Reconcile in a single endpoint to reduce latency.
	DeleteFileAndReconcile(ctx context.Context, in *DeleteFileAndReconcileRequest, opts ...grpc.CallOption) (*DeleteFileAndReconcileResponse, error)
	// RenameFileAndReconcile combines RenameFile and Reconcile in a single endpoint to reduce latency.
	RenameFileAndReconcile(ctx context.Context, in *RenameFileAndReconcileRequest, opts ...grpc.CallOption) (*RenameFileAndReconcileResponse, error)
	RefreshAndReconcile(ctx context.Context, in *RefreshAndReconcileRequest, opts ...grpc.CallOption) (*RefreshAndReconcileResponse, error)
	IssueDevJWT(ctx context.Context, in *IssueDevJWTRequest, opts ...grpc.CallOption) (*IssueDevJWTResponse, error)
}

RuntimeServiceClient is the client API for RuntimeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type RuntimeServiceServer

type RuntimeServiceServer interface {
	// Ping returns information about the runtime
	Ping(context.Context, *PingRequest) (*PingResponse, error)
	// ListInstances lists all the instances currently managed by the runtime
	ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
	// GetInstance returns information about a specific instance
	GetInstance(context.Context, *GetInstanceRequest) (*GetInstanceResponse, error)
	// CreateInstance creates a new instance
	CreateInstance(context.Context, *CreateInstanceRequest) (*CreateInstanceResponse, error)
	// EditInstance edits an existing instance
	EditInstance(context.Context, *EditInstanceRequest) (*EditInstanceResponse, error)
	// DeleteInstance deletes an instance
	DeleteInstance(context.Context, *DeleteInstanceRequest) (*DeleteInstanceResponse, error)
	// ListFiles lists all the files matching a glob in a repo.
	// The files are sorted by their full path.
	ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
	// WatchFiles streams repo file update events. It is not supported on all backends.
	WatchFiles(*WatchFilesRequest, RuntimeService_WatchFilesServer) error
	// GetFile returns the contents of a specific file in a repo.
	GetFile(context.Context, *GetFileRequest) (*GetFileResponse, error)
	// PutFile creates or updates a file in a repo
	PutFile(context.Context, *PutFileRequest) (*PutFileResponse, error)
	// CreateDirectory create a directory for the given path
	CreateDirectory(context.Context, *CreateDirectoryRequest) (*CreateDirectoryResponse, error)
	// DeleteFile deletes a file from a repo
	DeleteFile(context.Context, *DeleteFileRequest) (*DeleteFileResponse, error)
	// RenameFile renames a file in a repo
	RenameFile(context.Context, *RenameFileRequest) (*RenameFileResponse, error)
	// ListExamples lists all the examples embedded into binary
	ListExamples(context.Context, *ListExamplesRequest) (*ListExamplesResponse, error)
	// UnpackExample unpacks an example project
	UnpackExample(context.Context, *UnpackExampleRequest) (*UnpackExampleResponse, error)
	// UnpackEmpty unpacks an empty project
	UnpackEmpty(context.Context, *UnpackEmptyRequest) (*UnpackEmptyResponse, error)
	// GenerateMetricsViewFile generates a metrics view YAML file from a table in an OLAP database
	GenerateMetricsViewFile(context.Context, *GenerateMetricsViewFileRequest) (*GenerateMetricsViewFileResponse, error)
	// GenerateResolver generates resolver and resolver properties from a table or a metrics view
	GenerateResolver(context.Context, *GenerateResolverRequest) (*GenerateResolverResponse, error)
	// GenerateChartSpec generates a vega lite spec from a resolver and resolver properties
	GenerateChartSpec(context.Context, *GenerateChartSpecRequest) (*GenerateChartSpecResponse, error)
	// GetLogs returns recent logs from a controller
	GetLogs(context.Context, *GetLogsRequest) (*GetLogsResponse, error)
	// WatchLogs streams new logs emitted from a controller
	WatchLogs(*WatchLogsRequest, RuntimeService_WatchLogsServer) error
	// ListResources lists the resources stored in the catalog
	ListResources(context.Context, *ListResourcesRequest) (*ListResourcesResponse, error)
	// WatchResources streams updates to catalog resources (including creation and deletion events)
	WatchResources(*WatchResourcesRequest, RuntimeService_WatchResourcesServer) error
	// GetResource looks up a specific catalog resource
	GetResource(context.Context, *GetResourceRequest) (*GetResourceResponse, error)
	// CreateTrigger creates a trigger in the catalog.
	// Triggers are ephemeral resources that will be cleaned up by the controller.
	CreateTrigger(context.Context, *CreateTriggerRequest) (*CreateTriggerResponse, error)
	// ListConnectorDrivers returns a description of all the connector drivers registed in the runtime,
	// including their configuration specs and the capabilities they support.
	ListConnectorDrivers(context.Context, *ListConnectorDriversRequest) (*ListConnectorDriversResponse, error)
	// AnalyzeConnectors scans all the project files and returns information about all referenced connectors.
	AnalyzeConnectors(context.Context, *AnalyzeConnectorsRequest) (*AnalyzeConnectorsResponse, error)
	// ListNotifierConnectors returns the names of all configured connectors that can be used as notifiers.
	// This API is much faster than AnalyzeConnectors and can be called without admin-level permissions.
	ListNotifierConnectors(context.Context, *ListNotifierConnectorsRequest) (*ListNotifierConnectorsResponse, error)
	// ListCatalogEntries lists all the entries registered in an instance's catalog (like tables, sources or metrics views)
	ListCatalogEntries(context.Context, *ListCatalogEntriesRequest) (*ListCatalogEntriesResponse, error)
	// GetCatalogEntry returns information about a specific entry in the catalog
	GetCatalogEntry(context.Context, *GetCatalogEntryRequest) (*GetCatalogEntryResponse, error)
	// TriggerRefresh triggers a refresh of a refreshable catalog object.
	// It currently only supports sources (which will be re-ingested), but will also support materialized models in the future.
	// It does not respond until the refresh has completed (will move to async jobs when the task scheduler is in place).
	TriggerRefresh(context.Context, *TriggerRefreshRequest) (*TriggerRefreshResponse, error)
	// Reconcile applies a full set of artifacts from a repo to the catalog and infra.
	// It attempts to infer a minimal number of migrations to apply to reconcile the current state with
	// the desired state expressed in the artifacts. Any existing objects not described in the submitted
	// artifacts will be deleted.
	Reconcile(context.Context, *ReconcileRequest) (*ReconcileResponse, error)
	// PutFileAndReconcile combines PutFile and Reconcile in a single endpoint to reduce latency.
	// It is equivalent to calling the two RPCs sequentially.
	PutFileAndReconcile(context.Context, *PutFileAndReconcileRequest) (*PutFileAndReconcileResponse, error)
	// DeleteFileAndReconcile combines RenameFile and Reconcile in a single endpoint to reduce latency.
	DeleteFileAndReconcile(context.Context, *DeleteFileAndReconcileRequest) (*DeleteFileAndReconcileResponse, error)
	// RenameFileAndReconcile combines RenameFile and Reconcile in a single endpoint to reduce latency.
	RenameFileAndReconcile(context.Context, *RenameFileAndReconcileRequest) (*RenameFileAndReconcileResponse, error)
	RefreshAndReconcile(context.Context, *RefreshAndReconcileRequest) (*RefreshAndReconcileResponse, error)
	IssueDevJWT(context.Context, *IssueDevJWTRequest) (*IssueDevJWTResponse, error)
	// contains filtered or unexported methods
}

RuntimeServiceServer is the server API for RuntimeService service. All implementations must embed UnimplementedRuntimeServiceServer for forward compatibility

type RuntimeService_WatchFilesClient added in v0.30.0

type RuntimeService_WatchFilesClient interface {
	Recv() (*WatchFilesResponse, error)
	grpc.ClientStream
}

type RuntimeService_WatchFilesServer added in v0.30.0

type RuntimeService_WatchFilesServer interface {
	Send(*WatchFilesResponse) error
	grpc.ServerStream
}

type RuntimeService_WatchLogsClient added in v0.32.0

type RuntimeService_WatchLogsClient interface {
	Recv() (*WatchLogsResponse, error)
	grpc.ClientStream
}

type RuntimeService_WatchLogsServer added in v0.32.0

type RuntimeService_WatchLogsServer interface {
	Send(*WatchLogsResponse) error
	grpc.ServerStream
}

type RuntimeService_WatchResourcesClient added in v0.32.0

type RuntimeService_WatchResourcesClient interface {
	Recv() (*WatchResourcesResponse, error)
	grpc.ClientStream
}

type RuntimeService_WatchResourcesServer added in v0.32.0

type RuntimeService_WatchResourcesServer interface {
	Send(*WatchResourcesResponse) error
	grpc.ServerStream
}

type S3GetBucketMetadataRequest added in v0.27.0

type S3GetBucketMetadataRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	Bucket     string `protobuf:"bytes,3,opt,name=bucket,proto3" json:"bucket,omitempty"`
	// contains filtered or unexported fields
}

func (*S3GetBucketMetadataRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use S3GetBucketMetadataRequest.ProtoReflect.Descriptor instead.

func (*S3GetBucketMetadataRequest) GetBucket added in v0.27.0

func (x *S3GetBucketMetadataRequest) GetBucket() string

func (*S3GetBucketMetadataRequest) GetConnector added in v0.31.0

func (x *S3GetBucketMetadataRequest) GetConnector() string

func (*S3GetBucketMetadataRequest) GetInstanceId added in v0.31.0

func (x *S3GetBucketMetadataRequest) GetInstanceId() string

func (*S3GetBucketMetadataRequest) ProtoMessage added in v0.27.0

func (*S3GetBucketMetadataRequest) ProtoMessage()

func (*S3GetBucketMetadataRequest) ProtoReflect added in v0.27.0

func (*S3GetBucketMetadataRequest) Reset added in v0.27.0

func (x *S3GetBucketMetadataRequest) Reset()

func (*S3GetBucketMetadataRequest) String added in v0.27.0

func (x *S3GetBucketMetadataRequest) String() string

func (*S3GetBucketMetadataRequest) Validate added in v0.27.0

func (m *S3GetBucketMetadataRequest) Validate() error

Validate checks the field values on S3GetBucketMetadataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3GetBucketMetadataRequest) ValidateAll added in v0.27.0

func (m *S3GetBucketMetadataRequest) ValidateAll() error

ValidateAll checks the field values on S3GetBucketMetadataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3GetBucketMetadataRequestMultiError, or nil if none found.

type S3GetBucketMetadataRequestMultiError added in v0.27.0

type S3GetBucketMetadataRequestMultiError []error

S3GetBucketMetadataRequestMultiError is an error wrapping multiple validation errors returned by S3GetBucketMetadataRequest.ValidateAll() if the designated constraints aren't met.

func (S3GetBucketMetadataRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (S3GetBucketMetadataRequestMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type S3GetBucketMetadataRequestValidationError added in v0.27.0

type S3GetBucketMetadataRequestValidationError struct {
	// contains filtered or unexported fields
}

S3GetBucketMetadataRequestValidationError is the validation error returned by S3GetBucketMetadataRequest.Validate if the designated constraints aren't met.

func (S3GetBucketMetadataRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (S3GetBucketMetadataRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (S3GetBucketMetadataRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (S3GetBucketMetadataRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (S3GetBucketMetadataRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (S3GetBucketMetadataRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type S3GetBucketMetadataResponse added in v0.27.0

type S3GetBucketMetadataResponse struct {
	Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"`
	// contains filtered or unexported fields
}

func (*S3GetBucketMetadataResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use S3GetBucketMetadataResponse.ProtoReflect.Descriptor instead.

func (*S3GetBucketMetadataResponse) GetRegion added in v0.27.0

func (x *S3GetBucketMetadataResponse) GetRegion() string

func (*S3GetBucketMetadataResponse) ProtoMessage added in v0.27.0

func (*S3GetBucketMetadataResponse) ProtoMessage()

func (*S3GetBucketMetadataResponse) ProtoReflect added in v0.27.0

func (*S3GetBucketMetadataResponse) Reset added in v0.27.0

func (x *S3GetBucketMetadataResponse) Reset()

func (*S3GetBucketMetadataResponse) String added in v0.27.0

func (x *S3GetBucketMetadataResponse) String() string

func (*S3GetBucketMetadataResponse) Validate added in v0.27.0

func (m *S3GetBucketMetadataResponse) Validate() error

Validate checks the field values on S3GetBucketMetadataResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3GetBucketMetadataResponse) ValidateAll added in v0.27.0

func (m *S3GetBucketMetadataResponse) ValidateAll() error

ValidateAll checks the field values on S3GetBucketMetadataResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3GetBucketMetadataResponseMultiError, or nil if none found.

type S3GetBucketMetadataResponseMultiError added in v0.27.0

type S3GetBucketMetadataResponseMultiError []error

S3GetBucketMetadataResponseMultiError is an error wrapping multiple validation errors returned by S3GetBucketMetadataResponse.ValidateAll() if the designated constraints aren't met.

func (S3GetBucketMetadataResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (S3GetBucketMetadataResponseMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type S3GetBucketMetadataResponseValidationError added in v0.27.0

type S3GetBucketMetadataResponseValidationError struct {
	// contains filtered or unexported fields
}

S3GetBucketMetadataResponseValidationError is the validation error returned by S3GetBucketMetadataResponse.Validate if the designated constraints aren't met.

func (S3GetBucketMetadataResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (S3GetBucketMetadataResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (S3GetBucketMetadataResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (S3GetBucketMetadataResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (S3GetBucketMetadataResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (S3GetBucketMetadataResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type S3GetCredentialsInfoRequest added in v0.27.0

type S3GetCredentialsInfoRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	// contains filtered or unexported fields
}

func (*S3GetCredentialsInfoRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use S3GetCredentialsInfoRequest.ProtoReflect.Descriptor instead.

func (*S3GetCredentialsInfoRequest) GetConnector added in v0.31.0

func (x *S3GetCredentialsInfoRequest) GetConnector() string

func (*S3GetCredentialsInfoRequest) GetInstanceId added in v0.31.0

func (x *S3GetCredentialsInfoRequest) GetInstanceId() string

func (*S3GetCredentialsInfoRequest) ProtoMessage added in v0.27.0

func (*S3GetCredentialsInfoRequest) ProtoMessage()

func (*S3GetCredentialsInfoRequest) ProtoReflect added in v0.27.0

func (*S3GetCredentialsInfoRequest) Reset added in v0.27.0

func (x *S3GetCredentialsInfoRequest) Reset()

func (*S3GetCredentialsInfoRequest) String added in v0.27.0

func (x *S3GetCredentialsInfoRequest) String() string

func (*S3GetCredentialsInfoRequest) Validate added in v0.27.0

func (m *S3GetCredentialsInfoRequest) Validate() error

Validate checks the field values on S3GetCredentialsInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3GetCredentialsInfoRequest) ValidateAll added in v0.27.0

func (m *S3GetCredentialsInfoRequest) ValidateAll() error

ValidateAll checks the field values on S3GetCredentialsInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3GetCredentialsInfoRequestMultiError, or nil if none found.

type S3GetCredentialsInfoRequestMultiError added in v0.27.0

type S3GetCredentialsInfoRequestMultiError []error

S3GetCredentialsInfoRequestMultiError is an error wrapping multiple validation errors returned by S3GetCredentialsInfoRequest.ValidateAll() if the designated constraints aren't met.

func (S3GetCredentialsInfoRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (S3GetCredentialsInfoRequestMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type S3GetCredentialsInfoRequestValidationError added in v0.27.0

type S3GetCredentialsInfoRequestValidationError struct {
	// contains filtered or unexported fields
}

S3GetCredentialsInfoRequestValidationError is the validation error returned by S3GetCredentialsInfoRequest.Validate if the designated constraints aren't met.

func (S3GetCredentialsInfoRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (S3GetCredentialsInfoRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (S3GetCredentialsInfoRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (S3GetCredentialsInfoRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (S3GetCredentialsInfoRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (S3GetCredentialsInfoRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type S3GetCredentialsInfoResponse added in v0.27.0

type S3GetCredentialsInfoResponse struct {
	Exist    bool   `protobuf:"varint,1,opt,name=exist,proto3" json:"exist,omitempty"`
	Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"`
	// contains filtered or unexported fields
}

func (*S3GetCredentialsInfoResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use S3GetCredentialsInfoResponse.ProtoReflect.Descriptor instead.

func (*S3GetCredentialsInfoResponse) GetExist added in v0.27.0

func (x *S3GetCredentialsInfoResponse) GetExist() bool

func (*S3GetCredentialsInfoResponse) GetProvider added in v0.27.0

func (x *S3GetCredentialsInfoResponse) GetProvider() string

func (*S3GetCredentialsInfoResponse) ProtoMessage added in v0.27.0

func (*S3GetCredentialsInfoResponse) ProtoMessage()

func (*S3GetCredentialsInfoResponse) ProtoReflect added in v0.27.0

func (*S3GetCredentialsInfoResponse) Reset added in v0.27.0

func (x *S3GetCredentialsInfoResponse) Reset()

func (*S3GetCredentialsInfoResponse) String added in v0.27.0

func (*S3GetCredentialsInfoResponse) Validate added in v0.27.0

func (m *S3GetCredentialsInfoResponse) Validate() error

Validate checks the field values on S3GetCredentialsInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3GetCredentialsInfoResponse) ValidateAll added in v0.27.0

func (m *S3GetCredentialsInfoResponse) ValidateAll() error

ValidateAll checks the field values on S3GetCredentialsInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3GetCredentialsInfoResponseMultiError, or nil if none found.

type S3GetCredentialsInfoResponseMultiError added in v0.27.0

type S3GetCredentialsInfoResponseMultiError []error

S3GetCredentialsInfoResponseMultiError is an error wrapping multiple validation errors returned by S3GetCredentialsInfoResponse.ValidateAll() if the designated constraints aren't met.

func (S3GetCredentialsInfoResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (S3GetCredentialsInfoResponseMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type S3GetCredentialsInfoResponseValidationError added in v0.27.0

type S3GetCredentialsInfoResponseValidationError struct {
	// contains filtered or unexported fields
}

S3GetCredentialsInfoResponseValidationError is the validation error returned by S3GetCredentialsInfoResponse.Validate if the designated constraints aren't met.

func (S3GetCredentialsInfoResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (S3GetCredentialsInfoResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (S3GetCredentialsInfoResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (S3GetCredentialsInfoResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (S3GetCredentialsInfoResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (S3GetCredentialsInfoResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type S3ListBucketsRequest added in v0.27.0

type S3ListBucketsRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	PageSize   uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken  string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*S3ListBucketsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use S3ListBucketsRequest.ProtoReflect.Descriptor instead.

func (*S3ListBucketsRequest) GetConnector added in v0.31.0

func (x *S3ListBucketsRequest) GetConnector() string

func (*S3ListBucketsRequest) GetInstanceId added in v0.31.0

func (x *S3ListBucketsRequest) GetInstanceId() string

func (*S3ListBucketsRequest) GetPageSize added in v0.27.0

func (x *S3ListBucketsRequest) GetPageSize() uint32

func (*S3ListBucketsRequest) GetPageToken added in v0.27.0

func (x *S3ListBucketsRequest) GetPageToken() string

func (*S3ListBucketsRequest) ProtoMessage added in v0.27.0

func (*S3ListBucketsRequest) ProtoMessage()

func (*S3ListBucketsRequest) ProtoReflect added in v0.27.0

func (x *S3ListBucketsRequest) ProtoReflect() protoreflect.Message

func (*S3ListBucketsRequest) Reset added in v0.27.0

func (x *S3ListBucketsRequest) Reset()

func (*S3ListBucketsRequest) String added in v0.27.0

func (x *S3ListBucketsRequest) String() string

func (*S3ListBucketsRequest) Validate added in v0.27.0

func (m *S3ListBucketsRequest) Validate() error

Validate checks the field values on S3ListBucketsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3ListBucketsRequest) ValidateAll added in v0.27.0

func (m *S3ListBucketsRequest) ValidateAll() error

ValidateAll checks the field values on S3ListBucketsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ListBucketsRequestMultiError, or nil if none found.

type S3ListBucketsRequestMultiError added in v0.27.0

type S3ListBucketsRequestMultiError []error

S3ListBucketsRequestMultiError is an error wrapping multiple validation errors returned by S3ListBucketsRequest.ValidateAll() if the designated constraints aren't met.

func (S3ListBucketsRequestMultiError) AllErrors added in v0.27.0

func (m S3ListBucketsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (S3ListBucketsRequestMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type S3ListBucketsRequestValidationError added in v0.27.0

type S3ListBucketsRequestValidationError struct {
	// contains filtered or unexported fields
}

S3ListBucketsRequestValidationError is the validation error returned by S3ListBucketsRequest.Validate if the designated constraints aren't met.

func (S3ListBucketsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (S3ListBucketsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (S3ListBucketsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (S3ListBucketsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (S3ListBucketsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (S3ListBucketsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type S3ListBucketsResponse added in v0.27.0

type S3ListBucketsResponse struct {
	NextPageToken string   `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Buckets       []string `protobuf:"bytes,2,rep,name=buckets,proto3" json:"buckets,omitempty"`
	// contains filtered or unexported fields
}

func (*S3ListBucketsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use S3ListBucketsResponse.ProtoReflect.Descriptor instead.

func (*S3ListBucketsResponse) GetBuckets added in v0.27.0

func (x *S3ListBucketsResponse) GetBuckets() []string

func (*S3ListBucketsResponse) GetNextPageToken added in v0.27.0

func (x *S3ListBucketsResponse) GetNextPageToken() string

func (*S3ListBucketsResponse) ProtoMessage added in v0.27.0

func (*S3ListBucketsResponse) ProtoMessage()

func (*S3ListBucketsResponse) ProtoReflect added in v0.27.0

func (x *S3ListBucketsResponse) ProtoReflect() protoreflect.Message

func (*S3ListBucketsResponse) Reset added in v0.27.0

func (x *S3ListBucketsResponse) Reset()

func (*S3ListBucketsResponse) String added in v0.27.0

func (x *S3ListBucketsResponse) String() string

func (*S3ListBucketsResponse) Validate added in v0.27.0

func (m *S3ListBucketsResponse) Validate() error

Validate checks the field values on S3ListBucketsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3ListBucketsResponse) ValidateAll added in v0.27.0

func (m *S3ListBucketsResponse) ValidateAll() error

ValidateAll checks the field values on S3ListBucketsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ListBucketsResponseMultiError, or nil if none found.

type S3ListBucketsResponseMultiError added in v0.27.0

type S3ListBucketsResponseMultiError []error

S3ListBucketsResponseMultiError is an error wrapping multiple validation errors returned by S3ListBucketsResponse.ValidateAll() if the designated constraints aren't met.

func (S3ListBucketsResponseMultiError) AllErrors added in v0.27.0

func (m S3ListBucketsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (S3ListBucketsResponseMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type S3ListBucketsResponseValidationError added in v0.27.0

type S3ListBucketsResponseValidationError struct {
	// contains filtered or unexported fields
}

S3ListBucketsResponseValidationError is the validation error returned by S3ListBucketsResponse.Validate if the designated constraints aren't met.

func (S3ListBucketsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (S3ListBucketsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (S3ListBucketsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (S3ListBucketsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (S3ListBucketsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (S3ListBucketsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type S3ListObjectsRequest added in v0.27.0

type S3ListObjectsRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector  string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	PageSize   uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken  string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Bucket     string `protobuf:"bytes,5,opt,name=bucket,proto3" json:"bucket,omitempty"`
	Region     string `protobuf:"bytes,6,opt,name=region,proto3" json:"region,omitempty"`
	Prefix     string `protobuf:"bytes,7,opt,name=prefix,proto3" json:"prefix,omitempty"`
	StartAfter string `protobuf:"bytes,8,opt,name=start_after,json=startAfter,proto3" json:"start_after,omitempty"`
	Delimiter  string `protobuf:"bytes,9,opt,name=delimiter,proto3" json:"delimiter,omitempty"`
	// contains filtered or unexported fields
}

func (*S3ListObjectsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use S3ListObjectsRequest.ProtoReflect.Descriptor instead.

func (*S3ListObjectsRequest) GetBucket added in v0.27.0

func (x *S3ListObjectsRequest) GetBucket() string

func (*S3ListObjectsRequest) GetConnector added in v0.31.0

func (x *S3ListObjectsRequest) GetConnector() string

func (*S3ListObjectsRequest) GetDelimiter added in v0.27.0

func (x *S3ListObjectsRequest) GetDelimiter() string

func (*S3ListObjectsRequest) GetInstanceId added in v0.31.0

func (x *S3ListObjectsRequest) GetInstanceId() string

func (*S3ListObjectsRequest) GetPageSize added in v0.27.0

func (x *S3ListObjectsRequest) GetPageSize() uint32

func (*S3ListObjectsRequest) GetPageToken added in v0.27.0

func (x *S3ListObjectsRequest) GetPageToken() string

func (*S3ListObjectsRequest) GetPrefix added in v0.27.0

func (x *S3ListObjectsRequest) GetPrefix() string

func (*S3ListObjectsRequest) GetRegion added in v0.27.0

func (x *S3ListObjectsRequest) GetRegion() string

func (*S3ListObjectsRequest) GetStartAfter added in v0.27.0

func (x *S3ListObjectsRequest) GetStartAfter() string

func (*S3ListObjectsRequest) ProtoMessage added in v0.27.0

func (*S3ListObjectsRequest) ProtoMessage()

func (*S3ListObjectsRequest) ProtoReflect added in v0.27.0

func (x *S3ListObjectsRequest) ProtoReflect() protoreflect.Message

func (*S3ListObjectsRequest) Reset added in v0.27.0

func (x *S3ListObjectsRequest) Reset()

func (*S3ListObjectsRequest) String added in v0.27.0

func (x *S3ListObjectsRequest) String() string

func (*S3ListObjectsRequest) Validate added in v0.27.0

func (m *S3ListObjectsRequest) Validate() error

Validate checks the field values on S3ListObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3ListObjectsRequest) ValidateAll added in v0.27.0

func (m *S3ListObjectsRequest) ValidateAll() error

ValidateAll checks the field values on S3ListObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ListObjectsRequestMultiError, or nil if none found.

type S3ListObjectsRequestMultiError added in v0.27.0

type S3ListObjectsRequestMultiError []error

S3ListObjectsRequestMultiError is an error wrapping multiple validation errors returned by S3ListObjectsRequest.ValidateAll() if the designated constraints aren't met.

func (S3ListObjectsRequestMultiError) AllErrors added in v0.27.0

func (m S3ListObjectsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (S3ListObjectsRequestMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type S3ListObjectsRequestValidationError added in v0.27.0

type S3ListObjectsRequestValidationError struct {
	// contains filtered or unexported fields
}

S3ListObjectsRequestValidationError is the validation error returned by S3ListObjectsRequest.Validate if the designated constraints aren't met.

func (S3ListObjectsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (S3ListObjectsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (S3ListObjectsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (S3ListObjectsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (S3ListObjectsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (S3ListObjectsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type S3ListObjectsResponse added in v0.27.0

type S3ListObjectsResponse struct {
	NextPageToken string      `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	Objects       []*S3Object `protobuf:"bytes,2,rep,name=objects,proto3" json:"objects,omitempty"`
	// contains filtered or unexported fields
}

func (*S3ListObjectsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use S3ListObjectsResponse.ProtoReflect.Descriptor instead.

func (*S3ListObjectsResponse) GetNextPageToken added in v0.27.0

func (x *S3ListObjectsResponse) GetNextPageToken() string

func (*S3ListObjectsResponse) GetObjects added in v0.27.0

func (x *S3ListObjectsResponse) GetObjects() []*S3Object

func (*S3ListObjectsResponse) ProtoMessage added in v0.27.0

func (*S3ListObjectsResponse) ProtoMessage()

func (*S3ListObjectsResponse) ProtoReflect added in v0.27.0

func (x *S3ListObjectsResponse) ProtoReflect() protoreflect.Message

func (*S3ListObjectsResponse) Reset added in v0.27.0

func (x *S3ListObjectsResponse) Reset()

func (*S3ListObjectsResponse) String added in v0.27.0

func (x *S3ListObjectsResponse) String() string

func (*S3ListObjectsResponse) Validate added in v0.27.0

func (m *S3ListObjectsResponse) Validate() error

Validate checks the field values on S3ListObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3ListObjectsResponse) ValidateAll added in v0.27.0

func (m *S3ListObjectsResponse) ValidateAll() error

ValidateAll checks the field values on S3ListObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ListObjectsResponseMultiError, or nil if none found.

type S3ListObjectsResponseMultiError added in v0.27.0

type S3ListObjectsResponseMultiError []error

S3ListObjectsResponseMultiError is an error wrapping multiple validation errors returned by S3ListObjectsResponse.ValidateAll() if the designated constraints aren't met.

func (S3ListObjectsResponseMultiError) AllErrors added in v0.27.0

func (m S3ListObjectsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (S3ListObjectsResponseMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type S3ListObjectsResponseValidationError added in v0.27.0

type S3ListObjectsResponseValidationError struct {
	// contains filtered or unexported fields
}

S3ListObjectsResponseValidationError is the validation error returned by S3ListObjectsResponse.Validate if the designated constraints aren't met.

func (S3ListObjectsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (S3ListObjectsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (S3ListObjectsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (S3ListObjectsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (S3ListObjectsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (S3ListObjectsResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type S3Object added in v0.27.0

type S3Object struct {
	Name       string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ModifiedOn *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=modified_on,json=modifiedOn,proto3" json:"modified_on,omitempty"`
	Size       int64                  `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	IsDir      bool                   `protobuf:"varint,4,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"`
	// contains filtered or unexported fields
}

func (*S3Object) Descriptor deprecated added in v0.27.0

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

Deprecated: Use S3Object.ProtoReflect.Descriptor instead.

func (*S3Object) GetIsDir added in v0.27.0

func (x *S3Object) GetIsDir() bool

func (*S3Object) GetModifiedOn added in v0.27.0

func (x *S3Object) GetModifiedOn() *timestamppb.Timestamp

func (*S3Object) GetName added in v0.27.0

func (x *S3Object) GetName() string

func (*S3Object) GetSize added in v0.27.0

func (x *S3Object) GetSize() int64

func (*S3Object) ProtoMessage added in v0.27.0

func (*S3Object) ProtoMessage()

func (*S3Object) ProtoReflect added in v0.27.0

func (x *S3Object) ProtoReflect() protoreflect.Message

func (*S3Object) Reset added in v0.27.0

func (x *S3Object) Reset()

func (*S3Object) String added in v0.27.0

func (x *S3Object) String() string

func (*S3Object) Validate added in v0.27.0

func (m *S3Object) Validate() error

Validate checks the field values on S3Object with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*S3Object) ValidateAll added in v0.27.0

func (m *S3Object) ValidateAll() error

ValidateAll checks the field values on S3Object with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ObjectMultiError, or nil if none found.

type S3ObjectMultiError added in v0.27.0

type S3ObjectMultiError []error

S3ObjectMultiError is an error wrapping multiple validation errors returned by S3Object.ValidateAll() if the designated constraints aren't met.

func (S3ObjectMultiError) AllErrors added in v0.27.0

func (m S3ObjectMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (S3ObjectMultiError) Error added in v0.27.0

func (m S3ObjectMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type S3ObjectValidationError added in v0.27.0

type S3ObjectValidationError struct {
	// contains filtered or unexported fields
}

S3ObjectValidationError is the validation error returned by S3Object.Validate if the designated constraints aren't met.

func (S3ObjectValidationError) Cause added in v0.27.0

func (e S3ObjectValidationError) Cause() error

Cause function returns cause value.

func (S3ObjectValidationError) Error added in v0.27.0

func (e S3ObjectValidationError) Error() string

Error satisfies the builtin error interface

func (S3ObjectValidationError) ErrorName added in v0.27.0

func (e S3ObjectValidationError) ErrorName() string

ErrorName returns error name.

func (S3ObjectValidationError) Field added in v0.27.0

func (e S3ObjectValidationError) Field() string

Field function returns field value.

func (S3ObjectValidationError) Key added in v0.27.0

func (e S3ObjectValidationError) Key() bool

Key function returns key value.

func (S3ObjectValidationError) Reason added in v0.27.0

func (e S3ObjectValidationError) Reason() string

Reason function returns reason value.

type Schedule added in v0.30.0

type Schedule struct {
	RefUpdate     bool   `protobuf:"varint,4,opt,name=ref_update,json=refUpdate,proto3" json:"ref_update,omitempty"`
	Disable       bool   `protobuf:"varint,5,opt,name=disable,proto3" json:"disable,omitempty"`
	Cron          string `protobuf:"bytes,1,opt,name=cron,proto3" json:"cron,omitempty"`
	TickerSeconds uint32 `protobuf:"varint,2,opt,name=ticker_seconds,json=tickerSeconds,proto3" json:"ticker_seconds,omitempty"`
	TimeZone      string `protobuf:"bytes,3,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	// contains filtered or unexported fields
}

func (*Schedule) Descriptor deprecated added in v0.30.0

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

Deprecated: Use Schedule.ProtoReflect.Descriptor instead.

func (*Schedule) GetCron added in v0.30.0

func (x *Schedule) GetCron() string

func (*Schedule) GetDisable added in v0.41.0

func (x *Schedule) GetDisable() bool

func (*Schedule) GetRefUpdate added in v0.41.0

func (x *Schedule) GetRefUpdate() bool

func (*Schedule) GetTickerSeconds added in v0.30.0

func (x *Schedule) GetTickerSeconds() uint32

func (*Schedule) GetTimeZone added in v0.36.0

func (x *Schedule) GetTimeZone() string

func (*Schedule) ProtoMessage added in v0.30.0

func (*Schedule) ProtoMessage()

func (*Schedule) ProtoReflect added in v0.30.0

func (x *Schedule) ProtoReflect() protoreflect.Message

func (*Schedule) Reset added in v0.30.0

func (x *Schedule) Reset()

func (*Schedule) String added in v0.30.0

func (x *Schedule) String() string

func (*Schedule) Validate added in v0.30.0

func (m *Schedule) Validate() error

Validate checks the field values on Schedule with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Schedule) ValidateAll added in v0.30.0

func (m *Schedule) ValidateAll() error

ValidateAll checks the field values on Schedule with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ScheduleMultiError, or nil if none found.

type ScheduleMultiError added in v0.30.0

type ScheduleMultiError []error

ScheduleMultiError is an error wrapping multiple validation errors returned by Schedule.ValidateAll() if the designated constraints aren't met.

func (ScheduleMultiError) AllErrors added in v0.30.0

func (m ScheduleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ScheduleMultiError) Error added in v0.30.0

func (m ScheduleMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ScheduleValidationError added in v0.30.0

type ScheduleValidationError struct {
	// contains filtered or unexported fields
}

ScheduleValidationError is the validation error returned by Schedule.Validate if the designated constraints aren't met.

func (ScheduleValidationError) Cause added in v0.30.0

func (e ScheduleValidationError) Cause() error

Cause function returns cause value.

func (ScheduleValidationError) Error added in v0.30.0

func (e ScheduleValidationError) Error() string

Error satisfies the builtin error interface

func (ScheduleValidationError) ErrorName added in v0.30.0

func (e ScheduleValidationError) ErrorName() string

ErrorName returns error name.

func (ScheduleValidationError) Field added in v0.30.0

func (e ScheduleValidationError) Field() string

Field function returns field value.

func (ScheduleValidationError) Key added in v0.30.0

func (e ScheduleValidationError) Key() bool

Key function returns key value.

func (ScheduleValidationError) Reason added in v0.30.0

func (e ScheduleValidationError) Reason() string

Reason function returns reason value.

type Source

type Source struct {

	// Name of the source
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Connector used by the source
	Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"`
	// Connector properties assigned in the source
	Properties *structpb.Struct `protobuf:"bytes,3,opt,name=properties,proto3" json:"properties,omitempty"`
	// Detected schema of the source
	Schema *StructType `protobuf:"bytes,5,opt,name=schema,proto3" json:"schema,omitempty"`
	// timeout for source ingestion in seconds
	TimeoutSeconds int32 `protobuf:"varint,7,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	// contains filtered or unexported fields
}

Source is the internal representation of a source definition

func (*Source) Descriptor deprecated

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

Deprecated: Use Source.ProtoReflect.Descriptor instead.

func (*Source) GetConnector

func (x *Source) GetConnector() string

func (*Source) GetName

func (x *Source) GetName() string

func (*Source) GetProperties

func (x *Source) GetProperties() *structpb.Struct

func (*Source) GetSchema

func (x *Source) GetSchema() *StructType

func (*Source) GetTimeoutSeconds added in v0.21.0

func (x *Source) GetTimeoutSeconds() int32

func (*Source) ProtoMessage

func (*Source) ProtoMessage()

func (*Source) ProtoReflect

func (x *Source) ProtoReflect() protoreflect.Message

func (*Source) Reset

func (x *Source) Reset()

func (*Source) String

func (x *Source) String() string

func (*Source) Validate added in v0.20.0

func (m *Source) Validate() error

Validate checks the field values on Source with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Source) ValidateAll added in v0.20.0

func (m *Source) ValidateAll() error

ValidateAll checks the field values on Source with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SourceMultiError, or nil if none found.

type SourceMultiError added in v0.20.0

type SourceMultiError []error

SourceMultiError is an error wrapping multiple validation errors returned by Source.ValidateAll() if the designated constraints aren't met.

func (SourceMultiError) AllErrors added in v0.20.0

func (m SourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SourceMultiError) Error added in v0.20.0

func (m SourceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SourceSpec added in v0.30.0

type SourceSpec struct {
	SourceConnector string           `protobuf:"bytes,1,opt,name=source_connector,json=sourceConnector,proto3" json:"source_connector,omitempty"`
	SinkConnector   string           `protobuf:"bytes,2,opt,name=sink_connector,json=sinkConnector,proto3" json:"sink_connector,omitempty"`
	Properties      *structpb.Struct `protobuf:"bytes,3,opt,name=properties,proto3" json:"properties,omitempty"`
	RefreshSchedule *Schedule        `protobuf:"bytes,5,opt,name=refresh_schedule,json=refreshSchedule,proto3" json:"refresh_schedule,omitempty"`
	TimeoutSeconds  uint32           `protobuf:"varint,6,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"`
	// Fields not derived from code files
	StageChanges    bool `protobuf:"varint,7,opt,name=stage_changes,json=stageChanges,proto3" json:"stage_changes,omitempty"`
	StreamIngestion bool `protobuf:"varint,8,opt,name=stream_ingestion,json=streamIngestion,proto3" json:"stream_ingestion,omitempty"`
	Trigger         bool `protobuf:"varint,9,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceSpec) Descriptor deprecated added in v0.30.0

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

Deprecated: Use SourceSpec.ProtoReflect.Descriptor instead.

func (*SourceSpec) GetProperties added in v0.30.0

func (x *SourceSpec) GetProperties() *structpb.Struct

func (*SourceSpec) GetRefreshSchedule added in v0.30.0

func (x *SourceSpec) GetRefreshSchedule() *Schedule

func (*SourceSpec) GetSinkConnector added in v0.30.0

func (x *SourceSpec) GetSinkConnector() string

func (*SourceSpec) GetSourceConnector added in v0.30.0

func (x *SourceSpec) GetSourceConnector() string

func (*SourceSpec) GetStageChanges added in v0.32.0

func (x *SourceSpec) GetStageChanges() bool

func (*SourceSpec) GetStreamIngestion added in v0.32.0

func (x *SourceSpec) GetStreamIngestion() bool

func (*SourceSpec) GetTimeoutSeconds added in v0.30.0

func (x *SourceSpec) GetTimeoutSeconds() uint32

func (*SourceSpec) GetTrigger added in v0.32.0

func (x *SourceSpec) GetTrigger() bool

func (*SourceSpec) ProtoMessage added in v0.30.0

func (*SourceSpec) ProtoMessage()

func (*SourceSpec) ProtoReflect added in v0.30.0

func (x *SourceSpec) ProtoReflect() protoreflect.Message

func (*SourceSpec) Reset added in v0.30.0

func (x *SourceSpec) Reset()

func (*SourceSpec) String added in v0.30.0

func (x *SourceSpec) String() string

func (*SourceSpec) Validate added in v0.30.0

func (m *SourceSpec) Validate() error

Validate checks the field values on SourceSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SourceSpec) ValidateAll added in v0.30.0

func (m *SourceSpec) ValidateAll() error

ValidateAll checks the field values on SourceSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SourceSpecMultiError, or nil if none found.

type SourceSpecMultiError added in v0.30.0

type SourceSpecMultiError []error

SourceSpecMultiError is an error wrapping multiple validation errors returned by SourceSpec.ValidateAll() if the designated constraints aren't met.

func (SourceSpecMultiError) AllErrors added in v0.30.0

func (m SourceSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SourceSpecMultiError) Error added in v0.30.0

func (m SourceSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SourceSpecValidationError added in v0.30.0

type SourceSpecValidationError struct {
	// contains filtered or unexported fields
}

SourceSpecValidationError is the validation error returned by SourceSpec.Validate if the designated constraints aren't met.

func (SourceSpecValidationError) Cause added in v0.30.0

func (e SourceSpecValidationError) Cause() error

Cause function returns cause value.

func (SourceSpecValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (SourceSpecValidationError) ErrorName added in v0.30.0

func (e SourceSpecValidationError) ErrorName() string

ErrorName returns error name.

func (SourceSpecValidationError) Field added in v0.30.0

Field function returns field value.

func (SourceSpecValidationError) Key added in v0.30.0

Key function returns key value.

func (SourceSpecValidationError) Reason added in v0.30.0

func (e SourceSpecValidationError) Reason() string

Reason function returns reason value.

type SourceState added in v0.30.0

type SourceState struct {
	Connector   string                 `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"`
	Table       string                 `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"`
	SpecHash    string                 `protobuf:"bytes,3,opt,name=spec_hash,json=specHash,proto3" json:"spec_hash,omitempty"`
	RefreshedOn *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=refreshed_on,json=refreshedOn,proto3" json:"refreshed_on,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceState) Descriptor deprecated added in v0.30.0

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

Deprecated: Use SourceState.ProtoReflect.Descriptor instead.

func (*SourceState) GetConnector added in v0.32.0

func (x *SourceState) GetConnector() string

func (*SourceState) GetRefreshedOn added in v0.32.0

func (x *SourceState) GetRefreshedOn() *timestamppb.Timestamp

func (*SourceState) GetSpecHash added in v0.32.0

func (x *SourceState) GetSpecHash() string

func (*SourceState) GetTable added in v0.32.0

func (x *SourceState) GetTable() string

func (*SourceState) ProtoMessage added in v0.30.0

func (*SourceState) ProtoMessage()

func (*SourceState) ProtoReflect added in v0.30.0

func (x *SourceState) ProtoReflect() protoreflect.Message

func (*SourceState) Reset added in v0.30.0

func (x *SourceState) Reset()

func (*SourceState) String added in v0.30.0

func (x *SourceState) String() string

func (*SourceState) Validate added in v0.30.0

func (m *SourceState) Validate() error

Validate checks the field values on SourceState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SourceState) ValidateAll added in v0.30.0

func (m *SourceState) ValidateAll() error

ValidateAll checks the field values on SourceState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SourceStateMultiError, or nil if none found.

type SourceStateMultiError added in v0.30.0

type SourceStateMultiError []error

SourceStateMultiError is an error wrapping multiple validation errors returned by SourceState.ValidateAll() if the designated constraints aren't met.

func (SourceStateMultiError) AllErrors added in v0.30.0

func (m SourceStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SourceStateMultiError) Error added in v0.30.0

func (m SourceStateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SourceStateValidationError added in v0.30.0

type SourceStateValidationError struct {
	// contains filtered or unexported fields
}

SourceStateValidationError is the validation error returned by SourceState.Validate if the designated constraints aren't met.

func (SourceStateValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (SourceStateValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (SourceStateValidationError) ErrorName added in v0.30.0

func (e SourceStateValidationError) ErrorName() string

ErrorName returns error name.

func (SourceStateValidationError) Field added in v0.30.0

Field function returns field value.

func (SourceStateValidationError) Key added in v0.30.0

Key function returns key value.

func (SourceStateValidationError) Reason added in v0.30.0

Reason function returns reason value.

type SourceV2 added in v0.30.0

type SourceV2 struct {
	Spec  *SourceSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *SourceState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*SourceV2) Descriptor deprecated added in v0.30.0

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

Deprecated: Use SourceV2.ProtoReflect.Descriptor instead.

func (*SourceV2) GetSpec added in v0.30.0

func (x *SourceV2) GetSpec() *SourceSpec

func (*SourceV2) GetState added in v0.30.0

func (x *SourceV2) GetState() *SourceState

func (*SourceV2) ProtoMessage added in v0.30.0

func (*SourceV2) ProtoMessage()

func (*SourceV2) ProtoReflect added in v0.30.0

func (x *SourceV2) ProtoReflect() protoreflect.Message

func (*SourceV2) Reset added in v0.30.0

func (x *SourceV2) Reset()

func (*SourceV2) String added in v0.30.0

func (x *SourceV2) String() string

func (*SourceV2) Validate added in v0.30.0

func (m *SourceV2) Validate() error

Validate checks the field values on SourceV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SourceV2) ValidateAll added in v0.30.0

func (m *SourceV2) ValidateAll() error

ValidateAll checks the field values on SourceV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SourceV2MultiError, or nil if none found.

type SourceV2MultiError added in v0.30.0

type SourceV2MultiError []error

SourceV2MultiError is an error wrapping multiple validation errors returned by SourceV2.ValidateAll() if the designated constraints aren't met.

func (SourceV2MultiError) AllErrors added in v0.30.0

func (m SourceV2MultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SourceV2MultiError) Error added in v0.30.0

func (m SourceV2MultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SourceV2ValidationError added in v0.30.0

type SourceV2ValidationError struct {
	// contains filtered or unexported fields
}

SourceV2ValidationError is the validation error returned by SourceV2.Validate if the designated constraints aren't met.

func (SourceV2ValidationError) Cause added in v0.30.0

func (e SourceV2ValidationError) Cause() error

Cause function returns cause value.

func (SourceV2ValidationError) Error added in v0.30.0

func (e SourceV2ValidationError) Error() string

Error satisfies the builtin error interface

func (SourceV2ValidationError) ErrorName added in v0.30.0

func (e SourceV2ValidationError) ErrorName() string

ErrorName returns error name.

func (SourceV2ValidationError) Field added in v0.30.0

func (e SourceV2ValidationError) Field() string

Field function returns field value.

func (SourceV2ValidationError) Key added in v0.30.0

func (e SourceV2ValidationError) Key() bool

Key function returns key value.

func (SourceV2ValidationError) Reason added in v0.30.0

func (e SourceV2ValidationError) Reason() string

Reason function returns reason value.

type SourceValidationError added in v0.20.0

type SourceValidationError struct {
	// contains filtered or unexported fields
}

SourceValidationError is the validation error returned by Source.Validate if the designated constraints aren't met.

func (SourceValidationError) Cause added in v0.20.0

func (e SourceValidationError) Cause() error

Cause function returns cause value.

func (SourceValidationError) Error added in v0.20.0

func (e SourceValidationError) Error() string

Error satisfies the builtin error interface

func (SourceValidationError) ErrorName added in v0.20.0

func (e SourceValidationError) ErrorName() string

ErrorName returns error name.

func (SourceValidationError) Field added in v0.20.0

func (e SourceValidationError) Field() string

Field function returns field value.

func (SourceValidationError) Key added in v0.20.0

func (e SourceValidationError) Key() bool

Key function returns key value.

func (SourceValidationError) Reason added in v0.20.0

func (e SourceValidationError) Reason() string

Reason function returns reason value.

type StructType

type StructType struct {
	Fields []*StructType_Field `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

StructType is a type composed of ordered, named and typed sub-fields

func (*StructType) Descriptor deprecated

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

Deprecated: Use StructType.ProtoReflect.Descriptor instead.

func (*StructType) GetFields

func (x *StructType) GetFields() []*StructType_Field

func (*StructType) ProtoMessage

func (*StructType) ProtoMessage()

func (*StructType) ProtoReflect

func (x *StructType) ProtoReflect() protoreflect.Message

func (*StructType) Reset

func (x *StructType) Reset()

func (*StructType) String

func (x *StructType) String() string

func (*StructType) Validate added in v0.20.0

func (m *StructType) Validate() error

Validate checks the field values on StructType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StructType) ValidateAll added in v0.20.0

func (m *StructType) ValidateAll() error

ValidateAll checks the field values on StructType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StructTypeMultiError, or nil if none found.

type StructTypeMultiError added in v0.20.0

type StructTypeMultiError []error

StructTypeMultiError is an error wrapping multiple validation errors returned by StructType.ValidateAll() if the designated constraints aren't met.

func (StructTypeMultiError) AllErrors added in v0.20.0

func (m StructTypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StructTypeMultiError) Error added in v0.20.0

func (m StructTypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type StructTypeValidationError added in v0.20.0

type StructTypeValidationError struct {
	// contains filtered or unexported fields
}

StructTypeValidationError is the validation error returned by StructType.Validate if the designated constraints aren't met.

func (StructTypeValidationError) Cause added in v0.20.0

func (e StructTypeValidationError) Cause() error

Cause function returns cause value.

func (StructTypeValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (StructTypeValidationError) ErrorName added in v0.20.0

func (e StructTypeValidationError) ErrorName() string

ErrorName returns error name.

func (StructTypeValidationError) Field added in v0.20.0

Field function returns field value.

func (StructTypeValidationError) Key added in v0.20.0

Key function returns key value.

func (StructTypeValidationError) Reason added in v0.20.0

func (e StructTypeValidationError) Reason() string

Reason function returns reason value.

type StructType_Field

type StructType_Field struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type *Type  `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*StructType_Field) Descriptor deprecated

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

Deprecated: Use StructType_Field.ProtoReflect.Descriptor instead.

func (*StructType_Field) GetName

func (x *StructType_Field) GetName() string

func (*StructType_Field) GetType

func (x *StructType_Field) GetType() *Type

func (*StructType_Field) ProtoMessage

func (*StructType_Field) ProtoMessage()

func (*StructType_Field) ProtoReflect

func (x *StructType_Field) ProtoReflect() protoreflect.Message

func (*StructType_Field) Reset

func (x *StructType_Field) Reset()

func (*StructType_Field) String

func (x *StructType_Field) String() string

func (*StructType_Field) Validate added in v0.20.0

func (m *StructType_Field) Validate() error

Validate checks the field values on StructType_Field with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*StructType_Field) ValidateAll added in v0.20.0

func (m *StructType_Field) ValidateAll() error

ValidateAll checks the field values on StructType_Field with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StructType_FieldMultiError, or nil if none found.

type StructType_FieldMultiError added in v0.20.0

type StructType_FieldMultiError []error

StructType_FieldMultiError is an error wrapping multiple validation errors returned by StructType_Field.ValidateAll() if the designated constraints aren't met.

func (StructType_FieldMultiError) AllErrors added in v0.20.0

func (m StructType_FieldMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StructType_FieldMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type StructType_FieldValidationError added in v0.20.0

type StructType_FieldValidationError struct {
	// contains filtered or unexported fields
}

StructType_FieldValidationError is the validation error returned by StructType_Field.Validate if the designated constraints aren't met.

func (StructType_FieldValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (StructType_FieldValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (StructType_FieldValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (StructType_FieldValidationError) Field added in v0.20.0

Field function returns field value.

func (StructType_FieldValidationError) Key added in v0.20.0

Key function returns key value.

func (StructType_FieldValidationError) Reason added in v0.20.0

Reason function returns reason value.

type Table

type Table struct {

	// Table name
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Table schema
	Schema *StructType `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	// Managed is true if the table was created through a runtime migration, false if it was discovered in by
	// scanning the database's information schema.
	Managed bool `protobuf:"varint,3,opt,name=managed,proto3" json:"managed,omitempty"`
	// contains filtered or unexported fields
}

Table represents a table in the OLAP database. These include pre-existing tables discovered by periodically scanning the database's information schema when the instance is created with exposed=true. Pre-existing tables have managed = false.

func (*Table) Descriptor deprecated

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

Deprecated: Use Table.ProtoReflect.Descriptor instead.

func (*Table) GetManaged

func (x *Table) GetManaged() bool

func (*Table) GetName

func (x *Table) GetName() string

func (*Table) GetSchema

func (x *Table) GetSchema() *StructType

func (*Table) ProtoMessage

func (*Table) ProtoMessage()

func (*Table) ProtoReflect

func (x *Table) ProtoReflect() protoreflect.Message

func (*Table) Reset

func (x *Table) Reset()

func (*Table) String

func (x *Table) String() string

func (*Table) Validate added in v0.20.0

func (m *Table) Validate() error

Validate checks the field values on Table with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Table) ValidateAll added in v0.20.0

func (m *Table) ValidateAll() error

ValidateAll checks the field values on Table with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TableMultiError, or nil if none found.

type TableCardinalityRequest added in v0.22.0

type TableCardinalityRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,4,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,5,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,6,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	// Required
	TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	Priority  int32  `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*TableCardinalityRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use TableCardinalityRequest.ProtoReflect.Descriptor instead.

func (*TableCardinalityRequest) GetConnector added in v0.43.0

func (x *TableCardinalityRequest) GetConnector() string

func (*TableCardinalityRequest) GetDatabase added in v0.43.0

func (x *TableCardinalityRequest) GetDatabase() string

func (*TableCardinalityRequest) GetDatabaseSchema added in v0.43.0

func (x *TableCardinalityRequest) GetDatabaseSchema() string

func (*TableCardinalityRequest) GetInstanceId added in v0.22.0

func (x *TableCardinalityRequest) GetInstanceId() string

func (*TableCardinalityRequest) GetPriority added in v0.22.0

func (x *TableCardinalityRequest) GetPriority() int32

func (*TableCardinalityRequest) GetTableName added in v0.22.0

func (x *TableCardinalityRequest) GetTableName() string

func (*TableCardinalityRequest) ProtoMessage added in v0.22.0

func (*TableCardinalityRequest) ProtoMessage()

func (*TableCardinalityRequest) ProtoReflect added in v0.22.0

func (x *TableCardinalityRequest) ProtoReflect() protoreflect.Message

func (*TableCardinalityRequest) Reset added in v0.22.0

func (x *TableCardinalityRequest) Reset()

func (*TableCardinalityRequest) String added in v0.22.0

func (x *TableCardinalityRequest) String() string

func (*TableCardinalityRequest) Validate added in v0.22.0

func (m *TableCardinalityRequest) Validate() error

Validate checks the field values on TableCardinalityRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TableCardinalityRequest) ValidateAll added in v0.22.0

func (m *TableCardinalityRequest) ValidateAll() error

ValidateAll checks the field values on TableCardinalityRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TableCardinalityRequestMultiError, or nil if none found.

type TableCardinalityRequestMultiError added in v0.22.0

type TableCardinalityRequestMultiError []error

TableCardinalityRequestMultiError is an error wrapping multiple validation errors returned by TableCardinalityRequest.ValidateAll() if the designated constraints aren't met.

func (TableCardinalityRequestMultiError) AllErrors added in v0.22.0

func (m TableCardinalityRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TableCardinalityRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type TableCardinalityRequestValidationError added in v0.22.0

type TableCardinalityRequestValidationError struct {
	// contains filtered or unexported fields
}

TableCardinalityRequestValidationError is the validation error returned by TableCardinalityRequest.Validate if the designated constraints aren't met.

func (TableCardinalityRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (TableCardinalityRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (TableCardinalityRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (TableCardinalityRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (TableCardinalityRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (TableCardinalityRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type TableCardinalityResponse added in v0.22.0

type TableCardinalityResponse struct {

	// Not optional, not null
	Cardinality int64 `protobuf:"varint,1,opt,name=cardinality,proto3" json:"cardinality,omitempty"`
	// contains filtered or unexported fields
}

func (*TableCardinalityResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use TableCardinalityResponse.ProtoReflect.Descriptor instead.

func (*TableCardinalityResponse) GetCardinality added in v0.22.0

func (x *TableCardinalityResponse) GetCardinality() int64

func (*TableCardinalityResponse) ProtoMessage added in v0.22.0

func (*TableCardinalityResponse) ProtoMessage()

func (*TableCardinalityResponse) ProtoReflect added in v0.22.0

func (x *TableCardinalityResponse) ProtoReflect() protoreflect.Message

func (*TableCardinalityResponse) Reset added in v0.22.0

func (x *TableCardinalityResponse) Reset()

func (*TableCardinalityResponse) String added in v0.22.0

func (x *TableCardinalityResponse) String() string

func (*TableCardinalityResponse) Validate added in v0.22.0

func (m *TableCardinalityResponse) Validate() error

Validate checks the field values on TableCardinalityResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TableCardinalityResponse) ValidateAll added in v0.22.0

func (m *TableCardinalityResponse) ValidateAll() error

ValidateAll checks the field values on TableCardinalityResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TableCardinalityResponseMultiError, or nil if none found.

type TableCardinalityResponseMultiError added in v0.22.0

type TableCardinalityResponseMultiError []error

TableCardinalityResponseMultiError is an error wrapping multiple validation errors returned by TableCardinalityResponse.ValidateAll() if the designated constraints aren't met.

func (TableCardinalityResponseMultiError) AllErrors added in v0.22.0

func (m TableCardinalityResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TableCardinalityResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type TableCardinalityResponseValidationError added in v0.22.0

type TableCardinalityResponseValidationError struct {
	// contains filtered or unexported fields
}

TableCardinalityResponseValidationError is the validation error returned by TableCardinalityResponse.Validate if the designated constraints aren't met.

func (TableCardinalityResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (TableCardinalityResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (TableCardinalityResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (TableCardinalityResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (TableCardinalityResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (TableCardinalityResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type TableColumnsRequest added in v0.22.0

type TableColumnsRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,4,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,5,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,6,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	TableName      string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	Priority       int32  `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*TableColumnsRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use TableColumnsRequest.ProtoReflect.Descriptor instead.

func (*TableColumnsRequest) GetConnector added in v0.43.0

func (x *TableColumnsRequest) GetConnector() string

func (*TableColumnsRequest) GetDatabase added in v0.43.0

func (x *TableColumnsRequest) GetDatabase() string

func (*TableColumnsRequest) GetDatabaseSchema added in v0.43.0

func (x *TableColumnsRequest) GetDatabaseSchema() string

func (*TableColumnsRequest) GetInstanceId added in v0.22.0

func (x *TableColumnsRequest) GetInstanceId() string

func (*TableColumnsRequest) GetPriority added in v0.22.0

func (x *TableColumnsRequest) GetPriority() int32

func (*TableColumnsRequest) GetTableName added in v0.22.0

func (x *TableColumnsRequest) GetTableName() string

func (*TableColumnsRequest) ProtoMessage added in v0.22.0

func (*TableColumnsRequest) ProtoMessage()

func (*TableColumnsRequest) ProtoReflect added in v0.22.0

func (x *TableColumnsRequest) ProtoReflect() protoreflect.Message

func (*TableColumnsRequest) Reset added in v0.22.0

func (x *TableColumnsRequest) Reset()

func (*TableColumnsRequest) String added in v0.22.0

func (x *TableColumnsRequest) String() string

func (*TableColumnsRequest) Validate added in v0.22.0

func (m *TableColumnsRequest) Validate() error

Validate checks the field values on TableColumnsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TableColumnsRequest) ValidateAll added in v0.22.0

func (m *TableColumnsRequest) ValidateAll() error

ValidateAll checks the field values on TableColumnsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TableColumnsRequestMultiError, or nil if none found.

type TableColumnsRequestMultiError added in v0.22.0

type TableColumnsRequestMultiError []error

TableColumnsRequestMultiError is an error wrapping multiple validation errors returned by TableColumnsRequest.ValidateAll() if the designated constraints aren't met.

func (TableColumnsRequestMultiError) AllErrors added in v0.22.0

func (m TableColumnsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TableColumnsRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type TableColumnsRequestValidationError added in v0.22.0

type TableColumnsRequestValidationError struct {
	// contains filtered or unexported fields
}

TableColumnsRequestValidationError is the validation error returned by TableColumnsRequest.Validate if the designated constraints aren't met.

func (TableColumnsRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (TableColumnsRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (TableColumnsRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (TableColumnsRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (TableColumnsRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (TableColumnsRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type TableColumnsResponse added in v0.22.0

type TableColumnsResponse struct {
	ProfileColumns     []*ProfileColumn  `protobuf:"bytes,1,rep,name=profile_columns,json=profileColumns,proto3" json:"profile_columns,omitempty"`
	UnsupportedColumns map[string]string `` /* 203-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TableColumnsResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use TableColumnsResponse.ProtoReflect.Descriptor instead.

func (*TableColumnsResponse) GetProfileColumns added in v0.22.0

func (x *TableColumnsResponse) GetProfileColumns() []*ProfileColumn

func (*TableColumnsResponse) GetUnsupportedColumns added in v0.43.0

func (x *TableColumnsResponse) GetUnsupportedColumns() map[string]string

func (*TableColumnsResponse) ProtoMessage added in v0.22.0

func (*TableColumnsResponse) ProtoMessage()

func (*TableColumnsResponse) ProtoReflect added in v0.22.0

func (x *TableColumnsResponse) ProtoReflect() protoreflect.Message

func (*TableColumnsResponse) Reset added in v0.22.0

func (x *TableColumnsResponse) Reset()

func (*TableColumnsResponse) String added in v0.22.0

func (x *TableColumnsResponse) String() string

func (*TableColumnsResponse) Validate added in v0.22.0

func (m *TableColumnsResponse) Validate() error

Validate checks the field values on TableColumnsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TableColumnsResponse) ValidateAll added in v0.22.0

func (m *TableColumnsResponse) ValidateAll() error

ValidateAll checks the field values on TableColumnsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TableColumnsResponseMultiError, or nil if none found.

type TableColumnsResponseMultiError added in v0.22.0

type TableColumnsResponseMultiError []error

TableColumnsResponseMultiError is an error wrapping multiple validation errors returned by TableColumnsResponse.ValidateAll() if the designated constraints aren't met.

func (TableColumnsResponseMultiError) AllErrors added in v0.22.0

func (m TableColumnsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TableColumnsResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type TableColumnsResponseValidationError added in v0.22.0

type TableColumnsResponseValidationError struct {
	// contains filtered or unexported fields
}

TableColumnsResponseValidationError is the validation error returned by TableColumnsResponse.Validate if the designated constraints aren't met.

func (TableColumnsResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (TableColumnsResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (TableColumnsResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (TableColumnsResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (TableColumnsResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (TableColumnsResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type TableInfo added in v0.29.1

type TableInfo struct {
	Database                string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema          string `protobuf:"bytes,4,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	IsDefaultDatabase       bool   `protobuf:"varint,5,opt,name=is_default_database,json=isDefaultDatabase,proto3" json:"is_default_database,omitempty"`
	IsDefaultDatabaseSchema bool   `` /* 135-byte string literal not displayed */
	Name                    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// has_unsupported_data_types indicates if the underlying table has any column with an unsupported OLAP engine datatype
	HasUnsupportedDataTypes bool `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TableInfo) Descriptor deprecated added in v0.29.1

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

Deprecated: Use TableInfo.ProtoReflect.Descriptor instead.

func (*TableInfo) GetDatabase added in v0.29.1

func (x *TableInfo) GetDatabase() string

func (*TableInfo) GetDatabaseSchema added in v0.43.0

func (x *TableInfo) GetDatabaseSchema() string

func (*TableInfo) GetHasUnsupportedDataTypes added in v0.43.0

func (x *TableInfo) GetHasUnsupportedDataTypes() bool

func (*TableInfo) GetIsDefaultDatabase added in v0.43.0

func (x *TableInfo) GetIsDefaultDatabase() bool

func (*TableInfo) GetIsDefaultDatabaseSchema added in v0.43.0

func (x *TableInfo) GetIsDefaultDatabaseSchema() bool

func (*TableInfo) GetName added in v0.29.1

func (x *TableInfo) GetName() string

func (*TableInfo) ProtoMessage added in v0.29.1

func (*TableInfo) ProtoMessage()

func (*TableInfo) ProtoReflect added in v0.29.1

func (x *TableInfo) ProtoReflect() protoreflect.Message

func (*TableInfo) Reset added in v0.29.1

func (x *TableInfo) Reset()

func (*TableInfo) String added in v0.29.1

func (x *TableInfo) String() string

func (*TableInfo) Validate added in v0.29.1

func (m *TableInfo) Validate() error

Validate checks the field values on TableInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TableInfo) ValidateAll added in v0.29.1

func (m *TableInfo) ValidateAll() error

ValidateAll checks the field values on TableInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TableInfoMultiError, or nil if none found.

type TableInfoMultiError added in v0.29.1

type TableInfoMultiError []error

TableInfoMultiError is an error wrapping multiple validation errors returned by TableInfo.ValidateAll() if the designated constraints aren't met.

func (TableInfoMultiError) AllErrors added in v0.29.1

func (m TableInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TableInfoMultiError) Error added in v0.29.1

func (m TableInfoMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TableInfoValidationError added in v0.29.1

type TableInfoValidationError struct {
	// contains filtered or unexported fields
}

TableInfoValidationError is the validation error returned by TableInfo.Validate if the designated constraints aren't met.

func (TableInfoValidationError) Cause added in v0.29.1

func (e TableInfoValidationError) Cause() error

Cause function returns cause value.

func (TableInfoValidationError) Error added in v0.29.1

func (e TableInfoValidationError) Error() string

Error satisfies the builtin error interface

func (TableInfoValidationError) ErrorName added in v0.29.1

func (e TableInfoValidationError) ErrorName() string

ErrorName returns error name.

func (TableInfoValidationError) Field added in v0.29.1

func (e TableInfoValidationError) Field() string

Field function returns field value.

func (TableInfoValidationError) Key added in v0.29.1

Key function returns key value.

func (TableInfoValidationError) Reason added in v0.29.1

func (e TableInfoValidationError) Reason() string

Reason function returns reason value.

type TableMultiError added in v0.20.0

type TableMultiError []error

TableMultiError is an error wrapping multiple validation errors returned by Table.ValidateAll() if the designated constraints aren't met.

func (TableMultiError) AllErrors added in v0.20.0

func (m TableMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TableMultiError) Error added in v0.20.0

func (m TableMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TableRowsRequest added in v0.22.0

type TableRowsRequest struct {
	InstanceId     string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Connector      string `protobuf:"bytes,5,opt,name=connector,proto3" json:"connector,omitempty"`
	Database       string `protobuf:"bytes,6,opt,name=database,proto3" json:"database,omitempty"`
	DatabaseSchema string `protobuf:"bytes,7,opt,name=database_schema,json=databaseSchema,proto3" json:"database_schema,omitempty"`
	TableName      string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"`
	Limit          int32  `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	Priority       int32  `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"`
	// contains filtered or unexported fields
}

func (*TableRowsRequest) Descriptor deprecated added in v0.22.0

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

Deprecated: Use TableRowsRequest.ProtoReflect.Descriptor instead.

func (*TableRowsRequest) GetConnector added in v0.43.0

func (x *TableRowsRequest) GetConnector() string

func (*TableRowsRequest) GetDatabase added in v0.43.0

func (x *TableRowsRequest) GetDatabase() string

func (*TableRowsRequest) GetDatabaseSchema added in v0.43.0

func (x *TableRowsRequest) GetDatabaseSchema() string

func (*TableRowsRequest) GetInstanceId added in v0.22.0

func (x *TableRowsRequest) GetInstanceId() string

func (*TableRowsRequest) GetLimit added in v0.22.0

func (x *TableRowsRequest) GetLimit() int32

func (*TableRowsRequest) GetPriority added in v0.22.0

func (x *TableRowsRequest) GetPriority() int32

func (*TableRowsRequest) GetTableName added in v0.22.0

func (x *TableRowsRequest) GetTableName() string

func (*TableRowsRequest) ProtoMessage added in v0.22.0

func (*TableRowsRequest) ProtoMessage()

func (*TableRowsRequest) ProtoReflect added in v0.22.0

func (x *TableRowsRequest) ProtoReflect() protoreflect.Message

func (*TableRowsRequest) Reset added in v0.22.0

func (x *TableRowsRequest) Reset()

func (*TableRowsRequest) String added in v0.22.0

func (x *TableRowsRequest) String() string

func (*TableRowsRequest) Validate added in v0.22.0

func (m *TableRowsRequest) Validate() error

Validate checks the field values on TableRowsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TableRowsRequest) ValidateAll added in v0.22.0

func (m *TableRowsRequest) ValidateAll() error

ValidateAll checks the field values on TableRowsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TableRowsRequestMultiError, or nil if none found.

type TableRowsRequestMultiError added in v0.22.0

type TableRowsRequestMultiError []error

TableRowsRequestMultiError is an error wrapping multiple validation errors returned by TableRowsRequest.ValidateAll() if the designated constraints aren't met.

func (TableRowsRequestMultiError) AllErrors added in v0.22.0

func (m TableRowsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TableRowsRequestMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type TableRowsRequestValidationError added in v0.22.0

type TableRowsRequestValidationError struct {
	// contains filtered or unexported fields
}

TableRowsRequestValidationError is the validation error returned by TableRowsRequest.Validate if the designated constraints aren't met.

func (TableRowsRequestValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (TableRowsRequestValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (TableRowsRequestValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (TableRowsRequestValidationError) Field added in v0.22.0

Field function returns field value.

func (TableRowsRequestValidationError) Key added in v0.22.0

Key function returns key value.

func (TableRowsRequestValidationError) Reason added in v0.22.0

Reason function returns reason value.

type TableRowsResponse added in v0.22.0

type TableRowsResponse struct {
	Data []*structpb.Struct `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*TableRowsResponse) Descriptor deprecated added in v0.22.0

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

Deprecated: Use TableRowsResponse.ProtoReflect.Descriptor instead.

func (*TableRowsResponse) GetData added in v0.22.0

func (x *TableRowsResponse) GetData() []*structpb.Struct

func (*TableRowsResponse) ProtoMessage added in v0.22.0

func (*TableRowsResponse) ProtoMessage()

func (*TableRowsResponse) ProtoReflect added in v0.22.0

func (x *TableRowsResponse) ProtoReflect() protoreflect.Message

func (*TableRowsResponse) Reset added in v0.22.0

func (x *TableRowsResponse) Reset()

func (*TableRowsResponse) String added in v0.22.0

func (x *TableRowsResponse) String() string

func (*TableRowsResponse) Validate added in v0.22.0

func (m *TableRowsResponse) Validate() error

Validate checks the field values on TableRowsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TableRowsResponse) ValidateAll added in v0.22.0

func (m *TableRowsResponse) ValidateAll() error

ValidateAll checks the field values on TableRowsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TableRowsResponseMultiError, or nil if none found.

type TableRowsResponseMultiError added in v0.22.0

type TableRowsResponseMultiError []error

TableRowsResponseMultiError is an error wrapping multiple validation errors returned by TableRowsResponse.ValidateAll() if the designated constraints aren't met.

func (TableRowsResponseMultiError) AllErrors added in v0.22.0

func (m TableRowsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TableRowsResponseMultiError) Error added in v0.22.0

Error returns a concatenation of all the error messages it wraps.

type TableRowsResponseValidationError added in v0.22.0

type TableRowsResponseValidationError struct {
	// contains filtered or unexported fields
}

TableRowsResponseValidationError is the validation error returned by TableRowsResponse.Validate if the designated constraints aren't met.

func (TableRowsResponseValidationError) Cause added in v0.22.0

Cause function returns cause value.

func (TableRowsResponseValidationError) Error added in v0.22.0

Error satisfies the builtin error interface

func (TableRowsResponseValidationError) ErrorName added in v0.22.0

ErrorName returns error name.

func (TableRowsResponseValidationError) Field added in v0.22.0

Field function returns field value.

func (TableRowsResponseValidationError) Key added in v0.22.0

Key function returns key value.

func (TableRowsResponseValidationError) Reason added in v0.22.0

Reason function returns reason value.

type TableValidationError added in v0.20.0

type TableValidationError struct {
	// contains filtered or unexported fields
}

TableValidationError is the validation error returned by Table.Validate if the designated constraints aren't met.

func (TableValidationError) Cause added in v0.20.0

func (e TableValidationError) Cause() error

Cause function returns cause value.

func (TableValidationError) Error added in v0.20.0

func (e TableValidationError) Error() string

Error satisfies the builtin error interface

func (TableValidationError) ErrorName added in v0.20.0

func (e TableValidationError) ErrorName() string

ErrorName returns error name.

func (TableValidationError) Field added in v0.20.0

func (e TableValidationError) Field() string

Field function returns field value.

func (TableValidationError) Key added in v0.20.0

func (e TableValidationError) Key() bool

Key function returns key value.

func (TableValidationError) Reason added in v0.20.0

func (e TableValidationError) Reason() string

Reason function returns reason value.

type Theme added in v0.38.0

type Theme struct {
	Spec  *ThemeSpec  `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"`
	State *ThemeState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Theme) Descriptor deprecated added in v0.38.0

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

Deprecated: Use Theme.ProtoReflect.Descriptor instead.

func (*Theme) GetSpec added in v0.38.0

func (x *Theme) GetSpec() *ThemeSpec

func (*Theme) GetState added in v0.38.0

func (x *Theme) GetState() *ThemeState

func (*Theme) ProtoMessage added in v0.38.0

func (*Theme) ProtoMessage()

func (*Theme) ProtoReflect added in v0.38.0

func (x *Theme) ProtoReflect() protoreflect.Message

func (*Theme) Reset added in v0.38.0

func (x *Theme) Reset()

func (*Theme) String added in v0.38.0

func (x *Theme) String() string

func (*Theme) Validate added in v0.38.0

func (m *Theme) Validate() error

Validate checks the field values on Theme with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Theme) ValidateAll added in v0.38.0

func (m *Theme) ValidateAll() error

ValidateAll checks the field values on Theme with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ThemeMultiError, or nil if none found.

type ThemeMultiError added in v0.38.0

type ThemeMultiError []error

ThemeMultiError is an error wrapping multiple validation errors returned by Theme.ValidateAll() if the designated constraints aren't met.

func (ThemeMultiError) AllErrors added in v0.38.0

func (m ThemeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ThemeMultiError) Error added in v0.38.0

func (m ThemeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ThemeSpec added in v0.38.0

type ThemeSpec struct {
	PrimaryColor   *Color `protobuf:"bytes,1,opt,name=primary_color,json=primaryColor,proto3,oneof" json:"primary_color,omitempty"`
	SecondaryColor *Color `protobuf:"bytes,2,opt,name=secondary_color,json=secondaryColor,proto3,oneof" json:"secondary_color,omitempty"`
	// contains filtered or unexported fields
}

func (*ThemeSpec) Descriptor deprecated added in v0.38.0

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

Deprecated: Use ThemeSpec.ProtoReflect.Descriptor instead.

func (*ThemeSpec) GetPrimaryColor added in v0.38.0

func (x *ThemeSpec) GetPrimaryColor() *Color

func (*ThemeSpec) GetSecondaryColor added in v0.38.0

func (x *ThemeSpec) GetSecondaryColor() *Color

func (*ThemeSpec) ProtoMessage added in v0.38.0

func (*ThemeSpec) ProtoMessage()

func (*ThemeSpec) ProtoReflect added in v0.38.0

func (x *ThemeSpec) ProtoReflect() protoreflect.Message

func (*ThemeSpec) Reset added in v0.38.0

func (x *ThemeSpec) Reset()

func (*ThemeSpec) String added in v0.38.0

func (x *ThemeSpec) String() string

func (*ThemeSpec) Validate added in v0.38.0

func (m *ThemeSpec) Validate() error

Validate checks the field values on ThemeSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ThemeSpec) ValidateAll added in v0.38.0

func (m *ThemeSpec) ValidateAll() error

ValidateAll checks the field values on ThemeSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ThemeSpecMultiError, or nil if none found.

type ThemeSpecMultiError added in v0.38.0

type ThemeSpecMultiError []error

ThemeSpecMultiError is an error wrapping multiple validation errors returned by ThemeSpec.ValidateAll() if the designated constraints aren't met.

func (ThemeSpecMultiError) AllErrors added in v0.38.0

func (m ThemeSpecMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ThemeSpecMultiError) Error added in v0.38.0

func (m ThemeSpecMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ThemeSpecValidationError added in v0.38.0

type ThemeSpecValidationError struct {
	// contains filtered or unexported fields
}

ThemeSpecValidationError is the validation error returned by ThemeSpec.Validate if the designated constraints aren't met.

func (ThemeSpecValidationError) Cause added in v0.38.0

func (e ThemeSpecValidationError) Cause() error

Cause function returns cause value.

func (ThemeSpecValidationError) Error added in v0.38.0

func (e ThemeSpecValidationError) Error() string

Error satisfies the builtin error interface

func (ThemeSpecValidationError) ErrorName added in v0.38.0

func (e ThemeSpecValidationError) ErrorName() string

ErrorName returns error name.

func (ThemeSpecValidationError) Field added in v0.38.0

func (e ThemeSpecValidationError) Field() string

Field function returns field value.

func (ThemeSpecValidationError) Key added in v0.38.0

Key function returns key value.

func (ThemeSpecValidationError) Reason added in v0.38.0

func (e ThemeSpecValidationError) Reason() string

Reason function returns reason value.

type ThemeState added in v0.38.0

type ThemeState struct {
	// contains filtered or unexported fields
}

func (*ThemeState) Descriptor deprecated added in v0.38.0

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

Deprecated: Use ThemeState.ProtoReflect.Descriptor instead.

func (*ThemeState) ProtoMessage added in v0.38.0

func (*ThemeState) ProtoMessage()

func (*ThemeState) ProtoReflect added in v0.38.0

func (x *ThemeState) ProtoReflect() protoreflect.Message

func (*ThemeState) Reset added in v0.38.0

func (x *ThemeState) Reset()

func (*ThemeState) String added in v0.38.0

func (x *ThemeState) String() string

func (*ThemeState) Validate added in v0.38.0

func (m *ThemeState) Validate() error

Validate checks the field values on ThemeState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ThemeState) ValidateAll added in v0.38.0

func (m *ThemeState) ValidateAll() error

ValidateAll checks the field values on ThemeState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ThemeStateMultiError, or nil if none found.

type ThemeStateMultiError added in v0.38.0

type ThemeStateMultiError []error

ThemeStateMultiError is an error wrapping multiple validation errors returned by ThemeState.ValidateAll() if the designated constraints aren't met.

func (ThemeStateMultiError) AllErrors added in v0.38.0

func (m ThemeStateMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ThemeStateMultiError) Error added in v0.38.0

func (m ThemeStateMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ThemeStateValidationError added in v0.38.0

type ThemeStateValidationError struct {
	// contains filtered or unexported fields
}

ThemeStateValidationError is the validation error returned by ThemeState.Validate if the designated constraints aren't met.

func (ThemeStateValidationError) Cause added in v0.38.0

func (e ThemeStateValidationError) Cause() error

Cause function returns cause value.

func (ThemeStateValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (ThemeStateValidationError) ErrorName added in v0.38.0

func (e ThemeStateValidationError) ErrorName() string

ErrorName returns error name.

func (ThemeStateValidationError) Field added in v0.38.0

Field function returns field value.

func (ThemeStateValidationError) Key added in v0.38.0

Key function returns key value.

func (ThemeStateValidationError) Reason added in v0.38.0

func (e ThemeStateValidationError) Reason() string

Reason function returns reason value.

type ThemeValidationError added in v0.38.0

type ThemeValidationError struct {
	// contains filtered or unexported fields
}

ThemeValidationError is the validation error returned by Theme.Validate if the designated constraints aren't met.

func (ThemeValidationError) Cause added in v0.38.0

func (e ThemeValidationError) Cause() error

Cause function returns cause value.

func (ThemeValidationError) Error added in v0.38.0

func (e ThemeValidationError) Error() string

Error satisfies the builtin error interface

func (ThemeValidationError) ErrorName added in v0.38.0

func (e ThemeValidationError) ErrorName() string

ErrorName returns error name.

func (ThemeValidationError) Field added in v0.38.0

func (e ThemeValidationError) Field() string

Field function returns field value.

func (ThemeValidationError) Key added in v0.38.0

func (e ThemeValidationError) Key() bool

Key function returns key value.

func (ThemeValidationError) Reason added in v0.38.0

func (e ThemeValidationError) Reason() string

Reason function returns reason value.

type TimeGrain

type TimeGrain int32
const (
	TimeGrain_TIME_GRAIN_UNSPECIFIED TimeGrain = 0
	TimeGrain_TIME_GRAIN_MILLISECOND TimeGrain = 1
	TimeGrain_TIME_GRAIN_SECOND      TimeGrain = 2
	TimeGrain_TIME_GRAIN_MINUTE      TimeGrain = 3
	TimeGrain_TIME_GRAIN_HOUR        TimeGrain = 4
	TimeGrain_TIME_GRAIN_DAY         TimeGrain = 5
	TimeGrain_TIME_GRAIN_WEEK        TimeGrain = 6
	TimeGrain_TIME_GRAIN_MONTH       TimeGrain = 7
	TimeGrain_TIME_GRAIN_QUARTER     TimeGrain = 8
	TimeGrain_TIME_GRAIN_YEAR        TimeGrain = 9
)

func (TimeGrain) Descriptor

func (TimeGrain) Descriptor() protoreflect.EnumDescriptor

func (TimeGrain) Enum

func (x TimeGrain) Enum() *TimeGrain

func (TimeGrain) EnumDescriptor deprecated

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

Deprecated: Use TimeGrain.Descriptor instead.

func (TimeGrain) Number

func (x TimeGrain) Number() protoreflect.EnumNumber

func (TimeGrain) String

func (x TimeGrain) String() string

func (TimeGrain) Type

type TimeRange added in v0.25.2

type TimeRange struct {

	// Optional. Defaults to min
	Start *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"`
	// Optional. Defaults to max
	End *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"`
	// Optional, ie PT1M
	IsoDuration string `protobuf:"bytes,3,opt,name=iso_duration,json=isoDuration,proto3" json:"iso_duration,omitempty"`
	// Optional, ie PT1M
	IsoOffset    string    `protobuf:"bytes,4,opt,name=iso_offset,json=isoOffset,proto3" json:"iso_offset,omitempty"`
	RoundToGrain TimeGrain `` /* 131-byte string literal not displayed */
	// Optional. IANA format, ie Europe/Copenhagen. Defaults to UTC
	TimeZone string `protobuf:"bytes,6,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"`
	// contains filtered or unexported fields
}

2 of the (start, end, iso_duration) should be set

func (*TimeRange) Descriptor deprecated added in v0.25.2

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

Deprecated: Use TimeRange.ProtoReflect.Descriptor instead.

func (*TimeRange) GetEnd added in v0.25.2

func (x *TimeRange) GetEnd() *timestamppb.Timestamp

func (*TimeRange) GetIsoDuration added in v0.37.0

func (x *TimeRange) GetIsoDuration() string

func (*TimeRange) GetIsoOffset added in v0.37.0

func (x *TimeRange) GetIsoOffset() string

func (*TimeRange) GetRoundToGrain added in v0.37.0

func (x *TimeRange) GetRoundToGrain() TimeGrain

func (*TimeRange) GetStart added in v0.25.2

func (x *TimeRange) GetStart() *timestamppb.Timestamp

func (*TimeRange) GetTimeZone added in v0.37.0

func (x *TimeRange) GetTimeZone() string

func (*TimeRange) ProtoMessage added in v0.25.2

func (*TimeRange) ProtoMessage()

func (*TimeRange) ProtoReflect added in v0.25.2

func (x *TimeRange) ProtoReflect() protoreflect.Message

func (*TimeRange) Reset added in v0.25.2

func (x *TimeRange) Reset()

func (*TimeRange) String added in v0.25.2

func (x *TimeRange) String() string

func (*TimeRange) Validate added in v0.25.2

func (m *TimeRange) Validate() error

Validate checks the field values on TimeRange with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimeRange) ValidateAll added in v0.25.2

func (m *TimeRange) ValidateAll() error

ValidateAll checks the field values on TimeRange with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeRangeMultiError, or nil if none found.

type TimeRangeMultiError added in v0.25.2

type TimeRangeMultiError []error

TimeRangeMultiError is an error wrapping multiple validation errors returned by TimeRange.ValidateAll() if the designated constraints aren't met.

func (TimeRangeMultiError) AllErrors added in v0.25.2

func (m TimeRangeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TimeRangeMultiError) Error added in v0.25.2

func (m TimeRangeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TimeRangeSummary

type TimeRangeSummary struct {

	// Not optional, not null
	Min *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=min,proto3" json:"min,omitempty"`
	// Not optional, not null
	Max *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=max,proto3" json:"max,omitempty"`
	// Not optional, not null
	Interval *TimeRangeSummary_Interval `protobuf:"bytes,3,opt,name=interval,proto3" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeRangeSummary) Descriptor deprecated

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

Deprecated: Use TimeRangeSummary.ProtoReflect.Descriptor instead.

func (*TimeRangeSummary) GetInterval

func (x *TimeRangeSummary) GetInterval() *TimeRangeSummary_Interval

func (*TimeRangeSummary) GetMax

func (x *TimeRangeSummary) GetMax() *timestamppb.Timestamp

func (*TimeRangeSummary) GetMin

func (x *TimeRangeSummary) GetMin() *timestamppb.Timestamp

func (*TimeRangeSummary) ProtoMessage

func (*TimeRangeSummary) ProtoMessage()

func (*TimeRangeSummary) ProtoReflect

func (x *TimeRangeSummary) ProtoReflect() protoreflect.Message

func (*TimeRangeSummary) Reset

func (x *TimeRangeSummary) Reset()

func (*TimeRangeSummary) String

func (x *TimeRangeSummary) String() string

func (*TimeRangeSummary) Validate added in v0.20.0

func (m *TimeRangeSummary) Validate() error

Validate checks the field values on TimeRangeSummary with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimeRangeSummary) ValidateAll added in v0.20.0

func (m *TimeRangeSummary) ValidateAll() error

ValidateAll checks the field values on TimeRangeSummary with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeRangeSummaryMultiError, or nil if none found.

type TimeRangeSummaryMultiError added in v0.20.0

type TimeRangeSummaryMultiError []error

TimeRangeSummaryMultiError is an error wrapping multiple validation errors returned by TimeRangeSummary.ValidateAll() if the designated constraints aren't met.

func (TimeRangeSummaryMultiError) AllErrors added in v0.20.0

func (m TimeRangeSummaryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TimeRangeSummaryMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type TimeRangeSummaryValidationError added in v0.20.0

type TimeRangeSummaryValidationError struct {
	// contains filtered or unexported fields
}

TimeRangeSummaryValidationError is the validation error returned by TimeRangeSummary.Validate if the designated constraints aren't met.

func (TimeRangeSummaryValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (TimeRangeSummaryValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TimeRangeSummaryValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (TimeRangeSummaryValidationError) Field added in v0.20.0

Field function returns field value.

func (TimeRangeSummaryValidationError) Key added in v0.20.0

Key function returns key value.

func (TimeRangeSummaryValidationError) Reason added in v0.20.0

Reason function returns reason value.

type TimeRangeSummary_Interval

type TimeRangeSummary_Interval struct {
	Months int32 `protobuf:"varint,1,opt,name=months,proto3" json:"months,omitempty"`
	Days   int32 `protobuf:"varint,2,opt,name=days,proto3" json:"days,omitempty"`
	Micros int64 `protobuf:"varint,3,opt,name=micros,proto3" json:"micros,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeRangeSummary_Interval) Descriptor deprecated

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

Deprecated: Use TimeRangeSummary_Interval.ProtoReflect.Descriptor instead.

func (*TimeRangeSummary_Interval) GetDays

func (x *TimeRangeSummary_Interval) GetDays() int32

func (*TimeRangeSummary_Interval) GetMicros

func (x *TimeRangeSummary_Interval) GetMicros() int64

func (*TimeRangeSummary_Interval) GetMonths

func (x *TimeRangeSummary_Interval) GetMonths() int32

func (*TimeRangeSummary_Interval) ProtoMessage

func (*TimeRangeSummary_Interval) ProtoMessage()

func (*TimeRangeSummary_Interval) ProtoReflect

func (*TimeRangeSummary_Interval) Reset

func (x *TimeRangeSummary_Interval) Reset()

func (*TimeRangeSummary_Interval) String

func (x *TimeRangeSummary_Interval) String() string

func (*TimeRangeSummary_Interval) Validate added in v0.20.0

func (m *TimeRangeSummary_Interval) Validate() error

Validate checks the field values on TimeRangeSummary_Interval with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimeRangeSummary_Interval) ValidateAll added in v0.20.0

func (m *TimeRangeSummary_Interval) ValidateAll() error

ValidateAll checks the field values on TimeRangeSummary_Interval with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeRangeSummary_IntervalMultiError, or nil if none found.

type TimeRangeSummary_IntervalMultiError added in v0.20.0

type TimeRangeSummary_IntervalMultiError []error

TimeRangeSummary_IntervalMultiError is an error wrapping multiple validation errors returned by TimeRangeSummary_Interval.ValidateAll() if the designated constraints aren't met.

func (TimeRangeSummary_IntervalMultiError) AllErrors added in v0.20.0

AllErrors returns a list of validation violation errors.

func (TimeRangeSummary_IntervalMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type TimeRangeSummary_IntervalValidationError added in v0.20.0

type TimeRangeSummary_IntervalValidationError struct {
	// contains filtered or unexported fields
}

TimeRangeSummary_IntervalValidationError is the validation error returned by TimeRangeSummary_Interval.Validate if the designated constraints aren't met.

func (TimeRangeSummary_IntervalValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (TimeRangeSummary_IntervalValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TimeRangeSummary_IntervalValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (TimeRangeSummary_IntervalValidationError) Field added in v0.20.0

Field function returns field value.

func (TimeRangeSummary_IntervalValidationError) Key added in v0.20.0

Key function returns key value.

func (TimeRangeSummary_IntervalValidationError) Reason added in v0.20.0

Reason function returns reason value.

type TimeRangeValidationError added in v0.25.2

type TimeRangeValidationError struct {
	// contains filtered or unexported fields
}

TimeRangeValidationError is the validation error returned by TimeRange.Validate if the designated constraints aren't met.

func (TimeRangeValidationError) Cause added in v0.25.2

func (e TimeRangeValidationError) Cause() error

Cause function returns cause value.

func (TimeRangeValidationError) Error added in v0.25.2

func (e TimeRangeValidationError) Error() string

Error satisfies the builtin error interface

func (TimeRangeValidationError) ErrorName added in v0.25.2

func (e TimeRangeValidationError) ErrorName() string

ErrorName returns error name.

func (TimeRangeValidationError) Field added in v0.25.2

func (e TimeRangeValidationError) Field() string

Field function returns field value.

func (TimeRangeValidationError) Key added in v0.25.2

Key function returns key value.

func (TimeRangeValidationError) Reason added in v0.25.2

func (e TimeRangeValidationError) Reason() string

Reason function returns reason value.

type TimeSeriesResponse

type TimeSeriesResponse struct {

	// Not optional, not null
	Results []*TimeSeriesValue `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	// Not optional, not null, empty if 'pixels' is not specified
	Spark []*TimeSeriesValue `protobuf:"bytes,2,rep,name=spark,proto3" json:"spark,omitempty"`
	// Not optional, not null, unused
	SampleSize int32 `protobuf:"varint,4,opt,name=sample_size,json=sampleSize,proto3" json:"sample_size,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeSeriesResponse) Descriptor deprecated

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

Deprecated: Use TimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*TimeSeriesResponse) GetResults

func (x *TimeSeriesResponse) GetResults() []*TimeSeriesValue

func (*TimeSeriesResponse) GetSampleSize

func (x *TimeSeriesResponse) GetSampleSize() int32

func (*TimeSeriesResponse) GetSpark

func (x *TimeSeriesResponse) GetSpark() []*TimeSeriesValue

func (*TimeSeriesResponse) ProtoMessage

func (*TimeSeriesResponse) ProtoMessage()

func (*TimeSeriesResponse) ProtoReflect

func (x *TimeSeriesResponse) ProtoReflect() protoreflect.Message

func (*TimeSeriesResponse) Reset

func (x *TimeSeriesResponse) Reset()

func (*TimeSeriesResponse) String

func (x *TimeSeriesResponse) String() string

func (*TimeSeriesResponse) Validate added in v0.20.0

func (m *TimeSeriesResponse) Validate() error

Validate checks the field values on TimeSeriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimeSeriesResponse) ValidateAll added in v0.20.0

func (m *TimeSeriesResponse) ValidateAll() error

ValidateAll checks the field values on TimeSeriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeSeriesResponseMultiError, or nil if none found.

type TimeSeriesResponseMultiError added in v0.20.0

type TimeSeriesResponseMultiError []error

TimeSeriesResponseMultiError is an error wrapping multiple validation errors returned by TimeSeriesResponse.ValidateAll() if the designated constraints aren't met.

func (TimeSeriesResponseMultiError) AllErrors added in v0.20.0

func (m TimeSeriesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TimeSeriesResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type TimeSeriesResponseValidationError added in v0.20.0

type TimeSeriesResponseValidationError struct {
	// contains filtered or unexported fields
}

TimeSeriesResponseValidationError is the validation error returned by TimeSeriesResponse.Validate if the designated constraints aren't met.

func (TimeSeriesResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (TimeSeriesResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TimeSeriesResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (TimeSeriesResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (TimeSeriesResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (TimeSeriesResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type TimeSeriesTimeRange

type TimeSeriesTimeRange struct {

	// Optional. Defaults to min
	Start *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	// Optional. Defaults to max
	End *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	// Optional. Defaults to the most human friendly for [min, max) range, ie 'minute' for hour range
	Interval TimeGrain `protobuf:"varint,4,opt,name=interval,proto3,enum=rill.runtime.v1.TimeGrain" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

Either [start, end] or interval should be specified

func (*TimeSeriesTimeRange) Descriptor deprecated

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

Deprecated: Use TimeSeriesTimeRange.ProtoReflect.Descriptor instead.

func (*TimeSeriesTimeRange) GetEnd

func (*TimeSeriesTimeRange) GetInterval

func (x *TimeSeriesTimeRange) GetInterval() TimeGrain

func (*TimeSeriesTimeRange) GetStart

func (x *TimeSeriesTimeRange) GetStart() *timestamppb.Timestamp

func (*TimeSeriesTimeRange) ProtoMessage

func (*TimeSeriesTimeRange) ProtoMessage()

func (*TimeSeriesTimeRange) ProtoReflect

func (x *TimeSeriesTimeRange) ProtoReflect() protoreflect.Message

func (*TimeSeriesTimeRange) Reset

func (x *TimeSeriesTimeRange) Reset()

func (*TimeSeriesTimeRange) String

func (x *TimeSeriesTimeRange) String() string

func (*TimeSeriesTimeRange) Validate added in v0.20.0

func (m *TimeSeriesTimeRange) Validate() error

Validate checks the field values on TimeSeriesTimeRange with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimeSeriesTimeRange) ValidateAll added in v0.20.0

func (m *TimeSeriesTimeRange) ValidateAll() error

ValidateAll checks the field values on TimeSeriesTimeRange with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeSeriesTimeRangeMultiError, or nil if none found.

type TimeSeriesTimeRangeMultiError added in v0.20.0

type TimeSeriesTimeRangeMultiError []error

TimeSeriesTimeRangeMultiError is an error wrapping multiple validation errors returned by TimeSeriesTimeRange.ValidateAll() if the designated constraints aren't met.

func (TimeSeriesTimeRangeMultiError) AllErrors added in v0.20.0

func (m TimeSeriesTimeRangeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TimeSeriesTimeRangeMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type TimeSeriesTimeRangeValidationError added in v0.20.0

type TimeSeriesTimeRangeValidationError struct {
	// contains filtered or unexported fields
}

TimeSeriesTimeRangeValidationError is the validation error returned by TimeSeriesTimeRange.Validate if the designated constraints aren't met.

func (TimeSeriesTimeRangeValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (TimeSeriesTimeRangeValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TimeSeriesTimeRangeValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (TimeSeriesTimeRangeValidationError) Field added in v0.20.0

Field function returns field value.

func (TimeSeriesTimeRangeValidationError) Key added in v0.20.0

Key function returns key value.

func (TimeSeriesTimeRangeValidationError) Reason added in v0.20.0

Reason function returns reason value.

type TimeSeriesValue

type TimeSeriesValue struct {

	// Not optional, not null
	Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"`
	// 0-based. Can be NaN if timestamps are the same. (Used for spark data only.)
	Bin float64 `protobuf:"fixed64,2,opt,name=bin,proto3" json:"bin,omitempty"`
	// Not optional, not null
	Records *structpb.Struct `protobuf:"bytes,3,opt,name=records,proto3" json:"records,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeSeriesValue) Descriptor deprecated

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

Deprecated: Use TimeSeriesValue.ProtoReflect.Descriptor instead.

func (*TimeSeriesValue) GetBin

func (x *TimeSeriesValue) GetBin() float64

func (*TimeSeriesValue) GetRecords

func (x *TimeSeriesValue) GetRecords() *structpb.Struct

func (*TimeSeriesValue) GetTs

func (*TimeSeriesValue) ProtoMessage

func (*TimeSeriesValue) ProtoMessage()

func (*TimeSeriesValue) ProtoReflect

func (x *TimeSeriesValue) ProtoReflect() protoreflect.Message

func (*TimeSeriesValue) Reset

func (x *TimeSeriesValue) Reset()

func (*TimeSeriesValue) String

func (x *TimeSeriesValue) String() string

func (*TimeSeriesValue) Validate added in v0.20.0

func (m *TimeSeriesValue) Validate() error

Validate checks the field values on TimeSeriesValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TimeSeriesValue) ValidateAll added in v0.20.0

func (m *TimeSeriesValue) ValidateAll() error

ValidateAll checks the field values on TimeSeriesValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeSeriesValueMultiError, or nil if none found.

type TimeSeriesValueMultiError added in v0.20.0

type TimeSeriesValueMultiError []error

TimeSeriesValueMultiError is an error wrapping multiple validation errors returned by TimeSeriesValue.ValidateAll() if the designated constraints aren't met.

func (TimeSeriesValueMultiError) AllErrors added in v0.20.0

func (m TimeSeriesValueMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TimeSeriesValueMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type TimeSeriesValueValidationError added in v0.20.0

type TimeSeriesValueValidationError struct {
	// contains filtered or unexported fields
}

TimeSeriesValueValidationError is the validation error returned by TimeSeriesValue.Validate if the designated constraints aren't met.

func (TimeSeriesValueValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (TimeSeriesValueValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TimeSeriesValueValidationError) ErrorName added in v0.20.0

func (e TimeSeriesValueValidationError) ErrorName() string

ErrorName returns error name.

func (TimeSeriesValueValidationError) Field added in v0.20.0

Field function returns field value.

func (TimeSeriesValueValidationError) Key added in v0.20.0

Key function returns key value.

func (TimeSeriesValueValidationError) Reason added in v0.20.0

Reason function returns reason value.

type TopK

type TopK struct {

	// Not optional, not null
	Entries []*TopK_Entry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*TopK) Descriptor deprecated

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

Deprecated: Use TopK.ProtoReflect.Descriptor instead.

func (*TopK) GetEntries

func (x *TopK) GetEntries() []*TopK_Entry

func (*TopK) ProtoMessage

func (*TopK) ProtoMessage()

func (*TopK) ProtoReflect

func (x *TopK) ProtoReflect() protoreflect.Message

func (*TopK) Reset

func (x *TopK) Reset()

func (*TopK) String

func (x *TopK) String() string

func (*TopK) Validate added in v0.20.0

func (m *TopK) Validate() error

Validate checks the field values on TopK with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TopK) ValidateAll added in v0.20.0

func (m *TopK) ValidateAll() error

ValidateAll checks the field values on TopK with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TopKMultiError, or nil if none found.

type TopKMultiError added in v0.20.0

type TopKMultiError []error

TopKMultiError is an error wrapping multiple validation errors returned by TopK.ValidateAll() if the designated constraints aren't met.

func (TopKMultiError) AllErrors added in v0.20.0

func (m TopKMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TopKMultiError) Error added in v0.20.0

func (m TopKMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TopKValidationError added in v0.20.0

type TopKValidationError struct {
	// contains filtered or unexported fields
}

TopKValidationError is the validation error returned by TopK.Validate if the designated constraints aren't met.

func (TopKValidationError) Cause added in v0.20.0

func (e TopKValidationError) Cause() error

Cause function returns cause value.

func (TopKValidationError) Error added in v0.20.0

func (e TopKValidationError) Error() string

Error satisfies the builtin error interface

func (TopKValidationError) ErrorName added in v0.20.0

func (e TopKValidationError) ErrorName() string

ErrorName returns error name.

func (TopKValidationError) Field added in v0.20.0

func (e TopKValidationError) Field() string

Field function returns field value.

func (TopKValidationError) Key added in v0.20.0

func (e TopKValidationError) Key() bool

Key function returns key value.

func (TopKValidationError) Reason added in v0.20.0

func (e TopKValidationError) Reason() string

Reason function returns reason value.

type TopK_Entry

type TopK_Entry struct {

	// Not optional, not null
	Value *structpb.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// Not optional, not null
	Count float64 `protobuf:"fixed64,2,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TopK_Entry) Descriptor deprecated

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

Deprecated: Use TopK_Entry.ProtoReflect.Descriptor instead.

func (*TopK_Entry) GetCount

func (x *TopK_Entry) GetCount() float64

func (*TopK_Entry) GetValue

func (x *TopK_Entry) GetValue() *structpb.Value

func (*TopK_Entry) ProtoMessage

func (*TopK_Entry) ProtoMessage()

func (*TopK_Entry) ProtoReflect

func (x *TopK_Entry) ProtoReflect() protoreflect.Message

func (*TopK_Entry) Reset

func (x *TopK_Entry) Reset()

func (*TopK_Entry) String

func (x *TopK_Entry) String() string

func (*TopK_Entry) Validate added in v0.20.0

func (m *TopK_Entry) Validate() error

Validate checks the field values on TopK_Entry with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TopK_Entry) ValidateAll added in v0.20.0

func (m *TopK_Entry) ValidateAll() error

ValidateAll checks the field values on TopK_Entry with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TopK_EntryMultiError, or nil if none found.

type TopK_EntryMultiError added in v0.20.0

type TopK_EntryMultiError []error

TopK_EntryMultiError is an error wrapping multiple validation errors returned by TopK_Entry.ValidateAll() if the designated constraints aren't met.

func (TopK_EntryMultiError) AllErrors added in v0.20.0

func (m TopK_EntryMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TopK_EntryMultiError) Error added in v0.20.0

func (m TopK_EntryMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TopK_EntryValidationError added in v0.20.0

type TopK_EntryValidationError struct {
	// contains filtered or unexported fields
}

TopK_EntryValidationError is the validation error returned by TopK_Entry.Validate if the designated constraints aren't met.

func (TopK_EntryValidationError) Cause added in v0.20.0

func (e TopK_EntryValidationError) Cause() error

Cause function returns cause value.

func (TopK_EntryValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TopK_EntryValidationError) ErrorName added in v0.20.0

func (e TopK_EntryValidationError) ErrorName() string

ErrorName returns error name.

func (TopK_EntryValidationError) Field added in v0.20.0

Field function returns field value.

func (TopK_EntryValidationError) Key added in v0.20.0

Key function returns key value.

func (TopK_EntryValidationError) Reason added in v0.20.0

func (e TopK_EntryValidationError) Reason() string

Reason function returns reason value.

type TriggerRefreshRequest

type TriggerRefreshRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.TriggerRefresh

func (*TriggerRefreshRequest) Descriptor deprecated

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

Deprecated: Use TriggerRefreshRequest.ProtoReflect.Descriptor instead.

func (*TriggerRefreshRequest) GetInstanceId

func (x *TriggerRefreshRequest) GetInstanceId() string

func (*TriggerRefreshRequest) GetName

func (x *TriggerRefreshRequest) GetName() string

func (*TriggerRefreshRequest) ProtoMessage

func (*TriggerRefreshRequest) ProtoMessage()

func (*TriggerRefreshRequest) ProtoReflect

func (x *TriggerRefreshRequest) ProtoReflect() protoreflect.Message

func (*TriggerRefreshRequest) Reset

func (x *TriggerRefreshRequest) Reset()

func (*TriggerRefreshRequest) String

func (x *TriggerRefreshRequest) String() string

func (*TriggerRefreshRequest) Validate added in v0.20.0

func (m *TriggerRefreshRequest) Validate() error

Validate checks the field values on TriggerRefreshRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TriggerRefreshRequest) ValidateAll added in v0.20.0

func (m *TriggerRefreshRequest) ValidateAll() error

ValidateAll checks the field values on TriggerRefreshRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TriggerRefreshRequestMultiError, or nil if none found.

type TriggerRefreshRequestMultiError added in v0.20.0

type TriggerRefreshRequestMultiError []error

TriggerRefreshRequestMultiError is an error wrapping multiple validation errors returned by TriggerRefreshRequest.ValidateAll() if the designated constraints aren't met.

func (TriggerRefreshRequestMultiError) AllErrors added in v0.20.0

func (m TriggerRefreshRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerRefreshRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type TriggerRefreshRequestValidationError added in v0.20.0

type TriggerRefreshRequestValidationError struct {
	// contains filtered or unexported fields
}

TriggerRefreshRequestValidationError is the validation error returned by TriggerRefreshRequest.Validate if the designated constraints aren't met.

func (TriggerRefreshRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (TriggerRefreshRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TriggerRefreshRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (TriggerRefreshRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (TriggerRefreshRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (TriggerRefreshRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type TriggerRefreshResponse

type TriggerRefreshResponse struct {
	// contains filtered or unexported fields
}

Response message for RuntimeService.TriggerRefresh

func (*TriggerRefreshResponse) Descriptor deprecated

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

Deprecated: Use TriggerRefreshResponse.ProtoReflect.Descriptor instead.

func (*TriggerRefreshResponse) ProtoMessage

func (*TriggerRefreshResponse) ProtoMessage()

func (*TriggerRefreshResponse) ProtoReflect

func (x *TriggerRefreshResponse) ProtoReflect() protoreflect.Message

func (*TriggerRefreshResponse) Reset

func (x *TriggerRefreshResponse) Reset()

func (*TriggerRefreshResponse) String

func (x *TriggerRefreshResponse) String() string

func (*TriggerRefreshResponse) Validate added in v0.20.0

func (m *TriggerRefreshResponse) Validate() error

Validate checks the field values on TriggerRefreshResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TriggerRefreshResponse) ValidateAll added in v0.20.0

func (m *TriggerRefreshResponse) ValidateAll() error

ValidateAll checks the field values on TriggerRefreshResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TriggerRefreshResponseMultiError, or nil if none found.

type TriggerRefreshResponseMultiError added in v0.20.0

type TriggerRefreshResponseMultiError []error

TriggerRefreshResponseMultiError is an error wrapping multiple validation errors returned by TriggerRefreshResponse.ValidateAll() if the designated constraints aren't met.

func (TriggerRefreshResponseMultiError) AllErrors added in v0.20.0

func (m TriggerRefreshResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerRefreshResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type TriggerRefreshResponseValidationError added in v0.20.0

type TriggerRefreshResponseValidationError struct {
	// contains filtered or unexported fields
}

TriggerRefreshResponseValidationError is the validation error returned by TriggerRefreshResponse.Validate if the designated constraints aren't met.

func (TriggerRefreshResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (TriggerRefreshResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TriggerRefreshResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (TriggerRefreshResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (TriggerRefreshResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (TriggerRefreshResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type TriggerSyncRequest

type TriggerSyncRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.TriggerSync

func (*TriggerSyncRequest) Descriptor deprecated

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

Deprecated: Use TriggerSyncRequest.ProtoReflect.Descriptor instead.

func (*TriggerSyncRequest) GetInstanceId

func (x *TriggerSyncRequest) GetInstanceId() string

func (*TriggerSyncRequest) ProtoMessage

func (*TriggerSyncRequest) ProtoMessage()

func (*TriggerSyncRequest) ProtoReflect

func (x *TriggerSyncRequest) ProtoReflect() protoreflect.Message

func (*TriggerSyncRequest) Reset

func (x *TriggerSyncRequest) Reset()

func (*TriggerSyncRequest) String

func (x *TriggerSyncRequest) String() string

func (*TriggerSyncRequest) Validate added in v0.20.0

func (m *TriggerSyncRequest) Validate() error

Validate checks the field values on TriggerSyncRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TriggerSyncRequest) ValidateAll added in v0.20.0

func (m *TriggerSyncRequest) ValidateAll() error

ValidateAll checks the field values on TriggerSyncRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TriggerSyncRequestMultiError, or nil if none found.

type TriggerSyncRequestMultiError added in v0.20.0

type TriggerSyncRequestMultiError []error

TriggerSyncRequestMultiError is an error wrapping multiple validation errors returned by TriggerSyncRequest.ValidateAll() if the designated constraints aren't met.

func (TriggerSyncRequestMultiError) AllErrors added in v0.20.0

func (m TriggerSyncRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerSyncRequestMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type TriggerSyncRequestValidationError added in v0.20.0

type TriggerSyncRequestValidationError struct {
	// contains filtered or unexported fields
}

TriggerSyncRequestValidationError is the validation error returned by TriggerSyncRequest.Validate if the designated constraints aren't met.

func (TriggerSyncRequestValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (TriggerSyncRequestValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TriggerSyncRequestValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (TriggerSyncRequestValidationError) Field added in v0.20.0

Field function returns field value.

func (TriggerSyncRequestValidationError) Key added in v0.20.0

Key function returns key value.

func (TriggerSyncRequestValidationError) Reason added in v0.20.0

Reason function returns reason value.

type TriggerSyncResponse

type TriggerSyncResponse struct {
	ObjectsCount        uint32 `protobuf:"varint,1,opt,name=objects_count,json=objectsCount,proto3" json:"objects_count,omitempty"`
	ObjectsAddedCount   uint32 `protobuf:"varint,2,opt,name=objects_added_count,json=objectsAddedCount,proto3" json:"objects_added_count,omitempty"`
	ObjectsUpdatedCount uint32 `protobuf:"varint,3,opt,name=objects_updated_count,json=objectsUpdatedCount,proto3" json:"objects_updated_count,omitempty"`
	ObjectsRemovedCount uint32 `protobuf:"varint,4,opt,name=objects_removed_count,json=objectsRemovedCount,proto3" json:"objects_removed_count,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.TriggerSync

func (*TriggerSyncResponse) Descriptor deprecated

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

Deprecated: Use TriggerSyncResponse.ProtoReflect.Descriptor instead.

func (*TriggerSyncResponse) GetObjectsAddedCount

func (x *TriggerSyncResponse) GetObjectsAddedCount() uint32

func (*TriggerSyncResponse) GetObjectsCount

func (x *TriggerSyncResponse) GetObjectsCount() uint32

func (*TriggerSyncResponse) GetObjectsRemovedCount

func (x *TriggerSyncResponse) GetObjectsRemovedCount() uint32

func (*TriggerSyncResponse) GetObjectsUpdatedCount

func (x *TriggerSyncResponse) GetObjectsUpdatedCount() uint32

func (*TriggerSyncResponse) ProtoMessage

func (*TriggerSyncResponse) ProtoMessage()

func (*TriggerSyncResponse) ProtoReflect

func (x *TriggerSyncResponse) ProtoReflect() protoreflect.Message

func (*TriggerSyncResponse) Reset

func (x *TriggerSyncResponse) Reset()

func (*TriggerSyncResponse) String

func (x *TriggerSyncResponse) String() string

func (*TriggerSyncResponse) Validate added in v0.20.0

func (m *TriggerSyncResponse) Validate() error

Validate checks the field values on TriggerSyncResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*TriggerSyncResponse) ValidateAll added in v0.20.0

func (m *TriggerSyncResponse) ValidateAll() error

ValidateAll checks the field values on TriggerSyncResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TriggerSyncResponseMultiError, or nil if none found.

type TriggerSyncResponseMultiError added in v0.20.0

type TriggerSyncResponseMultiError []error

TriggerSyncResponseMultiError is an error wrapping multiple validation errors returned by TriggerSyncResponse.ValidateAll() if the designated constraints aren't met.

func (TriggerSyncResponseMultiError) AllErrors added in v0.20.0

func (m TriggerSyncResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerSyncResponseMultiError) Error added in v0.20.0

Error returns a concatenation of all the error messages it wraps.

type TriggerSyncResponseValidationError added in v0.20.0

type TriggerSyncResponseValidationError struct {
	// contains filtered or unexported fields
}

TriggerSyncResponseValidationError is the validation error returned by TriggerSyncResponse.Validate if the designated constraints aren't met.

func (TriggerSyncResponseValidationError) Cause added in v0.20.0

Cause function returns cause value.

func (TriggerSyncResponseValidationError) Error added in v0.20.0

Error satisfies the builtin error interface

func (TriggerSyncResponseValidationError) ErrorName added in v0.20.0

ErrorName returns error name.

func (TriggerSyncResponseValidationError) Field added in v0.20.0

Field function returns field value.

func (TriggerSyncResponseValidationError) Key added in v0.20.0

Key function returns key value.

func (TriggerSyncResponseValidationError) Reason added in v0.20.0

Reason function returns reason value.

type Type

type Type struct {

	// Code designates the type
	Code Type_Code `protobuf:"varint,1,opt,name=code,proto3,enum=rill.runtime.v1.Type_Code" json:"code,omitempty"`
	// Nullable indicates whether null values are possible
	Nullable bool `protobuf:"varint,2,opt,name=nullable,proto3" json:"nullable,omitempty"`
	// If code is CODE_ARRAY, array_element_type specifies the type of the array elements
	ArrayElementType *Type `protobuf:"bytes,3,opt,name=array_element_type,json=arrayElementType,proto3" json:"array_element_type,omitempty"`
	// If code is CODE_STRUCT, struct_type specifies the type of the struct's fields
	StructType *StructType `protobuf:"bytes,4,opt,name=struct_type,json=structType,proto3" json:"struct_type,omitempty"`
	// If code is CODE_MAP, map_type specifies the map's key and value types
	MapType *MapType `protobuf:"bytes,5,opt,name=map_type,json=mapType,proto3" json:"map_type,omitempty"`
	// contains filtered or unexported fields
}

Type represents a data type in a schema

func (*Type) Descriptor deprecated

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

Deprecated: Use Type.ProtoReflect.Descriptor instead.

func (*Type) GetArrayElementType

func (x *Type) GetArrayElementType() *Type

func (*Type) GetCode

func (x *Type) GetCode() Type_Code

func (*Type) GetMapType

func (x *Type) GetMapType() *MapType

func (*Type) GetNullable

func (x *Type) GetNullable() bool

func (*Type) GetStructType

func (x *Type) GetStructType() *StructType

func (*Type) ProtoMessage

func (*Type) ProtoMessage()

func (*Type) ProtoReflect

func (x *Type) ProtoReflect() protoreflect.Message

func (*Type) Reset

func (x *Type) Reset()

func (*Type) String

func (x *Type) String() string

func (*Type) Validate added in v0.20.0

func (m *Type) Validate() error

Validate checks the field values on Type with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Type) ValidateAll added in v0.20.0

func (m *Type) ValidateAll() error

ValidateAll checks the field values on Type with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TypeMultiError, or nil if none found.

type TypeMultiError added in v0.20.0

type TypeMultiError []error

TypeMultiError is an error wrapping multiple validation errors returned by Type.ValidateAll() if the designated constraints aren't met.

func (TypeMultiError) AllErrors added in v0.20.0

func (m TypeMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TypeMultiError) Error added in v0.20.0

func (m TypeMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type TypeValidationError added in v0.20.0

type TypeValidationError struct {
	// contains filtered or unexported fields
}

TypeValidationError is the validation error returned by Type.Validate if the designated constraints aren't met.

func (TypeValidationError) Cause added in v0.20.0

func (e TypeValidationError) Cause() error

Cause function returns cause value.

func (TypeValidationError) Error added in v0.20.0

func (e TypeValidationError) Error() string

Error satisfies the builtin error interface

func (TypeValidationError) ErrorName added in v0.20.0

func (e TypeValidationError) ErrorName() string

ErrorName returns error name.

func (TypeValidationError) Field added in v0.20.0

func (e TypeValidationError) Field() string

Field function returns field value.

func (TypeValidationError) Key added in v0.20.0

func (e TypeValidationError) Key() bool

Key function returns key value.

func (TypeValidationError) Reason added in v0.20.0

func (e TypeValidationError) Reason() string

Reason function returns reason value.

type Type_Code

type Type_Code int32

Code enumerates all the types that can be represented in a schema

const (
	Type_CODE_UNSPECIFIED Type_Code = 0
	Type_CODE_BOOL        Type_Code = 1
	Type_CODE_INT8        Type_Code = 2
	Type_CODE_INT16       Type_Code = 3
	Type_CODE_INT32       Type_Code = 4
	Type_CODE_INT64       Type_Code = 5
	Type_CODE_INT128      Type_Code = 6
	Type_CODE_INT256      Type_Code = 25
	Type_CODE_UINT8       Type_Code = 7
	Type_CODE_UINT16      Type_Code = 8
	Type_CODE_UINT32      Type_Code = 9
	Type_CODE_UINT64      Type_Code = 10
	Type_CODE_UINT128     Type_Code = 11
	Type_CODE_UINT256     Type_Code = 26
	Type_CODE_FLOAT32     Type_Code = 12
	Type_CODE_FLOAT64     Type_Code = 13
	Type_CODE_TIMESTAMP   Type_Code = 14
	Type_CODE_DATE        Type_Code = 15
	Type_CODE_TIME        Type_Code = 16
	Type_CODE_STRING      Type_Code = 17
	Type_CODE_BYTES       Type_Code = 18
	Type_CODE_ARRAY       Type_Code = 19
	Type_CODE_STRUCT      Type_Code = 20
	Type_CODE_MAP         Type_Code = 21
	Type_CODE_DECIMAL     Type_Code = 22
	Type_CODE_JSON        Type_Code = 23
	Type_CODE_UUID        Type_Code = 24
)

func (Type_Code) Descriptor

func (Type_Code) Descriptor() protoreflect.EnumDescriptor

func (Type_Code) Enum

func (x Type_Code) Enum() *Type_Code

func (Type_Code) EnumDescriptor deprecated

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

Deprecated: Use Type_Code.Descriptor instead.

func (Type_Code) Number

func (x Type_Code) Number() protoreflect.EnumNumber

func (Type_Code) String

func (x Type_Code) String() string

func (Type_Code) Type

type UnimplementedConnectorServiceServer added in v0.27.0

type UnimplementedConnectorServiceServer struct {
}

UnimplementedConnectorServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedConnectorServiceServer) BigQueryListDatasets added in v0.31.0

func (UnimplementedConnectorServiceServer) BigQueryListTables added in v0.31.0

func (UnimplementedConnectorServiceServer) GCSGetCredentialsInfo added in v0.27.0

func (UnimplementedConnectorServiceServer) GCSListBuckets added in v0.27.0

func (UnimplementedConnectorServiceServer) GCSListObjects added in v0.27.0

func (UnimplementedConnectorServiceServer) OLAPGetTable added in v0.35.0

func (UnimplementedConnectorServiceServer) OLAPListTables added in v0.31.0

func (UnimplementedConnectorServiceServer) S3GetBucketMetadata added in v0.27.0

func (UnimplementedConnectorServiceServer) S3GetCredentialsInfo added in v0.27.0

func (UnimplementedConnectorServiceServer) S3ListBuckets added in v0.27.0

func (UnimplementedConnectorServiceServer) S3ListObjects added in v0.27.0

type UnimplementedQueryServiceServer added in v0.22.0

type UnimplementedQueryServiceServer struct {
}

UnimplementedQueryServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedQueryServiceServer) ColumnCardinality added in v0.22.0

func (UnimplementedQueryServiceServer) ColumnDescriptiveStatistics added in v0.22.0

func (UnimplementedQueryServiceServer) ColumnNullCount added in v0.22.0

func (UnimplementedQueryServiceServer) ColumnNumericHistogram added in v0.22.0

func (UnimplementedQueryServiceServer) ColumnRollupInterval added in v0.22.0

func (UnimplementedQueryServiceServer) ColumnRugHistogram added in v0.22.0

func (UnimplementedQueryServiceServer) ColumnTimeGrain added in v0.22.0

func (UnimplementedQueryServiceServer) ColumnTimeRange added in v0.22.0

func (UnimplementedQueryServiceServer) ColumnTimeSeries added in v0.22.0

func (UnimplementedQueryServiceServer) ColumnTopK added in v0.22.0

func (UnimplementedQueryServiceServer) Export added in v0.27.3

func (UnimplementedQueryServiceServer) MetricsViewAggregation added in v0.33.2

func (UnimplementedQueryServiceServer) MetricsViewComparison added in v0.37.0

func (UnimplementedQueryServiceServer) MetricsViewRows added in v0.24.4

func (UnimplementedQueryServiceServer) MetricsViewSchema added in v0.40.0

func (UnimplementedQueryServiceServer) MetricsViewTimeRange added in v0.32.0

func (UnimplementedQueryServiceServer) MetricsViewTimeSeries added in v0.22.0

func (UnimplementedQueryServiceServer) MetricsViewToplist added in v0.22.0

func (UnimplementedQueryServiceServer) MetricsViewTotals added in v0.22.0

func (UnimplementedQueryServiceServer) Query added in v0.22.0

func (UnimplementedQueryServiceServer) QueryBatch added in v0.29.1

func (UnimplementedQueryServiceServer) TableCardinality added in v0.22.0

func (UnimplementedQueryServiceServer) TableColumns added in v0.22.0

func (UnimplementedQueryServiceServer) TableRows added in v0.22.0

type UnimplementedRuntimeServiceServer

type UnimplementedRuntimeServiceServer struct {
}

UnimplementedRuntimeServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedRuntimeServiceServer) AnalyzeConnectors added in v0.43.0

func (UnimplementedRuntimeServiceServer) CreateDirectory added in v0.43.0

func (UnimplementedRuntimeServiceServer) CreateInstance

func (UnimplementedRuntimeServiceServer) CreateTrigger added in v0.32.0

func (UnimplementedRuntimeServiceServer) DeleteFile

func (UnimplementedRuntimeServiceServer) DeleteInstance

func (UnimplementedRuntimeServiceServer) EditInstance added in v0.23.0

func (UnimplementedRuntimeServiceServer) GenerateChartSpec added in v0.43.0

func (UnimplementedRuntimeServiceServer) GenerateMetricsViewFile added in v0.41.0

func (UnimplementedRuntimeServiceServer) GenerateResolver added in v0.43.0

func (UnimplementedRuntimeServiceServer) GetCatalogEntry

func (UnimplementedRuntimeServiceServer) GetFile

func (UnimplementedRuntimeServiceServer) GetInstance

func (UnimplementedRuntimeServiceServer) GetLogs added in v0.32.0

func (UnimplementedRuntimeServiceServer) GetResource added in v0.32.0

func (UnimplementedRuntimeServiceServer) IssueDevJWT added in v0.33.0

func (UnimplementedRuntimeServiceServer) ListCatalogEntries

func (UnimplementedRuntimeServiceServer) ListConnectorDrivers added in v0.43.0

func (UnimplementedRuntimeServiceServer) ListExamples added in v0.26.0

func (UnimplementedRuntimeServiceServer) ListFiles

func (UnimplementedRuntimeServiceServer) ListInstances

func (UnimplementedRuntimeServiceServer) ListNotifierConnectors added in v0.43.0

func (UnimplementedRuntimeServiceServer) ListResources added in v0.32.0

func (UnimplementedRuntimeServiceServer) Ping

func (UnimplementedRuntimeServiceServer) PutFile

func (UnimplementedRuntimeServiceServer) PutFileAndReconcile

func (UnimplementedRuntimeServiceServer) Reconcile

func (UnimplementedRuntimeServiceServer) RefreshAndReconcile

func (UnimplementedRuntimeServiceServer) RenameFile

func (UnimplementedRuntimeServiceServer) TriggerRefresh

func (UnimplementedRuntimeServiceServer) UnpackEmpty added in v0.26.0

func (UnimplementedRuntimeServiceServer) UnpackExample added in v0.26.0

func (UnimplementedRuntimeServiceServer) WatchFiles added in v0.30.0

func (UnimplementedRuntimeServiceServer) WatchLogs added in v0.32.0

func (UnimplementedRuntimeServiceServer) WatchResources added in v0.32.0

type UnpackEmptyRequest added in v0.26.0

type UnpackEmptyRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Title      string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Force      bool   `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.UnpackEmpty

func (*UnpackEmptyRequest) Descriptor deprecated added in v0.26.0

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

Deprecated: Use UnpackEmptyRequest.ProtoReflect.Descriptor instead.

func (*UnpackEmptyRequest) GetForce added in v0.26.0

func (x *UnpackEmptyRequest) GetForce() bool

func (*UnpackEmptyRequest) GetInstanceId added in v0.26.0

func (x *UnpackEmptyRequest) GetInstanceId() string

func (*UnpackEmptyRequest) GetTitle added in v0.26.0

func (x *UnpackEmptyRequest) GetTitle() string

func (*UnpackEmptyRequest) ProtoMessage added in v0.26.0

func (*UnpackEmptyRequest) ProtoMessage()

func (*UnpackEmptyRequest) ProtoReflect added in v0.26.0

func (x *UnpackEmptyRequest) ProtoReflect() protoreflect.Message

func (*UnpackEmptyRequest) Reset added in v0.26.0

func (x *UnpackEmptyRequest) Reset()

func (*UnpackEmptyRequest) String added in v0.26.0

func (x *UnpackEmptyRequest) String() string

func (*UnpackEmptyRequest) Validate added in v0.26.0

func (m *UnpackEmptyRequest) Validate() error

Validate checks the field values on UnpackEmptyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnpackEmptyRequest) ValidateAll added in v0.26.0

func (m *UnpackEmptyRequest) ValidateAll() error

ValidateAll checks the field values on UnpackEmptyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnpackEmptyRequestMultiError, or nil if none found.

type UnpackEmptyRequestMultiError added in v0.26.0

type UnpackEmptyRequestMultiError []error

UnpackEmptyRequestMultiError is an error wrapping multiple validation errors returned by UnpackEmptyRequest.ValidateAll() if the designated constraints aren't met.

func (UnpackEmptyRequestMultiError) AllErrors added in v0.26.0

func (m UnpackEmptyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnpackEmptyRequestMultiError) Error added in v0.26.0

Error returns a concatenation of all the error messages it wraps.

type UnpackEmptyRequestValidationError added in v0.26.0

type UnpackEmptyRequestValidationError struct {
	// contains filtered or unexported fields
}

UnpackEmptyRequestValidationError is the validation error returned by UnpackEmptyRequest.Validate if the designated constraints aren't met.

func (UnpackEmptyRequestValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (UnpackEmptyRequestValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (UnpackEmptyRequestValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (UnpackEmptyRequestValidationError) Field added in v0.26.0

Field function returns field value.

func (UnpackEmptyRequestValidationError) Key added in v0.26.0

Key function returns key value.

func (UnpackEmptyRequestValidationError) Reason added in v0.26.0

Reason function returns reason value.

type UnpackEmptyResponse added in v0.26.0

type UnpackEmptyResponse struct {
	// contains filtered or unexported fields
}

Response message for RuntimeService.UnpackEmpty

func (*UnpackEmptyResponse) Descriptor deprecated added in v0.26.0

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

Deprecated: Use UnpackEmptyResponse.ProtoReflect.Descriptor instead.

func (*UnpackEmptyResponse) ProtoMessage added in v0.26.0

func (*UnpackEmptyResponse) ProtoMessage()

func (*UnpackEmptyResponse) ProtoReflect added in v0.26.0

func (x *UnpackEmptyResponse) ProtoReflect() protoreflect.Message

func (*UnpackEmptyResponse) Reset added in v0.26.0

func (x *UnpackEmptyResponse) Reset()

func (*UnpackEmptyResponse) String added in v0.26.0

func (x *UnpackEmptyResponse) String() string

func (*UnpackEmptyResponse) Validate added in v0.26.0

func (m *UnpackEmptyResponse) Validate() error

Validate checks the field values on UnpackEmptyResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnpackEmptyResponse) ValidateAll added in v0.26.0

func (m *UnpackEmptyResponse) ValidateAll() error

ValidateAll checks the field values on UnpackEmptyResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnpackEmptyResponseMultiError, or nil if none found.

type UnpackEmptyResponseMultiError added in v0.26.0

type UnpackEmptyResponseMultiError []error

UnpackEmptyResponseMultiError is an error wrapping multiple validation errors returned by UnpackEmptyResponse.ValidateAll() if the designated constraints aren't met.

func (UnpackEmptyResponseMultiError) AllErrors added in v0.26.0

func (m UnpackEmptyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnpackEmptyResponseMultiError) Error added in v0.26.0

Error returns a concatenation of all the error messages it wraps.

type UnpackEmptyResponseValidationError added in v0.26.0

type UnpackEmptyResponseValidationError struct {
	// contains filtered or unexported fields
}

UnpackEmptyResponseValidationError is the validation error returned by UnpackEmptyResponse.Validate if the designated constraints aren't met.

func (UnpackEmptyResponseValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (UnpackEmptyResponseValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (UnpackEmptyResponseValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (UnpackEmptyResponseValidationError) Field added in v0.26.0

Field function returns field value.

func (UnpackEmptyResponseValidationError) Key added in v0.26.0

Key function returns key value.

func (UnpackEmptyResponseValidationError) Reason added in v0.26.0

Reason function returns reason value.

type UnpackExampleRequest added in v0.26.0

type UnpackExampleRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Name       string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Force      bool   `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.UnpackExample

func (*UnpackExampleRequest) Descriptor deprecated added in v0.26.0

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

Deprecated: Use UnpackExampleRequest.ProtoReflect.Descriptor instead.

func (*UnpackExampleRequest) GetForce added in v0.26.0

func (x *UnpackExampleRequest) GetForce() bool

func (*UnpackExampleRequest) GetInstanceId added in v0.26.0

func (x *UnpackExampleRequest) GetInstanceId() string

func (*UnpackExampleRequest) GetName added in v0.26.0

func (x *UnpackExampleRequest) GetName() string

func (*UnpackExampleRequest) ProtoMessage added in v0.26.0

func (*UnpackExampleRequest) ProtoMessage()

func (*UnpackExampleRequest) ProtoReflect added in v0.26.0

func (x *UnpackExampleRequest) ProtoReflect() protoreflect.Message

func (*UnpackExampleRequest) Reset added in v0.26.0

func (x *UnpackExampleRequest) Reset()

func (*UnpackExampleRequest) String added in v0.26.0

func (x *UnpackExampleRequest) String() string

func (*UnpackExampleRequest) Validate added in v0.26.0

func (m *UnpackExampleRequest) Validate() error

Validate checks the field values on UnpackExampleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnpackExampleRequest) ValidateAll added in v0.26.0

func (m *UnpackExampleRequest) ValidateAll() error

ValidateAll checks the field values on UnpackExampleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnpackExampleRequestMultiError, or nil if none found.

type UnpackExampleRequestMultiError added in v0.26.0

type UnpackExampleRequestMultiError []error

UnpackExampleRequestMultiError is an error wrapping multiple validation errors returned by UnpackExampleRequest.ValidateAll() if the designated constraints aren't met.

func (UnpackExampleRequestMultiError) AllErrors added in v0.26.0

func (m UnpackExampleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnpackExampleRequestMultiError) Error added in v0.26.0

Error returns a concatenation of all the error messages it wraps.

type UnpackExampleRequestValidationError added in v0.26.0

type UnpackExampleRequestValidationError struct {
	// contains filtered or unexported fields
}

UnpackExampleRequestValidationError is the validation error returned by UnpackExampleRequest.Validate if the designated constraints aren't met.

func (UnpackExampleRequestValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (UnpackExampleRequestValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (UnpackExampleRequestValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (UnpackExampleRequestValidationError) Field added in v0.26.0

Field function returns field value.

func (UnpackExampleRequestValidationError) Key added in v0.26.0

Key function returns key value.

func (UnpackExampleRequestValidationError) Reason added in v0.26.0

Reason function returns reason value.

type UnpackExampleResponse added in v0.26.0

type UnpackExampleResponse struct {
	// contains filtered or unexported fields
}

Response message for RuntimeService.UnpackExample

func (*UnpackExampleResponse) Descriptor deprecated added in v0.26.0

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

Deprecated: Use UnpackExampleResponse.ProtoReflect.Descriptor instead.

func (*UnpackExampleResponse) ProtoMessage added in v0.26.0

func (*UnpackExampleResponse) ProtoMessage()

func (*UnpackExampleResponse) ProtoReflect added in v0.26.0

func (x *UnpackExampleResponse) ProtoReflect() protoreflect.Message

func (*UnpackExampleResponse) Reset added in v0.26.0

func (x *UnpackExampleResponse) Reset()

func (*UnpackExampleResponse) String added in v0.26.0

func (x *UnpackExampleResponse) String() string

func (*UnpackExampleResponse) Validate added in v0.26.0

func (m *UnpackExampleResponse) Validate() error

Validate checks the field values on UnpackExampleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UnpackExampleResponse) ValidateAll added in v0.26.0

func (m *UnpackExampleResponse) ValidateAll() error

ValidateAll checks the field values on UnpackExampleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnpackExampleResponseMultiError, or nil if none found.

type UnpackExampleResponseMultiError added in v0.26.0

type UnpackExampleResponseMultiError []error

UnpackExampleResponseMultiError is an error wrapping multiple validation errors returned by UnpackExampleResponse.ValidateAll() if the designated constraints aren't met.

func (UnpackExampleResponseMultiError) AllErrors added in v0.26.0

func (m UnpackExampleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnpackExampleResponseMultiError) Error added in v0.26.0

Error returns a concatenation of all the error messages it wraps.

type UnpackExampleResponseValidationError added in v0.26.0

type UnpackExampleResponseValidationError struct {
	// contains filtered or unexported fields
}

UnpackExampleResponseValidationError is the validation error returned by UnpackExampleResponse.Validate if the designated constraints aren't met.

func (UnpackExampleResponseValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (UnpackExampleResponseValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (UnpackExampleResponseValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (UnpackExampleResponseValidationError) Field added in v0.26.0

Field function returns field value.

func (UnpackExampleResponseValidationError) Key added in v0.26.0

Key function returns key value.

func (UnpackExampleResponseValidationError) Reason added in v0.26.0

Reason function returns reason value.

type UnsafeConnectorServiceServer added in v0.27.0

type UnsafeConnectorServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeConnectorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ConnectorServiceServer will result in compilation errors.

type UnsafeQueryServiceServer added in v0.22.0

type UnsafeQueryServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeQueryServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServiceServer will result in compilation errors.

type UnsafeRuntimeServiceServer

type UnsafeRuntimeServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRuntimeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RuntimeServiceServer will result in compilation errors.

type ValidationError added in v0.30.0

type ValidationError struct {
	Message      string   `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	PropertyPath []string `protobuf:"bytes,2,rep,name=property_path,json=propertyPath,proto3" json:"property_path,omitempty"`
	// contains filtered or unexported fields
}

func (*ValidationError) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ValidationError.ProtoReflect.Descriptor instead.

func (*ValidationError) GetMessage added in v0.30.0

func (x *ValidationError) GetMessage() string

func (*ValidationError) GetPropertyPath added in v0.30.0

func (x *ValidationError) GetPropertyPath() []string

func (*ValidationError) ProtoMessage added in v0.30.0

func (*ValidationError) ProtoMessage()

func (*ValidationError) ProtoReflect added in v0.30.0

func (x *ValidationError) ProtoReflect() protoreflect.Message

func (*ValidationError) Reset added in v0.30.0

func (x *ValidationError) Reset()

func (*ValidationError) String added in v0.30.0

func (x *ValidationError) String() string

func (*ValidationError) Validate added in v0.30.0

func (m *ValidationError) Validate() error

Validate checks the field values on ValidationError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ValidationError) ValidateAll added in v0.30.0

func (m *ValidationError) ValidateAll() error

ValidateAll checks the field values on ValidationError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidationErrorMultiError, or nil if none found.

type ValidationErrorMultiError added in v0.30.0

type ValidationErrorMultiError []error

ValidationErrorMultiError is an error wrapping multiple validation errors returned by ValidationError.ValidateAll() if the designated constraints aren't met.

func (ValidationErrorMultiError) AllErrors added in v0.30.0

func (m ValidationErrorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ValidationErrorMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type ValidationErrorValidationError added in v0.30.0

type ValidationErrorValidationError struct {
	// contains filtered or unexported fields
}

ValidationErrorValidationError is the validation error returned by ValidationError.Validate if the designated constraints aren't met.

func (ValidationErrorValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (ValidationErrorValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ValidationErrorValidationError) ErrorName added in v0.30.0

func (e ValidationErrorValidationError) ErrorName() string

ErrorName returns error name.

func (ValidationErrorValidationError) Field added in v0.30.0

Field function returns field value.

func (ValidationErrorValidationError) Key added in v0.30.0

Key function returns key value.

func (ValidationErrorValidationError) Reason added in v0.30.0

Reason function returns reason value.

type WatchFilesRequest added in v0.30.0

type WatchFilesRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Replay     bool   `protobuf:"varint,2,opt,name=replay,proto3" json:"replay,omitempty"`
	// contains filtered or unexported fields
}

Request message for RuntimeService.WatchFiles

func (*WatchFilesRequest) Descriptor deprecated added in v0.30.0

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

Deprecated: Use WatchFilesRequest.ProtoReflect.Descriptor instead.

func (*WatchFilesRequest) GetInstanceId added in v0.30.0

func (x *WatchFilesRequest) GetInstanceId() string

func (*WatchFilesRequest) GetReplay added in v0.30.0

func (x *WatchFilesRequest) GetReplay() bool

func (*WatchFilesRequest) ProtoMessage added in v0.30.0

func (*WatchFilesRequest) ProtoMessage()

func (*WatchFilesRequest) ProtoReflect added in v0.30.0

func (x *WatchFilesRequest) ProtoReflect() protoreflect.Message

func (*WatchFilesRequest) Reset added in v0.30.0

func (x *WatchFilesRequest) Reset()

func (*WatchFilesRequest) String added in v0.30.0

func (x *WatchFilesRequest) String() string

func (*WatchFilesRequest) Validate added in v0.30.0

func (m *WatchFilesRequest) Validate() error

Validate checks the field values on WatchFilesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchFilesRequest) ValidateAll added in v0.30.0

func (m *WatchFilesRequest) ValidateAll() error

ValidateAll checks the field values on WatchFilesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchFilesRequestMultiError, or nil if none found.

type WatchFilesRequestMultiError added in v0.30.0

type WatchFilesRequestMultiError []error

WatchFilesRequestMultiError is an error wrapping multiple validation errors returned by WatchFilesRequest.ValidateAll() if the designated constraints aren't met.

func (WatchFilesRequestMultiError) AllErrors added in v0.30.0

func (m WatchFilesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchFilesRequestMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type WatchFilesRequestValidationError added in v0.30.0

type WatchFilesRequestValidationError struct {
	// contains filtered or unexported fields
}

WatchFilesRequestValidationError is the validation error returned by WatchFilesRequest.Validate if the designated constraints aren't met.

func (WatchFilesRequestValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (WatchFilesRequestValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (WatchFilesRequestValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (WatchFilesRequestValidationError) Field added in v0.30.0

Field function returns field value.

func (WatchFilesRequestValidationError) Key added in v0.30.0

Key function returns key value.

func (WatchFilesRequestValidationError) Reason added in v0.30.0

Reason function returns reason value.

type WatchFilesResponse added in v0.30.0

type WatchFilesResponse struct {
	Event FileEvent `protobuf:"varint,1,opt,name=event,proto3,enum=rill.runtime.v1.FileEvent" json:"event,omitempty"`
	Path  string    `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

Response message for RuntimeService.WatchFiles

func (*WatchFilesResponse) Descriptor deprecated added in v0.30.0

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

Deprecated: Use WatchFilesResponse.ProtoReflect.Descriptor instead.

func (*WatchFilesResponse) GetEvent added in v0.30.0

func (x *WatchFilesResponse) GetEvent() FileEvent

func (*WatchFilesResponse) GetPath added in v0.30.0

func (x *WatchFilesResponse) GetPath() string

func (*WatchFilesResponse) ProtoMessage added in v0.30.0

func (*WatchFilesResponse) ProtoMessage()

func (*WatchFilesResponse) ProtoReflect added in v0.30.0

func (x *WatchFilesResponse) ProtoReflect() protoreflect.Message

func (*WatchFilesResponse) Reset added in v0.30.0

func (x *WatchFilesResponse) Reset()

func (*WatchFilesResponse) String added in v0.30.0

func (x *WatchFilesResponse) String() string

func (*WatchFilesResponse) Validate added in v0.30.0

func (m *WatchFilesResponse) Validate() error

Validate checks the field values on WatchFilesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchFilesResponse) ValidateAll added in v0.30.0

func (m *WatchFilesResponse) ValidateAll() error

ValidateAll checks the field values on WatchFilesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchFilesResponseMultiError, or nil if none found.

type WatchFilesResponseMultiError added in v0.30.0

type WatchFilesResponseMultiError []error

WatchFilesResponseMultiError is an error wrapping multiple validation errors returned by WatchFilesResponse.ValidateAll() if the designated constraints aren't met.

func (WatchFilesResponseMultiError) AllErrors added in v0.30.0

func (m WatchFilesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchFilesResponseMultiError) Error added in v0.30.0

Error returns a concatenation of all the error messages it wraps.

type WatchFilesResponseValidationError added in v0.30.0

type WatchFilesResponseValidationError struct {
	// contains filtered or unexported fields
}

WatchFilesResponseValidationError is the validation error returned by WatchFilesResponse.Validate if the designated constraints aren't met.

func (WatchFilesResponseValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (WatchFilesResponseValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (WatchFilesResponseValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (WatchFilesResponseValidationError) Field added in v0.30.0

Field function returns field value.

func (WatchFilesResponseValidationError) Key added in v0.30.0

Key function returns key value.

func (WatchFilesResponseValidationError) Reason added in v0.30.0

Reason function returns reason value.

type WatchLogsRequest added in v0.32.0

type WatchLogsRequest struct {
	InstanceId  string   `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Replay      bool     `protobuf:"varint,2,opt,name=replay,proto3" json:"replay,omitempty"`
	ReplayLimit int32    `protobuf:"varint,3,opt,name=replay_limit,json=replayLimit,proto3" json:"replay_limit,omitempty"`
	Level       LogLevel `protobuf:"varint,4,opt,name=level,proto3,enum=rill.runtime.v1.LogLevel" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchLogsRequest) Descriptor deprecated added in v0.32.0

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

Deprecated: Use WatchLogsRequest.ProtoReflect.Descriptor instead.

func (*WatchLogsRequest) GetInstanceId added in v0.32.0

func (x *WatchLogsRequest) GetInstanceId() string

func (*WatchLogsRequest) GetLevel added in v0.40.0

func (x *WatchLogsRequest) GetLevel() LogLevel

func (*WatchLogsRequest) GetReplay added in v0.32.0

func (x *WatchLogsRequest) GetReplay() bool

func (*WatchLogsRequest) GetReplayLimit added in v0.37.0

func (x *WatchLogsRequest) GetReplayLimit() int32

func (*WatchLogsRequest) ProtoMessage added in v0.32.0

func (*WatchLogsRequest) ProtoMessage()

func (*WatchLogsRequest) ProtoReflect added in v0.32.0

func (x *WatchLogsRequest) ProtoReflect() protoreflect.Message

func (*WatchLogsRequest) Reset added in v0.32.0

func (x *WatchLogsRequest) Reset()

func (*WatchLogsRequest) String added in v0.32.0

func (x *WatchLogsRequest) String() string

func (*WatchLogsRequest) Validate added in v0.32.0

func (m *WatchLogsRequest) Validate() error

Validate checks the field values on WatchLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchLogsRequest) ValidateAll added in v0.32.0

func (m *WatchLogsRequest) ValidateAll() error

ValidateAll checks the field values on WatchLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchLogsRequestMultiError, or nil if none found.

type WatchLogsRequestMultiError added in v0.32.0

type WatchLogsRequestMultiError []error

WatchLogsRequestMultiError is an error wrapping multiple validation errors returned by WatchLogsRequest.ValidateAll() if the designated constraints aren't met.

func (WatchLogsRequestMultiError) AllErrors added in v0.32.0

func (m WatchLogsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchLogsRequestMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type WatchLogsRequestValidationError added in v0.32.0

type WatchLogsRequestValidationError struct {
	// contains filtered or unexported fields
}

WatchLogsRequestValidationError is the validation error returned by WatchLogsRequest.Validate if the designated constraints aren't met.

func (WatchLogsRequestValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (WatchLogsRequestValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (WatchLogsRequestValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (WatchLogsRequestValidationError) Field added in v0.32.0

Field function returns field value.

func (WatchLogsRequestValidationError) Key added in v0.32.0

Key function returns key value.

func (WatchLogsRequestValidationError) Reason added in v0.32.0

Reason function returns reason value.

type WatchLogsResponse added in v0.32.0

type WatchLogsResponse struct {
	Log *Log `protobuf:"bytes,1,opt,name=log,proto3" json:"log,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchLogsResponse) Descriptor deprecated added in v0.32.0

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

Deprecated: Use WatchLogsResponse.ProtoReflect.Descriptor instead.

func (*WatchLogsResponse) GetLog added in v0.37.0

func (x *WatchLogsResponse) GetLog() *Log

func (*WatchLogsResponse) ProtoMessage added in v0.32.0

func (*WatchLogsResponse) ProtoMessage()

func (*WatchLogsResponse) ProtoReflect added in v0.32.0

func (x *WatchLogsResponse) ProtoReflect() protoreflect.Message

func (*WatchLogsResponse) Reset added in v0.32.0

func (x *WatchLogsResponse) Reset()

func (*WatchLogsResponse) String added in v0.32.0

func (x *WatchLogsResponse) String() string

func (*WatchLogsResponse) Validate added in v0.32.0

func (m *WatchLogsResponse) Validate() error

Validate checks the field values on WatchLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchLogsResponse) ValidateAll added in v0.32.0

func (m *WatchLogsResponse) ValidateAll() error

ValidateAll checks the field values on WatchLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchLogsResponseMultiError, or nil if none found.

type WatchLogsResponseMultiError added in v0.32.0

type WatchLogsResponseMultiError []error

WatchLogsResponseMultiError is an error wrapping multiple validation errors returned by WatchLogsResponse.ValidateAll() if the designated constraints aren't met.

func (WatchLogsResponseMultiError) AllErrors added in v0.32.0

func (m WatchLogsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchLogsResponseMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type WatchLogsResponseValidationError added in v0.32.0

type WatchLogsResponseValidationError struct {
	// contains filtered or unexported fields
}

WatchLogsResponseValidationError is the validation error returned by WatchLogsResponse.Validate if the designated constraints aren't met.

func (WatchLogsResponseValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (WatchLogsResponseValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (WatchLogsResponseValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (WatchLogsResponseValidationError) Field added in v0.32.0

Field function returns field value.

func (WatchLogsResponseValidationError) Key added in v0.32.0

Key function returns key value.

func (WatchLogsResponseValidationError) Reason added in v0.32.0

Reason function returns reason value.

type WatchResourcesRequest added in v0.32.0

type WatchResourcesRequest struct {
	InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	Kind       string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"`
	Replay     bool   `protobuf:"varint,3,opt,name=replay,proto3" json:"replay,omitempty"`
	Level      string `protobuf:"bytes,4,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchResourcesRequest) Descriptor deprecated added in v0.32.0

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

Deprecated: Use WatchResourcesRequest.ProtoReflect.Descriptor instead.

func (*WatchResourcesRequest) GetInstanceId added in v0.32.0

func (x *WatchResourcesRequest) GetInstanceId() string

func (*WatchResourcesRequest) GetKind added in v0.33.1

func (x *WatchResourcesRequest) GetKind() string

func (*WatchResourcesRequest) GetLevel added in v0.40.0

func (x *WatchResourcesRequest) GetLevel() string

func (*WatchResourcesRequest) GetReplay added in v0.33.1

func (x *WatchResourcesRequest) GetReplay() bool

func (*WatchResourcesRequest) ProtoMessage added in v0.32.0

func (*WatchResourcesRequest) ProtoMessage()

func (*WatchResourcesRequest) ProtoReflect added in v0.32.0

func (x *WatchResourcesRequest) ProtoReflect() protoreflect.Message

func (*WatchResourcesRequest) Reset added in v0.32.0

func (x *WatchResourcesRequest) Reset()

func (*WatchResourcesRequest) String added in v0.32.0

func (x *WatchResourcesRequest) String() string

func (*WatchResourcesRequest) Validate added in v0.32.0

func (m *WatchResourcesRequest) Validate() error

Validate checks the field values on WatchResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchResourcesRequest) ValidateAll added in v0.32.0

func (m *WatchResourcesRequest) ValidateAll() error

ValidateAll checks the field values on WatchResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchResourcesRequestMultiError, or nil if none found.

type WatchResourcesRequestMultiError added in v0.32.0

type WatchResourcesRequestMultiError []error

WatchResourcesRequestMultiError is an error wrapping multiple validation errors returned by WatchResourcesRequest.ValidateAll() if the designated constraints aren't met.

func (WatchResourcesRequestMultiError) AllErrors added in v0.32.0

func (m WatchResourcesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchResourcesRequestMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type WatchResourcesRequestValidationError added in v0.32.0

type WatchResourcesRequestValidationError struct {
	// contains filtered or unexported fields
}

WatchResourcesRequestValidationError is the validation error returned by WatchResourcesRequest.Validate if the designated constraints aren't met.

func (WatchResourcesRequestValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (WatchResourcesRequestValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (WatchResourcesRequestValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (WatchResourcesRequestValidationError) Field added in v0.32.0

Field function returns field value.

func (WatchResourcesRequestValidationError) Key added in v0.32.0

Key function returns key value.

func (WatchResourcesRequestValidationError) Reason added in v0.32.0

Reason function returns reason value.

type WatchResourcesResponse added in v0.32.0

type WatchResourcesResponse struct {
	Event    ResourceEvent `protobuf:"varint,1,opt,name=event,proto3,enum=rill.runtime.v1.ResourceEvent" json:"event,omitempty"`
	Name     *ResourceName `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Resource *Resource     `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchResourcesResponse) Descriptor deprecated added in v0.32.0

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

Deprecated: Use WatchResourcesResponse.ProtoReflect.Descriptor instead.

func (*WatchResourcesResponse) GetEvent added in v0.32.0

func (x *WatchResourcesResponse) GetEvent() ResourceEvent

func (*WatchResourcesResponse) GetName added in v0.33.1

func (x *WatchResourcesResponse) GetName() *ResourceName

func (*WatchResourcesResponse) GetResource added in v0.32.0

func (x *WatchResourcesResponse) GetResource() *Resource

func (*WatchResourcesResponse) ProtoMessage added in v0.32.0

func (*WatchResourcesResponse) ProtoMessage()

func (*WatchResourcesResponse) ProtoReflect added in v0.32.0

func (x *WatchResourcesResponse) ProtoReflect() protoreflect.Message

func (*WatchResourcesResponse) Reset added in v0.32.0

func (x *WatchResourcesResponse) Reset()

func (*WatchResourcesResponse) String added in v0.32.0

func (x *WatchResourcesResponse) String() string

func (*WatchResourcesResponse) Validate added in v0.32.0

func (m *WatchResourcesResponse) Validate() error

Validate checks the field values on WatchResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WatchResourcesResponse) ValidateAll added in v0.32.0

func (m *WatchResourcesResponse) ValidateAll() error

ValidateAll checks the field values on WatchResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchResourcesResponseMultiError, or nil if none found.

type WatchResourcesResponseMultiError added in v0.32.0

type WatchResourcesResponseMultiError []error

WatchResourcesResponseMultiError is an error wrapping multiple validation errors returned by WatchResourcesResponse.ValidateAll() if the designated constraints aren't met.

func (WatchResourcesResponseMultiError) AllErrors added in v0.32.0

func (m WatchResourcesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WatchResourcesResponseMultiError) Error added in v0.32.0

Error returns a concatenation of all the error messages it wraps.

type WatchResourcesResponseValidationError added in v0.32.0

type WatchResourcesResponseValidationError struct {
	// contains filtered or unexported fields
}

WatchResourcesResponseValidationError is the validation error returned by WatchResourcesResponse.Validate if the designated constraints aren't met.

func (WatchResourcesResponseValidationError) Cause added in v0.32.0

Cause function returns cause value.

func (WatchResourcesResponseValidationError) Error added in v0.32.0

Error satisfies the builtin error interface

func (WatchResourcesResponseValidationError) ErrorName added in v0.32.0

ErrorName returns error name.

func (WatchResourcesResponseValidationError) Field added in v0.32.0

Field function returns field value.

func (WatchResourcesResponseValidationError) Key added in v0.32.0

Key function returns key value.

func (WatchResourcesResponseValidationError) Reason added in v0.32.0

Reason function returns reason value.

Jump to

Keyboard shortcuts

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