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.
Index ¶
- Constants
- Variables
- func RegisterQueryServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterQueryServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryServiceClient) error
- func RegisterQueryServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterQueryServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServiceServer) error
- func RegisterQueryServiceServer(s grpc.ServiceRegistrar, srv QueryServiceServer)
- func RegisterRuntimeServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterRuntimeServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RuntimeServiceClient) error
- func RegisterRuntimeServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterRuntimeServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RuntimeServiceServer) error
- func RegisterRuntimeServiceServer(s grpc.ServiceRegistrar, srv RuntimeServiceServer)
- type CatalogEntry
- func (*CatalogEntry) Descriptor() ([]byte, []int)deprecated
- func (x *CatalogEntry) GetChildren() []string
- func (x *CatalogEntry) GetCreatedOn() *timestamppb.Timestamp
- func (x *CatalogEntry) GetEmbedded() bool
- func (x *CatalogEntry) GetMetricsView() *MetricsView
- func (x *CatalogEntry) GetModel() *Model
- func (x *CatalogEntry) GetName() string
- func (m *CatalogEntry) GetObject() isCatalogEntry_Object
- func (x *CatalogEntry) GetParents() []string
- func (x *CatalogEntry) GetPath() string
- func (x *CatalogEntry) GetRefreshedOn() *timestamppb.Timestamp
- func (x *CatalogEntry) GetSource() *Source
- func (x *CatalogEntry) GetTable() *Table
- func (x *CatalogEntry) GetUpdatedOn() *timestamppb.Timestamp
- func (*CatalogEntry) ProtoMessage()
- func (x *CatalogEntry) ProtoReflect() protoreflect.Message
- func (x *CatalogEntry) Reset()
- func (x *CatalogEntry) String() string
- func (m *CatalogEntry) Validate() error
- func (m *CatalogEntry) ValidateAll() error
- type CatalogEntryMultiError
- type CatalogEntryValidationError
- func (e CatalogEntryValidationError) Cause() error
- func (e CatalogEntryValidationError) Error() string
- func (e CatalogEntryValidationError) ErrorName() string
- func (e CatalogEntryValidationError) Field() string
- func (e CatalogEntryValidationError) Key() bool
- func (e CatalogEntryValidationError) Reason() string
- type CatalogEntry_MetricsView
- type CatalogEntry_Model
- type CatalogEntry_Source
- type CatalogEntry_Table
- type CategoricalSummary
- func (*CategoricalSummary) Descriptor() ([]byte, []int)deprecated
- func (x *CategoricalSummary) GetCardinality() float64
- func (m *CategoricalSummary) GetCase() isCategoricalSummary_Case
- func (x *CategoricalSummary) GetTopK() *TopK
- func (*CategoricalSummary) ProtoMessage()
- func (x *CategoricalSummary) ProtoReflect() protoreflect.Message
- func (x *CategoricalSummary) Reset()
- func (x *CategoricalSummary) String() string
- func (m *CategoricalSummary) Validate() error
- func (m *CategoricalSummary) ValidateAll() error
- type CategoricalSummaryMultiError
- type CategoricalSummaryValidationError
- func (e CategoricalSummaryValidationError) Cause() error
- func (e CategoricalSummaryValidationError) Error() string
- func (e CategoricalSummaryValidationError) ErrorName() string
- func (e CategoricalSummaryValidationError) Field() string
- func (e CategoricalSummaryValidationError) Key() bool
- func (e CategoricalSummaryValidationError) Reason() string
- type CategoricalSummary_Cardinality
- type CategoricalSummary_TopK
- type ColumnCardinalityRequest
- func (*ColumnCardinalityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnCardinalityRequest) GetColumnName() string
- func (x *ColumnCardinalityRequest) GetInstanceId() string
- func (x *ColumnCardinalityRequest) GetPriority() int32
- func (x *ColumnCardinalityRequest) GetTableName() string
- func (*ColumnCardinalityRequest) ProtoMessage()
- func (x *ColumnCardinalityRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnCardinalityRequest) Reset()
- func (x *ColumnCardinalityRequest) String() string
- func (m *ColumnCardinalityRequest) Validate() error
- func (m *ColumnCardinalityRequest) ValidateAll() error
- type ColumnCardinalityRequestMultiError
- type ColumnCardinalityRequestValidationError
- func (e ColumnCardinalityRequestValidationError) Cause() error
- func (e ColumnCardinalityRequestValidationError) Error() string
- func (e ColumnCardinalityRequestValidationError) ErrorName() string
- func (e ColumnCardinalityRequestValidationError) Field() string
- func (e ColumnCardinalityRequestValidationError) Key() bool
- func (e ColumnCardinalityRequestValidationError) Reason() string
- type ColumnCardinalityResponse
- func (*ColumnCardinalityResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnCardinalityResponse) GetCategoricalSummary() *CategoricalSummary
- func (*ColumnCardinalityResponse) ProtoMessage()
- func (x *ColumnCardinalityResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnCardinalityResponse) Reset()
- func (x *ColumnCardinalityResponse) String() string
- func (m *ColumnCardinalityResponse) Validate() error
- func (m *ColumnCardinalityResponse) ValidateAll() error
- type ColumnCardinalityResponseMultiError
- type ColumnCardinalityResponseValidationError
- func (e ColumnCardinalityResponseValidationError) Cause() error
- func (e ColumnCardinalityResponseValidationError) Error() string
- func (e ColumnCardinalityResponseValidationError) ErrorName() string
- func (e ColumnCardinalityResponseValidationError) Field() string
- func (e ColumnCardinalityResponseValidationError) Key() bool
- func (e ColumnCardinalityResponseValidationError) Reason() string
- type ColumnDescriptiveStatisticsRequest
- func (*ColumnDescriptiveStatisticsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnDescriptiveStatisticsRequest) GetColumnName() string
- func (x *ColumnDescriptiveStatisticsRequest) GetInstanceId() string
- func (x *ColumnDescriptiveStatisticsRequest) GetPriority() int32
- func (x *ColumnDescriptiveStatisticsRequest) GetTableName() string
- func (*ColumnDescriptiveStatisticsRequest) ProtoMessage()
- func (x *ColumnDescriptiveStatisticsRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnDescriptiveStatisticsRequest) Reset()
- func (x *ColumnDescriptiveStatisticsRequest) String() string
- func (m *ColumnDescriptiveStatisticsRequest) Validate() error
- func (m *ColumnDescriptiveStatisticsRequest) ValidateAll() error
- type ColumnDescriptiveStatisticsRequestMultiError
- type ColumnDescriptiveStatisticsRequestValidationError
- func (e ColumnDescriptiveStatisticsRequestValidationError) Cause() error
- func (e ColumnDescriptiveStatisticsRequestValidationError) Error() string
- func (e ColumnDescriptiveStatisticsRequestValidationError) ErrorName() string
- func (e ColumnDescriptiveStatisticsRequestValidationError) Field() string
- func (e ColumnDescriptiveStatisticsRequestValidationError) Key() bool
- func (e ColumnDescriptiveStatisticsRequestValidationError) Reason() string
- type ColumnDescriptiveStatisticsResponse
- func (*ColumnDescriptiveStatisticsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnDescriptiveStatisticsResponse) GetNumericSummary() *NumericSummary
- func (*ColumnDescriptiveStatisticsResponse) ProtoMessage()
- func (x *ColumnDescriptiveStatisticsResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnDescriptiveStatisticsResponse) Reset()
- func (x *ColumnDescriptiveStatisticsResponse) String() string
- func (m *ColumnDescriptiveStatisticsResponse) Validate() error
- func (m *ColumnDescriptiveStatisticsResponse) ValidateAll() error
- type ColumnDescriptiveStatisticsResponseMultiError
- type ColumnDescriptiveStatisticsResponseValidationError
- func (e ColumnDescriptiveStatisticsResponseValidationError) Cause() error
- func (e ColumnDescriptiveStatisticsResponseValidationError) Error() string
- func (e ColumnDescriptiveStatisticsResponseValidationError) ErrorName() string
- func (e ColumnDescriptiveStatisticsResponseValidationError) Field() string
- func (e ColumnDescriptiveStatisticsResponseValidationError) Key() bool
- func (e ColumnDescriptiveStatisticsResponseValidationError) Reason() string
- type ColumnNullCountRequest
- func (*ColumnNullCountRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnNullCountRequest) GetColumnName() string
- func (x *ColumnNullCountRequest) GetInstanceId() string
- func (x *ColumnNullCountRequest) GetPriority() int32
- func (x *ColumnNullCountRequest) GetTableName() string
- func (*ColumnNullCountRequest) ProtoMessage()
- func (x *ColumnNullCountRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnNullCountRequest) Reset()
- func (x *ColumnNullCountRequest) String() string
- func (m *ColumnNullCountRequest) Validate() error
- func (m *ColumnNullCountRequest) ValidateAll() error
- type ColumnNullCountRequestMultiError
- type ColumnNullCountRequestValidationError
- func (e ColumnNullCountRequestValidationError) Cause() error
- func (e ColumnNullCountRequestValidationError) Error() string
- func (e ColumnNullCountRequestValidationError) ErrorName() string
- func (e ColumnNullCountRequestValidationError) Field() string
- func (e ColumnNullCountRequestValidationError) Key() bool
- func (e ColumnNullCountRequestValidationError) Reason() string
- type ColumnNullCountResponse
- func (*ColumnNullCountResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnNullCountResponse) GetCount() float64
- func (*ColumnNullCountResponse) ProtoMessage()
- func (x *ColumnNullCountResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnNullCountResponse) Reset()
- func (x *ColumnNullCountResponse) String() string
- func (m *ColumnNullCountResponse) Validate() error
- func (m *ColumnNullCountResponse) ValidateAll() error
- type ColumnNullCountResponseMultiError
- type ColumnNullCountResponseValidationError
- func (e ColumnNullCountResponseValidationError) Cause() error
- func (e ColumnNullCountResponseValidationError) Error() string
- func (e ColumnNullCountResponseValidationError) ErrorName() string
- func (e ColumnNullCountResponseValidationError) Field() string
- func (e ColumnNullCountResponseValidationError) Key() bool
- func (e ColumnNullCountResponseValidationError) Reason() string
- type ColumnNumericHistogramRequest
- func (*ColumnNumericHistogramRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnNumericHistogramRequest) GetColumnName() string
- func (x *ColumnNumericHistogramRequest) GetHistogramMethod() HistogramMethod
- func (x *ColumnNumericHistogramRequest) GetInstanceId() string
- func (x *ColumnNumericHistogramRequest) GetPriority() int32
- func (x *ColumnNumericHistogramRequest) GetTableName() string
- func (*ColumnNumericHistogramRequest) ProtoMessage()
- func (x *ColumnNumericHistogramRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnNumericHistogramRequest) Reset()
- func (x *ColumnNumericHistogramRequest) String() string
- func (m *ColumnNumericHistogramRequest) Validate() error
- func (m *ColumnNumericHistogramRequest) ValidateAll() error
- type ColumnNumericHistogramRequestMultiError
- type ColumnNumericHistogramRequestValidationError
- func (e ColumnNumericHistogramRequestValidationError) Cause() error
- func (e ColumnNumericHistogramRequestValidationError) Error() string
- func (e ColumnNumericHistogramRequestValidationError) ErrorName() string
- func (e ColumnNumericHistogramRequestValidationError) Field() string
- func (e ColumnNumericHistogramRequestValidationError) Key() bool
- func (e ColumnNumericHistogramRequestValidationError) Reason() string
- type ColumnNumericHistogramResponse
- func (*ColumnNumericHistogramResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnNumericHistogramResponse) GetNumericSummary() *NumericSummary
- func (*ColumnNumericHistogramResponse) ProtoMessage()
- func (x *ColumnNumericHistogramResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnNumericHistogramResponse) Reset()
- func (x *ColumnNumericHistogramResponse) String() string
- func (m *ColumnNumericHistogramResponse) Validate() error
- func (m *ColumnNumericHistogramResponse) ValidateAll() error
- type ColumnNumericHistogramResponseMultiError
- type ColumnNumericHistogramResponseValidationError
- func (e ColumnNumericHistogramResponseValidationError) Cause() error
- func (e ColumnNumericHistogramResponseValidationError) Error() string
- func (e ColumnNumericHistogramResponseValidationError) ErrorName() string
- func (e ColumnNumericHistogramResponseValidationError) Field() string
- func (e ColumnNumericHistogramResponseValidationError) Key() bool
- func (e ColumnNumericHistogramResponseValidationError) Reason() string
- type ColumnRollupIntervalRequest
- func (*ColumnRollupIntervalRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnRollupIntervalRequest) GetColumnName() string
- func (x *ColumnRollupIntervalRequest) GetInstanceId() string
- func (x *ColumnRollupIntervalRequest) GetPriority() int32
- func (x *ColumnRollupIntervalRequest) GetTableName() string
- func (*ColumnRollupIntervalRequest) ProtoMessage()
- func (x *ColumnRollupIntervalRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnRollupIntervalRequest) Reset()
- func (x *ColumnRollupIntervalRequest) String() string
- func (m *ColumnRollupIntervalRequest) Validate() error
- func (m *ColumnRollupIntervalRequest) ValidateAll() error
- type ColumnRollupIntervalRequestMultiError
- type ColumnRollupIntervalRequestValidationError
- func (e ColumnRollupIntervalRequestValidationError) Cause() error
- func (e ColumnRollupIntervalRequestValidationError) Error() string
- func (e ColumnRollupIntervalRequestValidationError) ErrorName() string
- func (e ColumnRollupIntervalRequestValidationError) Field() string
- func (e ColumnRollupIntervalRequestValidationError) Key() bool
- func (e ColumnRollupIntervalRequestValidationError) Reason() string
- type ColumnRollupIntervalResponse
- func (*ColumnRollupIntervalResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnRollupIntervalResponse) GetEnd() *timestamppb.Timestamp
- func (x *ColumnRollupIntervalResponse) GetInterval() TimeGrain
- func (x *ColumnRollupIntervalResponse) GetStart() *timestamppb.Timestamp
- func (*ColumnRollupIntervalResponse) ProtoMessage()
- func (x *ColumnRollupIntervalResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnRollupIntervalResponse) Reset()
- func (x *ColumnRollupIntervalResponse) String() string
- func (m *ColumnRollupIntervalResponse) Validate() error
- func (m *ColumnRollupIntervalResponse) ValidateAll() error
- type ColumnRollupIntervalResponseMultiError
- type ColumnRollupIntervalResponseValidationError
- func (e ColumnRollupIntervalResponseValidationError) Cause() error
- func (e ColumnRollupIntervalResponseValidationError) Error() string
- func (e ColumnRollupIntervalResponseValidationError) ErrorName() string
- func (e ColumnRollupIntervalResponseValidationError) Field() string
- func (e ColumnRollupIntervalResponseValidationError) Key() bool
- func (e ColumnRollupIntervalResponseValidationError) Reason() string
- type ColumnRugHistogramRequest
- func (*ColumnRugHistogramRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnRugHistogramRequest) GetColumnName() string
- func (x *ColumnRugHistogramRequest) GetInstanceId() string
- func (x *ColumnRugHistogramRequest) GetPriority() int32
- func (x *ColumnRugHistogramRequest) GetTableName() string
- func (*ColumnRugHistogramRequest) ProtoMessage()
- func (x *ColumnRugHistogramRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnRugHistogramRequest) Reset()
- func (x *ColumnRugHistogramRequest) String() string
- func (m *ColumnRugHistogramRequest) Validate() error
- func (m *ColumnRugHistogramRequest) ValidateAll() error
- type ColumnRugHistogramRequestMultiError
- type ColumnRugHistogramRequestValidationError
- func (e ColumnRugHistogramRequestValidationError) Cause() error
- func (e ColumnRugHistogramRequestValidationError) Error() string
- func (e ColumnRugHistogramRequestValidationError) ErrorName() string
- func (e ColumnRugHistogramRequestValidationError) Field() string
- func (e ColumnRugHistogramRequestValidationError) Key() bool
- func (e ColumnRugHistogramRequestValidationError) Reason() string
- type ColumnRugHistogramResponse
- func (*ColumnRugHistogramResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnRugHistogramResponse) GetNumericSummary() *NumericSummary
- func (*ColumnRugHistogramResponse) ProtoMessage()
- func (x *ColumnRugHistogramResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnRugHistogramResponse) Reset()
- func (x *ColumnRugHistogramResponse) String() string
- func (m *ColumnRugHistogramResponse) Validate() error
- func (m *ColumnRugHistogramResponse) ValidateAll() error
- type ColumnRugHistogramResponseMultiError
- type ColumnRugHistogramResponseValidationError
- func (e ColumnRugHistogramResponseValidationError) Cause() error
- func (e ColumnRugHistogramResponseValidationError) Error() string
- func (e ColumnRugHistogramResponseValidationError) ErrorName() string
- func (e ColumnRugHistogramResponseValidationError) Field() string
- func (e ColumnRugHistogramResponseValidationError) Key() bool
- func (e ColumnRugHistogramResponseValidationError) Reason() string
- type ColumnTimeGrainRequest
- func (*ColumnTimeGrainRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnTimeGrainRequest) GetColumnName() string
- func (x *ColumnTimeGrainRequest) GetInstanceId() string
- func (x *ColumnTimeGrainRequest) GetPriority() int32
- func (x *ColumnTimeGrainRequest) GetTableName() string
- func (*ColumnTimeGrainRequest) ProtoMessage()
- func (x *ColumnTimeGrainRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnTimeGrainRequest) Reset()
- func (x *ColumnTimeGrainRequest) String() string
- func (m *ColumnTimeGrainRequest) Validate() error
- func (m *ColumnTimeGrainRequest) ValidateAll() error
- type ColumnTimeGrainRequestMultiError
- type ColumnTimeGrainRequestValidationError
- func (e ColumnTimeGrainRequestValidationError) Cause() error
- func (e ColumnTimeGrainRequestValidationError) Error() string
- func (e ColumnTimeGrainRequestValidationError) ErrorName() string
- func (e ColumnTimeGrainRequestValidationError) Field() string
- func (e ColumnTimeGrainRequestValidationError) Key() bool
- func (e ColumnTimeGrainRequestValidationError) Reason() string
- type ColumnTimeGrainResponse
- func (*ColumnTimeGrainResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnTimeGrainResponse) GetTimeGrain() TimeGrain
- func (*ColumnTimeGrainResponse) ProtoMessage()
- func (x *ColumnTimeGrainResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnTimeGrainResponse) Reset()
- func (x *ColumnTimeGrainResponse) String() string
- func (m *ColumnTimeGrainResponse) Validate() error
- func (m *ColumnTimeGrainResponse) ValidateAll() error
- type ColumnTimeGrainResponseMultiError
- type ColumnTimeGrainResponseValidationError
- func (e ColumnTimeGrainResponseValidationError) Cause() error
- func (e ColumnTimeGrainResponseValidationError) Error() string
- func (e ColumnTimeGrainResponseValidationError) ErrorName() string
- func (e ColumnTimeGrainResponseValidationError) Field() string
- func (e ColumnTimeGrainResponseValidationError) Key() bool
- func (e ColumnTimeGrainResponseValidationError) Reason() string
- type ColumnTimeRangeRequest
- func (*ColumnTimeRangeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnTimeRangeRequest) GetColumnName() string
- func (x *ColumnTimeRangeRequest) GetInstanceId() string
- func (x *ColumnTimeRangeRequest) GetPriority() int32
- func (x *ColumnTimeRangeRequest) GetTableName() string
- func (*ColumnTimeRangeRequest) ProtoMessage()
- func (x *ColumnTimeRangeRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnTimeRangeRequest) Reset()
- func (x *ColumnTimeRangeRequest) String() string
- func (m *ColumnTimeRangeRequest) Validate() error
- func (m *ColumnTimeRangeRequest) ValidateAll() error
- type ColumnTimeRangeRequestMultiError
- type ColumnTimeRangeRequestValidationError
- func (e ColumnTimeRangeRequestValidationError) Cause() error
- func (e ColumnTimeRangeRequestValidationError) Error() string
- func (e ColumnTimeRangeRequestValidationError) ErrorName() string
- func (e ColumnTimeRangeRequestValidationError) Field() string
- func (e ColumnTimeRangeRequestValidationError) Key() bool
- func (e ColumnTimeRangeRequestValidationError) Reason() string
- type ColumnTimeRangeResponse
- func (*ColumnTimeRangeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnTimeRangeResponse) GetTimeRangeSummary() *TimeRangeSummary
- func (*ColumnTimeRangeResponse) ProtoMessage()
- func (x *ColumnTimeRangeResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnTimeRangeResponse) Reset()
- func (x *ColumnTimeRangeResponse) String() string
- func (m *ColumnTimeRangeResponse) Validate() error
- func (m *ColumnTimeRangeResponse) ValidateAll() error
- type ColumnTimeRangeResponseMultiError
- type ColumnTimeRangeResponseValidationError
- func (e ColumnTimeRangeResponseValidationError) Cause() error
- func (e ColumnTimeRangeResponseValidationError) Error() string
- func (e ColumnTimeRangeResponseValidationError) ErrorName() string
- func (e ColumnTimeRangeResponseValidationError) Field() string
- func (e ColumnTimeRangeResponseValidationError) Key() bool
- func (e ColumnTimeRangeResponseValidationError) Reason() string
- type ColumnTimeSeriesRequest
- func (*ColumnTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnTimeSeriesRequest) GetFilters() *MetricsViewFilter
- func (x *ColumnTimeSeriesRequest) GetInstanceId() string
- func (x *ColumnTimeSeriesRequest) GetMeasures() []*ColumnTimeSeriesRequest_BasicMeasure
- func (x *ColumnTimeSeriesRequest) GetPixels() int32
- func (x *ColumnTimeSeriesRequest) GetPriority() int32
- func (x *ColumnTimeSeriesRequest) GetSampleSize() int32
- func (x *ColumnTimeSeriesRequest) GetTableName() string
- func (x *ColumnTimeSeriesRequest) GetTimeRange() *TimeSeriesTimeRange
- func (x *ColumnTimeSeriesRequest) GetTimestampColumnName() string
- func (*ColumnTimeSeriesRequest) ProtoMessage()
- func (x *ColumnTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnTimeSeriesRequest) Reset()
- func (x *ColumnTimeSeriesRequest) String() string
- func (m *ColumnTimeSeriesRequest) Validate() error
- func (m *ColumnTimeSeriesRequest) ValidateAll() error
- type ColumnTimeSeriesRequestMultiError
- type ColumnTimeSeriesRequestValidationError
- func (e ColumnTimeSeriesRequestValidationError) Cause() error
- func (e ColumnTimeSeriesRequestValidationError) Error() string
- func (e ColumnTimeSeriesRequestValidationError) ErrorName() string
- func (e ColumnTimeSeriesRequestValidationError) Field() string
- func (e ColumnTimeSeriesRequestValidationError) Key() bool
- func (e ColumnTimeSeriesRequestValidationError) Reason() string
- type ColumnTimeSeriesRequest_BasicMeasure
- func (*ColumnTimeSeriesRequest_BasicMeasure) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnTimeSeriesRequest_BasicMeasure) GetExpression() string
- func (x *ColumnTimeSeriesRequest_BasicMeasure) GetId() string
- func (x *ColumnTimeSeriesRequest_BasicMeasure) GetSqlName() string
- func (*ColumnTimeSeriesRequest_BasicMeasure) ProtoMessage()
- func (x *ColumnTimeSeriesRequest_BasicMeasure) ProtoReflect() protoreflect.Message
- func (x *ColumnTimeSeriesRequest_BasicMeasure) Reset()
- func (x *ColumnTimeSeriesRequest_BasicMeasure) String() string
- func (m *ColumnTimeSeriesRequest_BasicMeasure) Validate() error
- func (m *ColumnTimeSeriesRequest_BasicMeasure) ValidateAll() error
- type ColumnTimeSeriesRequest_BasicMeasureMultiError
- type ColumnTimeSeriesRequest_BasicMeasureValidationError
- func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Cause() error
- func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Error() string
- func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) ErrorName() string
- func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Field() string
- func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Key() bool
- func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Reason() string
- type ColumnTimeSeriesResponse
- func (*ColumnTimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnTimeSeriesResponse) GetRollup() *TimeSeriesResponse
- func (*ColumnTimeSeriesResponse) ProtoMessage()
- func (x *ColumnTimeSeriesResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnTimeSeriesResponse) Reset()
- func (x *ColumnTimeSeriesResponse) String() string
- func (m *ColumnTimeSeriesResponse) Validate() error
- func (m *ColumnTimeSeriesResponse) ValidateAll() error
- type ColumnTimeSeriesResponseMultiError
- type ColumnTimeSeriesResponseValidationError
- func (e ColumnTimeSeriesResponseValidationError) Cause() error
- func (e ColumnTimeSeriesResponseValidationError) Error() string
- func (e ColumnTimeSeriesResponseValidationError) ErrorName() string
- func (e ColumnTimeSeriesResponseValidationError) Field() string
- func (e ColumnTimeSeriesResponseValidationError) Key() bool
- func (e ColumnTimeSeriesResponseValidationError) Reason() string
- type ColumnTopKRequest
- func (*ColumnTopKRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnTopKRequest) GetAgg() string
- func (x *ColumnTopKRequest) GetColumnName() string
- func (x *ColumnTopKRequest) GetInstanceId() string
- func (x *ColumnTopKRequest) GetK() int32
- func (x *ColumnTopKRequest) GetPriority() int32
- func (x *ColumnTopKRequest) GetTableName() string
- func (*ColumnTopKRequest) ProtoMessage()
- func (x *ColumnTopKRequest) ProtoReflect() protoreflect.Message
- func (x *ColumnTopKRequest) Reset()
- func (x *ColumnTopKRequest) String() string
- func (m *ColumnTopKRequest) Validate() error
- func (m *ColumnTopKRequest) ValidateAll() error
- type ColumnTopKRequestMultiError
- type ColumnTopKRequestValidationError
- func (e ColumnTopKRequestValidationError) Cause() error
- func (e ColumnTopKRequestValidationError) Error() string
- func (e ColumnTopKRequestValidationError) ErrorName() string
- func (e ColumnTopKRequestValidationError) Field() string
- func (e ColumnTopKRequestValidationError) Key() bool
- func (e ColumnTopKRequestValidationError) Reason() string
- type ColumnTopKResponse
- func (*ColumnTopKResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ColumnTopKResponse) GetCategoricalSummary() *CategoricalSummary
- func (*ColumnTopKResponse) ProtoMessage()
- func (x *ColumnTopKResponse) ProtoReflect() protoreflect.Message
- func (x *ColumnTopKResponse) Reset()
- func (x *ColumnTopKResponse) String() string
- func (m *ColumnTopKResponse) Validate() error
- func (m *ColumnTopKResponse) ValidateAll() error
- type ColumnTopKResponseMultiError
- type ColumnTopKResponseValidationError
- func (e ColumnTopKResponseValidationError) Cause() error
- func (e ColumnTopKResponseValidationError) Error() string
- func (e ColumnTopKResponseValidationError) ErrorName() string
- func (e ColumnTopKResponseValidationError) Field() string
- func (e ColumnTopKResponseValidationError) Key() bool
- func (e ColumnTopKResponseValidationError) Reason() string
- type Connector
- func (*Connector) Descriptor() ([]byte, []int)deprecated
- func (x *Connector) GetDescription() string
- func (x *Connector) GetDisplayName() string
- func (x *Connector) GetName() string
- func (x *Connector) GetProperties() []*Connector_Property
- func (*Connector) ProtoMessage()
- func (x *Connector) ProtoReflect() protoreflect.Message
- func (x *Connector) Reset()
- func (x *Connector) String() string
- func (m *Connector) Validate() error
- func (m *Connector) ValidateAll() error
- type ConnectorMultiError
- type ConnectorValidationError
- type Connector_Property
- func (*Connector_Property) Descriptor() ([]byte, []int)deprecated
- func (x *Connector_Property) GetDescription() string
- func (x *Connector_Property) GetDisplayName() string
- func (x *Connector_Property) GetHint() string
- func (x *Connector_Property) GetHref() string
- func (x *Connector_Property) GetKey() string
- func (x *Connector_Property) GetNullable() bool
- func (x *Connector_Property) GetPlaceholder() string
- func (x *Connector_Property) GetType() Connector_Property_Type
- func (*Connector_Property) ProtoMessage()
- func (x *Connector_Property) ProtoReflect() protoreflect.Message
- func (x *Connector_Property) Reset()
- func (x *Connector_Property) String() string
- func (m *Connector_Property) Validate() error
- func (m *Connector_Property) ValidateAll() error
- type Connector_PropertyMultiError
- type Connector_PropertyValidationError
- func (e Connector_PropertyValidationError) Cause() error
- func (e Connector_PropertyValidationError) Error() string
- func (e Connector_PropertyValidationError) ErrorName() string
- func (e Connector_PropertyValidationError) Field() string
- func (e Connector_PropertyValidationError) Key() bool
- func (e Connector_PropertyValidationError) Reason() string
- type Connector_Property_Type
- func (Connector_Property_Type) Descriptor() protoreflect.EnumDescriptor
- func (x Connector_Property_Type) Enum() *Connector_Property_Type
- func (Connector_Property_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x Connector_Property_Type) Number() protoreflect.EnumNumber
- func (x Connector_Property_Type) String() string
- func (Connector_Property_Type) Type() protoreflect.EnumType
- type CreateInstanceRequest
- func (*CreateInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInstanceRequest) GetEmbedCatalog() bool
- func (x *CreateInstanceRequest) GetIngestionLimitBytes() int64
- func (x *CreateInstanceRequest) GetInstanceId() string
- func (x *CreateInstanceRequest) GetOlapDriver() string
- func (x *CreateInstanceRequest) GetOlapDsn() string
- func (x *CreateInstanceRequest) GetRepoDriver() string
- func (x *CreateInstanceRequest) GetRepoDsn() string
- func (x *CreateInstanceRequest) GetVariables() map[string]string
- func (*CreateInstanceRequest) ProtoMessage()
- func (x *CreateInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *CreateInstanceRequest) Reset()
- func (x *CreateInstanceRequest) String() string
- func (m *CreateInstanceRequest) Validate() error
- func (m *CreateInstanceRequest) ValidateAll() error
- type CreateInstanceRequestMultiError
- type CreateInstanceRequestValidationError
- func (e CreateInstanceRequestValidationError) Cause() error
- func (e CreateInstanceRequestValidationError) Error() string
- func (e CreateInstanceRequestValidationError) ErrorName() string
- func (e CreateInstanceRequestValidationError) Field() string
- func (e CreateInstanceRequestValidationError) Key() bool
- func (e CreateInstanceRequestValidationError) Reason() string
- type CreateInstanceResponse
- func (*CreateInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInstanceResponse) GetInstance() *Instance
- func (*CreateInstanceResponse) ProtoMessage()
- func (x *CreateInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *CreateInstanceResponse) Reset()
- func (x *CreateInstanceResponse) String() string
- func (m *CreateInstanceResponse) Validate() error
- func (m *CreateInstanceResponse) ValidateAll() error
- type CreateInstanceResponseMultiError
- type CreateInstanceResponseValidationError
- func (e CreateInstanceResponseValidationError) Cause() error
- func (e CreateInstanceResponseValidationError) Error() string
- func (e CreateInstanceResponseValidationError) ErrorName() string
- func (e CreateInstanceResponseValidationError) Field() string
- func (e CreateInstanceResponseValidationError) Key() bool
- func (e CreateInstanceResponseValidationError) Reason() string
- type DeleteFileAndReconcileRequest
- func (*DeleteFileAndReconcileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFileAndReconcileRequest) GetDry() bool
- func (x *DeleteFileAndReconcileRequest) GetInstanceId() string
- func (x *DeleteFileAndReconcileRequest) GetPath() string
- func (x *DeleteFileAndReconcileRequest) GetStrict() bool
- func (*DeleteFileAndReconcileRequest) ProtoMessage()
- func (x *DeleteFileAndReconcileRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFileAndReconcileRequest) Reset()
- func (x *DeleteFileAndReconcileRequest) String() string
- func (m *DeleteFileAndReconcileRequest) Validate() error
- func (m *DeleteFileAndReconcileRequest) ValidateAll() error
- type DeleteFileAndReconcileRequestMultiError
- type DeleteFileAndReconcileRequestValidationError
- func (e DeleteFileAndReconcileRequestValidationError) Cause() error
- func (e DeleteFileAndReconcileRequestValidationError) Error() string
- func (e DeleteFileAndReconcileRequestValidationError) ErrorName() string
- func (e DeleteFileAndReconcileRequestValidationError) Field() string
- func (e DeleteFileAndReconcileRequestValidationError) Key() bool
- func (e DeleteFileAndReconcileRequestValidationError) Reason() string
- type DeleteFileAndReconcileResponse
- func (*DeleteFileAndReconcileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFileAndReconcileResponse) GetAffectedPaths() []string
- func (x *DeleteFileAndReconcileResponse) GetErrors() []*ReconcileError
- func (*DeleteFileAndReconcileResponse) ProtoMessage()
- func (x *DeleteFileAndReconcileResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteFileAndReconcileResponse) Reset()
- func (x *DeleteFileAndReconcileResponse) String() string
- func (m *DeleteFileAndReconcileResponse) Validate() error
- func (m *DeleteFileAndReconcileResponse) ValidateAll() error
- type DeleteFileAndReconcileResponseMultiError
- type DeleteFileAndReconcileResponseValidationError
- func (e DeleteFileAndReconcileResponseValidationError) Cause() error
- func (e DeleteFileAndReconcileResponseValidationError) Error() string
- func (e DeleteFileAndReconcileResponseValidationError) ErrorName() string
- func (e DeleteFileAndReconcileResponseValidationError) Field() string
- func (e DeleteFileAndReconcileResponseValidationError) Key() bool
- func (e DeleteFileAndReconcileResponseValidationError) Reason() string
- type DeleteFileRequest
- func (*DeleteFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFileRequest) GetInstanceId() string
- func (x *DeleteFileRequest) GetPath() string
- func (*DeleteFileRequest) ProtoMessage()
- func (x *DeleteFileRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFileRequest) Reset()
- func (x *DeleteFileRequest) String() string
- func (m *DeleteFileRequest) Validate() error
- func (m *DeleteFileRequest) ValidateAll() error
- type DeleteFileRequestMultiError
- type DeleteFileRequestValidationError
- func (e DeleteFileRequestValidationError) Cause() error
- func (e DeleteFileRequestValidationError) Error() string
- func (e DeleteFileRequestValidationError) ErrorName() string
- func (e DeleteFileRequestValidationError) Field() string
- func (e DeleteFileRequestValidationError) Key() bool
- func (e DeleteFileRequestValidationError) Reason() string
- type DeleteFileResponse
- func (*DeleteFileResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteFileResponse) ProtoMessage()
- func (x *DeleteFileResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteFileResponse) Reset()
- func (x *DeleteFileResponse) String() string
- func (m *DeleteFileResponse) Validate() error
- func (m *DeleteFileResponse) ValidateAll() error
- type DeleteFileResponseMultiError
- type DeleteFileResponseValidationError
- func (e DeleteFileResponseValidationError) Cause() error
- func (e DeleteFileResponseValidationError) Error() string
- func (e DeleteFileResponseValidationError) ErrorName() string
- func (e DeleteFileResponseValidationError) Field() string
- func (e DeleteFileResponseValidationError) Key() bool
- func (e DeleteFileResponseValidationError) Reason() string
- type DeleteInstanceRequest
- func (*DeleteInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteInstanceRequest) GetDropDb() bool
- func (x *DeleteInstanceRequest) GetInstanceId() string
- func (*DeleteInstanceRequest) ProtoMessage()
- func (x *DeleteInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteInstanceRequest) Reset()
- func (x *DeleteInstanceRequest) String() string
- func (m *DeleteInstanceRequest) Validate() error
- func (m *DeleteInstanceRequest) ValidateAll() error
- type DeleteInstanceRequestMultiError
- type DeleteInstanceRequestValidationError
- func (e DeleteInstanceRequestValidationError) Cause() error
- func (e DeleteInstanceRequestValidationError) Error() string
- func (e DeleteInstanceRequestValidationError) ErrorName() string
- func (e DeleteInstanceRequestValidationError) Field() string
- func (e DeleteInstanceRequestValidationError) Key() bool
- func (e DeleteInstanceRequestValidationError) Reason() string
- type DeleteInstanceResponse
- func (*DeleteInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteInstanceResponse) ProtoMessage()
- func (x *DeleteInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteInstanceResponse) Reset()
- func (x *DeleteInstanceResponse) String() string
- func (m *DeleteInstanceResponse) Validate() error
- func (m *DeleteInstanceResponse) ValidateAll() error
- type DeleteInstanceResponseMultiError
- type DeleteInstanceResponseValidationError
- func (e DeleteInstanceResponseValidationError) Cause() error
- func (e DeleteInstanceResponseValidationError) Error() string
- func (e DeleteInstanceResponseValidationError) ErrorName() string
- func (e DeleteInstanceResponseValidationError) Field() string
- func (e DeleteInstanceResponseValidationError) Key() bool
- func (e DeleteInstanceResponseValidationError) Reason() string
- type EditInstanceRequest
- func (*EditInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EditInstanceRequest) GetEmbedCatalog() bool
- func (x *EditInstanceRequest) GetIngestionLimitBytes() int64
- func (x *EditInstanceRequest) GetInstanceId() string
- func (x *EditInstanceRequest) GetOlapDriver() string
- func (x *EditInstanceRequest) GetOlapDsn() string
- func (x *EditInstanceRequest) GetRepoDriver() string
- func (x *EditInstanceRequest) GetRepoDsn() string
- func (x *EditInstanceRequest) GetVariables() map[string]string
- func (*EditInstanceRequest) ProtoMessage()
- func (x *EditInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *EditInstanceRequest) Reset()
- func (x *EditInstanceRequest) String() string
- func (m *EditInstanceRequest) Validate() error
- func (m *EditInstanceRequest) ValidateAll() error
- type EditInstanceRequestMultiError
- type EditInstanceRequestValidationError
- func (e EditInstanceRequestValidationError) Cause() error
- func (e EditInstanceRequestValidationError) Error() string
- func (e EditInstanceRequestValidationError) ErrorName() string
- func (e EditInstanceRequestValidationError) Field() string
- func (e EditInstanceRequestValidationError) Key() bool
- func (e EditInstanceRequestValidationError) Reason() string
- type EditInstanceResponse
- func (*EditInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EditInstanceResponse) GetInstance() *Instance
- func (*EditInstanceResponse) ProtoMessage()
- func (x *EditInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *EditInstanceResponse) Reset()
- func (x *EditInstanceResponse) String() string
- func (m *EditInstanceResponse) Validate() error
- func (m *EditInstanceResponse) ValidateAll() error
- type EditInstanceResponseMultiError
- type EditInstanceResponseValidationError
- func (e EditInstanceResponseValidationError) Cause() error
- func (e EditInstanceResponseValidationError) Error() string
- func (e EditInstanceResponseValidationError) ErrorName() string
- func (e EditInstanceResponseValidationError) Field() string
- func (e EditInstanceResponseValidationError) Key() bool
- func (e EditInstanceResponseValidationError) Reason() string
- type GetCatalogEntryRequest
- func (*GetCatalogEntryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCatalogEntryRequest) GetInstanceId() string
- func (x *GetCatalogEntryRequest) GetName() string
- func (*GetCatalogEntryRequest) ProtoMessage()
- func (x *GetCatalogEntryRequest) ProtoReflect() protoreflect.Message
- func (x *GetCatalogEntryRequest) Reset()
- func (x *GetCatalogEntryRequest) String() string
- func (m *GetCatalogEntryRequest) Validate() error
- func (m *GetCatalogEntryRequest) ValidateAll() error
- type GetCatalogEntryRequestMultiError
- type GetCatalogEntryRequestValidationError
- func (e GetCatalogEntryRequestValidationError) Cause() error
- func (e GetCatalogEntryRequestValidationError) Error() string
- func (e GetCatalogEntryRequestValidationError) ErrorName() string
- func (e GetCatalogEntryRequestValidationError) Field() string
- func (e GetCatalogEntryRequestValidationError) Key() bool
- func (e GetCatalogEntryRequestValidationError) Reason() string
- type GetCatalogEntryResponse
- func (*GetCatalogEntryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCatalogEntryResponse) GetEntry() *CatalogEntry
- func (*GetCatalogEntryResponse) ProtoMessage()
- func (x *GetCatalogEntryResponse) ProtoReflect() protoreflect.Message
- func (x *GetCatalogEntryResponse) Reset()
- func (x *GetCatalogEntryResponse) String() string
- func (m *GetCatalogEntryResponse) Validate() error
- func (m *GetCatalogEntryResponse) ValidateAll() error
- type GetCatalogEntryResponseMultiError
- type GetCatalogEntryResponseValidationError
- func (e GetCatalogEntryResponseValidationError) Cause() error
- func (e GetCatalogEntryResponseValidationError) Error() string
- func (e GetCatalogEntryResponseValidationError) ErrorName() string
- func (e GetCatalogEntryResponseValidationError) Field() string
- func (e GetCatalogEntryResponseValidationError) Key() bool
- func (e GetCatalogEntryResponseValidationError) Reason() string
- type GetFileRequest
- func (*GetFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFileRequest) GetInstanceId() string
- func (x *GetFileRequest) GetPath() string
- func (*GetFileRequest) ProtoMessage()
- func (x *GetFileRequest) ProtoReflect() protoreflect.Message
- func (x *GetFileRequest) Reset()
- func (x *GetFileRequest) String() string
- func (m *GetFileRequest) Validate() error
- func (m *GetFileRequest) ValidateAll() error
- type GetFileRequestMultiError
- type GetFileRequestValidationError
- func (e GetFileRequestValidationError) Cause() error
- func (e GetFileRequestValidationError) Error() string
- func (e GetFileRequestValidationError) ErrorName() string
- func (e GetFileRequestValidationError) Field() string
- func (e GetFileRequestValidationError) Key() bool
- func (e GetFileRequestValidationError) Reason() string
- type GetFileResponse
- func (*GetFileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFileResponse) GetBlob() string
- func (x *GetFileResponse) GetUpdatedOn() *timestamppb.Timestamp
- func (*GetFileResponse) ProtoMessage()
- func (x *GetFileResponse) ProtoReflect() protoreflect.Message
- func (x *GetFileResponse) Reset()
- func (x *GetFileResponse) String() string
- func (m *GetFileResponse) Validate() error
- func (m *GetFileResponse) ValidateAll() error
- type GetFileResponseMultiError
- type GetFileResponseValidationError
- func (e GetFileResponseValidationError) Cause() error
- func (e GetFileResponseValidationError) Error() string
- func (e GetFileResponseValidationError) ErrorName() string
- func (e GetFileResponseValidationError) Field() string
- func (e GetFileResponseValidationError) Key() bool
- func (e GetFileResponseValidationError) Reason() string
- type GetInstanceRequest
- func (*GetInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetInstanceRequest) GetInstanceId() string
- func (*GetInstanceRequest) ProtoMessage()
- func (x *GetInstanceRequest) ProtoReflect() protoreflect.Message
- func (x *GetInstanceRequest) Reset()
- func (x *GetInstanceRequest) String() string
- func (m *GetInstanceRequest) Validate() error
- func (m *GetInstanceRequest) ValidateAll() error
- type GetInstanceRequestMultiError
- type GetInstanceRequestValidationError
- func (e GetInstanceRequestValidationError) Cause() error
- func (e GetInstanceRequestValidationError) Error() string
- func (e GetInstanceRequestValidationError) ErrorName() string
- func (e GetInstanceRequestValidationError) Field() string
- func (e GetInstanceRequestValidationError) Key() bool
- func (e GetInstanceRequestValidationError) Reason() string
- type GetInstanceResponse
- func (*GetInstanceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetInstanceResponse) GetInstance() *Instance
- func (*GetInstanceResponse) ProtoMessage()
- func (x *GetInstanceResponse) ProtoReflect() protoreflect.Message
- func (x *GetInstanceResponse) Reset()
- func (x *GetInstanceResponse) String() string
- func (m *GetInstanceResponse) Validate() error
- func (m *GetInstanceResponse) ValidateAll() error
- type GetInstanceResponseMultiError
- type GetInstanceResponseValidationError
- func (e GetInstanceResponseValidationError) Cause() error
- func (e GetInstanceResponseValidationError) Error() string
- func (e GetInstanceResponseValidationError) ErrorName() string
- func (e GetInstanceResponseValidationError) Field() string
- func (e GetInstanceResponseValidationError) Key() bool
- func (e GetInstanceResponseValidationError) Reason() string
- type HistogramMethod
- func (HistogramMethod) Descriptor() protoreflect.EnumDescriptor
- func (x HistogramMethod) Enum() *HistogramMethod
- func (HistogramMethod) EnumDescriptor() ([]byte, []int)deprecated
- func (x HistogramMethod) Number() protoreflect.EnumNumber
- func (x HistogramMethod) String() string
- func (HistogramMethod) Type() protoreflect.EnumType
- type Instance
- func (*Instance) Descriptor() ([]byte, []int)deprecated
- func (x *Instance) GetEmbedCatalog() bool
- func (x *Instance) GetIngestionLimitBytes() int64
- func (x *Instance) GetInstanceId() string
- func (x *Instance) GetOlapDriver() string
- func (x *Instance) GetOlapDsn() string
- func (x *Instance) GetProjectVariables() map[string]string
- func (x *Instance) GetRepoDriver() string
- func (x *Instance) GetRepoDsn() string
- func (x *Instance) GetVariables() map[string]string
- func (*Instance) ProtoMessage()
- func (x *Instance) ProtoReflect() protoreflect.Message
- func (x *Instance) Reset()
- func (x *Instance) String() string
- func (m *Instance) Validate() error
- func (m *Instance) ValidateAll() error
- type InstanceMultiError
- type InstanceValidationError
- type ListCatalogEntriesRequest
- func (*ListCatalogEntriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListCatalogEntriesRequest) GetInstanceId() string
- func (x *ListCatalogEntriesRequest) GetType() ObjectType
- func (*ListCatalogEntriesRequest) ProtoMessage()
- func (x *ListCatalogEntriesRequest) ProtoReflect() protoreflect.Message
- func (x *ListCatalogEntriesRequest) Reset()
- func (x *ListCatalogEntriesRequest) String() string
- func (m *ListCatalogEntriesRequest) Validate() error
- func (m *ListCatalogEntriesRequest) ValidateAll() error
- type ListCatalogEntriesRequestMultiError
- type ListCatalogEntriesRequestValidationError
- func (e ListCatalogEntriesRequestValidationError) Cause() error
- func (e ListCatalogEntriesRequestValidationError) Error() string
- func (e ListCatalogEntriesRequestValidationError) ErrorName() string
- func (e ListCatalogEntriesRequestValidationError) Field() string
- func (e ListCatalogEntriesRequestValidationError) Key() bool
- func (e ListCatalogEntriesRequestValidationError) Reason() string
- type ListCatalogEntriesResponse
- func (*ListCatalogEntriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListCatalogEntriesResponse) GetEntries() []*CatalogEntry
- func (*ListCatalogEntriesResponse) ProtoMessage()
- func (x *ListCatalogEntriesResponse) ProtoReflect() protoreflect.Message
- func (x *ListCatalogEntriesResponse) Reset()
- func (x *ListCatalogEntriesResponse) String() string
- func (m *ListCatalogEntriesResponse) Validate() error
- func (m *ListCatalogEntriesResponse) ValidateAll() error
- type ListCatalogEntriesResponseMultiError
- type ListCatalogEntriesResponseValidationError
- func (e ListCatalogEntriesResponseValidationError) Cause() error
- func (e ListCatalogEntriesResponseValidationError) Error() string
- func (e ListCatalogEntriesResponseValidationError) ErrorName() string
- func (e ListCatalogEntriesResponseValidationError) Field() string
- func (e ListCatalogEntriesResponseValidationError) Key() bool
- func (e ListCatalogEntriesResponseValidationError) Reason() string
- type ListConnectorsRequest
- func (*ListConnectorsRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListConnectorsRequest) ProtoMessage()
- func (x *ListConnectorsRequest) ProtoReflect() protoreflect.Message
- func (x *ListConnectorsRequest) Reset()
- func (x *ListConnectorsRequest) String() string
- func (m *ListConnectorsRequest) Validate() error
- func (m *ListConnectorsRequest) ValidateAll() error
- type ListConnectorsRequestMultiError
- type ListConnectorsRequestValidationError
- func (e ListConnectorsRequestValidationError) Cause() error
- func (e ListConnectorsRequestValidationError) Error() string
- func (e ListConnectorsRequestValidationError) ErrorName() string
- func (e ListConnectorsRequestValidationError) Field() string
- func (e ListConnectorsRequestValidationError) Key() bool
- func (e ListConnectorsRequestValidationError) Reason() string
- type ListConnectorsResponse
- func (*ListConnectorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListConnectorsResponse) GetConnectors() []*Connector
- func (*ListConnectorsResponse) ProtoMessage()
- func (x *ListConnectorsResponse) ProtoReflect() protoreflect.Message
- func (x *ListConnectorsResponse) Reset()
- func (x *ListConnectorsResponse) String() string
- func (m *ListConnectorsResponse) Validate() error
- func (m *ListConnectorsResponse) ValidateAll() error
- type ListConnectorsResponseMultiError
- type ListConnectorsResponseValidationError
- func (e ListConnectorsResponseValidationError) Cause() error
- func (e ListConnectorsResponseValidationError) Error() string
- func (e ListConnectorsResponseValidationError) ErrorName() string
- func (e ListConnectorsResponseValidationError) Field() string
- func (e ListConnectorsResponseValidationError) Key() bool
- func (e ListConnectorsResponseValidationError) Reason() string
- type ListFilesRequest
- func (*ListFilesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFilesRequest) GetGlob() string
- func (x *ListFilesRequest) GetInstanceId() string
- func (*ListFilesRequest) ProtoMessage()
- func (x *ListFilesRequest) ProtoReflect() protoreflect.Message
- func (x *ListFilesRequest) Reset()
- func (x *ListFilesRequest) String() string
- func (m *ListFilesRequest) Validate() error
- func (m *ListFilesRequest) ValidateAll() error
- type ListFilesRequestMultiError
- type ListFilesRequestValidationError
- func (e ListFilesRequestValidationError) Cause() error
- func (e ListFilesRequestValidationError) Error() string
- func (e ListFilesRequestValidationError) ErrorName() string
- func (e ListFilesRequestValidationError) Field() string
- func (e ListFilesRequestValidationError) Key() bool
- func (e ListFilesRequestValidationError) Reason() string
- type ListFilesResponse
- func (*ListFilesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFilesResponse) GetPaths() []string
- func (*ListFilesResponse) ProtoMessage()
- func (x *ListFilesResponse) ProtoReflect() protoreflect.Message
- func (x *ListFilesResponse) Reset()
- func (x *ListFilesResponse) String() string
- func (m *ListFilesResponse) Validate() error
- func (m *ListFilesResponse) ValidateAll() error
- type ListFilesResponseMultiError
- type ListFilesResponseValidationError
- func (e ListFilesResponseValidationError) Cause() error
- func (e ListFilesResponseValidationError) Error() string
- func (e ListFilesResponseValidationError) ErrorName() string
- func (e ListFilesResponseValidationError) Field() string
- func (e ListFilesResponseValidationError) Key() bool
- func (e ListFilesResponseValidationError) Reason() string
- type ListInstancesRequest
- func (*ListInstancesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesRequest) GetPageSize() uint32
- func (x *ListInstancesRequest) GetPageToken() string
- func (*ListInstancesRequest) ProtoMessage()
- func (x *ListInstancesRequest) ProtoReflect() protoreflect.Message
- func (x *ListInstancesRequest) Reset()
- func (x *ListInstancesRequest) String() string
- func (m *ListInstancesRequest) Validate() error
- func (m *ListInstancesRequest) ValidateAll() error
- type ListInstancesRequestMultiError
- type ListInstancesRequestValidationError
- func (e ListInstancesRequestValidationError) Cause() error
- func (e ListInstancesRequestValidationError) Error() string
- func (e ListInstancesRequestValidationError) ErrorName() string
- func (e ListInstancesRequestValidationError) Field() string
- func (e ListInstancesRequestValidationError) Key() bool
- func (e ListInstancesRequestValidationError) Reason() string
- type ListInstancesResponse
- func (*ListInstancesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListInstancesResponse) GetInstances() []*Instance
- func (x *ListInstancesResponse) GetNextPageToken() string
- func (*ListInstancesResponse) ProtoMessage()
- func (x *ListInstancesResponse) ProtoReflect() protoreflect.Message
- func (x *ListInstancesResponse) Reset()
- func (x *ListInstancesResponse) String() string
- func (m *ListInstancesResponse) Validate() error
- func (m *ListInstancesResponse) ValidateAll() error
- type ListInstancesResponseMultiError
- type ListInstancesResponseValidationError
- func (e ListInstancesResponseValidationError) Cause() error
- func (e ListInstancesResponseValidationError) Error() string
- func (e ListInstancesResponseValidationError) ErrorName() string
- func (e ListInstancesResponseValidationError) Field() string
- func (e ListInstancesResponseValidationError) Key() bool
- func (e ListInstancesResponseValidationError) Reason() string
- type MapType
- func (*MapType) Descriptor() ([]byte, []int)deprecated
- func (x *MapType) GetKeyType() *Type
- func (x *MapType) GetValueType() *Type
- func (*MapType) ProtoMessage()
- func (x *MapType) ProtoReflect() protoreflect.Message
- func (x *MapType) Reset()
- func (x *MapType) String() string
- func (m *MapType) Validate() error
- func (m *MapType) ValidateAll() error
- type MapTypeMultiError
- type MapTypeValidationError
- type MetricsView
- func (*MetricsView) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsView) GetDefaultTimeRange() string
- func (x *MetricsView) GetDescription() string
- func (x *MetricsView) GetDimensions() []*MetricsView_Dimension
- func (x *MetricsView) GetLabel() string
- func (x *MetricsView) GetMeasures() []*MetricsView_Measure
- func (x *MetricsView) GetModel() string
- func (x *MetricsView) GetName() string
- func (x *MetricsView) GetSmallestTimeGrain() TimeGrain
- func (x *MetricsView) GetTimeDimension() string
- func (*MetricsView) ProtoMessage()
- func (x *MetricsView) ProtoReflect() protoreflect.Message
- func (x *MetricsView) Reset()
- func (x *MetricsView) String() string
- func (m *MetricsView) Validate() error
- func (m *MetricsView) ValidateAll() error
- type MetricsViewColumn
- func (*MetricsViewColumn) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewColumn) GetName() string
- func (x *MetricsViewColumn) GetNullable() bool
- func (x *MetricsViewColumn) GetType() string
- func (*MetricsViewColumn) ProtoMessage()
- func (x *MetricsViewColumn) ProtoReflect() protoreflect.Message
- func (x *MetricsViewColumn) Reset()
- func (x *MetricsViewColumn) String() string
- func (m *MetricsViewColumn) Validate() error
- func (m *MetricsViewColumn) ValidateAll() error
- type MetricsViewColumnMultiError
- type MetricsViewColumnValidationError
- func (e MetricsViewColumnValidationError) Cause() error
- func (e MetricsViewColumnValidationError) Error() string
- func (e MetricsViewColumnValidationError) ErrorName() string
- func (e MetricsViewColumnValidationError) Field() string
- func (e MetricsViewColumnValidationError) Key() bool
- func (e MetricsViewColumnValidationError) Reason() string
- type MetricsViewFilter
- func (*MetricsViewFilter) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewFilter) GetExclude() []*MetricsViewFilter_Cond
- func (x *MetricsViewFilter) GetInclude() []*MetricsViewFilter_Cond
- func (*MetricsViewFilter) ProtoMessage()
- func (x *MetricsViewFilter) ProtoReflect() protoreflect.Message
- func (x *MetricsViewFilter) Reset()
- func (x *MetricsViewFilter) String() string
- func (m *MetricsViewFilter) Validate() error
- func (m *MetricsViewFilter) ValidateAll() error
- type MetricsViewFilterMultiError
- type MetricsViewFilterValidationError
- func (e MetricsViewFilterValidationError) Cause() error
- func (e MetricsViewFilterValidationError) Error() string
- func (e MetricsViewFilterValidationError) ErrorName() string
- func (e MetricsViewFilterValidationError) Field() string
- func (e MetricsViewFilterValidationError) Key() bool
- func (e MetricsViewFilterValidationError) Reason() string
- type MetricsViewFilter_Cond
- func (*MetricsViewFilter_Cond) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewFilter_Cond) GetIn() []*structpb.Value
- func (x *MetricsViewFilter_Cond) GetLike() []string
- func (x *MetricsViewFilter_Cond) GetName() string
- func (*MetricsViewFilter_Cond) ProtoMessage()
- func (x *MetricsViewFilter_Cond) ProtoReflect() protoreflect.Message
- func (x *MetricsViewFilter_Cond) Reset()
- func (x *MetricsViewFilter_Cond) String() string
- func (m *MetricsViewFilter_Cond) Validate() error
- func (m *MetricsViewFilter_Cond) ValidateAll() error
- type MetricsViewFilter_CondMultiError
- type MetricsViewFilter_CondValidationError
- func (e MetricsViewFilter_CondValidationError) Cause() error
- func (e MetricsViewFilter_CondValidationError) Error() string
- func (e MetricsViewFilter_CondValidationError) ErrorName() string
- func (e MetricsViewFilter_CondValidationError) Field() string
- func (e MetricsViewFilter_CondValidationError) Key() bool
- func (e MetricsViewFilter_CondValidationError) Reason() string
- type MetricsViewMultiError
- type MetricsViewSort
- func (*MetricsViewSort) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSort) GetAscending() bool
- func (x *MetricsViewSort) GetName() string
- func (*MetricsViewSort) ProtoMessage()
- func (x *MetricsViewSort) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSort) Reset()
- func (x *MetricsViewSort) String() string
- func (m *MetricsViewSort) Validate() error
- func (m *MetricsViewSort) ValidateAll() error
- type MetricsViewSortMultiError
- type MetricsViewSortValidationError
- func (e MetricsViewSortValidationError) Cause() error
- func (e MetricsViewSortValidationError) Error() string
- func (e MetricsViewSortValidationError) ErrorName() string
- func (e MetricsViewSortValidationError) Field() string
- func (e MetricsViewSortValidationError) Key() bool
- func (e MetricsViewSortValidationError) Reason() string
- type MetricsViewTimeSeriesRequest
- func (*MetricsViewTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewTimeSeriesRequest) GetFilter() *MetricsViewFilter
- func (x *MetricsViewTimeSeriesRequest) GetInstanceId() string
- func (x *MetricsViewTimeSeriesRequest) GetMeasureNames() []string
- func (x *MetricsViewTimeSeriesRequest) GetMetricsViewName() string
- func (x *MetricsViewTimeSeriesRequest) GetPriority() int32
- func (x *MetricsViewTimeSeriesRequest) GetTimeEnd() *timestamppb.Timestamp
- func (x *MetricsViewTimeSeriesRequest) GetTimeGranularity() TimeGrain
- func (x *MetricsViewTimeSeriesRequest) GetTimeStart() *timestamppb.Timestamp
- func (*MetricsViewTimeSeriesRequest) ProtoMessage()
- func (x *MetricsViewTimeSeriesRequest) ProtoReflect() protoreflect.Message
- func (x *MetricsViewTimeSeriesRequest) Reset()
- func (x *MetricsViewTimeSeriesRequest) String() string
- func (m *MetricsViewTimeSeriesRequest) Validate() error
- func (m *MetricsViewTimeSeriesRequest) ValidateAll() error
- type MetricsViewTimeSeriesRequestMultiError
- type MetricsViewTimeSeriesRequestValidationError
- func (e MetricsViewTimeSeriesRequestValidationError) Cause() error
- func (e MetricsViewTimeSeriesRequestValidationError) Error() string
- func (e MetricsViewTimeSeriesRequestValidationError) ErrorName() string
- func (e MetricsViewTimeSeriesRequestValidationError) Field() string
- func (e MetricsViewTimeSeriesRequestValidationError) Key() bool
- func (e MetricsViewTimeSeriesRequestValidationError) Reason() string
- type MetricsViewTimeSeriesResponse
- func (*MetricsViewTimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewTimeSeriesResponse) GetData() []*TimeSeriesValue
- func (x *MetricsViewTimeSeriesResponse) GetMeta() []*MetricsViewColumn
- func (*MetricsViewTimeSeriesResponse) ProtoMessage()
- func (x *MetricsViewTimeSeriesResponse) ProtoReflect() protoreflect.Message
- func (x *MetricsViewTimeSeriesResponse) Reset()
- func (x *MetricsViewTimeSeriesResponse) String() string
- func (m *MetricsViewTimeSeriesResponse) Validate() error
- func (m *MetricsViewTimeSeriesResponse) ValidateAll() error
- type MetricsViewTimeSeriesResponseMultiError
- type MetricsViewTimeSeriesResponseValidationError
- func (e MetricsViewTimeSeriesResponseValidationError) Cause() error
- func (e MetricsViewTimeSeriesResponseValidationError) Error() string
- func (e MetricsViewTimeSeriesResponseValidationError) ErrorName() string
- func (e MetricsViewTimeSeriesResponseValidationError) Field() string
- func (e MetricsViewTimeSeriesResponseValidationError) Key() bool
- func (e MetricsViewTimeSeriesResponseValidationError) Reason() string
- type MetricsViewToplistRequest
- func (*MetricsViewToplistRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewToplistRequest) GetDimensionName() string
- func (x *MetricsViewToplistRequest) GetFilter() *MetricsViewFilter
- func (x *MetricsViewToplistRequest) GetInstanceId() string
- func (x *MetricsViewToplistRequest) GetLimit() int64
- func (x *MetricsViewToplistRequest) GetMeasureNames() []string
- func (x *MetricsViewToplistRequest) GetMetricsViewName() string
- func (x *MetricsViewToplistRequest) GetOffset() int64
- func (x *MetricsViewToplistRequest) GetPriority() int32
- func (x *MetricsViewToplistRequest) GetSort() []*MetricsViewSort
- func (x *MetricsViewToplistRequest) GetTimeEnd() *timestamppb.Timestamp
- func (x *MetricsViewToplistRequest) GetTimeStart() *timestamppb.Timestamp
- func (*MetricsViewToplistRequest) ProtoMessage()
- func (x *MetricsViewToplistRequest) ProtoReflect() protoreflect.Message
- func (x *MetricsViewToplistRequest) Reset()
- func (x *MetricsViewToplistRequest) String() string
- func (m *MetricsViewToplistRequest) Validate() error
- func (m *MetricsViewToplistRequest) ValidateAll() error
- type MetricsViewToplistRequestMultiError
- type MetricsViewToplistRequestValidationError
- func (e MetricsViewToplistRequestValidationError) Cause() error
- func (e MetricsViewToplistRequestValidationError) Error() string
- func (e MetricsViewToplistRequestValidationError) ErrorName() string
- func (e MetricsViewToplistRequestValidationError) Field() string
- func (e MetricsViewToplistRequestValidationError) Key() bool
- func (e MetricsViewToplistRequestValidationError) Reason() string
- type MetricsViewToplistResponse
- func (*MetricsViewToplistResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewToplistResponse) GetData() []*structpb.Struct
- func (x *MetricsViewToplistResponse) GetMeta() []*MetricsViewColumn
- func (*MetricsViewToplistResponse) ProtoMessage()
- func (x *MetricsViewToplistResponse) ProtoReflect() protoreflect.Message
- func (x *MetricsViewToplistResponse) Reset()
- func (x *MetricsViewToplistResponse) String() string
- func (m *MetricsViewToplistResponse) Validate() error
- func (m *MetricsViewToplistResponse) ValidateAll() error
- type MetricsViewToplistResponseMultiError
- type MetricsViewToplistResponseValidationError
- func (e MetricsViewToplistResponseValidationError) Cause() error
- func (e MetricsViewToplistResponseValidationError) Error() string
- func (e MetricsViewToplistResponseValidationError) ErrorName() string
- func (e MetricsViewToplistResponseValidationError) Field() string
- func (e MetricsViewToplistResponseValidationError) Key() bool
- func (e MetricsViewToplistResponseValidationError) Reason() string
- type MetricsViewTotalsRequest
- func (*MetricsViewTotalsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewTotalsRequest) GetFilter() *MetricsViewFilter
- func (x *MetricsViewTotalsRequest) GetInstanceId() string
- func (x *MetricsViewTotalsRequest) GetMeasureNames() []string
- func (x *MetricsViewTotalsRequest) GetMetricsViewName() string
- func (x *MetricsViewTotalsRequest) GetPriority() int32
- func (x *MetricsViewTotalsRequest) GetTimeEnd() *timestamppb.Timestamp
- func (x *MetricsViewTotalsRequest) GetTimeStart() *timestamppb.Timestamp
- func (*MetricsViewTotalsRequest) ProtoMessage()
- func (x *MetricsViewTotalsRequest) ProtoReflect() protoreflect.Message
- func (x *MetricsViewTotalsRequest) Reset()
- func (x *MetricsViewTotalsRequest) String() string
- func (m *MetricsViewTotalsRequest) Validate() error
- func (m *MetricsViewTotalsRequest) ValidateAll() error
- type MetricsViewTotalsRequestMultiError
- type MetricsViewTotalsRequestValidationError
- func (e MetricsViewTotalsRequestValidationError) Cause() error
- func (e MetricsViewTotalsRequestValidationError) Error() string
- func (e MetricsViewTotalsRequestValidationError) ErrorName() string
- func (e MetricsViewTotalsRequestValidationError) Field() string
- func (e MetricsViewTotalsRequestValidationError) Key() bool
- func (e MetricsViewTotalsRequestValidationError) Reason() string
- type MetricsViewTotalsResponse
- func (*MetricsViewTotalsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewTotalsResponse) GetData() *structpb.Struct
- func (x *MetricsViewTotalsResponse) GetMeta() []*MetricsViewColumn
- func (*MetricsViewTotalsResponse) ProtoMessage()
- func (x *MetricsViewTotalsResponse) ProtoReflect() protoreflect.Message
- func (x *MetricsViewTotalsResponse) Reset()
- func (x *MetricsViewTotalsResponse) String() string
- func (m *MetricsViewTotalsResponse) Validate() error
- func (m *MetricsViewTotalsResponse) ValidateAll() error
- type MetricsViewTotalsResponseMultiError
- type MetricsViewTotalsResponseValidationError
- func (e MetricsViewTotalsResponseValidationError) Cause() error
- func (e MetricsViewTotalsResponseValidationError) Error() string
- func (e MetricsViewTotalsResponseValidationError) ErrorName() string
- func (e MetricsViewTotalsResponseValidationError) Field() string
- func (e MetricsViewTotalsResponseValidationError) Key() bool
- func (e MetricsViewTotalsResponseValidationError) Reason() string
- type MetricsViewValidationError
- func (e MetricsViewValidationError) Cause() error
- func (e MetricsViewValidationError) Error() string
- func (e MetricsViewValidationError) ErrorName() string
- func (e MetricsViewValidationError) Field() string
- func (e MetricsViewValidationError) Key() bool
- func (e MetricsViewValidationError) Reason() string
- type MetricsView_Dimension
- func (*MetricsView_Dimension) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsView_Dimension) GetDescription() string
- func (x *MetricsView_Dimension) GetLabel() string
- func (x *MetricsView_Dimension) GetName() string
- func (*MetricsView_Dimension) ProtoMessage()
- func (x *MetricsView_Dimension) ProtoReflect() protoreflect.Message
- func (x *MetricsView_Dimension) Reset()
- func (x *MetricsView_Dimension) String() string
- func (m *MetricsView_Dimension) Validate() error
- func (m *MetricsView_Dimension) ValidateAll() error
- type MetricsView_DimensionMultiError
- type MetricsView_DimensionValidationError
- func (e MetricsView_DimensionValidationError) Cause() error
- func (e MetricsView_DimensionValidationError) Error() string
- func (e MetricsView_DimensionValidationError) ErrorName() string
- func (e MetricsView_DimensionValidationError) Field() string
- func (e MetricsView_DimensionValidationError) Key() bool
- func (e MetricsView_DimensionValidationError) Reason() string
- type MetricsView_Measure
- func (*MetricsView_Measure) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsView_Measure) GetDescription() string
- func (x *MetricsView_Measure) GetExpression() string
- func (x *MetricsView_Measure) GetFormat() string
- func (x *MetricsView_Measure) GetLabel() string
- func (x *MetricsView_Measure) GetName() string
- func (*MetricsView_Measure) ProtoMessage()
- func (x *MetricsView_Measure) ProtoReflect() protoreflect.Message
- func (x *MetricsView_Measure) Reset()
- func (x *MetricsView_Measure) String() string
- func (m *MetricsView_Measure) Validate() error
- func (m *MetricsView_Measure) ValidateAll() error
- type MetricsView_MeasureMultiError
- type MetricsView_MeasureValidationError
- func (e MetricsView_MeasureValidationError) Cause() error
- func (e MetricsView_MeasureValidationError) Error() string
- func (e MetricsView_MeasureValidationError) ErrorName() string
- func (e MetricsView_MeasureValidationError) Field() string
- func (e MetricsView_MeasureValidationError) Key() bool
- func (e MetricsView_MeasureValidationError) Reason() string
- type Model
- func (*Model) Descriptor() ([]byte, []int)deprecated
- func (x *Model) GetDialect() Model_Dialect
- func (x *Model) GetMaterialize() bool
- func (x *Model) GetName() string
- func (x *Model) GetSchema() *StructType
- func (x *Model) GetSql() string
- func (*Model) ProtoMessage()
- func (x *Model) ProtoReflect() protoreflect.Message
- func (x *Model) Reset()
- func (x *Model) String() string
- func (m *Model) Validate() error
- func (m *Model) ValidateAll() error
- type ModelMultiError
- type ModelValidationError
- type Model_Dialect
- func (Model_Dialect) Descriptor() protoreflect.EnumDescriptor
- func (x Model_Dialect) Enum() *Model_Dialect
- func (Model_Dialect) EnumDescriptor() ([]byte, []int)deprecated
- func (x Model_Dialect) Number() protoreflect.EnumNumber
- func (x Model_Dialect) String() string
- func (Model_Dialect) Type() protoreflect.EnumType
- type NumericHistogramBins
- func (*NumericHistogramBins) Descriptor() ([]byte, []int)deprecated
- func (x *NumericHistogramBins) GetBins() []*NumericHistogramBins_Bin
- func (*NumericHistogramBins) ProtoMessage()
- func (x *NumericHistogramBins) ProtoReflect() protoreflect.Message
- func (x *NumericHistogramBins) Reset()
- func (x *NumericHistogramBins) String() string
- func (m *NumericHistogramBins) Validate() error
- func (m *NumericHistogramBins) ValidateAll() error
- type NumericHistogramBinsMultiError
- type NumericHistogramBinsValidationError
- func (e NumericHistogramBinsValidationError) Cause() error
- func (e NumericHistogramBinsValidationError) Error() string
- func (e NumericHistogramBinsValidationError) ErrorName() string
- func (e NumericHistogramBinsValidationError) Field() string
- func (e NumericHistogramBinsValidationError) Key() bool
- func (e NumericHistogramBinsValidationError) Reason() string
- type NumericHistogramBins_Bin
- func (*NumericHistogramBins_Bin) Descriptor() ([]byte, []int)deprecated
- func (x *NumericHistogramBins_Bin) GetBucket() int32
- func (x *NumericHistogramBins_Bin) GetCount() float64
- func (x *NumericHistogramBins_Bin) GetHigh() float64
- func (x *NumericHistogramBins_Bin) GetLow() float64
- func (x *NumericHistogramBins_Bin) GetMidpoint() float64
- func (*NumericHistogramBins_Bin) ProtoMessage()
- func (x *NumericHistogramBins_Bin) ProtoReflect() protoreflect.Message
- func (x *NumericHistogramBins_Bin) Reset()
- func (x *NumericHistogramBins_Bin) String() string
- func (m *NumericHistogramBins_Bin) Validate() error
- func (m *NumericHistogramBins_Bin) ValidateAll() error
- type NumericHistogramBins_BinMultiError
- type NumericHistogramBins_BinValidationError
- func (e NumericHistogramBins_BinValidationError) Cause() error
- func (e NumericHistogramBins_BinValidationError) Error() string
- func (e NumericHistogramBins_BinValidationError) ErrorName() string
- func (e NumericHistogramBins_BinValidationError) Field() string
- func (e NumericHistogramBins_BinValidationError) Key() bool
- func (e NumericHistogramBins_BinValidationError) Reason() string
- type NumericOutliers
- func (*NumericOutliers) Descriptor() ([]byte, []int)deprecated
- func (x *NumericOutliers) GetOutliers() []*NumericOutliers_Outlier
- func (*NumericOutliers) ProtoMessage()
- func (x *NumericOutliers) ProtoReflect() protoreflect.Message
- func (x *NumericOutliers) Reset()
- func (x *NumericOutliers) String() string
- func (m *NumericOutliers) Validate() error
- func (m *NumericOutliers) ValidateAll() error
- type NumericOutliersMultiError
- type NumericOutliersValidationError
- func (e NumericOutliersValidationError) Cause() error
- func (e NumericOutliersValidationError) Error() string
- func (e NumericOutliersValidationError) ErrorName() string
- func (e NumericOutliersValidationError) Field() string
- func (e NumericOutliersValidationError) Key() bool
- func (e NumericOutliersValidationError) Reason() string
- type NumericOutliers_Outlier
- func (*NumericOutliers_Outlier) Descriptor() ([]byte, []int)deprecated
- func (x *NumericOutliers_Outlier) GetBucket() int32
- func (x *NumericOutliers_Outlier) GetCount() int32
- func (x *NumericOutliers_Outlier) GetHigh() float64
- func (x *NumericOutliers_Outlier) GetLow() float64
- func (x *NumericOutliers_Outlier) GetPresent() bool
- func (*NumericOutliers_Outlier) ProtoMessage()
- func (x *NumericOutliers_Outlier) ProtoReflect() protoreflect.Message
- func (x *NumericOutliers_Outlier) Reset()
- func (x *NumericOutliers_Outlier) String() string
- func (m *NumericOutliers_Outlier) Validate() error
- func (m *NumericOutliers_Outlier) ValidateAll() error
- type NumericOutliers_OutlierMultiError
- type NumericOutliers_OutlierValidationError
- func (e NumericOutliers_OutlierValidationError) Cause() error
- func (e NumericOutliers_OutlierValidationError) Error() string
- func (e NumericOutliers_OutlierValidationError) ErrorName() string
- func (e NumericOutliers_OutlierValidationError) Field() string
- func (e NumericOutliers_OutlierValidationError) Key() bool
- func (e NumericOutliers_OutlierValidationError) Reason() string
- type NumericStatistics
- func (*NumericStatistics) Descriptor() ([]byte, []int)deprecated
- func (x *NumericStatistics) GetMax() float64
- func (x *NumericStatistics) GetMean() float64
- func (x *NumericStatistics) GetMin() float64
- func (x *NumericStatistics) GetQ25() float64
- func (x *NumericStatistics) GetQ50() float64
- func (x *NumericStatistics) GetQ75() float64
- func (x *NumericStatistics) GetSd() float64
- func (*NumericStatistics) ProtoMessage()
- func (x *NumericStatistics) ProtoReflect() protoreflect.Message
- func (x *NumericStatistics) Reset()
- func (x *NumericStatistics) String() string
- func (m *NumericStatistics) Validate() error
- func (m *NumericStatistics) ValidateAll() error
- type NumericStatisticsMultiError
- type NumericStatisticsValidationError
- func (e NumericStatisticsValidationError) Cause() error
- func (e NumericStatisticsValidationError) Error() string
- func (e NumericStatisticsValidationError) ErrorName() string
- func (e NumericStatisticsValidationError) Field() string
- func (e NumericStatisticsValidationError) Key() bool
- func (e NumericStatisticsValidationError) Reason() string
- type NumericSummary
- func (*NumericSummary) Descriptor() ([]byte, []int)deprecated
- func (m *NumericSummary) GetCase() isNumericSummary_Case
- func (x *NumericSummary) GetNumericHistogramBins() *NumericHistogramBins
- func (x *NumericSummary) GetNumericOutliers() *NumericOutliers
- func (x *NumericSummary) GetNumericStatistics() *NumericStatistics
- func (*NumericSummary) ProtoMessage()
- func (x *NumericSummary) ProtoReflect() protoreflect.Message
- func (x *NumericSummary) Reset()
- func (x *NumericSummary) String() string
- func (m *NumericSummary) Validate() error
- func (m *NumericSummary) ValidateAll() error
- type NumericSummaryMultiError
- type NumericSummaryValidationError
- func (e NumericSummaryValidationError) Cause() error
- func (e NumericSummaryValidationError) Error() string
- func (e NumericSummaryValidationError) ErrorName() string
- func (e NumericSummaryValidationError) Field() string
- func (e NumericSummaryValidationError) Key() bool
- func (e NumericSummaryValidationError) Reason() string
- type NumericSummary_NumericHistogramBins
- type NumericSummary_NumericOutliers
- type NumericSummary_NumericStatistics
- type ObjectType
- type PingRequest
- func (*PingRequest) Descriptor() ([]byte, []int)deprecated
- func (*PingRequest) ProtoMessage()
- func (x *PingRequest) ProtoReflect() protoreflect.Message
- func (x *PingRequest) Reset()
- func (x *PingRequest) String() string
- func (m *PingRequest) Validate() error
- func (m *PingRequest) ValidateAll() error
- type PingRequestMultiError
- type PingRequestValidationError
- func (e PingRequestValidationError) Cause() error
- func (e PingRequestValidationError) Error() string
- func (e PingRequestValidationError) ErrorName() string
- func (e PingRequestValidationError) Field() string
- func (e PingRequestValidationError) Key() bool
- func (e PingRequestValidationError) Reason() string
- type PingResponse
- func (*PingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PingResponse) GetTime() *timestamppb.Timestamp
- func (x *PingResponse) GetVersion() string
- func (*PingResponse) ProtoMessage()
- func (x *PingResponse) ProtoReflect() protoreflect.Message
- func (x *PingResponse) Reset()
- func (x *PingResponse) String() string
- func (m *PingResponse) Validate() error
- func (m *PingResponse) ValidateAll() error
- type PingResponseMultiError
- type PingResponseValidationError
- func (e PingResponseValidationError) Cause() error
- func (e PingResponseValidationError) Error() string
- func (e PingResponseValidationError) ErrorName() string
- func (e PingResponseValidationError) Field() string
- func (e PingResponseValidationError) Key() bool
- func (e PingResponseValidationError) Reason() string
- type ProfileColumn
- func (*ProfileColumn) Descriptor() ([]byte, []int)deprecated
- func (x *ProfileColumn) GetLargestStringLength() int32
- func (x *ProfileColumn) GetName() string
- func (x *ProfileColumn) GetType() string
- func (*ProfileColumn) ProtoMessage()
- func (x *ProfileColumn) ProtoReflect() protoreflect.Message
- func (x *ProfileColumn) Reset()
- func (x *ProfileColumn) String() string
- func (m *ProfileColumn) Validate() error
- func (m *ProfileColumn) ValidateAll() error
- type ProfileColumnMultiError
- type ProfileColumnValidationError
- func (e ProfileColumnValidationError) Cause() error
- func (e ProfileColumnValidationError) Error() string
- func (e ProfileColumnValidationError) ErrorName() string
- func (e ProfileColumnValidationError) Field() string
- func (e ProfileColumnValidationError) Key() bool
- func (e ProfileColumnValidationError) Reason() string
- type PutFileAndReconcileRequest
- func (*PutFileAndReconcileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutFileAndReconcileRequest) GetBlob() string
- func (x *PutFileAndReconcileRequest) GetCreate() bool
- func (x *PutFileAndReconcileRequest) GetCreateOnly() bool
- func (x *PutFileAndReconcileRequest) GetDry() bool
- func (x *PutFileAndReconcileRequest) GetInstanceId() string
- func (x *PutFileAndReconcileRequest) GetPath() string
- func (x *PutFileAndReconcileRequest) GetStrict() bool
- func (*PutFileAndReconcileRequest) ProtoMessage()
- func (x *PutFileAndReconcileRequest) ProtoReflect() protoreflect.Message
- func (x *PutFileAndReconcileRequest) Reset()
- func (x *PutFileAndReconcileRequest) String() string
- func (m *PutFileAndReconcileRequest) Validate() error
- func (m *PutFileAndReconcileRequest) ValidateAll() error
- type PutFileAndReconcileRequestMultiError
- type PutFileAndReconcileRequestValidationError
- func (e PutFileAndReconcileRequestValidationError) Cause() error
- func (e PutFileAndReconcileRequestValidationError) Error() string
- func (e PutFileAndReconcileRequestValidationError) ErrorName() string
- func (e PutFileAndReconcileRequestValidationError) Field() string
- func (e PutFileAndReconcileRequestValidationError) Key() bool
- func (e PutFileAndReconcileRequestValidationError) Reason() string
- type PutFileAndReconcileResponse
- func (*PutFileAndReconcileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutFileAndReconcileResponse) GetAffectedPaths() []string
- func (x *PutFileAndReconcileResponse) GetErrors() []*ReconcileError
- func (*PutFileAndReconcileResponse) ProtoMessage()
- func (x *PutFileAndReconcileResponse) ProtoReflect() protoreflect.Message
- func (x *PutFileAndReconcileResponse) Reset()
- func (x *PutFileAndReconcileResponse) String() string
- func (m *PutFileAndReconcileResponse) Validate() error
- func (m *PutFileAndReconcileResponse) ValidateAll() error
- type PutFileAndReconcileResponseMultiError
- type PutFileAndReconcileResponseValidationError
- func (e PutFileAndReconcileResponseValidationError) Cause() error
- func (e PutFileAndReconcileResponseValidationError) Error() string
- func (e PutFileAndReconcileResponseValidationError) ErrorName() string
- func (e PutFileAndReconcileResponseValidationError) Field() string
- func (e PutFileAndReconcileResponseValidationError) Key() bool
- func (e PutFileAndReconcileResponseValidationError) Reason() string
- type PutFileRequest
- func (*PutFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PutFileRequest) GetBlob() string
- func (x *PutFileRequest) GetCreate() bool
- func (x *PutFileRequest) GetCreateOnly() bool
- func (x *PutFileRequest) GetInstanceId() string
- func (x *PutFileRequest) GetPath() string
- func (*PutFileRequest) ProtoMessage()
- func (x *PutFileRequest) ProtoReflect() protoreflect.Message
- func (x *PutFileRequest) Reset()
- func (x *PutFileRequest) String() string
- func (m *PutFileRequest) Validate() error
- func (m *PutFileRequest) ValidateAll() error
- type PutFileRequestMultiError
- type PutFileRequestValidationError
- func (e PutFileRequestValidationError) Cause() error
- func (e PutFileRequestValidationError) Error() string
- func (e PutFileRequestValidationError) ErrorName() string
- func (e PutFileRequestValidationError) Field() string
- func (e PutFileRequestValidationError) Key() bool
- func (e PutFileRequestValidationError) Reason() string
- type PutFileResponse
- func (*PutFileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PutFileResponse) GetFilePath() string
- func (*PutFileResponse) ProtoMessage()
- func (x *PutFileResponse) ProtoReflect() protoreflect.Message
- func (x *PutFileResponse) Reset()
- func (x *PutFileResponse) String() string
- func (m *PutFileResponse) Validate() error
- func (m *PutFileResponse) ValidateAll() error
- type PutFileResponseMultiError
- type PutFileResponseValidationError
- func (e PutFileResponseValidationError) Cause() error
- func (e PutFileResponseValidationError) Error() string
- func (e PutFileResponseValidationError) ErrorName() string
- func (e PutFileResponseValidationError) Field() string
- func (e PutFileResponseValidationError) Key() bool
- func (e PutFileResponseValidationError) Reason() string
- type QueryRequest
- func (*QueryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryRequest) GetArgs() []*structpb.Value
- func (x *QueryRequest) GetDryRun() bool
- func (x *QueryRequest) GetInstanceId() string
- func (x *QueryRequest) GetPriority() int32
- func (x *QueryRequest) GetSql() string
- func (*QueryRequest) ProtoMessage()
- func (x *QueryRequest) ProtoReflect() protoreflect.Message
- func (x *QueryRequest) Reset()
- func (x *QueryRequest) String() string
- func (m *QueryRequest) Validate() error
- func (m *QueryRequest) ValidateAll() error
- type QueryRequestMultiError
- type QueryRequestValidationError
- func (e QueryRequestValidationError) Cause() error
- func (e QueryRequestValidationError) Error() string
- func (e QueryRequestValidationError) ErrorName() string
- func (e QueryRequestValidationError) Field() string
- func (e QueryRequestValidationError) Key() bool
- func (e QueryRequestValidationError) Reason() string
- type QueryResponse
- func (*QueryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryResponse) GetData() []*structpb.Struct
- func (x *QueryResponse) GetMeta() *StructType
- func (*QueryResponse) ProtoMessage()
- func (x *QueryResponse) ProtoReflect() protoreflect.Message
- func (x *QueryResponse) Reset()
- func (x *QueryResponse) String() string
- func (m *QueryResponse) Validate() error
- func (m *QueryResponse) ValidateAll() error
- type QueryResponseMultiError
- type QueryResponseValidationError
- func (e QueryResponseValidationError) Cause() error
- func (e QueryResponseValidationError) Error() string
- func (e QueryResponseValidationError) ErrorName() string
- func (e QueryResponseValidationError) Field() string
- func (e QueryResponseValidationError) Key() bool
- func (e QueryResponseValidationError) Reason() string
- type QueryServiceClient
- type QueryServiceServer
- type ReconcileError
- func (*ReconcileError) Descriptor() ([]byte, []int)deprecated
- func (x *ReconcileError) GetCode() ReconcileError_Code
- func (x *ReconcileError) GetEndLocation() *ReconcileError_CharLocation
- func (x *ReconcileError) GetFilePath() string
- func (x *ReconcileError) GetMessage() string
- func (x *ReconcileError) GetPropertyPath() []string
- func (x *ReconcileError) GetStartLocation() *ReconcileError_CharLocation
- func (*ReconcileError) ProtoMessage()
- func (x *ReconcileError) ProtoReflect() protoreflect.Message
- func (x *ReconcileError) Reset()
- func (x *ReconcileError) String() string
- func (m *ReconcileError) Validate() error
- func (m *ReconcileError) ValidateAll() error
- type ReconcileErrorMultiError
- type ReconcileErrorValidationError
- func (e ReconcileErrorValidationError) Cause() error
- func (e ReconcileErrorValidationError) Error() string
- func (e ReconcileErrorValidationError) ErrorName() string
- func (e ReconcileErrorValidationError) Field() string
- func (e ReconcileErrorValidationError) Key() bool
- func (e ReconcileErrorValidationError) Reason() string
- type ReconcileError_CharLocation
- func (*ReconcileError_CharLocation) Descriptor() ([]byte, []int)deprecated
- func (x *ReconcileError_CharLocation) GetColumn() uint32
- func (x *ReconcileError_CharLocation) GetLine() uint32
- func (*ReconcileError_CharLocation) ProtoMessage()
- func (x *ReconcileError_CharLocation) ProtoReflect() protoreflect.Message
- func (x *ReconcileError_CharLocation) Reset()
- func (x *ReconcileError_CharLocation) String() string
- func (m *ReconcileError_CharLocation) Validate() error
- func (m *ReconcileError_CharLocation) ValidateAll() error
- type ReconcileError_CharLocationMultiError
- type ReconcileError_CharLocationValidationError
- func (e ReconcileError_CharLocationValidationError) Cause() error
- func (e ReconcileError_CharLocationValidationError) Error() string
- func (e ReconcileError_CharLocationValidationError) ErrorName() string
- func (e ReconcileError_CharLocationValidationError) Field() string
- func (e ReconcileError_CharLocationValidationError) Key() bool
- func (e ReconcileError_CharLocationValidationError) Reason() string
- type ReconcileError_Code
- func (ReconcileError_Code) Descriptor() protoreflect.EnumDescriptor
- func (x ReconcileError_Code) Enum() *ReconcileError_Code
- func (ReconcileError_Code) EnumDescriptor() ([]byte, []int)deprecated
- func (x ReconcileError_Code) Number() protoreflect.EnumNumber
- func (x ReconcileError_Code) String() string
- func (ReconcileError_Code) Type() protoreflect.EnumType
- type ReconcileRequest
- func (*ReconcileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReconcileRequest) GetChangedPaths() []string
- func (x *ReconcileRequest) GetDry() bool
- func (x *ReconcileRequest) GetForcedPaths() []string
- func (x *ReconcileRequest) GetInstanceId() string
- func (x *ReconcileRequest) GetStrict() bool
- func (*ReconcileRequest) ProtoMessage()
- func (x *ReconcileRequest) ProtoReflect() protoreflect.Message
- func (x *ReconcileRequest) Reset()
- func (x *ReconcileRequest) String() string
- func (m *ReconcileRequest) Validate() error
- func (m *ReconcileRequest) ValidateAll() error
- type ReconcileRequestMultiError
- type ReconcileRequestValidationError
- func (e ReconcileRequestValidationError) Cause() error
- func (e ReconcileRequestValidationError) Error() string
- func (e ReconcileRequestValidationError) ErrorName() string
- func (e ReconcileRequestValidationError) Field() string
- func (e ReconcileRequestValidationError) Key() bool
- func (e ReconcileRequestValidationError) Reason() string
- type ReconcileResponse
- func (*ReconcileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReconcileResponse) GetAffectedPaths() []string
- func (x *ReconcileResponse) GetErrors() []*ReconcileError
- func (*ReconcileResponse) ProtoMessage()
- func (x *ReconcileResponse) ProtoReflect() protoreflect.Message
- func (x *ReconcileResponse) Reset()
- func (x *ReconcileResponse) String() string
- func (m *ReconcileResponse) Validate() error
- func (m *ReconcileResponse) ValidateAll() error
- type ReconcileResponseMultiError
- type ReconcileResponseValidationError
- func (e ReconcileResponseValidationError) Cause() error
- func (e ReconcileResponseValidationError) Error() string
- func (e ReconcileResponseValidationError) ErrorName() string
- func (e ReconcileResponseValidationError) Field() string
- func (e ReconcileResponseValidationError) Key() bool
- func (e ReconcileResponseValidationError) Reason() string
- type RefreshAndReconcileRequest
- func (*RefreshAndReconcileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshAndReconcileRequest) GetDry() bool
- func (x *RefreshAndReconcileRequest) GetInstanceId() string
- func (x *RefreshAndReconcileRequest) GetPath() string
- func (x *RefreshAndReconcileRequest) GetStrict() bool
- func (*RefreshAndReconcileRequest) ProtoMessage()
- func (x *RefreshAndReconcileRequest) ProtoReflect() protoreflect.Message
- func (x *RefreshAndReconcileRequest) Reset()
- func (x *RefreshAndReconcileRequest) String() string
- func (m *RefreshAndReconcileRequest) Validate() error
- func (m *RefreshAndReconcileRequest) ValidateAll() error
- type RefreshAndReconcileRequestMultiError
- type RefreshAndReconcileRequestValidationError
- func (e RefreshAndReconcileRequestValidationError) Cause() error
- func (e RefreshAndReconcileRequestValidationError) Error() string
- func (e RefreshAndReconcileRequestValidationError) ErrorName() string
- func (e RefreshAndReconcileRequestValidationError) Field() string
- func (e RefreshAndReconcileRequestValidationError) Key() bool
- func (e RefreshAndReconcileRequestValidationError) Reason() string
- type RefreshAndReconcileResponse
- func (*RefreshAndReconcileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshAndReconcileResponse) GetAffectedPaths() []string
- func (x *RefreshAndReconcileResponse) GetErrors() []*ReconcileError
- func (*RefreshAndReconcileResponse) ProtoMessage()
- func (x *RefreshAndReconcileResponse) ProtoReflect() protoreflect.Message
- func (x *RefreshAndReconcileResponse) Reset()
- func (x *RefreshAndReconcileResponse) String() string
- func (m *RefreshAndReconcileResponse) Validate() error
- func (m *RefreshAndReconcileResponse) ValidateAll() error
- type RefreshAndReconcileResponseMultiError
- type RefreshAndReconcileResponseValidationError
- func (e RefreshAndReconcileResponseValidationError) Cause() error
- func (e RefreshAndReconcileResponseValidationError) Error() string
- func (e RefreshAndReconcileResponseValidationError) ErrorName() string
- func (e RefreshAndReconcileResponseValidationError) Field() string
- func (e RefreshAndReconcileResponseValidationError) Key() bool
- func (e RefreshAndReconcileResponseValidationError) Reason() string
- type RenameFileAndReconcileRequest
- func (*RenameFileAndReconcileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameFileAndReconcileRequest) GetDry() bool
- func (x *RenameFileAndReconcileRequest) GetFromPath() string
- func (x *RenameFileAndReconcileRequest) GetInstanceId() string
- func (x *RenameFileAndReconcileRequest) GetStrict() bool
- func (x *RenameFileAndReconcileRequest) GetToPath() string
- func (*RenameFileAndReconcileRequest) ProtoMessage()
- func (x *RenameFileAndReconcileRequest) ProtoReflect() protoreflect.Message
- func (x *RenameFileAndReconcileRequest) Reset()
- func (x *RenameFileAndReconcileRequest) String() string
- func (m *RenameFileAndReconcileRequest) Validate() error
- func (m *RenameFileAndReconcileRequest) ValidateAll() error
- type RenameFileAndReconcileRequestMultiError
- type RenameFileAndReconcileRequestValidationError
- func (e RenameFileAndReconcileRequestValidationError) Cause() error
- func (e RenameFileAndReconcileRequestValidationError) Error() string
- func (e RenameFileAndReconcileRequestValidationError) ErrorName() string
- func (e RenameFileAndReconcileRequestValidationError) Field() string
- func (e RenameFileAndReconcileRequestValidationError) Key() bool
- func (e RenameFileAndReconcileRequestValidationError) Reason() string
- type RenameFileAndReconcileResponse
- func (*RenameFileAndReconcileResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RenameFileAndReconcileResponse) GetAffectedPaths() []string
- func (x *RenameFileAndReconcileResponse) GetErrors() []*ReconcileError
- func (*RenameFileAndReconcileResponse) ProtoMessage()
- func (x *RenameFileAndReconcileResponse) ProtoReflect() protoreflect.Message
- func (x *RenameFileAndReconcileResponse) Reset()
- func (x *RenameFileAndReconcileResponse) String() string
- func (m *RenameFileAndReconcileResponse) Validate() error
- func (m *RenameFileAndReconcileResponse) ValidateAll() error
- type RenameFileAndReconcileResponseMultiError
- type RenameFileAndReconcileResponseValidationError
- func (e RenameFileAndReconcileResponseValidationError) Cause() error
- func (e RenameFileAndReconcileResponseValidationError) Error() string
- func (e RenameFileAndReconcileResponseValidationError) ErrorName() string
- func (e RenameFileAndReconcileResponseValidationError) Field() string
- func (e RenameFileAndReconcileResponseValidationError) Key() bool
- func (e RenameFileAndReconcileResponseValidationError) Reason() string
- type RenameFileRequest
- func (*RenameFileRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RenameFileRequest) GetFromPath() string
- func (x *RenameFileRequest) GetInstanceId() string
- func (x *RenameFileRequest) GetToPath() string
- func (*RenameFileRequest) ProtoMessage()
- func (x *RenameFileRequest) ProtoReflect() protoreflect.Message
- func (x *RenameFileRequest) Reset()
- func (x *RenameFileRequest) String() string
- func (m *RenameFileRequest) Validate() error
- func (m *RenameFileRequest) ValidateAll() error
- type RenameFileRequestMultiError
- type RenameFileRequestValidationError
- func (e RenameFileRequestValidationError) Cause() error
- func (e RenameFileRequestValidationError) Error() string
- func (e RenameFileRequestValidationError) ErrorName() string
- func (e RenameFileRequestValidationError) Field() string
- func (e RenameFileRequestValidationError) Key() bool
- func (e RenameFileRequestValidationError) Reason() string
- type RenameFileResponse
- func (*RenameFileResponse) Descriptor() ([]byte, []int)deprecated
- func (*RenameFileResponse) ProtoMessage()
- func (x *RenameFileResponse) ProtoReflect() protoreflect.Message
- func (x *RenameFileResponse) Reset()
- func (x *RenameFileResponse) String() string
- func (m *RenameFileResponse) Validate() error
- func (m *RenameFileResponse) ValidateAll() error
- type RenameFileResponseMultiError
- type RenameFileResponseValidationError
- func (e RenameFileResponseValidationError) Cause() error
- func (e RenameFileResponseValidationError) Error() string
- func (e RenameFileResponseValidationError) ErrorName() string
- func (e RenameFileResponseValidationError) Field() string
- func (e RenameFileResponseValidationError) Key() bool
- func (e RenameFileResponseValidationError) Reason() string
- type RuntimeServiceClient
- type RuntimeServiceServer
- type Source
- func (*Source) Descriptor() ([]byte, []int)deprecated
- func (x *Source) GetConnector() string
- func (x *Source) GetName() string
- func (x *Source) GetPolicy() *Source_ExtractPolicy
- func (x *Source) GetProperties() *structpb.Struct
- func (x *Source) GetSchema() *StructType
- func (x *Source) GetTimeoutSeconds() int32
- func (*Source) ProtoMessage()
- func (x *Source) ProtoReflect() protoreflect.Message
- func (x *Source) Reset()
- func (x *Source) String() string
- func (m *Source) Validate() error
- func (m *Source) ValidateAll() error
- type SourceMultiError
- type SourceValidationError
- type Source_ExtractPolicy
- func (*Source_ExtractPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *Source_ExtractPolicy) GetFilesLimit() uint64
- func (x *Source_ExtractPolicy) GetFilesStrategy() Source_ExtractPolicy_Strategy
- func (x *Source_ExtractPolicy) GetRowsLimitBytes() uint64
- func (x *Source_ExtractPolicy) GetRowsStrategy() Source_ExtractPolicy_Strategy
- func (*Source_ExtractPolicy) ProtoMessage()
- func (x *Source_ExtractPolicy) ProtoReflect() protoreflect.Message
- func (x *Source_ExtractPolicy) Reset()
- func (x *Source_ExtractPolicy) String() string
- func (m *Source_ExtractPolicy) Validate() error
- func (m *Source_ExtractPolicy) ValidateAll() error
- type Source_ExtractPolicyMultiError
- type Source_ExtractPolicyValidationError
- func (e Source_ExtractPolicyValidationError) Cause() error
- func (e Source_ExtractPolicyValidationError) Error() string
- func (e Source_ExtractPolicyValidationError) ErrorName() string
- func (e Source_ExtractPolicyValidationError) Field() string
- func (e Source_ExtractPolicyValidationError) Key() bool
- func (e Source_ExtractPolicyValidationError) Reason() string
- type Source_ExtractPolicy_Strategy
- func (Source_ExtractPolicy_Strategy) Descriptor() protoreflect.EnumDescriptor
- func (x Source_ExtractPolicy_Strategy) Enum() *Source_ExtractPolicy_Strategy
- func (Source_ExtractPolicy_Strategy) EnumDescriptor() ([]byte, []int)deprecated
- func (x Source_ExtractPolicy_Strategy) Number() protoreflect.EnumNumber
- func (x Source_ExtractPolicy_Strategy) String() string
- func (Source_ExtractPolicy_Strategy) Type() protoreflect.EnumType
- type StructType
- func (*StructType) Descriptor() ([]byte, []int)deprecated
- func (x *StructType) GetFields() []*StructType_Field
- func (*StructType) ProtoMessage()
- func (x *StructType) ProtoReflect() protoreflect.Message
- func (x *StructType) Reset()
- func (x *StructType) String() string
- func (m *StructType) Validate() error
- func (m *StructType) ValidateAll() error
- type StructTypeMultiError
- type StructTypeValidationError
- type StructType_Field
- func (*StructType_Field) Descriptor() ([]byte, []int)deprecated
- func (x *StructType_Field) GetName() string
- func (x *StructType_Field) GetType() *Type
- func (*StructType_Field) ProtoMessage()
- func (x *StructType_Field) ProtoReflect() protoreflect.Message
- func (x *StructType_Field) Reset()
- func (x *StructType_Field) String() string
- func (m *StructType_Field) Validate() error
- func (m *StructType_Field) ValidateAll() error
- type StructType_FieldMultiError
- type StructType_FieldValidationError
- func (e StructType_FieldValidationError) Cause() error
- func (e StructType_FieldValidationError) Error() string
- func (e StructType_FieldValidationError) ErrorName() string
- func (e StructType_FieldValidationError) Field() string
- func (e StructType_FieldValidationError) Key() bool
- func (e StructType_FieldValidationError) Reason() string
- type Table
- func (*Table) Descriptor() ([]byte, []int)deprecated
- func (x *Table) GetManaged() bool
- func (x *Table) GetName() string
- func (x *Table) GetSchema() *StructType
- func (*Table) ProtoMessage()
- func (x *Table) ProtoReflect() protoreflect.Message
- func (x *Table) Reset()
- func (x *Table) String() string
- func (m *Table) Validate() error
- func (m *Table) ValidateAll() error
- type TableCardinalityRequest
- func (*TableCardinalityRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TableCardinalityRequest) GetInstanceId() string
- func (x *TableCardinalityRequest) GetPriority() int32
- func (x *TableCardinalityRequest) GetTableName() string
- func (*TableCardinalityRequest) ProtoMessage()
- func (x *TableCardinalityRequest) ProtoReflect() protoreflect.Message
- func (x *TableCardinalityRequest) Reset()
- func (x *TableCardinalityRequest) String() string
- func (m *TableCardinalityRequest) Validate() error
- func (m *TableCardinalityRequest) ValidateAll() error
- type TableCardinalityRequestMultiError
- type TableCardinalityRequestValidationError
- func (e TableCardinalityRequestValidationError) Cause() error
- func (e TableCardinalityRequestValidationError) Error() string
- func (e TableCardinalityRequestValidationError) ErrorName() string
- func (e TableCardinalityRequestValidationError) Field() string
- func (e TableCardinalityRequestValidationError) Key() bool
- func (e TableCardinalityRequestValidationError) Reason() string
- type TableCardinalityResponse
- func (*TableCardinalityResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TableCardinalityResponse) GetCardinality() int64
- func (*TableCardinalityResponse) ProtoMessage()
- func (x *TableCardinalityResponse) ProtoReflect() protoreflect.Message
- func (x *TableCardinalityResponse) Reset()
- func (x *TableCardinalityResponse) String() string
- func (m *TableCardinalityResponse) Validate() error
- func (m *TableCardinalityResponse) ValidateAll() error
- type TableCardinalityResponseMultiError
- type TableCardinalityResponseValidationError
- func (e TableCardinalityResponseValidationError) Cause() error
- func (e TableCardinalityResponseValidationError) Error() string
- func (e TableCardinalityResponseValidationError) ErrorName() string
- func (e TableCardinalityResponseValidationError) Field() string
- func (e TableCardinalityResponseValidationError) Key() bool
- func (e TableCardinalityResponseValidationError) Reason() string
- type TableColumnsRequest
- func (*TableColumnsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TableColumnsRequest) GetInstanceId() string
- func (x *TableColumnsRequest) GetPriority() int32
- func (x *TableColumnsRequest) GetTableName() string
- func (*TableColumnsRequest) ProtoMessage()
- func (x *TableColumnsRequest) ProtoReflect() protoreflect.Message
- func (x *TableColumnsRequest) Reset()
- func (x *TableColumnsRequest) String() string
- func (m *TableColumnsRequest) Validate() error
- func (m *TableColumnsRequest) ValidateAll() error
- type TableColumnsRequestMultiError
- type TableColumnsRequestValidationError
- func (e TableColumnsRequestValidationError) Cause() error
- func (e TableColumnsRequestValidationError) Error() string
- func (e TableColumnsRequestValidationError) ErrorName() string
- func (e TableColumnsRequestValidationError) Field() string
- func (e TableColumnsRequestValidationError) Key() bool
- func (e TableColumnsRequestValidationError) Reason() string
- type TableColumnsResponse
- func (*TableColumnsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TableColumnsResponse) GetProfileColumns() []*ProfileColumn
- func (*TableColumnsResponse) ProtoMessage()
- func (x *TableColumnsResponse) ProtoReflect() protoreflect.Message
- func (x *TableColumnsResponse) Reset()
- func (x *TableColumnsResponse) String() string
- func (m *TableColumnsResponse) Validate() error
- func (m *TableColumnsResponse) ValidateAll() error
- type TableColumnsResponseMultiError
- type TableColumnsResponseValidationError
- func (e TableColumnsResponseValidationError) Cause() error
- func (e TableColumnsResponseValidationError) Error() string
- func (e TableColumnsResponseValidationError) ErrorName() string
- func (e TableColumnsResponseValidationError) Field() string
- func (e TableColumnsResponseValidationError) Key() bool
- func (e TableColumnsResponseValidationError) Reason() string
- type TableMultiError
- type TableRowsRequest
- func (*TableRowsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TableRowsRequest) GetInstanceId() string
- func (x *TableRowsRequest) GetLimit() int32
- func (x *TableRowsRequest) GetPriority() int32
- func (x *TableRowsRequest) GetTableName() string
- func (*TableRowsRequest) ProtoMessage()
- func (x *TableRowsRequest) ProtoReflect() protoreflect.Message
- func (x *TableRowsRequest) Reset()
- func (x *TableRowsRequest) String() string
- func (m *TableRowsRequest) Validate() error
- func (m *TableRowsRequest) ValidateAll() error
- type TableRowsRequestMultiError
- type TableRowsRequestValidationError
- func (e TableRowsRequestValidationError) Cause() error
- func (e TableRowsRequestValidationError) Error() string
- func (e TableRowsRequestValidationError) ErrorName() string
- func (e TableRowsRequestValidationError) Field() string
- func (e TableRowsRequestValidationError) Key() bool
- func (e TableRowsRequestValidationError) Reason() string
- type TableRowsResponse
- func (*TableRowsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TableRowsResponse) GetData() []*structpb.Struct
- func (*TableRowsResponse) ProtoMessage()
- func (x *TableRowsResponse) ProtoReflect() protoreflect.Message
- func (x *TableRowsResponse) Reset()
- func (x *TableRowsResponse) String() string
- func (m *TableRowsResponse) Validate() error
- func (m *TableRowsResponse) ValidateAll() error
- type TableRowsResponseMultiError
- type TableRowsResponseValidationError
- func (e TableRowsResponseValidationError) Cause() error
- func (e TableRowsResponseValidationError) Error() string
- func (e TableRowsResponseValidationError) ErrorName() string
- func (e TableRowsResponseValidationError) Field() string
- func (e TableRowsResponseValidationError) Key() bool
- func (e TableRowsResponseValidationError) Reason() string
- type TableValidationError
- type TimeGrain
- type TimeRangeSummary
- func (*TimeRangeSummary) Descriptor() ([]byte, []int)deprecated
- func (x *TimeRangeSummary) GetInterval() *TimeRangeSummary_Interval
- func (x *TimeRangeSummary) GetMax() *timestamppb.Timestamp
- func (x *TimeRangeSummary) GetMin() *timestamppb.Timestamp
- func (*TimeRangeSummary) ProtoMessage()
- func (x *TimeRangeSummary) ProtoReflect() protoreflect.Message
- func (x *TimeRangeSummary) Reset()
- func (x *TimeRangeSummary) String() string
- func (m *TimeRangeSummary) Validate() error
- func (m *TimeRangeSummary) ValidateAll() error
- type TimeRangeSummaryMultiError
- type TimeRangeSummaryValidationError
- func (e TimeRangeSummaryValidationError) Cause() error
- func (e TimeRangeSummaryValidationError) Error() string
- func (e TimeRangeSummaryValidationError) ErrorName() string
- func (e TimeRangeSummaryValidationError) Field() string
- func (e TimeRangeSummaryValidationError) Key() bool
- func (e TimeRangeSummaryValidationError) Reason() string
- type TimeRangeSummary_Interval
- func (*TimeRangeSummary_Interval) Descriptor() ([]byte, []int)deprecated
- func (x *TimeRangeSummary_Interval) GetDays() int32
- func (x *TimeRangeSummary_Interval) GetMicros() int64
- func (x *TimeRangeSummary_Interval) GetMonths() int32
- func (*TimeRangeSummary_Interval) ProtoMessage()
- func (x *TimeRangeSummary_Interval) ProtoReflect() protoreflect.Message
- func (x *TimeRangeSummary_Interval) Reset()
- func (x *TimeRangeSummary_Interval) String() string
- func (m *TimeRangeSummary_Interval) Validate() error
- func (m *TimeRangeSummary_Interval) ValidateAll() error
- type TimeRangeSummary_IntervalMultiError
- type TimeRangeSummary_IntervalValidationError
- func (e TimeRangeSummary_IntervalValidationError) Cause() error
- func (e TimeRangeSummary_IntervalValidationError) Error() string
- func (e TimeRangeSummary_IntervalValidationError) ErrorName() string
- func (e TimeRangeSummary_IntervalValidationError) Field() string
- func (e TimeRangeSummary_IntervalValidationError) Key() bool
- func (e TimeRangeSummary_IntervalValidationError) Reason() string
- type TimeSeriesResponse
- func (*TimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TimeSeriesResponse) GetResults() []*TimeSeriesValue
- func (x *TimeSeriesResponse) GetSampleSize() int32
- func (x *TimeSeriesResponse) GetSpark() []*TimeSeriesValue
- func (x *TimeSeriesResponse) GetTimeRange() *TimeSeriesTimeRange
- func (*TimeSeriesResponse) ProtoMessage()
- func (x *TimeSeriesResponse) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesResponse) Reset()
- func (x *TimeSeriesResponse) String() string
- func (m *TimeSeriesResponse) Validate() error
- func (m *TimeSeriesResponse) ValidateAll() error
- type TimeSeriesResponseMultiError
- type TimeSeriesResponseValidationError
- func (e TimeSeriesResponseValidationError) Cause() error
- func (e TimeSeriesResponseValidationError) Error() string
- func (e TimeSeriesResponseValidationError) ErrorName() string
- func (e TimeSeriesResponseValidationError) Field() string
- func (e TimeSeriesResponseValidationError) Key() bool
- func (e TimeSeriesResponseValidationError) Reason() string
- type TimeSeriesTimeRange
- func (*TimeSeriesTimeRange) Descriptor() ([]byte, []int)deprecated
- func (x *TimeSeriesTimeRange) GetEnd() *timestamppb.Timestamp
- func (x *TimeSeriesTimeRange) GetInterval() TimeGrain
- func (x *TimeSeriesTimeRange) GetStart() *timestamppb.Timestamp
- func (*TimeSeriesTimeRange) ProtoMessage()
- func (x *TimeSeriesTimeRange) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesTimeRange) Reset()
- func (x *TimeSeriesTimeRange) String() string
- func (m *TimeSeriesTimeRange) Validate() error
- func (m *TimeSeriesTimeRange) ValidateAll() error
- type TimeSeriesTimeRangeMultiError
- type TimeSeriesTimeRangeValidationError
- func (e TimeSeriesTimeRangeValidationError) Cause() error
- func (e TimeSeriesTimeRangeValidationError) Error() string
- func (e TimeSeriesTimeRangeValidationError) ErrorName() string
- func (e TimeSeriesTimeRangeValidationError) Field() string
- func (e TimeSeriesTimeRangeValidationError) Key() bool
- func (e TimeSeriesTimeRangeValidationError) Reason() string
- type TimeSeriesValue
- func (*TimeSeriesValue) Descriptor() ([]byte, []int)deprecated
- func (x *TimeSeriesValue) GetBin() float64
- func (x *TimeSeriesValue) GetRecords() *structpb.Struct
- func (x *TimeSeriesValue) GetTs() *timestamppb.Timestamp
- func (*TimeSeriesValue) ProtoMessage()
- func (x *TimeSeriesValue) ProtoReflect() protoreflect.Message
- func (x *TimeSeriesValue) Reset()
- func (x *TimeSeriesValue) String() string
- func (m *TimeSeriesValue) Validate() error
- func (m *TimeSeriesValue) ValidateAll() error
- type TimeSeriesValueMultiError
- type TimeSeriesValueValidationError
- func (e TimeSeriesValueValidationError) Cause() error
- func (e TimeSeriesValueValidationError) Error() string
- func (e TimeSeriesValueValidationError) ErrorName() string
- func (e TimeSeriesValueValidationError) Field() string
- func (e TimeSeriesValueValidationError) Key() bool
- func (e TimeSeriesValueValidationError) Reason() string
- type TopK
- type TopKMultiError
- type TopKValidationError
- type TopK_Entry
- func (*TopK_Entry) Descriptor() ([]byte, []int)deprecated
- func (x *TopK_Entry) GetCount() float64
- func (x *TopK_Entry) GetValue() *structpb.Value
- func (*TopK_Entry) ProtoMessage()
- func (x *TopK_Entry) ProtoReflect() protoreflect.Message
- func (x *TopK_Entry) Reset()
- func (x *TopK_Entry) String() string
- func (m *TopK_Entry) Validate() error
- func (m *TopK_Entry) ValidateAll() error
- type TopK_EntryMultiError
- type TopK_EntryValidationError
- type TriggerRefreshRequest
- func (*TriggerRefreshRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerRefreshRequest) GetInstanceId() string
- func (x *TriggerRefreshRequest) GetName() string
- func (*TriggerRefreshRequest) ProtoMessage()
- func (x *TriggerRefreshRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerRefreshRequest) Reset()
- func (x *TriggerRefreshRequest) String() string
- func (m *TriggerRefreshRequest) Validate() error
- func (m *TriggerRefreshRequest) ValidateAll() error
- type TriggerRefreshRequestMultiError
- type TriggerRefreshRequestValidationError
- func (e TriggerRefreshRequestValidationError) Cause() error
- func (e TriggerRefreshRequestValidationError) Error() string
- func (e TriggerRefreshRequestValidationError) ErrorName() string
- func (e TriggerRefreshRequestValidationError) Field() string
- func (e TriggerRefreshRequestValidationError) Key() bool
- func (e TriggerRefreshRequestValidationError) Reason() string
- type TriggerRefreshResponse
- func (*TriggerRefreshResponse) Descriptor() ([]byte, []int)deprecated
- func (*TriggerRefreshResponse) ProtoMessage()
- func (x *TriggerRefreshResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerRefreshResponse) Reset()
- func (x *TriggerRefreshResponse) String() string
- func (m *TriggerRefreshResponse) Validate() error
- func (m *TriggerRefreshResponse) ValidateAll() error
- type TriggerRefreshResponseMultiError
- type TriggerRefreshResponseValidationError
- func (e TriggerRefreshResponseValidationError) Cause() error
- func (e TriggerRefreshResponseValidationError) Error() string
- func (e TriggerRefreshResponseValidationError) ErrorName() string
- func (e TriggerRefreshResponseValidationError) Field() string
- func (e TriggerRefreshResponseValidationError) Key() bool
- func (e TriggerRefreshResponseValidationError) Reason() string
- type TriggerSyncRequest
- func (*TriggerSyncRequest) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerSyncRequest) GetInstanceId() string
- func (*TriggerSyncRequest) ProtoMessage()
- func (x *TriggerSyncRequest) ProtoReflect() protoreflect.Message
- func (x *TriggerSyncRequest) Reset()
- func (x *TriggerSyncRequest) String() string
- func (m *TriggerSyncRequest) Validate() error
- func (m *TriggerSyncRequest) ValidateAll() error
- type TriggerSyncRequestMultiError
- type TriggerSyncRequestValidationError
- func (e TriggerSyncRequestValidationError) Cause() error
- func (e TriggerSyncRequestValidationError) Error() string
- func (e TriggerSyncRequestValidationError) ErrorName() string
- func (e TriggerSyncRequestValidationError) Field() string
- func (e TriggerSyncRequestValidationError) Key() bool
- func (e TriggerSyncRequestValidationError) Reason() string
- type TriggerSyncResponse
- func (*TriggerSyncResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TriggerSyncResponse) GetObjectsAddedCount() uint32
- func (x *TriggerSyncResponse) GetObjectsCount() uint32
- func (x *TriggerSyncResponse) GetObjectsRemovedCount() uint32
- func (x *TriggerSyncResponse) GetObjectsUpdatedCount() uint32
- func (*TriggerSyncResponse) ProtoMessage()
- func (x *TriggerSyncResponse) ProtoReflect() protoreflect.Message
- func (x *TriggerSyncResponse) Reset()
- func (x *TriggerSyncResponse) String() string
- func (m *TriggerSyncResponse) Validate() error
- func (m *TriggerSyncResponse) ValidateAll() error
- type TriggerSyncResponseMultiError
- type TriggerSyncResponseValidationError
- func (e TriggerSyncResponseValidationError) Cause() error
- func (e TriggerSyncResponseValidationError) Error() string
- func (e TriggerSyncResponseValidationError) ErrorName() string
- func (e TriggerSyncResponseValidationError) Field() string
- func (e TriggerSyncResponseValidationError) Key() bool
- func (e TriggerSyncResponseValidationError) Reason() string
- type Type
- func (*Type) Descriptor() ([]byte, []int)deprecated
- func (x *Type) GetArrayElementType() *Type
- func (x *Type) GetCode() Type_Code
- func (x *Type) GetMapType() *MapType
- func (x *Type) GetNullable() bool
- func (x *Type) GetStructType() *StructType
- func (*Type) ProtoMessage()
- func (x *Type) ProtoReflect() protoreflect.Message
- func (x *Type) Reset()
- func (x *Type) String() string
- func (m *Type) Validate() error
- func (m *Type) ValidateAll() error
- type TypeMultiError
- type TypeValidationError
- type Type_Code
- type UnimplementedQueryServiceServer
- func (UnimplementedQueryServiceServer) ColumnCardinality(context.Context, *ColumnCardinalityRequest) (*ColumnCardinalityResponse, error)
- func (UnimplementedQueryServiceServer) ColumnDescriptiveStatistics(context.Context, *ColumnDescriptiveStatisticsRequest) (*ColumnDescriptiveStatisticsResponse, error)
- func (UnimplementedQueryServiceServer) ColumnNullCount(context.Context, *ColumnNullCountRequest) (*ColumnNullCountResponse, error)
- func (UnimplementedQueryServiceServer) ColumnNumericHistogram(context.Context, *ColumnNumericHistogramRequest) (*ColumnNumericHistogramResponse, error)
- func (UnimplementedQueryServiceServer) ColumnRollupInterval(context.Context, *ColumnRollupIntervalRequest) (*ColumnRollupIntervalResponse, error)
- func (UnimplementedQueryServiceServer) ColumnRugHistogram(context.Context, *ColumnRugHistogramRequest) (*ColumnRugHistogramResponse, error)
- func (UnimplementedQueryServiceServer) ColumnTimeGrain(context.Context, *ColumnTimeGrainRequest) (*ColumnTimeGrainResponse, error)
- func (UnimplementedQueryServiceServer) ColumnTimeRange(context.Context, *ColumnTimeRangeRequest) (*ColumnTimeRangeResponse, error)
- func (UnimplementedQueryServiceServer) ColumnTimeSeries(context.Context, *ColumnTimeSeriesRequest) (*ColumnTimeSeriesResponse, error)
- func (UnimplementedQueryServiceServer) ColumnTopK(context.Context, *ColumnTopKRequest) (*ColumnTopKResponse, error)
- func (UnimplementedQueryServiceServer) MetricsViewTimeSeries(context.Context, *MetricsViewTimeSeriesRequest) (*MetricsViewTimeSeriesResponse, error)
- func (UnimplementedQueryServiceServer) MetricsViewToplist(context.Context, *MetricsViewToplistRequest) (*MetricsViewToplistResponse, error)
- func (UnimplementedQueryServiceServer) MetricsViewTotals(context.Context, *MetricsViewTotalsRequest) (*MetricsViewTotalsResponse, error)
- func (UnimplementedQueryServiceServer) Query(context.Context, *QueryRequest) (*QueryResponse, error)
- func (UnimplementedQueryServiceServer) TableCardinality(context.Context, *TableCardinalityRequest) (*TableCardinalityResponse, error)
- func (UnimplementedQueryServiceServer) TableColumns(context.Context, *TableColumnsRequest) (*TableColumnsResponse, error)
- func (UnimplementedQueryServiceServer) TableRows(context.Context, *TableRowsRequest) (*TableRowsResponse, error)
- type UnimplementedRuntimeServiceServer
- func (UnimplementedRuntimeServiceServer) CreateInstance(context.Context, *CreateInstanceRequest) (*CreateInstanceResponse, error)
- func (UnimplementedRuntimeServiceServer) DeleteFile(context.Context, *DeleteFileRequest) (*DeleteFileResponse, error)
- func (UnimplementedRuntimeServiceServer) DeleteFileAndReconcile(context.Context, *DeleteFileAndReconcileRequest) (*DeleteFileAndReconcileResponse, error)
- func (UnimplementedRuntimeServiceServer) DeleteInstance(context.Context, *DeleteInstanceRequest) (*DeleteInstanceResponse, error)
- func (UnimplementedRuntimeServiceServer) EditInstance(context.Context, *EditInstanceRequest) (*EditInstanceResponse, error)
- func (UnimplementedRuntimeServiceServer) GetCatalogEntry(context.Context, *GetCatalogEntryRequest) (*GetCatalogEntryResponse, error)
- func (UnimplementedRuntimeServiceServer) GetFile(context.Context, *GetFileRequest) (*GetFileResponse, error)
- func (UnimplementedRuntimeServiceServer) GetInstance(context.Context, *GetInstanceRequest) (*GetInstanceResponse, error)
- func (UnimplementedRuntimeServiceServer) ListCatalogEntries(context.Context, *ListCatalogEntriesRequest) (*ListCatalogEntriesResponse, error)
- func (UnimplementedRuntimeServiceServer) ListConnectors(context.Context, *ListConnectorsRequest) (*ListConnectorsResponse, error)
- func (UnimplementedRuntimeServiceServer) ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
- func (UnimplementedRuntimeServiceServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
- func (UnimplementedRuntimeServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
- func (UnimplementedRuntimeServiceServer) PutFile(context.Context, *PutFileRequest) (*PutFileResponse, error)
- func (UnimplementedRuntimeServiceServer) PutFileAndReconcile(context.Context, *PutFileAndReconcileRequest) (*PutFileAndReconcileResponse, error)
- func (UnimplementedRuntimeServiceServer) Reconcile(context.Context, *ReconcileRequest) (*ReconcileResponse, error)
- func (UnimplementedRuntimeServiceServer) RefreshAndReconcile(context.Context, *RefreshAndReconcileRequest) (*RefreshAndReconcileResponse, error)
- func (UnimplementedRuntimeServiceServer) RenameFile(context.Context, *RenameFileRequest) (*RenameFileResponse, error)
- func (UnimplementedRuntimeServiceServer) RenameFileAndReconcile(context.Context, *RenameFileAndReconcileRequest) (*RenameFileAndReconcileResponse, error)
- func (UnimplementedRuntimeServiceServer) TriggerRefresh(context.Context, *TriggerRefreshRequest) (*TriggerRefreshResponse, error)
- func (UnimplementedRuntimeServiceServer) TriggerSync(context.Context, *TriggerSyncRequest) (*TriggerSyncResponse, error)
- type UnsafeQueryServiceServer
- type UnsafeRuntimeServiceServer
Constants ¶
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_GetFile_FullMethodName = "/rill.runtime.v1.RuntimeService/GetFile" RuntimeService_PutFile_FullMethodName = "/rill.runtime.v1.RuntimeService/PutFile" RuntimeService_DeleteFile_FullMethodName = "/rill.runtime.v1.RuntimeService/DeleteFile" RuntimeService_RenameFile_FullMethodName = "/rill.runtime.v1.RuntimeService/RenameFile" 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_TriggerSync_FullMethodName = "/rill.runtime.v1.RuntimeService/TriggerSync" 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_ListConnectors_FullMethodName = "/rill.runtime.v1.RuntimeService/ListConnectors" )
const ( QueryService_Query_FullMethodName = "/rill.runtime.v1.QueryService/Query" QueryService_MetricsViewToplist_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewToplist" QueryService_MetricsViewTimeSeries_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewTimeSeries" QueryService_MetricsViewTotals_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewTotals" 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 ¶
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", } ReconcileError_Code_value = map[string]int32{ "CODE_UNSPECIFIED": 0, "CODE_SYNTAX": 1, "CODE_VALIDATION": 2, "CODE_DEPENDENCY": 3, "CODE_OLAP": 4, "CODE_SOURCE": 5, } )
Enum value maps for ReconcileError_Code.
var ( Connector_Property_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "TYPE_STRING", 2: "TYPE_NUMBER", 3: "TYPE_BOOLEAN", 4: "TYPE_INFORMATIONAL", } Connector_Property_Type_value = map[string]int32{ "TYPE_UNSPECIFIED": 0, "TYPE_STRING": 1, "TYPE_NUMBER": 2, "TYPE_BOOLEAN": 3, "TYPE_INFORMATIONAL": 4, } )
Enum value maps for Connector_Property_Type.
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.
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_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_YEAR": 8, } )
Enum value maps for TimeGrain.
var ( Source_ExtractPolicy_Strategy_name = map[int32]string{ 0: "STRATEGY_UNSPECIFIED", 1: "STRATEGY_HEAD", 2: "STRATEGY_TAIL", } Source_ExtractPolicy_Strategy_value = map[string]int32{ "STRATEGY_UNSPECIFIED": 0, "STRATEGY_HEAD": 1, "STRATEGY_TAIL": 2, } )
Enum value maps for Source_ExtractPolicy_Strategy.
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.
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.
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", 7: "CODE_UINT8", 8: "CODE_UINT16", 9: "CODE_UINT32", 10: "CODE_UINT64", 11: "CODE_UINT128", 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_UINT8": 7, "CODE_UINT16": 8, "CODE_UINT32": 9, "CODE_UINT64": 10, "CODE_UINT128": 11, "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.
var File_rill_runtime_v1_api_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_catalog_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_queries_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_schema_proto protoreflect.FileDescriptor
var QueryService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "rill.runtime.v1.QueryService", HandlerType: (*QueryServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Query", Handler: _QueryService_Query_Handler, }, { MethodName: "MetricsViewToplist", Handler: _QueryService_MetricsViewToplist_Handler, }, { MethodName: "MetricsViewTimeSeries", Handler: _QueryService_MetricsViewTimeSeries_Handler, }, { MethodName: "MetricsViewTotals", Handler: _QueryService_MetricsViewTotals_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{}, 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)
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: "DeleteFile", Handler: _RuntimeService_DeleteFile_Handler, }, { MethodName: "RenameFile", Handler: _RuntimeService_RenameFile_Handler, }, { MethodName: "ListCatalogEntries", Handler: _RuntimeService_ListCatalogEntries_Handler, }, { MethodName: "GetCatalogEntry", Handler: _RuntimeService_GetCatalogEntry_Handler, }, { MethodName: "TriggerRefresh", Handler: _RuntimeService_TriggerRefresh_Handler, }, { MethodName: "TriggerSync", Handler: _RuntimeService_TriggerSync_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: "ListConnectors", Handler: _RuntimeService_ListConnectors_Handler, }, }, Streams: []grpc.StreamDesc{}, 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 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 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
func (e CatalogEntryValidationError) Cause() error
Cause function returns cause value.
func (CatalogEntryValidationError) Error ¶ added in v0.20.0
func (e CatalogEntryValidationError) Error() string
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
func (e CatalogEntryValidationError) Field() string
Field function returns field value.
func (CatalogEntryValidationError) Key ¶ added in v0.20.0
func (e CatalogEntryValidationError) Key() bool
Key function returns key value.
func (CatalogEntryValidationError) Reason ¶ added in v0.20.0
func (e CatalogEntryValidationError) Reason() string
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 }
Response for QueryService.ColumnTopK and QueryService.ColumnCardinality. Message will have either topK or cardinality set.
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
func (m CategoricalSummaryMultiError) Error() string
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
func (e CategoricalSummaryValidationError) Cause() error
Cause function returns cause value.
func (CategoricalSummaryValidationError) Error ¶ added in v0.20.0
func (e CategoricalSummaryValidationError) Error() string
Error satisfies the builtin error interface
func (CategoricalSummaryValidationError) ErrorName ¶ added in v0.20.0
func (e CategoricalSummaryValidationError) ErrorName() string
ErrorName returns error name.
func (CategoricalSummaryValidationError) Field ¶ added in v0.20.0
func (e CategoricalSummaryValidationError) Field() string
Field function returns field value.
func (CategoricalSummaryValidationError) Key ¶ added in v0.20.0
func (e CategoricalSummaryValidationError) Key() bool
Key function returns key value.
func (CategoricalSummaryValidationError) Reason ¶ added in v0.20.0
func (e CategoricalSummaryValidationError) Reason() string
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 ColumnCardinalityRequest ¶ added in v0.22.0
type ColumnCardinalityRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,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 }
Request for QueryService.ColumnCardinality. Returns the cardinality for a given column for table table_name
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) 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
func (m ColumnCardinalityRequestMultiError) Error() string
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
func (e ColumnCardinalityRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnCardinalityRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnCardinalityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnCardinalityRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnCardinalityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnCardinalityRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnCardinalityRequestValidationError) Field() string
Field function returns field value.
func (ColumnCardinalityRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnCardinalityRequestValidationError) Key() bool
Key function returns key value.
func (ColumnCardinalityRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnCardinalityRequestValidationError) Reason() string
Reason function returns reason value.
type ColumnCardinalityResponse ¶ added in v0.22.0
type ColumnCardinalityResponse struct { 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 (x *ColumnCardinalityResponse) ProtoReflect() protoreflect.Message
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
func (m ColumnCardinalityResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnCardinalityResponseMultiError) Error ¶ added in v0.22.0
func (m ColumnCardinalityResponseMultiError) Error() string
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
func (e ColumnCardinalityResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnCardinalityResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnCardinalityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnCardinalityResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnCardinalityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnCardinalityResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnCardinalityResponseValidationError) Field() string
Field function returns field value.
func (ColumnCardinalityResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnCardinalityResponseValidationError) Key() bool
Key function returns key value.
func (ColumnCardinalityResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnCardinalityResponseValidationError) Reason() string
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"` 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 }
Request for QueryService.GetColumnDescriptiveStatisticsRequest. Returns the stats for a given column for table table_name
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) 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 (x *ColumnDescriptiveStatisticsRequest) ProtoReflect() protoreflect.Message
func (*ColumnDescriptiveStatisticsRequest) Reset ¶ added in v0.22.0
func (x *ColumnDescriptiveStatisticsRequest) Reset()
func (*ColumnDescriptiveStatisticsRequest) String ¶ added in v0.22.0
func (x *ColumnDescriptiveStatisticsRequest) String() string
func (*ColumnDescriptiveStatisticsRequest) Validate ¶ added in v0.22.0
func (m *ColumnDescriptiveStatisticsRequest) Validate() error
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
func (m ColumnDescriptiveStatisticsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnDescriptiveStatisticsRequestMultiError) Error ¶ added in v0.22.0
func (m ColumnDescriptiveStatisticsRequestMultiError) Error() string
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
func (e ColumnDescriptiveStatisticsRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnDescriptiveStatisticsRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnDescriptiveStatisticsRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnDescriptiveStatisticsRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsRequestValidationError) Field() string
Field function returns field value.
func (ColumnDescriptiveStatisticsRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsRequestValidationError) Key() bool
Key function returns key value.
func (ColumnDescriptiveStatisticsRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsRequestValidationError) Reason() string
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 (x *ColumnDescriptiveStatisticsResponse) ProtoReflect() protoreflect.Message
func (*ColumnDescriptiveStatisticsResponse) Reset ¶ added in v0.22.0
func (x *ColumnDescriptiveStatisticsResponse) Reset()
func (*ColumnDescriptiveStatisticsResponse) String ¶ added in v0.22.0
func (x *ColumnDescriptiveStatisticsResponse) String() string
func (*ColumnDescriptiveStatisticsResponse) Validate ¶ added in v0.22.0
func (m *ColumnDescriptiveStatisticsResponse) Validate() error
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
func (m ColumnDescriptiveStatisticsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnDescriptiveStatisticsResponseMultiError) Error ¶ added in v0.22.0
func (m ColumnDescriptiveStatisticsResponseMultiError) Error() string
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
func (e ColumnDescriptiveStatisticsResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnDescriptiveStatisticsResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnDescriptiveStatisticsResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnDescriptiveStatisticsResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsResponseValidationError) Field() string
Field function returns field value.
func (ColumnDescriptiveStatisticsResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsResponseValidationError) Key() bool
Key function returns key value.
func (ColumnDescriptiveStatisticsResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnDescriptiveStatisticsResponseValidationError) Reason() string
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"` 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 }
Request for QueryService.ColumnNullCount. Returns the null count for a given column for table table_name
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) 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
func (m ColumnNullCountRequestMultiError) Error() string
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
func (e ColumnNullCountRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnNullCountRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnNullCountRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnNullCountRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnNullCountRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnNullCountRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnNullCountRequestValidationError) Field() string
Field function returns field value.
func (ColumnNullCountRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnNullCountRequestValidationError) Key() bool
Key function returns key value.
func (ColumnNullCountRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnNullCountRequestValidationError) Reason() string
Reason function returns reason value.
type ColumnNullCountResponse ¶ added in v0.22.0
type ColumnNullCountResponse struct { Count float64 `protobuf:"fixed64,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
Response for QueryService.ColumnNullCount
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
func (m ColumnNullCountResponseMultiError) Error() string
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
func (e ColumnNullCountResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnNullCountResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnNullCountResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnNullCountResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnNullCountResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnNullCountResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnNullCountResponseValidationError) Field() string
Field function returns field value.
func (ColumnNullCountResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnNullCountResponseValidationError) Key() bool
Key function returns key value.
func (ColumnNullCountResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnNullCountResponseValidationError) Reason() string
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"` 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 }
Request for QueryService.ColumnNumericHistogram. Returns the histogram for a given column for table table_name
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) 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 (x *ColumnNumericHistogramRequest) ProtoReflect() protoreflect.Message
func (*ColumnNumericHistogramRequest) Reset ¶ added in v0.22.0
func (x *ColumnNumericHistogramRequest) Reset()
func (*ColumnNumericHistogramRequest) String ¶ added in v0.22.0
func (x *ColumnNumericHistogramRequest) String() string
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
func (m ColumnNumericHistogramRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnNumericHistogramRequestMultiError) Error ¶ added in v0.22.0
func (m ColumnNumericHistogramRequestMultiError) Error() string
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
func (e ColumnNumericHistogramRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnNumericHistogramRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnNumericHistogramRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnNumericHistogramRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnNumericHistogramRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnNumericHistogramRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnNumericHistogramRequestValidationError) Field() string
Field function returns field value.
func (ColumnNumericHistogramRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnNumericHistogramRequestValidationError) Key() bool
Key function returns key value.
func (ColumnNumericHistogramRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnNumericHistogramRequestValidationError) Reason() string
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 }
Response for QueryService.ColumnNumericHistogram
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 (x *ColumnNumericHistogramResponse) ProtoReflect() protoreflect.Message
func (*ColumnNumericHistogramResponse) Reset ¶ added in v0.22.0
func (x *ColumnNumericHistogramResponse) Reset()
func (*ColumnNumericHistogramResponse) String ¶ added in v0.22.0
func (x *ColumnNumericHistogramResponse) String() string
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
func (m ColumnNumericHistogramResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnNumericHistogramResponseMultiError) Error ¶ added in v0.22.0
func (m ColumnNumericHistogramResponseMultiError) Error() string
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
func (e ColumnNumericHistogramResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnNumericHistogramResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnNumericHistogramResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnNumericHistogramResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnNumericHistogramResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnNumericHistogramResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnNumericHistogramResponseValidationError) Field() string
Field function returns field value.
func (ColumnNumericHistogramResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnNumericHistogramResponseValidationError) Key() bool
Key function returns key value.
func (ColumnNumericHistogramResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnNumericHistogramResponseValidationError) Reason() string
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"` 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 (*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) 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 (x *ColumnRollupIntervalRequest) ProtoReflect() protoreflect.Message
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
func (m ColumnRollupIntervalRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnRollupIntervalRequestMultiError) Error ¶ added in v0.22.0
func (m ColumnRollupIntervalRequestMultiError) Error() string
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
func (e ColumnRollupIntervalRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnRollupIntervalRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnRollupIntervalRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnRollupIntervalRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnRollupIntervalRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnRollupIntervalRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnRollupIntervalRequestValidationError) Field() string
Field function returns field value.
func (ColumnRollupIntervalRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnRollupIntervalRequestValidationError) Key() bool
Key function returns key value.
func (ColumnRollupIntervalRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnRollupIntervalRequestValidationError) Reason() string
Reason function returns reason value.
type ColumnRollupIntervalResponse ¶ added in v0.22.0
type ColumnRollupIntervalResponse struct { Start *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start,proto3" json:"start,omitempty"` End *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end,proto3" json:"end,omitempty"` 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 (x *ColumnRollupIntervalResponse) GetEnd() *timestamppb.Timestamp
func (*ColumnRollupIntervalResponse) GetInterval ¶ added in v0.22.0
func (x *ColumnRollupIntervalResponse) GetInterval() TimeGrain
func (*ColumnRollupIntervalResponse) GetStart ¶ added in v0.22.0
func (x *ColumnRollupIntervalResponse) GetStart() *timestamppb.Timestamp
func (*ColumnRollupIntervalResponse) ProtoMessage ¶ added in v0.22.0
func (*ColumnRollupIntervalResponse) ProtoMessage()
func (*ColumnRollupIntervalResponse) ProtoReflect ¶ added in v0.22.0
func (x *ColumnRollupIntervalResponse) ProtoReflect() protoreflect.Message
func (*ColumnRollupIntervalResponse) Reset ¶ added in v0.22.0
func (x *ColumnRollupIntervalResponse) Reset()
func (*ColumnRollupIntervalResponse) String ¶ added in v0.22.0
func (x *ColumnRollupIntervalResponse) String() string
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
func (m ColumnRollupIntervalResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnRollupIntervalResponseMultiError) Error ¶ added in v0.22.0
func (m ColumnRollupIntervalResponseMultiError) Error() string
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
func (e ColumnRollupIntervalResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnRollupIntervalResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnRollupIntervalResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnRollupIntervalResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnRollupIntervalResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnRollupIntervalResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnRollupIntervalResponseValidationError) Field() string
Field function returns field value.
func (ColumnRollupIntervalResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnRollupIntervalResponseValidationError) Key() bool
Key function returns key value.
func (ColumnRollupIntervalResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnRollupIntervalResponseValidationError) Reason() string
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"` 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 }
Request for QueryService.ColumnRugHistogram
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) 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 (x *ColumnRugHistogramRequest) ProtoReflect() protoreflect.Message
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
func (m ColumnRugHistogramRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnRugHistogramRequestMultiError) Error ¶ added in v0.22.0
func (m ColumnRugHistogramRequestMultiError) Error() string
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
func (e ColumnRugHistogramRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnRugHistogramRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnRugHistogramRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnRugHistogramRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnRugHistogramRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnRugHistogramRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnRugHistogramRequestValidationError) Field() string
Field function returns field value.
func (ColumnRugHistogramRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnRugHistogramRequestValidationError) Key() bool
Key function returns key value.
func (ColumnRugHistogramRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnRugHistogramRequestValidationError) Reason() string
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 (x *ColumnRugHistogramResponse) ProtoReflect() protoreflect.Message
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
func (m ColumnRugHistogramResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnRugHistogramResponseMultiError) Error ¶ added in v0.22.0
func (m ColumnRugHistogramResponseMultiError) Error() string
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
func (e ColumnRugHistogramResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnRugHistogramResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnRugHistogramResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnRugHistogramResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnRugHistogramResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnRugHistogramResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnRugHistogramResponseValidationError) Field() string
Field function returns field value.
func (ColumnRugHistogramResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnRugHistogramResponseValidationError) Key() bool
Key function returns key value.
func (ColumnRugHistogramResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnRugHistogramResponseValidationError) Reason() string
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"` 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 }
Request for QueryService.ColumnTimeGrainRequest
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) 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
func (m ColumnTimeGrainRequestMultiError) Error() string
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
func (e ColumnTimeGrainRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnTimeGrainRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnTimeGrainRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnTimeGrainRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnTimeGrainRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnTimeGrainRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnTimeGrainRequestValidationError) Field() string
Field function returns field value.
func (ColumnTimeGrainRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnTimeGrainRequestValidationError) Key() bool
Key function returns key value.
func (ColumnTimeGrainRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnTimeGrainRequestValidationError) Reason() string
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 }
Response for QueryService.ColumnTimeGrain
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
func (m ColumnTimeGrainResponseMultiError) Error() string
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
func (e ColumnTimeGrainResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnTimeGrainResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnTimeGrainResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnTimeGrainResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnTimeGrainResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnTimeGrainResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnTimeGrainResponseValidationError) Field() string
Field function returns field value.
func (ColumnTimeGrainResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnTimeGrainResponseValidationError) Key() bool
Key function returns key value.
func (ColumnTimeGrainResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnTimeGrainResponseValidationError) Reason() string
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"` 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 }
Request for QueryService.ColumnTimeRange
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) 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
func (m ColumnTimeRangeRequestMultiError) Error() string
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
func (e ColumnTimeRangeRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnTimeRangeRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnTimeRangeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnTimeRangeRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnTimeRangeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnTimeRangeRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnTimeRangeRequestValidationError) Field() string
Field function returns field value.
func (ColumnTimeRangeRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnTimeRangeRequestValidationError) Key() bool
Key function returns key value.
func (ColumnTimeRangeRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnTimeRangeRequestValidationError) Reason() string
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
func (m ColumnTimeRangeResponseMultiError) Error() string
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
func (e ColumnTimeRangeResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnTimeRangeResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnTimeRangeResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnTimeRangeResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnTimeRangeResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnTimeRangeResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnTimeRangeResponseValidationError) Field() string
Field function returns field value.
func (ColumnTimeRangeResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnTimeRangeResponseValidationError) Key() bool
Key function returns key value.
func (ColumnTimeRangeResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnTimeRangeResponseValidationError) Reason() string
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"` TableName string `protobuf:"bytes,2,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"` Measures []*ColumnTimeSeriesRequest_BasicMeasure `protobuf:"bytes,3,rep,name=measures,proto3" json:"measures,omitempty"` TimestampColumnName string `protobuf:"bytes,4,opt,name=timestamp_column_name,json=timestampColumnName,proto3" json:"timestamp_column_name,omitempty"` TimeRange *TimeSeriesTimeRange `protobuf:"bytes,5,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"` Filters *MetricsViewFilter `protobuf:"bytes,6,opt,name=filters,proto3" json:"filters,omitempty"` Pixels int32 `protobuf:"varint,7,opt,name=pixels,proto3" json:"pixels,omitempty"` 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"` // 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) GetFilters ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest) GetFilters() *MetricsViewFilter
func (*ColumnTimeSeriesRequest) GetInstanceId ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest) GetInstanceId() string
func (*ColumnTimeSeriesRequest) GetMeasures ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest) GetMeasures() []*ColumnTimeSeriesRequest_BasicMeasure
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) 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
func (m ColumnTimeSeriesRequestMultiError) Error() string
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
func (e ColumnTimeSeriesRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnTimeSeriesRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnTimeSeriesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnTimeSeriesRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnTimeSeriesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnTimeSeriesRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnTimeSeriesRequestValidationError) Field() string
Field function returns field value.
func (ColumnTimeSeriesRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnTimeSeriesRequestValidationError) Key() bool
Key function returns key value.
func (ColumnTimeSeriesRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnTimeSeriesRequestValidationError) Reason() string
Reason function returns reason value.
type ColumnTimeSeriesRequest_BasicMeasure ¶ added in v0.22.0
type ColumnTimeSeriesRequest_BasicMeasure struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // mandatory user defined metadata Expression string `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"` // optional user defined metadata 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 (x *ColumnTimeSeriesRequest_BasicMeasure) GetId() string
func (*ColumnTimeSeriesRequest_BasicMeasure) GetSqlName ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest_BasicMeasure) GetSqlName() string
func (*ColumnTimeSeriesRequest_BasicMeasure) ProtoMessage ¶ added in v0.22.0
func (*ColumnTimeSeriesRequest_BasicMeasure) ProtoMessage()
func (*ColumnTimeSeriesRequest_BasicMeasure) ProtoReflect ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest_BasicMeasure) ProtoReflect() protoreflect.Message
func (*ColumnTimeSeriesRequest_BasicMeasure) Reset ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest_BasicMeasure) Reset()
func (*ColumnTimeSeriesRequest_BasicMeasure) String ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest_BasicMeasure) String() string
func (*ColumnTimeSeriesRequest_BasicMeasure) Validate ¶ added in v0.22.0
func (m *ColumnTimeSeriesRequest_BasicMeasure) Validate() error
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
func (m *ColumnTimeSeriesRequest_BasicMeasure) ValidateAll() error
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
func (m ColumnTimeSeriesRequest_BasicMeasureMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnTimeSeriesRequest_BasicMeasureMultiError) Error ¶ added in v0.22.0
func (m ColumnTimeSeriesRequest_BasicMeasureMultiError) Error() string
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
func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Cause() error
Cause function returns cause value.
func (ColumnTimeSeriesRequest_BasicMeasureValidationError) Error ¶ added in v0.22.0
func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnTimeSeriesRequest_BasicMeasureValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnTimeSeriesRequest_BasicMeasureValidationError) Field ¶ added in v0.22.0
func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Field() string
Field function returns field value.
func (ColumnTimeSeriesRequest_BasicMeasureValidationError) Key ¶ added in v0.22.0
func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Key() bool
Key function returns key value.
func (ColumnTimeSeriesRequest_BasicMeasureValidationError) Reason ¶ added in v0.22.0
func (e ColumnTimeSeriesRequest_BasicMeasureValidationError) Reason() string
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 (x *ColumnTimeSeriesResponse) GetRollup() *TimeSeriesResponse
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
func (m ColumnTimeSeriesResponseMultiError) Error() string
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
func (e ColumnTimeSeriesResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnTimeSeriesResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnTimeSeriesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnTimeSeriesResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnTimeSeriesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnTimeSeriesResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnTimeSeriesResponseValidationError) Field() string
Field function returns field value.
func (ColumnTimeSeriesResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnTimeSeriesResponseValidationError) Key() bool
Key function returns key value.
func (ColumnTimeSeriesResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnTimeSeriesResponseValidationError) Reason() string
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"` 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"` 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 }
Request for QueryService.ColumnTopK. Returns the top K values for a given column using agg function for table table_name.
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) 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
func (m ColumnTopKRequestMultiError) Error() string
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
func (e ColumnTopKRequestValidationError) Cause() error
Cause function returns cause value.
func (ColumnTopKRequestValidationError) Error ¶ added in v0.22.0
func (e ColumnTopKRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnTopKRequestValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnTopKRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnTopKRequestValidationError) Field ¶ added in v0.22.0
func (e ColumnTopKRequestValidationError) Field() string
Field function returns field value.
func (ColumnTopKRequestValidationError) Key ¶ added in v0.22.0
func (e ColumnTopKRequestValidationError) Key() bool
Key function returns key value.
func (ColumnTopKRequestValidationError) Reason ¶ added in v0.22.0
func (e ColumnTopKRequestValidationError) Reason() string
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
func (m ColumnTopKResponseMultiError) Error() string
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
func (e ColumnTopKResponseValidationError) Cause() error
Cause function returns cause value.
func (ColumnTopKResponseValidationError) Error ¶ added in v0.22.0
func (e ColumnTopKResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ColumnTopKResponseValidationError) ErrorName ¶ added in v0.22.0
func (e ColumnTopKResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ColumnTopKResponseValidationError) Field ¶ added in v0.22.0
func (e ColumnTopKResponseValidationError) Field() string
Field function returns field value.
func (ColumnTopKResponseValidationError) Key ¶ added in v0.22.0
func (e ColumnTopKResponseValidationError) Key() bool
Key function returns key value.
func (ColumnTopKResponseValidationError) Reason ¶ added in v0.22.0
func (e ColumnTopKResponseValidationError) Reason() string
Reason function returns reason value.
type Connector ¶
type Connector struct { // Name is the name of the connector (e.g. "CREATE SOURCE foo WITH connector = 'name'") Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Pretty display name for use in UIs DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Human readable description of the connector Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Properties accepted by the connector Properties []*Connector_Property `protobuf:"bytes,4,rep,name=properties,proto3" json:"properties,omitempty"` // contains filtered or unexported fields }
Connector represents a connector available in the runtime. It should not be confused with a source.
func (*Connector) Descriptor
deprecated
func (*Connector) GetDescription ¶
func (*Connector) GetDisplayName ¶
func (*Connector) GetProperties ¶
func (x *Connector) GetProperties() []*Connector_Property
func (*Connector) ProtoMessage ¶
func (*Connector) ProtoMessage()
func (*Connector) ProtoReflect ¶
func (x *Connector) ProtoReflect() protoreflect.Message
func (*Connector) Validate ¶ added in v0.20.0
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
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 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 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
func (e ConnectorValidationError) Key() bool
Key function returns key value.
func (ConnectorValidationError) Reason ¶ added in v0.20.0
func (e ConnectorValidationError) Reason() string
Reason function returns reason value.
type Connector_Property ¶
type Connector_Property struct { // The property key Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Pretty name for the property DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` // Human readable description of the field Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Placeholder value for use in UIs Placeholder string `protobuf:"bytes,4,opt,name=placeholder,proto3" json:"placeholder,omitempty"` // The type expected for this property Type Connector_Property_Type `protobuf:"varint,5,opt,name=type,proto3,enum=rill.runtime.v1.Connector_Property_Type" json:"type,omitempty"` // Nullable is true if the field is optional Nullable bool `protobuf:"varint,6,opt,name=nullable,proto3" json:"nullable,omitempty"` // Additional textual explanation for use in UIs Hint string `protobuf:"bytes,7,opt,name=hint,proto3" json:"hint,omitempty"` // Link to documentation for this property Href string `protobuf:"bytes,8,opt,name=href,proto3" json:"href,omitempty"` // contains filtered or unexported fields }
Property represents one of the connector's config properties
func (*Connector_Property) Descriptor
deprecated
func (*Connector_Property) Descriptor() ([]byte, []int)
Deprecated: Use Connector_Property.ProtoReflect.Descriptor instead.
func (*Connector_Property) GetDescription ¶
func (x *Connector_Property) GetDescription() string
func (*Connector_Property) GetDisplayName ¶
func (x *Connector_Property) GetDisplayName() string
func (*Connector_Property) GetHint ¶
func (x *Connector_Property) GetHint() string
func (*Connector_Property) GetHref ¶
func (x *Connector_Property) GetHref() string
func (*Connector_Property) GetKey ¶
func (x *Connector_Property) GetKey() string
func (*Connector_Property) GetNullable ¶
func (x *Connector_Property) GetNullable() bool
func (*Connector_Property) GetPlaceholder ¶
func (x *Connector_Property) GetPlaceholder() string
func (*Connector_Property) GetType ¶
func (x *Connector_Property) GetType() Connector_Property_Type
func (*Connector_Property) ProtoMessage ¶
func (*Connector_Property) ProtoMessage()
func (*Connector_Property) ProtoReflect ¶
func (x *Connector_Property) ProtoReflect() protoreflect.Message
func (*Connector_Property) Reset ¶
func (x *Connector_Property) Reset()
func (*Connector_Property) String ¶
func (x *Connector_Property) String() string
func (*Connector_Property) Validate ¶ added in v0.20.0
func (m *Connector_Property) Validate() error
Validate checks the field values on Connector_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 (*Connector_Property) ValidateAll ¶ added in v0.20.0
func (m *Connector_Property) ValidateAll() error
ValidateAll checks the field values on Connector_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 Connector_PropertyMultiError, or nil if none found.
type Connector_PropertyMultiError ¶ added in v0.20.0
type Connector_PropertyMultiError []error
Connector_PropertyMultiError is an error wrapping multiple validation errors returned by Connector_Property.ValidateAll() if the designated constraints aren't met.
func (Connector_PropertyMultiError) AllErrors ¶ added in v0.20.0
func (m Connector_PropertyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (Connector_PropertyMultiError) Error ¶ added in v0.20.0
func (m Connector_PropertyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type Connector_PropertyValidationError ¶ added in v0.20.0
type Connector_PropertyValidationError struct {
// contains filtered or unexported fields
}
Connector_PropertyValidationError is the validation error returned by Connector_Property.Validate if the designated constraints aren't met.
func (Connector_PropertyValidationError) Cause ¶ added in v0.20.0
func (e Connector_PropertyValidationError) Cause() error
Cause function returns cause value.
func (Connector_PropertyValidationError) Error ¶ added in v0.20.0
func (e Connector_PropertyValidationError) Error() string
Error satisfies the builtin error interface
func (Connector_PropertyValidationError) ErrorName ¶ added in v0.20.0
func (e Connector_PropertyValidationError) ErrorName() string
ErrorName returns error name.
func (Connector_PropertyValidationError) Field ¶ added in v0.20.0
func (e Connector_PropertyValidationError) Field() string
Field function returns field value.
func (Connector_PropertyValidationError) Key ¶ added in v0.20.0
func (e Connector_PropertyValidationError) Key() bool
Key function returns key value.
func (Connector_PropertyValidationError) Reason ¶ added in v0.20.0
func (e Connector_PropertyValidationError) Reason() string
Reason function returns reason value.
type Connector_Property_Type ¶
type Connector_Property_Type int32
Type represents the field type
const ( Connector_Property_TYPE_UNSPECIFIED Connector_Property_Type = 0 Connector_Property_TYPE_STRING Connector_Property_Type = 1 Connector_Property_TYPE_NUMBER Connector_Property_Type = 2 Connector_Property_TYPE_BOOLEAN Connector_Property_Type = 3 Connector_Property_TYPE_INFORMATIONAL Connector_Property_Type = 4 )
func (Connector_Property_Type) Descriptor ¶
func (Connector_Property_Type) Descriptor() protoreflect.EnumDescriptor
func (Connector_Property_Type) Enum ¶
func (x Connector_Property_Type) Enum() *Connector_Property_Type
func (Connector_Property_Type) EnumDescriptor
deprecated
func (Connector_Property_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use Connector_Property_Type.Descriptor instead.
func (Connector_Property_Type) Number ¶
func (x Connector_Property_Type) Number() protoreflect.EnumNumber
func (Connector_Property_Type) String ¶
func (x Connector_Property_Type) String() string
func (Connector_Property_Type) Type ¶
func (Connector_Property_Type) Type() protoreflect.EnumType
type CreateInstanceRequest ¶
type CreateInstanceRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` OlapDriver string `protobuf:"bytes,2,opt,name=olap_driver,json=olapDriver,proto3" json:"olap_driver,omitempty"` OlapDsn string `protobuf:"bytes,3,opt,name=olap_dsn,json=olapDsn,proto3" json:"olap_dsn,omitempty"` RepoDriver string `protobuf:"bytes,4,opt,name=repo_driver,json=repoDriver,proto3" json:"repo_driver,omitempty"` RepoDsn string `protobuf:"bytes,5,opt,name=repo_dsn,json=repoDsn,proto3" json:"repo_dsn,omitempty"` EmbedCatalog bool `protobuf:"varint,6,opt,name=embed_catalog,json=embedCatalog,proto3" json:"embed_catalog,omitempty"` Variables map[string]string `` /* 159-byte string literal not displayed */ IngestionLimitBytes int64 `protobuf:"varint,8,opt,name=ingestion_limit_bytes,json=ingestionLimitBytes,proto3" json:"ingestion_limit_bytes,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) GetEmbedCatalog ¶
func (x *CreateInstanceRequest) GetEmbedCatalog() bool
func (*CreateInstanceRequest) GetIngestionLimitBytes ¶ added in v0.24.0
func (x *CreateInstanceRequest) GetIngestionLimitBytes() int64
func (*CreateInstanceRequest) GetInstanceId ¶
func (x *CreateInstanceRequest) GetInstanceId() string
func (*CreateInstanceRequest) GetOlapDriver ¶
func (x *CreateInstanceRequest) GetOlapDriver() string
func (*CreateInstanceRequest) GetOlapDsn ¶
func (x *CreateInstanceRequest) GetOlapDsn() string
func (*CreateInstanceRequest) GetRepoDriver ¶
func (x *CreateInstanceRequest) GetRepoDriver() string
func (*CreateInstanceRequest) GetRepoDsn ¶
func (x *CreateInstanceRequest) GetRepoDsn() string
func (*CreateInstanceRequest) GetVariables ¶ added in v0.23.0
func (x *CreateInstanceRequest) GetVariables() map[string]string
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
func (m CreateInstanceRequestMultiError) Error() string
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
func (e CreateInstanceRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateInstanceRequestValidationError) Error ¶ added in v0.20.0
func (e CreateInstanceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateInstanceRequestValidationError) ErrorName ¶ added in v0.20.0
func (e CreateInstanceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateInstanceRequestValidationError) Field ¶ added in v0.20.0
func (e CreateInstanceRequestValidationError) Field() string
Field function returns field value.
func (CreateInstanceRequestValidationError) Key ¶ added in v0.20.0
func (e CreateInstanceRequestValidationError) Key() bool
Key function returns key value.
func (CreateInstanceRequestValidationError) Reason ¶ added in v0.20.0
func (e CreateInstanceRequestValidationError) Reason() string
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
func (m CreateInstanceResponseMultiError) Error() string
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
func (e CreateInstanceResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateInstanceResponseValidationError) Error ¶ added in v0.20.0
func (e CreateInstanceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateInstanceResponseValidationError) ErrorName ¶ added in v0.20.0
func (e CreateInstanceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateInstanceResponseValidationError) Field ¶ added in v0.20.0
func (e CreateInstanceResponseValidationError) Field() string
Field function returns field value.
func (CreateInstanceResponseValidationError) Key ¶ added in v0.20.0
func (e CreateInstanceResponseValidationError) Key() bool
Key function returns key value.
func (CreateInstanceResponseValidationError) Reason ¶ added in v0.20.0
func (e CreateInstanceResponseValidationError) 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 (x *DeleteFileAndReconcileRequest) GetPath() string
func (*DeleteFileAndReconcileRequest) GetStrict ¶
func (x *DeleteFileAndReconcileRequest) GetStrict() bool
func (*DeleteFileAndReconcileRequest) ProtoMessage ¶
func (*DeleteFileAndReconcileRequest) ProtoMessage()
func (*DeleteFileAndReconcileRequest) ProtoReflect ¶
func (x *DeleteFileAndReconcileRequest) ProtoReflect() protoreflect.Message
func (*DeleteFileAndReconcileRequest) Reset ¶
func (x *DeleteFileAndReconcileRequest) Reset()
func (*DeleteFileAndReconcileRequest) String ¶
func (x *DeleteFileAndReconcileRequest) String() 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
func (m DeleteFileAndReconcileRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteFileAndReconcileRequestMultiError) Error ¶ added in v0.20.0
func (m DeleteFileAndReconcileRequestMultiError) Error() string
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
func (e DeleteFileAndReconcileRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteFileAndReconcileRequestValidationError) Error ¶ added in v0.20.0
func (e DeleteFileAndReconcileRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteFileAndReconcileRequestValidationError) ErrorName ¶ added in v0.20.0
func (e DeleteFileAndReconcileRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteFileAndReconcileRequestValidationError) Field ¶ added in v0.20.0
func (e DeleteFileAndReconcileRequestValidationError) Field() string
Field function returns field value.
func (DeleteFileAndReconcileRequestValidationError) Key ¶ added in v0.20.0
func (e DeleteFileAndReconcileRequestValidationError) Key() bool
Key function returns key value.
func (DeleteFileAndReconcileRequestValidationError) Reason ¶ added in v0.20.0
func (e DeleteFileAndReconcileRequestValidationError) Reason() string
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 (x *DeleteFileAndReconcileResponse) GetErrors() []*ReconcileError
func (*DeleteFileAndReconcileResponse) ProtoMessage ¶
func (*DeleteFileAndReconcileResponse) ProtoMessage()
func (*DeleteFileAndReconcileResponse) ProtoReflect ¶
func (x *DeleteFileAndReconcileResponse) ProtoReflect() protoreflect.Message
func (*DeleteFileAndReconcileResponse) Reset ¶
func (x *DeleteFileAndReconcileResponse) Reset()
func (*DeleteFileAndReconcileResponse) String ¶
func (x *DeleteFileAndReconcileResponse) String() 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
func (m DeleteFileAndReconcileResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteFileAndReconcileResponseMultiError) Error ¶ added in v0.20.0
func (m DeleteFileAndReconcileResponseMultiError) Error() string
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
func (e DeleteFileAndReconcileResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteFileAndReconcileResponseValidationError) Error ¶ added in v0.20.0
func (e DeleteFileAndReconcileResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteFileAndReconcileResponseValidationError) ErrorName ¶ added in v0.20.0
func (e DeleteFileAndReconcileResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteFileAndReconcileResponseValidationError) Field ¶ added in v0.20.0
func (e DeleteFileAndReconcileResponseValidationError) Field() string
Field function returns field value.
func (DeleteFileAndReconcileResponseValidationError) Key ¶ added in v0.20.0
func (e DeleteFileAndReconcileResponseValidationError) Key() bool
Key function returns key value.
func (DeleteFileAndReconcileResponseValidationError) Reason ¶ added in v0.20.0
func (e DeleteFileAndReconcileResponseValidationError) Reason() string
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
func (m DeleteFileRequestMultiError) Error() string
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
func (e DeleteFileRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteFileRequestValidationError) Error ¶ added in v0.20.0
func (e DeleteFileRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteFileRequestValidationError) ErrorName ¶ added in v0.20.0
func (e DeleteFileRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteFileRequestValidationError) Field ¶ added in v0.20.0
func (e DeleteFileRequestValidationError) Field() string
Field function returns field value.
func (DeleteFileRequestValidationError) Key ¶ added in v0.20.0
func (e DeleteFileRequestValidationError) Key() bool
Key function returns key value.
func (DeleteFileRequestValidationError) Reason ¶ added in v0.20.0
func (e DeleteFileRequestValidationError) Reason() string
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
func (m DeleteFileResponseMultiError) Error() string
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
func (e DeleteFileResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteFileResponseValidationError) Error ¶ added in v0.20.0
func (e DeleteFileResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteFileResponseValidationError) ErrorName ¶ added in v0.20.0
func (e DeleteFileResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteFileResponseValidationError) Field ¶ added in v0.20.0
func (e DeleteFileResponseValidationError) Field() string
Field function returns field value.
func (DeleteFileResponseValidationError) Key ¶ added in v0.20.0
func (e DeleteFileResponseValidationError) Key() bool
Key function returns key value.
func (DeleteFileResponseValidationError) Reason ¶ added in v0.20.0
func (e DeleteFileResponseValidationError) Reason() string
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"` DropDb bool `protobuf:"varint,2,opt,name=drop_db,json=dropDb,proto3" json:"drop_db,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) GetDropDb ¶ added in v0.23.0
func (x *DeleteInstanceRequest) GetDropDb() 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
func (m DeleteInstanceRequestMultiError) Error() string
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
func (e DeleteInstanceRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteInstanceRequestValidationError) Error ¶ added in v0.20.0
func (e DeleteInstanceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteInstanceRequestValidationError) ErrorName ¶ added in v0.20.0
func (e DeleteInstanceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteInstanceRequestValidationError) Field ¶ added in v0.20.0
func (e DeleteInstanceRequestValidationError) Field() string
Field function returns field value.
func (DeleteInstanceRequestValidationError) Key ¶ added in v0.20.0
func (e DeleteInstanceRequestValidationError) Key() bool
Key function returns key value.
func (DeleteInstanceRequestValidationError) Reason ¶ added in v0.20.0
func (e DeleteInstanceRequestValidationError) Reason() string
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
func (m DeleteInstanceResponseMultiError) Error() string
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
func (e DeleteInstanceResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteInstanceResponseValidationError) Error ¶ added in v0.20.0
func (e DeleteInstanceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteInstanceResponseValidationError) ErrorName ¶ added in v0.20.0
func (e DeleteInstanceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteInstanceResponseValidationError) Field ¶ added in v0.20.0
func (e DeleteInstanceResponseValidationError) Field() string
Field function returns field value.
func (DeleteInstanceResponseValidationError) Key ¶ added in v0.20.0
func (e DeleteInstanceResponseValidationError) Key() bool
Key function returns key value.
func (DeleteInstanceResponseValidationError) Reason ¶ added in v0.20.0
func (e DeleteInstanceResponseValidationError) 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"` OlapDriver string `protobuf:"bytes,2,opt,name=olap_driver,json=olapDriver,proto3" json:"olap_driver,omitempty"` OlapDsn string `protobuf:"bytes,3,opt,name=olap_dsn,json=olapDsn,proto3" json:"olap_dsn,omitempty"` RepoDriver string `protobuf:"bytes,4,opt,name=repo_driver,json=repoDriver,proto3" json:"repo_driver,omitempty"` RepoDsn string `protobuf:"bytes,5,opt,name=repo_dsn,json=repoDsn,proto3" json:"repo_dsn,omitempty"` EmbedCatalog bool `protobuf:"varint,6,opt,name=embed_catalog,json=embedCatalog,proto3" json:"embed_catalog,omitempty"` Variables map[string]string `` /* 159-byte string literal not displayed */ IngestionLimitBytes int64 `protobuf:"varint,8,opt,name=ingestion_limit_bytes,json=ingestionLimitBytes,proto3" json:"ingestion_limit_bytes,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) GetEmbedCatalog ¶ added in v0.23.0
func (x *EditInstanceRequest) GetEmbedCatalog() bool
func (*EditInstanceRequest) GetIngestionLimitBytes ¶ added in v0.24.0
func (x *EditInstanceRequest) GetIngestionLimitBytes() int64
func (*EditInstanceRequest) GetInstanceId ¶ added in v0.23.0
func (x *EditInstanceRequest) GetInstanceId() string
func (*EditInstanceRequest) GetOlapDriver ¶ added in v0.23.0
func (x *EditInstanceRequest) GetOlapDriver() string
func (*EditInstanceRequest) GetOlapDsn ¶ added in v0.23.0
func (x *EditInstanceRequest) GetOlapDsn() string
func (*EditInstanceRequest) GetRepoDriver ¶ added in v0.23.0
func (x *EditInstanceRequest) GetRepoDriver() string
func (*EditInstanceRequest) GetRepoDsn ¶ added in v0.23.0
func (x *EditInstanceRequest) GetRepoDsn() string
func (*EditInstanceRequest) GetVariables ¶ added in v0.23.0
func (x *EditInstanceRequest) GetVariables() map[string]string
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
func (m EditInstanceRequestMultiError) Error() string
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
func (e EditInstanceRequestValidationError) Cause() error
Cause function returns cause value.
func (EditInstanceRequestValidationError) Error ¶ added in v0.23.0
func (e EditInstanceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (EditInstanceRequestValidationError) ErrorName ¶ added in v0.23.0
func (e EditInstanceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (EditInstanceRequestValidationError) Field ¶ added in v0.23.0
func (e EditInstanceRequestValidationError) Field() string
Field function returns field value.
func (EditInstanceRequestValidationError) Key ¶ added in v0.23.0
func (e EditInstanceRequestValidationError) Key() bool
Key function returns key value.
func (EditInstanceRequestValidationError) Reason ¶ added in v0.23.0
func (e EditInstanceRequestValidationError) Reason() string
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
func (m EditInstanceResponseMultiError) Error() string
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
func (e EditInstanceResponseValidationError) Cause() error
Cause function returns cause value.
func (EditInstanceResponseValidationError) Error ¶ added in v0.23.0
func (e EditInstanceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (EditInstanceResponseValidationError) ErrorName ¶ added in v0.23.0
func (e EditInstanceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (EditInstanceResponseValidationError) Field ¶ added in v0.23.0
func (e EditInstanceResponseValidationError) Field() string
Field function returns field value.
func (EditInstanceResponseValidationError) Key ¶ added in v0.23.0
func (e EditInstanceResponseValidationError) Key() bool
Key function returns key value.
func (EditInstanceResponseValidationError) Reason ¶ added in v0.23.0
func (e EditInstanceResponseValidationError) Reason() string
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
func (m GetCatalogEntryRequestMultiError) Error() string
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
func (e GetCatalogEntryRequestValidationError) Cause() error
Cause function returns cause value.
func (GetCatalogEntryRequestValidationError) Error ¶ added in v0.20.0
func (e GetCatalogEntryRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetCatalogEntryRequestValidationError) ErrorName ¶ added in v0.20.0
func (e GetCatalogEntryRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetCatalogEntryRequestValidationError) Field ¶ added in v0.20.0
func (e GetCatalogEntryRequestValidationError) Field() string
Field function returns field value.
func (GetCatalogEntryRequestValidationError) Key ¶ added in v0.20.0
func (e GetCatalogEntryRequestValidationError) Key() bool
Key function returns key value.
func (GetCatalogEntryRequestValidationError) Reason ¶ added in v0.20.0
func (e GetCatalogEntryRequestValidationError) Reason() string
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
func (m GetCatalogEntryResponseMultiError) Error() string
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
func (e GetCatalogEntryResponseValidationError) Cause() error
Cause function returns cause value.
func (GetCatalogEntryResponseValidationError) Error ¶ added in v0.20.0
func (e GetCatalogEntryResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetCatalogEntryResponseValidationError) ErrorName ¶ added in v0.20.0
func (e GetCatalogEntryResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetCatalogEntryResponseValidationError) Field ¶ added in v0.20.0
func (e GetCatalogEntryResponseValidationError) Field() string
Field function returns field value.
func (GetCatalogEntryResponseValidationError) Key ¶ added in v0.20.0
func (e GetCatalogEntryResponseValidationError) Key() bool
Key function returns key value.
func (GetCatalogEntryResponseValidationError) Reason ¶ added in v0.20.0
func (e GetCatalogEntryResponseValidationError) Reason() string
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
func (e GetFileRequestValidationError) Cause() error
Cause function returns cause value.
func (GetFileRequestValidationError) Error ¶ added in v0.20.0
func (e GetFileRequestValidationError) Error() string
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
func (e GetFileRequestValidationError) Field() string
Field function returns field value.
func (GetFileRequestValidationError) Key ¶ added in v0.20.0
func (e GetFileRequestValidationError) Key() bool
Key function returns key value.
func (GetFileRequestValidationError) Reason ¶ added in v0.20.0
func (e GetFileRequestValidationError) Reason() string
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 }
Reponse 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
func (m GetFileResponseMultiError) Error() string
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
func (e GetFileResponseValidationError) Cause() error
Cause function returns cause value.
func (GetFileResponseValidationError) Error ¶ added in v0.20.0
func (e GetFileResponseValidationError) Error() string
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
func (e GetFileResponseValidationError) Field() string
Field function returns field value.
func (GetFileResponseValidationError) Key ¶ added in v0.20.0
func (e GetFileResponseValidationError) Key() bool
Key function returns key value.
func (GetFileResponseValidationError) Reason ¶ added in v0.20.0
func (e GetFileResponseValidationError) Reason() string
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
func (m GetInstanceRequestMultiError) Error() string
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
func (e GetInstanceRequestValidationError) Cause() error
Cause function returns cause value.
func (GetInstanceRequestValidationError) Error ¶ added in v0.20.0
func (e GetInstanceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetInstanceRequestValidationError) ErrorName ¶ added in v0.20.0
func (e GetInstanceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetInstanceRequestValidationError) Field ¶ added in v0.20.0
func (e GetInstanceRequestValidationError) Field() string
Field function returns field value.
func (GetInstanceRequestValidationError) Key ¶ added in v0.20.0
func (e GetInstanceRequestValidationError) Key() bool
Key function returns key value.
func (GetInstanceRequestValidationError) Reason ¶ added in v0.20.0
func (e GetInstanceRequestValidationError) Reason() string
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
func (m GetInstanceResponseMultiError) Error() string
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
func (e GetInstanceResponseValidationError) Cause() error
Cause function returns cause value.
func (GetInstanceResponseValidationError) Error ¶ added in v0.20.0
func (e GetInstanceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetInstanceResponseValidationError) ErrorName ¶ added in v0.20.0
func (e GetInstanceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetInstanceResponseValidationError) Field ¶ added in v0.20.0
func (e GetInstanceResponseValidationError) Field() string
Field function returns field value.
func (GetInstanceResponseValidationError) Key ¶ added in v0.20.0
func (e GetInstanceResponseValidationError) Key() bool
Key function returns key value.
func (GetInstanceResponseValidationError) Reason ¶ added in v0.20.0
func (e GetInstanceResponseValidationError) Reason() string
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) Descriptor() protoreflect.EnumDescriptor
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 (x HistogramMethod) Number() protoreflect.EnumNumber
func (HistogramMethod) String ¶ added in v0.22.0
func (x HistogramMethod) String() string
func (HistogramMethod) Type ¶ added in v0.22.0
func (HistogramMethod) Type() protoreflect.EnumType
type Instance ¶
type Instance struct { // Identifier (UUID) InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // Driver to connect to for OLAP (options: duckdb, druid) OlapDriver string `protobuf:"bytes,2,opt,name=olap_driver,json=olapDriver,proto3" json:"olap_driver,omitempty"` // DSN for connection to OLAP OlapDsn string `protobuf:"bytes,3,opt,name=olap_dsn,json=olapDsn,proto3" json:"olap_dsn,omitempty"` // Driver for reading/editing code artifacts (options: file, metastore, github). // This enables virtualizing a file system in a cloud setting. RepoDriver string `protobuf:"bytes,4,opt,name=repo_driver,json=repoDriver,proto3" json:"repo_driver,omitempty"` // DSN for connecting to repo RepoDsn string `protobuf:"bytes,5,opt,name=repo_dsn,json=repoDsn,proto3" json:"repo_dsn,omitempty"` // If true, the runtime will store the instance's catalog in its OLAP store instead // of in the runtime's metadata store. Currently only supported for the duckdb driver. EmbedCatalog bool `protobuf:"varint,6,opt,name=embed_catalog,json=embedCatalog,proto3" json:"embed_catalog,omitempty"` // instance specific variables Variables map[string]string `` /* 159-byte string literal not displayed */ // project defaults ProjectVariables map[string]string `` /* 197-byte string literal not displayed */ // ingestion limit across all sources, 0 means no limit IngestionLimitBytes int64 `protobuf:"varint,9,opt,name=ingestion_limit_bytes,json=ingestionLimitBytes,proto3" json:"ingestion_limit_bytes,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) GetEmbedCatalog ¶
func (*Instance) GetIngestionLimitBytes ¶ added in v0.24.0
func (*Instance) GetInstanceId ¶
func (*Instance) GetOlapDriver ¶
func (*Instance) GetOlapDsn ¶
func (*Instance) GetProjectVariables ¶ added in v0.23.0
func (*Instance) GetRepoDriver ¶
func (*Instance) GetRepoDsn ¶
func (*Instance) GetVariables ¶ added in v0.23.0
func (*Instance) ProtoMessage ¶
func (*Instance) ProtoMessage()
func (*Instance) ProtoReflect ¶
func (x *Instance) ProtoReflect() protoreflect.Message
func (*Instance) Validate ¶ added in v0.20.0
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
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 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 (x *ListCatalogEntriesRequest) GetType() ObjectType
func (*ListCatalogEntriesRequest) ProtoMessage ¶
func (*ListCatalogEntriesRequest) ProtoMessage()
func (*ListCatalogEntriesRequest) ProtoReflect ¶
func (x *ListCatalogEntriesRequest) ProtoReflect() protoreflect.Message
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
func (m ListCatalogEntriesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListCatalogEntriesRequestMultiError) Error ¶ added in v0.20.0
func (m ListCatalogEntriesRequestMultiError) Error() string
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
func (e ListCatalogEntriesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListCatalogEntriesRequestValidationError) Error ¶ added in v0.20.0
func (e ListCatalogEntriesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListCatalogEntriesRequestValidationError) ErrorName ¶ added in v0.20.0
func (e ListCatalogEntriesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListCatalogEntriesRequestValidationError) Field ¶ added in v0.20.0
func (e ListCatalogEntriesRequestValidationError) Field() string
Field function returns field value.
func (ListCatalogEntriesRequestValidationError) Key ¶ added in v0.20.0
func (e ListCatalogEntriesRequestValidationError) Key() bool
Key function returns key value.
func (ListCatalogEntriesRequestValidationError) Reason ¶ added in v0.20.0
func (e ListCatalogEntriesRequestValidationError) Reason() string
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 (x *ListCatalogEntriesResponse) ProtoReflect() protoreflect.Message
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
func (m ListCatalogEntriesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListCatalogEntriesResponseMultiError) Error ¶ added in v0.20.0
func (m ListCatalogEntriesResponseMultiError) Error() string
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
func (e ListCatalogEntriesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListCatalogEntriesResponseValidationError) Error ¶ added in v0.20.0
func (e ListCatalogEntriesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListCatalogEntriesResponseValidationError) ErrorName ¶ added in v0.20.0
func (e ListCatalogEntriesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListCatalogEntriesResponseValidationError) Field ¶ added in v0.20.0
func (e ListCatalogEntriesResponseValidationError) Field() string
Field function returns field value.
func (ListCatalogEntriesResponseValidationError) Key ¶ added in v0.20.0
func (e ListCatalogEntriesResponseValidationError) Key() bool
Key function returns key value.
func (ListCatalogEntriesResponseValidationError) Reason ¶ added in v0.20.0
func (e ListCatalogEntriesResponseValidationError) Reason() string
Reason function returns reason value.
type ListConnectorsRequest ¶
type ListConnectorsRequest struct {
// contains filtered or unexported fields
}
Request message for RuntimeService.ListConnectors
func (*ListConnectorsRequest) Descriptor
deprecated
func (*ListConnectorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListConnectorsRequest.ProtoReflect.Descriptor instead.
func (*ListConnectorsRequest) ProtoMessage ¶
func (*ListConnectorsRequest) ProtoMessage()
func (*ListConnectorsRequest) ProtoReflect ¶
func (x *ListConnectorsRequest) ProtoReflect() protoreflect.Message
func (*ListConnectorsRequest) Reset ¶
func (x *ListConnectorsRequest) Reset()
func (*ListConnectorsRequest) String ¶
func (x *ListConnectorsRequest) String() string
func (*ListConnectorsRequest) Validate ¶ added in v0.20.0
func (m *ListConnectorsRequest) Validate() error
Validate checks the field values on ListConnectorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListConnectorsRequest) ValidateAll ¶ added in v0.20.0
func (m *ListConnectorsRequest) ValidateAll() error
ValidateAll checks the field values on ListConnectorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListConnectorsRequestMultiError, or nil if none found.
type ListConnectorsRequestMultiError ¶ added in v0.20.0
type ListConnectorsRequestMultiError []error
ListConnectorsRequestMultiError is an error wrapping multiple validation errors returned by ListConnectorsRequest.ValidateAll() if the designated constraints aren't met.
func (ListConnectorsRequestMultiError) AllErrors ¶ added in v0.20.0
func (m ListConnectorsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListConnectorsRequestMultiError) Error ¶ added in v0.20.0
func (m ListConnectorsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListConnectorsRequestValidationError ¶ added in v0.20.0
type ListConnectorsRequestValidationError struct {
// contains filtered or unexported fields
}
ListConnectorsRequestValidationError is the validation error returned by ListConnectorsRequest.Validate if the designated constraints aren't met.
func (ListConnectorsRequestValidationError) Cause ¶ added in v0.20.0
func (e ListConnectorsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListConnectorsRequestValidationError) Error ¶ added in v0.20.0
func (e ListConnectorsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListConnectorsRequestValidationError) ErrorName ¶ added in v0.20.0
func (e ListConnectorsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListConnectorsRequestValidationError) Field ¶ added in v0.20.0
func (e ListConnectorsRequestValidationError) Field() string
Field function returns field value.
func (ListConnectorsRequestValidationError) Key ¶ added in v0.20.0
func (e ListConnectorsRequestValidationError) Key() bool
Key function returns key value.
func (ListConnectorsRequestValidationError) Reason ¶ added in v0.20.0
func (e ListConnectorsRequestValidationError) Reason() string
Reason function returns reason value.
type ListConnectorsResponse ¶
type ListConnectorsResponse struct { Connectors []*Connector `protobuf:"bytes,1,rep,name=connectors,proto3" json:"connectors,omitempty"` // contains filtered or unexported fields }
Response message for RuntimeService.ListConnectors
func (*ListConnectorsResponse) Descriptor
deprecated
func (*ListConnectorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListConnectorsResponse.ProtoReflect.Descriptor instead.
func (*ListConnectorsResponse) GetConnectors ¶
func (x *ListConnectorsResponse) GetConnectors() []*Connector
func (*ListConnectorsResponse) ProtoMessage ¶
func (*ListConnectorsResponse) ProtoMessage()
func (*ListConnectorsResponse) ProtoReflect ¶
func (x *ListConnectorsResponse) ProtoReflect() protoreflect.Message
func (*ListConnectorsResponse) Reset ¶
func (x *ListConnectorsResponse) Reset()
func (*ListConnectorsResponse) String ¶
func (x *ListConnectorsResponse) String() string
func (*ListConnectorsResponse) Validate ¶ added in v0.20.0
func (m *ListConnectorsResponse) Validate() error
Validate checks the field values on ListConnectorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListConnectorsResponse) ValidateAll ¶ added in v0.20.0
func (m *ListConnectorsResponse) ValidateAll() error
ValidateAll checks the field values on ListConnectorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListConnectorsResponseMultiError, or nil if none found.
type ListConnectorsResponseMultiError ¶ added in v0.20.0
type ListConnectorsResponseMultiError []error
ListConnectorsResponseMultiError is an error wrapping multiple validation errors returned by ListConnectorsResponse.ValidateAll() if the designated constraints aren't met.
func (ListConnectorsResponseMultiError) AllErrors ¶ added in v0.20.0
func (m ListConnectorsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListConnectorsResponseMultiError) Error ¶ added in v0.20.0
func (m ListConnectorsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListConnectorsResponseValidationError ¶ added in v0.20.0
type ListConnectorsResponseValidationError struct {
// contains filtered or unexported fields
}
ListConnectorsResponseValidationError is the validation error returned by ListConnectorsResponse.Validate if the designated constraints aren't met.
func (ListConnectorsResponseValidationError) Cause ¶ added in v0.20.0
func (e ListConnectorsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListConnectorsResponseValidationError) Error ¶ added in v0.20.0
func (e ListConnectorsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListConnectorsResponseValidationError) ErrorName ¶ added in v0.20.0
func (e ListConnectorsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListConnectorsResponseValidationError) Field ¶ added in v0.20.0
func (e ListConnectorsResponseValidationError) Field() string
Field function returns field value.
func (ListConnectorsResponseValidationError) Key ¶ added in v0.20.0
func (e ListConnectorsResponseValidationError) Key() bool
Key function returns key value.
func (ListConnectorsResponseValidationError) Reason ¶ added in v0.20.0
func (e ListConnectorsResponseValidationError) Reason() string
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
func (m ListFilesRequestMultiError) Error() string
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
func (e ListFilesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListFilesRequestValidationError) Error ¶ added in v0.20.0
func (e ListFilesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListFilesRequestValidationError) ErrorName ¶ added in v0.20.0
func (e ListFilesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListFilesRequestValidationError) Field ¶ added in v0.20.0
func (e ListFilesRequestValidationError) Field() string
Field function returns field value.
func (ListFilesRequestValidationError) Key ¶ added in v0.20.0
func (e ListFilesRequestValidationError) Key() bool
Key function returns key value.
func (ListFilesRequestValidationError) Reason ¶ added in v0.20.0
func (e ListFilesRequestValidationError) Reason() string
Reason function returns reason value.
type ListFilesResponse ¶
type ListFilesResponse struct { Paths []string `protobuf:"bytes,1,rep,name=paths,proto3" json:"paths,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) GetPaths ¶
func (x *ListFilesResponse) GetPaths() []string
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
func (m ListFilesResponseMultiError) Error() string
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
func (e ListFilesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListFilesResponseValidationError) Error ¶ added in v0.20.0
func (e ListFilesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListFilesResponseValidationError) ErrorName ¶ added in v0.20.0
func (e ListFilesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListFilesResponseValidationError) Field ¶ added in v0.20.0
func (e ListFilesResponseValidationError) Field() string
Field function returns field value.
func (ListFilesResponseValidationError) Key ¶ added in v0.20.0
func (e ListFilesResponseValidationError) Key() bool
Key function returns key value.
func (ListFilesResponseValidationError) Reason ¶ added in v0.20.0
func (e ListFilesResponseValidationError) Reason() string
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
func (m ListInstancesRequestMultiError) Error() string
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
func (e ListInstancesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListInstancesRequestValidationError) Error ¶ added in v0.20.0
func (e ListInstancesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListInstancesRequestValidationError) ErrorName ¶ added in v0.20.0
func (e ListInstancesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListInstancesRequestValidationError) Field ¶ added in v0.20.0
func (e ListInstancesRequestValidationError) Field() string
Field function returns field value.
func (ListInstancesRequestValidationError) Key ¶ added in v0.20.0
func (e ListInstancesRequestValidationError) Key() bool
Key function returns key value.
func (ListInstancesRequestValidationError) Reason ¶ added in v0.20.0
func (e ListInstancesRequestValidationError) Reason() string
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
func (m ListInstancesResponseMultiError) Error() string
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
func (e ListInstancesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListInstancesResponseValidationError) Error ¶ added in v0.20.0
func (e ListInstancesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListInstancesResponseValidationError) ErrorName ¶ added in v0.20.0
func (e ListInstancesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListInstancesResponseValidationError) Field ¶ added in v0.20.0
func (e ListInstancesResponseValidationError) Field() string
Field function returns field value.
func (ListInstancesResponseValidationError) Key ¶ added in v0.20.0
func (e ListInstancesResponseValidationError) Key() bool
Key function returns key value.
func (ListInstancesResponseValidationError) Reason ¶ added in v0.20.0
func (e ListInstancesResponseValidationError) 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) GetKeyType ¶
func (*MapType) GetValueType ¶
func (*MapType) ProtoMessage ¶
func (*MapType) ProtoMessage()
func (*MapType) ProtoReflect ¶
func (x *MapType) ProtoReflect() protoreflect.Message
func (*MapType) Validate ¶ added in v0.20.0
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
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"` // 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) 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) 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) 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 MetricsViewColumn ¶
type MetricsViewColumn struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` Nullable bool `protobuf:"varint,3,opt,name=nullable,proto3" json:"nullable,omitempty"` // contains filtered or unexported fields }
MetricsViewColumn represents a column in a metrics view
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
func (m MetricsViewColumnMultiError) Error() string
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
func (e MetricsViewColumnValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewColumnValidationError) Error ¶ added in v0.20.0
func (e MetricsViewColumnValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewColumnValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsViewColumnValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewColumnValidationError) Field ¶ added in v0.20.0
func (e MetricsViewColumnValidationError) Field() string
Field function returns field value.
func (MetricsViewColumnValidationError) Key ¶ added in v0.20.0
func (e MetricsViewColumnValidationError) Key() bool
Key function returns key value.
func (MetricsViewColumnValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewColumnValidationError) Reason() string
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 }
Filter clause for metrics view requests
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
func (m MetricsViewFilterMultiError) Error() string
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
func (e MetricsViewFilterValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewFilterValidationError) Error ¶ added in v0.20.0
func (e MetricsViewFilterValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewFilterValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsViewFilterValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewFilterValidationError) Field ¶ added in v0.20.0
func (e MetricsViewFilterValidationError) Field() string
Field function returns field value.
func (MetricsViewFilterValidationError) Key ¶ added in v0.20.0
func (e MetricsViewFilterValidationError) Key() bool
Key function returns key value.
func (MetricsViewFilterValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewFilterValidationError) Reason() string
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
func (m MetricsViewFilter_CondMultiError) Error() string
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
func (e MetricsViewFilter_CondValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewFilter_CondValidationError) Error ¶ added in v0.20.0
func (e MetricsViewFilter_CondValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewFilter_CondValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsViewFilter_CondValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewFilter_CondValidationError) Field ¶ added in v0.20.0
func (e MetricsViewFilter_CondValidationError) Field() string
Field function returns field value.
func (MetricsViewFilter_CondValidationError) Key ¶ added in v0.20.0
func (e MetricsViewFilter_CondValidationError) Key() bool
Key function returns key value.
func (MetricsViewFilter_CondValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewFilter_CondValidationError) Reason() string
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 MetricsViewSort ¶
type MetricsViewSort struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Ascending bool `protobuf:"varint,2,opt,name=ascending,proto3" json:"ascending,omitempty"` // contains filtered or unexported fields }
Sort clause for metrics view requests
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
func (m MetricsViewSortMultiError) Error() string
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
func (e MetricsViewSortValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSortValidationError) Error ¶ added in v0.20.0
func (e MetricsViewSortValidationError) Error() string
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
func (e MetricsViewSortValidationError) Field() string
Field function returns field value.
func (MetricsViewSortValidationError) Key ¶ added in v0.20.0
func (e MetricsViewSortValidationError) Key() bool
Key function returns key value.
func (MetricsViewSortValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewSortValidationError) Reason() string
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"` MeasureNames []string `protobuf:"bytes,3,rep,name=measure_names,json=measureNames,proto3" json:"measure_names,omitempty"` TimeStart *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"` TimeEnd *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"` TimeGranularity TimeGrain `` /* 138-byte string literal not displayed */ Filter *MetricsViewFilter `protobuf:"bytes,7,opt,name=filter,proto3" json:"filter,omitempty"` Priority int32 `protobuf:"varint,8,opt,name=priority,proto3" json:"priority,omitempty"` // contains filtered or unexported fields }
Request message for QueryService.MetricsViewTimeSeries
func (*MetricsViewTimeSeriesRequest) Descriptor
deprecated
func (*MetricsViewTimeSeriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewTimeSeriesRequest.ProtoReflect.Descriptor instead.
func (*MetricsViewTimeSeriesRequest) GetFilter ¶
func (x *MetricsViewTimeSeriesRequest) GetFilter() *MetricsViewFilter
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 (x *MetricsViewTimeSeriesRequest) GetTimeEnd() *timestamppb.Timestamp
func (*MetricsViewTimeSeriesRequest) GetTimeGranularity ¶
func (x *MetricsViewTimeSeriesRequest) GetTimeGranularity() TimeGrain
func (*MetricsViewTimeSeriesRequest) GetTimeStart ¶
func (x *MetricsViewTimeSeriesRequest) GetTimeStart() *timestamppb.Timestamp
func (*MetricsViewTimeSeriesRequest) ProtoMessage ¶
func (*MetricsViewTimeSeriesRequest) ProtoMessage()
func (*MetricsViewTimeSeriesRequest) ProtoReflect ¶
func (x *MetricsViewTimeSeriesRequest) ProtoReflect() protoreflect.Message
func (*MetricsViewTimeSeriesRequest) Reset ¶
func (x *MetricsViewTimeSeriesRequest) Reset()
func (*MetricsViewTimeSeriesRequest) String ¶
func (x *MetricsViewTimeSeriesRequest) String() 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
func (m MetricsViewTimeSeriesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewTimeSeriesRequestMultiError) Error ¶ added in v0.20.0
func (m MetricsViewTimeSeriesRequestMultiError) Error() string
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
func (e MetricsViewTimeSeriesRequestValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewTimeSeriesRequestValidationError) Error ¶ added in v0.20.0
func (e MetricsViewTimeSeriesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewTimeSeriesRequestValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsViewTimeSeriesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewTimeSeriesRequestValidationError) Field ¶ added in v0.20.0
func (e MetricsViewTimeSeriesRequestValidationError) Field() string
Field function returns field value.
func (MetricsViewTimeSeriesRequestValidationError) Key ¶ added in v0.20.0
func (e MetricsViewTimeSeriesRequestValidationError) Key() bool
Key function returns key value.
func (MetricsViewTimeSeriesRequestValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewTimeSeriesRequestValidationError) Reason() string
Reason function returns reason value.
type MetricsViewTimeSeriesResponse ¶
type MetricsViewTimeSeriesResponse struct { Meta []*MetricsViewColumn `protobuf:"bytes,1,rep,name=meta,proto3" json:"meta,omitempty"` Data []*TimeSeriesValue `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Response message for QueryService.MetricsViewTimeSeries
func (*MetricsViewTimeSeriesResponse) Descriptor
deprecated
func (*MetricsViewTimeSeriesResponse) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewTimeSeriesResponse.ProtoReflect.Descriptor instead.
func (*MetricsViewTimeSeriesResponse) GetData ¶
func (x *MetricsViewTimeSeriesResponse) GetData() []*TimeSeriesValue
func (*MetricsViewTimeSeriesResponse) GetMeta ¶
func (x *MetricsViewTimeSeriesResponse) GetMeta() []*MetricsViewColumn
func (*MetricsViewTimeSeriesResponse) ProtoMessage ¶
func (*MetricsViewTimeSeriesResponse) ProtoMessage()
func (*MetricsViewTimeSeriesResponse) ProtoReflect ¶
func (x *MetricsViewTimeSeriesResponse) ProtoReflect() protoreflect.Message
func (*MetricsViewTimeSeriesResponse) Reset ¶
func (x *MetricsViewTimeSeriesResponse) Reset()
func (*MetricsViewTimeSeriesResponse) String ¶
func (x *MetricsViewTimeSeriesResponse) String() 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
func (m MetricsViewTimeSeriesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewTimeSeriesResponseMultiError) Error ¶ added in v0.20.0
func (m MetricsViewTimeSeriesResponseMultiError) Error() string
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
func (e MetricsViewTimeSeriesResponseValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewTimeSeriesResponseValidationError) Error ¶ added in v0.20.0
func (e MetricsViewTimeSeriesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewTimeSeriesResponseValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsViewTimeSeriesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewTimeSeriesResponseValidationError) Field ¶ added in v0.20.0
func (e MetricsViewTimeSeriesResponseValidationError) Field() string
Field function returns field value.
func (MetricsViewTimeSeriesResponseValidationError) Key ¶ added in v0.20.0
func (e MetricsViewTimeSeriesResponseValidationError) Key() bool
Key function returns key value.
func (MetricsViewTimeSeriesResponseValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewTimeSeriesResponseValidationError) Reason() string
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"` 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"` Filter *MetricsViewFilter `protobuf:"bytes,10,opt,name=filter,proto3" json:"filter,omitempty"` Priority int32 `protobuf:"varint,11,opt,name=priority,proto3" json:"priority,omitempty"` // contains filtered or unexported fields }
Request message for QueryService.MetricsViewToplist
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 (x *MetricsViewToplistRequest) GetFilter() *MetricsViewFilter
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 (x *MetricsViewToplistRequest) GetSort() []*MetricsViewSort
func (*MetricsViewToplistRequest) GetTimeEnd ¶
func (x *MetricsViewToplistRequest) GetTimeEnd() *timestamppb.Timestamp
func (*MetricsViewToplistRequest) GetTimeStart ¶
func (x *MetricsViewToplistRequest) GetTimeStart() *timestamppb.Timestamp
func (*MetricsViewToplistRequest) ProtoMessage ¶
func (*MetricsViewToplistRequest) ProtoMessage()
func (*MetricsViewToplistRequest) ProtoReflect ¶
func (x *MetricsViewToplistRequest) ProtoReflect() protoreflect.Message
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
func (m MetricsViewToplistRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewToplistRequestMultiError) Error ¶ added in v0.20.0
func (m MetricsViewToplistRequestMultiError) Error() string
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
func (e MetricsViewToplistRequestValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewToplistRequestValidationError) Error ¶ added in v0.20.0
func (e MetricsViewToplistRequestValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewToplistRequestValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsViewToplistRequestValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewToplistRequestValidationError) Field ¶ added in v0.20.0
func (e MetricsViewToplistRequestValidationError) Field() string
Field function returns field value.
func (MetricsViewToplistRequestValidationError) Key ¶ added in v0.20.0
func (e MetricsViewToplistRequestValidationError) Key() bool
Key function returns key value.
func (MetricsViewToplistRequestValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewToplistRequestValidationError) Reason() string
Reason function returns reason value.
type MetricsViewToplistResponse ¶
type MetricsViewToplistResponse struct { Meta []*MetricsViewColumn `protobuf:"bytes,1,rep,name=meta,proto3" json:"meta,omitempty"` Data []*structpb.Struct `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Response message for QueryService.MetricsViewToplist
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 (x *MetricsViewToplistResponse) GetMeta() []*MetricsViewColumn
func (*MetricsViewToplistResponse) ProtoMessage ¶
func (*MetricsViewToplistResponse) ProtoMessage()
func (*MetricsViewToplistResponse) ProtoReflect ¶
func (x *MetricsViewToplistResponse) ProtoReflect() protoreflect.Message
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
func (m MetricsViewToplistResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewToplistResponseMultiError) Error ¶ added in v0.20.0
func (m MetricsViewToplistResponseMultiError) Error() string
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
func (e MetricsViewToplistResponseValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewToplistResponseValidationError) Error ¶ added in v0.20.0
func (e MetricsViewToplistResponseValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewToplistResponseValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsViewToplistResponseValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewToplistResponseValidationError) Field ¶ added in v0.20.0
func (e MetricsViewToplistResponseValidationError) Field() string
Field function returns field value.
func (MetricsViewToplistResponseValidationError) Key ¶ added in v0.20.0
func (e MetricsViewToplistResponseValidationError) Key() bool
Key function returns key value.
func (MetricsViewToplistResponseValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewToplistResponseValidationError) Reason() string
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"` MeasureNames []string `protobuf:"bytes,3,rep,name=measure_names,json=measureNames,proto3" json:"measure_names,omitempty"` TimeStart *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"` TimeEnd *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"` Filter *MetricsViewFilter `protobuf:"bytes,7,opt,name=filter,proto3" json:"filter,omitempty"` Priority int32 `protobuf:"varint,8,opt,name=priority,proto3" json:"priority,omitempty"` // contains filtered or unexported fields }
Request message for QueryService.MetricsViewTotals
func (*MetricsViewTotalsRequest) Descriptor
deprecated
func (*MetricsViewTotalsRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewTotalsRequest.ProtoReflect.Descriptor instead.
func (*MetricsViewTotalsRequest) GetFilter ¶
func (x *MetricsViewTotalsRequest) GetFilter() *MetricsViewFilter
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 (x *MetricsViewTotalsRequest) GetTimeEnd() *timestamppb.Timestamp
func (*MetricsViewTotalsRequest) GetTimeStart ¶
func (x *MetricsViewTotalsRequest) GetTimeStart() *timestamppb.Timestamp
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
func (m MetricsViewTotalsRequestMultiError) Error() string
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
func (e MetricsViewTotalsRequestValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewTotalsRequestValidationError) Error ¶ added in v0.20.0
func (e MetricsViewTotalsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewTotalsRequestValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsViewTotalsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewTotalsRequestValidationError) Field ¶ added in v0.20.0
func (e MetricsViewTotalsRequestValidationError) Field() string
Field function returns field value.
func (MetricsViewTotalsRequestValidationError) Key ¶ added in v0.20.0
func (e MetricsViewTotalsRequestValidationError) Key() bool
Key function returns key value.
func (MetricsViewTotalsRequestValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewTotalsRequestValidationError) Reason() string
Reason function returns reason value.
type MetricsViewTotalsResponse ¶
type MetricsViewTotalsResponse struct { Meta []*MetricsViewColumn `protobuf:"bytes,1,rep,name=meta,proto3" json:"meta,omitempty"` Data *structpb.Struct `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Response message for QueryService.MetricsViewTotals
func (*MetricsViewTotalsResponse) Descriptor
deprecated
func (*MetricsViewTotalsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewTotalsResponse.ProtoReflect.Descriptor instead.
func (*MetricsViewTotalsResponse) GetData ¶
func (x *MetricsViewTotalsResponse) GetData() *structpb.Struct
func (*MetricsViewTotalsResponse) GetMeta ¶
func (x *MetricsViewTotalsResponse) GetMeta() []*MetricsViewColumn
func (*MetricsViewTotalsResponse) ProtoMessage ¶
func (*MetricsViewTotalsResponse) ProtoMessage()
func (*MetricsViewTotalsResponse) ProtoReflect ¶
func (x *MetricsViewTotalsResponse) ProtoReflect() protoreflect.Message
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
func (m MetricsViewTotalsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewTotalsResponseMultiError) Error ¶ added in v0.20.0
func (m MetricsViewTotalsResponseMultiError) Error() string
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
func (e MetricsViewTotalsResponseValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewTotalsResponseValidationError) Error ¶ added in v0.20.0
func (e MetricsViewTotalsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewTotalsResponseValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsViewTotalsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewTotalsResponseValidationError) Field ¶ added in v0.20.0
func (e MetricsViewTotalsResponseValidationError) Field() string
Field function returns field value.
func (MetricsViewTotalsResponseValidationError) Key ¶ added in v0.20.0
func (e MetricsViewTotalsResponseValidationError) Key() bool
Key function returns key value.
func (MetricsViewTotalsResponseValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewTotalsResponseValidationError) Reason() string
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
func (e MetricsViewValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewValidationError) Error ¶ added in v0.20.0
func (e MetricsViewValidationError) Error() string
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
func (e MetricsViewValidationError) Field() string
Field function returns field value.
func (MetricsViewValidationError) Key ¶ added in v0.20.0
func (e MetricsViewValidationError) Key() bool
Key function returns key value.
func (MetricsViewValidationError) Reason ¶ added in v0.20.0
func (e MetricsViewValidationError) Reason() string
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"` // 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) 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
func (m MetricsView_DimensionMultiError) Error() string
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
func (e MetricsView_DimensionValidationError) Cause() error
Cause function returns cause value.
func (MetricsView_DimensionValidationError) Error ¶ added in v0.20.0
func (e MetricsView_DimensionValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsView_DimensionValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsView_DimensionValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsView_DimensionValidationError) Field ¶ added in v0.20.0
func (e MetricsView_DimensionValidationError) Field() string
Field function returns field value.
func (MetricsView_DimensionValidationError) Key ¶ added in v0.20.0
func (e MetricsView_DimensionValidationError) Key() bool
Key function returns key value.
func (MetricsView_DimensionValidationError) Reason ¶ added in v0.20.0
func (e MetricsView_DimensionValidationError) Reason() string
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"` // 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) 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
func (m MetricsView_MeasureMultiError) Error() string
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
func (e MetricsView_MeasureValidationError) Cause() error
Cause function returns cause value.
func (MetricsView_MeasureValidationError) Error ¶ added in v0.20.0
func (e MetricsView_MeasureValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsView_MeasureValidationError) ErrorName ¶ added in v0.20.0
func (e MetricsView_MeasureValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsView_MeasureValidationError) Field ¶ added in v0.20.0
func (e MetricsView_MeasureValidationError) Field() string
Field function returns field value.
func (MetricsView_MeasureValidationError) Key ¶ added in v0.20.0
func (e MetricsView_MeasureValidationError) Key() bool
Key function returns key value.
func (MetricsView_MeasureValidationError) Reason ¶ added in v0.20.0
func (e MetricsView_MeasureValidationError) 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) GetDialect ¶
func (x *Model) GetDialect() Model_Dialect
func (*Model) GetMaterialize ¶ added in v0.20.0
func (*Model) GetSchema ¶
func (x *Model) GetSchema() *StructType
func (*Model) ProtoMessage ¶
func (*Model) ProtoMessage()
func (*Model) ProtoReflect ¶
func (x *Model) ProtoReflect() protoreflect.Message
func (*Model) Validate ¶ added in v0.20.0
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
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 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) Descriptor() protoreflect.EnumDescriptor
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 (x Model_Dialect) Number() protoreflect.EnumNumber
func (Model_Dialect) String ¶
func (x Model_Dialect) String() string
func (Model_Dialect) Type ¶
func (Model_Dialect) Type() protoreflect.EnumType
type NumericHistogramBins ¶
type NumericHistogramBins struct { Bins []*NumericHistogramBins_Bin `protobuf:"bytes,1,rep,name=bins,proto3" json:"bins,omitempty"` // contains filtered or unexported fields }
func (*NumericHistogramBins) Descriptor
deprecated
func (*NumericHistogramBins) Descriptor() ([]byte, []int)
Deprecated: Use NumericHistogramBins.ProtoReflect.Descriptor instead.
func (*NumericHistogramBins) GetBins ¶
func (x *NumericHistogramBins) GetBins() []*NumericHistogramBins_Bin
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
func (m NumericHistogramBinsMultiError) Error() string
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
func (e NumericHistogramBinsValidationError) Cause() error
Cause function returns cause value.
func (NumericHistogramBinsValidationError) Error ¶ added in v0.20.0
func (e NumericHistogramBinsValidationError) Error() string
Error satisfies the builtin error interface
func (NumericHistogramBinsValidationError) ErrorName ¶ added in v0.20.0
func (e NumericHistogramBinsValidationError) ErrorName() string
ErrorName returns error name.
func (NumericHistogramBinsValidationError) Field ¶ added in v0.20.0
func (e NumericHistogramBinsValidationError) Field() string
Field function returns field value.
func (NumericHistogramBinsValidationError) Key ¶ added in v0.20.0
func (e NumericHistogramBinsValidationError) Key() bool
Key function returns key value.
func (NumericHistogramBinsValidationError) Reason ¶ added in v0.20.0
func (e NumericHistogramBinsValidationError) Reason() string
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
func (m NumericHistogramBins_BinMultiError) Error() string
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
func (e NumericHistogramBins_BinValidationError) Cause() error
Cause function returns cause value.
func (NumericHistogramBins_BinValidationError) Error ¶ added in v0.20.0
func (e NumericHistogramBins_BinValidationError) Error() string
Error satisfies the builtin error interface
func (NumericHistogramBins_BinValidationError) ErrorName ¶ added in v0.20.0
func (e NumericHistogramBins_BinValidationError) ErrorName() string
ErrorName returns error name.
func (NumericHistogramBins_BinValidationError) Field ¶ added in v0.20.0
func (e NumericHistogramBins_BinValidationError) Field() string
Field function returns field value.
func (NumericHistogramBins_BinValidationError) Key ¶ added in v0.20.0
func (e NumericHistogramBins_BinValidationError) Key() bool
Key function returns key value.
func (NumericHistogramBins_BinValidationError) Reason ¶ added in v0.20.0
func (e NumericHistogramBins_BinValidationError) Reason() string
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 }
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
func (m NumericOutliersMultiError) Error() string
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
func (e NumericOutliersValidationError) Cause() error
Cause function returns cause value.
func (NumericOutliersValidationError) Error ¶ added in v0.20.0
func (e NumericOutliersValidationError) Error() string
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
func (e NumericOutliersValidationError) Field() string
Field function returns field value.
func (NumericOutliersValidationError) Key ¶ added in v0.20.0
func (e NumericOutliersValidationError) Key() bool
Key function returns key value.
func (NumericOutliersValidationError) Reason ¶ added in v0.20.0
func (e NumericOutliersValidationError) Reason() string
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
func (m NumericOutliers_OutlierMultiError) Error() string
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
func (e NumericOutliers_OutlierValidationError) Cause() error
Cause function returns cause value.
func (NumericOutliers_OutlierValidationError) Error ¶ added in v0.20.0
func (e NumericOutliers_OutlierValidationError) Error() string
Error satisfies the builtin error interface
func (NumericOutliers_OutlierValidationError) ErrorName ¶ added in v0.20.0
func (e NumericOutliers_OutlierValidationError) ErrorName() string
ErrorName returns error name.
func (NumericOutliers_OutlierValidationError) Field ¶ added in v0.20.0
func (e NumericOutliers_OutlierValidationError) Field() string
Field function returns field value.
func (NumericOutliers_OutlierValidationError) Key ¶ added in v0.20.0
func (e NumericOutliers_OutlierValidationError) Key() bool
Key function returns key value.
func (NumericOutliers_OutlierValidationError) Reason ¶ added in v0.20.0
func (e NumericOutliers_OutlierValidationError) Reason() string
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 }
Response for QueryService.ColumnDescriptiveStatistics
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
func (m NumericStatisticsMultiError) Error() string
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
func (e NumericStatisticsValidationError) Cause() error
Cause function returns cause value.
func (NumericStatisticsValidationError) Error ¶ added in v0.20.0
func (e NumericStatisticsValidationError) Error() string
Error satisfies the builtin error interface
func (NumericStatisticsValidationError) ErrorName ¶ added in v0.20.0
func (e NumericStatisticsValidationError) ErrorName() string
ErrorName returns error name.
func (NumericStatisticsValidationError) Field ¶ added in v0.20.0
func (e NumericStatisticsValidationError) Field() string
Field function returns field value.
func (NumericStatisticsValidationError) Key ¶ added in v0.20.0
func (e NumericStatisticsValidationError) Key() bool
Key function returns key value.
func (NumericStatisticsValidationError) Reason ¶ added in v0.20.0
func (e NumericStatisticsValidationError) Reason() string
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 }
Response for QueryService.ColumnNumericHistogram, QueryService.ColumnDescriptiveStatistics and QueryService.ColumnCardinality. Message will have either numericHistogramBins, numericStatistics or numericOutliers set.
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
func (e NumericSummaryValidationError) Cause() error
Cause function returns cause value.
func (NumericSummaryValidationError) Error ¶ added in v0.20.0
func (e NumericSummaryValidationError) Error() string
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
func (e NumericSummaryValidationError) Field() string
Field function returns field value.
func (NumericSummaryValidationError) Key ¶ added in v0.20.0
func (e NumericSummaryValidationError) Key() bool
Key function returns key value.
func (NumericSummaryValidationError) Reason ¶ added in v0.20.0
func (e NumericSummaryValidationError) Reason() string
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 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 ¶
func (ObjectType) Type() protoreflect.EnumType
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
func (e PingRequestValidationError) Cause() error
Cause function returns cause value.
func (PingRequestValidationError) Error ¶ added in v0.20.0
func (e PingRequestValidationError) Error() string
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
func (e PingRequestValidationError) Field() string
Field function returns field value.
func (PingRequestValidationError) Key ¶ added in v0.20.0
func (e PingRequestValidationError) Key() bool
Key function returns key value.
func (PingRequestValidationError) Reason ¶ added in v0.20.0
func (e PingRequestValidationError) Reason() string
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
func (e PingResponseValidationError) Cause() error
Cause function returns cause value.
func (PingResponseValidationError) Error ¶ added in v0.20.0
func (e PingResponseValidationError) Error() string
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
func (e PingResponseValidationError) Field() string
Field function returns field value.
func (PingResponseValidationError) Key ¶ added in v0.20.0
func (e PingResponseValidationError) Key() bool
Key function returns key value.
func (PingResponseValidationError) Reason ¶ added in v0.20.0
func (e PingResponseValidationError) Reason() string
Reason function returns reason value.
type ProfileColumn ¶
type ProfileColumn struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"` 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
func (e ProfileColumnValidationError) Cause() error
Cause function returns cause value.
func (ProfileColumnValidationError) Error ¶ added in v0.20.0
func (e ProfileColumnValidationError) Error() string
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
func (e ProfileColumnValidationError) Field() string
Field function returns field value.
func (ProfileColumnValidationError) Key ¶ added in v0.20.0
func (e ProfileColumnValidationError) Key() bool
Key function returns key value.
func (ProfileColumnValidationError) Reason ¶ added in v0.20.0
func (e ProfileColumnValidationError) Reason() string
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 (x *PutFileAndReconcileRequest) ProtoReflect() protoreflect.Message
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
func (m PutFileAndReconcileRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PutFileAndReconcileRequestMultiError) Error ¶ added in v0.20.0
func (m PutFileAndReconcileRequestMultiError) Error() string
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
func (e PutFileAndReconcileRequestValidationError) Cause() error
Cause function returns cause value.
func (PutFileAndReconcileRequestValidationError) Error ¶ added in v0.20.0
func (e PutFileAndReconcileRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PutFileAndReconcileRequestValidationError) ErrorName ¶ added in v0.20.0
func (e PutFileAndReconcileRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PutFileAndReconcileRequestValidationError) Field ¶ added in v0.20.0
func (e PutFileAndReconcileRequestValidationError) Field() string
Field function returns field value.
func (PutFileAndReconcileRequestValidationError) Key ¶ added in v0.20.0
func (e PutFileAndReconcileRequestValidationError) Key() bool
Key function returns key value.
func (PutFileAndReconcileRequestValidationError) Reason ¶ added in v0.20.0
func (e PutFileAndReconcileRequestValidationError) Reason() string
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 (x *PutFileAndReconcileResponse) ProtoReflect() protoreflect.Message
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
func (m PutFileAndReconcileResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PutFileAndReconcileResponseMultiError) Error ¶ added in v0.20.0
func (m PutFileAndReconcileResponseMultiError) Error() string
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
func (e PutFileAndReconcileResponseValidationError) Cause() error
Cause function returns cause value.
func (PutFileAndReconcileResponseValidationError) Error ¶ added in v0.20.0
func (e PutFileAndReconcileResponseValidationError) Error() string
Error satisfies the builtin error interface
func (PutFileAndReconcileResponseValidationError) ErrorName ¶ added in v0.20.0
func (e PutFileAndReconcileResponseValidationError) ErrorName() string
ErrorName returns error name.
func (PutFileAndReconcileResponseValidationError) Field ¶ added in v0.20.0
func (e PutFileAndReconcileResponseValidationError) Field() string
Field function returns field value.
func (PutFileAndReconcileResponseValidationError) Key ¶ added in v0.20.0
func (e PutFileAndReconcileResponseValidationError) Key() bool
Key function returns key value.
func (PutFileAndReconcileResponseValidationError) Reason ¶ added in v0.20.0
func (e PutFileAndReconcileResponseValidationError) Reason() string
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
func (e PutFileRequestValidationError) Cause() error
Cause function returns cause value.
func (PutFileRequestValidationError) Error ¶ added in v0.20.0
func (e PutFileRequestValidationError) Error() string
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
func (e PutFileRequestValidationError) Field() string
Field function returns field value.
func (PutFileRequestValidationError) Key ¶ added in v0.20.0
func (e PutFileRequestValidationError) Key() bool
Key function returns key value.
func (PutFileRequestValidationError) Reason ¶ added in v0.20.0
func (e PutFileRequestValidationError) Reason() string
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
func (m PutFileResponseMultiError) Error() string
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
func (e PutFileResponseValidationError) Cause() error
Cause function returns cause value.
func (PutFileResponseValidationError) Error ¶ added in v0.20.0
func (e PutFileResponseValidationError) Error() string
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
func (e PutFileResponseValidationError) Field() string
Field function returns field value.
func (PutFileResponseValidationError) Key ¶ added in v0.20.0
func (e PutFileResponseValidationError) Key() bool
Key function returns key value.
func (PutFileResponseValidationError) Reason ¶ added in v0.20.0
func (e PutFileResponseValidationError) Reason() string
Reason function returns reason value.
type QueryRequest ¶
type QueryRequest struct { // Instance to query InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // SELECT statement Sql string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"` // Args to interpolate into the statement Args []*structpb.Value `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` // Query priority (not supported by all backends) Priority int32 `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"` // If true, will only validate the query, not execute it DryRun bool `protobuf:"varint,5,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"` // contains filtered or unexported fields }
Request message for QueryService.Query
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) GetDryRun ¶
func (x *QueryRequest) GetDryRun() bool
func (*QueryRequest) GetInstanceId ¶
func (x *QueryRequest) GetInstanceId() string
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
func (e QueryRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryRequestValidationError) Error ¶ added in v0.20.0
func (e QueryRequestValidationError) Error() string
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
func (e QueryRequestValidationError) Field() string
Field function returns field value.
func (QueryRequestValidationError) Key ¶ added in v0.20.0
func (e QueryRequestValidationError) Key() bool
Key function returns key value.
func (QueryRequestValidationError) Reason ¶ added in v0.20.0
func (e QueryRequestValidationError) Reason() string
Reason function returns reason value.
type QueryResponse ¶
type QueryResponse struct { // Schema of result data Meta *StructType `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` // Result data Data []*structpb.Struct `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
Response message for QueryService.Query
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
func (e QueryResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryResponseValidationError) Error ¶ added in v0.20.0
func (e QueryResponseValidationError) Error() string
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
func (e QueryResponseValidationError) Field() string
Field function returns field value.
func (QueryResponseValidationError) Key ¶ added in v0.20.0
func (e QueryResponseValidationError) Key() bool
Key function returns key value.
func (QueryResponseValidationError) Reason ¶ added in v0.20.0
func (e QueryResponseValidationError) Reason() string
Reason function returns reason value.
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) // 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) // 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) // 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) // 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) // 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) // 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 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
func (e ReconcileErrorValidationError) Cause() error
Cause function returns cause value.
func (ReconcileErrorValidationError) Error ¶ added in v0.20.0
func (e ReconcileErrorValidationError) Error() string
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
func (e ReconcileErrorValidationError) Field() string
Field function returns field value.
func (ReconcileErrorValidationError) Key ¶ added in v0.20.0
func (e ReconcileErrorValidationError) Key() bool
Key function returns key value.
func (ReconcileErrorValidationError) Reason ¶ added in v0.20.0
func (e ReconcileErrorValidationError) Reason() string
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 (x *ReconcileError_CharLocation) ProtoReflect() protoreflect.Message
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
func (m ReconcileError_CharLocationMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ReconcileError_CharLocationMultiError) Error ¶ added in v0.20.0
func (m ReconcileError_CharLocationMultiError) Error() string
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
func (e ReconcileError_CharLocationValidationError) Cause() error
Cause function returns cause value.
func (ReconcileError_CharLocationValidationError) Error ¶ added in v0.20.0
func (e ReconcileError_CharLocationValidationError) Error() string
Error satisfies the builtin error interface
func (ReconcileError_CharLocationValidationError) ErrorName ¶ added in v0.20.0
func (e ReconcileError_CharLocationValidationError) ErrorName() string
ErrorName returns error name.
func (ReconcileError_CharLocationValidationError) Field ¶ added in v0.20.0
func (e ReconcileError_CharLocationValidationError) Field() string
Field function returns field value.
func (ReconcileError_CharLocationValidationError) Key ¶ added in v0.20.0
func (e ReconcileError_CharLocationValidationError) Key() bool
Key function returns key value.
func (ReconcileError_CharLocationValidationError) Reason ¶ added in v0.20.0
func (e ReconcileError_CharLocationValidationError) Reason() string
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 )
func (ReconcileError_Code) Descriptor ¶
func (ReconcileError_Code) Descriptor() protoreflect.EnumDescriptor
func (ReconcileError_Code) Enum ¶
func (x ReconcileError_Code) Enum() *ReconcileError_Code
func (ReconcileError_Code) EnumDescriptor
deprecated
func (ReconcileError_Code) EnumDescriptor() ([]byte, []int)
Deprecated: Use ReconcileError_Code.Descriptor instead.
func (ReconcileError_Code) Number ¶
func (x ReconcileError_Code) Number() protoreflect.EnumNumber
func (ReconcileError_Code) String ¶
func (x ReconcileError_Code) String() string
func (ReconcileError_Code) Type ¶
func (ReconcileError_Code) Type() protoreflect.EnumType
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
func (m ReconcileRequestMultiError) Error() string
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
func (e ReconcileRequestValidationError) Cause() error
Cause function returns cause value.
func (ReconcileRequestValidationError) Error ¶ added in v0.20.0
func (e ReconcileRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ReconcileRequestValidationError) ErrorName ¶ added in v0.20.0
func (e ReconcileRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ReconcileRequestValidationError) Field ¶ added in v0.20.0
func (e ReconcileRequestValidationError) Field() string
Field function returns field value.
func (ReconcileRequestValidationError) Key ¶ added in v0.20.0
func (e ReconcileRequestValidationError) Key() bool
Key function returns key value.
func (ReconcileRequestValidationError) Reason ¶ added in v0.20.0
func (e ReconcileRequestValidationError) Reason() string
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
func (m ReconcileResponseMultiError) Error() string
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
func (e ReconcileResponseValidationError) Cause() error
Cause function returns cause value.
func (ReconcileResponseValidationError) Error ¶ added in v0.20.0
func (e ReconcileResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ReconcileResponseValidationError) ErrorName ¶ added in v0.20.0
func (e ReconcileResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ReconcileResponseValidationError) Field ¶ added in v0.20.0
func (e ReconcileResponseValidationError) Field() string
Field function returns field value.
func (ReconcileResponseValidationError) Key ¶ added in v0.20.0
func (e ReconcileResponseValidationError) Key() bool
Key function returns key value.
func (ReconcileResponseValidationError) Reason ¶ added in v0.20.0
func (e ReconcileResponseValidationError) Reason() string
Reason function returns reason value.
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 (x *RefreshAndReconcileRequest) ProtoReflect() protoreflect.Message
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
func (m RefreshAndReconcileRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RefreshAndReconcileRequestMultiError) Error ¶ added in v0.20.0
func (m RefreshAndReconcileRequestMultiError) Error() string
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
func (e RefreshAndReconcileRequestValidationError) Cause() error
Cause function returns cause value.
func (RefreshAndReconcileRequestValidationError) Error ¶ added in v0.20.0
func (e RefreshAndReconcileRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RefreshAndReconcileRequestValidationError) ErrorName ¶ added in v0.20.0
func (e RefreshAndReconcileRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RefreshAndReconcileRequestValidationError) Field ¶ added in v0.20.0
func (e RefreshAndReconcileRequestValidationError) Field() string
Field function returns field value.
func (RefreshAndReconcileRequestValidationError) Key ¶ added in v0.20.0
func (e RefreshAndReconcileRequestValidationError) Key() bool
Key function returns key value.
func (RefreshAndReconcileRequestValidationError) Reason ¶ added in v0.20.0
func (e RefreshAndReconcileRequestValidationError) Reason() string
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 (x *RefreshAndReconcileResponse) ProtoReflect() protoreflect.Message
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
func (m RefreshAndReconcileResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RefreshAndReconcileResponseMultiError) Error ¶ added in v0.20.0
func (m RefreshAndReconcileResponseMultiError) Error() string
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
func (e RefreshAndReconcileResponseValidationError) Cause() error
Cause function returns cause value.
func (RefreshAndReconcileResponseValidationError) Error ¶ added in v0.20.0
func (e RefreshAndReconcileResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RefreshAndReconcileResponseValidationError) ErrorName ¶ added in v0.20.0
func (e RefreshAndReconcileResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RefreshAndReconcileResponseValidationError) Field ¶ added in v0.20.0
func (e RefreshAndReconcileResponseValidationError) Field() string
Field function returns field value.
func (RefreshAndReconcileResponseValidationError) Key ¶ added in v0.20.0
func (e RefreshAndReconcileResponseValidationError) Key() bool
Key function returns key value.
func (RefreshAndReconcileResponseValidationError) Reason ¶ added in v0.20.0
func (e RefreshAndReconcileResponseValidationError) Reason() string
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 (x *RenameFileAndReconcileRequest) ProtoReflect() protoreflect.Message
func (*RenameFileAndReconcileRequest) Reset ¶
func (x *RenameFileAndReconcileRequest) Reset()
func (*RenameFileAndReconcileRequest) String ¶
func (x *RenameFileAndReconcileRequest) String() 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
func (m RenameFileAndReconcileRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RenameFileAndReconcileRequestMultiError) Error ¶ added in v0.20.0
func (m RenameFileAndReconcileRequestMultiError) Error() string
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
func (e RenameFileAndReconcileRequestValidationError) Cause() error
Cause function returns cause value.
func (RenameFileAndReconcileRequestValidationError) Error ¶ added in v0.20.0
func (e RenameFileAndReconcileRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RenameFileAndReconcileRequestValidationError) ErrorName ¶ added in v0.20.0
func (e RenameFileAndReconcileRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RenameFileAndReconcileRequestValidationError) Field ¶ added in v0.20.0
func (e RenameFileAndReconcileRequestValidationError) Field() string
Field function returns field value.
func (RenameFileAndReconcileRequestValidationError) Key ¶ added in v0.20.0
func (e RenameFileAndReconcileRequestValidationError) Key() bool
Key function returns key value.
func (RenameFileAndReconcileRequestValidationError) Reason ¶ added in v0.20.0
func (e RenameFileAndReconcileRequestValidationError) Reason() string
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 (x *RenameFileAndReconcileResponse) GetErrors() []*ReconcileError
func (*RenameFileAndReconcileResponse) ProtoMessage ¶
func (*RenameFileAndReconcileResponse) ProtoMessage()
func (*RenameFileAndReconcileResponse) ProtoReflect ¶
func (x *RenameFileAndReconcileResponse) ProtoReflect() protoreflect.Message
func (*RenameFileAndReconcileResponse) Reset ¶
func (x *RenameFileAndReconcileResponse) Reset()
func (*RenameFileAndReconcileResponse) String ¶
func (x *RenameFileAndReconcileResponse) String() 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
func (m RenameFileAndReconcileResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RenameFileAndReconcileResponseMultiError) Error ¶ added in v0.20.0
func (m RenameFileAndReconcileResponseMultiError) Error() string
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
func (e RenameFileAndReconcileResponseValidationError) Cause() error
Cause function returns cause value.
func (RenameFileAndReconcileResponseValidationError) Error ¶ added in v0.20.0
func (e RenameFileAndReconcileResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RenameFileAndReconcileResponseValidationError) ErrorName ¶ added in v0.20.0
func (e RenameFileAndReconcileResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RenameFileAndReconcileResponseValidationError) Field ¶ added in v0.20.0
func (e RenameFileAndReconcileResponseValidationError) Field() string
Field function returns field value.
func (RenameFileAndReconcileResponseValidationError) Key ¶ added in v0.20.0
func (e RenameFileAndReconcileResponseValidationError) Key() bool
Key function returns key value.
func (RenameFileAndReconcileResponseValidationError) Reason ¶ added in v0.20.0
func (e RenameFileAndReconcileResponseValidationError) Reason() string
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
func (m RenameFileRequestMultiError) Error() string
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
func (e RenameFileRequestValidationError) Cause() error
Cause function returns cause value.
func (RenameFileRequestValidationError) Error ¶ added in v0.20.0
func (e RenameFileRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RenameFileRequestValidationError) ErrorName ¶ added in v0.20.0
func (e RenameFileRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RenameFileRequestValidationError) Field ¶ added in v0.20.0
func (e RenameFileRequestValidationError) Field() string
Field function returns field value.
func (RenameFileRequestValidationError) Key ¶ added in v0.20.0
func (e RenameFileRequestValidationError) Key() bool
Key function returns key value.
func (RenameFileRequestValidationError) Reason ¶ added in v0.20.0
func (e RenameFileRequestValidationError) Reason() string
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
func (m RenameFileResponseMultiError) Error() string
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
func (e RenameFileResponseValidationError) Cause() error
Cause function returns cause value.
func (RenameFileResponseValidationError) Error ¶ added in v0.20.0
func (e RenameFileResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RenameFileResponseValidationError) ErrorName ¶ added in v0.20.0
func (e RenameFileResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RenameFileResponseValidationError) Field ¶ added in v0.20.0
func (e RenameFileResponseValidationError) Field() string
Field function returns field value.
func (RenameFileResponseValidationError) Key ¶ added in v0.20.0
func (e RenameFileResponseValidationError) Key() bool
Key function returns key value.
func (RenameFileResponseValidationError) Reason ¶ added in v0.20.0
func (e RenameFileResponseValidationError) Reason() string
Reason function returns reason value.
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) // 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) // 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) // 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) // TriggerSync syncronizes the instance's catalog with the underlying OLAP's information schema. // If the instance has exposed=true, tables found in the information schema will be added to the catalog. TriggerSync(ctx context.Context, in *TriggerSyncRequest, opts ...grpc.CallOption) (*TriggerSyncResponse, 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) // ListConnectors returns a description of all the connectors implemented in the runtime, // including their schema and validation rules ListConnectors(ctx context.Context, in *ListConnectorsRequest, opts ...grpc.CallOption) (*ListConnectorsResponse, 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.
func NewRuntimeServiceClient ¶
func NewRuntimeServiceClient(cc grpc.ClientConnInterface) RuntimeServiceClient
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) // 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) // 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) // 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) // TriggerSync syncronizes the instance's catalog with the underlying OLAP's information schema. // If the instance has exposed=true, tables found in the information schema will be added to the catalog. TriggerSync(context.Context, *TriggerSyncRequest) (*TriggerSyncResponse, 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) // ListConnectors returns a description of all the connectors implemented in the runtime, // including their schema and validation rules ListConnectors(context.Context, *ListConnectorsRequest) (*ListConnectorsResponse, error) // contains filtered or unexported methods }
RuntimeServiceServer is the server API for RuntimeService service. All implementations must embed UnimplementedRuntimeServiceServer for forward compatibility
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"` // extraction policy for the source Policy *Source_ExtractPolicy `protobuf:"bytes,6,opt,name=policy,proto3" json:"policy,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) GetConnector ¶
func (*Source) GetPolicy ¶ added in v0.21.0
func (x *Source) GetPolicy() *Source_ExtractPolicy
func (*Source) GetProperties ¶
func (*Source) GetSchema ¶
func (x *Source) GetSchema() *StructType
func (*Source) GetTimeoutSeconds ¶ added in v0.21.0
func (*Source) ProtoMessage ¶
func (*Source) ProtoMessage()
func (*Source) ProtoReflect ¶
func (x *Source) ProtoReflect() protoreflect.Message
func (*Source) Validate ¶ added in v0.20.0
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
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 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 Source_ExtractPolicy ¶ added in v0.21.0
type Source_ExtractPolicy struct { // strategy for selecting rows in a file RowsStrategy Source_ExtractPolicy_Strategy `` /* 149-byte string literal not displayed */ // could in future add: uint64 rows_limit = n; // limit on data fetched in bytes RowsLimitBytes uint64 `protobuf:"varint,2,opt,name=rows_limit_bytes,json=rowsLimitBytes,proto3" json:"rows_limit_bytes,omitempty"` // strategy for selecting files FilesStrategy Source_ExtractPolicy_Strategy `` /* 152-byte string literal not displayed */ // limit on number of files FilesLimit uint64 `protobuf:"varint,4,opt,name=files_limit,json=filesLimit,proto3" json:"files_limit,omitempty"` // contains filtered or unexported fields }
Extract policy for glob connectors
func (*Source_ExtractPolicy) Descriptor
deprecated
added in
v0.21.0
func (*Source_ExtractPolicy) Descriptor() ([]byte, []int)
Deprecated: Use Source_ExtractPolicy.ProtoReflect.Descriptor instead.
func (*Source_ExtractPolicy) GetFilesLimit ¶ added in v0.21.0
func (x *Source_ExtractPolicy) GetFilesLimit() uint64
func (*Source_ExtractPolicy) GetFilesStrategy ¶ added in v0.21.0
func (x *Source_ExtractPolicy) GetFilesStrategy() Source_ExtractPolicy_Strategy
func (*Source_ExtractPolicy) GetRowsLimitBytes ¶ added in v0.21.0
func (x *Source_ExtractPolicy) GetRowsLimitBytes() uint64
func (*Source_ExtractPolicy) GetRowsStrategy ¶ added in v0.21.0
func (x *Source_ExtractPolicy) GetRowsStrategy() Source_ExtractPolicy_Strategy
func (*Source_ExtractPolicy) ProtoMessage ¶ added in v0.21.0
func (*Source_ExtractPolicy) ProtoMessage()
func (*Source_ExtractPolicy) ProtoReflect ¶ added in v0.21.0
func (x *Source_ExtractPolicy) ProtoReflect() protoreflect.Message
func (*Source_ExtractPolicy) Reset ¶ added in v0.21.0
func (x *Source_ExtractPolicy) Reset()
func (*Source_ExtractPolicy) String ¶ added in v0.21.0
func (x *Source_ExtractPolicy) String() string
func (*Source_ExtractPolicy) Validate ¶ added in v0.21.0
func (m *Source_ExtractPolicy) Validate() error
Validate checks the field values on Source_ExtractPolicy with the rules defined in the 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_ExtractPolicy) ValidateAll ¶ added in v0.21.0
func (m *Source_ExtractPolicy) ValidateAll() error
ValidateAll checks the field values on Source_ExtractPolicy with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Source_ExtractPolicyMultiError, or nil if none found.
type Source_ExtractPolicyMultiError ¶ added in v0.21.0
type Source_ExtractPolicyMultiError []error
Source_ExtractPolicyMultiError is an error wrapping multiple validation errors returned by Source_ExtractPolicy.ValidateAll() if the designated constraints aren't met.
func (Source_ExtractPolicyMultiError) AllErrors ¶ added in v0.21.0
func (m Source_ExtractPolicyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (Source_ExtractPolicyMultiError) Error ¶ added in v0.21.0
func (m Source_ExtractPolicyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type Source_ExtractPolicyValidationError ¶ added in v0.21.0
type Source_ExtractPolicyValidationError struct {
// contains filtered or unexported fields
}
Source_ExtractPolicyValidationError is the validation error returned by Source_ExtractPolicy.Validate if the designated constraints aren't met.
func (Source_ExtractPolicyValidationError) Cause ¶ added in v0.21.0
func (e Source_ExtractPolicyValidationError) Cause() error
Cause function returns cause value.
func (Source_ExtractPolicyValidationError) Error ¶ added in v0.21.0
func (e Source_ExtractPolicyValidationError) Error() string
Error satisfies the builtin error interface
func (Source_ExtractPolicyValidationError) ErrorName ¶ added in v0.21.0
func (e Source_ExtractPolicyValidationError) ErrorName() string
ErrorName returns error name.
func (Source_ExtractPolicyValidationError) Field ¶ added in v0.21.0
func (e Source_ExtractPolicyValidationError) Field() string
Field function returns field value.
func (Source_ExtractPolicyValidationError) Key ¶ added in v0.21.0
func (e Source_ExtractPolicyValidationError) Key() bool
Key function returns key value.
func (Source_ExtractPolicyValidationError) Reason ¶ added in v0.21.0
func (e Source_ExtractPolicyValidationError) Reason() string
Reason function returns reason value.
type Source_ExtractPolicy_Strategy ¶ added in v0.21.0
type Source_ExtractPolicy_Strategy int32
const ( Source_ExtractPolicy_STRATEGY_UNSPECIFIED Source_ExtractPolicy_Strategy = 0 Source_ExtractPolicy_STRATEGY_HEAD Source_ExtractPolicy_Strategy = 1 Source_ExtractPolicy_STRATEGY_TAIL Source_ExtractPolicy_Strategy = 2 )
func (Source_ExtractPolicy_Strategy) Descriptor ¶ added in v0.21.0
func (Source_ExtractPolicy_Strategy) Descriptor() protoreflect.EnumDescriptor
func (Source_ExtractPolicy_Strategy) Enum ¶ added in v0.21.0
func (x Source_ExtractPolicy_Strategy) Enum() *Source_ExtractPolicy_Strategy
func (Source_ExtractPolicy_Strategy) EnumDescriptor
deprecated
added in
v0.21.0
func (Source_ExtractPolicy_Strategy) EnumDescriptor() ([]byte, []int)
Deprecated: Use Source_ExtractPolicy_Strategy.Descriptor instead.
func (Source_ExtractPolicy_Strategy) Number ¶ added in v0.21.0
func (x Source_ExtractPolicy_Strategy) Number() protoreflect.EnumNumber
func (Source_ExtractPolicy_Strategy) String ¶ added in v0.21.0
func (x Source_ExtractPolicy_Strategy) String() string
func (Source_ExtractPolicy_Strategy) Type ¶ added in v0.21.0
func (Source_ExtractPolicy_Strategy) Type() protoreflect.EnumType
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
func (e StructTypeValidationError) Error() string
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
func (e StructTypeValidationError) Field() string
Field function returns field value.
func (StructTypeValidationError) Key ¶ added in v0.20.0
func (e StructTypeValidationError) Key() bool
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
func (m StructType_FieldMultiError) Error() string
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
func (e StructType_FieldValidationError) Cause() error
Cause function returns cause value.
func (StructType_FieldValidationError) Error ¶ added in v0.20.0
func (e StructType_FieldValidationError) Error() string
Error satisfies the builtin error interface
func (StructType_FieldValidationError) ErrorName ¶ added in v0.20.0
func (e StructType_FieldValidationError) ErrorName() string
ErrorName returns error name.
func (StructType_FieldValidationError) Field ¶ added in v0.20.0
func (e StructType_FieldValidationError) Field() string
Field function returns field value.
func (StructType_FieldValidationError) Key ¶ added in v0.20.0
func (e StructType_FieldValidationError) Key() bool
Key function returns key value.
func (StructType_FieldValidationError) Reason ¶ added in v0.20.0
func (e StructType_FieldValidationError) Reason() string
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) GetManaged ¶
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) Validate ¶ added in v0.20.0
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
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"` 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) 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
func (m TableCardinalityRequestMultiError) Error() string
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
func (e TableCardinalityRequestValidationError) Cause() error
Cause function returns cause value.
func (TableCardinalityRequestValidationError) Error ¶ added in v0.22.0
func (e TableCardinalityRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TableCardinalityRequestValidationError) ErrorName ¶ added in v0.22.0
func (e TableCardinalityRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TableCardinalityRequestValidationError) Field ¶ added in v0.22.0
func (e TableCardinalityRequestValidationError) Field() string
Field function returns field value.
func (TableCardinalityRequestValidationError) Key ¶ added in v0.22.0
func (e TableCardinalityRequestValidationError) Key() bool
Key function returns key value.
func (TableCardinalityRequestValidationError) Reason ¶ added in v0.22.0
func (e TableCardinalityRequestValidationError) Reason() string
Reason function returns reason value.
type TableCardinalityResponse ¶ added in v0.22.0
type TableCardinalityResponse struct { 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
func (m TableCardinalityResponseMultiError) Error() string
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
func (e TableCardinalityResponseValidationError) Cause() error
Cause function returns cause value.
func (TableCardinalityResponseValidationError) Error ¶ added in v0.22.0
func (e TableCardinalityResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TableCardinalityResponseValidationError) ErrorName ¶ added in v0.22.0
func (e TableCardinalityResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TableCardinalityResponseValidationError) Field ¶ added in v0.22.0
func (e TableCardinalityResponseValidationError) Field() string
Field function returns field value.
func (TableCardinalityResponseValidationError) Key ¶ added in v0.22.0
func (e TableCardinalityResponseValidationError) Key() bool
Key function returns key value.
func (TableCardinalityResponseValidationError) Reason ¶ added in v0.22.0
func (e TableCardinalityResponseValidationError) Reason() string
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"` 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) 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
func (m TableColumnsRequestMultiError) Error() string
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
func (e TableColumnsRequestValidationError) Cause() error
Cause function returns cause value.
func (TableColumnsRequestValidationError) Error ¶ added in v0.22.0
func (e TableColumnsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TableColumnsRequestValidationError) ErrorName ¶ added in v0.22.0
func (e TableColumnsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TableColumnsRequestValidationError) Field ¶ added in v0.22.0
func (e TableColumnsRequestValidationError) Field() string
Field function returns field value.
func (TableColumnsRequestValidationError) Key ¶ added in v0.22.0
func (e TableColumnsRequestValidationError) Key() bool
Key function returns key value.
func (TableColumnsRequestValidationError) Reason ¶ added in v0.22.0
func (e TableColumnsRequestValidationError) Reason() string
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"` // 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) 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
func (m TableColumnsResponseMultiError) Error() string
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
func (e TableColumnsResponseValidationError) Cause() error
Cause function returns cause value.
func (TableColumnsResponseValidationError) Error ¶ added in v0.22.0
func (e TableColumnsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TableColumnsResponseValidationError) ErrorName ¶ added in v0.22.0
func (e TableColumnsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TableColumnsResponseValidationError) Field ¶ added in v0.22.0
func (e TableColumnsResponseValidationError) Field() string
Field function returns field value.
func (TableColumnsResponseValidationError) Key ¶ added in v0.22.0
func (e TableColumnsResponseValidationError) Key() bool
Key function returns key value.
func (TableColumnsResponseValidationError) Reason ¶ added in v0.22.0
func (e TableColumnsResponseValidationError) 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"` 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) 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
func (m TableRowsRequestMultiError) Error() string
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
func (e TableRowsRequestValidationError) Cause() error
Cause function returns cause value.
func (TableRowsRequestValidationError) Error ¶ added in v0.22.0
func (e TableRowsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TableRowsRequestValidationError) ErrorName ¶ added in v0.22.0
func (e TableRowsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TableRowsRequestValidationError) Field ¶ added in v0.22.0
func (e TableRowsRequestValidationError) Field() string
Field function returns field value.
func (TableRowsRequestValidationError) Key ¶ added in v0.22.0
func (e TableRowsRequestValidationError) Key() bool
Key function returns key value.
func (TableRowsRequestValidationError) Reason ¶ added in v0.22.0
func (e TableRowsRequestValidationError) Reason() string
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
func (m TableRowsResponseMultiError) Error() string
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
func (e TableRowsResponseValidationError) Cause() error
Cause function returns cause value.
func (TableRowsResponseValidationError) Error ¶ added in v0.22.0
func (e TableRowsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TableRowsResponseValidationError) ErrorName ¶ added in v0.22.0
func (e TableRowsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TableRowsResponseValidationError) Field ¶ added in v0.22.0
func (e TableRowsResponseValidationError) Field() string
Field function returns field value.
func (TableRowsResponseValidationError) Key ¶ added in v0.22.0
func (e TableRowsResponseValidationError) Key() bool
Key function returns key value.
func (TableRowsResponseValidationError) Reason ¶ added in v0.22.0
func (e TableRowsResponseValidationError) Reason() string
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 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_YEAR TimeGrain = 8 )
func (TimeGrain) Descriptor ¶
func (TimeGrain) Descriptor() protoreflect.EnumDescriptor
func (TimeGrain) EnumDescriptor
deprecated
func (TimeGrain) Number ¶
func (x TimeGrain) Number() protoreflect.EnumNumber
func (TimeGrain) Type ¶
func (TimeGrain) Type() protoreflect.EnumType
type TimeRangeSummary ¶
type TimeRangeSummary struct { Min *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=min,proto3" json:"min,omitempty"` Max *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=max,proto3" json:"max,omitempty"` 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
func (m TimeRangeSummaryMultiError) Error() string
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
func (e TimeRangeSummaryValidationError) Cause() error
Cause function returns cause value.
func (TimeRangeSummaryValidationError) Error ¶ added in v0.20.0
func (e TimeRangeSummaryValidationError) Error() string
Error satisfies the builtin error interface
func (TimeRangeSummaryValidationError) ErrorName ¶ added in v0.20.0
func (e TimeRangeSummaryValidationError) ErrorName() string
ErrorName returns error name.
func (TimeRangeSummaryValidationError) Field ¶ added in v0.20.0
func (e TimeRangeSummaryValidationError) Field() string
Field function returns field value.
func (TimeRangeSummaryValidationError) Key ¶ added in v0.20.0
func (e TimeRangeSummaryValidationError) Key() bool
Key function returns key value.
func (TimeRangeSummaryValidationError) Reason ¶ added in v0.20.0
func (e TimeRangeSummaryValidationError) Reason() string
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 (x *TimeRangeSummary_Interval) ProtoReflect() protoreflect.Message
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
func (m TimeRangeSummary_IntervalMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TimeRangeSummary_IntervalMultiError) Error ¶ added in v0.20.0
func (m TimeRangeSummary_IntervalMultiError) Error() string
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
func (e TimeRangeSummary_IntervalValidationError) Cause() error
Cause function returns cause value.
func (TimeRangeSummary_IntervalValidationError) Error ¶ added in v0.20.0
func (e TimeRangeSummary_IntervalValidationError) Error() string
Error satisfies the builtin error interface
func (TimeRangeSummary_IntervalValidationError) ErrorName ¶ added in v0.20.0
func (e TimeRangeSummary_IntervalValidationError) ErrorName() string
ErrorName returns error name.
func (TimeRangeSummary_IntervalValidationError) Field ¶ added in v0.20.0
func (e TimeRangeSummary_IntervalValidationError) Field() string
Field function returns field value.
func (TimeRangeSummary_IntervalValidationError) Key ¶ added in v0.20.0
func (e TimeRangeSummary_IntervalValidationError) Key() bool
Key function returns key value.
func (TimeRangeSummary_IntervalValidationError) Reason ¶ added in v0.20.0
func (e TimeRangeSummary_IntervalValidationError) Reason() string
Reason function returns reason value.
type TimeSeriesResponse ¶
type TimeSeriesResponse struct { Results []*TimeSeriesValue `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` Spark []*TimeSeriesValue `protobuf:"bytes,2,rep,name=spark,proto3" json:"spark,omitempty"` TimeRange *TimeSeriesTimeRange `protobuf:"bytes,3,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"` 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) GetTimeRange ¶
func (x *TimeSeriesResponse) GetTimeRange() *TimeSeriesTimeRange
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
func (m TimeSeriesResponseMultiError) Error() string
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
func (e TimeSeriesResponseValidationError) Cause() error
Cause function returns cause value.
func (TimeSeriesResponseValidationError) Error ¶ added in v0.20.0
func (e TimeSeriesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TimeSeriesResponseValidationError) ErrorName ¶ added in v0.20.0
func (e TimeSeriesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TimeSeriesResponseValidationError) Field ¶ added in v0.20.0
func (e TimeSeriesResponseValidationError) Field() string
Field function returns field value.
func (TimeSeriesResponseValidationError) Key ¶ added in v0.20.0
func (e TimeSeriesResponseValidationError) Key() bool
Key function returns key value.
func (TimeSeriesResponseValidationError) Reason ¶ added in v0.20.0
func (e TimeSeriesResponseValidationError) Reason() string
Reason function returns reason value.
type TimeSeriesTimeRange ¶
type TimeSeriesTimeRange struct { Start *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"` End *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"` Interval TimeGrain `protobuf:"varint,4,opt,name=interval,proto3,enum=rill.runtime.v1.TimeGrain" json:"interval,omitempty"` // contains filtered or unexported fields }
func (*TimeSeriesTimeRange) Descriptor
deprecated
func (*TimeSeriesTimeRange) Descriptor() ([]byte, []int)
Deprecated: Use TimeSeriesTimeRange.ProtoReflect.Descriptor instead.
func (*TimeSeriesTimeRange) GetEnd ¶
func (x *TimeSeriesTimeRange) GetEnd() *timestamppb.Timestamp
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
func (m TimeSeriesTimeRangeMultiError) Error() string
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
func (e TimeSeriesTimeRangeValidationError) Cause() error
Cause function returns cause value.
func (TimeSeriesTimeRangeValidationError) Error ¶ added in v0.20.0
func (e TimeSeriesTimeRangeValidationError) Error() string
Error satisfies the builtin error interface
func (TimeSeriesTimeRangeValidationError) ErrorName ¶ added in v0.20.0
func (e TimeSeriesTimeRangeValidationError) ErrorName() string
ErrorName returns error name.
func (TimeSeriesTimeRangeValidationError) Field ¶ added in v0.20.0
func (e TimeSeriesTimeRangeValidationError) Field() string
Field function returns field value.
func (TimeSeriesTimeRangeValidationError) Key ¶ added in v0.20.0
func (e TimeSeriesTimeRangeValidationError) Key() bool
Key function returns key value.
func (TimeSeriesTimeRangeValidationError) Reason ¶ added in v0.20.0
func (e TimeSeriesTimeRangeValidationError) Reason() string
Reason function returns reason value.
type TimeSeriesValue ¶
type TimeSeriesValue struct { Ts *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=ts,proto3" json:"ts,omitempty"` Bin float64 `protobuf:"fixed64,2,opt,name=bin,proto3" json:"bin,omitempty"` 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 (x *TimeSeriesValue) GetTs() *timestamppb.Timestamp
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
func (m TimeSeriesValueMultiError) Error() string
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
func (e TimeSeriesValueValidationError) Cause() error
Cause function returns cause value.
func (TimeSeriesValueValidationError) Error ¶ added in v0.20.0
func (e TimeSeriesValueValidationError) Error() string
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
func (e TimeSeriesValueValidationError) Field() string
Field function returns field value.
func (TimeSeriesValueValidationError) Key ¶ added in v0.20.0
func (e TimeSeriesValueValidationError) Key() bool
Key function returns key value.
func (TimeSeriesValueValidationError) Reason ¶ added in v0.20.0
func (e TimeSeriesValueValidationError) Reason() string
Reason function returns reason value.
type TopK ¶
type TopK struct { Entries []*TopK_Entry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"` // contains filtered or unexported fields }
func (*TopK) Descriptor
deprecated
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) Validate ¶ added in v0.20.0
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
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 { Value *structpb.Value `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` 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
func (e TopK_EntryValidationError) Error() string
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
func (e TopK_EntryValidationError) Field() string
Field function returns field value.
func (TopK_EntryValidationError) Key ¶ added in v0.20.0
func (e TopK_EntryValidationError) Key() bool
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
func (m TriggerRefreshRequestMultiError) Error() string
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
func (e TriggerRefreshRequestValidationError) Cause() error
Cause function returns cause value.
func (TriggerRefreshRequestValidationError) Error ¶ added in v0.20.0
func (e TriggerRefreshRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TriggerRefreshRequestValidationError) ErrorName ¶ added in v0.20.0
func (e TriggerRefreshRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TriggerRefreshRequestValidationError) Field ¶ added in v0.20.0
func (e TriggerRefreshRequestValidationError) Field() string
Field function returns field value.
func (TriggerRefreshRequestValidationError) Key ¶ added in v0.20.0
func (e TriggerRefreshRequestValidationError) Key() bool
Key function returns key value.
func (TriggerRefreshRequestValidationError) Reason ¶ added in v0.20.0
func (e TriggerRefreshRequestValidationError) Reason() string
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
func (m TriggerRefreshResponseMultiError) Error() string
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
func (e TriggerRefreshResponseValidationError) Cause() error
Cause function returns cause value.
func (TriggerRefreshResponseValidationError) Error ¶ added in v0.20.0
func (e TriggerRefreshResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TriggerRefreshResponseValidationError) ErrorName ¶ added in v0.20.0
func (e TriggerRefreshResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TriggerRefreshResponseValidationError) Field ¶ added in v0.20.0
func (e TriggerRefreshResponseValidationError) Field() string
Field function returns field value.
func (TriggerRefreshResponseValidationError) Key ¶ added in v0.20.0
func (e TriggerRefreshResponseValidationError) Key() bool
Key function returns key value.
func (TriggerRefreshResponseValidationError) Reason ¶ added in v0.20.0
func (e TriggerRefreshResponseValidationError) Reason() string
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
func (m TriggerSyncRequestMultiError) Error() string
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
func (e TriggerSyncRequestValidationError) Cause() error
Cause function returns cause value.
func (TriggerSyncRequestValidationError) Error ¶ added in v0.20.0
func (e TriggerSyncRequestValidationError) Error() string
Error satisfies the builtin error interface
func (TriggerSyncRequestValidationError) ErrorName ¶ added in v0.20.0
func (e TriggerSyncRequestValidationError) ErrorName() string
ErrorName returns error name.
func (TriggerSyncRequestValidationError) Field ¶ added in v0.20.0
func (e TriggerSyncRequestValidationError) Field() string
Field function returns field value.
func (TriggerSyncRequestValidationError) Key ¶ added in v0.20.0
func (e TriggerSyncRequestValidationError) Key() bool
Key function returns key value.
func (TriggerSyncRequestValidationError) Reason ¶ added in v0.20.0
func (e TriggerSyncRequestValidationError) Reason() string
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
func (m TriggerSyncResponseMultiError) Error() string
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
func (e TriggerSyncResponseValidationError) Cause() error
Cause function returns cause value.
func (TriggerSyncResponseValidationError) Error ¶ added in v0.20.0
func (e TriggerSyncResponseValidationError) Error() string
Error satisfies the builtin error interface
func (TriggerSyncResponseValidationError) ErrorName ¶ added in v0.20.0
func (e TriggerSyncResponseValidationError) ErrorName() string
ErrorName returns error name.
func (TriggerSyncResponseValidationError) Field ¶ added in v0.20.0
func (e TriggerSyncResponseValidationError) Field() string
Field function returns field value.
func (TriggerSyncResponseValidationError) Key ¶ added in v0.20.0
func (e TriggerSyncResponseValidationError) Key() bool
Key function returns key value.
func (TriggerSyncResponseValidationError) Reason ¶ added in v0.20.0
func (e TriggerSyncResponseValidationError) Reason() string
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) GetArrayElementType ¶
func (*Type) GetMapType ¶
func (*Type) GetNullable ¶
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) Validate ¶ added in v0.20.0
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
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_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_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) EnumDescriptor
deprecated
func (Type_Code) Number ¶
func (x Type_Code) Number() protoreflect.EnumNumber
func (Type_Code) Type ¶
func (Type_Code) Type() protoreflect.EnumType
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) ColumnCardinality(context.Context, *ColumnCardinalityRequest) (*ColumnCardinalityResponse, error)
func (UnimplementedQueryServiceServer) ColumnDescriptiveStatistics ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) ColumnDescriptiveStatistics(context.Context, *ColumnDescriptiveStatisticsRequest) (*ColumnDescriptiveStatisticsResponse, error)
func (UnimplementedQueryServiceServer) ColumnNullCount ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) ColumnNullCount(context.Context, *ColumnNullCountRequest) (*ColumnNullCountResponse, error)
func (UnimplementedQueryServiceServer) ColumnNumericHistogram ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) ColumnNumericHistogram(context.Context, *ColumnNumericHistogramRequest) (*ColumnNumericHistogramResponse, error)
func (UnimplementedQueryServiceServer) ColumnRollupInterval ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) ColumnRollupInterval(context.Context, *ColumnRollupIntervalRequest) (*ColumnRollupIntervalResponse, error)
func (UnimplementedQueryServiceServer) ColumnRugHistogram ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) ColumnRugHistogram(context.Context, *ColumnRugHistogramRequest) (*ColumnRugHistogramResponse, error)
func (UnimplementedQueryServiceServer) ColumnTimeGrain ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) ColumnTimeGrain(context.Context, *ColumnTimeGrainRequest) (*ColumnTimeGrainResponse, error)
func (UnimplementedQueryServiceServer) ColumnTimeRange ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) ColumnTimeRange(context.Context, *ColumnTimeRangeRequest) (*ColumnTimeRangeResponse, error)
func (UnimplementedQueryServiceServer) ColumnTimeSeries ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) ColumnTimeSeries(context.Context, *ColumnTimeSeriesRequest) (*ColumnTimeSeriesResponse, error)
func (UnimplementedQueryServiceServer) ColumnTopK ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) ColumnTopK(context.Context, *ColumnTopKRequest) (*ColumnTopKResponse, error)
func (UnimplementedQueryServiceServer) MetricsViewTimeSeries ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) MetricsViewTimeSeries(context.Context, *MetricsViewTimeSeriesRequest) (*MetricsViewTimeSeriesResponse, error)
func (UnimplementedQueryServiceServer) MetricsViewToplist ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) MetricsViewToplist(context.Context, *MetricsViewToplistRequest) (*MetricsViewToplistResponse, error)
func (UnimplementedQueryServiceServer) MetricsViewTotals ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) MetricsViewTotals(context.Context, *MetricsViewTotalsRequest) (*MetricsViewTotalsResponse, error)
func (UnimplementedQueryServiceServer) Query ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) Query(context.Context, *QueryRequest) (*QueryResponse, error)
func (UnimplementedQueryServiceServer) TableCardinality ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) TableCardinality(context.Context, *TableCardinalityRequest) (*TableCardinalityResponse, error)
func (UnimplementedQueryServiceServer) TableColumns ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) TableColumns(context.Context, *TableColumnsRequest) (*TableColumnsResponse, error)
func (UnimplementedQueryServiceServer) TableRows ¶ added in v0.22.0
func (UnimplementedQueryServiceServer) TableRows(context.Context, *TableRowsRequest) (*TableRowsResponse, error)
type UnimplementedRuntimeServiceServer ¶
type UnimplementedRuntimeServiceServer struct { }
UnimplementedRuntimeServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedRuntimeServiceServer) CreateInstance ¶
func (UnimplementedRuntimeServiceServer) CreateInstance(context.Context, *CreateInstanceRequest) (*CreateInstanceResponse, error)
func (UnimplementedRuntimeServiceServer) DeleteFile ¶
func (UnimplementedRuntimeServiceServer) DeleteFile(context.Context, *DeleteFileRequest) (*DeleteFileResponse, error)
func (UnimplementedRuntimeServiceServer) DeleteFileAndReconcile ¶
func (UnimplementedRuntimeServiceServer) DeleteFileAndReconcile(context.Context, *DeleteFileAndReconcileRequest) (*DeleteFileAndReconcileResponse, error)
func (UnimplementedRuntimeServiceServer) DeleteInstance ¶
func (UnimplementedRuntimeServiceServer) DeleteInstance(context.Context, *DeleteInstanceRequest) (*DeleteInstanceResponse, error)
func (UnimplementedRuntimeServiceServer) EditInstance ¶ added in v0.23.0
func (UnimplementedRuntimeServiceServer) EditInstance(context.Context, *EditInstanceRequest) (*EditInstanceResponse, error)
func (UnimplementedRuntimeServiceServer) GetCatalogEntry ¶
func (UnimplementedRuntimeServiceServer) GetCatalogEntry(context.Context, *GetCatalogEntryRequest) (*GetCatalogEntryResponse, error)
func (UnimplementedRuntimeServiceServer) GetFile ¶
func (UnimplementedRuntimeServiceServer) GetFile(context.Context, *GetFileRequest) (*GetFileResponse, error)
func (UnimplementedRuntimeServiceServer) GetInstance ¶
func (UnimplementedRuntimeServiceServer) GetInstance(context.Context, *GetInstanceRequest) (*GetInstanceResponse, error)
func (UnimplementedRuntimeServiceServer) ListCatalogEntries ¶
func (UnimplementedRuntimeServiceServer) ListCatalogEntries(context.Context, *ListCatalogEntriesRequest) (*ListCatalogEntriesResponse, error)
func (UnimplementedRuntimeServiceServer) ListConnectors ¶
func (UnimplementedRuntimeServiceServer) ListConnectors(context.Context, *ListConnectorsRequest) (*ListConnectorsResponse, error)
func (UnimplementedRuntimeServiceServer) ListFiles ¶
func (UnimplementedRuntimeServiceServer) ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
func (UnimplementedRuntimeServiceServer) ListInstances ¶
func (UnimplementedRuntimeServiceServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
func (UnimplementedRuntimeServiceServer) Ping ¶
func (UnimplementedRuntimeServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
func (UnimplementedRuntimeServiceServer) PutFile ¶
func (UnimplementedRuntimeServiceServer) PutFile(context.Context, *PutFileRequest) (*PutFileResponse, error)
func (UnimplementedRuntimeServiceServer) PutFileAndReconcile ¶
func (UnimplementedRuntimeServiceServer) PutFileAndReconcile(context.Context, *PutFileAndReconcileRequest) (*PutFileAndReconcileResponse, error)
func (UnimplementedRuntimeServiceServer) Reconcile ¶
func (UnimplementedRuntimeServiceServer) Reconcile(context.Context, *ReconcileRequest) (*ReconcileResponse, error)
func (UnimplementedRuntimeServiceServer) RefreshAndReconcile ¶
func (UnimplementedRuntimeServiceServer) RefreshAndReconcile(context.Context, *RefreshAndReconcileRequest) (*RefreshAndReconcileResponse, error)
func (UnimplementedRuntimeServiceServer) RenameFile ¶
func (UnimplementedRuntimeServiceServer) RenameFile(context.Context, *RenameFileRequest) (*RenameFileResponse, error)
func (UnimplementedRuntimeServiceServer) RenameFileAndReconcile ¶
func (UnimplementedRuntimeServiceServer) RenameFileAndReconcile(context.Context, *RenameFileAndReconcileRequest) (*RenameFileAndReconcileResponse, error)
func (UnimplementedRuntimeServiceServer) TriggerRefresh ¶
func (UnimplementedRuntimeServiceServer) TriggerRefresh(context.Context, *TriggerRefreshRequest) (*TriggerRefreshResponse, error)
func (UnimplementedRuntimeServiceServer) TriggerSync ¶
func (UnimplementedRuntimeServiceServer) TriggerSync(context.Context, *TriggerSyncRequest) (*TriggerSyncResponse, error)
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.