Documentation ¶
Overview ¶
Package runtimev1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package runtimev1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Package runtimev1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterConnectorServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterConnectorServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ConnectorServiceClient) error
- func RegisterConnectorServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterConnectorServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ConnectorServiceServer) error
- func RegisterConnectorServiceServer(s grpc.ServiceRegistrar, srv ConnectorServiceServer)
- 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 BigQueryListDatasetsRequest
- func (*BigQueryListDatasetsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BigQueryListDatasetsRequest) GetConnector() string
- func (x *BigQueryListDatasetsRequest) GetInstanceId() string
- func (x *BigQueryListDatasetsRequest) GetPageSize() uint32
- func (x *BigQueryListDatasetsRequest) GetPageToken() string
- func (*BigQueryListDatasetsRequest) ProtoMessage()
- func (x *BigQueryListDatasetsRequest) ProtoReflect() protoreflect.Message
- func (x *BigQueryListDatasetsRequest) Reset()
- func (x *BigQueryListDatasetsRequest) String() string
- func (m *BigQueryListDatasetsRequest) Validate() error
- func (m *BigQueryListDatasetsRequest) ValidateAll() error
- type BigQueryListDatasetsRequestMultiError
- type BigQueryListDatasetsRequestValidationError
- func (e BigQueryListDatasetsRequestValidationError) Cause() error
- func (e BigQueryListDatasetsRequestValidationError) Error() string
- func (e BigQueryListDatasetsRequestValidationError) ErrorName() string
- func (e BigQueryListDatasetsRequestValidationError) Field() string
- func (e BigQueryListDatasetsRequestValidationError) Key() bool
- func (e BigQueryListDatasetsRequestValidationError) Reason() string
- type BigQueryListDatasetsResponse
- func (*BigQueryListDatasetsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BigQueryListDatasetsResponse) GetNames() []string
- func (x *BigQueryListDatasetsResponse) GetNextPageToken() string
- func (*BigQueryListDatasetsResponse) ProtoMessage()
- func (x *BigQueryListDatasetsResponse) ProtoReflect() protoreflect.Message
- func (x *BigQueryListDatasetsResponse) Reset()
- func (x *BigQueryListDatasetsResponse) String() string
- func (m *BigQueryListDatasetsResponse) Validate() error
- func (m *BigQueryListDatasetsResponse) ValidateAll() error
- type BigQueryListDatasetsResponseMultiError
- type BigQueryListDatasetsResponseValidationError
- func (e BigQueryListDatasetsResponseValidationError) Cause() error
- func (e BigQueryListDatasetsResponseValidationError) Error() string
- func (e BigQueryListDatasetsResponseValidationError) ErrorName() string
- func (e BigQueryListDatasetsResponseValidationError) Field() string
- func (e BigQueryListDatasetsResponseValidationError) Key() bool
- func (e BigQueryListDatasetsResponseValidationError) Reason() string
- type BigQueryListTablesRequest
- func (*BigQueryListTablesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *BigQueryListTablesRequest) GetConnector() string
- func (x *BigQueryListTablesRequest) GetDataset() string
- func (x *BigQueryListTablesRequest) GetInstanceId() string
- func (x *BigQueryListTablesRequest) GetPageSize() uint32
- func (x *BigQueryListTablesRequest) GetPageToken() string
- func (*BigQueryListTablesRequest) ProtoMessage()
- func (x *BigQueryListTablesRequest) ProtoReflect() protoreflect.Message
- func (x *BigQueryListTablesRequest) Reset()
- func (x *BigQueryListTablesRequest) String() string
- func (m *BigQueryListTablesRequest) Validate() error
- func (m *BigQueryListTablesRequest) ValidateAll() error
- type BigQueryListTablesRequestMultiError
- type BigQueryListTablesRequestValidationError
- func (e BigQueryListTablesRequestValidationError) Cause() error
- func (e BigQueryListTablesRequestValidationError) Error() string
- func (e BigQueryListTablesRequestValidationError) ErrorName() string
- func (e BigQueryListTablesRequestValidationError) Field() string
- func (e BigQueryListTablesRequestValidationError) Key() bool
- func (e BigQueryListTablesRequestValidationError) Reason() string
- type BigQueryListTablesResponse
- func (*BigQueryListTablesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BigQueryListTablesResponse) GetNames() []string
- func (x *BigQueryListTablesResponse) GetNextPageToken() string
- func (*BigQueryListTablesResponse) ProtoMessage()
- func (x *BigQueryListTablesResponse) ProtoReflect() protoreflect.Message
- func (x *BigQueryListTablesResponse) Reset()
- func (x *BigQueryListTablesResponse) String() string
- func (m *BigQueryListTablesResponse) Validate() error
- func (m *BigQueryListTablesResponse) ValidateAll() error
- type BigQueryListTablesResponseMultiError
- type BigQueryListTablesResponseValidationError
- func (e BigQueryListTablesResponseValidationError) Cause() error
- func (e BigQueryListTablesResponseValidationError) Error() string
- func (e BigQueryListTablesResponseValidationError) ErrorName() string
- func (e BigQueryListTablesResponseValidationError) Field() string
- func (e BigQueryListTablesResponseValidationError) Key() bool
- func (e BigQueryListTablesResponseValidationError) Reason() string
- type BucketExtractPolicy
- func (*BucketExtractPolicy) Descriptor() ([]byte, []int)deprecated
- func (x *BucketExtractPolicy) GetFilesLimit() uint64
- func (x *BucketExtractPolicy) GetFilesStrategy() BucketExtractPolicy_Strategy
- func (x *BucketExtractPolicy) GetRowsLimitBytes() uint64
- func (x *BucketExtractPolicy) GetRowsStrategy() BucketExtractPolicy_Strategy
- func (*BucketExtractPolicy) ProtoMessage()
- func (x *BucketExtractPolicy) ProtoReflect() protoreflect.Message
- func (x *BucketExtractPolicy) Reset()
- func (x *BucketExtractPolicy) String() string
- func (m *BucketExtractPolicy) Validate() error
- func (m *BucketExtractPolicy) ValidateAll() error
- type BucketExtractPolicyMultiError
- type BucketExtractPolicyValidationError
- func (e BucketExtractPolicyValidationError) Cause() error
- func (e BucketExtractPolicyValidationError) Error() string
- func (e BucketExtractPolicyValidationError) ErrorName() string
- func (e BucketExtractPolicyValidationError) Field() string
- func (e BucketExtractPolicyValidationError) Key() bool
- func (e BucketExtractPolicyValidationError) Reason() string
- type BucketExtractPolicy_Strategy
- func (BucketExtractPolicy_Strategy) Descriptor() protoreflect.EnumDescriptor
- func (x BucketExtractPolicy_Strategy) Enum() *BucketExtractPolicy_Strategy
- func (BucketExtractPolicy_Strategy) EnumDescriptor() ([]byte, []int)deprecated
- func (x BucketExtractPolicy_Strategy) Number() protoreflect.EnumNumber
- func (x BucketExtractPolicy_Strategy) String() string
- func (BucketExtractPolicy_Strategy) Type() protoreflect.EnumType
- type BucketPlanner
- func (*BucketPlanner) Descriptor() ([]byte, []int)deprecated
- func (x *BucketPlanner) GetSpec() *BucketPlannerSpec
- func (x *BucketPlanner) GetState() *BucketPlannerState
- func (*BucketPlanner) ProtoMessage()
- func (x *BucketPlanner) ProtoReflect() protoreflect.Message
- func (x *BucketPlanner) Reset()
- func (x *BucketPlanner) String() string
- func (m *BucketPlanner) Validate() error
- func (m *BucketPlanner) ValidateAll() error
- type BucketPlannerMultiError
- type BucketPlannerSpec
- func (*BucketPlannerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *BucketPlannerSpec) GetExtractPolicy() *BucketExtractPolicy
- func (*BucketPlannerSpec) ProtoMessage()
- func (x *BucketPlannerSpec) ProtoReflect() protoreflect.Message
- func (x *BucketPlannerSpec) Reset()
- func (x *BucketPlannerSpec) String() string
- func (m *BucketPlannerSpec) Validate() error
- func (m *BucketPlannerSpec) ValidateAll() error
- type BucketPlannerSpecMultiError
- type BucketPlannerSpecValidationError
- func (e BucketPlannerSpecValidationError) Cause() error
- func (e BucketPlannerSpecValidationError) Error() string
- func (e BucketPlannerSpecValidationError) ErrorName() string
- func (e BucketPlannerSpecValidationError) Field() string
- func (e BucketPlannerSpecValidationError) Key() bool
- func (e BucketPlannerSpecValidationError) Reason() string
- type BucketPlannerState
- func (*BucketPlannerState) Descriptor() ([]byte, []int)deprecated
- func (x *BucketPlannerState) GetRegion() string
- func (*BucketPlannerState) ProtoMessage()
- func (x *BucketPlannerState) ProtoReflect() protoreflect.Message
- func (x *BucketPlannerState) Reset()
- func (x *BucketPlannerState) String() string
- func (m *BucketPlannerState) Validate() error
- func (m *BucketPlannerState) ValidateAll() error
- type BucketPlannerStateMultiError
- type BucketPlannerStateValidationError
- func (e BucketPlannerStateValidationError) Cause() error
- func (e BucketPlannerStateValidationError) Error() string
- func (e BucketPlannerStateValidationError) ErrorName() string
- func (e BucketPlannerStateValidationError) Field() string
- func (e BucketPlannerStateValidationError) Key() bool
- func (e BucketPlannerStateValidationError) Reason() string
- type BucketPlannerValidationError
- func (e BucketPlannerValidationError) Cause() error
- func (e BucketPlannerValidationError) Error() string
- func (e BucketPlannerValidationError) ErrorName() string
- func (e BucketPlannerValidationError) Field() string
- func (e BucketPlannerValidationError) Key() bool
- func (e BucketPlannerValidationError) Reason() string
- type BuiltinMeasure
- func (BuiltinMeasure) Descriptor() protoreflect.EnumDescriptor
- func (x BuiltinMeasure) Enum() *BuiltinMeasure
- func (BuiltinMeasure) EnumDescriptor() ([]byte, []int)deprecated
- func (x BuiltinMeasure) Number() protoreflect.EnumNumber
- func (x BuiltinMeasure) String() string
- func (BuiltinMeasure) Type() protoreflect.EnumType
- 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 CharLocation
- func (*CharLocation) Descriptor() ([]byte, []int)deprecated
- func (x *CharLocation) GetLine() uint32
- func (*CharLocation) ProtoMessage()
- func (x *CharLocation) ProtoReflect() protoreflect.Message
- func (x *CharLocation) Reset()
- func (x *CharLocation) String() string
- func (m *CharLocation) Validate() error
- func (m *CharLocation) ValidateAll() error
- type CharLocationMultiError
- type CharLocationValidationError
- func (e CharLocationValidationError) Cause() error
- func (e CharLocationValidationError) Error() string
- func (e CharLocationValidationError) ErrorName() string
- func (e CharLocationValidationError) Field() string
- func (e CharLocationValidationError) Key() bool
- func (e CharLocationValidationError) Reason() string
- type Color
- func (*Color) Descriptor() ([]byte, []int)deprecated
- func (x *Color) GetAlpha() float32
- func (x *Color) GetBlue() float32
- func (x *Color) GetGreen() float32
- func (x *Color) GetRed() float32
- func (*Color) ProtoMessage()
- func (x *Color) ProtoReflect() protoreflect.Message
- func (x *Color) Reset()
- func (x *Color) String() string
- func (m *Color) Validate() error
- func (m *Color) ValidateAll() error
- type ColorMultiError
- type ColorValidationError
- 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) 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) GetTimeZone() string
- 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 Condition
- func (*Condition) Descriptor() ([]byte, []int)deprecated
- func (x *Condition) GetExprs() []*Expression
- func (x *Condition) GetOp() Operation
- func (*Condition) ProtoMessage()
- func (x *Condition) ProtoReflect() protoreflect.Message
- func (x *Condition) Reset()
- func (x *Condition) String() string
- func (m *Condition) Validate() error
- func (m *Condition) ValidateAll() error
- type ConditionMultiError
- type ConditionValidationError
- type Connector
- func (*Connector) Descriptor() ([]byte, []int)deprecated
- func (x *Connector) GetConfig() map[string]string
- func (x *Connector) GetName() string
- func (x *Connector) GetType() string
- 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 ConnectorServiceClient
- type ConnectorServiceServer
- type ConnectorSpec
- func (*ConnectorSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectorSpec) GetDescription() string
- func (x *ConnectorSpec) GetDisplayName() string
- func (x *ConnectorSpec) GetName() string
- func (x *ConnectorSpec) GetProperties() []*ConnectorSpec_Property
- func (*ConnectorSpec) ProtoMessage()
- func (x *ConnectorSpec) ProtoReflect() protoreflect.Message
- func (x *ConnectorSpec) Reset()
- func (x *ConnectorSpec) String() string
- func (m *ConnectorSpec) Validate() error
- func (m *ConnectorSpec) ValidateAll() error
- type ConnectorSpecMultiError
- type ConnectorSpecValidationError
- func (e ConnectorSpecValidationError) Cause() error
- func (e ConnectorSpecValidationError) Error() string
- func (e ConnectorSpecValidationError) ErrorName() string
- func (e ConnectorSpecValidationError) Field() string
- func (e ConnectorSpecValidationError) Key() bool
- func (e ConnectorSpecValidationError) Reason() string
- type ConnectorSpec_Property
- func (*ConnectorSpec_Property) Descriptor() ([]byte, []int)deprecated
- func (x *ConnectorSpec_Property) GetDescription() string
- func (x *ConnectorSpec_Property) GetDisplayName() string
- func (x *ConnectorSpec_Property) GetHint() string
- func (x *ConnectorSpec_Property) GetHref() string
- func (x *ConnectorSpec_Property) GetKey() string
- func (x *ConnectorSpec_Property) GetNullable() bool
- func (x *ConnectorSpec_Property) GetPlaceholder() string
- func (x *ConnectorSpec_Property) GetType() ConnectorSpec_Property_Type
- func (*ConnectorSpec_Property) ProtoMessage()
- func (x *ConnectorSpec_Property) ProtoReflect() protoreflect.Message
- func (x *ConnectorSpec_Property) Reset()
- func (x *ConnectorSpec_Property) String() string
- func (m *ConnectorSpec_Property) Validate() error
- func (m *ConnectorSpec_Property) ValidateAll() error
- type ConnectorSpec_PropertyMultiError
- type ConnectorSpec_PropertyValidationError
- func (e ConnectorSpec_PropertyValidationError) Cause() error
- func (e ConnectorSpec_PropertyValidationError) Error() string
- func (e ConnectorSpec_PropertyValidationError) ErrorName() string
- func (e ConnectorSpec_PropertyValidationError) Field() string
- func (e ConnectorSpec_PropertyValidationError) Key() bool
- func (e ConnectorSpec_PropertyValidationError) Reason() string
- type ConnectorSpec_Property_Type
- func (ConnectorSpec_Property_Type) Descriptor() protoreflect.EnumDescriptor
- func (x ConnectorSpec_Property_Type) Enum() *ConnectorSpec_Property_Type
- func (ConnectorSpec_Property_Type) EnumDescriptor() ([]byte, []int)deprecated
- func (x ConnectorSpec_Property_Type) Number() protoreflect.EnumNumber
- func (x ConnectorSpec_Property_Type) String() string
- func (ConnectorSpec_Property_Type) Type() protoreflect.EnumType
- type ConnectorValidationError
- type CreateInstanceRequest
- func (*CreateInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateInstanceRequest) GetAdminConnector() string
- func (x *CreateInstanceRequest) GetAnnotations() map[string]string
- func (x *CreateInstanceRequest) GetConnectors() []*Connector
- func (x *CreateInstanceRequest) GetEmbedCatalog() bool
- func (x *CreateInstanceRequest) GetInstanceId() string
- func (x *CreateInstanceRequest) GetModelDefaultMaterialize() bool
- func (x *CreateInstanceRequest) GetModelMaterializeDelaySeconds() uint32
- func (x *CreateInstanceRequest) GetOlapConnector() string
- func (x *CreateInstanceRequest) GetRepoConnector() string
- func (x *CreateInstanceRequest) GetStageChanges() bool
- func (x *CreateInstanceRequest) GetVariables() map[string]string
- func (x *CreateInstanceRequest) GetWatchRepo() bool
- 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 CreateTriggerRequest
- func (*CreateTriggerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTriggerRequest) GetInstanceId() string
- func (x *CreateTriggerRequest) GetPullTriggerSpec() *PullTriggerSpec
- func (x *CreateTriggerRequest) GetRefreshTriggerSpec() *RefreshTriggerSpec
- func (m *CreateTriggerRequest) GetTrigger() isCreateTriggerRequest_Trigger
- func (*CreateTriggerRequest) ProtoMessage()
- func (x *CreateTriggerRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTriggerRequest) Reset()
- func (x *CreateTriggerRequest) String() string
- func (m *CreateTriggerRequest) Validate() error
- func (m *CreateTriggerRequest) ValidateAll() error
- type CreateTriggerRequestMultiError
- type CreateTriggerRequestValidationError
- func (e CreateTriggerRequestValidationError) Cause() error
- func (e CreateTriggerRequestValidationError) Error() string
- func (e CreateTriggerRequestValidationError) ErrorName() string
- func (e CreateTriggerRequestValidationError) Field() string
- func (e CreateTriggerRequestValidationError) Key() bool
- func (e CreateTriggerRequestValidationError) Reason() string
- type CreateTriggerRequest_PullTriggerSpec
- type CreateTriggerRequest_RefreshTriggerSpec
- type CreateTriggerResponse
- func (*CreateTriggerResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateTriggerResponse) ProtoMessage()
- func (x *CreateTriggerResponse) ProtoReflect() protoreflect.Message
- func (x *CreateTriggerResponse) Reset()
- func (x *CreateTriggerResponse) String() string
- func (m *CreateTriggerResponse) Validate() error
- func (m *CreateTriggerResponse) ValidateAll() error
- type CreateTriggerResponseMultiError
- type CreateTriggerResponseValidationError
- func (e CreateTriggerResponseValidationError) Cause() error
- func (e CreateTriggerResponseValidationError) Error() string
- func (e CreateTriggerResponseValidationError) ErrorName() string
- func (e CreateTriggerResponseValidationError) Field() string
- func (e CreateTriggerResponseValidationError) Key() bool
- func (e CreateTriggerResponseValidationError) 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 DependencyError
- func (*DependencyError) Descriptor() ([]byte, []int)deprecated
- func (x *DependencyError) GetDependency() string
- func (x *DependencyError) GetMessage() string
- func (*DependencyError) ProtoMessage()
- func (x *DependencyError) ProtoReflect() protoreflect.Message
- func (x *DependencyError) Reset()
- func (x *DependencyError) String() string
- func (m *DependencyError) Validate() error
- func (m *DependencyError) ValidateAll() error
- type DependencyErrorMultiError
- type DependencyErrorValidationError
- func (e DependencyErrorValidationError) Cause() error
- func (e DependencyErrorValidationError) Error() string
- func (e DependencyErrorValidationError) ErrorName() string
- func (e DependencyErrorValidationError) Field() string
- func (e DependencyErrorValidationError) Key() bool
- func (e DependencyErrorValidationError) Reason() string
- type EditInstanceRequest
- func (*EditInstanceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EditInstanceRequest) GetAdminConnector() string
- func (x *EditInstanceRequest) GetAnnotations() map[string]string
- func (x *EditInstanceRequest) GetConnectors() []*Connector
- func (x *EditInstanceRequest) GetEmbedCatalog() bool
- func (x *EditInstanceRequest) GetInstanceId() string
- func (x *EditInstanceRequest) GetModelDefaultMaterialize() bool
- func (x *EditInstanceRequest) GetModelMaterializeDelaySeconds() uint32
- func (x *EditInstanceRequest) GetOlapConnector() string
- func (x *EditInstanceRequest) GetRepoConnector() string
- func (x *EditInstanceRequest) GetStageChanges() bool
- func (x *EditInstanceRequest) GetVariables() map[string]string
- func (x *EditInstanceRequest) GetWatchRepo() bool
- 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 Example
- func (*Example) Descriptor() ([]byte, []int)deprecated
- func (x *Example) GetDescription() string
- func (x *Example) GetName() string
- func (x *Example) GetTitle() string
- func (*Example) ProtoMessage()
- func (x *Example) ProtoReflect() protoreflect.Message
- func (x *Example) Reset()
- func (x *Example) String() string
- func (m *Example) Validate() error
- func (m *Example) ValidateAll() error
- type ExampleMultiError
- type ExampleValidationError
- type ExecutionError
- func (*ExecutionError) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionError) GetMessage() string
- func (*ExecutionError) ProtoMessage()
- func (x *ExecutionError) ProtoReflect() protoreflect.Message
- func (x *ExecutionError) Reset()
- func (x *ExecutionError) String() string
- func (m *ExecutionError) Validate() error
- func (m *ExecutionError) ValidateAll() error
- type ExecutionErrorMultiError
- type ExecutionErrorValidationError
- func (e ExecutionErrorValidationError) Cause() error
- func (e ExecutionErrorValidationError) Error() string
- func (e ExecutionErrorValidationError) ErrorName() string
- func (e ExecutionErrorValidationError) Field() string
- func (e ExecutionErrorValidationError) Key() bool
- func (e ExecutionErrorValidationError) Reason() string
- type ExportFormat
- func (ExportFormat) Descriptor() protoreflect.EnumDescriptor
- func (x ExportFormat) Enum() *ExportFormat
- func (ExportFormat) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExportFormat) Number() protoreflect.EnumNumber
- func (x ExportFormat) String() string
- func (ExportFormat) Type() protoreflect.EnumType
- type ExportRequest
- func (*ExportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ExportRequest) GetBakedQuery() string
- func (x *ExportRequest) GetFormat() ExportFormat
- func (x *ExportRequest) GetInstanceId() string
- func (x *ExportRequest) GetLimit() int64
- func (x *ExportRequest) GetQuery() *Query
- func (*ExportRequest) ProtoMessage()
- func (x *ExportRequest) ProtoReflect() protoreflect.Message
- func (x *ExportRequest) Reset()
- func (x *ExportRequest) String() string
- func (m *ExportRequest) Validate() error
- func (m *ExportRequest) ValidateAll() error
- type ExportRequestMultiError
- type ExportRequestValidationError
- func (e ExportRequestValidationError) Cause() error
- func (e ExportRequestValidationError) Error() string
- func (e ExportRequestValidationError) ErrorName() string
- func (e ExportRequestValidationError) Field() string
- func (e ExportRequestValidationError) Key() bool
- func (e ExportRequestValidationError) Reason() string
- type ExportResponse
- func (*ExportResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ExportResponse) GetDownloadUrlPath() string
- func (*ExportResponse) ProtoMessage()
- func (x *ExportResponse) ProtoReflect() protoreflect.Message
- func (x *ExportResponse) Reset()
- func (x *ExportResponse) String() string
- func (m *ExportResponse) Validate() error
- func (m *ExportResponse) ValidateAll() error
- type ExportResponseMultiError
- type ExportResponseValidationError
- func (e ExportResponseValidationError) Cause() error
- func (e ExportResponseValidationError) Error() string
- func (e ExportResponseValidationError) ErrorName() string
- func (e ExportResponseValidationError) Field() string
- func (e ExportResponseValidationError) Key() bool
- func (e ExportResponseValidationError) Reason() string
- type Expression
- func (*Expression) Descriptor() ([]byte, []int)deprecated
- func (x *Expression) GetCond() *Condition
- func (m *Expression) GetExpression() isExpression_Expression
- func (x *Expression) GetIdent() string
- func (x *Expression) GetVal() *structpb.Value
- func (*Expression) ProtoMessage()
- func (x *Expression) ProtoReflect() protoreflect.Message
- func (x *Expression) Reset()
- func (x *Expression) String() string
- func (m *Expression) Validate() error
- func (m *Expression) ValidateAll() error
- type ExpressionMultiError
- type ExpressionValidationError
- type Expression_Cond
- type Expression_Ident
- type Expression_Val
- type FileEvent
- type GCSGetCredentialsInfoRequest
- func (*GCSGetCredentialsInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GCSGetCredentialsInfoRequest) GetConnector() string
- func (x *GCSGetCredentialsInfoRequest) GetInstanceId() string
- func (*GCSGetCredentialsInfoRequest) ProtoMessage()
- func (x *GCSGetCredentialsInfoRequest) ProtoReflect() protoreflect.Message
- func (x *GCSGetCredentialsInfoRequest) Reset()
- func (x *GCSGetCredentialsInfoRequest) String() string
- func (m *GCSGetCredentialsInfoRequest) Validate() error
- func (m *GCSGetCredentialsInfoRequest) ValidateAll() error
- type GCSGetCredentialsInfoRequestMultiError
- type GCSGetCredentialsInfoRequestValidationError
- func (e GCSGetCredentialsInfoRequestValidationError) Cause() error
- func (e GCSGetCredentialsInfoRequestValidationError) Error() string
- func (e GCSGetCredentialsInfoRequestValidationError) ErrorName() string
- func (e GCSGetCredentialsInfoRequestValidationError) Field() string
- func (e GCSGetCredentialsInfoRequestValidationError) Key() bool
- func (e GCSGetCredentialsInfoRequestValidationError) Reason() string
- type GCSGetCredentialsInfoResponse
- func (*GCSGetCredentialsInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GCSGetCredentialsInfoResponse) GetExist() bool
- func (x *GCSGetCredentialsInfoResponse) GetProjectId() string
- func (*GCSGetCredentialsInfoResponse) ProtoMessage()
- func (x *GCSGetCredentialsInfoResponse) ProtoReflect() protoreflect.Message
- func (x *GCSGetCredentialsInfoResponse) Reset()
- func (x *GCSGetCredentialsInfoResponse) String() string
- func (m *GCSGetCredentialsInfoResponse) Validate() error
- func (m *GCSGetCredentialsInfoResponse) ValidateAll() error
- type GCSGetCredentialsInfoResponseMultiError
- type GCSGetCredentialsInfoResponseValidationError
- func (e GCSGetCredentialsInfoResponseValidationError) Cause() error
- func (e GCSGetCredentialsInfoResponseValidationError) Error() string
- func (e GCSGetCredentialsInfoResponseValidationError) ErrorName() string
- func (e GCSGetCredentialsInfoResponseValidationError) Field() string
- func (e GCSGetCredentialsInfoResponseValidationError) Key() bool
- func (e GCSGetCredentialsInfoResponseValidationError) Reason() string
- type GCSListBucketsRequest
- func (*GCSListBucketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GCSListBucketsRequest) GetConnector() string
- func (x *GCSListBucketsRequest) GetInstanceId() string
- func (x *GCSListBucketsRequest) GetPageSize() uint32
- func (x *GCSListBucketsRequest) GetPageToken() string
- func (*GCSListBucketsRequest) ProtoMessage()
- func (x *GCSListBucketsRequest) ProtoReflect() protoreflect.Message
- func (x *GCSListBucketsRequest) Reset()
- func (x *GCSListBucketsRequest) String() string
- func (m *GCSListBucketsRequest) Validate() error
- func (m *GCSListBucketsRequest) ValidateAll() error
- type GCSListBucketsRequestMultiError
- type GCSListBucketsRequestValidationError
- func (e GCSListBucketsRequestValidationError) Cause() error
- func (e GCSListBucketsRequestValidationError) Error() string
- func (e GCSListBucketsRequestValidationError) ErrorName() string
- func (e GCSListBucketsRequestValidationError) Field() string
- func (e GCSListBucketsRequestValidationError) Key() bool
- func (e GCSListBucketsRequestValidationError) Reason() string
- type GCSListBucketsResponse
- func (*GCSListBucketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GCSListBucketsResponse) GetBuckets() []string
- func (x *GCSListBucketsResponse) GetNextPageToken() string
- func (*GCSListBucketsResponse) ProtoMessage()
- func (x *GCSListBucketsResponse) ProtoReflect() protoreflect.Message
- func (x *GCSListBucketsResponse) Reset()
- func (x *GCSListBucketsResponse) String() string
- func (m *GCSListBucketsResponse) Validate() error
- func (m *GCSListBucketsResponse) ValidateAll() error
- type GCSListBucketsResponseMultiError
- type GCSListBucketsResponseValidationError
- func (e GCSListBucketsResponseValidationError) Cause() error
- func (e GCSListBucketsResponseValidationError) Error() string
- func (e GCSListBucketsResponseValidationError) ErrorName() string
- func (e GCSListBucketsResponseValidationError) Field() string
- func (e GCSListBucketsResponseValidationError) Key() bool
- func (e GCSListBucketsResponseValidationError) Reason() string
- type GCSListObjectsRequest
- func (*GCSListObjectsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GCSListObjectsRequest) GetBucket() string
- func (x *GCSListObjectsRequest) GetConnector() string
- func (x *GCSListObjectsRequest) GetDelimiter() string
- func (x *GCSListObjectsRequest) GetEndOffset() string
- func (x *GCSListObjectsRequest) GetInstanceId() string
- func (x *GCSListObjectsRequest) GetPageSize() uint32
- func (x *GCSListObjectsRequest) GetPageToken() string
- func (x *GCSListObjectsRequest) GetPrefix() string
- func (x *GCSListObjectsRequest) GetStartOffset() string
- func (*GCSListObjectsRequest) ProtoMessage()
- func (x *GCSListObjectsRequest) ProtoReflect() protoreflect.Message
- func (x *GCSListObjectsRequest) Reset()
- func (x *GCSListObjectsRequest) String() string
- func (m *GCSListObjectsRequest) Validate() error
- func (m *GCSListObjectsRequest) ValidateAll() error
- type GCSListObjectsRequestMultiError
- type GCSListObjectsRequestValidationError
- func (e GCSListObjectsRequestValidationError) Cause() error
- func (e GCSListObjectsRequestValidationError) Error() string
- func (e GCSListObjectsRequestValidationError) ErrorName() string
- func (e GCSListObjectsRequestValidationError) Field() string
- func (e GCSListObjectsRequestValidationError) Key() bool
- func (e GCSListObjectsRequestValidationError) Reason() string
- type GCSListObjectsResponse
- func (*GCSListObjectsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GCSListObjectsResponse) GetNextPageToken() string
- func (x *GCSListObjectsResponse) GetObjects() []*GCSObject
- func (*GCSListObjectsResponse) ProtoMessage()
- func (x *GCSListObjectsResponse) ProtoReflect() protoreflect.Message
- func (x *GCSListObjectsResponse) Reset()
- func (x *GCSListObjectsResponse) String() string
- func (m *GCSListObjectsResponse) Validate() error
- func (m *GCSListObjectsResponse) ValidateAll() error
- type GCSListObjectsResponseMultiError
- type GCSListObjectsResponseValidationError
- func (e GCSListObjectsResponseValidationError) Cause() error
- func (e GCSListObjectsResponseValidationError) Error() string
- func (e GCSListObjectsResponseValidationError) ErrorName() string
- func (e GCSListObjectsResponseValidationError) Field() string
- func (e GCSListObjectsResponseValidationError) Key() bool
- func (e GCSListObjectsResponseValidationError) Reason() string
- type GCSObject
- func (*GCSObject) Descriptor() ([]byte, []int)deprecated
- func (x *GCSObject) GetIsDir() bool
- func (x *GCSObject) GetModifiedOn() *timestamppb.Timestamp
- func (x *GCSObject) GetName() string
- func (x *GCSObject) GetSize() int64
- func (*GCSObject) ProtoMessage()
- func (x *GCSObject) ProtoReflect() protoreflect.Message
- func (x *GCSObject) Reset()
- func (x *GCSObject) String() string
- func (m *GCSObject) Validate() error
- func (m *GCSObject) ValidateAll() error
- type GCSObjectMultiError
- type GCSObjectValidationError
- 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 GetLogsRequest
- func (*GetLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLogsRequest) GetAscending() bool
- func (x *GetLogsRequest) GetInstanceId() string
- func (x *GetLogsRequest) GetLevel() LogLevel
- func (x *GetLogsRequest) GetLimit() int32
- func (*GetLogsRequest) ProtoMessage()
- func (x *GetLogsRequest) ProtoReflect() protoreflect.Message
- func (x *GetLogsRequest) Reset()
- func (x *GetLogsRequest) String() string
- func (m *GetLogsRequest) Validate() error
- func (m *GetLogsRequest) ValidateAll() error
- type GetLogsRequestMultiError
- type GetLogsRequestValidationError
- func (e GetLogsRequestValidationError) Cause() error
- func (e GetLogsRequestValidationError) Error() string
- func (e GetLogsRequestValidationError) ErrorName() string
- func (e GetLogsRequestValidationError) Field() string
- func (e GetLogsRequestValidationError) Key() bool
- func (e GetLogsRequestValidationError) Reason() string
- type GetLogsResponse
- func (*GetLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLogsResponse) GetLogs() []*Log
- func (*GetLogsResponse) ProtoMessage()
- func (x *GetLogsResponse) ProtoReflect() protoreflect.Message
- func (x *GetLogsResponse) Reset()
- func (x *GetLogsResponse) String() string
- func (m *GetLogsResponse) Validate() error
- func (m *GetLogsResponse) ValidateAll() error
- type GetLogsResponseMultiError
- type GetLogsResponseValidationError
- func (e GetLogsResponseValidationError) Cause() error
- func (e GetLogsResponseValidationError) Error() string
- func (e GetLogsResponseValidationError) ErrorName() string
- func (e GetLogsResponseValidationError) Field() string
- func (e GetLogsResponseValidationError) Key() bool
- func (e GetLogsResponseValidationError) Reason() string
- type GetResourceRequest
- func (*GetResourceRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetResourceRequest) GetInstanceId() string
- func (x *GetResourceRequest) GetName() *ResourceName
- func (*GetResourceRequest) ProtoMessage()
- func (x *GetResourceRequest) ProtoReflect() protoreflect.Message
- func (x *GetResourceRequest) Reset()
- func (x *GetResourceRequest) String() string
- func (m *GetResourceRequest) Validate() error
- func (m *GetResourceRequest) ValidateAll() error
- type GetResourceRequestMultiError
- type GetResourceRequestValidationError
- func (e GetResourceRequestValidationError) Cause() error
- func (e GetResourceRequestValidationError) Error() string
- func (e GetResourceRequestValidationError) ErrorName() string
- func (e GetResourceRequestValidationError) Field() string
- func (e GetResourceRequestValidationError) Key() bool
- func (e GetResourceRequestValidationError) Reason() string
- type GetResourceResponse
- func (*GetResourceResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetResourceResponse) GetResource() *Resource
- func (*GetResourceResponse) ProtoMessage()
- func (x *GetResourceResponse) ProtoReflect() protoreflect.Message
- func (x *GetResourceResponse) Reset()
- func (x *GetResourceResponse) String() string
- func (m *GetResourceResponse) Validate() error
- func (m *GetResourceResponse) ValidateAll() error
- type GetResourceResponseMultiError
- type GetResourceResponseValidationError
- func (e GetResourceResponseValidationError) Cause() error
- func (e GetResourceResponseValidationError) Error() string
- func (e GetResourceResponseValidationError) ErrorName() string
- func (e GetResourceResponseValidationError) Field() string
- func (e GetResourceResponseValidationError) Key() bool
- func (e GetResourceResponseValidationError) 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 InlineMeasure
- func (*InlineMeasure) Descriptor() ([]byte, []int)deprecated
- func (x *InlineMeasure) GetExpression() string
- func (x *InlineMeasure) GetName() string
- func (*InlineMeasure) ProtoMessage()
- func (x *InlineMeasure) ProtoReflect() protoreflect.Message
- func (x *InlineMeasure) Reset()
- func (x *InlineMeasure) String() string
- func (m *InlineMeasure) Validate() error
- func (m *InlineMeasure) ValidateAll() error
- type InlineMeasureMultiError
- type InlineMeasureValidationError
- func (e InlineMeasureValidationError) Cause() error
- func (e InlineMeasureValidationError) Error() string
- func (e InlineMeasureValidationError) ErrorName() string
- func (e InlineMeasureValidationError) Field() string
- func (e InlineMeasureValidationError) Key() bool
- func (e InlineMeasureValidationError) Reason() string
- type Instance
- func (*Instance) Descriptor() ([]byte, []int)deprecated
- func (x *Instance) GetAdminConnector() string
- func (x *Instance) GetAnnotations() map[string]string
- func (x *Instance) GetConnectors() []*Connector
- func (x *Instance) GetCreatedOn() *timestamppb.Timestamp
- func (x *Instance) GetEmbedCatalog() bool
- func (x *Instance) GetInstanceId() string
- func (x *Instance) GetModelDefaultMaterialize() bool
- func (x *Instance) GetModelMaterializeDelaySeconds() uint32
- func (x *Instance) GetOlapConnector() string
- func (x *Instance) GetProjectConnectors() []*Connector
- func (x *Instance) GetProjectVariables() map[string]string
- func (x *Instance) GetRepoConnector() string
- func (x *Instance) GetStageChanges() bool
- func (x *Instance) GetUpdatedOn() *timestamppb.Timestamp
- func (x *Instance) GetVariables() map[string]string
- func (x *Instance) GetWatchRepo() bool
- 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 IssueDevJWTRequest
- func (*IssueDevJWTRequest) Descriptor() ([]byte, []int)deprecated
- func (x *IssueDevJWTRequest) GetAdmin() bool
- func (x *IssueDevJWTRequest) GetEmail() string
- func (x *IssueDevJWTRequest) GetGroups() []string
- func (x *IssueDevJWTRequest) GetName() string
- func (*IssueDevJWTRequest) ProtoMessage()
- func (x *IssueDevJWTRequest) ProtoReflect() protoreflect.Message
- func (x *IssueDevJWTRequest) Reset()
- func (x *IssueDevJWTRequest) String() string
- func (m *IssueDevJWTRequest) Validate() error
- func (m *IssueDevJWTRequest) ValidateAll() error
- type IssueDevJWTRequestMultiError
- type IssueDevJWTRequestValidationError
- func (e IssueDevJWTRequestValidationError) Cause() error
- func (e IssueDevJWTRequestValidationError) Error() string
- func (e IssueDevJWTRequestValidationError) ErrorName() string
- func (e IssueDevJWTRequestValidationError) Field() string
- func (e IssueDevJWTRequestValidationError) Key() bool
- func (e IssueDevJWTRequestValidationError) Reason() string
- type IssueDevJWTResponse
- func (*IssueDevJWTResponse) Descriptor() ([]byte, []int)deprecated
- func (x *IssueDevJWTResponse) GetJwt() string
- func (*IssueDevJWTResponse) ProtoMessage()
- func (x *IssueDevJWTResponse) ProtoReflect() protoreflect.Message
- func (x *IssueDevJWTResponse) Reset()
- func (x *IssueDevJWTResponse) String() string
- func (m *IssueDevJWTResponse) Validate() error
- func (m *IssueDevJWTResponse) ValidateAll() error
- type IssueDevJWTResponseMultiError
- type IssueDevJWTResponseValidationError
- func (e IssueDevJWTResponseValidationError) Cause() error
- func (e IssueDevJWTResponseValidationError) Error() string
- func (e IssueDevJWTResponseValidationError) ErrorName() string
- func (e IssueDevJWTResponseValidationError) Field() string
- func (e IssueDevJWTResponseValidationError) Key() bool
- func (e IssueDevJWTResponseValidationError) Reason() string
- 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() []*ConnectorSpec
- 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 ListExamplesRequest
- func (*ListExamplesRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListExamplesRequest) ProtoMessage()
- func (x *ListExamplesRequest) ProtoReflect() protoreflect.Message
- func (x *ListExamplesRequest) Reset()
- func (x *ListExamplesRequest) String() string
- func (m *ListExamplesRequest) Validate() error
- func (m *ListExamplesRequest) ValidateAll() error
- type ListExamplesRequestMultiError
- type ListExamplesRequestValidationError
- func (e ListExamplesRequestValidationError) Cause() error
- func (e ListExamplesRequestValidationError) Error() string
- func (e ListExamplesRequestValidationError) ErrorName() string
- func (e ListExamplesRequestValidationError) Field() string
- func (e ListExamplesRequestValidationError) Key() bool
- func (e ListExamplesRequestValidationError) Reason() string
- type ListExamplesResponse
- func (*ListExamplesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListExamplesResponse) GetExamples() []*Example
- func (*ListExamplesResponse) ProtoMessage()
- func (x *ListExamplesResponse) ProtoReflect() protoreflect.Message
- func (x *ListExamplesResponse) Reset()
- func (x *ListExamplesResponse) String() string
- func (m *ListExamplesResponse) Validate() error
- func (m *ListExamplesResponse) ValidateAll() error
- type ListExamplesResponseMultiError
- type ListExamplesResponseValidationError
- func (e ListExamplesResponseValidationError) Cause() error
- func (e ListExamplesResponseValidationError) Error() string
- func (e ListExamplesResponseValidationError) ErrorName() string
- func (e ListExamplesResponseValidationError) Field() string
- func (e ListExamplesResponseValidationError) Key() bool
- func (e ListExamplesResponseValidationError) 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 ListResourcesRequest
- func (*ListResourcesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListResourcesRequest) GetInstanceId() string
- func (x *ListResourcesRequest) GetKind() string
- func (*ListResourcesRequest) ProtoMessage()
- func (x *ListResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *ListResourcesRequest) Reset()
- func (x *ListResourcesRequest) String() string
- func (m *ListResourcesRequest) Validate() error
- func (m *ListResourcesRequest) ValidateAll() error
- type ListResourcesRequestMultiError
- type ListResourcesRequestValidationError
- func (e ListResourcesRequestValidationError) Cause() error
- func (e ListResourcesRequestValidationError) Error() string
- func (e ListResourcesRequestValidationError) ErrorName() string
- func (e ListResourcesRequestValidationError) Field() string
- func (e ListResourcesRequestValidationError) Key() bool
- func (e ListResourcesRequestValidationError) Reason() string
- type ListResourcesResponse
- func (*ListResourcesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListResourcesResponse) GetResources() []*Resource
- func (*ListResourcesResponse) ProtoMessage()
- func (x *ListResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *ListResourcesResponse) Reset()
- func (x *ListResourcesResponse) String() string
- func (m *ListResourcesResponse) Validate() error
- func (m *ListResourcesResponse) ValidateAll() error
- type ListResourcesResponseMultiError
- type ListResourcesResponseValidationError
- func (e ListResourcesResponseValidationError) Cause() error
- func (e ListResourcesResponseValidationError) Error() string
- func (e ListResourcesResponseValidationError) ErrorName() string
- func (e ListResourcesResponseValidationError) Field() string
- func (e ListResourcesResponseValidationError) Key() bool
- func (e ListResourcesResponseValidationError) Reason() string
- type Log
- func (*Log) Descriptor() ([]byte, []int)deprecated
- func (x *Log) GetJsonPayload() string
- func (x *Log) GetLevel() LogLevel
- func (x *Log) GetMessage() string
- func (x *Log) GetTime() *timestamppb.Timestamp
- func (*Log) ProtoMessage()
- func (x *Log) ProtoReflect() protoreflect.Message
- func (x *Log) Reset()
- func (x *Log) String() string
- func (m *Log) Validate() error
- func (m *Log) ValidateAll() error
- type LogLevel
- type LogMultiError
- type LogValidationError
- 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) GetAvailableTimeZones() []string
- func (x *MetricsView) GetDefaultTimeRange() string
- func (x *MetricsView) GetDescription() string
- func (x *MetricsView) GetDimensions() []*MetricsView_Dimension
- func (x *MetricsView) GetFirstDayOfWeek() uint32
- func (x *MetricsView) GetFirstMonthOfYear() uint32
- func (x *MetricsView) GetLabel() string
- func (x *MetricsView) GetMeasures() []*MetricsView_Measure
- func (x *MetricsView) GetModel() string
- func (x *MetricsView) GetName() string
- func (x *MetricsView) GetSecurity() *MetricsView_Security
- 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 MetricsViewAggregationDimension
- func (*MetricsViewAggregationDimension) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewAggregationDimension) GetName() string
- func (x *MetricsViewAggregationDimension) GetTimeGrain() TimeGrain
- func (x *MetricsViewAggregationDimension) GetTimeZone() string
- func (*MetricsViewAggregationDimension) ProtoMessage()
- func (x *MetricsViewAggregationDimension) ProtoReflect() protoreflect.Message
- func (x *MetricsViewAggregationDimension) Reset()
- func (x *MetricsViewAggregationDimension) String() string
- func (m *MetricsViewAggregationDimension) Validate() error
- func (m *MetricsViewAggregationDimension) ValidateAll() error
- type MetricsViewAggregationDimensionMultiError
- type MetricsViewAggregationDimensionValidationError
- func (e MetricsViewAggregationDimensionValidationError) Cause() error
- func (e MetricsViewAggregationDimensionValidationError) Error() string
- func (e MetricsViewAggregationDimensionValidationError) ErrorName() string
- func (e MetricsViewAggregationDimensionValidationError) Field() string
- func (e MetricsViewAggregationDimensionValidationError) Key() bool
- func (e MetricsViewAggregationDimensionValidationError) Reason() string
- type MetricsViewAggregationMeasure
- func (*MetricsViewAggregationMeasure) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewAggregationMeasure) GetBuiltinMeasure() BuiltinMeasure
- func (x *MetricsViewAggregationMeasure) GetBuiltinMeasureArgs() []*structpb.Value
- func (x *MetricsViewAggregationMeasure) GetName() string
- func (*MetricsViewAggregationMeasure) ProtoMessage()
- func (x *MetricsViewAggregationMeasure) ProtoReflect() protoreflect.Message
- func (x *MetricsViewAggregationMeasure) Reset()
- func (x *MetricsViewAggregationMeasure) String() string
- func (m *MetricsViewAggregationMeasure) Validate() error
- func (m *MetricsViewAggregationMeasure) ValidateAll() error
- type MetricsViewAggregationMeasureMultiError
- type MetricsViewAggregationMeasureValidationError
- func (e MetricsViewAggregationMeasureValidationError) Cause() error
- func (e MetricsViewAggregationMeasureValidationError) Error() string
- func (e MetricsViewAggregationMeasureValidationError) ErrorName() string
- func (e MetricsViewAggregationMeasureValidationError) Field() string
- func (e MetricsViewAggregationMeasureValidationError) Key() bool
- func (e MetricsViewAggregationMeasureValidationError) Reason() string
- type MetricsViewAggregationRequest
- func (*MetricsViewAggregationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewAggregationRequest) GetDimensions() []*MetricsViewAggregationDimension
- func (x *MetricsViewAggregationRequest) GetFilter() *MetricsViewFilter
- func (x *MetricsViewAggregationRequest) GetHaving() *Expression
- func (x *MetricsViewAggregationRequest) GetInstanceId() string
- func (x *MetricsViewAggregationRequest) GetLimit() int64
- func (x *MetricsViewAggregationRequest) GetMeasures() []*MetricsViewAggregationMeasure
- func (x *MetricsViewAggregationRequest) GetMetricsView() string
- func (x *MetricsViewAggregationRequest) GetOffset() int64
- func (x *MetricsViewAggregationRequest) GetPivotOn() []string
- func (x *MetricsViewAggregationRequest) GetPriority() int32
- func (x *MetricsViewAggregationRequest) GetSort() []*MetricsViewAggregationSort
- func (x *MetricsViewAggregationRequest) GetTimeEnd() *timestamppb.Timestamp
- func (x *MetricsViewAggregationRequest) GetTimeRange() *TimeRange
- func (x *MetricsViewAggregationRequest) GetTimeStart() *timestamppb.Timestamp
- func (x *MetricsViewAggregationRequest) GetWhere() *Expression
- func (*MetricsViewAggregationRequest) ProtoMessage()
- func (x *MetricsViewAggregationRequest) ProtoReflect() protoreflect.Message
- func (x *MetricsViewAggregationRequest) Reset()
- func (x *MetricsViewAggregationRequest) String() string
- func (m *MetricsViewAggregationRequest) Validate() error
- func (m *MetricsViewAggregationRequest) ValidateAll() error
- type MetricsViewAggregationRequestMultiError
- type MetricsViewAggregationRequestValidationError
- func (e MetricsViewAggregationRequestValidationError) Cause() error
- func (e MetricsViewAggregationRequestValidationError) Error() string
- func (e MetricsViewAggregationRequestValidationError) ErrorName() string
- func (e MetricsViewAggregationRequestValidationError) Field() string
- func (e MetricsViewAggregationRequestValidationError) Key() bool
- func (e MetricsViewAggregationRequestValidationError) Reason() string
- type MetricsViewAggregationResponse
- func (*MetricsViewAggregationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewAggregationResponse) GetData() []*structpb.Struct
- func (x *MetricsViewAggregationResponse) GetSchema() *StructType
- func (*MetricsViewAggregationResponse) ProtoMessage()
- func (x *MetricsViewAggregationResponse) ProtoReflect() protoreflect.Message
- func (x *MetricsViewAggregationResponse) Reset()
- func (x *MetricsViewAggregationResponse) String() string
- func (m *MetricsViewAggregationResponse) Validate() error
- func (m *MetricsViewAggregationResponse) ValidateAll() error
- type MetricsViewAggregationResponseMultiError
- type MetricsViewAggregationResponseValidationError
- func (e MetricsViewAggregationResponseValidationError) Cause() error
- func (e MetricsViewAggregationResponseValidationError) Error() string
- func (e MetricsViewAggregationResponseValidationError) ErrorName() string
- func (e MetricsViewAggregationResponseValidationError) Field() string
- func (e MetricsViewAggregationResponseValidationError) Key() bool
- func (e MetricsViewAggregationResponseValidationError) Reason() string
- type MetricsViewAggregationSort
- func (*MetricsViewAggregationSort) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewAggregationSort) GetDesc() bool
- func (x *MetricsViewAggregationSort) GetName() string
- func (*MetricsViewAggregationSort) ProtoMessage()
- func (x *MetricsViewAggregationSort) ProtoReflect() protoreflect.Message
- func (x *MetricsViewAggregationSort) Reset()
- func (x *MetricsViewAggregationSort) String() string
- func (m *MetricsViewAggregationSort) Validate() error
- func (m *MetricsViewAggregationSort) ValidateAll() error
- type MetricsViewAggregationSortMultiError
- type MetricsViewAggregationSortValidationError
- func (e MetricsViewAggregationSortValidationError) Cause() error
- func (e MetricsViewAggregationSortValidationError) Error() string
- func (e MetricsViewAggregationSortValidationError) ErrorName() string
- func (e MetricsViewAggregationSortValidationError) Field() string
- func (e MetricsViewAggregationSortValidationError) Key() bool
- func (e MetricsViewAggregationSortValidationError) Reason() string
- 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 MetricsViewComparisonMeasureAlias
- func (*MetricsViewComparisonMeasureAlias) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewComparisonMeasureAlias) GetAlias() string
- func (x *MetricsViewComparisonMeasureAlias) GetName() string
- func (x *MetricsViewComparisonMeasureAlias) GetType() MetricsViewComparisonMeasureType
- func (*MetricsViewComparisonMeasureAlias) ProtoMessage()
- func (x *MetricsViewComparisonMeasureAlias) ProtoReflect() protoreflect.Message
- func (x *MetricsViewComparisonMeasureAlias) Reset()
- func (x *MetricsViewComparisonMeasureAlias) String() string
- func (m *MetricsViewComparisonMeasureAlias) Validate() error
- func (m *MetricsViewComparisonMeasureAlias) ValidateAll() error
- type MetricsViewComparisonMeasureAliasMultiError
- type MetricsViewComparisonMeasureAliasValidationError
- func (e MetricsViewComparisonMeasureAliasValidationError) Cause() error
- func (e MetricsViewComparisonMeasureAliasValidationError) Error() string
- func (e MetricsViewComparisonMeasureAliasValidationError) ErrorName() string
- func (e MetricsViewComparisonMeasureAliasValidationError) Field() string
- func (e MetricsViewComparisonMeasureAliasValidationError) Key() bool
- func (e MetricsViewComparisonMeasureAliasValidationError) Reason() string
- type MetricsViewComparisonMeasureType
- func (MetricsViewComparisonMeasureType) Descriptor() protoreflect.EnumDescriptor
- func (x MetricsViewComparisonMeasureType) Enum() *MetricsViewComparisonMeasureType
- func (MetricsViewComparisonMeasureType) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricsViewComparisonMeasureType) Number() protoreflect.EnumNumber
- func (x MetricsViewComparisonMeasureType) String() string
- func (MetricsViewComparisonMeasureType) Type() protoreflect.EnumType
- type MetricsViewComparisonRequest
- func (*MetricsViewComparisonRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewComparisonRequest) GetAliases() []*MetricsViewComparisonMeasureAlias
- func (x *MetricsViewComparisonRequest) GetComparisonMeasures() []string
- func (x *MetricsViewComparisonRequest) GetComparisonTimeRange() *TimeRange
- func (x *MetricsViewComparisonRequest) GetDimension() *MetricsViewAggregationDimension
- func (x *MetricsViewComparisonRequest) GetExact() bool
- func (x *MetricsViewComparisonRequest) GetFilter() *MetricsViewFilter
- func (x *MetricsViewComparisonRequest) GetHaving() *Expression
- func (x *MetricsViewComparisonRequest) GetInstanceId() string
- func (x *MetricsViewComparisonRequest) GetLimit() int64
- func (x *MetricsViewComparisonRequest) GetMeasures() []*MetricsViewAggregationMeasure
- func (x *MetricsViewComparisonRequest) GetMetricsViewName() string
- func (x *MetricsViewComparisonRequest) GetOffset() int64
- func (x *MetricsViewComparisonRequest) GetPriority() int32
- func (x *MetricsViewComparisonRequest) GetSort() []*MetricsViewComparisonSort
- func (x *MetricsViewComparisonRequest) GetTimeRange() *TimeRange
- func (x *MetricsViewComparisonRequest) GetWhere() *Expression
- func (*MetricsViewComparisonRequest) ProtoMessage()
- func (x *MetricsViewComparisonRequest) ProtoReflect() protoreflect.Message
- func (x *MetricsViewComparisonRequest) Reset()
- func (x *MetricsViewComparisonRequest) String() string
- func (m *MetricsViewComparisonRequest) Validate() error
- func (m *MetricsViewComparisonRequest) ValidateAll() error
- type MetricsViewComparisonRequestMultiError
- type MetricsViewComparisonRequestValidationError
- func (e MetricsViewComparisonRequestValidationError) Cause() error
- func (e MetricsViewComparisonRequestValidationError) Error() string
- func (e MetricsViewComparisonRequestValidationError) ErrorName() string
- func (e MetricsViewComparisonRequestValidationError) Field() string
- func (e MetricsViewComparisonRequestValidationError) Key() bool
- func (e MetricsViewComparisonRequestValidationError) Reason() string
- type MetricsViewComparisonResponse
- func (*MetricsViewComparisonResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewComparisonResponse) GetRows() []*MetricsViewComparisonRow
- func (*MetricsViewComparisonResponse) ProtoMessage()
- func (x *MetricsViewComparisonResponse) ProtoReflect() protoreflect.Message
- func (x *MetricsViewComparisonResponse) Reset()
- func (x *MetricsViewComparisonResponse) String() string
- func (m *MetricsViewComparisonResponse) Validate() error
- func (m *MetricsViewComparisonResponse) ValidateAll() error
- type MetricsViewComparisonResponseMultiError
- type MetricsViewComparisonResponseValidationError
- func (e MetricsViewComparisonResponseValidationError) Cause() error
- func (e MetricsViewComparisonResponseValidationError) Error() string
- func (e MetricsViewComparisonResponseValidationError) ErrorName() string
- func (e MetricsViewComparisonResponseValidationError) Field() string
- func (e MetricsViewComparisonResponseValidationError) Key() bool
- func (e MetricsViewComparisonResponseValidationError) Reason() string
- type MetricsViewComparisonRow
- func (*MetricsViewComparisonRow) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewComparisonRow) GetDimensionValue() *structpb.Value
- func (x *MetricsViewComparisonRow) GetMeasureValues() []*MetricsViewComparisonValue
- func (*MetricsViewComparisonRow) ProtoMessage()
- func (x *MetricsViewComparisonRow) ProtoReflect() protoreflect.Message
- func (x *MetricsViewComparisonRow) Reset()
- func (x *MetricsViewComparisonRow) String() string
- func (m *MetricsViewComparisonRow) Validate() error
- func (m *MetricsViewComparisonRow) ValidateAll() error
- type MetricsViewComparisonRowMultiError
- type MetricsViewComparisonRowValidationError
- func (e MetricsViewComparisonRowValidationError) Cause() error
- func (e MetricsViewComparisonRowValidationError) Error() string
- func (e MetricsViewComparisonRowValidationError) ErrorName() string
- func (e MetricsViewComparisonRowValidationError) Field() string
- func (e MetricsViewComparisonRowValidationError) Key() bool
- func (e MetricsViewComparisonRowValidationError) Reason() string
- type MetricsViewComparisonSort
- func (*MetricsViewComparisonSort) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewComparisonSort) GetDesc() bool
- func (x *MetricsViewComparisonSort) GetName() string
- func (x *MetricsViewComparisonSort) GetSortType() MetricsViewComparisonMeasureType
- func (x *MetricsViewComparisonSort) GetType() MetricsViewComparisonSortType
- func (*MetricsViewComparisonSort) ProtoMessage()
- func (x *MetricsViewComparisonSort) ProtoReflect() protoreflect.Message
- func (x *MetricsViewComparisonSort) Reset()
- func (x *MetricsViewComparisonSort) String() string
- func (m *MetricsViewComparisonSort) Validate() error
- func (m *MetricsViewComparisonSort) ValidateAll() error
- type MetricsViewComparisonSortMultiError
- type MetricsViewComparisonSortType
- func (MetricsViewComparisonSortType) Descriptor() protoreflect.EnumDescriptor
- func (x MetricsViewComparisonSortType) Enum() *MetricsViewComparisonSortType
- func (MetricsViewComparisonSortType) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricsViewComparisonSortType) Number() protoreflect.EnumNumber
- func (x MetricsViewComparisonSortType) String() string
- func (MetricsViewComparisonSortType) Type() protoreflect.EnumType
- type MetricsViewComparisonSortValidationError
- func (e MetricsViewComparisonSortValidationError) Cause() error
- func (e MetricsViewComparisonSortValidationError) Error() string
- func (e MetricsViewComparisonSortValidationError) ErrorName() string
- func (e MetricsViewComparisonSortValidationError) Field() string
- func (e MetricsViewComparisonSortValidationError) Key() bool
- func (e MetricsViewComparisonSortValidationError) Reason() string
- type MetricsViewComparisonValue
- func (*MetricsViewComparisonValue) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewComparisonValue) GetBaseValue() *structpb.Value
- func (x *MetricsViewComparisonValue) GetComparisonValue() *structpb.Value
- func (x *MetricsViewComparisonValue) GetDeltaAbs() *structpb.Value
- func (x *MetricsViewComparisonValue) GetDeltaRel() *structpb.Value
- func (x *MetricsViewComparisonValue) GetMeasureName() string
- func (*MetricsViewComparisonValue) ProtoMessage()
- func (x *MetricsViewComparisonValue) ProtoReflect() protoreflect.Message
- func (x *MetricsViewComparisonValue) Reset()
- func (x *MetricsViewComparisonValue) String() string
- func (m *MetricsViewComparisonValue) Validate() error
- func (m *MetricsViewComparisonValue) ValidateAll() error
- type MetricsViewComparisonValueMultiError
- type MetricsViewComparisonValueValidationError
- func (e MetricsViewComparisonValueValidationError) Cause() error
- func (e MetricsViewComparisonValueValidationError) Error() string
- func (e MetricsViewComparisonValueValidationError) ErrorName() string
- func (e MetricsViewComparisonValueValidationError) Field() string
- func (e MetricsViewComparisonValueValidationError) Key() bool
- func (e MetricsViewComparisonValueValidationError) 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 MetricsViewRowsRequest
- func (*MetricsViewRowsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewRowsRequest) GetFilter() *MetricsViewFilter
- func (x *MetricsViewRowsRequest) GetInstanceId() string
- func (x *MetricsViewRowsRequest) GetLimit() int32
- func (x *MetricsViewRowsRequest) GetMetricsViewName() string
- func (x *MetricsViewRowsRequest) GetOffset() int64
- func (x *MetricsViewRowsRequest) GetPriority() int32
- func (x *MetricsViewRowsRequest) GetSort() []*MetricsViewSort
- func (x *MetricsViewRowsRequest) GetTimeEnd() *timestamppb.Timestamp
- func (x *MetricsViewRowsRequest) GetTimeGranularity() TimeGrain
- func (x *MetricsViewRowsRequest) GetTimeStart() *timestamppb.Timestamp
- func (x *MetricsViewRowsRequest) GetTimeZone() string
- func (x *MetricsViewRowsRequest) GetWhere() *Expression
- func (*MetricsViewRowsRequest) ProtoMessage()
- func (x *MetricsViewRowsRequest) ProtoReflect() protoreflect.Message
- func (x *MetricsViewRowsRequest) Reset()
- func (x *MetricsViewRowsRequest) String() string
- func (m *MetricsViewRowsRequest) Validate() error
- func (m *MetricsViewRowsRequest) ValidateAll() error
- type MetricsViewRowsRequestMultiError
- type MetricsViewRowsRequestValidationError
- func (e MetricsViewRowsRequestValidationError) Cause() error
- func (e MetricsViewRowsRequestValidationError) Error() string
- func (e MetricsViewRowsRequestValidationError) ErrorName() string
- func (e MetricsViewRowsRequestValidationError) Field() string
- func (e MetricsViewRowsRequestValidationError) Key() bool
- func (e MetricsViewRowsRequestValidationError) Reason() string
- type MetricsViewRowsResponse
- func (*MetricsViewRowsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewRowsResponse) GetData() []*structpb.Struct
- func (x *MetricsViewRowsResponse) GetMeta() []*MetricsViewColumn
- func (*MetricsViewRowsResponse) ProtoMessage()
- func (x *MetricsViewRowsResponse) ProtoReflect() protoreflect.Message
- func (x *MetricsViewRowsResponse) Reset()
- func (x *MetricsViewRowsResponse) String() string
- func (m *MetricsViewRowsResponse) Validate() error
- func (m *MetricsViewRowsResponse) ValidateAll() error
- type MetricsViewRowsResponseMultiError
- type MetricsViewRowsResponseValidationError
- func (e MetricsViewRowsResponseValidationError) Cause() error
- func (e MetricsViewRowsResponseValidationError) Error() string
- func (e MetricsViewRowsResponseValidationError) ErrorName() string
- func (e MetricsViewRowsResponseValidationError) Field() string
- func (e MetricsViewRowsResponseValidationError) Key() bool
- func (e MetricsViewRowsResponseValidationError) Reason() string
- type MetricsViewSchemaRequest
- func (*MetricsViewSchemaRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSchemaRequest) GetInstanceId() string
- func (x *MetricsViewSchemaRequest) GetMetricsViewName() string
- func (x *MetricsViewSchemaRequest) GetPriority() int32
- func (*MetricsViewSchemaRequest) ProtoMessage()
- func (x *MetricsViewSchemaRequest) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSchemaRequest) Reset()
- func (x *MetricsViewSchemaRequest) String() string
- func (m *MetricsViewSchemaRequest) Validate() error
- func (m *MetricsViewSchemaRequest) ValidateAll() error
- type MetricsViewSchemaRequestMultiError
- type MetricsViewSchemaRequestValidationError
- func (e MetricsViewSchemaRequestValidationError) Cause() error
- func (e MetricsViewSchemaRequestValidationError) Error() string
- func (e MetricsViewSchemaRequestValidationError) ErrorName() string
- func (e MetricsViewSchemaRequestValidationError) Field() string
- func (e MetricsViewSchemaRequestValidationError) Key() bool
- func (e MetricsViewSchemaRequestValidationError) Reason() string
- type MetricsViewSchemaResponse
- func (*MetricsViewSchemaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSchemaResponse) GetSchema() *StructType
- func (*MetricsViewSchemaResponse) ProtoMessage()
- func (x *MetricsViewSchemaResponse) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSchemaResponse) Reset()
- func (x *MetricsViewSchemaResponse) String() string
- func (m *MetricsViewSchemaResponse) Validate() error
- func (m *MetricsViewSchemaResponse) ValidateAll() error
- type MetricsViewSchemaResponseMultiError
- type MetricsViewSchemaResponseValidationError
- func (e MetricsViewSchemaResponseValidationError) Cause() error
- func (e MetricsViewSchemaResponseValidationError) Error() string
- func (e MetricsViewSchemaResponseValidationError) ErrorName() string
- func (e MetricsViewSchemaResponseValidationError) Field() string
- func (e MetricsViewSchemaResponseValidationError) Key() bool
- func (e MetricsViewSchemaResponseValidationError) Reason() string
- 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 MetricsViewSpec
- func (*MetricsViewSpec) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSpec) GetAvailableTimeRanges() []*MetricsViewSpec_AvailableTimeRange
- func (x *MetricsViewSpec) GetAvailableTimeZones() []string
- func (x *MetricsViewSpec) GetConnector() string
- func (x *MetricsViewSpec) GetDefaultComparisonDimension() string
- func (x *MetricsViewSpec) GetDefaultComparisonMode() MetricsViewSpec_ComparisonMode
- func (x *MetricsViewSpec) GetDefaultTheme() string
- func (x *MetricsViewSpec) GetDefaultTimeRange() string
- func (x *MetricsViewSpec) GetDescription() string
- func (x *MetricsViewSpec) GetDimensions() []*MetricsViewSpec_DimensionV2
- func (x *MetricsViewSpec) GetFirstDayOfWeek() uint32
- func (x *MetricsViewSpec) GetFirstMonthOfYear() uint32
- func (x *MetricsViewSpec) GetMeasures() []*MetricsViewSpec_MeasureV2
- func (x *MetricsViewSpec) GetSecurity() *MetricsViewSpec_SecurityV2
- func (x *MetricsViewSpec) GetSmallestTimeGrain() TimeGrain
- func (x *MetricsViewSpec) GetTable() string
- func (x *MetricsViewSpec) GetTimeDimension() string
- func (x *MetricsViewSpec) GetTitle() string
- func (*MetricsViewSpec) ProtoMessage()
- func (x *MetricsViewSpec) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSpec) Reset()
- func (x *MetricsViewSpec) String() string
- func (m *MetricsViewSpec) Validate() error
- func (m *MetricsViewSpec) ValidateAll() error
- type MetricsViewSpecMultiError
- type MetricsViewSpecValidationError
- func (e MetricsViewSpecValidationError) Cause() error
- func (e MetricsViewSpecValidationError) Error() string
- func (e MetricsViewSpecValidationError) ErrorName() string
- func (e MetricsViewSpecValidationError) Field() string
- func (e MetricsViewSpecValidationError) Key() bool
- func (e MetricsViewSpecValidationError) Reason() string
- type MetricsViewSpec_AvailableComparisonOffset
- func (*MetricsViewSpec_AvailableComparisonOffset) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSpec_AvailableComparisonOffset) GetOffset() string
- func (x *MetricsViewSpec_AvailableComparisonOffset) GetRange() string
- func (*MetricsViewSpec_AvailableComparisonOffset) ProtoMessage()
- func (x *MetricsViewSpec_AvailableComparisonOffset) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSpec_AvailableComparisonOffset) Reset()
- func (x *MetricsViewSpec_AvailableComparisonOffset) String() string
- func (m *MetricsViewSpec_AvailableComparisonOffset) Validate() error
- func (m *MetricsViewSpec_AvailableComparisonOffset) ValidateAll() error
- type MetricsViewSpec_AvailableComparisonOffsetMultiError
- type MetricsViewSpec_AvailableComparisonOffsetValidationError
- func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Cause() error
- func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Error() string
- func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) ErrorName() string
- func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Field() string
- func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Key() bool
- func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Reason() string
- type MetricsViewSpec_AvailableTimeRange
- func (*MetricsViewSpec_AvailableTimeRange) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSpec_AvailableTimeRange) GetComparisonOffsets() []*MetricsViewSpec_AvailableComparisonOffset
- func (x *MetricsViewSpec_AvailableTimeRange) GetRange() string
- func (*MetricsViewSpec_AvailableTimeRange) ProtoMessage()
- func (x *MetricsViewSpec_AvailableTimeRange) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSpec_AvailableTimeRange) Reset()
- func (x *MetricsViewSpec_AvailableTimeRange) String() string
- func (m *MetricsViewSpec_AvailableTimeRange) Validate() error
- func (m *MetricsViewSpec_AvailableTimeRange) ValidateAll() error
- type MetricsViewSpec_AvailableTimeRangeMultiError
- type MetricsViewSpec_AvailableTimeRangeValidationError
- func (e MetricsViewSpec_AvailableTimeRangeValidationError) Cause() error
- func (e MetricsViewSpec_AvailableTimeRangeValidationError) Error() string
- func (e MetricsViewSpec_AvailableTimeRangeValidationError) ErrorName() string
- func (e MetricsViewSpec_AvailableTimeRangeValidationError) Field() string
- func (e MetricsViewSpec_AvailableTimeRangeValidationError) Key() bool
- func (e MetricsViewSpec_AvailableTimeRangeValidationError) Reason() string
- type MetricsViewSpec_ComparisonMode
- func (MetricsViewSpec_ComparisonMode) Descriptor() protoreflect.EnumDescriptor
- func (x MetricsViewSpec_ComparisonMode) Enum() *MetricsViewSpec_ComparisonMode
- func (MetricsViewSpec_ComparisonMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x MetricsViewSpec_ComparisonMode) Number() protoreflect.EnumNumber
- func (x MetricsViewSpec_ComparisonMode) String() string
- func (MetricsViewSpec_ComparisonMode) Type() protoreflect.EnumType
- type MetricsViewSpec_DimensionV2
- func (*MetricsViewSpec_DimensionV2) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSpec_DimensionV2) GetColumn() string
- func (x *MetricsViewSpec_DimensionV2) GetDescription() string
- func (x *MetricsViewSpec_DimensionV2) GetExpression() string
- func (x *MetricsViewSpec_DimensionV2) GetLabel() string
- func (x *MetricsViewSpec_DimensionV2) GetName() string
- func (x *MetricsViewSpec_DimensionV2) GetUnnest() bool
- func (*MetricsViewSpec_DimensionV2) ProtoMessage()
- func (x *MetricsViewSpec_DimensionV2) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSpec_DimensionV2) Reset()
- func (x *MetricsViewSpec_DimensionV2) String() string
- func (m *MetricsViewSpec_DimensionV2) Validate() error
- func (m *MetricsViewSpec_DimensionV2) ValidateAll() error
- type MetricsViewSpec_DimensionV2MultiError
- type MetricsViewSpec_DimensionV2ValidationError
- func (e MetricsViewSpec_DimensionV2ValidationError) Cause() error
- func (e MetricsViewSpec_DimensionV2ValidationError) Error() string
- func (e MetricsViewSpec_DimensionV2ValidationError) ErrorName() string
- func (e MetricsViewSpec_DimensionV2ValidationError) Field() string
- func (e MetricsViewSpec_DimensionV2ValidationError) Key() bool
- func (e MetricsViewSpec_DimensionV2ValidationError) Reason() string
- type MetricsViewSpec_MeasureV2
- func (*MetricsViewSpec_MeasureV2) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSpec_MeasureV2) GetDescription() string
- func (x *MetricsViewSpec_MeasureV2) GetExpression() string
- func (x *MetricsViewSpec_MeasureV2) GetFormatD3() string
- func (x *MetricsViewSpec_MeasureV2) GetFormatPreset() string
- func (x *MetricsViewSpec_MeasureV2) GetLabel() string
- func (x *MetricsViewSpec_MeasureV2) GetName() string
- func (x *MetricsViewSpec_MeasureV2) GetValidPercentOfTotal() bool
- func (*MetricsViewSpec_MeasureV2) ProtoMessage()
- func (x *MetricsViewSpec_MeasureV2) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSpec_MeasureV2) Reset()
- func (x *MetricsViewSpec_MeasureV2) String() string
- func (m *MetricsViewSpec_MeasureV2) Validate() error
- func (m *MetricsViewSpec_MeasureV2) ValidateAll() error
- type MetricsViewSpec_MeasureV2MultiError
- type MetricsViewSpec_MeasureV2ValidationError
- func (e MetricsViewSpec_MeasureV2ValidationError) Cause() error
- func (e MetricsViewSpec_MeasureV2ValidationError) Error() string
- func (e MetricsViewSpec_MeasureV2ValidationError) ErrorName() string
- func (e MetricsViewSpec_MeasureV2ValidationError) Field() string
- func (e MetricsViewSpec_MeasureV2ValidationError) Key() bool
- func (e MetricsViewSpec_MeasureV2ValidationError) Reason() string
- type MetricsViewSpec_SecurityV2
- func (*MetricsViewSpec_SecurityV2) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSpec_SecurityV2) GetAccess() string
- func (x *MetricsViewSpec_SecurityV2) GetExclude() []*MetricsViewSpec_SecurityV2_FieldConditionV2
- func (x *MetricsViewSpec_SecurityV2) GetInclude() []*MetricsViewSpec_SecurityV2_FieldConditionV2
- func (x *MetricsViewSpec_SecurityV2) GetRowFilter() string
- func (*MetricsViewSpec_SecurityV2) ProtoMessage()
- func (x *MetricsViewSpec_SecurityV2) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSpec_SecurityV2) Reset()
- func (x *MetricsViewSpec_SecurityV2) String() string
- func (m *MetricsViewSpec_SecurityV2) Validate() error
- func (m *MetricsViewSpec_SecurityV2) ValidateAll() error
- type MetricsViewSpec_SecurityV2MultiError
- type MetricsViewSpec_SecurityV2ValidationError
- func (e MetricsViewSpec_SecurityV2ValidationError) Cause() error
- func (e MetricsViewSpec_SecurityV2ValidationError) Error() string
- func (e MetricsViewSpec_SecurityV2ValidationError) ErrorName() string
- func (e MetricsViewSpec_SecurityV2ValidationError) Field() string
- func (e MetricsViewSpec_SecurityV2ValidationError) Key() bool
- func (e MetricsViewSpec_SecurityV2ValidationError) Reason() string
- type MetricsViewSpec_SecurityV2_FieldConditionV2
- func (*MetricsViewSpec_SecurityV2_FieldConditionV2) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) GetCondition() string
- func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) GetNames() []string
- func (*MetricsViewSpec_SecurityV2_FieldConditionV2) ProtoMessage()
- func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) ProtoReflect() protoreflect.Message
- func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) Reset()
- func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) String() string
- func (m *MetricsViewSpec_SecurityV2_FieldConditionV2) Validate() error
- func (m *MetricsViewSpec_SecurityV2_FieldConditionV2) ValidateAll() error
- type MetricsViewSpec_SecurityV2_FieldConditionV2MultiError
- type MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError
- func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Cause() error
- func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Error() string
- func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) ErrorName() string
- func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Field() string
- func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Key() bool
- func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Reason() string
- type MetricsViewState
- func (*MetricsViewState) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewState) GetValidSpec() *MetricsViewSpec
- func (*MetricsViewState) ProtoMessage()
- func (x *MetricsViewState) ProtoReflect() protoreflect.Message
- func (x *MetricsViewState) Reset()
- func (x *MetricsViewState) String() string
- func (m *MetricsViewState) Validate() error
- func (m *MetricsViewState) ValidateAll() error
- type MetricsViewStateMultiError
- type MetricsViewStateValidationError
- func (e MetricsViewStateValidationError) Cause() error
- func (e MetricsViewStateValidationError) Error() string
- func (e MetricsViewStateValidationError) ErrorName() string
- func (e MetricsViewStateValidationError) Field() string
- func (e MetricsViewStateValidationError) Key() bool
- func (e MetricsViewStateValidationError) Reason() string
- type MetricsViewTimeRangeRequest
- func (*MetricsViewTimeRangeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewTimeRangeRequest) GetInstanceId() string
- func (x *MetricsViewTimeRangeRequest) GetMetricsViewName() string
- func (x *MetricsViewTimeRangeRequest) GetPriority() int32
- func (*MetricsViewTimeRangeRequest) ProtoMessage()
- func (x *MetricsViewTimeRangeRequest) ProtoReflect() protoreflect.Message
- func (x *MetricsViewTimeRangeRequest) Reset()
- func (x *MetricsViewTimeRangeRequest) String() string
- func (m *MetricsViewTimeRangeRequest) Validate() error
- func (m *MetricsViewTimeRangeRequest) ValidateAll() error
- type MetricsViewTimeRangeRequestMultiError
- type MetricsViewTimeRangeRequestValidationError
- func (e MetricsViewTimeRangeRequestValidationError) Cause() error
- func (e MetricsViewTimeRangeRequestValidationError) Error() string
- func (e MetricsViewTimeRangeRequestValidationError) ErrorName() string
- func (e MetricsViewTimeRangeRequestValidationError) Field() string
- func (e MetricsViewTimeRangeRequestValidationError) Key() bool
- func (e MetricsViewTimeRangeRequestValidationError) Reason() string
- type MetricsViewTimeRangeResponse
- func (*MetricsViewTimeRangeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewTimeRangeResponse) GetTimeRangeSummary() *TimeRangeSummary
- func (*MetricsViewTimeRangeResponse) ProtoMessage()
- func (x *MetricsViewTimeRangeResponse) ProtoReflect() protoreflect.Message
- func (x *MetricsViewTimeRangeResponse) Reset()
- func (x *MetricsViewTimeRangeResponse) String() string
- func (m *MetricsViewTimeRangeResponse) Validate() error
- func (m *MetricsViewTimeRangeResponse) ValidateAll() error
- type MetricsViewTimeRangeResponseMultiError
- type MetricsViewTimeRangeResponseValidationError
- func (e MetricsViewTimeRangeResponseValidationError) Cause() error
- func (e MetricsViewTimeRangeResponseValidationError) Error() string
- func (e MetricsViewTimeRangeResponseValidationError) ErrorName() string
- func (e MetricsViewTimeRangeResponseValidationError) Field() string
- func (e MetricsViewTimeRangeResponseValidationError) Key() bool
- func (e MetricsViewTimeRangeResponseValidationError) Reason() string
- type MetricsViewTimeSeriesRequest
- func (*MetricsViewTimeSeriesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewTimeSeriesRequest) GetFilter() *MetricsViewFilter
- func (x *MetricsViewTimeSeriesRequest) GetHaving() *Expression
- func (x *MetricsViewTimeSeriesRequest) GetInlineMeasures() []*InlineMeasure
- 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 (x *MetricsViewTimeSeriesRequest) GetTimeZone() string
- func (x *MetricsViewTimeSeriesRequest) GetWhere() *Expression
- 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) GetHaving() *Expression
- func (x *MetricsViewToplistRequest) GetInlineMeasures() []*InlineMeasure
- 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 (x *MetricsViewToplistRequest) GetWhere() *Expression
- 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) GetInlineMeasures() []*InlineMeasure
- 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 (x *MetricsViewTotalsRequest) GetWhere() *Expression
- 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 MetricsViewV2
- func (*MetricsViewV2) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsViewV2) GetSpec() *MetricsViewSpec
- func (x *MetricsViewV2) GetState() *MetricsViewState
- func (*MetricsViewV2) ProtoMessage()
- func (x *MetricsViewV2) ProtoReflect() protoreflect.Message
- func (x *MetricsViewV2) Reset()
- func (x *MetricsViewV2) String() string
- func (m *MetricsViewV2) Validate() error
- func (m *MetricsViewV2) ValidateAll() error
- type MetricsViewV2MultiError
- type MetricsViewV2ValidationError
- func (e MetricsViewV2ValidationError) Cause() error
- func (e MetricsViewV2ValidationError) Error() string
- func (e MetricsViewV2ValidationError) ErrorName() string
- func (e MetricsViewV2ValidationError) Field() string
- func (e MetricsViewV2ValidationError) Key() bool
- func (e MetricsViewV2ValidationError) 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) GetColumn() string
- 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 (x *MetricsView_Measure) GetValidPercentOfTotal() bool
- 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 MetricsView_Security
- func (*MetricsView_Security) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsView_Security) GetAccess() string
- func (x *MetricsView_Security) GetExclude() []*MetricsView_Security_FieldCondition
- func (x *MetricsView_Security) GetInclude() []*MetricsView_Security_FieldCondition
- func (x *MetricsView_Security) GetRowFilter() string
- func (*MetricsView_Security) ProtoMessage()
- func (x *MetricsView_Security) ProtoReflect() protoreflect.Message
- func (x *MetricsView_Security) Reset()
- func (x *MetricsView_Security) String() string
- func (m *MetricsView_Security) Validate() error
- func (m *MetricsView_Security) ValidateAll() error
- type MetricsView_SecurityMultiError
- type MetricsView_SecurityValidationError
- func (e MetricsView_SecurityValidationError) Cause() error
- func (e MetricsView_SecurityValidationError) Error() string
- func (e MetricsView_SecurityValidationError) ErrorName() string
- func (e MetricsView_SecurityValidationError) Field() string
- func (e MetricsView_SecurityValidationError) Key() bool
- func (e MetricsView_SecurityValidationError) Reason() string
- type MetricsView_Security_FieldCondition
- func (*MetricsView_Security_FieldCondition) Descriptor() ([]byte, []int)deprecated
- func (x *MetricsView_Security_FieldCondition) GetCondition() string
- func (x *MetricsView_Security_FieldCondition) GetNames() []string
- func (*MetricsView_Security_FieldCondition) ProtoMessage()
- func (x *MetricsView_Security_FieldCondition) ProtoReflect() protoreflect.Message
- func (x *MetricsView_Security_FieldCondition) Reset()
- func (x *MetricsView_Security_FieldCondition) String() string
- func (m *MetricsView_Security_FieldCondition) Validate() error
- func (m *MetricsView_Security_FieldCondition) ValidateAll() error
- type MetricsView_Security_FieldConditionMultiError
- type MetricsView_Security_FieldConditionValidationError
- func (e MetricsView_Security_FieldConditionValidationError) Cause() error
- func (e MetricsView_Security_FieldConditionValidationError) Error() string
- func (e MetricsView_Security_FieldConditionValidationError) ErrorName() string
- func (e MetricsView_Security_FieldConditionValidationError) Field() string
- func (e MetricsView_Security_FieldConditionValidationError) Key() bool
- func (e MetricsView_Security_FieldConditionValidationError) Reason() string
- type Migration
- func (*Migration) Descriptor() ([]byte, []int)deprecated
- func (x *Migration) GetSpec() *MigrationSpec
- func (x *Migration) GetState() *MigrationState
- func (*Migration) ProtoMessage()
- func (x *Migration) ProtoReflect() protoreflect.Message
- func (x *Migration) Reset()
- func (x *Migration) String() string
- func (m *Migration) Validate() error
- func (m *Migration) ValidateAll() error
- type MigrationMultiError
- type MigrationSpec
- func (*MigrationSpec) Descriptor() ([]byte, []int)deprecated
- func (x *MigrationSpec) GetConnector() string
- func (x *MigrationSpec) GetSql() string
- func (x *MigrationSpec) GetVersion() uint32
- func (*MigrationSpec) ProtoMessage()
- func (x *MigrationSpec) ProtoReflect() protoreflect.Message
- func (x *MigrationSpec) Reset()
- func (x *MigrationSpec) String() string
- func (m *MigrationSpec) Validate() error
- func (m *MigrationSpec) ValidateAll() error
- type MigrationSpecMultiError
- type MigrationSpecValidationError
- func (e MigrationSpecValidationError) Cause() error
- func (e MigrationSpecValidationError) Error() string
- func (e MigrationSpecValidationError) ErrorName() string
- func (e MigrationSpecValidationError) Field() string
- func (e MigrationSpecValidationError) Key() bool
- func (e MigrationSpecValidationError) Reason() string
- type MigrationState
- func (*MigrationState) Descriptor() ([]byte, []int)deprecated
- func (x *MigrationState) GetVersion() uint32
- func (*MigrationState) ProtoMessage()
- func (x *MigrationState) ProtoReflect() protoreflect.Message
- func (x *MigrationState) Reset()
- func (x *MigrationState) String() string
- func (m *MigrationState) Validate() error
- func (m *MigrationState) ValidateAll() error
- type MigrationStateMultiError
- type MigrationStateValidationError
- func (e MigrationStateValidationError) Cause() error
- func (e MigrationStateValidationError) Error() string
- func (e MigrationStateValidationError) ErrorName() string
- func (e MigrationStateValidationError) Field() string
- func (e MigrationStateValidationError) Key() bool
- func (e MigrationStateValidationError) Reason() string
- type MigrationValidationError
- 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 ModelSpec
- func (*ModelSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ModelSpec) GetConnector() string
- func (x *ModelSpec) GetMaterialize() bool
- func (x *ModelSpec) GetMaterializeDelaySeconds() uint32
- func (x *ModelSpec) GetRefreshSchedule() *Schedule
- func (x *ModelSpec) GetSql() string
- func (x *ModelSpec) GetStageChanges() bool
- func (x *ModelSpec) GetTimeoutSeconds() uint32
- func (x *ModelSpec) GetTrigger() bool
- func (x *ModelSpec) GetUsesTemplating() bool
- func (*ModelSpec) ProtoMessage()
- func (x *ModelSpec) ProtoReflect() protoreflect.Message
- func (x *ModelSpec) Reset()
- func (x *ModelSpec) String() string
- func (m *ModelSpec) Validate() error
- func (m *ModelSpec) ValidateAll() error
- type ModelSpecMultiError
- type ModelSpecValidationError
- type ModelState
- func (*ModelState) Descriptor() ([]byte, []int)deprecated
- func (x *ModelState) GetConnector() string
- func (x *ModelState) GetRefreshedOn() *timestamppb.Timestamp
- func (x *ModelState) GetSpecHash() string
- func (x *ModelState) GetTable() string
- func (*ModelState) ProtoMessage()
- func (x *ModelState) ProtoReflect() protoreflect.Message
- func (x *ModelState) Reset()
- func (x *ModelState) String() string
- func (m *ModelState) Validate() error
- func (m *ModelState) ValidateAll() error
- type ModelStateMultiError
- type ModelStateValidationError
- type ModelV2
- func (*ModelV2) Descriptor() ([]byte, []int)deprecated
- func (x *ModelV2) GetSpec() *ModelSpec
- func (x *ModelV2) GetState() *ModelState
- func (*ModelV2) ProtoMessage()
- func (x *ModelV2) ProtoReflect() protoreflect.Message
- func (x *ModelV2) Reset()
- func (x *ModelV2) String() string
- func (m *ModelV2) Validate() error
- func (m *ModelV2) ValidateAll() error
- type ModelV2MultiError
- type ModelV2ValidationError
- 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 OLAPGetTableRequest
- func (*OLAPGetTableRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OLAPGetTableRequest) GetConnector() string
- func (x *OLAPGetTableRequest) GetInstanceId() string
- func (x *OLAPGetTableRequest) GetTable() string
- func (*OLAPGetTableRequest) ProtoMessage()
- func (x *OLAPGetTableRequest) ProtoReflect() protoreflect.Message
- func (x *OLAPGetTableRequest) Reset()
- func (x *OLAPGetTableRequest) String() string
- func (m *OLAPGetTableRequest) Validate() error
- func (m *OLAPGetTableRequest) ValidateAll() error
- type OLAPGetTableRequestMultiError
- type OLAPGetTableRequestValidationError
- func (e OLAPGetTableRequestValidationError) Cause() error
- func (e OLAPGetTableRequestValidationError) Error() string
- func (e OLAPGetTableRequestValidationError) ErrorName() string
- func (e OLAPGetTableRequestValidationError) Field() string
- func (e OLAPGetTableRequestValidationError) Key() bool
- func (e OLAPGetTableRequestValidationError) Reason() string
- type OLAPGetTableResponse
- func (*OLAPGetTableResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OLAPGetTableResponse) GetSchema() *StructType
- func (x *OLAPGetTableResponse) GetView() bool
- func (*OLAPGetTableResponse) ProtoMessage()
- func (x *OLAPGetTableResponse) ProtoReflect() protoreflect.Message
- func (x *OLAPGetTableResponse) Reset()
- func (x *OLAPGetTableResponse) String() string
- func (m *OLAPGetTableResponse) Validate() error
- func (m *OLAPGetTableResponse) ValidateAll() error
- type OLAPGetTableResponseMultiError
- type OLAPGetTableResponseValidationError
- func (e OLAPGetTableResponseValidationError) Cause() error
- func (e OLAPGetTableResponseValidationError) Error() string
- func (e OLAPGetTableResponseValidationError) ErrorName() string
- func (e OLAPGetTableResponseValidationError) Field() string
- func (e OLAPGetTableResponseValidationError) Key() bool
- func (e OLAPGetTableResponseValidationError) Reason() string
- type OLAPListTablesRequest
- func (*OLAPListTablesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OLAPListTablesRequest) GetConnector() string
- func (x *OLAPListTablesRequest) GetInstanceId() string
- func (*OLAPListTablesRequest) ProtoMessage()
- func (x *OLAPListTablesRequest) ProtoReflect() protoreflect.Message
- func (x *OLAPListTablesRequest) Reset()
- func (x *OLAPListTablesRequest) String() string
- func (m *OLAPListTablesRequest) Validate() error
- func (m *OLAPListTablesRequest) ValidateAll() error
- type OLAPListTablesRequestMultiError
- type OLAPListTablesRequestValidationError
- func (e OLAPListTablesRequestValidationError) Cause() error
- func (e OLAPListTablesRequestValidationError) Error() string
- func (e OLAPListTablesRequestValidationError) ErrorName() string
- func (e OLAPListTablesRequestValidationError) Field() string
- func (e OLAPListTablesRequestValidationError) Key() bool
- func (e OLAPListTablesRequestValidationError) Reason() string
- type OLAPListTablesResponse
- func (*OLAPListTablesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OLAPListTablesResponse) GetTables() []*TableInfo
- func (*OLAPListTablesResponse) ProtoMessage()
- func (x *OLAPListTablesResponse) ProtoReflect() protoreflect.Message
- func (x *OLAPListTablesResponse) Reset()
- func (x *OLAPListTablesResponse) String() string
- func (m *OLAPListTablesResponse) Validate() error
- func (m *OLAPListTablesResponse) ValidateAll() error
- type OLAPListTablesResponseMultiError
- type OLAPListTablesResponseValidationError
- func (e OLAPListTablesResponseValidationError) Cause() error
- func (e OLAPListTablesResponseValidationError) Error() string
- func (e OLAPListTablesResponseValidationError) ErrorName() string
- func (e OLAPListTablesResponseValidationError) Field() string
- func (e OLAPListTablesResponseValidationError) Key() bool
- func (e OLAPListTablesResponseValidationError) Reason() string
- type ObjectType
- type Operation
- type ParseError
- func (*ParseError) Descriptor() ([]byte, []int)deprecated
- func (x *ParseError) GetExternal() bool
- func (x *ParseError) GetFilePath() string
- func (x *ParseError) GetMessage() string
- func (x *ParseError) GetStartLocation() *CharLocation
- func (*ParseError) ProtoMessage()
- func (x *ParseError) ProtoReflect() protoreflect.Message
- func (x *ParseError) Reset()
- func (x *ParseError) String() string
- func (m *ParseError) Validate() error
- func (m *ParseError) ValidateAll() error
- type ParseErrorMultiError
- type ParseErrorValidationError
- 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 ProjectParser
- func (*ProjectParser) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectParser) GetSpec() *ProjectParserSpec
- func (x *ProjectParser) GetState() *ProjectParserState
- func (*ProjectParser) ProtoMessage()
- func (x *ProjectParser) ProtoReflect() protoreflect.Message
- func (x *ProjectParser) Reset()
- func (x *ProjectParser) String() string
- func (m *ProjectParser) Validate() error
- func (m *ProjectParser) ValidateAll() error
- type ProjectParserMultiError
- type ProjectParserSpec
- func (*ProjectParserSpec) Descriptor() ([]byte, []int)deprecated
- func (*ProjectParserSpec) ProtoMessage()
- func (x *ProjectParserSpec) ProtoReflect() protoreflect.Message
- func (x *ProjectParserSpec) Reset()
- func (x *ProjectParserSpec) String() string
- func (m *ProjectParserSpec) Validate() error
- func (m *ProjectParserSpec) ValidateAll() error
- type ProjectParserSpecMultiError
- type ProjectParserSpecValidationError
- func (e ProjectParserSpecValidationError) Cause() error
- func (e ProjectParserSpecValidationError) Error() string
- func (e ProjectParserSpecValidationError) ErrorName() string
- func (e ProjectParserSpecValidationError) Field() string
- func (e ProjectParserSpecValidationError) Key() bool
- func (e ProjectParserSpecValidationError) Reason() string
- type ProjectParserState
- func (*ProjectParserState) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectParserState) GetCurrentCommitSha() string
- func (x *ProjectParserState) GetParseErrors() []*ParseError
- func (x *ProjectParserState) GetWatching() bool
- func (*ProjectParserState) ProtoMessage()
- func (x *ProjectParserState) ProtoReflect() protoreflect.Message
- func (x *ProjectParserState) Reset()
- func (x *ProjectParserState) String() string
- func (m *ProjectParserState) Validate() error
- func (m *ProjectParserState) ValidateAll() error
- type ProjectParserStateMultiError
- type ProjectParserStateValidationError
- func (e ProjectParserStateValidationError) Cause() error
- func (e ProjectParserStateValidationError) Error() string
- func (e ProjectParserStateValidationError) ErrorName() string
- func (e ProjectParserStateValidationError) Field() string
- func (e ProjectParserStateValidationError) Key() bool
- func (e ProjectParserStateValidationError) Reason() string
- type ProjectParserValidationError
- func (e ProjectParserValidationError) Cause() error
- func (e ProjectParserValidationError) Error() string
- func (e ProjectParserValidationError) ErrorName() string
- func (e ProjectParserValidationError) Field() string
- func (e ProjectParserValidationError) Key() bool
- func (e ProjectParserValidationError) Reason() string
- type PullTrigger
- func (*PullTrigger) Descriptor() ([]byte, []int)deprecated
- func (x *PullTrigger) GetSpec() *PullTriggerSpec
- func (x *PullTrigger) GetState() *PullTriggerState
- func (*PullTrigger) ProtoMessage()
- func (x *PullTrigger) ProtoReflect() protoreflect.Message
- func (x *PullTrigger) Reset()
- func (x *PullTrigger) String() string
- func (m *PullTrigger) Validate() error
- func (m *PullTrigger) ValidateAll() error
- type PullTriggerMultiError
- type PullTriggerSpec
- func (*PullTriggerSpec) Descriptor() ([]byte, []int)deprecated
- func (*PullTriggerSpec) ProtoMessage()
- func (x *PullTriggerSpec) ProtoReflect() protoreflect.Message
- func (x *PullTriggerSpec) Reset()
- func (x *PullTriggerSpec) String() string
- func (m *PullTriggerSpec) Validate() error
- func (m *PullTriggerSpec) ValidateAll() error
- type PullTriggerSpecMultiError
- type PullTriggerSpecValidationError
- func (e PullTriggerSpecValidationError) Cause() error
- func (e PullTriggerSpecValidationError) Error() string
- func (e PullTriggerSpecValidationError) ErrorName() string
- func (e PullTriggerSpecValidationError) Field() string
- func (e PullTriggerSpecValidationError) Key() bool
- func (e PullTriggerSpecValidationError) Reason() string
- type PullTriggerState
- func (*PullTriggerState) Descriptor() ([]byte, []int)deprecated
- func (*PullTriggerState) ProtoMessage()
- func (x *PullTriggerState) ProtoReflect() protoreflect.Message
- func (x *PullTriggerState) Reset()
- func (x *PullTriggerState) String() string
- func (m *PullTriggerState) Validate() error
- func (m *PullTriggerState) ValidateAll() error
- type PullTriggerStateMultiError
- type PullTriggerStateValidationError
- func (e PullTriggerStateValidationError) Cause() error
- func (e PullTriggerStateValidationError) Error() string
- func (e PullTriggerStateValidationError) ErrorName() string
- func (e PullTriggerStateValidationError) Field() string
- func (e PullTriggerStateValidationError) Key() bool
- func (e PullTriggerStateValidationError) Reason() string
- type PullTriggerValidationError
- func (e PullTriggerValidationError) Cause() error
- func (e PullTriggerValidationError) Error() string
- func (e PullTriggerValidationError) ErrorName() string
- func (e PullTriggerValidationError) Field() string
- func (e PullTriggerValidationError) Key() bool
- func (e PullTriggerValidationError) 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 Query
- func (*Query) Descriptor() ([]byte, []int)deprecated
- func (x *Query) GetColumnCardinalityRequest() *ColumnCardinalityRequest
- func (x *Query) GetColumnDescriptiveStatisticsRequest() *ColumnDescriptiveStatisticsRequest
- func (x *Query) GetColumnNullCountRequest() *ColumnNullCountRequest
- func (x *Query) GetColumnNumericHistogramRequest() *ColumnNumericHistogramRequest
- func (x *Query) GetColumnRollupIntervalRequest() *ColumnRollupIntervalRequest
- func (x *Query) GetColumnRugHistogramRequest() *ColumnRugHistogramRequest
- func (x *Query) GetColumnTimeGrainRequest() *ColumnTimeGrainRequest
- func (x *Query) GetColumnTimeRangeRequest() *ColumnTimeRangeRequest
- func (x *Query) GetColumnTimeSeriesRequest() *ColumnTimeSeriesRequest
- func (x *Query) GetColumnTopKRequest() *ColumnTopKRequest
- func (x *Query) GetMetricsViewAggregationRequest() *MetricsViewAggregationRequest
- func (x *Query) GetMetricsViewComparisonRequest() *MetricsViewComparisonRequest
- func (x *Query) GetMetricsViewRowsRequest() *MetricsViewRowsRequest
- func (x *Query) GetMetricsViewTimeSeriesRequest() *MetricsViewTimeSeriesRequest
- func (x *Query) GetMetricsViewToplistRequest() *MetricsViewToplistRequest
- func (x *Query) GetMetricsViewTotalsRequest() *MetricsViewTotalsRequest
- func (m *Query) GetQuery() isQuery_Query
- func (x *Query) GetTableCardinalityRequest() *TableCardinalityRequest
- func (x *Query) GetTableColumnsRequest() *TableColumnsRequest
- func (x *Query) GetTableRowsRequest() *TableRowsRequest
- func (*Query) ProtoMessage()
- func (x *Query) ProtoReflect() protoreflect.Message
- func (x *Query) Reset()
- func (x *Query) String() string
- func (m *Query) Validate() error
- func (m *Query) ValidateAll() error
- type QueryBatchRequest
- func (*QueryBatchRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryBatchRequest) GetInstanceId() string
- func (x *QueryBatchRequest) GetQueries() []*Query
- func (*QueryBatchRequest) ProtoMessage()
- func (x *QueryBatchRequest) ProtoReflect() protoreflect.Message
- func (x *QueryBatchRequest) Reset()
- func (x *QueryBatchRequest) String() string
- func (m *QueryBatchRequest) Validate() error
- func (m *QueryBatchRequest) ValidateAll() error
- type QueryBatchRequestMultiError
- type QueryBatchRequestValidationError
- func (e QueryBatchRequestValidationError) Cause() error
- func (e QueryBatchRequestValidationError) Error() string
- func (e QueryBatchRequestValidationError) ErrorName() string
- func (e QueryBatchRequestValidationError) Field() string
- func (e QueryBatchRequestValidationError) Key() bool
- func (e QueryBatchRequestValidationError) Reason() string
- type QueryBatchResponse
- func (*QueryBatchResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryBatchResponse) GetError() string
- func (x *QueryBatchResponse) GetIndex() uint32
- func (x *QueryBatchResponse) GetResult() *QueryResult
- func (*QueryBatchResponse) ProtoMessage()
- func (x *QueryBatchResponse) ProtoReflect() protoreflect.Message
- func (x *QueryBatchResponse) Reset()
- func (x *QueryBatchResponse) String() string
- func (m *QueryBatchResponse) Validate() error
- func (m *QueryBatchResponse) ValidateAll() error
- type QueryBatchResponseMultiError
- type QueryBatchResponseValidationError
- func (e QueryBatchResponseValidationError) Cause() error
- func (e QueryBatchResponseValidationError) Error() string
- func (e QueryBatchResponseValidationError) ErrorName() string
- func (e QueryBatchResponseValidationError) Field() string
- func (e QueryBatchResponseValidationError) Key() bool
- func (e QueryBatchResponseValidationError) Reason() string
- type QueryMultiError
- 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) GetLimit() int32
- 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 QueryResult
- func (*QueryResult) Descriptor() ([]byte, []int)deprecated
- func (x *QueryResult) GetColumnCardinalityResponse() *ColumnCardinalityResponse
- func (x *QueryResult) GetColumnDescriptiveStatisticsResponse() *ColumnDescriptiveStatisticsResponse
- func (x *QueryResult) GetColumnNullCountResponse() *ColumnNullCountResponse
- func (x *QueryResult) GetColumnNumericHistogramResponse() *ColumnNumericHistogramResponse
- func (x *QueryResult) GetColumnRollupIntervalResponse() *ColumnRollupIntervalResponse
- func (x *QueryResult) GetColumnRugHistogramResponse() *ColumnRugHistogramResponse
- func (x *QueryResult) GetColumnTimeGrainResponse() *ColumnTimeGrainResponse
- func (x *QueryResult) GetColumnTimeRangeResponse() *ColumnTimeRangeResponse
- func (x *QueryResult) GetColumnTimeSeriesResponse() *ColumnTimeSeriesResponse
- func (x *QueryResult) GetColumnTopKResponse() *ColumnTopKResponse
- func (x *QueryResult) GetMetricsViewAggregationResponse() *MetricsViewAggregationResponse
- func (x *QueryResult) GetMetricsViewComparisonResponse() *MetricsViewComparisonResponse
- func (x *QueryResult) GetMetricsViewRowsResponse() *MetricsViewRowsResponse
- func (x *QueryResult) GetMetricsViewTimeSeriesResponse() *MetricsViewTimeSeriesResponse
- func (x *QueryResult) GetMetricsViewToplistResponse() *MetricsViewToplistResponse
- func (x *QueryResult) GetMetricsViewTotalsResponse() *MetricsViewTotalsResponse
- func (m *QueryResult) GetResult() isQueryResult_Result
- func (x *QueryResult) GetTableCardinalityResponse() *TableCardinalityResponse
- func (x *QueryResult) GetTableColumnsResponse() *TableColumnsResponse
- func (x *QueryResult) GetTableRowsResponse() *TableRowsResponse
- func (*QueryResult) ProtoMessage()
- func (x *QueryResult) ProtoReflect() protoreflect.Message
- func (x *QueryResult) Reset()
- func (x *QueryResult) String() string
- func (m *QueryResult) Validate() error
- func (m *QueryResult) ValidateAll() error
- type QueryResultMultiError
- type QueryResultValidationError
- func (e QueryResultValidationError) Cause() error
- func (e QueryResultValidationError) Error() string
- func (e QueryResultValidationError) ErrorName() string
- func (e QueryResultValidationError) Field() string
- func (e QueryResultValidationError) Key() bool
- func (e QueryResultValidationError) Reason() string
- type QueryResult_ColumnCardinalityResponse
- type QueryResult_ColumnDescriptiveStatisticsResponse
- type QueryResult_ColumnNullCountResponse
- type QueryResult_ColumnNumericHistogramResponse
- type QueryResult_ColumnRollupIntervalResponse
- type QueryResult_ColumnRugHistogramResponse
- type QueryResult_ColumnTimeGrainResponse
- type QueryResult_ColumnTimeRangeResponse
- type QueryResult_ColumnTimeSeriesResponse
- type QueryResult_ColumnTopKResponse
- type QueryResult_MetricsViewAggregationResponse
- type QueryResult_MetricsViewComparisonResponse
- type QueryResult_MetricsViewRowsResponse
- type QueryResult_MetricsViewTimeSeriesResponse
- type QueryResult_MetricsViewToplistResponse
- type QueryResult_MetricsViewTotalsResponse
- type QueryResult_TableCardinalityResponse
- type QueryResult_TableColumnsResponse
- type QueryResult_TableRowsResponse
- type QueryServiceClient
- type QueryServiceServer
- type QueryService_QueryBatchClient
- type QueryService_QueryBatchServer
- type QueryValidationError
- type Query_ColumnCardinalityRequest
- type Query_ColumnDescriptiveStatisticsRequest
- type Query_ColumnNullCountRequest
- type Query_ColumnNumericHistogramRequest
- type Query_ColumnRollupIntervalRequest
- type Query_ColumnRugHistogramRequest
- type Query_ColumnTimeGrainRequest
- type Query_ColumnTimeRangeRequest
- type Query_ColumnTimeSeriesRequest
- type Query_ColumnTopKRequest
- type Query_MetricsViewAggregationRequest
- type Query_MetricsViewComparisonRequest
- type Query_MetricsViewRowsRequest
- type Query_MetricsViewTimeSeriesRequest
- type Query_MetricsViewToplistRequest
- type Query_MetricsViewTotalsRequest
- type Query_TableCardinalityRequest
- type Query_TableColumnsRequest
- type Query_TableRowsRequest
- 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 ReconcileStatus
- func (ReconcileStatus) Descriptor() protoreflect.EnumDescriptor
- func (x ReconcileStatus) Enum() *ReconcileStatus
- func (ReconcileStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x ReconcileStatus) Number() protoreflect.EnumNumber
- func (x ReconcileStatus) String() string
- func (ReconcileStatus) Type() protoreflect.EnumType
- 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 RefreshTrigger
- func (*RefreshTrigger) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshTrigger) GetSpec() *RefreshTriggerSpec
- func (x *RefreshTrigger) GetState() *RefreshTriggerState
- func (*RefreshTrigger) ProtoMessage()
- func (x *RefreshTrigger) ProtoReflect() protoreflect.Message
- func (x *RefreshTrigger) Reset()
- func (x *RefreshTrigger) String() string
- func (m *RefreshTrigger) Validate() error
- func (m *RefreshTrigger) ValidateAll() error
- type RefreshTriggerMultiError
- type RefreshTriggerSpec
- func (*RefreshTriggerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshTriggerSpec) GetOnlyNames() []*ResourceName
- func (*RefreshTriggerSpec) ProtoMessage()
- func (x *RefreshTriggerSpec) ProtoReflect() protoreflect.Message
- func (x *RefreshTriggerSpec) Reset()
- func (x *RefreshTriggerSpec) String() string
- func (m *RefreshTriggerSpec) Validate() error
- func (m *RefreshTriggerSpec) ValidateAll() error
- type RefreshTriggerSpecMultiError
- type RefreshTriggerSpecValidationError
- func (e RefreshTriggerSpecValidationError) Cause() error
- func (e RefreshTriggerSpecValidationError) Error() string
- func (e RefreshTriggerSpecValidationError) ErrorName() string
- func (e RefreshTriggerSpecValidationError) Field() string
- func (e RefreshTriggerSpecValidationError) Key() bool
- func (e RefreshTriggerSpecValidationError) Reason() string
- type RefreshTriggerState
- func (*RefreshTriggerState) Descriptor() ([]byte, []int)deprecated
- func (*RefreshTriggerState) ProtoMessage()
- func (x *RefreshTriggerState) ProtoReflect() protoreflect.Message
- func (x *RefreshTriggerState) Reset()
- func (x *RefreshTriggerState) String() string
- func (m *RefreshTriggerState) Validate() error
- func (m *RefreshTriggerState) ValidateAll() error
- type RefreshTriggerStateMultiError
- type RefreshTriggerStateValidationError
- func (e RefreshTriggerStateValidationError) Cause() error
- func (e RefreshTriggerStateValidationError) Error() string
- func (e RefreshTriggerStateValidationError) ErrorName() string
- func (e RefreshTriggerStateValidationError) Field() string
- func (e RefreshTriggerStateValidationError) Key() bool
- func (e RefreshTriggerStateValidationError) Reason() string
- type RefreshTriggerValidationError
- func (e RefreshTriggerValidationError) Cause() error
- func (e RefreshTriggerValidationError) Error() string
- func (e RefreshTriggerValidationError) ErrorName() string
- func (e RefreshTriggerValidationError) Field() string
- func (e RefreshTriggerValidationError) Key() bool
- func (e RefreshTriggerValidationError) 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 Report
- func (*Report) Descriptor() ([]byte, []int)deprecated
- func (x *Report) GetSpec() *ReportSpec
- func (x *Report) GetState() *ReportState
- func (*Report) ProtoMessage()
- func (x *Report) ProtoReflect() protoreflect.Message
- func (x *Report) Reset()
- func (x *Report) String() string
- func (m *Report) Validate() error
- func (m *Report) ValidateAll() error
- type ReportExecution
- func (*ReportExecution) Descriptor() ([]byte, []int)deprecated
- func (x *ReportExecution) GetAdhoc() bool
- func (x *ReportExecution) GetErrorMessage() string
- func (x *ReportExecution) GetFinishedOn() *timestamppb.Timestamp
- func (x *ReportExecution) GetReportTime() *timestamppb.Timestamp
- func (x *ReportExecution) GetStartedOn() *timestamppb.Timestamp
- func (*ReportExecution) ProtoMessage()
- func (x *ReportExecution) ProtoReflect() protoreflect.Message
- func (x *ReportExecution) Reset()
- func (x *ReportExecution) String() string
- func (m *ReportExecution) Validate() error
- func (m *ReportExecution) ValidateAll() error
- type ReportExecutionMultiError
- type ReportExecutionValidationError
- func (e ReportExecutionValidationError) Cause() error
- func (e ReportExecutionValidationError) Error() string
- func (e ReportExecutionValidationError) ErrorName() string
- func (e ReportExecutionValidationError) Field() string
- func (e ReportExecutionValidationError) Key() bool
- func (e ReportExecutionValidationError) Reason() string
- type ReportMultiError
- type ReportSpec
- func (*ReportSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ReportSpec) GetAnnotations() map[string]string
- func (x *ReportSpec) GetEmailRecipients() []string
- func (x *ReportSpec) GetExportFormat() ExportFormat
- func (x *ReportSpec) GetExportLimit() uint64
- func (x *ReportSpec) GetQueryArgsJson() string
- func (x *ReportSpec) GetQueryName() string
- func (x *ReportSpec) GetRefreshSchedule() *Schedule
- func (x *ReportSpec) GetTimeoutSeconds() uint32
- func (x *ReportSpec) GetTitle() string
- func (x *ReportSpec) GetTrigger() bool
- func (*ReportSpec) ProtoMessage()
- func (x *ReportSpec) ProtoReflect() protoreflect.Message
- func (x *ReportSpec) Reset()
- func (x *ReportSpec) String() string
- func (m *ReportSpec) Validate() error
- func (m *ReportSpec) ValidateAll() error
- type ReportSpecMultiError
- type ReportSpecValidationError
- type ReportState
- func (*ReportState) Descriptor() ([]byte, []int)deprecated
- func (x *ReportState) GetCurrentExecution() *ReportExecution
- func (x *ReportState) GetExecutionCount() uint32
- func (x *ReportState) GetExecutionHistory() []*ReportExecution
- func (x *ReportState) GetNextRunOn() *timestamppb.Timestamp
- func (*ReportState) ProtoMessage()
- func (x *ReportState) ProtoReflect() protoreflect.Message
- func (x *ReportState) Reset()
- func (x *ReportState) String() string
- func (m *ReportState) Validate() error
- func (m *ReportState) ValidateAll() error
- type ReportStateMultiError
- type ReportStateValidationError
- func (e ReportStateValidationError) Cause() error
- func (e ReportStateValidationError) Error() string
- func (e ReportStateValidationError) ErrorName() string
- func (e ReportStateValidationError) Field() string
- func (e ReportStateValidationError) Key() bool
- func (e ReportStateValidationError) Reason() string
- type ReportValidationError
- type Resource
- func (*Resource) Descriptor() ([]byte, []int)deprecated
- func (x *Resource) GetBucketPlanner() *BucketPlanner
- func (x *Resource) GetMeta() *ResourceMeta
- func (x *Resource) GetMetricsView() *MetricsViewV2
- func (x *Resource) GetMigration() *Migration
- func (x *Resource) GetModel() *ModelV2
- func (x *Resource) GetProjectParser() *ProjectParser
- func (x *Resource) GetPullTrigger() *PullTrigger
- func (x *Resource) GetRefreshTrigger() *RefreshTrigger
- func (x *Resource) GetReport() *Report
- func (m *Resource) GetResource() isResource_Resource
- func (x *Resource) GetSource() *SourceV2
- func (x *Resource) GetTheme() *Theme
- func (*Resource) ProtoMessage()
- func (x *Resource) ProtoReflect() protoreflect.Message
- func (x *Resource) Reset()
- func (x *Resource) String() string
- func (m *Resource) Validate() error
- func (m *Resource) ValidateAll() error
- type ResourceEvent
- func (ResourceEvent) Descriptor() protoreflect.EnumDescriptor
- func (x ResourceEvent) Enum() *ResourceEvent
- func (ResourceEvent) EnumDescriptor() ([]byte, []int)deprecated
- func (x ResourceEvent) Number() protoreflect.EnumNumber
- func (x ResourceEvent) String() string
- func (ResourceEvent) Type() protoreflect.EnumType
- type ResourceMeta
- func (*ResourceMeta) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceMeta) GetCreatedOn() *timestamppb.Timestamp
- func (x *ResourceMeta) GetDeletedOn() *timestamppb.Timestamp
- func (x *ResourceMeta) GetFilePaths() []string
- func (x *ResourceMeta) GetHidden() bool
- func (x *ResourceMeta) GetName() *ResourceName
- func (x *ResourceMeta) GetOwner() *ResourceName
- func (x *ResourceMeta) GetReconcileError() string
- func (x *ResourceMeta) GetReconcileOn() *timestamppb.Timestamp
- func (x *ResourceMeta) GetReconcileStatus() ReconcileStatus
- func (x *ResourceMeta) GetRefs() []*ResourceName
- func (x *ResourceMeta) GetRenamedFrom() *ResourceName
- func (x *ResourceMeta) GetSpecUpdatedOn() *timestamppb.Timestamp
- func (x *ResourceMeta) GetSpecVersion() int64
- func (x *ResourceMeta) GetStateUpdatedOn() *timestamppb.Timestamp
- func (x *ResourceMeta) GetStateVersion() int64
- func (x *ResourceMeta) GetVersion() int64
- func (*ResourceMeta) ProtoMessage()
- func (x *ResourceMeta) ProtoReflect() protoreflect.Message
- func (x *ResourceMeta) Reset()
- func (x *ResourceMeta) String() string
- func (m *ResourceMeta) Validate() error
- func (m *ResourceMeta) ValidateAll() error
- type ResourceMetaMultiError
- type ResourceMetaValidationError
- func (e ResourceMetaValidationError) Cause() error
- func (e ResourceMetaValidationError) Error() string
- func (e ResourceMetaValidationError) ErrorName() string
- func (e ResourceMetaValidationError) Field() string
- func (e ResourceMetaValidationError) Key() bool
- func (e ResourceMetaValidationError) Reason() string
- type ResourceMultiError
- type ResourceName
- func (*ResourceName) Descriptor() ([]byte, []int)deprecated
- func (x *ResourceName) GetKind() string
- func (x *ResourceName) GetName() string
- func (*ResourceName) ProtoMessage()
- func (x *ResourceName) ProtoReflect() protoreflect.Message
- func (x *ResourceName) Reset()
- func (x *ResourceName) String() string
- func (m *ResourceName) Validate() error
- func (m *ResourceName) ValidateAll() error
- type ResourceNameMultiError
- type ResourceNameValidationError
- func (e ResourceNameValidationError) Cause() error
- func (e ResourceNameValidationError) Error() string
- func (e ResourceNameValidationError) ErrorName() string
- func (e ResourceNameValidationError) Field() string
- func (e ResourceNameValidationError) Key() bool
- func (e ResourceNameValidationError) Reason() string
- type ResourceValidationError
- type Resource_BucketPlanner
- type Resource_MetricsView
- type Resource_Migration
- type Resource_Model
- type Resource_ProjectParser
- type Resource_PullTrigger
- type Resource_RefreshTrigger
- type Resource_Report
- type Resource_Source
- type Resource_Theme
- type RuntimeServiceClient
- type RuntimeServiceServer
- type RuntimeService_WatchFilesClient
- type RuntimeService_WatchFilesServer
- type RuntimeService_WatchLogsClient
- type RuntimeService_WatchLogsServer
- type RuntimeService_WatchResourcesClient
- type RuntimeService_WatchResourcesServer
- type S3GetBucketMetadataRequest
- func (*S3GetBucketMetadataRequest) Descriptor() ([]byte, []int)deprecated
- func (x *S3GetBucketMetadataRequest) GetBucket() string
- func (x *S3GetBucketMetadataRequest) GetConnector() string
- func (x *S3GetBucketMetadataRequest) GetInstanceId() string
- func (*S3GetBucketMetadataRequest) ProtoMessage()
- func (x *S3GetBucketMetadataRequest) ProtoReflect() protoreflect.Message
- func (x *S3GetBucketMetadataRequest) Reset()
- func (x *S3GetBucketMetadataRequest) String() string
- func (m *S3GetBucketMetadataRequest) Validate() error
- func (m *S3GetBucketMetadataRequest) ValidateAll() error
- type S3GetBucketMetadataRequestMultiError
- type S3GetBucketMetadataRequestValidationError
- func (e S3GetBucketMetadataRequestValidationError) Cause() error
- func (e S3GetBucketMetadataRequestValidationError) Error() string
- func (e S3GetBucketMetadataRequestValidationError) ErrorName() string
- func (e S3GetBucketMetadataRequestValidationError) Field() string
- func (e S3GetBucketMetadataRequestValidationError) Key() bool
- func (e S3GetBucketMetadataRequestValidationError) Reason() string
- type S3GetBucketMetadataResponse
- func (*S3GetBucketMetadataResponse) Descriptor() ([]byte, []int)deprecated
- func (x *S3GetBucketMetadataResponse) GetRegion() string
- func (*S3GetBucketMetadataResponse) ProtoMessage()
- func (x *S3GetBucketMetadataResponse) ProtoReflect() protoreflect.Message
- func (x *S3GetBucketMetadataResponse) Reset()
- func (x *S3GetBucketMetadataResponse) String() string
- func (m *S3GetBucketMetadataResponse) Validate() error
- func (m *S3GetBucketMetadataResponse) ValidateAll() error
- type S3GetBucketMetadataResponseMultiError
- type S3GetBucketMetadataResponseValidationError
- func (e S3GetBucketMetadataResponseValidationError) Cause() error
- func (e S3GetBucketMetadataResponseValidationError) Error() string
- func (e S3GetBucketMetadataResponseValidationError) ErrorName() string
- func (e S3GetBucketMetadataResponseValidationError) Field() string
- func (e S3GetBucketMetadataResponseValidationError) Key() bool
- func (e S3GetBucketMetadataResponseValidationError) Reason() string
- type S3GetCredentialsInfoRequest
- func (*S3GetCredentialsInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *S3GetCredentialsInfoRequest) GetConnector() string
- func (x *S3GetCredentialsInfoRequest) GetInstanceId() string
- func (*S3GetCredentialsInfoRequest) ProtoMessage()
- func (x *S3GetCredentialsInfoRequest) ProtoReflect() protoreflect.Message
- func (x *S3GetCredentialsInfoRequest) Reset()
- func (x *S3GetCredentialsInfoRequest) String() string
- func (m *S3GetCredentialsInfoRequest) Validate() error
- func (m *S3GetCredentialsInfoRequest) ValidateAll() error
- type S3GetCredentialsInfoRequestMultiError
- type S3GetCredentialsInfoRequestValidationError
- func (e S3GetCredentialsInfoRequestValidationError) Cause() error
- func (e S3GetCredentialsInfoRequestValidationError) Error() string
- func (e S3GetCredentialsInfoRequestValidationError) ErrorName() string
- func (e S3GetCredentialsInfoRequestValidationError) Field() string
- func (e S3GetCredentialsInfoRequestValidationError) Key() bool
- func (e S3GetCredentialsInfoRequestValidationError) Reason() string
- type S3GetCredentialsInfoResponse
- func (*S3GetCredentialsInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *S3GetCredentialsInfoResponse) GetExist() bool
- func (x *S3GetCredentialsInfoResponse) GetProvider() string
- func (*S3GetCredentialsInfoResponse) ProtoMessage()
- func (x *S3GetCredentialsInfoResponse) ProtoReflect() protoreflect.Message
- func (x *S3GetCredentialsInfoResponse) Reset()
- func (x *S3GetCredentialsInfoResponse) String() string
- func (m *S3GetCredentialsInfoResponse) Validate() error
- func (m *S3GetCredentialsInfoResponse) ValidateAll() error
- type S3GetCredentialsInfoResponseMultiError
- type S3GetCredentialsInfoResponseValidationError
- func (e S3GetCredentialsInfoResponseValidationError) Cause() error
- func (e S3GetCredentialsInfoResponseValidationError) Error() string
- func (e S3GetCredentialsInfoResponseValidationError) ErrorName() string
- func (e S3GetCredentialsInfoResponseValidationError) Field() string
- func (e S3GetCredentialsInfoResponseValidationError) Key() bool
- func (e S3GetCredentialsInfoResponseValidationError) Reason() string
- type S3ListBucketsRequest
- func (*S3ListBucketsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *S3ListBucketsRequest) GetConnector() string
- func (x *S3ListBucketsRequest) GetInstanceId() string
- func (x *S3ListBucketsRequest) GetPageSize() uint32
- func (x *S3ListBucketsRequest) GetPageToken() string
- func (*S3ListBucketsRequest) ProtoMessage()
- func (x *S3ListBucketsRequest) ProtoReflect() protoreflect.Message
- func (x *S3ListBucketsRequest) Reset()
- func (x *S3ListBucketsRequest) String() string
- func (m *S3ListBucketsRequest) Validate() error
- func (m *S3ListBucketsRequest) ValidateAll() error
- type S3ListBucketsRequestMultiError
- type S3ListBucketsRequestValidationError
- func (e S3ListBucketsRequestValidationError) Cause() error
- func (e S3ListBucketsRequestValidationError) Error() string
- func (e S3ListBucketsRequestValidationError) ErrorName() string
- func (e S3ListBucketsRequestValidationError) Field() string
- func (e S3ListBucketsRequestValidationError) Key() bool
- func (e S3ListBucketsRequestValidationError) Reason() string
- type S3ListBucketsResponse
- func (*S3ListBucketsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *S3ListBucketsResponse) GetBuckets() []string
- func (x *S3ListBucketsResponse) GetNextPageToken() string
- func (*S3ListBucketsResponse) ProtoMessage()
- func (x *S3ListBucketsResponse) ProtoReflect() protoreflect.Message
- func (x *S3ListBucketsResponse) Reset()
- func (x *S3ListBucketsResponse) String() string
- func (m *S3ListBucketsResponse) Validate() error
- func (m *S3ListBucketsResponse) ValidateAll() error
- type S3ListBucketsResponseMultiError
- type S3ListBucketsResponseValidationError
- func (e S3ListBucketsResponseValidationError) Cause() error
- func (e S3ListBucketsResponseValidationError) Error() string
- func (e S3ListBucketsResponseValidationError) ErrorName() string
- func (e S3ListBucketsResponseValidationError) Field() string
- func (e S3ListBucketsResponseValidationError) Key() bool
- func (e S3ListBucketsResponseValidationError) Reason() string
- type S3ListObjectsRequest
- func (*S3ListObjectsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *S3ListObjectsRequest) GetBucket() string
- func (x *S3ListObjectsRequest) GetConnector() string
- func (x *S3ListObjectsRequest) GetDelimiter() string
- func (x *S3ListObjectsRequest) GetInstanceId() string
- func (x *S3ListObjectsRequest) GetPageSize() uint32
- func (x *S3ListObjectsRequest) GetPageToken() string
- func (x *S3ListObjectsRequest) GetPrefix() string
- func (x *S3ListObjectsRequest) GetRegion() string
- func (x *S3ListObjectsRequest) GetStartAfter() string
- func (*S3ListObjectsRequest) ProtoMessage()
- func (x *S3ListObjectsRequest) ProtoReflect() protoreflect.Message
- func (x *S3ListObjectsRequest) Reset()
- func (x *S3ListObjectsRequest) String() string
- func (m *S3ListObjectsRequest) Validate() error
- func (m *S3ListObjectsRequest) ValidateAll() error
- type S3ListObjectsRequestMultiError
- type S3ListObjectsRequestValidationError
- func (e S3ListObjectsRequestValidationError) Cause() error
- func (e S3ListObjectsRequestValidationError) Error() string
- func (e S3ListObjectsRequestValidationError) ErrorName() string
- func (e S3ListObjectsRequestValidationError) Field() string
- func (e S3ListObjectsRequestValidationError) Key() bool
- func (e S3ListObjectsRequestValidationError) Reason() string
- type S3ListObjectsResponse
- func (*S3ListObjectsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *S3ListObjectsResponse) GetNextPageToken() string
- func (x *S3ListObjectsResponse) GetObjects() []*S3Object
- func (*S3ListObjectsResponse) ProtoMessage()
- func (x *S3ListObjectsResponse) ProtoReflect() protoreflect.Message
- func (x *S3ListObjectsResponse) Reset()
- func (x *S3ListObjectsResponse) String() string
- func (m *S3ListObjectsResponse) Validate() error
- func (m *S3ListObjectsResponse) ValidateAll() error
- type S3ListObjectsResponseMultiError
- type S3ListObjectsResponseValidationError
- func (e S3ListObjectsResponseValidationError) Cause() error
- func (e S3ListObjectsResponseValidationError) Error() string
- func (e S3ListObjectsResponseValidationError) ErrorName() string
- func (e S3ListObjectsResponseValidationError) Field() string
- func (e S3ListObjectsResponseValidationError) Key() bool
- func (e S3ListObjectsResponseValidationError) Reason() string
- type S3Object
- func (*S3Object) Descriptor() ([]byte, []int)deprecated
- func (x *S3Object) GetIsDir() bool
- func (x *S3Object) GetModifiedOn() *timestamppb.Timestamp
- func (x *S3Object) GetName() string
- func (x *S3Object) GetSize() int64
- func (*S3Object) ProtoMessage()
- func (x *S3Object) ProtoReflect() protoreflect.Message
- func (x *S3Object) Reset()
- func (x *S3Object) String() string
- func (m *S3Object) Validate() error
- func (m *S3Object) ValidateAll() error
- type S3ObjectMultiError
- type S3ObjectValidationError
- type ScanConnectorsRequest
- func (*ScanConnectorsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ScanConnectorsRequest) GetInstanceId() string
- func (*ScanConnectorsRequest) ProtoMessage()
- func (x *ScanConnectorsRequest) ProtoReflect() protoreflect.Message
- func (x *ScanConnectorsRequest) Reset()
- func (x *ScanConnectorsRequest) String() string
- func (m *ScanConnectorsRequest) Validate() error
- func (m *ScanConnectorsRequest) ValidateAll() error
- type ScanConnectorsRequestMultiError
- type ScanConnectorsRequestValidationError
- func (e ScanConnectorsRequestValidationError) Cause() error
- func (e ScanConnectorsRequestValidationError) Error() string
- func (e ScanConnectorsRequestValidationError) ErrorName() string
- func (e ScanConnectorsRequestValidationError) Field() string
- func (e ScanConnectorsRequestValidationError) Key() bool
- func (e ScanConnectorsRequestValidationError) Reason() string
- type ScanConnectorsResponse
- func (*ScanConnectorsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ScanConnectorsResponse) GetConnectors() []*ScannedConnector
- func (*ScanConnectorsResponse) ProtoMessage()
- func (x *ScanConnectorsResponse) ProtoReflect() protoreflect.Message
- func (x *ScanConnectorsResponse) Reset()
- func (x *ScanConnectorsResponse) String() string
- func (m *ScanConnectorsResponse) Validate() error
- func (m *ScanConnectorsResponse) ValidateAll() error
- type ScanConnectorsResponseMultiError
- type ScanConnectorsResponseValidationError
- func (e ScanConnectorsResponseValidationError) Cause() error
- func (e ScanConnectorsResponseValidationError) Error() string
- func (e ScanConnectorsResponseValidationError) ErrorName() string
- func (e ScanConnectorsResponseValidationError) Field() string
- func (e ScanConnectorsResponseValidationError) Key() bool
- func (e ScanConnectorsResponseValidationError) Reason() string
- type ScannedConnector
- func (*ScannedConnector) Descriptor() ([]byte, []int)deprecated
- func (x *ScannedConnector) GetHasAnonymousAccess() bool
- func (x *ScannedConnector) GetName() string
- func (x *ScannedConnector) GetType() string
- func (*ScannedConnector) ProtoMessage()
- func (x *ScannedConnector) ProtoReflect() protoreflect.Message
- func (x *ScannedConnector) Reset()
- func (x *ScannedConnector) String() string
- func (m *ScannedConnector) Validate() error
- func (m *ScannedConnector) ValidateAll() error
- type ScannedConnectorMultiError
- type ScannedConnectorValidationError
- func (e ScannedConnectorValidationError) Cause() error
- func (e ScannedConnectorValidationError) Error() string
- func (e ScannedConnectorValidationError) ErrorName() string
- func (e ScannedConnectorValidationError) Field() string
- func (e ScannedConnectorValidationError) Key() bool
- func (e ScannedConnectorValidationError) Reason() string
- type Schedule
- func (*Schedule) Descriptor() ([]byte, []int)deprecated
- func (x *Schedule) GetCron() string
- func (x *Schedule) GetTickerSeconds() uint32
- func (x *Schedule) GetTimeZone() string
- func (*Schedule) ProtoMessage()
- func (x *Schedule) ProtoReflect() protoreflect.Message
- func (x *Schedule) Reset()
- func (x *Schedule) String() string
- func (m *Schedule) Validate() error
- func (m *Schedule) ValidateAll() error
- type ScheduleMultiError
- type ScheduleValidationError
- type Source
- func (*Source) Descriptor() ([]byte, []int)deprecated
- func (x *Source) GetConnector() string
- func (x *Source) GetName() string
- 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 SourceSpec
- func (*SourceSpec) Descriptor() ([]byte, []int)deprecated
- func (x *SourceSpec) GetProperties() *structpb.Struct
- func (x *SourceSpec) GetRefreshSchedule() *Schedule
- func (x *SourceSpec) GetSinkConnector() string
- func (x *SourceSpec) GetSourceConnector() string
- func (x *SourceSpec) GetStageChanges() bool
- func (x *SourceSpec) GetStreamIngestion() bool
- func (x *SourceSpec) GetTimeoutSeconds() uint32
- func (x *SourceSpec) GetTrigger() bool
- func (*SourceSpec) ProtoMessage()
- func (x *SourceSpec) ProtoReflect() protoreflect.Message
- func (x *SourceSpec) Reset()
- func (x *SourceSpec) String() string
- func (m *SourceSpec) Validate() error
- func (m *SourceSpec) ValidateAll() error
- type SourceSpecMultiError
- type SourceSpecValidationError
- type SourceState
- func (*SourceState) Descriptor() ([]byte, []int)deprecated
- func (x *SourceState) GetConnector() string
- func (x *SourceState) GetRefreshedOn() *timestamppb.Timestamp
- func (x *SourceState) GetSpecHash() string
- func (x *SourceState) GetTable() string
- func (*SourceState) ProtoMessage()
- func (x *SourceState) ProtoReflect() protoreflect.Message
- func (x *SourceState) Reset()
- func (x *SourceState) String() string
- func (m *SourceState) Validate() error
- func (m *SourceState) ValidateAll() error
- type SourceStateMultiError
- type SourceStateValidationError
- func (e SourceStateValidationError) Cause() error
- func (e SourceStateValidationError) Error() string
- func (e SourceStateValidationError) ErrorName() string
- func (e SourceStateValidationError) Field() string
- func (e SourceStateValidationError) Key() bool
- func (e SourceStateValidationError) Reason() string
- type SourceV2
- func (*SourceV2) Descriptor() ([]byte, []int)deprecated
- func (x *SourceV2) GetSpec() *SourceSpec
- func (x *SourceV2) GetState() *SourceState
- func (*SourceV2) ProtoMessage()
- func (x *SourceV2) ProtoReflect() protoreflect.Message
- func (x *SourceV2) Reset()
- func (x *SourceV2) String() string
- func (m *SourceV2) Validate() error
- func (m *SourceV2) ValidateAll() error
- type SourceV2MultiError
- type SourceV2ValidationError
- type SourceValidationError
- 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 TableInfo
- func (*TableInfo) Descriptor() ([]byte, []int)deprecated
- func (x *TableInfo) GetDatabase() string
- func (x *TableInfo) GetName() string
- func (*TableInfo) ProtoMessage()
- func (x *TableInfo) ProtoReflect() protoreflect.Message
- func (x *TableInfo) Reset()
- func (x *TableInfo) String() string
- func (m *TableInfo) Validate() error
- func (m *TableInfo) ValidateAll() error
- type TableInfoMultiError
- type TableInfoValidationError
- 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 Theme
- func (*Theme) Descriptor() ([]byte, []int)deprecated
- func (x *Theme) GetSpec() *ThemeSpec
- func (x *Theme) GetState() *ThemeState
- func (*Theme) ProtoMessage()
- func (x *Theme) ProtoReflect() protoreflect.Message
- func (x *Theme) Reset()
- func (x *Theme) String() string
- func (m *Theme) Validate() error
- func (m *Theme) ValidateAll() error
- type ThemeMultiError
- type ThemeSpec
- func (*ThemeSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ThemeSpec) GetPrimaryColor() *Color
- func (x *ThemeSpec) GetSecondaryColor() *Color
- func (*ThemeSpec) ProtoMessage()
- func (x *ThemeSpec) ProtoReflect() protoreflect.Message
- func (x *ThemeSpec) Reset()
- func (x *ThemeSpec) String() string
- func (m *ThemeSpec) Validate() error
- func (m *ThemeSpec) ValidateAll() error
- type ThemeSpecMultiError
- type ThemeSpecValidationError
- type ThemeState
- type ThemeStateMultiError
- type ThemeStateValidationError
- type ThemeValidationError
- type TimeGrain
- type TimeRange
- func (*TimeRange) Descriptor() ([]byte, []int)deprecated
- func (x *TimeRange) GetEnd() *timestamppb.Timestamp
- func (x *TimeRange) GetIsoDuration() string
- func (x *TimeRange) GetIsoOffset() string
- func (x *TimeRange) GetRoundToGrain() TimeGrain
- func (x *TimeRange) GetStart() *timestamppb.Timestamp
- func (x *TimeRange) GetTimeZone() string
- func (*TimeRange) ProtoMessage()
- func (x *TimeRange) ProtoReflect() protoreflect.Message
- func (x *TimeRange) Reset()
- func (x *TimeRange) String() string
- func (m *TimeRange) Validate() error
- func (m *TimeRange) ValidateAll() error
- type TimeRangeMultiError
- 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 TimeRangeValidationError
- type TimeSeriesResponse
- func (*TimeSeriesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *TimeSeriesResponse) GetResults() []*TimeSeriesValue
- func (x *TimeSeriesResponse) GetSampleSize() int32
- func (x *TimeSeriesResponse) GetSpark() []*TimeSeriesValue
- 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 UnimplementedConnectorServiceServer
- func (UnimplementedConnectorServiceServer) BigQueryListDatasets(context.Context, *BigQueryListDatasetsRequest) (*BigQueryListDatasetsResponse, error)
- func (UnimplementedConnectorServiceServer) BigQueryListTables(context.Context, *BigQueryListTablesRequest) (*BigQueryListTablesResponse, error)
- func (UnimplementedConnectorServiceServer) GCSGetCredentialsInfo(context.Context, *GCSGetCredentialsInfoRequest) (*GCSGetCredentialsInfoResponse, error)
- func (UnimplementedConnectorServiceServer) GCSListBuckets(context.Context, *GCSListBucketsRequest) (*GCSListBucketsResponse, error)
- func (UnimplementedConnectorServiceServer) GCSListObjects(context.Context, *GCSListObjectsRequest) (*GCSListObjectsResponse, error)
- func (UnimplementedConnectorServiceServer) OLAPGetTable(context.Context, *OLAPGetTableRequest) (*OLAPGetTableResponse, error)
- func (UnimplementedConnectorServiceServer) OLAPListTables(context.Context, *OLAPListTablesRequest) (*OLAPListTablesResponse, error)
- func (UnimplementedConnectorServiceServer) S3GetBucketMetadata(context.Context, *S3GetBucketMetadataRequest) (*S3GetBucketMetadataResponse, error)
- func (UnimplementedConnectorServiceServer) S3GetCredentialsInfo(context.Context, *S3GetCredentialsInfoRequest) (*S3GetCredentialsInfoResponse, error)
- func (UnimplementedConnectorServiceServer) S3ListBuckets(context.Context, *S3ListBucketsRequest) (*S3ListBucketsResponse, error)
- func (UnimplementedConnectorServiceServer) S3ListObjects(context.Context, *S3ListObjectsRequest) (*S3ListObjectsResponse, error)
- func (UnimplementedConnectorServiceServer) ScanConnectors(context.Context, *ScanConnectorsRequest) (*ScanConnectorsResponse, error)
- 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) Export(context.Context, *ExportRequest) (*ExportResponse, error)
- func (UnimplementedQueryServiceServer) MetricsViewAggregation(context.Context, *MetricsViewAggregationRequest) (*MetricsViewAggregationResponse, error)
- func (UnimplementedQueryServiceServer) MetricsViewComparison(context.Context, *MetricsViewComparisonRequest) (*MetricsViewComparisonResponse, error)
- func (UnimplementedQueryServiceServer) MetricsViewRows(context.Context, *MetricsViewRowsRequest) (*MetricsViewRowsResponse, error)
- func (UnimplementedQueryServiceServer) MetricsViewSchema(context.Context, *MetricsViewSchemaRequest) (*MetricsViewSchemaResponse, error)
- func (UnimplementedQueryServiceServer) MetricsViewTimeRange(context.Context, *MetricsViewTimeRangeRequest) (*MetricsViewTimeRangeResponse, 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) QueryBatch(*QueryBatchRequest, QueryService_QueryBatchServer) 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) CreateTrigger(context.Context, *CreateTriggerRequest) (*CreateTriggerResponse, 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) GetLogs(context.Context, *GetLogsRequest) (*GetLogsResponse, error)
- func (UnimplementedRuntimeServiceServer) GetResource(context.Context, *GetResourceRequest) (*GetResourceResponse, error)
- func (UnimplementedRuntimeServiceServer) IssueDevJWT(context.Context, *IssueDevJWTRequest) (*IssueDevJWTResponse, error)
- func (UnimplementedRuntimeServiceServer) ListCatalogEntries(context.Context, *ListCatalogEntriesRequest) (*ListCatalogEntriesResponse, error)
- func (UnimplementedRuntimeServiceServer) ListConnectors(context.Context, *ListConnectorsRequest) (*ListConnectorsResponse, error)
- func (UnimplementedRuntimeServiceServer) ListExamples(context.Context, *ListExamplesRequest) (*ListExamplesResponse, error)
- func (UnimplementedRuntimeServiceServer) ListFiles(context.Context, *ListFilesRequest) (*ListFilesResponse, error)
- func (UnimplementedRuntimeServiceServer) ListInstances(context.Context, *ListInstancesRequest) (*ListInstancesResponse, error)
- func (UnimplementedRuntimeServiceServer) ListResources(context.Context, *ListResourcesRequest) (*ListResourcesResponse, 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) UnpackEmpty(context.Context, *UnpackEmptyRequest) (*UnpackEmptyResponse, error)
- func (UnimplementedRuntimeServiceServer) UnpackExample(context.Context, *UnpackExampleRequest) (*UnpackExampleResponse, error)
- func (UnimplementedRuntimeServiceServer) WatchFiles(*WatchFilesRequest, RuntimeService_WatchFilesServer) error
- func (UnimplementedRuntimeServiceServer) WatchLogs(*WatchLogsRequest, RuntimeService_WatchLogsServer) error
- func (UnimplementedRuntimeServiceServer) WatchResources(*WatchResourcesRequest, RuntimeService_WatchResourcesServer) error
- type UnpackEmptyRequest
- func (*UnpackEmptyRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnpackEmptyRequest) GetForce() bool
- func (x *UnpackEmptyRequest) GetInstanceId() string
- func (x *UnpackEmptyRequest) GetTitle() string
- func (*UnpackEmptyRequest) ProtoMessage()
- func (x *UnpackEmptyRequest) ProtoReflect() protoreflect.Message
- func (x *UnpackEmptyRequest) Reset()
- func (x *UnpackEmptyRequest) String() string
- func (m *UnpackEmptyRequest) Validate() error
- func (m *UnpackEmptyRequest) ValidateAll() error
- type UnpackEmptyRequestMultiError
- type UnpackEmptyRequestValidationError
- func (e UnpackEmptyRequestValidationError) Cause() error
- func (e UnpackEmptyRequestValidationError) Error() string
- func (e UnpackEmptyRequestValidationError) ErrorName() string
- func (e UnpackEmptyRequestValidationError) Field() string
- func (e UnpackEmptyRequestValidationError) Key() bool
- func (e UnpackEmptyRequestValidationError) Reason() string
- type UnpackEmptyResponse
- func (*UnpackEmptyResponse) Descriptor() ([]byte, []int)deprecated
- func (*UnpackEmptyResponse) ProtoMessage()
- func (x *UnpackEmptyResponse) ProtoReflect() protoreflect.Message
- func (x *UnpackEmptyResponse) Reset()
- func (x *UnpackEmptyResponse) String() string
- func (m *UnpackEmptyResponse) Validate() error
- func (m *UnpackEmptyResponse) ValidateAll() error
- type UnpackEmptyResponseMultiError
- type UnpackEmptyResponseValidationError
- func (e UnpackEmptyResponseValidationError) Cause() error
- func (e UnpackEmptyResponseValidationError) Error() string
- func (e UnpackEmptyResponseValidationError) ErrorName() string
- func (e UnpackEmptyResponseValidationError) Field() string
- func (e UnpackEmptyResponseValidationError) Key() bool
- func (e UnpackEmptyResponseValidationError) Reason() string
- type UnpackExampleRequest
- func (*UnpackExampleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnpackExampleRequest) GetForce() bool
- func (x *UnpackExampleRequest) GetInstanceId() string
- func (x *UnpackExampleRequest) GetName() string
- func (*UnpackExampleRequest) ProtoMessage()
- func (x *UnpackExampleRequest) ProtoReflect() protoreflect.Message
- func (x *UnpackExampleRequest) Reset()
- func (x *UnpackExampleRequest) String() string
- func (m *UnpackExampleRequest) Validate() error
- func (m *UnpackExampleRequest) ValidateAll() error
- type UnpackExampleRequestMultiError
- type UnpackExampleRequestValidationError
- func (e UnpackExampleRequestValidationError) Cause() error
- func (e UnpackExampleRequestValidationError) Error() string
- func (e UnpackExampleRequestValidationError) ErrorName() string
- func (e UnpackExampleRequestValidationError) Field() string
- func (e UnpackExampleRequestValidationError) Key() bool
- func (e UnpackExampleRequestValidationError) Reason() string
- type UnpackExampleResponse
- func (*UnpackExampleResponse) Descriptor() ([]byte, []int)deprecated
- func (*UnpackExampleResponse) ProtoMessage()
- func (x *UnpackExampleResponse) ProtoReflect() protoreflect.Message
- func (x *UnpackExampleResponse) Reset()
- func (x *UnpackExampleResponse) String() string
- func (m *UnpackExampleResponse) Validate() error
- func (m *UnpackExampleResponse) ValidateAll() error
- type UnpackExampleResponseMultiError
- type UnpackExampleResponseValidationError
- func (e UnpackExampleResponseValidationError) Cause() error
- func (e UnpackExampleResponseValidationError) Error() string
- func (e UnpackExampleResponseValidationError) ErrorName() string
- func (e UnpackExampleResponseValidationError) Field() string
- func (e UnpackExampleResponseValidationError) Key() bool
- func (e UnpackExampleResponseValidationError) Reason() string
- type UnsafeConnectorServiceServer
- type UnsafeQueryServiceServer
- type UnsafeRuntimeServiceServer
- type ValidationError
- func (*ValidationError) Descriptor() ([]byte, []int)deprecated
- func (x *ValidationError) GetMessage() string
- func (x *ValidationError) GetPropertyPath() []string
- func (*ValidationError) ProtoMessage()
- func (x *ValidationError) ProtoReflect() protoreflect.Message
- func (x *ValidationError) Reset()
- func (x *ValidationError) String() string
- func (m *ValidationError) Validate() error
- func (m *ValidationError) ValidateAll() error
- type ValidationErrorMultiError
- type ValidationErrorValidationError
- func (e ValidationErrorValidationError) Cause() error
- func (e ValidationErrorValidationError) Error() string
- func (e ValidationErrorValidationError) ErrorName() string
- func (e ValidationErrorValidationError) Field() string
- func (e ValidationErrorValidationError) Key() bool
- func (e ValidationErrorValidationError) Reason() string
- type WatchFilesRequest
- func (*WatchFilesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WatchFilesRequest) GetInstanceId() string
- func (x *WatchFilesRequest) GetReplay() bool
- func (*WatchFilesRequest) ProtoMessage()
- func (x *WatchFilesRequest) ProtoReflect() protoreflect.Message
- func (x *WatchFilesRequest) Reset()
- func (x *WatchFilesRequest) String() string
- func (m *WatchFilesRequest) Validate() error
- func (m *WatchFilesRequest) ValidateAll() error
- type WatchFilesRequestMultiError
- type WatchFilesRequestValidationError
- func (e WatchFilesRequestValidationError) Cause() error
- func (e WatchFilesRequestValidationError) Error() string
- func (e WatchFilesRequestValidationError) ErrorName() string
- func (e WatchFilesRequestValidationError) Field() string
- func (e WatchFilesRequestValidationError) Key() bool
- func (e WatchFilesRequestValidationError) Reason() string
- type WatchFilesResponse
- func (*WatchFilesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WatchFilesResponse) GetEvent() FileEvent
- func (x *WatchFilesResponse) GetPath() string
- func (*WatchFilesResponse) ProtoMessage()
- func (x *WatchFilesResponse) ProtoReflect() protoreflect.Message
- func (x *WatchFilesResponse) Reset()
- func (x *WatchFilesResponse) String() string
- func (m *WatchFilesResponse) Validate() error
- func (m *WatchFilesResponse) ValidateAll() error
- type WatchFilesResponseMultiError
- type WatchFilesResponseValidationError
- func (e WatchFilesResponseValidationError) Cause() error
- func (e WatchFilesResponseValidationError) Error() string
- func (e WatchFilesResponseValidationError) ErrorName() string
- func (e WatchFilesResponseValidationError) Field() string
- func (e WatchFilesResponseValidationError) Key() bool
- func (e WatchFilesResponseValidationError) Reason() string
- type WatchLogsRequest
- func (*WatchLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WatchLogsRequest) GetInstanceId() string
- func (x *WatchLogsRequest) GetLevel() LogLevel
- func (x *WatchLogsRequest) GetReplay() bool
- func (x *WatchLogsRequest) GetReplayLimit() int32
- func (*WatchLogsRequest) ProtoMessage()
- func (x *WatchLogsRequest) ProtoReflect() protoreflect.Message
- func (x *WatchLogsRequest) Reset()
- func (x *WatchLogsRequest) String() string
- func (m *WatchLogsRequest) Validate() error
- func (m *WatchLogsRequest) ValidateAll() error
- type WatchLogsRequestMultiError
- type WatchLogsRequestValidationError
- func (e WatchLogsRequestValidationError) Cause() error
- func (e WatchLogsRequestValidationError) Error() string
- func (e WatchLogsRequestValidationError) ErrorName() string
- func (e WatchLogsRequestValidationError) Field() string
- func (e WatchLogsRequestValidationError) Key() bool
- func (e WatchLogsRequestValidationError) Reason() string
- type WatchLogsResponse
- func (*WatchLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WatchLogsResponse) GetLog() *Log
- func (*WatchLogsResponse) ProtoMessage()
- func (x *WatchLogsResponse) ProtoReflect() protoreflect.Message
- func (x *WatchLogsResponse) Reset()
- func (x *WatchLogsResponse) String() string
- func (m *WatchLogsResponse) Validate() error
- func (m *WatchLogsResponse) ValidateAll() error
- type WatchLogsResponseMultiError
- type WatchLogsResponseValidationError
- func (e WatchLogsResponseValidationError) Cause() error
- func (e WatchLogsResponseValidationError) Error() string
- func (e WatchLogsResponseValidationError) ErrorName() string
- func (e WatchLogsResponseValidationError) Field() string
- func (e WatchLogsResponseValidationError) Key() bool
- func (e WatchLogsResponseValidationError) Reason() string
- type WatchResourcesRequest
- func (*WatchResourcesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *WatchResourcesRequest) GetInstanceId() string
- func (x *WatchResourcesRequest) GetKind() string
- func (x *WatchResourcesRequest) GetLevel() string
- func (x *WatchResourcesRequest) GetReplay() bool
- func (*WatchResourcesRequest) ProtoMessage()
- func (x *WatchResourcesRequest) ProtoReflect() protoreflect.Message
- func (x *WatchResourcesRequest) Reset()
- func (x *WatchResourcesRequest) String() string
- func (m *WatchResourcesRequest) Validate() error
- func (m *WatchResourcesRequest) ValidateAll() error
- type WatchResourcesRequestMultiError
- type WatchResourcesRequestValidationError
- func (e WatchResourcesRequestValidationError) Cause() error
- func (e WatchResourcesRequestValidationError) Error() string
- func (e WatchResourcesRequestValidationError) ErrorName() string
- func (e WatchResourcesRequestValidationError) Field() string
- func (e WatchResourcesRequestValidationError) Key() bool
- func (e WatchResourcesRequestValidationError) Reason() string
- type WatchResourcesResponse
- func (*WatchResourcesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *WatchResourcesResponse) GetEvent() ResourceEvent
- func (x *WatchResourcesResponse) GetName() *ResourceName
- func (x *WatchResourcesResponse) GetResource() *Resource
- func (*WatchResourcesResponse) ProtoMessage()
- func (x *WatchResourcesResponse) ProtoReflect() protoreflect.Message
- func (x *WatchResourcesResponse) Reset()
- func (x *WatchResourcesResponse) String() string
- func (m *WatchResourcesResponse) Validate() error
- func (m *WatchResourcesResponse) ValidateAll() error
- type WatchResourcesResponseMultiError
- type WatchResourcesResponseValidationError
- func (e WatchResourcesResponseValidationError) Cause() error
- func (e WatchResourcesResponseValidationError) Error() string
- func (e WatchResourcesResponseValidationError) ErrorName() string
- func (e WatchResourcesResponseValidationError) Field() string
- func (e WatchResourcesResponseValidationError) Key() bool
- func (e WatchResourcesResponseValidationError) Reason() string
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_WatchFiles_FullMethodName = "/rill.runtime.v1.RuntimeService/WatchFiles" 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_ListExamples_FullMethodName = "/rill.runtime.v1.RuntimeService/ListExamples" RuntimeService_UnpackExample_FullMethodName = "/rill.runtime.v1.RuntimeService/UnpackExample" RuntimeService_UnpackEmpty_FullMethodName = "/rill.runtime.v1.RuntimeService/UnpackEmpty" RuntimeService_GetLogs_FullMethodName = "/rill.runtime.v1.RuntimeService/GetLogs" RuntimeService_WatchLogs_FullMethodName = "/rill.runtime.v1.RuntimeService/WatchLogs" RuntimeService_ListResources_FullMethodName = "/rill.runtime.v1.RuntimeService/ListResources" RuntimeService_WatchResources_FullMethodName = "/rill.runtime.v1.RuntimeService/WatchResources" RuntimeService_GetResource_FullMethodName = "/rill.runtime.v1.RuntimeService/GetResource" RuntimeService_CreateTrigger_FullMethodName = "/rill.runtime.v1.RuntimeService/CreateTrigger" RuntimeService_ListCatalogEntries_FullMethodName = "/rill.runtime.v1.RuntimeService/ListCatalogEntries" RuntimeService_GetCatalogEntry_FullMethodName = "/rill.runtime.v1.RuntimeService/GetCatalogEntry" RuntimeService_TriggerRefresh_FullMethodName = "/rill.runtime.v1.RuntimeService/TriggerRefresh" RuntimeService_Reconcile_FullMethodName = "/rill.runtime.v1.RuntimeService/Reconcile" RuntimeService_PutFileAndReconcile_FullMethodName = "/rill.runtime.v1.RuntimeService/PutFileAndReconcile" RuntimeService_DeleteFileAndReconcile_FullMethodName = "/rill.runtime.v1.RuntimeService/DeleteFileAndReconcile" RuntimeService_RenameFileAndReconcile_FullMethodName = "/rill.runtime.v1.RuntimeService/RenameFileAndReconcile" RuntimeService_RefreshAndReconcile_FullMethodName = "/rill.runtime.v1.RuntimeService/RefreshAndReconcile" RuntimeService_ListConnectors_FullMethodName = "/rill.runtime.v1.RuntimeService/ListConnectors" RuntimeService_IssueDevJWT_FullMethodName = "/rill.runtime.v1.RuntimeService/IssueDevJWT" )
const ( ConnectorService_ScanConnectors_FullMethodName = "/rill.runtime.v1.ConnectorService/ScanConnectors" ConnectorService_S3ListBuckets_FullMethodName = "/rill.runtime.v1.ConnectorService/S3ListBuckets" ConnectorService_S3ListObjects_FullMethodName = "/rill.runtime.v1.ConnectorService/S3ListObjects" ConnectorService_S3GetBucketMetadata_FullMethodName = "/rill.runtime.v1.ConnectorService/S3GetBucketMetadata" ConnectorService_S3GetCredentialsInfo_FullMethodName = "/rill.runtime.v1.ConnectorService/S3GetCredentialsInfo" ConnectorService_GCSListBuckets_FullMethodName = "/rill.runtime.v1.ConnectorService/GCSListBuckets" ConnectorService_GCSListObjects_FullMethodName = "/rill.runtime.v1.ConnectorService/GCSListObjects" ConnectorService_GCSGetCredentialsInfo_FullMethodName = "/rill.runtime.v1.ConnectorService/GCSGetCredentialsInfo" ConnectorService_OLAPListTables_FullMethodName = "/rill.runtime.v1.ConnectorService/OLAPListTables" ConnectorService_OLAPGetTable_FullMethodName = "/rill.runtime.v1.ConnectorService/OLAPGetTable" ConnectorService_BigQueryListDatasets_FullMethodName = "/rill.runtime.v1.ConnectorService/BigQueryListDatasets" ConnectorService_BigQueryListTables_FullMethodName = "/rill.runtime.v1.ConnectorService/BigQueryListTables" )
const ( QueryService_Query_FullMethodName = "/rill.runtime.v1.QueryService/Query" QueryService_QueryBatch_FullMethodName = "/rill.runtime.v1.QueryService/QueryBatch" QueryService_Export_FullMethodName = "/rill.runtime.v1.QueryService/Export" QueryService_MetricsViewAggregation_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewAggregation" QueryService_MetricsViewToplist_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewToplist" QueryService_MetricsViewComparison_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewComparison" QueryService_MetricsViewTimeSeries_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewTimeSeries" QueryService_MetricsViewTotals_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewTotals" QueryService_MetricsViewRows_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewRows" QueryService_MetricsViewTimeRange_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewTimeRange" QueryService_MetricsViewSchema_FullMethodName = "/rill.runtime.v1.QueryService/MetricsViewSchema" QueryService_ColumnRollupInterval_FullMethodName = "/rill.runtime.v1.QueryService/ColumnRollupInterval" QueryService_ColumnTopK_FullMethodName = "/rill.runtime.v1.QueryService/ColumnTopK" QueryService_ColumnNullCount_FullMethodName = "/rill.runtime.v1.QueryService/ColumnNullCount" QueryService_ColumnDescriptiveStatistics_FullMethodName = "/rill.runtime.v1.QueryService/ColumnDescriptiveStatistics" QueryService_ColumnTimeGrain_FullMethodName = "/rill.runtime.v1.QueryService/ColumnTimeGrain" QueryService_ColumnNumericHistogram_FullMethodName = "/rill.runtime.v1.QueryService/ColumnNumericHistogram" QueryService_ColumnRugHistogram_FullMethodName = "/rill.runtime.v1.QueryService/ColumnRugHistogram" QueryService_ColumnTimeRange_FullMethodName = "/rill.runtime.v1.QueryService/ColumnTimeRange" QueryService_ColumnCardinality_FullMethodName = "/rill.runtime.v1.QueryService/ColumnCardinality" QueryService_ColumnTimeSeries_FullMethodName = "/rill.runtime.v1.QueryService/ColumnTimeSeries" QueryService_TableCardinality_FullMethodName = "/rill.runtime.v1.QueryService/TableCardinality" QueryService_TableColumns_FullMethodName = "/rill.runtime.v1.QueryService/TableColumns" QueryService_TableRows_FullMethodName = "/rill.runtime.v1.QueryService/TableRows" )
Variables ¶
var ( FileEvent_name = map[int32]string{ 0: "FILE_EVENT_UNSPECIFIED", 1: "FILE_EVENT_WRITE", 2: "FILE_EVENT_DELETE", } FileEvent_value = map[string]int32{ "FILE_EVENT_UNSPECIFIED": 0, "FILE_EVENT_WRITE": 1, "FILE_EVENT_DELETE": 2, } )
Enum value maps for FileEvent.
var ( LogLevel_name = map[int32]string{ 0: "LOG_LEVEL_UNSPECIFIED", 4: "LOG_LEVEL_DEBUG", 8: "LOG_LEVEL_INFO", 12: "LOG_LEVEL_WARN", 16: "LOG_LEVEL_ERROR", 20: "LOG_LEVEL_FATAL", } LogLevel_value = map[string]int32{ "LOG_LEVEL_UNSPECIFIED": 0, "LOG_LEVEL_DEBUG": 4, "LOG_LEVEL_INFO": 8, "LOG_LEVEL_WARN": 12, "LOG_LEVEL_ERROR": 16, "LOG_LEVEL_FATAL": 20, } )
Enum value maps for LogLevel.
var ( ResourceEvent_name = map[int32]string{ 0: "RESOURCE_EVENT_UNSPECIFIED", 1: "RESOURCE_EVENT_WRITE", 2: "RESOURCE_EVENT_DELETE", } ResourceEvent_value = map[string]int32{ "RESOURCE_EVENT_UNSPECIFIED": 0, "RESOURCE_EVENT_WRITE": 1, "RESOURCE_EVENT_DELETE": 2, } )
Enum value maps for ResourceEvent.
var ( ReconcileError_Code_name = map[int32]string{ 0: "CODE_UNSPECIFIED", 1: "CODE_SYNTAX", 2: "CODE_VALIDATION", 3: "CODE_DEPENDENCY", 4: "CODE_OLAP", 5: "CODE_SOURCE", 6: "CODE_SOURCE_PERMISSION_DENIED", } ReconcileError_Code_value = map[string]int32{ "CODE_UNSPECIFIED": 0, "CODE_SYNTAX": 1, "CODE_VALIDATION": 2, "CODE_DEPENDENCY": 3, "CODE_OLAP": 4, "CODE_SOURCE": 5, "CODE_SOURCE_PERMISSION_DENIED": 6, } )
Enum value maps for ReconcileError_Code.
var ( ConnectorSpec_Property_Type_name = map[int32]string{ 0: "TYPE_UNSPECIFIED", 1: "TYPE_STRING", 2: "TYPE_NUMBER", 3: "TYPE_BOOLEAN", 4: "TYPE_INFORMATIONAL", } ConnectorSpec_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 ConnectorSpec_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 ( 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 ( ExportFormat_name = map[int32]string{ 0: "EXPORT_FORMAT_UNSPECIFIED", 1: "EXPORT_FORMAT_CSV", 2: "EXPORT_FORMAT_XLSX", 3: "EXPORT_FORMAT_PARQUET", } ExportFormat_value = map[string]int32{ "EXPORT_FORMAT_UNSPECIFIED": 0, "EXPORT_FORMAT_CSV": 1, "EXPORT_FORMAT_XLSX": 2, "EXPORT_FORMAT_PARQUET": 3, } )
Enum value maps for ExportFormat.
var ( Operation_name = map[int32]string{ 0: "OPERATION_UNSPECIFIED", 1: "OPERATION_EQ", 2: "OPERATION_NEQ", 3: "OPERATION_LT", 4: "OPERATION_LTE", 5: "OPERATION_GT", 6: "OPERATION_GTE", 7: "OPERATION_OR", 8: "OPERATION_AND", 9: "OPERATION_IN", 10: "OPERATION_NIN", 11: "OPERATION_LIKE", 12: "OPERATION_NLIKE", } Operation_value = map[string]int32{ "OPERATION_UNSPECIFIED": 0, "OPERATION_EQ": 1, "OPERATION_NEQ": 2, "OPERATION_LT": 3, "OPERATION_LTE": 4, "OPERATION_GT": 5, "OPERATION_GTE": 6, "OPERATION_OR": 7, "OPERATION_AND": 8, "OPERATION_IN": 9, "OPERATION_NIN": 10, "OPERATION_LIKE": 11, "OPERATION_NLIKE": 12, } )
Enum value maps for Operation.
var ( BuiltinMeasure_name = map[int32]string{ 0: "BUILTIN_MEASURE_UNSPECIFIED", 1: "BUILTIN_MEASURE_COUNT", 2: "BUILTIN_MEASURE_COUNT_DISTINCT", } BuiltinMeasure_value = map[string]int32{ "BUILTIN_MEASURE_UNSPECIFIED": 0, "BUILTIN_MEASURE_COUNT": 1, "BUILTIN_MEASURE_COUNT_DISTINCT": 2, } )
Enum value maps for BuiltinMeasure.
var ( MetricsViewComparisonSortType_name = map[int32]string{ 0: "METRICS_VIEW_COMPARISON_SORT_TYPE_UNSPECIFIED", 1: "METRICS_VIEW_COMPARISON_SORT_TYPE_BASE_VALUE", 2: "METRICS_VIEW_COMPARISON_SORT_TYPE_COMPARISON_VALUE", 3: "METRICS_VIEW_COMPARISON_SORT_TYPE_ABS_DELTA", 4: "METRICS_VIEW_COMPARISON_SORT_TYPE_REL_DELTA", } MetricsViewComparisonSortType_value = map[string]int32{ "METRICS_VIEW_COMPARISON_SORT_TYPE_UNSPECIFIED": 0, "METRICS_VIEW_COMPARISON_SORT_TYPE_BASE_VALUE": 1, "METRICS_VIEW_COMPARISON_SORT_TYPE_COMPARISON_VALUE": 2, "METRICS_VIEW_COMPARISON_SORT_TYPE_ABS_DELTA": 3, "METRICS_VIEW_COMPARISON_SORT_TYPE_REL_DELTA": 4, } )
Enum value maps for MetricsViewComparisonSortType.
var ( MetricsViewComparisonMeasureType_name = map[int32]string{ 0: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_UNSPECIFIED", 1: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_BASE_VALUE", 2: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_COMPARISON_VALUE", 3: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_ABS_DELTA", 4: "METRICS_VIEW_COMPARISON_MEASURE_TYPE_REL_DELTA", } MetricsViewComparisonMeasureType_value = map[string]int32{ "METRICS_VIEW_COMPARISON_MEASURE_TYPE_UNSPECIFIED": 0, "METRICS_VIEW_COMPARISON_MEASURE_TYPE_BASE_VALUE": 1, "METRICS_VIEW_COMPARISON_MEASURE_TYPE_COMPARISON_VALUE": 2, "METRICS_VIEW_COMPARISON_MEASURE_TYPE_ABS_DELTA": 3, "METRICS_VIEW_COMPARISON_MEASURE_TYPE_REL_DELTA": 4, } )
Enum value maps for MetricsViewComparisonMeasureType.
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 ( ReconcileStatus_name = map[int32]string{ 0: "RECONCILE_STATUS_UNSPECIFIED", 1: "RECONCILE_STATUS_IDLE", 2: "RECONCILE_STATUS_PENDING", 3: "RECONCILE_STATUS_RUNNING", } ReconcileStatus_value = map[string]int32{ "RECONCILE_STATUS_UNSPECIFIED": 0, "RECONCILE_STATUS_IDLE": 1, "RECONCILE_STATUS_PENDING": 2, "RECONCILE_STATUS_RUNNING": 3, } )
Enum value maps for ReconcileStatus.
var ( MetricsViewSpec_ComparisonMode_name = map[int32]string{ 0: "COMPARISON_MODE_UNSPECIFIED", 1: "COMPARISON_MODE_NONE", 2: "COMPARISON_MODE_TIME", 3: "COMPARISON_MODE_DIMENSION", } MetricsViewSpec_ComparisonMode_value = map[string]int32{ "COMPARISON_MODE_UNSPECIFIED": 0, "COMPARISON_MODE_NONE": 1, "COMPARISON_MODE_TIME": 2, "COMPARISON_MODE_DIMENSION": 3, } )
Enum value maps for MetricsViewSpec_ComparisonMode.
var ( BucketExtractPolicy_Strategy_name = map[int32]string{ 0: "STRATEGY_UNSPECIFIED", 1: "STRATEGY_HEAD", 2: "STRATEGY_TAIL", } BucketExtractPolicy_Strategy_value = map[string]int32{ "STRATEGY_UNSPECIFIED": 0, "STRATEGY_HEAD": 1, "STRATEGY_TAIL": 2, } )
Enum value maps for BucketExtractPolicy_Strategy.
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 ( TimeGrain_name = map[int32]string{ 0: "TIME_GRAIN_UNSPECIFIED", 1: "TIME_GRAIN_MILLISECOND", 2: "TIME_GRAIN_SECOND", 3: "TIME_GRAIN_MINUTE", 4: "TIME_GRAIN_HOUR", 5: "TIME_GRAIN_DAY", 6: "TIME_GRAIN_WEEK", 7: "TIME_GRAIN_MONTH", 8: "TIME_GRAIN_QUARTER", 9: "TIME_GRAIN_YEAR", } TimeGrain_value = map[string]int32{ "TIME_GRAIN_UNSPECIFIED": 0, "TIME_GRAIN_MILLISECOND": 1, "TIME_GRAIN_SECOND": 2, "TIME_GRAIN_MINUTE": 3, "TIME_GRAIN_HOUR": 4, "TIME_GRAIN_DAY": 5, "TIME_GRAIN_WEEK": 6, "TIME_GRAIN_MONTH": 7, "TIME_GRAIN_QUARTER": 8, "TIME_GRAIN_YEAR": 9, } )
Enum value maps for TimeGrain.
var ConnectorService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "rill.runtime.v1.ConnectorService", HandlerType: (*ConnectorServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ScanConnectors", Handler: _ConnectorService_ScanConnectors_Handler, }, { MethodName: "S3ListBuckets", Handler: _ConnectorService_S3ListBuckets_Handler, }, { MethodName: "S3ListObjects", Handler: _ConnectorService_S3ListObjects_Handler, }, { MethodName: "S3GetBucketMetadata", Handler: _ConnectorService_S3GetBucketMetadata_Handler, }, { MethodName: "S3GetCredentialsInfo", Handler: _ConnectorService_S3GetCredentialsInfo_Handler, }, { MethodName: "GCSListBuckets", Handler: _ConnectorService_GCSListBuckets_Handler, }, { MethodName: "GCSListObjects", Handler: _ConnectorService_GCSListObjects_Handler, }, { MethodName: "GCSGetCredentialsInfo", Handler: _ConnectorService_GCSGetCredentialsInfo_Handler, }, { MethodName: "OLAPListTables", Handler: _ConnectorService_OLAPListTables_Handler, }, { MethodName: "OLAPGetTable", Handler: _ConnectorService_OLAPGetTable_Handler, }, { MethodName: "BigQueryListDatasets", Handler: _ConnectorService_BigQueryListDatasets_Handler, }, { MethodName: "BigQueryListTables", Handler: _ConnectorService_BigQueryListTables_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rill/runtime/v1/connectors.proto", }
ConnectorService_ServiceDesc is the grpc.ServiceDesc for ConnectorService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_rill_runtime_v1_api_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_catalog_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_colors_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_connectors_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_export_format_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_expression_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_queries_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_resources_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_schema_proto protoreflect.FileDescriptor
var File_rill_runtime_v1_time_grain_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: "Export", Handler: _QueryService_Export_Handler, }, { MethodName: "MetricsViewAggregation", Handler: _QueryService_MetricsViewAggregation_Handler, }, { MethodName: "MetricsViewToplist", Handler: _QueryService_MetricsViewToplist_Handler, }, { MethodName: "MetricsViewComparison", Handler: _QueryService_MetricsViewComparison_Handler, }, { MethodName: "MetricsViewTimeSeries", Handler: _QueryService_MetricsViewTimeSeries_Handler, }, { MethodName: "MetricsViewTotals", Handler: _QueryService_MetricsViewTotals_Handler, }, { MethodName: "MetricsViewRows", Handler: _QueryService_MetricsViewRows_Handler, }, { MethodName: "MetricsViewTimeRange", Handler: _QueryService_MetricsViewTimeRange_Handler, }, { MethodName: "MetricsViewSchema", Handler: _QueryService_MetricsViewSchema_Handler, }, { MethodName: "ColumnRollupInterval", Handler: _QueryService_ColumnRollupInterval_Handler, }, { MethodName: "ColumnTopK", Handler: _QueryService_ColumnTopK_Handler, }, { MethodName: "ColumnNullCount", Handler: _QueryService_ColumnNullCount_Handler, }, { MethodName: "ColumnDescriptiveStatistics", Handler: _QueryService_ColumnDescriptiveStatistics_Handler, }, { MethodName: "ColumnTimeGrain", Handler: _QueryService_ColumnTimeGrain_Handler, }, { MethodName: "ColumnNumericHistogram", Handler: _QueryService_ColumnNumericHistogram_Handler, }, { MethodName: "ColumnRugHistogram", Handler: _QueryService_ColumnRugHistogram_Handler, }, { MethodName: "ColumnTimeRange", Handler: _QueryService_ColumnTimeRange_Handler, }, { MethodName: "ColumnCardinality", Handler: _QueryService_ColumnCardinality_Handler, }, { MethodName: "ColumnTimeSeries", Handler: _QueryService_ColumnTimeSeries_Handler, }, { MethodName: "TableCardinality", Handler: _QueryService_TableCardinality_Handler, }, { MethodName: "TableColumns", Handler: _QueryService_TableColumns_Handler, }, { MethodName: "TableRows", Handler: _QueryService_TableRows_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "QueryBatch", Handler: _QueryService_QueryBatch_Handler, ServerStreams: true, }, }, Metadata: "rill/runtime/v1/queries.proto", }
QueryService_ServiceDesc is the grpc.ServiceDesc for QueryService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
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: "ListExamples", Handler: _RuntimeService_ListExamples_Handler, }, { MethodName: "UnpackExample", Handler: _RuntimeService_UnpackExample_Handler, }, { MethodName: "UnpackEmpty", Handler: _RuntimeService_UnpackEmpty_Handler, }, { MethodName: "GetLogs", Handler: _RuntimeService_GetLogs_Handler, }, { MethodName: "ListResources", Handler: _RuntimeService_ListResources_Handler, }, { MethodName: "GetResource", Handler: _RuntimeService_GetResource_Handler, }, { MethodName: "CreateTrigger", Handler: _RuntimeService_CreateTrigger_Handler, }, { MethodName: "ListCatalogEntries", Handler: _RuntimeService_ListCatalogEntries_Handler, }, { MethodName: "GetCatalogEntry", Handler: _RuntimeService_GetCatalogEntry_Handler, }, { MethodName: "TriggerRefresh", Handler: _RuntimeService_TriggerRefresh_Handler, }, { MethodName: "Reconcile", Handler: _RuntimeService_Reconcile_Handler, }, { MethodName: "PutFileAndReconcile", Handler: _RuntimeService_PutFileAndReconcile_Handler, }, { MethodName: "DeleteFileAndReconcile", Handler: _RuntimeService_DeleteFileAndReconcile_Handler, }, { MethodName: "RenameFileAndReconcile", Handler: _RuntimeService_RenameFileAndReconcile_Handler, }, { MethodName: "RefreshAndReconcile", Handler: _RuntimeService_RefreshAndReconcile_Handler, }, { MethodName: "ListConnectors", Handler: _RuntimeService_ListConnectors_Handler, }, { MethodName: "IssueDevJWT", Handler: _RuntimeService_IssueDevJWT_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "WatchFiles", Handler: _RuntimeService_WatchFiles_Handler, ServerStreams: true, }, { StreamName: "WatchLogs", Handler: _RuntimeService_WatchLogs_Handler, ServerStreams: true, }, { StreamName: "WatchResources", Handler: _RuntimeService_WatchResources_Handler, ServerStreams: true, }, }, Metadata: "rill/runtime/v1/api.proto", }
RuntimeService_ServiceDesc is the grpc.ServiceDesc for RuntimeService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterConnectorServiceHandler ¶ added in v0.27.0
func RegisterConnectorServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterConnectorServiceHandler registers the http handlers for service ConnectorService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterConnectorServiceHandlerClient ¶ added in v0.27.0
func RegisterConnectorServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ConnectorServiceClient) error
RegisterConnectorServiceHandlerClient registers the http handlers for service ConnectorService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "ConnectorServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "ConnectorServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "ConnectorServiceClient" to call the correct interceptors.
func RegisterConnectorServiceHandlerFromEndpoint ¶ added in v0.27.0
func RegisterConnectorServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterConnectorServiceHandlerFromEndpoint is same as RegisterConnectorServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterConnectorServiceHandlerServer ¶ added in v0.27.0
func RegisterConnectorServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ConnectorServiceServer) error
RegisterConnectorServiceHandlerServer registers the http handlers for service ConnectorService to "mux". UnaryRPC :call ConnectorServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterConnectorServiceHandlerFromEndpoint instead.
func RegisterConnectorServiceServer ¶ added in v0.27.0
func RegisterConnectorServiceServer(s grpc.ServiceRegistrar, srv ConnectorServiceServer)
func RegisterQueryServiceHandler ¶ added in v0.22.0
func RegisterQueryServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterQueryServiceHandler registers the http handlers for service QueryService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterQueryServiceHandlerClient ¶ added in v0.22.0
func RegisterQueryServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client QueryServiceClient) error
RegisterQueryServiceHandlerClient registers the http handlers for service QueryService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "QueryServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "QueryServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "QueryServiceClient" to call the correct interceptors.
func RegisterQueryServiceHandlerFromEndpoint ¶ added in v0.22.0
func RegisterQueryServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterQueryServiceHandlerFromEndpoint is same as RegisterQueryServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterQueryServiceHandlerServer ¶ added in v0.22.0
func RegisterQueryServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server QueryServiceServer) error
RegisterQueryServiceHandlerServer registers the http handlers for service QueryService to "mux". UnaryRPC :call QueryServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterQueryServiceHandlerFromEndpoint instead.
func RegisterQueryServiceServer ¶ added in v0.22.0
func RegisterQueryServiceServer(s grpc.ServiceRegistrar, srv QueryServiceServer)
func RegisterRuntimeServiceHandler ¶
func RegisterRuntimeServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterRuntimeServiceHandler registers the http handlers for service RuntimeService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterRuntimeServiceHandlerClient ¶
func RegisterRuntimeServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client RuntimeServiceClient) error
RegisterRuntimeServiceHandlerClient registers the http handlers for service RuntimeService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "RuntimeServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "RuntimeServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "RuntimeServiceClient" to call the correct interceptors.
func RegisterRuntimeServiceHandlerFromEndpoint ¶
func RegisterRuntimeServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterRuntimeServiceHandlerFromEndpoint is same as RegisterRuntimeServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterRuntimeServiceHandlerServer ¶
func RegisterRuntimeServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server RuntimeServiceServer) error
RegisterRuntimeServiceHandlerServer registers the http handlers for service RuntimeService to "mux". UnaryRPC :call RuntimeServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterRuntimeServiceHandlerFromEndpoint instead.
func RegisterRuntimeServiceServer ¶
func RegisterRuntimeServiceServer(s grpc.ServiceRegistrar, srv RuntimeServiceServer)
Types ¶
type BigQueryListDatasetsRequest ¶ added in v0.31.0
type BigQueryListDatasetsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*BigQueryListDatasetsRequest) Descriptor
deprecated
added in
v0.31.0
func (*BigQueryListDatasetsRequest) Descriptor() ([]byte, []int)
Deprecated: Use BigQueryListDatasetsRequest.ProtoReflect.Descriptor instead.
func (*BigQueryListDatasetsRequest) GetConnector ¶ added in v0.31.0
func (x *BigQueryListDatasetsRequest) GetConnector() string
func (*BigQueryListDatasetsRequest) GetInstanceId ¶ added in v0.31.0
func (x *BigQueryListDatasetsRequest) GetInstanceId() string
func (*BigQueryListDatasetsRequest) GetPageSize ¶ added in v0.31.0
func (x *BigQueryListDatasetsRequest) GetPageSize() uint32
func (*BigQueryListDatasetsRequest) GetPageToken ¶ added in v0.31.0
func (x *BigQueryListDatasetsRequest) GetPageToken() string
func (*BigQueryListDatasetsRequest) ProtoMessage ¶ added in v0.31.0
func (*BigQueryListDatasetsRequest) ProtoMessage()
func (*BigQueryListDatasetsRequest) ProtoReflect ¶ added in v0.31.0
func (x *BigQueryListDatasetsRequest) ProtoReflect() protoreflect.Message
func (*BigQueryListDatasetsRequest) Reset ¶ added in v0.31.0
func (x *BigQueryListDatasetsRequest) Reset()
func (*BigQueryListDatasetsRequest) String ¶ added in v0.31.0
func (x *BigQueryListDatasetsRequest) String() string
func (*BigQueryListDatasetsRequest) Validate ¶ added in v0.31.0
func (m *BigQueryListDatasetsRequest) Validate() error
Validate checks the field values on BigQueryListDatasetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BigQueryListDatasetsRequest) ValidateAll ¶ added in v0.31.0
func (m *BigQueryListDatasetsRequest) ValidateAll() error
ValidateAll checks the field values on BigQueryListDatasetsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BigQueryListDatasetsRequestMultiError, or nil if none found.
type BigQueryListDatasetsRequestMultiError ¶ added in v0.31.0
type BigQueryListDatasetsRequestMultiError []error
BigQueryListDatasetsRequestMultiError is an error wrapping multiple validation errors returned by BigQueryListDatasetsRequest.ValidateAll() if the designated constraints aren't met.
func (BigQueryListDatasetsRequestMultiError) AllErrors ¶ added in v0.31.0
func (m BigQueryListDatasetsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BigQueryListDatasetsRequestMultiError) Error ¶ added in v0.31.0
func (m BigQueryListDatasetsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BigQueryListDatasetsRequestValidationError ¶ added in v0.31.0
type BigQueryListDatasetsRequestValidationError struct {
// contains filtered or unexported fields
}
BigQueryListDatasetsRequestValidationError is the validation error returned by BigQueryListDatasetsRequest.Validate if the designated constraints aren't met.
func (BigQueryListDatasetsRequestValidationError) Cause ¶ added in v0.31.0
func (e BigQueryListDatasetsRequestValidationError) Cause() error
Cause function returns cause value.
func (BigQueryListDatasetsRequestValidationError) Error ¶ added in v0.31.0
func (e BigQueryListDatasetsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (BigQueryListDatasetsRequestValidationError) ErrorName ¶ added in v0.31.0
func (e BigQueryListDatasetsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (BigQueryListDatasetsRequestValidationError) Field ¶ added in v0.31.0
func (e BigQueryListDatasetsRequestValidationError) Field() string
Field function returns field value.
func (BigQueryListDatasetsRequestValidationError) Key ¶ added in v0.31.0
func (e BigQueryListDatasetsRequestValidationError) Key() bool
Key function returns key value.
func (BigQueryListDatasetsRequestValidationError) Reason ¶ added in v0.31.0
func (e BigQueryListDatasetsRequestValidationError) Reason() string
Reason function returns reason value.
type BigQueryListDatasetsResponse ¶ added in v0.31.0
type BigQueryListDatasetsResponse struct { NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"` // contains filtered or unexported fields }
func (*BigQueryListDatasetsResponse) Descriptor
deprecated
added in
v0.31.0
func (*BigQueryListDatasetsResponse) Descriptor() ([]byte, []int)
Deprecated: Use BigQueryListDatasetsResponse.ProtoReflect.Descriptor instead.
func (*BigQueryListDatasetsResponse) GetNames ¶ added in v0.31.0
func (x *BigQueryListDatasetsResponse) GetNames() []string
func (*BigQueryListDatasetsResponse) GetNextPageToken ¶ added in v0.31.0
func (x *BigQueryListDatasetsResponse) GetNextPageToken() string
func (*BigQueryListDatasetsResponse) ProtoMessage ¶ added in v0.31.0
func (*BigQueryListDatasetsResponse) ProtoMessage()
func (*BigQueryListDatasetsResponse) ProtoReflect ¶ added in v0.31.0
func (x *BigQueryListDatasetsResponse) ProtoReflect() protoreflect.Message
func (*BigQueryListDatasetsResponse) Reset ¶ added in v0.31.0
func (x *BigQueryListDatasetsResponse) Reset()
func (*BigQueryListDatasetsResponse) String ¶ added in v0.31.0
func (x *BigQueryListDatasetsResponse) String() string
func (*BigQueryListDatasetsResponse) Validate ¶ added in v0.31.0
func (m *BigQueryListDatasetsResponse) Validate() error
Validate checks the field values on BigQueryListDatasetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BigQueryListDatasetsResponse) ValidateAll ¶ added in v0.31.0
func (m *BigQueryListDatasetsResponse) ValidateAll() error
ValidateAll checks the field values on BigQueryListDatasetsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BigQueryListDatasetsResponseMultiError, or nil if none found.
type BigQueryListDatasetsResponseMultiError ¶ added in v0.31.0
type BigQueryListDatasetsResponseMultiError []error
BigQueryListDatasetsResponseMultiError is an error wrapping multiple validation errors returned by BigQueryListDatasetsResponse.ValidateAll() if the designated constraints aren't met.
func (BigQueryListDatasetsResponseMultiError) AllErrors ¶ added in v0.31.0
func (m BigQueryListDatasetsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BigQueryListDatasetsResponseMultiError) Error ¶ added in v0.31.0
func (m BigQueryListDatasetsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BigQueryListDatasetsResponseValidationError ¶ added in v0.31.0
type BigQueryListDatasetsResponseValidationError struct {
// contains filtered or unexported fields
}
BigQueryListDatasetsResponseValidationError is the validation error returned by BigQueryListDatasetsResponse.Validate if the designated constraints aren't met.
func (BigQueryListDatasetsResponseValidationError) Cause ¶ added in v0.31.0
func (e BigQueryListDatasetsResponseValidationError) Cause() error
Cause function returns cause value.
func (BigQueryListDatasetsResponseValidationError) Error ¶ added in v0.31.0
func (e BigQueryListDatasetsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (BigQueryListDatasetsResponseValidationError) ErrorName ¶ added in v0.31.0
func (e BigQueryListDatasetsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (BigQueryListDatasetsResponseValidationError) Field ¶ added in v0.31.0
func (e BigQueryListDatasetsResponseValidationError) Field() string
Field function returns field value.
func (BigQueryListDatasetsResponseValidationError) Key ¶ added in v0.31.0
func (e BigQueryListDatasetsResponseValidationError) Key() bool
Key function returns key value.
func (BigQueryListDatasetsResponseValidationError) Reason ¶ added in v0.31.0
func (e BigQueryListDatasetsResponseValidationError) Reason() string
Reason function returns reason value.
type BigQueryListTablesRequest ¶ added in v0.31.0
type BigQueryListTablesRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` Dataset string `protobuf:"bytes,3,opt,name=dataset,proto3" json:"dataset,omitempty"` PageSize uint32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*BigQueryListTablesRequest) Descriptor
deprecated
added in
v0.31.0
func (*BigQueryListTablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use BigQueryListTablesRequest.ProtoReflect.Descriptor instead.
func (*BigQueryListTablesRequest) GetConnector ¶ added in v0.31.0
func (x *BigQueryListTablesRequest) GetConnector() string
func (*BigQueryListTablesRequest) GetDataset ¶ added in v0.31.0
func (x *BigQueryListTablesRequest) GetDataset() string
func (*BigQueryListTablesRequest) GetInstanceId ¶ added in v0.31.0
func (x *BigQueryListTablesRequest) GetInstanceId() string
func (*BigQueryListTablesRequest) GetPageSize ¶ added in v0.31.0
func (x *BigQueryListTablesRequest) GetPageSize() uint32
func (*BigQueryListTablesRequest) GetPageToken ¶ added in v0.31.0
func (x *BigQueryListTablesRequest) GetPageToken() string
func (*BigQueryListTablesRequest) ProtoMessage ¶ added in v0.31.0
func (*BigQueryListTablesRequest) ProtoMessage()
func (*BigQueryListTablesRequest) ProtoReflect ¶ added in v0.31.0
func (x *BigQueryListTablesRequest) ProtoReflect() protoreflect.Message
func (*BigQueryListTablesRequest) Reset ¶ added in v0.31.0
func (x *BigQueryListTablesRequest) Reset()
func (*BigQueryListTablesRequest) String ¶ added in v0.31.0
func (x *BigQueryListTablesRequest) String() string
func (*BigQueryListTablesRequest) Validate ¶ added in v0.31.0
func (m *BigQueryListTablesRequest) Validate() error
Validate checks the field values on BigQueryListTablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BigQueryListTablesRequest) ValidateAll ¶ added in v0.31.0
func (m *BigQueryListTablesRequest) ValidateAll() error
ValidateAll checks the field values on BigQueryListTablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BigQueryListTablesRequestMultiError, or nil if none found.
type BigQueryListTablesRequestMultiError ¶ added in v0.31.0
type BigQueryListTablesRequestMultiError []error
BigQueryListTablesRequestMultiError is an error wrapping multiple validation errors returned by BigQueryListTablesRequest.ValidateAll() if the designated constraints aren't met.
func (BigQueryListTablesRequestMultiError) AllErrors ¶ added in v0.31.0
func (m BigQueryListTablesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BigQueryListTablesRequestMultiError) Error ¶ added in v0.31.0
func (m BigQueryListTablesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BigQueryListTablesRequestValidationError ¶ added in v0.31.0
type BigQueryListTablesRequestValidationError struct {
// contains filtered or unexported fields
}
BigQueryListTablesRequestValidationError is the validation error returned by BigQueryListTablesRequest.Validate if the designated constraints aren't met.
func (BigQueryListTablesRequestValidationError) Cause ¶ added in v0.31.0
func (e BigQueryListTablesRequestValidationError) Cause() error
Cause function returns cause value.
func (BigQueryListTablesRequestValidationError) Error ¶ added in v0.31.0
func (e BigQueryListTablesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (BigQueryListTablesRequestValidationError) ErrorName ¶ added in v0.31.0
func (e BigQueryListTablesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (BigQueryListTablesRequestValidationError) Field ¶ added in v0.31.0
func (e BigQueryListTablesRequestValidationError) Field() string
Field function returns field value.
func (BigQueryListTablesRequestValidationError) Key ¶ added in v0.31.0
func (e BigQueryListTablesRequestValidationError) Key() bool
Key function returns key value.
func (BigQueryListTablesRequestValidationError) Reason ¶ added in v0.31.0
func (e BigQueryListTablesRequestValidationError) Reason() string
Reason function returns reason value.
type BigQueryListTablesResponse ¶ added in v0.31.0
type BigQueryListTablesResponse struct { NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"` // contains filtered or unexported fields }
func (*BigQueryListTablesResponse) Descriptor
deprecated
added in
v0.31.0
func (*BigQueryListTablesResponse) Descriptor() ([]byte, []int)
Deprecated: Use BigQueryListTablesResponse.ProtoReflect.Descriptor instead.
func (*BigQueryListTablesResponse) GetNames ¶ added in v0.31.0
func (x *BigQueryListTablesResponse) GetNames() []string
func (*BigQueryListTablesResponse) GetNextPageToken ¶ added in v0.31.0
func (x *BigQueryListTablesResponse) GetNextPageToken() string
func (*BigQueryListTablesResponse) ProtoMessage ¶ added in v0.31.0
func (*BigQueryListTablesResponse) ProtoMessage()
func (*BigQueryListTablesResponse) ProtoReflect ¶ added in v0.31.0
func (x *BigQueryListTablesResponse) ProtoReflect() protoreflect.Message
func (*BigQueryListTablesResponse) Reset ¶ added in v0.31.0
func (x *BigQueryListTablesResponse) Reset()
func (*BigQueryListTablesResponse) String ¶ added in v0.31.0
func (x *BigQueryListTablesResponse) String() string
func (*BigQueryListTablesResponse) Validate ¶ added in v0.31.0
func (m *BigQueryListTablesResponse) Validate() error
Validate checks the field values on BigQueryListTablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BigQueryListTablesResponse) ValidateAll ¶ added in v0.31.0
func (m *BigQueryListTablesResponse) ValidateAll() error
ValidateAll checks the field values on BigQueryListTablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BigQueryListTablesResponseMultiError, or nil if none found.
type BigQueryListTablesResponseMultiError ¶ added in v0.31.0
type BigQueryListTablesResponseMultiError []error
BigQueryListTablesResponseMultiError is an error wrapping multiple validation errors returned by BigQueryListTablesResponse.ValidateAll() if the designated constraints aren't met.
func (BigQueryListTablesResponseMultiError) AllErrors ¶ added in v0.31.0
func (m BigQueryListTablesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BigQueryListTablesResponseMultiError) Error ¶ added in v0.31.0
func (m BigQueryListTablesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BigQueryListTablesResponseValidationError ¶ added in v0.31.0
type BigQueryListTablesResponseValidationError struct {
// contains filtered or unexported fields
}
BigQueryListTablesResponseValidationError is the validation error returned by BigQueryListTablesResponse.Validate if the designated constraints aren't met.
func (BigQueryListTablesResponseValidationError) Cause ¶ added in v0.31.0
func (e BigQueryListTablesResponseValidationError) Cause() error
Cause function returns cause value.
func (BigQueryListTablesResponseValidationError) Error ¶ added in v0.31.0
func (e BigQueryListTablesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (BigQueryListTablesResponseValidationError) ErrorName ¶ added in v0.31.0
func (e BigQueryListTablesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (BigQueryListTablesResponseValidationError) Field ¶ added in v0.31.0
func (e BigQueryListTablesResponseValidationError) Field() string
Field function returns field value.
func (BigQueryListTablesResponseValidationError) Key ¶ added in v0.31.0
func (e BigQueryListTablesResponseValidationError) Key() bool
Key function returns key value.
func (BigQueryListTablesResponseValidationError) Reason ¶ added in v0.31.0
func (e BigQueryListTablesResponseValidationError) Reason() string
Reason function returns reason value.
type BucketExtractPolicy ¶ added in v0.30.0
type BucketExtractPolicy struct { RowsStrategy BucketExtractPolicy_Strategy `` /* 148-byte string literal not displayed */ RowsLimitBytes uint64 `protobuf:"varint,2,opt,name=rows_limit_bytes,json=rowsLimitBytes,proto3" json:"rows_limit_bytes,omitempty"` FilesStrategy BucketExtractPolicy_Strategy `` /* 151-byte string literal not displayed */ FilesLimit uint64 `protobuf:"varint,4,opt,name=files_limit,json=filesLimit,proto3" json:"files_limit,omitempty"` // contains filtered or unexported fields }
func (*BucketExtractPolicy) Descriptor
deprecated
added in
v0.30.0
func (*BucketExtractPolicy) Descriptor() ([]byte, []int)
Deprecated: Use BucketExtractPolicy.ProtoReflect.Descriptor instead.
func (*BucketExtractPolicy) GetFilesLimit ¶ added in v0.30.0
func (x *BucketExtractPolicy) GetFilesLimit() uint64
func (*BucketExtractPolicy) GetFilesStrategy ¶ added in v0.30.0
func (x *BucketExtractPolicy) GetFilesStrategy() BucketExtractPolicy_Strategy
func (*BucketExtractPolicy) GetRowsLimitBytes ¶ added in v0.30.0
func (x *BucketExtractPolicy) GetRowsLimitBytes() uint64
func (*BucketExtractPolicy) GetRowsStrategy ¶ added in v0.30.0
func (x *BucketExtractPolicy) GetRowsStrategy() BucketExtractPolicy_Strategy
func (*BucketExtractPolicy) ProtoMessage ¶ added in v0.30.0
func (*BucketExtractPolicy) ProtoMessage()
func (*BucketExtractPolicy) ProtoReflect ¶ added in v0.30.0
func (x *BucketExtractPolicy) ProtoReflect() protoreflect.Message
func (*BucketExtractPolicy) Reset ¶ added in v0.30.0
func (x *BucketExtractPolicy) Reset()
func (*BucketExtractPolicy) String ¶ added in v0.30.0
func (x *BucketExtractPolicy) String() string
func (*BucketExtractPolicy) Validate ¶ added in v0.30.0
func (m *BucketExtractPolicy) Validate() error
Validate checks the field values on BucketExtractPolicy with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BucketExtractPolicy) ValidateAll ¶ added in v0.30.0
func (m *BucketExtractPolicy) ValidateAll() error
ValidateAll checks the field values on BucketExtractPolicy with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BucketExtractPolicyMultiError, or nil if none found.
type BucketExtractPolicyMultiError ¶ added in v0.30.0
type BucketExtractPolicyMultiError []error
BucketExtractPolicyMultiError is an error wrapping multiple validation errors returned by BucketExtractPolicy.ValidateAll() if the designated constraints aren't met.
func (BucketExtractPolicyMultiError) AllErrors ¶ added in v0.30.0
func (m BucketExtractPolicyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BucketExtractPolicyMultiError) Error ¶ added in v0.30.0
func (m BucketExtractPolicyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BucketExtractPolicyValidationError ¶ added in v0.30.0
type BucketExtractPolicyValidationError struct {
// contains filtered or unexported fields
}
BucketExtractPolicyValidationError is the validation error returned by BucketExtractPolicy.Validate if the designated constraints aren't met.
func (BucketExtractPolicyValidationError) Cause ¶ added in v0.30.0
func (e BucketExtractPolicyValidationError) Cause() error
Cause function returns cause value.
func (BucketExtractPolicyValidationError) Error ¶ added in v0.30.0
func (e BucketExtractPolicyValidationError) Error() string
Error satisfies the builtin error interface
func (BucketExtractPolicyValidationError) ErrorName ¶ added in v0.30.0
func (e BucketExtractPolicyValidationError) ErrorName() string
ErrorName returns error name.
func (BucketExtractPolicyValidationError) Field ¶ added in v0.30.0
func (e BucketExtractPolicyValidationError) Field() string
Field function returns field value.
func (BucketExtractPolicyValidationError) Key ¶ added in v0.30.0
func (e BucketExtractPolicyValidationError) Key() bool
Key function returns key value.
func (BucketExtractPolicyValidationError) Reason ¶ added in v0.30.0
func (e BucketExtractPolicyValidationError) Reason() string
Reason function returns reason value.
type BucketExtractPolicy_Strategy ¶ added in v0.30.0
type BucketExtractPolicy_Strategy int32
const ( BucketExtractPolicy_STRATEGY_UNSPECIFIED BucketExtractPolicy_Strategy = 0 BucketExtractPolicy_STRATEGY_HEAD BucketExtractPolicy_Strategy = 1 BucketExtractPolicy_STRATEGY_TAIL BucketExtractPolicy_Strategy = 2 )
func (BucketExtractPolicy_Strategy) Descriptor ¶ added in v0.30.0
func (BucketExtractPolicy_Strategy) Descriptor() protoreflect.EnumDescriptor
func (BucketExtractPolicy_Strategy) Enum ¶ added in v0.30.0
func (x BucketExtractPolicy_Strategy) Enum() *BucketExtractPolicy_Strategy
func (BucketExtractPolicy_Strategy) EnumDescriptor
deprecated
added in
v0.30.0
func (BucketExtractPolicy_Strategy) EnumDescriptor() ([]byte, []int)
Deprecated: Use BucketExtractPolicy_Strategy.Descriptor instead.
func (BucketExtractPolicy_Strategy) Number ¶ added in v0.30.0
func (x BucketExtractPolicy_Strategy) Number() protoreflect.EnumNumber
func (BucketExtractPolicy_Strategy) String ¶ added in v0.30.0
func (x BucketExtractPolicy_Strategy) String() string
func (BucketExtractPolicy_Strategy) Type ¶ added in v0.30.0
func (BucketExtractPolicy_Strategy) Type() protoreflect.EnumType
type BucketPlanner ¶ added in v0.30.0
type BucketPlanner struct { Spec *BucketPlannerSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *BucketPlannerState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*BucketPlanner) Descriptor
deprecated
added in
v0.30.0
func (*BucketPlanner) Descriptor() ([]byte, []int)
Deprecated: Use BucketPlanner.ProtoReflect.Descriptor instead.
func (*BucketPlanner) GetSpec ¶ added in v0.30.0
func (x *BucketPlanner) GetSpec() *BucketPlannerSpec
func (*BucketPlanner) GetState ¶ added in v0.30.0
func (x *BucketPlanner) GetState() *BucketPlannerState
func (*BucketPlanner) ProtoMessage ¶ added in v0.30.0
func (*BucketPlanner) ProtoMessage()
func (*BucketPlanner) ProtoReflect ¶ added in v0.30.0
func (x *BucketPlanner) ProtoReflect() protoreflect.Message
func (*BucketPlanner) Reset ¶ added in v0.30.0
func (x *BucketPlanner) Reset()
func (*BucketPlanner) String ¶ added in v0.30.0
func (x *BucketPlanner) String() string
func (*BucketPlanner) Validate ¶ added in v0.30.0
func (m *BucketPlanner) Validate() error
Validate checks the field values on BucketPlanner with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BucketPlanner) ValidateAll ¶ added in v0.30.0
func (m *BucketPlanner) ValidateAll() error
ValidateAll checks the field values on BucketPlanner with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BucketPlannerMultiError, or nil if none found.
type BucketPlannerMultiError ¶ added in v0.30.0
type BucketPlannerMultiError []error
BucketPlannerMultiError is an error wrapping multiple validation errors returned by BucketPlanner.ValidateAll() if the designated constraints aren't met.
func (BucketPlannerMultiError) AllErrors ¶ added in v0.30.0
func (m BucketPlannerMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BucketPlannerMultiError) Error ¶ added in v0.30.0
func (m BucketPlannerMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BucketPlannerSpec ¶ added in v0.30.0
type BucketPlannerSpec struct { ExtractPolicy *BucketExtractPolicy `protobuf:"bytes,1,opt,name=extract_policy,json=extractPolicy,proto3" json:"extract_policy,omitempty"` // contains filtered or unexported fields }
func (*BucketPlannerSpec) Descriptor
deprecated
added in
v0.30.0
func (*BucketPlannerSpec) Descriptor() ([]byte, []int)
Deprecated: Use BucketPlannerSpec.ProtoReflect.Descriptor instead.
func (*BucketPlannerSpec) GetExtractPolicy ¶ added in v0.30.0
func (x *BucketPlannerSpec) GetExtractPolicy() *BucketExtractPolicy
func (*BucketPlannerSpec) ProtoMessage ¶ added in v0.30.0
func (*BucketPlannerSpec) ProtoMessage()
func (*BucketPlannerSpec) ProtoReflect ¶ added in v0.30.0
func (x *BucketPlannerSpec) ProtoReflect() protoreflect.Message
func (*BucketPlannerSpec) Reset ¶ added in v0.30.0
func (x *BucketPlannerSpec) Reset()
func (*BucketPlannerSpec) String ¶ added in v0.30.0
func (x *BucketPlannerSpec) String() string
func (*BucketPlannerSpec) Validate ¶ added in v0.30.0
func (m *BucketPlannerSpec) Validate() error
Validate checks the field values on BucketPlannerSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BucketPlannerSpec) ValidateAll ¶ added in v0.30.0
func (m *BucketPlannerSpec) ValidateAll() error
ValidateAll checks the field values on BucketPlannerSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BucketPlannerSpecMultiError, or nil if none found.
type BucketPlannerSpecMultiError ¶ added in v0.30.0
type BucketPlannerSpecMultiError []error
BucketPlannerSpecMultiError is an error wrapping multiple validation errors returned by BucketPlannerSpec.ValidateAll() if the designated constraints aren't met.
func (BucketPlannerSpecMultiError) AllErrors ¶ added in v0.30.0
func (m BucketPlannerSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BucketPlannerSpecMultiError) Error ¶ added in v0.30.0
func (m BucketPlannerSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BucketPlannerSpecValidationError ¶ added in v0.30.0
type BucketPlannerSpecValidationError struct {
// contains filtered or unexported fields
}
BucketPlannerSpecValidationError is the validation error returned by BucketPlannerSpec.Validate if the designated constraints aren't met.
func (BucketPlannerSpecValidationError) Cause ¶ added in v0.30.0
func (e BucketPlannerSpecValidationError) Cause() error
Cause function returns cause value.
func (BucketPlannerSpecValidationError) Error ¶ added in v0.30.0
func (e BucketPlannerSpecValidationError) Error() string
Error satisfies the builtin error interface
func (BucketPlannerSpecValidationError) ErrorName ¶ added in v0.30.0
func (e BucketPlannerSpecValidationError) ErrorName() string
ErrorName returns error name.
func (BucketPlannerSpecValidationError) Field ¶ added in v0.30.0
func (e BucketPlannerSpecValidationError) Field() string
Field function returns field value.
func (BucketPlannerSpecValidationError) Key ¶ added in v0.30.0
func (e BucketPlannerSpecValidationError) Key() bool
Key function returns key value.
func (BucketPlannerSpecValidationError) Reason ¶ added in v0.30.0
func (e BucketPlannerSpecValidationError) Reason() string
Reason function returns reason value.
type BucketPlannerState ¶ added in v0.30.0
type BucketPlannerState struct { Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"` // contains filtered or unexported fields }
func (*BucketPlannerState) Descriptor
deprecated
added in
v0.30.0
func (*BucketPlannerState) Descriptor() ([]byte, []int)
Deprecated: Use BucketPlannerState.ProtoReflect.Descriptor instead.
func (*BucketPlannerState) GetRegion ¶ added in v0.30.0
func (x *BucketPlannerState) GetRegion() string
func (*BucketPlannerState) ProtoMessage ¶ added in v0.30.0
func (*BucketPlannerState) ProtoMessage()
func (*BucketPlannerState) ProtoReflect ¶ added in v0.30.0
func (x *BucketPlannerState) ProtoReflect() protoreflect.Message
func (*BucketPlannerState) Reset ¶ added in v0.30.0
func (x *BucketPlannerState) Reset()
func (*BucketPlannerState) String ¶ added in v0.30.0
func (x *BucketPlannerState) String() string
func (*BucketPlannerState) Validate ¶ added in v0.30.0
func (m *BucketPlannerState) Validate() error
Validate checks the field values on BucketPlannerState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*BucketPlannerState) ValidateAll ¶ added in v0.30.0
func (m *BucketPlannerState) ValidateAll() error
ValidateAll checks the field values on BucketPlannerState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BucketPlannerStateMultiError, or nil if none found.
type BucketPlannerStateMultiError ¶ added in v0.30.0
type BucketPlannerStateMultiError []error
BucketPlannerStateMultiError is an error wrapping multiple validation errors returned by BucketPlannerState.ValidateAll() if the designated constraints aren't met.
func (BucketPlannerStateMultiError) AllErrors ¶ added in v0.30.0
func (m BucketPlannerStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (BucketPlannerStateMultiError) Error ¶ added in v0.30.0
func (m BucketPlannerStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type BucketPlannerStateValidationError ¶ added in v0.30.0
type BucketPlannerStateValidationError struct {
// contains filtered or unexported fields
}
BucketPlannerStateValidationError is the validation error returned by BucketPlannerState.Validate if the designated constraints aren't met.
func (BucketPlannerStateValidationError) Cause ¶ added in v0.30.0
func (e BucketPlannerStateValidationError) Cause() error
Cause function returns cause value.
func (BucketPlannerStateValidationError) Error ¶ added in v0.30.0
func (e BucketPlannerStateValidationError) Error() string
Error satisfies the builtin error interface
func (BucketPlannerStateValidationError) ErrorName ¶ added in v0.30.0
func (e BucketPlannerStateValidationError) ErrorName() string
ErrorName returns error name.
func (BucketPlannerStateValidationError) Field ¶ added in v0.30.0
func (e BucketPlannerStateValidationError) Field() string
Field function returns field value.
func (BucketPlannerStateValidationError) Key ¶ added in v0.30.0
func (e BucketPlannerStateValidationError) Key() bool
Key function returns key value.
func (BucketPlannerStateValidationError) Reason ¶ added in v0.30.0
func (e BucketPlannerStateValidationError) Reason() string
Reason function returns reason value.
type BucketPlannerValidationError ¶ added in v0.30.0
type BucketPlannerValidationError struct {
// contains filtered or unexported fields
}
BucketPlannerValidationError is the validation error returned by BucketPlanner.Validate if the designated constraints aren't met.
func (BucketPlannerValidationError) Cause ¶ added in v0.30.0
func (e BucketPlannerValidationError) Cause() error
Cause function returns cause value.
func (BucketPlannerValidationError) Error ¶ added in v0.30.0
func (e BucketPlannerValidationError) Error() string
Error satisfies the builtin error interface
func (BucketPlannerValidationError) ErrorName ¶ added in v0.30.0
func (e BucketPlannerValidationError) ErrorName() string
ErrorName returns error name.
func (BucketPlannerValidationError) Field ¶ added in v0.30.0
func (e BucketPlannerValidationError) Field() string
Field function returns field value.
func (BucketPlannerValidationError) Key ¶ added in v0.30.0
func (e BucketPlannerValidationError) Key() bool
Key function returns key value.
func (BucketPlannerValidationError) Reason ¶ added in v0.30.0
func (e BucketPlannerValidationError) Reason() string
Reason function returns reason value.
type BuiltinMeasure ¶ added in v0.33.2
type BuiltinMeasure int32
const ( BuiltinMeasure_BUILTIN_MEASURE_UNSPECIFIED BuiltinMeasure = 0 BuiltinMeasure_BUILTIN_MEASURE_COUNT BuiltinMeasure = 1 BuiltinMeasure_BUILTIN_MEASURE_COUNT_DISTINCT BuiltinMeasure = 2 )
func (BuiltinMeasure) Descriptor ¶ added in v0.33.2
func (BuiltinMeasure) Descriptor() protoreflect.EnumDescriptor
func (BuiltinMeasure) Enum ¶ added in v0.33.2
func (x BuiltinMeasure) Enum() *BuiltinMeasure
func (BuiltinMeasure) EnumDescriptor
deprecated
added in
v0.33.2
func (BuiltinMeasure) EnumDescriptor() ([]byte, []int)
Deprecated: Use BuiltinMeasure.Descriptor instead.
func (BuiltinMeasure) Number ¶ added in v0.33.2
func (x BuiltinMeasure) Number() protoreflect.EnumNumber
func (BuiltinMeasure) String ¶ added in v0.33.2
func (x BuiltinMeasure) String() string
func (BuiltinMeasure) Type ¶ added in v0.33.2
func (BuiltinMeasure) Type() protoreflect.EnumType
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 }
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 CharLocation ¶ added in v0.30.0
type CharLocation struct { Line uint32 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"` // contains filtered or unexported fields }
func (*CharLocation) Descriptor
deprecated
added in
v0.30.0
func (*CharLocation) Descriptor() ([]byte, []int)
Deprecated: Use CharLocation.ProtoReflect.Descriptor instead.
func (*CharLocation) GetLine ¶ added in v0.30.0
func (x *CharLocation) GetLine() uint32
func (*CharLocation) ProtoMessage ¶ added in v0.30.0
func (*CharLocation) ProtoMessage()
func (*CharLocation) ProtoReflect ¶ added in v0.30.0
func (x *CharLocation) ProtoReflect() protoreflect.Message
func (*CharLocation) Reset ¶ added in v0.30.0
func (x *CharLocation) Reset()
func (*CharLocation) String ¶ added in v0.30.0
func (x *CharLocation) String() string
func (*CharLocation) Validate ¶ added in v0.30.0
func (m *CharLocation) Validate() error
Validate checks the field values on CharLocation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CharLocation) ValidateAll ¶ added in v0.30.0
func (m *CharLocation) ValidateAll() error
ValidateAll checks the field values on CharLocation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CharLocationMultiError, or nil if none found.
type CharLocationMultiError ¶ added in v0.30.0
type CharLocationMultiError []error
CharLocationMultiError is an error wrapping multiple validation errors returned by CharLocation.ValidateAll() if the designated constraints aren't met.
func (CharLocationMultiError) AllErrors ¶ added in v0.30.0
func (m CharLocationMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CharLocationMultiError) Error ¶ added in v0.30.0
func (m CharLocationMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CharLocationValidationError ¶ added in v0.30.0
type CharLocationValidationError struct {
// contains filtered or unexported fields
}
CharLocationValidationError is the validation error returned by CharLocation.Validate if the designated constraints aren't met.
func (CharLocationValidationError) Cause ¶ added in v0.30.0
func (e CharLocationValidationError) Cause() error
Cause function returns cause value.
func (CharLocationValidationError) Error ¶ added in v0.30.0
func (e CharLocationValidationError) Error() string
Error satisfies the builtin error interface
func (CharLocationValidationError) ErrorName ¶ added in v0.30.0
func (e CharLocationValidationError) ErrorName() string
ErrorName returns error name.
func (CharLocationValidationError) Field ¶ added in v0.30.0
func (e CharLocationValidationError) Field() string
Field function returns field value.
func (CharLocationValidationError) Key ¶ added in v0.30.0
func (e CharLocationValidationError) Key() bool
Key function returns key value.
func (CharLocationValidationError) Reason ¶ added in v0.30.0
func (e CharLocationValidationError) Reason() string
Reason function returns reason value.
type Color ¶ added in v0.38.0
type Color struct { Red float32 `protobuf:"fixed32,1,opt,name=red,proto3" json:"red,omitempty"` Green float32 `protobuf:"fixed32,2,opt,name=green,proto3" json:"green,omitempty"` Blue float32 `protobuf:"fixed32,3,opt,name=blue,proto3" json:"blue,omitempty"` Alpha float32 `protobuf:"fixed32,4,opt,name=alpha,proto3" json:"alpha,omitempty"` // contains filtered or unexported fields }
func (*Color) Descriptor
deprecated
added in
v0.38.0
func (*Color) ProtoMessage ¶ added in v0.38.0
func (*Color) ProtoMessage()
func (*Color) ProtoReflect ¶ added in v0.38.0
func (x *Color) ProtoReflect() protoreflect.Message
func (*Color) Validate ¶ added in v0.38.0
Validate checks the field values on Color with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Color) ValidateAll ¶ added in v0.38.0
ValidateAll checks the field values on Color with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColorMultiError, or nil if none found.
type ColorMultiError ¶ added in v0.38.0
type ColorMultiError []error
ColorMultiError is an error wrapping multiple validation errors returned by Color.ValidateAll() if the designated constraints aren't met.
func (ColorMultiError) AllErrors ¶ added in v0.38.0
func (m ColorMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColorMultiError) Error ¶ added in v0.38.0
func (m ColorMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ColorValidationError ¶ added in v0.38.0
type ColorValidationError struct {
// contains filtered or unexported fields
}
ColorValidationError is the validation error returned by Color.Validate if the designated constraints aren't met.
func (ColorValidationError) Cause ¶ added in v0.38.0
func (e ColorValidationError) Cause() error
Cause function returns cause value.
func (ColorValidationError) Error ¶ added in v0.38.0
func (e ColorValidationError) Error() string
Error satisfies the builtin error interface
func (ColorValidationError) ErrorName ¶ added in v0.38.0
func (e ColorValidationError) ErrorName() string
ErrorName returns error name.
func (ColorValidationError) Field ¶ added in v0.38.0
func (e ColorValidationError) Field() string
Field function returns field value.
func (ColorValidationError) Key ¶ added in v0.38.0
func (e ColorValidationError) Key() bool
Key function returns key value.
func (ColorValidationError) Reason ¶ added in v0.38.0
func (e ColorValidationError) Reason() string
Reason function returns reason value.
type ColumnCardinalityRequest ¶ added in v0.22.0
type ColumnCardinalityRequest struct { 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 (*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 }
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 }
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 }
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 }
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 }
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 }
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 }
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 }
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 }
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"` 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"` TimeZone string `protobuf:"bytes,10,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` // contains filtered or unexported fields }
func (*ColumnTimeSeriesRequest) Descriptor
deprecated
added in
v0.22.0
func (*ColumnTimeSeriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ColumnTimeSeriesRequest.ProtoReflect.Descriptor instead.
func (*ColumnTimeSeriesRequest) 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) GetTimeZone ¶ added in v0.30.0
func (x *ColumnTimeSeriesRequest) GetTimeZone() string
func (*ColumnTimeSeriesRequest) GetTimestampColumnName ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest) GetTimestampColumnName() string
func (*ColumnTimeSeriesRequest) ProtoMessage ¶ added in v0.22.0
func (*ColumnTimeSeriesRequest) ProtoMessage()
func (*ColumnTimeSeriesRequest) ProtoReflect ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest) ProtoReflect() protoreflect.Message
func (*ColumnTimeSeriesRequest) Reset ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest) Reset()
func (*ColumnTimeSeriesRequest) String ¶ added in v0.22.0
func (x *ColumnTimeSeriesRequest) String() string
func (*ColumnTimeSeriesRequest) Validate ¶ added in v0.22.0
func (m *ColumnTimeSeriesRequest) Validate() error
Validate checks the field values on ColumnTimeSeriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ColumnTimeSeriesRequest) ValidateAll ¶ added in v0.22.0
func (m *ColumnTimeSeriesRequest) ValidateAll() error
ValidateAll checks the field values on ColumnTimeSeriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ColumnTimeSeriesRequestMultiError, or nil if none found.
type ColumnTimeSeriesRequestMultiError ¶ added in v0.22.0
type ColumnTimeSeriesRequestMultiError []error
ColumnTimeSeriesRequestMultiError is an error wrapping multiple validation errors returned by ColumnTimeSeriesRequest.ValidateAll() if the designated constraints aren't met.
func (ColumnTimeSeriesRequestMultiError) AllErrors ¶ added in v0.22.0
func (m ColumnTimeSeriesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ColumnTimeSeriesRequestMultiError) Error ¶ added in v0.22.0
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 }
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 Condition ¶ added in v0.39.0
type Condition struct { Op Operation `protobuf:"varint,1,opt,name=op,proto3,enum=rill.runtime.v1.Operation" json:"op,omitempty"` Exprs []*Expression `protobuf:"bytes,2,rep,name=exprs,proto3" json:"exprs,omitempty"` // contains filtered or unexported fields }
func (*Condition) Descriptor
deprecated
added in
v0.39.0
func (*Condition) GetExprs ¶ added in v0.39.0
func (x *Condition) GetExprs() []*Expression
func (*Condition) ProtoMessage ¶ added in v0.39.0
func (*Condition) ProtoMessage()
func (*Condition) ProtoReflect ¶ added in v0.39.0
func (x *Condition) ProtoReflect() protoreflect.Message
func (*Condition) Validate ¶ added in v0.39.0
Validate checks the field values on Condition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Condition) ValidateAll ¶ added in v0.39.0
ValidateAll checks the field values on Condition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConditionMultiError, or nil if none found.
type ConditionMultiError ¶ added in v0.39.0
type ConditionMultiError []error
ConditionMultiError is an error wrapping multiple validation errors returned by Condition.ValidateAll() if the designated constraints aren't met.
func (ConditionMultiError) AllErrors ¶ added in v0.39.0
func (m ConditionMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConditionMultiError) Error ¶ added in v0.39.0
func (m ConditionMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ConditionValidationError ¶ added in v0.39.0
type ConditionValidationError struct {
// contains filtered or unexported fields
}
ConditionValidationError is the validation error returned by Condition.Validate if the designated constraints aren't met.
func (ConditionValidationError) Cause ¶ added in v0.39.0
func (e ConditionValidationError) Cause() error
Cause function returns cause value.
func (ConditionValidationError) Error ¶ added in v0.39.0
func (e ConditionValidationError) Error() string
Error satisfies the builtin error interface
func (ConditionValidationError) ErrorName ¶ added in v0.39.0
func (e ConditionValidationError) ErrorName() string
ErrorName returns error name.
func (ConditionValidationError) Field ¶ added in v0.39.0
func (e ConditionValidationError) Field() string
Field function returns field value.
func (ConditionValidationError) Key ¶ added in v0.39.0
func (e ConditionValidationError) Key() bool
Key function returns key value.
func (ConditionValidationError) Reason ¶ added in v0.39.0
func (e ConditionValidationError) Reason() string
Reason function returns reason value.
type Connector ¶
type Connector struct { // Type of the connector. One of the infra driver supported. Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"` // Name of the connector Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Config for the connector Config map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*Connector) Descriptor
deprecated
func (*Connector) 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 ConnectorServiceClient ¶ added in v0.27.0
type ConnectorServiceClient interface { // ScanConnectors scans the artifacts for connectors and returns information about // the connectors referenced in the artifacts. The information includes name,type and // credentials for the connector. ScanConnectors(ctx context.Context, in *ScanConnectorsRequest, opts ...grpc.CallOption) (*ScanConnectorsResponse, error) // S3ListBuckets lists buckets accessible with the configured credentials. S3ListBuckets(ctx context.Context, in *S3ListBucketsRequest, opts ...grpc.CallOption) (*S3ListBucketsResponse, error) // S3ListBuckets lists objects for the given bucket. S3ListObjects(ctx context.Context, in *S3ListObjectsRequest, opts ...grpc.CallOption) (*S3ListObjectsResponse, error) // S3GetBucketMetadata returns metadata for the given bucket. S3GetBucketMetadata(ctx context.Context, in *S3GetBucketMetadataRequest, opts ...grpc.CallOption) (*S3GetBucketMetadataResponse, error) // S3GetCredentialsInfo returns metadata for the given bucket. S3GetCredentialsInfo(ctx context.Context, in *S3GetCredentialsInfoRequest, opts ...grpc.CallOption) (*S3GetCredentialsInfoResponse, error) // GCSListBuckets lists buckets accessible with the configured credentials. GCSListBuckets(ctx context.Context, in *GCSListBucketsRequest, opts ...grpc.CallOption) (*GCSListBucketsResponse, error) // GCSListObjects lists objects for the given bucket. GCSListObjects(ctx context.Context, in *GCSListObjectsRequest, opts ...grpc.CallOption) (*GCSListObjectsResponse, error) // GCSGetCredentialsInfo returns metadata for the given bucket. GCSGetCredentialsInfo(ctx context.Context, in *GCSGetCredentialsInfoRequest, opts ...grpc.CallOption) (*GCSGetCredentialsInfoResponse, error) // OLAPListTables list all tables across all databases on motherduck OLAPListTables(ctx context.Context, in *OLAPListTablesRequest, opts ...grpc.CallOption) (*OLAPListTablesResponse, error) // OLAPGetTable returns metadata about a table or view in an OLAP OLAPGetTable(ctx context.Context, in *OLAPGetTableRequest, opts ...grpc.CallOption) (*OLAPGetTableResponse, error) // BigQueryListDatasets list all datasets in a bigquery project BigQueryListDatasets(ctx context.Context, in *BigQueryListDatasetsRequest, opts ...grpc.CallOption) (*BigQueryListDatasetsResponse, error) // BigQueryListTables list all tables in a bigquery project:dataset BigQueryListTables(ctx context.Context, in *BigQueryListTablesRequest, opts ...grpc.CallOption) (*BigQueryListTablesResponse, error) }
ConnectorServiceClient is the client API for ConnectorService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewConnectorServiceClient ¶ added in v0.27.0
func NewConnectorServiceClient(cc grpc.ClientConnInterface) ConnectorServiceClient
type ConnectorServiceServer ¶ added in v0.27.0
type ConnectorServiceServer interface { // ScanConnectors scans the artifacts for connectors and returns information about // the connectors referenced in the artifacts. The information includes name,type and // credentials for the connector. ScanConnectors(context.Context, *ScanConnectorsRequest) (*ScanConnectorsResponse, error) // S3ListBuckets lists buckets accessible with the configured credentials. S3ListBuckets(context.Context, *S3ListBucketsRequest) (*S3ListBucketsResponse, error) // S3ListBuckets lists objects for the given bucket. S3ListObjects(context.Context, *S3ListObjectsRequest) (*S3ListObjectsResponse, error) // S3GetBucketMetadata returns metadata for the given bucket. S3GetBucketMetadata(context.Context, *S3GetBucketMetadataRequest) (*S3GetBucketMetadataResponse, error) // S3GetCredentialsInfo returns metadata for the given bucket. S3GetCredentialsInfo(context.Context, *S3GetCredentialsInfoRequest) (*S3GetCredentialsInfoResponse, error) // GCSListBuckets lists buckets accessible with the configured credentials. GCSListBuckets(context.Context, *GCSListBucketsRequest) (*GCSListBucketsResponse, error) // GCSListObjects lists objects for the given bucket. GCSListObjects(context.Context, *GCSListObjectsRequest) (*GCSListObjectsResponse, error) // GCSGetCredentialsInfo returns metadata for the given bucket. GCSGetCredentialsInfo(context.Context, *GCSGetCredentialsInfoRequest) (*GCSGetCredentialsInfoResponse, error) // OLAPListTables list all tables across all databases on motherduck OLAPListTables(context.Context, *OLAPListTablesRequest) (*OLAPListTablesResponse, error) // OLAPGetTable returns metadata about a table or view in an OLAP OLAPGetTable(context.Context, *OLAPGetTableRequest) (*OLAPGetTableResponse, error) // BigQueryListDatasets list all datasets in a bigquery project BigQueryListDatasets(context.Context, *BigQueryListDatasetsRequest) (*BigQueryListDatasetsResponse, error) // BigQueryListTables list all tables in a bigquery project:dataset BigQueryListTables(context.Context, *BigQueryListTablesRequest) (*BigQueryListTablesResponse, error) // contains filtered or unexported methods }
ConnectorServiceServer is the server API for ConnectorService service. All implementations must embed UnimplementedConnectorServiceServer for forward compatibility
type ConnectorSpec ¶ added in v0.32.0
type ConnectorSpec 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 []*ConnectorSpec_Property `protobuf:"bytes,4,rep,name=properties,proto3" json:"properties,omitempty"` // contains filtered or unexported fields }
ConnectorSpec represents a connector available in the runtime. It should not be confused with a source.
func (*ConnectorSpec) Descriptor
deprecated
added in
v0.32.0
func (*ConnectorSpec) Descriptor() ([]byte, []int)
Deprecated: Use ConnectorSpec.ProtoReflect.Descriptor instead.
func (*ConnectorSpec) GetDescription ¶ added in v0.32.0
func (x *ConnectorSpec) GetDescription() string
func (*ConnectorSpec) GetDisplayName ¶ added in v0.32.0
func (x *ConnectorSpec) GetDisplayName() string
func (*ConnectorSpec) GetName ¶ added in v0.32.0
func (x *ConnectorSpec) GetName() string
func (*ConnectorSpec) GetProperties ¶ added in v0.32.0
func (x *ConnectorSpec) GetProperties() []*ConnectorSpec_Property
func (*ConnectorSpec) ProtoMessage ¶ added in v0.32.0
func (*ConnectorSpec) ProtoMessage()
func (*ConnectorSpec) ProtoReflect ¶ added in v0.32.0
func (x *ConnectorSpec) ProtoReflect() protoreflect.Message
func (*ConnectorSpec) Reset ¶ added in v0.32.0
func (x *ConnectorSpec) Reset()
func (*ConnectorSpec) String ¶ added in v0.32.0
func (x *ConnectorSpec) String() string
func (*ConnectorSpec) Validate ¶ added in v0.32.0
func (m *ConnectorSpec) Validate() error
Validate checks the field values on ConnectorSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ConnectorSpec) ValidateAll ¶ added in v0.32.0
func (m *ConnectorSpec) ValidateAll() error
ValidateAll checks the field values on ConnectorSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ConnectorSpecMultiError, or nil if none found.
type ConnectorSpecMultiError ¶ added in v0.32.0
type ConnectorSpecMultiError []error
ConnectorSpecMultiError is an error wrapping multiple validation errors returned by ConnectorSpec.ValidateAll() if the designated constraints aren't met.
func (ConnectorSpecMultiError) AllErrors ¶ added in v0.32.0
func (m ConnectorSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConnectorSpecMultiError) Error ¶ added in v0.32.0
func (m ConnectorSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ConnectorSpecValidationError ¶ added in v0.32.0
type ConnectorSpecValidationError struct {
// contains filtered or unexported fields
}
ConnectorSpecValidationError is the validation error returned by ConnectorSpec.Validate if the designated constraints aren't met.
func (ConnectorSpecValidationError) Cause ¶ added in v0.32.0
func (e ConnectorSpecValidationError) Cause() error
Cause function returns cause value.
func (ConnectorSpecValidationError) Error ¶ added in v0.32.0
func (e ConnectorSpecValidationError) Error() string
Error satisfies the builtin error interface
func (ConnectorSpecValidationError) ErrorName ¶ added in v0.32.0
func (e ConnectorSpecValidationError) ErrorName() string
ErrorName returns error name.
func (ConnectorSpecValidationError) Field ¶ added in v0.32.0
func (e ConnectorSpecValidationError) Field() string
Field function returns field value.
func (ConnectorSpecValidationError) Key ¶ added in v0.32.0
func (e ConnectorSpecValidationError) Key() bool
Key function returns key value.
func (ConnectorSpecValidationError) Reason ¶ added in v0.32.0
func (e ConnectorSpecValidationError) Reason() string
Reason function returns reason value.
type ConnectorSpec_Property ¶ added in v0.32.0
type ConnectorSpec_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 ConnectorSpec_Property_Type `protobuf:"varint,5,opt,name=type,proto3,enum=rill.runtime.v1.ConnectorSpec_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 (*ConnectorSpec_Property) Descriptor
deprecated
added in
v0.32.0
func (*ConnectorSpec_Property) Descriptor() ([]byte, []int)
Deprecated: Use ConnectorSpec_Property.ProtoReflect.Descriptor instead.
func (*ConnectorSpec_Property) GetDescription ¶ added in v0.32.0
func (x *ConnectorSpec_Property) GetDescription() string
func (*ConnectorSpec_Property) GetDisplayName ¶ added in v0.32.0
func (x *ConnectorSpec_Property) GetDisplayName() string
func (*ConnectorSpec_Property) GetHint ¶ added in v0.32.0
func (x *ConnectorSpec_Property) GetHint() string
func (*ConnectorSpec_Property) GetHref ¶ added in v0.32.0
func (x *ConnectorSpec_Property) GetHref() string
func (*ConnectorSpec_Property) GetKey ¶ added in v0.32.0
func (x *ConnectorSpec_Property) GetKey() string
func (*ConnectorSpec_Property) GetNullable ¶ added in v0.32.0
func (x *ConnectorSpec_Property) GetNullable() bool
func (*ConnectorSpec_Property) GetPlaceholder ¶ added in v0.32.0
func (x *ConnectorSpec_Property) GetPlaceholder() string
func (*ConnectorSpec_Property) GetType ¶ added in v0.32.0
func (x *ConnectorSpec_Property) GetType() ConnectorSpec_Property_Type
func (*ConnectorSpec_Property) ProtoMessage ¶ added in v0.32.0
func (*ConnectorSpec_Property) ProtoMessage()
func (*ConnectorSpec_Property) ProtoReflect ¶ added in v0.32.0
func (x *ConnectorSpec_Property) ProtoReflect() protoreflect.Message
func (*ConnectorSpec_Property) Reset ¶ added in v0.32.0
func (x *ConnectorSpec_Property) Reset()
func (*ConnectorSpec_Property) String ¶ added in v0.32.0
func (x *ConnectorSpec_Property) String() string
func (*ConnectorSpec_Property) Validate ¶ added in v0.32.0
func (m *ConnectorSpec_Property) Validate() error
Validate checks the field values on ConnectorSpec_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 (*ConnectorSpec_Property) ValidateAll ¶ added in v0.32.0
func (m *ConnectorSpec_Property) ValidateAll() error
ValidateAll checks the field values on ConnectorSpec_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 ConnectorSpec_PropertyMultiError, or nil if none found.
type ConnectorSpec_PropertyMultiError ¶ added in v0.32.0
type ConnectorSpec_PropertyMultiError []error
ConnectorSpec_PropertyMultiError is an error wrapping multiple validation errors returned by ConnectorSpec_Property.ValidateAll() if the designated constraints aren't met.
func (ConnectorSpec_PropertyMultiError) AllErrors ¶ added in v0.32.0
func (m ConnectorSpec_PropertyMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ConnectorSpec_PropertyMultiError) Error ¶ added in v0.32.0
func (m ConnectorSpec_PropertyMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ConnectorSpec_PropertyValidationError ¶ added in v0.32.0
type ConnectorSpec_PropertyValidationError struct {
// contains filtered or unexported fields
}
ConnectorSpec_PropertyValidationError is the validation error returned by ConnectorSpec_Property.Validate if the designated constraints aren't met.
func (ConnectorSpec_PropertyValidationError) Cause ¶ added in v0.32.0
func (e ConnectorSpec_PropertyValidationError) Cause() error
Cause function returns cause value.
func (ConnectorSpec_PropertyValidationError) Error ¶ added in v0.32.0
func (e ConnectorSpec_PropertyValidationError) Error() string
Error satisfies the builtin error interface
func (ConnectorSpec_PropertyValidationError) ErrorName ¶ added in v0.32.0
func (e ConnectorSpec_PropertyValidationError) ErrorName() string
ErrorName returns error name.
func (ConnectorSpec_PropertyValidationError) Field ¶ added in v0.32.0
func (e ConnectorSpec_PropertyValidationError) Field() string
Field function returns field value.
func (ConnectorSpec_PropertyValidationError) Key ¶ added in v0.32.0
func (e ConnectorSpec_PropertyValidationError) Key() bool
Key function returns key value.
func (ConnectorSpec_PropertyValidationError) Reason ¶ added in v0.32.0
func (e ConnectorSpec_PropertyValidationError) Reason() string
Reason function returns reason value.
type ConnectorSpec_Property_Type ¶ added in v0.32.0
type ConnectorSpec_Property_Type int32
Type represents the field type
const ( ConnectorSpec_Property_TYPE_UNSPECIFIED ConnectorSpec_Property_Type = 0 ConnectorSpec_Property_TYPE_STRING ConnectorSpec_Property_Type = 1 ConnectorSpec_Property_TYPE_NUMBER ConnectorSpec_Property_Type = 2 ConnectorSpec_Property_TYPE_BOOLEAN ConnectorSpec_Property_Type = 3 ConnectorSpec_Property_TYPE_INFORMATIONAL ConnectorSpec_Property_Type = 4 )
func (ConnectorSpec_Property_Type) Descriptor ¶ added in v0.32.0
func (ConnectorSpec_Property_Type) Descriptor() protoreflect.EnumDescriptor
func (ConnectorSpec_Property_Type) Enum ¶ added in v0.32.0
func (x ConnectorSpec_Property_Type) Enum() *ConnectorSpec_Property_Type
func (ConnectorSpec_Property_Type) EnumDescriptor
deprecated
added in
v0.32.0
func (ConnectorSpec_Property_Type) EnumDescriptor() ([]byte, []int)
Deprecated: Use ConnectorSpec_Property_Type.Descriptor instead.
func (ConnectorSpec_Property_Type) Number ¶ added in v0.32.0
func (x ConnectorSpec_Property_Type) Number() protoreflect.EnumNumber
func (ConnectorSpec_Property_Type) String ¶ added in v0.32.0
func (x ConnectorSpec_Property_Type) String() string
func (ConnectorSpec_Property_Type) Type ¶ added in v0.32.0
func (ConnectorSpec_Property_Type) Type() protoreflect.EnumType
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 CreateInstanceRequest ¶
type CreateInstanceRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` OlapConnector string `protobuf:"bytes,2,opt,name=olap_connector,json=olapConnector,proto3" json:"olap_connector,omitempty"` RepoConnector string `protobuf:"bytes,4,opt,name=repo_connector,json=repoConnector,proto3" json:"repo_connector,omitempty"` AdminConnector string `protobuf:"bytes,15,opt,name=admin_connector,json=adminConnector,proto3" json:"admin_connector,omitempty"` Connectors []*Connector `protobuf:"bytes,10,rep,name=connectors,proto3" json:"connectors,omitempty"` Variables map[string]string `` /* 159-byte string literal not displayed */ Annotations map[string]string `` /* 163-byte string literal not displayed */ EmbedCatalog bool `protobuf:"varint,6,opt,name=embed_catalog,json=embedCatalog,proto3" json:"embed_catalog,omitempty"` WatchRepo bool `protobuf:"varint,11,opt,name=watch_repo,json=watchRepo,proto3" json:"watch_repo,omitempty"` StageChanges bool `protobuf:"varint,12,opt,name=stage_changes,json=stageChanges,proto3" json:"stage_changes,omitempty"` ModelDefaultMaterialize bool `` /* 134-byte string literal not displayed */ ModelMaterializeDelaySeconds uint32 `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for RuntimeService.CreateInstance. See message Instance for field descriptions.
func (*CreateInstanceRequest) Descriptor
deprecated
func (*CreateInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateInstanceRequest.ProtoReflect.Descriptor instead.
func (*CreateInstanceRequest) GetAdminConnector ¶ added in v0.37.0
func (x *CreateInstanceRequest) GetAdminConnector() string
func (*CreateInstanceRequest) GetAnnotations ¶ added in v0.31.0
func (x *CreateInstanceRequest) GetAnnotations() map[string]string
func (*CreateInstanceRequest) GetConnectors ¶ added in v0.32.0
func (x *CreateInstanceRequest) GetConnectors() []*Connector
func (*CreateInstanceRequest) GetEmbedCatalog ¶
func (x *CreateInstanceRequest) GetEmbedCatalog() bool
func (*CreateInstanceRequest) GetInstanceId ¶
func (x *CreateInstanceRequest) GetInstanceId() string
func (*CreateInstanceRequest) GetModelDefaultMaterialize ¶ added in v0.35.0
func (x *CreateInstanceRequest) GetModelDefaultMaterialize() bool
func (*CreateInstanceRequest) GetModelMaterializeDelaySeconds ¶ added in v0.35.0
func (x *CreateInstanceRequest) GetModelMaterializeDelaySeconds() uint32
func (*CreateInstanceRequest) GetOlapConnector ¶ added in v0.33.2
func (x *CreateInstanceRequest) GetOlapConnector() string
func (*CreateInstanceRequest) GetRepoConnector ¶ added in v0.33.2
func (x *CreateInstanceRequest) GetRepoConnector() string
func (*CreateInstanceRequest) GetStageChanges ¶ added in v0.35.0
func (x *CreateInstanceRequest) GetStageChanges() bool
func (*CreateInstanceRequest) GetVariables ¶ added in v0.23.0
func (x *CreateInstanceRequest) GetVariables() map[string]string
func (*CreateInstanceRequest) GetWatchRepo ¶ added in v0.35.0
func (x *CreateInstanceRequest) GetWatchRepo() bool
func (*CreateInstanceRequest) ProtoMessage ¶
func (*CreateInstanceRequest) ProtoMessage()
func (*CreateInstanceRequest) ProtoReflect ¶
func (x *CreateInstanceRequest) ProtoReflect() protoreflect.Message
func (*CreateInstanceRequest) Reset ¶
func (x *CreateInstanceRequest) Reset()
func (*CreateInstanceRequest) String ¶
func (x *CreateInstanceRequest) String() string
func (*CreateInstanceRequest) Validate ¶ added in v0.20.0
func (m *CreateInstanceRequest) Validate() error
Validate checks the field values on CreateInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateInstanceRequest) ValidateAll ¶ added in v0.20.0
func (m *CreateInstanceRequest) ValidateAll() error
ValidateAll checks the field values on CreateInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateInstanceRequestMultiError, or nil if none found.
type CreateInstanceRequestMultiError ¶ added in v0.20.0
type CreateInstanceRequestMultiError []error
CreateInstanceRequestMultiError is an error wrapping multiple validation errors returned by CreateInstanceRequest.ValidateAll() if the designated constraints aren't met.
func (CreateInstanceRequestMultiError) AllErrors ¶ added in v0.20.0
func (m CreateInstanceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateInstanceRequestMultiError) Error ¶ added in v0.20.0
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 CreateTriggerRequest ¶ added in v0.32.0
type CreateTriggerRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // Types that are assignable to Trigger: // // *CreateTriggerRequest_PullTriggerSpec // *CreateTriggerRequest_RefreshTriggerSpec Trigger isCreateTriggerRequest_Trigger `protobuf_oneof:"trigger"` // contains filtered or unexported fields }
func (*CreateTriggerRequest) Descriptor
deprecated
added in
v0.32.0
func (*CreateTriggerRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTriggerRequest.ProtoReflect.Descriptor instead.
func (*CreateTriggerRequest) GetInstanceId ¶ added in v0.32.0
func (x *CreateTriggerRequest) GetInstanceId() string
func (*CreateTriggerRequest) GetPullTriggerSpec ¶ added in v0.32.0
func (x *CreateTriggerRequest) GetPullTriggerSpec() *PullTriggerSpec
func (*CreateTriggerRequest) GetRefreshTriggerSpec ¶ added in v0.32.0
func (x *CreateTriggerRequest) GetRefreshTriggerSpec() *RefreshTriggerSpec
func (*CreateTriggerRequest) GetTrigger ¶ added in v0.32.0
func (m *CreateTriggerRequest) GetTrigger() isCreateTriggerRequest_Trigger
func (*CreateTriggerRequest) ProtoMessage ¶ added in v0.32.0
func (*CreateTriggerRequest) ProtoMessage()
func (*CreateTriggerRequest) ProtoReflect ¶ added in v0.32.0
func (x *CreateTriggerRequest) ProtoReflect() protoreflect.Message
func (*CreateTriggerRequest) Reset ¶ added in v0.32.0
func (x *CreateTriggerRequest) Reset()
func (*CreateTriggerRequest) String ¶ added in v0.32.0
func (x *CreateTriggerRequest) String() string
func (*CreateTriggerRequest) Validate ¶ added in v0.32.0
func (m *CreateTriggerRequest) Validate() error
Validate checks the field values on CreateTriggerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateTriggerRequest) ValidateAll ¶ added in v0.32.0
func (m *CreateTriggerRequest) ValidateAll() error
ValidateAll checks the field values on CreateTriggerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTriggerRequestMultiError, or nil if none found.
type CreateTriggerRequestMultiError ¶ added in v0.32.0
type CreateTriggerRequestMultiError []error
CreateTriggerRequestMultiError is an error wrapping multiple validation errors returned by CreateTriggerRequest.ValidateAll() if the designated constraints aren't met.
func (CreateTriggerRequestMultiError) AllErrors ¶ added in v0.32.0
func (m CreateTriggerRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTriggerRequestMultiError) Error ¶ added in v0.32.0
func (m CreateTriggerRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTriggerRequestValidationError ¶ added in v0.32.0
type CreateTriggerRequestValidationError struct {
// contains filtered or unexported fields
}
CreateTriggerRequestValidationError is the validation error returned by CreateTriggerRequest.Validate if the designated constraints aren't met.
func (CreateTriggerRequestValidationError) Cause ¶ added in v0.32.0
func (e CreateTriggerRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateTriggerRequestValidationError) Error ¶ added in v0.32.0
func (e CreateTriggerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTriggerRequestValidationError) ErrorName ¶ added in v0.32.0
func (e CreateTriggerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTriggerRequestValidationError) Field ¶ added in v0.32.0
func (e CreateTriggerRequestValidationError) Field() string
Field function returns field value.
func (CreateTriggerRequestValidationError) Key ¶ added in v0.32.0
func (e CreateTriggerRequestValidationError) Key() bool
Key function returns key value.
func (CreateTriggerRequestValidationError) Reason ¶ added in v0.32.0
func (e CreateTriggerRequestValidationError) Reason() string
Reason function returns reason value.
type CreateTriggerRequest_PullTriggerSpec ¶ added in v0.32.0
type CreateTriggerRequest_PullTriggerSpec struct {
PullTriggerSpec *PullTriggerSpec `protobuf:"bytes,2,opt,name=pull_trigger_spec,json=pullTriggerSpec,proto3,oneof"`
}
type CreateTriggerRequest_RefreshTriggerSpec ¶ added in v0.32.0
type CreateTriggerRequest_RefreshTriggerSpec struct {
RefreshTriggerSpec *RefreshTriggerSpec `protobuf:"bytes,3,opt,name=refresh_trigger_spec,json=refreshTriggerSpec,proto3,oneof"`
}
type CreateTriggerResponse ¶ added in v0.32.0
type CreateTriggerResponse struct {
// contains filtered or unexported fields
}
func (*CreateTriggerResponse) Descriptor
deprecated
added in
v0.32.0
func (*CreateTriggerResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTriggerResponse.ProtoReflect.Descriptor instead.
func (*CreateTriggerResponse) ProtoMessage ¶ added in v0.32.0
func (*CreateTriggerResponse) ProtoMessage()
func (*CreateTriggerResponse) ProtoReflect ¶ added in v0.32.0
func (x *CreateTriggerResponse) ProtoReflect() protoreflect.Message
func (*CreateTriggerResponse) Reset ¶ added in v0.32.0
func (x *CreateTriggerResponse) Reset()
func (*CreateTriggerResponse) String ¶ added in v0.32.0
func (x *CreateTriggerResponse) String() string
func (*CreateTriggerResponse) Validate ¶ added in v0.32.0
func (m *CreateTriggerResponse) Validate() error
Validate checks the field values on CreateTriggerResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*CreateTriggerResponse) ValidateAll ¶ added in v0.32.0
func (m *CreateTriggerResponse) ValidateAll() error
ValidateAll checks the field values on CreateTriggerResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateTriggerResponseMultiError, or nil if none found.
type CreateTriggerResponseMultiError ¶ added in v0.32.0
type CreateTriggerResponseMultiError []error
CreateTriggerResponseMultiError is an error wrapping multiple validation errors returned by CreateTriggerResponse.ValidateAll() if the designated constraints aren't met.
func (CreateTriggerResponseMultiError) AllErrors ¶ added in v0.32.0
func (m CreateTriggerResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateTriggerResponseMultiError) Error ¶ added in v0.32.0
func (m CreateTriggerResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type CreateTriggerResponseValidationError ¶ added in v0.32.0
type CreateTriggerResponseValidationError struct {
// contains filtered or unexported fields
}
CreateTriggerResponseValidationError is the validation error returned by CreateTriggerResponse.Validate if the designated constraints aren't met.
func (CreateTriggerResponseValidationError) Cause ¶ added in v0.32.0
func (e CreateTriggerResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateTriggerResponseValidationError) Error ¶ added in v0.32.0
func (e CreateTriggerResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateTriggerResponseValidationError) ErrorName ¶ added in v0.32.0
func (e CreateTriggerResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateTriggerResponseValidationError) Field ¶ added in v0.32.0
func (e CreateTriggerResponseValidationError) Field() string
Field function returns field value.
func (CreateTriggerResponseValidationError) Key ¶ added in v0.32.0
func (e CreateTriggerResponseValidationError) Key() bool
Key function returns key value.
func (CreateTriggerResponseValidationError) Reason ¶ added in v0.32.0
func (e CreateTriggerResponseValidationError) 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 DependencyError ¶ added in v0.30.0
type DependencyError struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` Dependency string `protobuf:"bytes,2,opt,name=dependency,proto3" json:"dependency,omitempty"` // contains filtered or unexported fields }
func (*DependencyError) Descriptor
deprecated
added in
v0.30.0
func (*DependencyError) Descriptor() ([]byte, []int)
Deprecated: Use DependencyError.ProtoReflect.Descriptor instead.
func (*DependencyError) GetDependency ¶ added in v0.30.0
func (x *DependencyError) GetDependency() string
func (*DependencyError) GetMessage ¶ added in v0.30.0
func (x *DependencyError) GetMessage() string
func (*DependencyError) ProtoMessage ¶ added in v0.30.0
func (*DependencyError) ProtoMessage()
func (*DependencyError) ProtoReflect ¶ added in v0.30.0
func (x *DependencyError) ProtoReflect() protoreflect.Message
func (*DependencyError) Reset ¶ added in v0.30.0
func (x *DependencyError) Reset()
func (*DependencyError) String ¶ added in v0.30.0
func (x *DependencyError) String() string
func (*DependencyError) Validate ¶ added in v0.30.0
func (m *DependencyError) Validate() error
Validate checks the field values on DependencyError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*DependencyError) ValidateAll ¶ added in v0.30.0
func (m *DependencyError) ValidateAll() error
ValidateAll checks the field values on DependencyError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DependencyErrorMultiError, or nil if none found.
type DependencyErrorMultiError ¶ added in v0.30.0
type DependencyErrorMultiError []error
DependencyErrorMultiError is an error wrapping multiple validation errors returned by DependencyError.ValidateAll() if the designated constraints aren't met.
func (DependencyErrorMultiError) AllErrors ¶ added in v0.30.0
func (m DependencyErrorMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DependencyErrorMultiError) Error ¶ added in v0.30.0
func (m DependencyErrorMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DependencyErrorValidationError ¶ added in v0.30.0
type DependencyErrorValidationError struct {
// contains filtered or unexported fields
}
DependencyErrorValidationError is the validation error returned by DependencyError.Validate if the designated constraints aren't met.
func (DependencyErrorValidationError) Cause ¶ added in v0.30.0
func (e DependencyErrorValidationError) Cause() error
Cause function returns cause value.
func (DependencyErrorValidationError) Error ¶ added in v0.30.0
func (e DependencyErrorValidationError) Error() string
Error satisfies the builtin error interface
func (DependencyErrorValidationError) ErrorName ¶ added in v0.30.0
func (e DependencyErrorValidationError) ErrorName() string
ErrorName returns error name.
func (DependencyErrorValidationError) Field ¶ added in v0.30.0
func (e DependencyErrorValidationError) Field() string
Field function returns field value.
func (DependencyErrorValidationError) Key ¶ added in v0.30.0
func (e DependencyErrorValidationError) Key() bool
Key function returns key value.
func (DependencyErrorValidationError) Reason ¶ added in v0.30.0
func (e DependencyErrorValidationError) 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"` OlapConnector *string `protobuf:"bytes,2,opt,name=olap_connector,json=olapConnector,proto3,oneof" json:"olap_connector,omitempty"` RepoConnector *string `protobuf:"bytes,4,opt,name=repo_connector,json=repoConnector,proto3,oneof" json:"repo_connector,omitempty"` AdminConnector *string `protobuf:"bytes,16,opt,name=admin_connector,json=adminConnector,proto3,oneof" json:"admin_connector,omitempty"` Connectors []*Connector `protobuf:"bytes,9,rep,name=connectors,proto3" json:"connectors,omitempty"` Variables map[string]string `` /* 160-byte string literal not displayed */ Annotations map[string]string `` /* 164-byte string literal not displayed */ EmbedCatalog *bool `protobuf:"varint,6,opt,name=embed_catalog,json=embedCatalog,proto3,oneof" json:"embed_catalog,omitempty"` WatchRepo *bool `protobuf:"varint,11,opt,name=watch_repo,json=watchRepo,proto3,oneof" json:"watch_repo,omitempty"` StageChanges *bool `protobuf:"varint,12,opt,name=stage_changes,json=stageChanges,proto3,oneof" json:"stage_changes,omitempty"` ModelDefaultMaterialize *bool `` /* 140-byte string literal not displayed */ ModelMaterializeDelaySeconds *uint32 `` /* 157-byte string literal not displayed */ // contains filtered or unexported fields }
Request message for RuntimeService.EditInstance. See message Instance for field descriptions.
func (*EditInstanceRequest) Descriptor
deprecated
added in
v0.23.0
func (*EditInstanceRequest) Descriptor() ([]byte, []int)
Deprecated: Use EditInstanceRequest.ProtoReflect.Descriptor instead.
func (*EditInstanceRequest) GetAdminConnector ¶ added in v0.37.0
func (x *EditInstanceRequest) GetAdminConnector() string
func (*EditInstanceRequest) GetAnnotations ¶ added in v0.32.0
func (x *EditInstanceRequest) GetAnnotations() map[string]string
func (*EditInstanceRequest) GetConnectors ¶ added in v0.32.0
func (x *EditInstanceRequest) GetConnectors() []*Connector
func (*EditInstanceRequest) GetEmbedCatalog ¶ added in v0.23.0
func (x *EditInstanceRequest) GetEmbedCatalog() bool
func (*EditInstanceRequest) GetInstanceId ¶ added in v0.23.0
func (x *EditInstanceRequest) GetInstanceId() string
func (*EditInstanceRequest) GetModelDefaultMaterialize ¶ added in v0.35.0
func (x *EditInstanceRequest) GetModelDefaultMaterialize() bool
func (*EditInstanceRequest) GetModelMaterializeDelaySeconds ¶ added in v0.35.0
func (x *EditInstanceRequest) GetModelMaterializeDelaySeconds() uint32
func (*EditInstanceRequest) GetOlapConnector ¶ added in v0.33.2
func (x *EditInstanceRequest) GetOlapConnector() string
func (*EditInstanceRequest) GetRepoConnector ¶ added in v0.33.2
func (x *EditInstanceRequest) GetRepoConnector() string
func (*EditInstanceRequest) GetStageChanges ¶ added in v0.35.0
func (x *EditInstanceRequest) GetStageChanges() bool
func (*EditInstanceRequest) GetVariables ¶ added in v0.23.0
func (x *EditInstanceRequest) GetVariables() map[string]string
func (*EditInstanceRequest) GetWatchRepo ¶ added in v0.35.0
func (x *EditInstanceRequest) GetWatchRepo() bool
func (*EditInstanceRequest) ProtoMessage ¶ added in v0.23.0
func (*EditInstanceRequest) ProtoMessage()
func (*EditInstanceRequest) ProtoReflect ¶ added in v0.23.0
func (x *EditInstanceRequest) ProtoReflect() protoreflect.Message
func (*EditInstanceRequest) Reset ¶ added in v0.23.0
func (x *EditInstanceRequest) Reset()
func (*EditInstanceRequest) String ¶ added in v0.23.0
func (x *EditInstanceRequest) String() string
func (*EditInstanceRequest) Validate ¶ added in v0.23.0
func (m *EditInstanceRequest) Validate() error
Validate checks the field values on EditInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*EditInstanceRequest) ValidateAll ¶ added in v0.23.0
func (m *EditInstanceRequest) ValidateAll() error
ValidateAll checks the field values on EditInstanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EditInstanceRequestMultiError, or nil if none found.
type EditInstanceRequestMultiError ¶ added in v0.23.0
type EditInstanceRequestMultiError []error
EditInstanceRequestMultiError is an error wrapping multiple validation errors returned by EditInstanceRequest.ValidateAll() if the designated constraints aren't met.
func (EditInstanceRequestMultiError) AllErrors ¶ added in v0.23.0
func (m EditInstanceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (EditInstanceRequestMultiError) Error ¶ added in v0.23.0
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 Example ¶ added in v0.26.0
type Example struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
Example contains metadata about an example project that is available for unpacking.
func (*Example) Descriptor
deprecated
added in
v0.26.0
func (*Example) GetDescription ¶ added in v0.26.0
func (*Example) ProtoMessage ¶ added in v0.26.0
func (*Example) ProtoMessage()
func (*Example) ProtoReflect ¶ added in v0.26.0
func (x *Example) ProtoReflect() protoreflect.Message
func (*Example) Validate ¶ added in v0.26.0
Validate checks the field values on Example with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Example) ValidateAll ¶ added in v0.26.0
ValidateAll checks the field values on Example with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExampleMultiError, or nil if none found.
type ExampleMultiError ¶ added in v0.26.0
type ExampleMultiError []error
ExampleMultiError is an error wrapping multiple validation errors returned by Example.ValidateAll() if the designated constraints aren't met.
func (ExampleMultiError) AllErrors ¶ added in v0.26.0
func (m ExampleMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExampleMultiError) Error ¶ added in v0.26.0
func (m ExampleMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExampleValidationError ¶ added in v0.26.0
type ExampleValidationError struct {
// contains filtered or unexported fields
}
ExampleValidationError is the validation error returned by Example.Validate if the designated constraints aren't met.
func (ExampleValidationError) Cause ¶ added in v0.26.0
func (e ExampleValidationError) Cause() error
Cause function returns cause value.
func (ExampleValidationError) Error ¶ added in v0.26.0
func (e ExampleValidationError) Error() string
Error satisfies the builtin error interface
func (ExampleValidationError) ErrorName ¶ added in v0.26.0
func (e ExampleValidationError) ErrorName() string
ErrorName returns error name.
func (ExampleValidationError) Field ¶ added in v0.26.0
func (e ExampleValidationError) Field() string
Field function returns field value.
func (ExampleValidationError) Key ¶ added in v0.26.0
func (e ExampleValidationError) Key() bool
Key function returns key value.
func (ExampleValidationError) Reason ¶ added in v0.26.0
func (e ExampleValidationError) Reason() string
Reason function returns reason value.
type ExecutionError ¶ added in v0.30.0
type ExecutionError struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*ExecutionError) Descriptor
deprecated
added in
v0.30.0
func (*ExecutionError) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionError.ProtoReflect.Descriptor instead.
func (*ExecutionError) GetMessage ¶ added in v0.30.0
func (x *ExecutionError) GetMessage() string
func (*ExecutionError) ProtoMessage ¶ added in v0.30.0
func (*ExecutionError) ProtoMessage()
func (*ExecutionError) ProtoReflect ¶ added in v0.30.0
func (x *ExecutionError) ProtoReflect() protoreflect.Message
func (*ExecutionError) Reset ¶ added in v0.30.0
func (x *ExecutionError) Reset()
func (*ExecutionError) String ¶ added in v0.30.0
func (x *ExecutionError) String() string
func (*ExecutionError) Validate ¶ added in v0.30.0
func (m *ExecutionError) Validate() error
Validate checks the field values on ExecutionError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ExecutionError) ValidateAll ¶ added in v0.30.0
func (m *ExecutionError) ValidateAll() error
ValidateAll checks the field values on ExecutionError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExecutionErrorMultiError, or nil if none found.
type ExecutionErrorMultiError ¶ added in v0.30.0
type ExecutionErrorMultiError []error
ExecutionErrorMultiError is an error wrapping multiple validation errors returned by ExecutionError.ValidateAll() if the designated constraints aren't met.
func (ExecutionErrorMultiError) AllErrors ¶ added in v0.30.0
func (m ExecutionErrorMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExecutionErrorMultiError) Error ¶ added in v0.30.0
func (m ExecutionErrorMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExecutionErrorValidationError ¶ added in v0.30.0
type ExecutionErrorValidationError struct {
// contains filtered or unexported fields
}
ExecutionErrorValidationError is the validation error returned by ExecutionError.Validate if the designated constraints aren't met.
func (ExecutionErrorValidationError) Cause ¶ added in v0.30.0
func (e ExecutionErrorValidationError) Cause() error
Cause function returns cause value.
func (ExecutionErrorValidationError) Error ¶ added in v0.30.0
func (e ExecutionErrorValidationError) Error() string
Error satisfies the builtin error interface
func (ExecutionErrorValidationError) ErrorName ¶ added in v0.30.0
func (e ExecutionErrorValidationError) ErrorName() string
ErrorName returns error name.
func (ExecutionErrorValidationError) Field ¶ added in v0.30.0
func (e ExecutionErrorValidationError) Field() string
Field function returns field value.
func (ExecutionErrorValidationError) Key ¶ added in v0.30.0
func (e ExecutionErrorValidationError) Key() bool
Key function returns key value.
func (ExecutionErrorValidationError) Reason ¶ added in v0.30.0
func (e ExecutionErrorValidationError) Reason() string
Reason function returns reason value.
type ExportFormat ¶ added in v0.27.3
type ExportFormat int32
const ( ExportFormat_EXPORT_FORMAT_UNSPECIFIED ExportFormat = 0 ExportFormat_EXPORT_FORMAT_CSV ExportFormat = 1 ExportFormat_EXPORT_FORMAT_XLSX ExportFormat = 2 ExportFormat_EXPORT_FORMAT_PARQUET ExportFormat = 3 )
func (ExportFormat) Descriptor ¶ added in v0.27.3
func (ExportFormat) Descriptor() protoreflect.EnumDescriptor
func (ExportFormat) Enum ¶ added in v0.27.3
func (x ExportFormat) Enum() *ExportFormat
func (ExportFormat) EnumDescriptor
deprecated
added in
v0.27.3
func (ExportFormat) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExportFormat.Descriptor instead.
func (ExportFormat) Number ¶ added in v0.27.3
func (x ExportFormat) Number() protoreflect.EnumNumber
func (ExportFormat) String ¶ added in v0.27.3
func (x ExportFormat) String() string
func (ExportFormat) Type ¶ added in v0.27.3
func (ExportFormat) Type() protoreflect.EnumType
type ExportRequest ¶ added in v0.27.3
type ExportRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Limit int64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"` Format ExportFormat `protobuf:"varint,3,opt,name=format,proto3,enum=rill.runtime.v1.ExportFormat" json:"format,omitempty"` Query *Query `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"` BakedQuery string `protobuf:"bytes,5,opt,name=baked_query,json=bakedQuery,proto3" json:"baked_query,omitempty"` // contains filtered or unexported fields }
func (*ExportRequest) Descriptor
deprecated
added in
v0.27.3
func (*ExportRequest) Descriptor() ([]byte, []int)
Deprecated: Use ExportRequest.ProtoReflect.Descriptor instead.
func (*ExportRequest) GetBakedQuery ¶ added in v0.36.0
func (x *ExportRequest) GetBakedQuery() string
func (*ExportRequest) GetFormat ¶ added in v0.27.3
func (x *ExportRequest) GetFormat() ExportFormat
func (*ExportRequest) GetInstanceId ¶ added in v0.27.3
func (x *ExportRequest) GetInstanceId() string
func (*ExportRequest) GetLimit ¶ added in v0.27.3
func (x *ExportRequest) GetLimit() int64
func (*ExportRequest) GetQuery ¶ added in v0.36.0
func (x *ExportRequest) GetQuery() *Query
func (*ExportRequest) ProtoMessage ¶ added in v0.27.3
func (*ExportRequest) ProtoMessage()
func (*ExportRequest) ProtoReflect ¶ added in v0.27.3
func (x *ExportRequest) ProtoReflect() protoreflect.Message
func (*ExportRequest) Reset ¶ added in v0.27.3
func (x *ExportRequest) Reset()
func (*ExportRequest) String ¶ added in v0.27.3
func (x *ExportRequest) String() string
func (*ExportRequest) Validate ¶ added in v0.27.3
func (m *ExportRequest) Validate() error
Validate checks the field values on ExportRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ExportRequest) ValidateAll ¶ added in v0.27.3
func (m *ExportRequest) ValidateAll() error
ValidateAll checks the field values on ExportRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExportRequestMultiError, or nil if none found.
type ExportRequestMultiError ¶ added in v0.27.3
type ExportRequestMultiError []error
ExportRequestMultiError is an error wrapping multiple validation errors returned by ExportRequest.ValidateAll() if the designated constraints aren't met.
func (ExportRequestMultiError) AllErrors ¶ added in v0.27.3
func (m ExportRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExportRequestMultiError) Error ¶ added in v0.27.3
func (m ExportRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExportRequestValidationError ¶ added in v0.27.3
type ExportRequestValidationError struct {
// contains filtered or unexported fields
}
ExportRequestValidationError is the validation error returned by ExportRequest.Validate if the designated constraints aren't met.
func (ExportRequestValidationError) Cause ¶ added in v0.27.3
func (e ExportRequestValidationError) Cause() error
Cause function returns cause value.
func (ExportRequestValidationError) Error ¶ added in v0.27.3
func (e ExportRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ExportRequestValidationError) ErrorName ¶ added in v0.27.3
func (e ExportRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ExportRequestValidationError) Field ¶ added in v0.27.3
func (e ExportRequestValidationError) Field() string
Field function returns field value.
func (ExportRequestValidationError) Key ¶ added in v0.27.3
func (e ExportRequestValidationError) Key() bool
Key function returns key value.
func (ExportRequestValidationError) Reason ¶ added in v0.27.3
func (e ExportRequestValidationError) Reason() string
Reason function returns reason value.
type ExportResponse ¶ added in v0.27.3
type ExportResponse struct { DownloadUrlPath string `protobuf:"bytes,1,opt,name=download_url_path,json=downloadUrlPath,proto3" json:"download_url_path,omitempty"` // contains filtered or unexported fields }
func (*ExportResponse) Descriptor
deprecated
added in
v0.27.3
func (*ExportResponse) Descriptor() ([]byte, []int)
Deprecated: Use ExportResponse.ProtoReflect.Descriptor instead.
func (*ExportResponse) GetDownloadUrlPath ¶ added in v0.27.3
func (x *ExportResponse) GetDownloadUrlPath() string
func (*ExportResponse) ProtoMessage ¶ added in v0.27.3
func (*ExportResponse) ProtoMessage()
func (*ExportResponse) ProtoReflect ¶ added in v0.27.3
func (x *ExportResponse) ProtoReflect() protoreflect.Message
func (*ExportResponse) Reset ¶ added in v0.27.3
func (x *ExportResponse) Reset()
func (*ExportResponse) String ¶ added in v0.27.3
func (x *ExportResponse) String() string
func (*ExportResponse) Validate ¶ added in v0.27.3
func (m *ExportResponse) Validate() error
Validate checks the field values on ExportResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ExportResponse) ValidateAll ¶ added in v0.27.3
func (m *ExportResponse) ValidateAll() error
ValidateAll checks the field values on ExportResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExportResponseMultiError, or nil if none found.
type ExportResponseMultiError ¶ added in v0.27.3
type ExportResponseMultiError []error
ExportResponseMultiError is an error wrapping multiple validation errors returned by ExportResponse.ValidateAll() if the designated constraints aren't met.
func (ExportResponseMultiError) AllErrors ¶ added in v0.27.3
func (m ExportResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExportResponseMultiError) Error ¶ added in v0.27.3
func (m ExportResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExportResponseValidationError ¶ added in v0.27.3
type ExportResponseValidationError struct {
// contains filtered or unexported fields
}
ExportResponseValidationError is the validation error returned by ExportResponse.Validate if the designated constraints aren't met.
func (ExportResponseValidationError) Cause ¶ added in v0.27.3
func (e ExportResponseValidationError) Cause() error
Cause function returns cause value.
func (ExportResponseValidationError) Error ¶ added in v0.27.3
func (e ExportResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ExportResponseValidationError) ErrorName ¶ added in v0.27.3
func (e ExportResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ExportResponseValidationError) Field ¶ added in v0.27.3
func (e ExportResponseValidationError) Field() string
Field function returns field value.
func (ExportResponseValidationError) Key ¶ added in v0.27.3
func (e ExportResponseValidationError) Key() bool
Key function returns key value.
func (ExportResponseValidationError) Reason ¶ added in v0.27.3
func (e ExportResponseValidationError) Reason() string
Reason function returns reason value.
type Expression ¶ added in v0.39.0
type Expression struct { // Types that are assignable to Expression: // // *Expression_Ident // *Expression_Val // *Expression_Cond Expression isExpression_Expression `protobuf_oneof:"expression"` // contains filtered or unexported fields }
func (*Expression) Descriptor
deprecated
added in
v0.39.0
func (*Expression) Descriptor() ([]byte, []int)
Deprecated: Use Expression.ProtoReflect.Descriptor instead.
func (*Expression) GetCond ¶ added in v0.39.0
func (x *Expression) GetCond() *Condition
func (*Expression) GetExpression ¶ added in v0.39.0
func (m *Expression) GetExpression() isExpression_Expression
func (*Expression) GetIdent ¶ added in v0.39.0
func (x *Expression) GetIdent() string
func (*Expression) GetVal ¶ added in v0.39.0
func (x *Expression) GetVal() *structpb.Value
func (*Expression) ProtoMessage ¶ added in v0.39.0
func (*Expression) ProtoMessage()
func (*Expression) ProtoReflect ¶ added in v0.39.0
func (x *Expression) ProtoReflect() protoreflect.Message
func (*Expression) Reset ¶ added in v0.39.0
func (x *Expression) Reset()
func (*Expression) String ¶ added in v0.39.0
func (x *Expression) String() string
func (*Expression) Validate ¶ added in v0.39.0
func (m *Expression) Validate() error
Validate checks the field values on Expression with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Expression) ValidateAll ¶ added in v0.39.0
func (m *Expression) ValidateAll() error
ValidateAll checks the field values on Expression with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ExpressionMultiError, or nil if none found.
type ExpressionMultiError ¶ added in v0.39.0
type ExpressionMultiError []error
ExpressionMultiError is an error wrapping multiple validation errors returned by Expression.ValidateAll() if the designated constraints aren't met.
func (ExpressionMultiError) AllErrors ¶ added in v0.39.0
func (m ExpressionMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ExpressionMultiError) Error ¶ added in v0.39.0
func (m ExpressionMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ExpressionValidationError ¶ added in v0.39.0
type ExpressionValidationError struct {
// contains filtered or unexported fields
}
ExpressionValidationError is the validation error returned by Expression.Validate if the designated constraints aren't met.
func (ExpressionValidationError) Cause ¶ added in v0.39.0
func (e ExpressionValidationError) Cause() error
Cause function returns cause value.
func (ExpressionValidationError) Error ¶ added in v0.39.0
func (e ExpressionValidationError) Error() string
Error satisfies the builtin error interface
func (ExpressionValidationError) ErrorName ¶ added in v0.39.0
func (e ExpressionValidationError) ErrorName() string
ErrorName returns error name.
func (ExpressionValidationError) Field ¶ added in v0.39.0
func (e ExpressionValidationError) Field() string
Field function returns field value.
func (ExpressionValidationError) Key ¶ added in v0.39.0
func (e ExpressionValidationError) Key() bool
Key function returns key value.
func (ExpressionValidationError) Reason ¶ added in v0.39.0
func (e ExpressionValidationError) Reason() string
Reason function returns reason value.
type Expression_Cond ¶ added in v0.39.0
type Expression_Cond struct {
Cond *Condition `protobuf:"bytes,3,opt,name=cond,proto3,oneof"`
}
type Expression_Ident ¶ added in v0.39.0
type Expression_Ident struct {
Ident string `protobuf:"bytes,1,opt,name=ident,proto3,oneof"`
}
type Expression_Val ¶ added in v0.39.0
type FileEvent ¶ added in v0.30.0
type FileEvent int32
FileEvent describes a file change.
func (FileEvent) Descriptor ¶ added in v0.30.0
func (FileEvent) Descriptor() protoreflect.EnumDescriptor
func (FileEvent) EnumDescriptor
deprecated
added in
v0.30.0
func (FileEvent) Number ¶ added in v0.30.0
func (x FileEvent) Number() protoreflect.EnumNumber
func (FileEvent) Type ¶ added in v0.30.0
func (FileEvent) Type() protoreflect.EnumType
type GCSGetCredentialsInfoRequest ¶ added in v0.27.0
type GCSGetCredentialsInfoRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` // contains filtered or unexported fields }
func (*GCSGetCredentialsInfoRequest) Descriptor
deprecated
added in
v0.27.0
func (*GCSGetCredentialsInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use GCSGetCredentialsInfoRequest.ProtoReflect.Descriptor instead.
func (*GCSGetCredentialsInfoRequest) GetConnector ¶ added in v0.31.0
func (x *GCSGetCredentialsInfoRequest) GetConnector() string
func (*GCSGetCredentialsInfoRequest) GetInstanceId ¶ added in v0.31.0
func (x *GCSGetCredentialsInfoRequest) GetInstanceId() string
func (*GCSGetCredentialsInfoRequest) ProtoMessage ¶ added in v0.27.0
func (*GCSGetCredentialsInfoRequest) ProtoMessage()
func (*GCSGetCredentialsInfoRequest) ProtoReflect ¶ added in v0.27.0
func (x *GCSGetCredentialsInfoRequest) ProtoReflect() protoreflect.Message
func (*GCSGetCredentialsInfoRequest) Reset ¶ added in v0.27.0
func (x *GCSGetCredentialsInfoRequest) Reset()
func (*GCSGetCredentialsInfoRequest) String ¶ added in v0.27.0
func (x *GCSGetCredentialsInfoRequest) String() string
func (*GCSGetCredentialsInfoRequest) Validate ¶ added in v0.27.0
func (m *GCSGetCredentialsInfoRequest) Validate() error
Validate checks the field values on GCSGetCredentialsInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GCSGetCredentialsInfoRequest) ValidateAll ¶ added in v0.27.0
func (m *GCSGetCredentialsInfoRequest) ValidateAll() error
ValidateAll checks the field values on GCSGetCredentialsInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSGetCredentialsInfoRequestMultiError, or nil if none found.
type GCSGetCredentialsInfoRequestMultiError ¶ added in v0.27.0
type GCSGetCredentialsInfoRequestMultiError []error
GCSGetCredentialsInfoRequestMultiError is an error wrapping multiple validation errors returned by GCSGetCredentialsInfoRequest.ValidateAll() if the designated constraints aren't met.
func (GCSGetCredentialsInfoRequestMultiError) AllErrors ¶ added in v0.27.0
func (m GCSGetCredentialsInfoRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GCSGetCredentialsInfoRequestMultiError) Error ¶ added in v0.27.0
func (m GCSGetCredentialsInfoRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GCSGetCredentialsInfoRequestValidationError ¶ added in v0.27.0
type GCSGetCredentialsInfoRequestValidationError struct {
// contains filtered or unexported fields
}
GCSGetCredentialsInfoRequestValidationError is the validation error returned by GCSGetCredentialsInfoRequest.Validate if the designated constraints aren't met.
func (GCSGetCredentialsInfoRequestValidationError) Cause ¶ added in v0.27.0
func (e GCSGetCredentialsInfoRequestValidationError) Cause() error
Cause function returns cause value.
func (GCSGetCredentialsInfoRequestValidationError) Error ¶ added in v0.27.0
func (e GCSGetCredentialsInfoRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GCSGetCredentialsInfoRequestValidationError) ErrorName ¶ added in v0.27.0
func (e GCSGetCredentialsInfoRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GCSGetCredentialsInfoRequestValidationError) Field ¶ added in v0.27.0
func (e GCSGetCredentialsInfoRequestValidationError) Field() string
Field function returns field value.
func (GCSGetCredentialsInfoRequestValidationError) Key ¶ added in v0.27.0
func (e GCSGetCredentialsInfoRequestValidationError) Key() bool
Key function returns key value.
func (GCSGetCredentialsInfoRequestValidationError) Reason ¶ added in v0.27.0
func (e GCSGetCredentialsInfoRequestValidationError) Reason() string
Reason function returns reason value.
type GCSGetCredentialsInfoResponse ¶ added in v0.27.0
type GCSGetCredentialsInfoResponse struct { Exist bool `protobuf:"varint,1,opt,name=exist,proto3" json:"exist,omitempty"` ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
func (*GCSGetCredentialsInfoResponse) Descriptor
deprecated
added in
v0.27.0
func (*GCSGetCredentialsInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use GCSGetCredentialsInfoResponse.ProtoReflect.Descriptor instead.
func (*GCSGetCredentialsInfoResponse) GetExist ¶ added in v0.27.0
func (x *GCSGetCredentialsInfoResponse) GetExist() bool
func (*GCSGetCredentialsInfoResponse) GetProjectId ¶ added in v0.27.0
func (x *GCSGetCredentialsInfoResponse) GetProjectId() string
func (*GCSGetCredentialsInfoResponse) ProtoMessage ¶ added in v0.27.0
func (*GCSGetCredentialsInfoResponse) ProtoMessage()
func (*GCSGetCredentialsInfoResponse) ProtoReflect ¶ added in v0.27.0
func (x *GCSGetCredentialsInfoResponse) ProtoReflect() protoreflect.Message
func (*GCSGetCredentialsInfoResponse) Reset ¶ added in v0.27.0
func (x *GCSGetCredentialsInfoResponse) Reset()
func (*GCSGetCredentialsInfoResponse) String ¶ added in v0.27.0
func (x *GCSGetCredentialsInfoResponse) String() string
func (*GCSGetCredentialsInfoResponse) Validate ¶ added in v0.27.0
func (m *GCSGetCredentialsInfoResponse) Validate() error
Validate checks the field values on GCSGetCredentialsInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GCSGetCredentialsInfoResponse) ValidateAll ¶ added in v0.27.0
func (m *GCSGetCredentialsInfoResponse) ValidateAll() error
ValidateAll checks the field values on GCSGetCredentialsInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSGetCredentialsInfoResponseMultiError, or nil if none found.
type GCSGetCredentialsInfoResponseMultiError ¶ added in v0.27.0
type GCSGetCredentialsInfoResponseMultiError []error
GCSGetCredentialsInfoResponseMultiError is an error wrapping multiple validation errors returned by GCSGetCredentialsInfoResponse.ValidateAll() if the designated constraints aren't met.
func (GCSGetCredentialsInfoResponseMultiError) AllErrors ¶ added in v0.27.0
func (m GCSGetCredentialsInfoResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GCSGetCredentialsInfoResponseMultiError) Error ¶ added in v0.27.0
func (m GCSGetCredentialsInfoResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GCSGetCredentialsInfoResponseValidationError ¶ added in v0.27.0
type GCSGetCredentialsInfoResponseValidationError struct {
// contains filtered or unexported fields
}
GCSGetCredentialsInfoResponseValidationError is the validation error returned by GCSGetCredentialsInfoResponse.Validate if the designated constraints aren't met.
func (GCSGetCredentialsInfoResponseValidationError) Cause ¶ added in v0.27.0
func (e GCSGetCredentialsInfoResponseValidationError) Cause() error
Cause function returns cause value.
func (GCSGetCredentialsInfoResponseValidationError) Error ¶ added in v0.27.0
func (e GCSGetCredentialsInfoResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GCSGetCredentialsInfoResponseValidationError) ErrorName ¶ added in v0.27.0
func (e GCSGetCredentialsInfoResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GCSGetCredentialsInfoResponseValidationError) Field ¶ added in v0.27.0
func (e GCSGetCredentialsInfoResponseValidationError) Field() string
Field function returns field value.
func (GCSGetCredentialsInfoResponseValidationError) Key ¶ added in v0.27.0
func (e GCSGetCredentialsInfoResponseValidationError) Key() bool
Key function returns key value.
func (GCSGetCredentialsInfoResponseValidationError) Reason ¶ added in v0.27.0
func (e GCSGetCredentialsInfoResponseValidationError) Reason() string
Reason function returns reason value.
type GCSListBucketsRequest ¶ added in v0.27.0
type GCSListBucketsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*GCSListBucketsRequest) Descriptor
deprecated
added in
v0.27.0
func (*GCSListBucketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GCSListBucketsRequest.ProtoReflect.Descriptor instead.
func (*GCSListBucketsRequest) GetConnector ¶ added in v0.31.0
func (x *GCSListBucketsRequest) GetConnector() string
func (*GCSListBucketsRequest) GetInstanceId ¶ added in v0.31.0
func (x *GCSListBucketsRequest) GetInstanceId() string
func (*GCSListBucketsRequest) GetPageSize ¶ added in v0.27.0
func (x *GCSListBucketsRequest) GetPageSize() uint32
func (*GCSListBucketsRequest) GetPageToken ¶ added in v0.27.0
func (x *GCSListBucketsRequest) GetPageToken() string
func (*GCSListBucketsRequest) ProtoMessage ¶ added in v0.27.0
func (*GCSListBucketsRequest) ProtoMessage()
func (*GCSListBucketsRequest) ProtoReflect ¶ added in v0.27.0
func (x *GCSListBucketsRequest) ProtoReflect() protoreflect.Message
func (*GCSListBucketsRequest) Reset ¶ added in v0.27.0
func (x *GCSListBucketsRequest) Reset()
func (*GCSListBucketsRequest) String ¶ added in v0.27.0
func (x *GCSListBucketsRequest) String() string
func (*GCSListBucketsRequest) Validate ¶ added in v0.27.0
func (m *GCSListBucketsRequest) Validate() error
Validate checks the field values on GCSListBucketsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GCSListBucketsRequest) ValidateAll ¶ added in v0.27.0
func (m *GCSListBucketsRequest) ValidateAll() error
ValidateAll checks the field values on GCSListBucketsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSListBucketsRequestMultiError, or nil if none found.
type GCSListBucketsRequestMultiError ¶ added in v0.27.0
type GCSListBucketsRequestMultiError []error
GCSListBucketsRequestMultiError is an error wrapping multiple validation errors returned by GCSListBucketsRequest.ValidateAll() if the designated constraints aren't met.
func (GCSListBucketsRequestMultiError) AllErrors ¶ added in v0.27.0
func (m GCSListBucketsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GCSListBucketsRequestMultiError) Error ¶ added in v0.27.0
func (m GCSListBucketsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GCSListBucketsRequestValidationError ¶ added in v0.27.0
type GCSListBucketsRequestValidationError struct {
// contains filtered or unexported fields
}
GCSListBucketsRequestValidationError is the validation error returned by GCSListBucketsRequest.Validate if the designated constraints aren't met.
func (GCSListBucketsRequestValidationError) Cause ¶ added in v0.27.0
func (e GCSListBucketsRequestValidationError) Cause() error
Cause function returns cause value.
func (GCSListBucketsRequestValidationError) Error ¶ added in v0.27.0
func (e GCSListBucketsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GCSListBucketsRequestValidationError) ErrorName ¶ added in v0.27.0
func (e GCSListBucketsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GCSListBucketsRequestValidationError) Field ¶ added in v0.27.0
func (e GCSListBucketsRequestValidationError) Field() string
Field function returns field value.
func (GCSListBucketsRequestValidationError) Key ¶ added in v0.27.0
func (e GCSListBucketsRequestValidationError) Key() bool
Key function returns key value.
func (GCSListBucketsRequestValidationError) Reason ¶ added in v0.27.0
func (e GCSListBucketsRequestValidationError) Reason() string
Reason function returns reason value.
type GCSListBucketsResponse ¶ added in v0.27.0
type GCSListBucketsResponse struct { NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` Buckets []string `protobuf:"bytes,2,rep,name=buckets,proto3" json:"buckets,omitempty"` // contains filtered or unexported fields }
func (*GCSListBucketsResponse) Descriptor
deprecated
added in
v0.27.0
func (*GCSListBucketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GCSListBucketsResponse.ProtoReflect.Descriptor instead.
func (*GCSListBucketsResponse) GetBuckets ¶ added in v0.27.0
func (x *GCSListBucketsResponse) GetBuckets() []string
func (*GCSListBucketsResponse) GetNextPageToken ¶ added in v0.27.0
func (x *GCSListBucketsResponse) GetNextPageToken() string
func (*GCSListBucketsResponse) ProtoMessage ¶ added in v0.27.0
func (*GCSListBucketsResponse) ProtoMessage()
func (*GCSListBucketsResponse) ProtoReflect ¶ added in v0.27.0
func (x *GCSListBucketsResponse) ProtoReflect() protoreflect.Message
func (*GCSListBucketsResponse) Reset ¶ added in v0.27.0
func (x *GCSListBucketsResponse) Reset()
func (*GCSListBucketsResponse) String ¶ added in v0.27.0
func (x *GCSListBucketsResponse) String() string
func (*GCSListBucketsResponse) Validate ¶ added in v0.27.0
func (m *GCSListBucketsResponse) Validate() error
Validate checks the field values on GCSListBucketsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GCSListBucketsResponse) ValidateAll ¶ added in v0.27.0
func (m *GCSListBucketsResponse) ValidateAll() error
ValidateAll checks the field values on GCSListBucketsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSListBucketsResponseMultiError, or nil if none found.
type GCSListBucketsResponseMultiError ¶ added in v0.27.0
type GCSListBucketsResponseMultiError []error
GCSListBucketsResponseMultiError is an error wrapping multiple validation errors returned by GCSListBucketsResponse.ValidateAll() if the designated constraints aren't met.
func (GCSListBucketsResponseMultiError) AllErrors ¶ added in v0.27.0
func (m GCSListBucketsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GCSListBucketsResponseMultiError) Error ¶ added in v0.27.0
func (m GCSListBucketsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GCSListBucketsResponseValidationError ¶ added in v0.27.0
type GCSListBucketsResponseValidationError struct {
// contains filtered or unexported fields
}
GCSListBucketsResponseValidationError is the validation error returned by GCSListBucketsResponse.Validate if the designated constraints aren't met.
func (GCSListBucketsResponseValidationError) Cause ¶ added in v0.27.0
func (e GCSListBucketsResponseValidationError) Cause() error
Cause function returns cause value.
func (GCSListBucketsResponseValidationError) Error ¶ added in v0.27.0
func (e GCSListBucketsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GCSListBucketsResponseValidationError) ErrorName ¶ added in v0.27.0
func (e GCSListBucketsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GCSListBucketsResponseValidationError) Field ¶ added in v0.27.0
func (e GCSListBucketsResponseValidationError) Field() string
Field function returns field value.
func (GCSListBucketsResponseValidationError) Key ¶ added in v0.27.0
func (e GCSListBucketsResponseValidationError) Key() bool
Key function returns key value.
func (GCSListBucketsResponseValidationError) Reason ¶ added in v0.27.0
func (e GCSListBucketsResponseValidationError) Reason() string
Reason function returns reason value.
type GCSListObjectsRequest ¶ added in v0.27.0
type GCSListObjectsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Bucket string `protobuf:"bytes,5,opt,name=bucket,proto3" json:"bucket,omitempty"` Prefix string `protobuf:"bytes,6,opt,name=prefix,proto3" json:"prefix,omitempty"` StartOffset string `protobuf:"bytes,7,opt,name=start_offset,json=startOffset,proto3" json:"start_offset,omitempty"` EndOffset string `protobuf:"bytes,8,opt,name=end_offset,json=endOffset,proto3" json:"end_offset,omitempty"` Delimiter string `protobuf:"bytes,9,opt,name=delimiter,proto3" json:"delimiter,omitempty"` // contains filtered or unexported fields }
func (*GCSListObjectsRequest) Descriptor
deprecated
added in
v0.27.0
func (*GCSListObjectsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GCSListObjectsRequest.ProtoReflect.Descriptor instead.
func (*GCSListObjectsRequest) GetBucket ¶ added in v0.27.0
func (x *GCSListObjectsRequest) GetBucket() string
func (*GCSListObjectsRequest) GetConnector ¶ added in v0.31.0
func (x *GCSListObjectsRequest) GetConnector() string
func (*GCSListObjectsRequest) GetDelimiter ¶ added in v0.27.0
func (x *GCSListObjectsRequest) GetDelimiter() string
func (*GCSListObjectsRequest) GetEndOffset ¶ added in v0.27.0
func (x *GCSListObjectsRequest) GetEndOffset() string
func (*GCSListObjectsRequest) GetInstanceId ¶ added in v0.31.0
func (x *GCSListObjectsRequest) GetInstanceId() string
func (*GCSListObjectsRequest) GetPageSize ¶ added in v0.27.0
func (x *GCSListObjectsRequest) GetPageSize() uint32
func (*GCSListObjectsRequest) GetPageToken ¶ added in v0.27.0
func (x *GCSListObjectsRequest) GetPageToken() string
func (*GCSListObjectsRequest) GetPrefix ¶ added in v0.27.0
func (x *GCSListObjectsRequest) GetPrefix() string
func (*GCSListObjectsRequest) GetStartOffset ¶ added in v0.27.0
func (x *GCSListObjectsRequest) GetStartOffset() string
func (*GCSListObjectsRequest) ProtoMessage ¶ added in v0.27.0
func (*GCSListObjectsRequest) ProtoMessage()
func (*GCSListObjectsRequest) ProtoReflect ¶ added in v0.27.0
func (x *GCSListObjectsRequest) ProtoReflect() protoreflect.Message
func (*GCSListObjectsRequest) Reset ¶ added in v0.27.0
func (x *GCSListObjectsRequest) Reset()
func (*GCSListObjectsRequest) String ¶ added in v0.27.0
func (x *GCSListObjectsRequest) String() string
func (*GCSListObjectsRequest) Validate ¶ added in v0.27.0
func (m *GCSListObjectsRequest) Validate() error
Validate checks the field values on GCSListObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GCSListObjectsRequest) ValidateAll ¶ added in v0.27.0
func (m *GCSListObjectsRequest) ValidateAll() error
ValidateAll checks the field values on GCSListObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSListObjectsRequestMultiError, or nil if none found.
type GCSListObjectsRequestMultiError ¶ added in v0.27.0
type GCSListObjectsRequestMultiError []error
GCSListObjectsRequestMultiError is an error wrapping multiple validation errors returned by GCSListObjectsRequest.ValidateAll() if the designated constraints aren't met.
func (GCSListObjectsRequestMultiError) AllErrors ¶ added in v0.27.0
func (m GCSListObjectsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GCSListObjectsRequestMultiError) Error ¶ added in v0.27.0
func (m GCSListObjectsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GCSListObjectsRequestValidationError ¶ added in v0.27.0
type GCSListObjectsRequestValidationError struct {
// contains filtered or unexported fields
}
GCSListObjectsRequestValidationError is the validation error returned by GCSListObjectsRequest.Validate if the designated constraints aren't met.
func (GCSListObjectsRequestValidationError) Cause ¶ added in v0.27.0
func (e GCSListObjectsRequestValidationError) Cause() error
Cause function returns cause value.
func (GCSListObjectsRequestValidationError) Error ¶ added in v0.27.0
func (e GCSListObjectsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GCSListObjectsRequestValidationError) ErrorName ¶ added in v0.27.0
func (e GCSListObjectsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GCSListObjectsRequestValidationError) Field ¶ added in v0.27.0
func (e GCSListObjectsRequestValidationError) Field() string
Field function returns field value.
func (GCSListObjectsRequestValidationError) Key ¶ added in v0.27.0
func (e GCSListObjectsRequestValidationError) Key() bool
Key function returns key value.
func (GCSListObjectsRequestValidationError) Reason ¶ added in v0.27.0
func (e GCSListObjectsRequestValidationError) Reason() string
Reason function returns reason value.
type GCSListObjectsResponse ¶ added in v0.27.0
type GCSListObjectsResponse struct { NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` Objects []*GCSObject `protobuf:"bytes,2,rep,name=objects,proto3" json:"objects,omitempty"` // contains filtered or unexported fields }
func (*GCSListObjectsResponse) Descriptor
deprecated
added in
v0.27.0
func (*GCSListObjectsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GCSListObjectsResponse.ProtoReflect.Descriptor instead.
func (*GCSListObjectsResponse) GetNextPageToken ¶ added in v0.27.0
func (x *GCSListObjectsResponse) GetNextPageToken() string
func (*GCSListObjectsResponse) GetObjects ¶ added in v0.27.0
func (x *GCSListObjectsResponse) GetObjects() []*GCSObject
func (*GCSListObjectsResponse) ProtoMessage ¶ added in v0.27.0
func (*GCSListObjectsResponse) ProtoMessage()
func (*GCSListObjectsResponse) ProtoReflect ¶ added in v0.27.0
func (x *GCSListObjectsResponse) ProtoReflect() protoreflect.Message
func (*GCSListObjectsResponse) Reset ¶ added in v0.27.0
func (x *GCSListObjectsResponse) Reset()
func (*GCSListObjectsResponse) String ¶ added in v0.27.0
func (x *GCSListObjectsResponse) String() string
func (*GCSListObjectsResponse) Validate ¶ added in v0.27.0
func (m *GCSListObjectsResponse) Validate() error
Validate checks the field values on GCSListObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GCSListObjectsResponse) ValidateAll ¶ added in v0.27.0
func (m *GCSListObjectsResponse) ValidateAll() error
ValidateAll checks the field values on GCSListObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSListObjectsResponseMultiError, or nil if none found.
type GCSListObjectsResponseMultiError ¶ added in v0.27.0
type GCSListObjectsResponseMultiError []error
GCSListObjectsResponseMultiError is an error wrapping multiple validation errors returned by GCSListObjectsResponse.ValidateAll() if the designated constraints aren't met.
func (GCSListObjectsResponseMultiError) AllErrors ¶ added in v0.27.0
func (m GCSListObjectsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GCSListObjectsResponseMultiError) Error ¶ added in v0.27.0
func (m GCSListObjectsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GCSListObjectsResponseValidationError ¶ added in v0.27.0
type GCSListObjectsResponseValidationError struct {
// contains filtered or unexported fields
}
GCSListObjectsResponseValidationError is the validation error returned by GCSListObjectsResponse.Validate if the designated constraints aren't met.
func (GCSListObjectsResponseValidationError) Cause ¶ added in v0.27.0
func (e GCSListObjectsResponseValidationError) Cause() error
Cause function returns cause value.
func (GCSListObjectsResponseValidationError) Error ¶ added in v0.27.0
func (e GCSListObjectsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GCSListObjectsResponseValidationError) ErrorName ¶ added in v0.27.0
func (e GCSListObjectsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GCSListObjectsResponseValidationError) Field ¶ added in v0.27.0
func (e GCSListObjectsResponseValidationError) Field() string
Field function returns field value.
func (GCSListObjectsResponseValidationError) Key ¶ added in v0.27.0
func (e GCSListObjectsResponseValidationError) Key() bool
Key function returns key value.
func (GCSListObjectsResponseValidationError) Reason ¶ added in v0.27.0
func (e GCSListObjectsResponseValidationError) Reason() string
Reason function returns reason value.
type GCSObject ¶ added in v0.27.0
type GCSObject struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ModifiedOn *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=modified_on,json=modifiedOn,proto3" json:"modified_on,omitempty"` Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` IsDir bool `protobuf:"varint,4,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"` // contains filtered or unexported fields }
func (*GCSObject) Descriptor
deprecated
added in
v0.27.0
func (*GCSObject) GetModifiedOn ¶ added in v0.27.0
func (x *GCSObject) GetModifiedOn() *timestamppb.Timestamp
func (*GCSObject) ProtoMessage ¶ added in v0.27.0
func (*GCSObject) ProtoMessage()
func (*GCSObject) ProtoReflect ¶ added in v0.27.0
func (x *GCSObject) ProtoReflect() protoreflect.Message
func (*GCSObject) Validate ¶ added in v0.27.0
Validate checks the field values on GCSObject with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GCSObject) ValidateAll ¶ added in v0.27.0
ValidateAll checks the field values on GCSObject with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GCSObjectMultiError, or nil if none found.
type GCSObjectMultiError ¶ added in v0.27.0
type GCSObjectMultiError []error
GCSObjectMultiError is an error wrapping multiple validation errors returned by GCSObject.ValidateAll() if the designated constraints aren't met.
func (GCSObjectMultiError) AllErrors ¶ added in v0.27.0
func (m GCSObjectMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GCSObjectMultiError) Error ¶ added in v0.27.0
func (m GCSObjectMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GCSObjectValidationError ¶ added in v0.27.0
type GCSObjectValidationError struct {
// contains filtered or unexported fields
}
GCSObjectValidationError is the validation error returned by GCSObject.Validate if the designated constraints aren't met.
func (GCSObjectValidationError) Cause ¶ added in v0.27.0
func (e GCSObjectValidationError) Cause() error
Cause function returns cause value.
func (GCSObjectValidationError) Error ¶ added in v0.27.0
func (e GCSObjectValidationError) Error() string
Error satisfies the builtin error interface
func (GCSObjectValidationError) ErrorName ¶ added in v0.27.0
func (e GCSObjectValidationError) ErrorName() string
ErrorName returns error name.
func (GCSObjectValidationError) Field ¶ added in v0.27.0
func (e GCSObjectValidationError) Field() string
Field function returns field value.
func (GCSObjectValidationError) Key ¶ added in v0.27.0
func (e GCSObjectValidationError) Key() bool
Key function returns key value.
func (GCSObjectValidationError) Reason ¶ added in v0.27.0
func (e GCSObjectValidationError) 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 GetLogsRequest ¶ added in v0.32.0
type GetLogsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Ascending bool `protobuf:"varint,2,opt,name=ascending,proto3" json:"ascending,omitempty"` Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"` Level LogLevel `protobuf:"varint,4,opt,name=level,proto3,enum=rill.runtime.v1.LogLevel" json:"level,omitempty"` // contains filtered or unexported fields }
func (*GetLogsRequest) Descriptor
deprecated
added in
v0.32.0
func (*GetLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLogsRequest.ProtoReflect.Descriptor instead.
func (*GetLogsRequest) GetAscending ¶ added in v0.32.0
func (x *GetLogsRequest) GetAscending() bool
func (*GetLogsRequest) GetInstanceId ¶ added in v0.32.0
func (x *GetLogsRequest) GetInstanceId() string
func (*GetLogsRequest) GetLevel ¶ added in v0.40.0
func (x *GetLogsRequest) GetLevel() LogLevel
func (*GetLogsRequest) GetLimit ¶ added in v0.37.0
func (x *GetLogsRequest) GetLimit() int32
func (*GetLogsRequest) ProtoMessage ¶ added in v0.32.0
func (*GetLogsRequest) ProtoMessage()
func (*GetLogsRequest) ProtoReflect ¶ added in v0.32.0
func (x *GetLogsRequest) ProtoReflect() protoreflect.Message
func (*GetLogsRequest) Reset ¶ added in v0.32.0
func (x *GetLogsRequest) Reset()
func (*GetLogsRequest) String ¶ added in v0.32.0
func (x *GetLogsRequest) String() string
func (*GetLogsRequest) Validate ¶ added in v0.32.0
func (m *GetLogsRequest) Validate() error
Validate checks the field values on GetLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLogsRequest) ValidateAll ¶ added in v0.32.0
func (m *GetLogsRequest) ValidateAll() error
ValidateAll checks the field values on GetLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLogsRequestMultiError, or nil if none found.
type GetLogsRequestMultiError ¶ added in v0.32.0
type GetLogsRequestMultiError []error
GetLogsRequestMultiError is an error wrapping multiple validation errors returned by GetLogsRequest.ValidateAll() if the designated constraints aren't met.
func (GetLogsRequestMultiError) AllErrors ¶ added in v0.32.0
func (m GetLogsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLogsRequestMultiError) Error ¶ added in v0.32.0
func (m GetLogsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLogsRequestValidationError ¶ added in v0.32.0
type GetLogsRequestValidationError struct {
// contains filtered or unexported fields
}
GetLogsRequestValidationError is the validation error returned by GetLogsRequest.Validate if the designated constraints aren't met.
func (GetLogsRequestValidationError) Cause ¶ added in v0.32.0
func (e GetLogsRequestValidationError) Cause() error
Cause function returns cause value.
func (GetLogsRequestValidationError) Error ¶ added in v0.32.0
func (e GetLogsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetLogsRequestValidationError) ErrorName ¶ added in v0.32.0
func (e GetLogsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetLogsRequestValidationError) Field ¶ added in v0.32.0
func (e GetLogsRequestValidationError) Field() string
Field function returns field value.
func (GetLogsRequestValidationError) Key ¶ added in v0.32.0
func (e GetLogsRequestValidationError) Key() bool
Key function returns key value.
func (GetLogsRequestValidationError) Reason ¶ added in v0.32.0
func (e GetLogsRequestValidationError) Reason() string
Reason function returns reason value.
type GetLogsResponse ¶ added in v0.32.0
type GetLogsResponse struct { Logs []*Log `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"` // contains filtered or unexported fields }
func (*GetLogsResponse) Descriptor
deprecated
added in
v0.32.0
func (*GetLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLogsResponse.ProtoReflect.Descriptor instead.
func (*GetLogsResponse) GetLogs ¶ added in v0.32.0
func (x *GetLogsResponse) GetLogs() []*Log
func (*GetLogsResponse) ProtoMessage ¶ added in v0.32.0
func (*GetLogsResponse) ProtoMessage()
func (*GetLogsResponse) ProtoReflect ¶ added in v0.32.0
func (x *GetLogsResponse) ProtoReflect() protoreflect.Message
func (*GetLogsResponse) Reset ¶ added in v0.32.0
func (x *GetLogsResponse) Reset()
func (*GetLogsResponse) String ¶ added in v0.32.0
func (x *GetLogsResponse) String() string
func (*GetLogsResponse) Validate ¶ added in v0.32.0
func (m *GetLogsResponse) Validate() error
Validate checks the field values on GetLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetLogsResponse) ValidateAll ¶ added in v0.32.0
func (m *GetLogsResponse) ValidateAll() error
ValidateAll checks the field values on GetLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetLogsResponseMultiError, or nil if none found.
type GetLogsResponseMultiError ¶ added in v0.32.0
type GetLogsResponseMultiError []error
GetLogsResponseMultiError is an error wrapping multiple validation errors returned by GetLogsResponse.ValidateAll() if the designated constraints aren't met.
func (GetLogsResponseMultiError) AllErrors ¶ added in v0.32.0
func (m GetLogsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetLogsResponseMultiError) Error ¶ added in v0.32.0
func (m GetLogsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetLogsResponseValidationError ¶ added in v0.32.0
type GetLogsResponseValidationError struct {
// contains filtered or unexported fields
}
GetLogsResponseValidationError is the validation error returned by GetLogsResponse.Validate if the designated constraints aren't met.
func (GetLogsResponseValidationError) Cause ¶ added in v0.32.0
func (e GetLogsResponseValidationError) Cause() error
Cause function returns cause value.
func (GetLogsResponseValidationError) Error ¶ added in v0.32.0
func (e GetLogsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetLogsResponseValidationError) ErrorName ¶ added in v0.32.0
func (e GetLogsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetLogsResponseValidationError) Field ¶ added in v0.32.0
func (e GetLogsResponseValidationError) Field() string
Field function returns field value.
func (GetLogsResponseValidationError) Key ¶ added in v0.32.0
func (e GetLogsResponseValidationError) Key() bool
Key function returns key value.
func (GetLogsResponseValidationError) Reason ¶ added in v0.32.0
func (e GetLogsResponseValidationError) Reason() string
Reason function returns reason value.
type GetResourceRequest ¶ added in v0.32.0
type GetResourceRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Name *ResourceName `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetResourceRequest) Descriptor
deprecated
added in
v0.32.0
func (*GetResourceRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetResourceRequest.ProtoReflect.Descriptor instead.
func (*GetResourceRequest) GetInstanceId ¶ added in v0.32.0
func (x *GetResourceRequest) GetInstanceId() string
func (*GetResourceRequest) GetName ¶ added in v0.32.0
func (x *GetResourceRequest) GetName() *ResourceName
func (*GetResourceRequest) ProtoMessage ¶ added in v0.32.0
func (*GetResourceRequest) ProtoMessage()
func (*GetResourceRequest) ProtoReflect ¶ added in v0.32.0
func (x *GetResourceRequest) ProtoReflect() protoreflect.Message
func (*GetResourceRequest) Reset ¶ added in v0.32.0
func (x *GetResourceRequest) Reset()
func (*GetResourceRequest) String ¶ added in v0.32.0
func (x *GetResourceRequest) String() string
func (*GetResourceRequest) Validate ¶ added in v0.32.0
func (m *GetResourceRequest) Validate() error
Validate checks the field values on GetResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetResourceRequest) ValidateAll ¶ added in v0.32.0
func (m *GetResourceRequest) ValidateAll() error
ValidateAll checks the field values on GetResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetResourceRequestMultiError, or nil if none found.
type GetResourceRequestMultiError ¶ added in v0.32.0
type GetResourceRequestMultiError []error
GetResourceRequestMultiError is an error wrapping multiple validation errors returned by GetResourceRequest.ValidateAll() if the designated constraints aren't met.
func (GetResourceRequestMultiError) AllErrors ¶ added in v0.32.0
func (m GetResourceRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetResourceRequestMultiError) Error ¶ added in v0.32.0
func (m GetResourceRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetResourceRequestValidationError ¶ added in v0.32.0
type GetResourceRequestValidationError struct {
// contains filtered or unexported fields
}
GetResourceRequestValidationError is the validation error returned by GetResourceRequest.Validate if the designated constraints aren't met.
func (GetResourceRequestValidationError) Cause ¶ added in v0.32.0
func (e GetResourceRequestValidationError) Cause() error
Cause function returns cause value.
func (GetResourceRequestValidationError) Error ¶ added in v0.32.0
func (e GetResourceRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetResourceRequestValidationError) ErrorName ¶ added in v0.32.0
func (e GetResourceRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetResourceRequestValidationError) Field ¶ added in v0.32.0
func (e GetResourceRequestValidationError) Field() string
Field function returns field value.
func (GetResourceRequestValidationError) Key ¶ added in v0.32.0
func (e GetResourceRequestValidationError) Key() bool
Key function returns key value.
func (GetResourceRequestValidationError) Reason ¶ added in v0.32.0
func (e GetResourceRequestValidationError) Reason() string
Reason function returns reason value.
type GetResourceResponse ¶ added in v0.32.0
type GetResourceResponse struct { Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"` // contains filtered or unexported fields }
func (*GetResourceResponse) Descriptor
deprecated
added in
v0.32.0
func (*GetResourceResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetResourceResponse.ProtoReflect.Descriptor instead.
func (*GetResourceResponse) GetResource ¶ added in v0.32.0
func (x *GetResourceResponse) GetResource() *Resource
func (*GetResourceResponse) ProtoMessage ¶ added in v0.32.0
func (*GetResourceResponse) ProtoMessage()
func (*GetResourceResponse) ProtoReflect ¶ added in v0.32.0
func (x *GetResourceResponse) ProtoReflect() protoreflect.Message
func (*GetResourceResponse) Reset ¶ added in v0.32.0
func (x *GetResourceResponse) Reset()
func (*GetResourceResponse) String ¶ added in v0.32.0
func (x *GetResourceResponse) String() string
func (*GetResourceResponse) Validate ¶ added in v0.32.0
func (m *GetResourceResponse) Validate() error
Validate checks the field values on GetResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetResourceResponse) ValidateAll ¶ added in v0.32.0
func (m *GetResourceResponse) ValidateAll() error
ValidateAll checks the field values on GetResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetResourceResponseMultiError, or nil if none found.
type GetResourceResponseMultiError ¶ added in v0.32.0
type GetResourceResponseMultiError []error
GetResourceResponseMultiError is an error wrapping multiple validation errors returned by GetResourceResponse.ValidateAll() if the designated constraints aren't met.
func (GetResourceResponseMultiError) AllErrors ¶ added in v0.32.0
func (m GetResourceResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetResourceResponseMultiError) Error ¶ added in v0.32.0
func (m GetResourceResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetResourceResponseValidationError ¶ added in v0.32.0
type GetResourceResponseValidationError struct {
// contains filtered or unexported fields
}
GetResourceResponseValidationError is the validation error returned by GetResourceResponse.Validate if the designated constraints aren't met.
func (GetResourceResponseValidationError) Cause ¶ added in v0.32.0
func (e GetResourceResponseValidationError) Cause() error
Cause function returns cause value.
func (GetResourceResponseValidationError) Error ¶ added in v0.32.0
func (e GetResourceResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetResourceResponseValidationError) ErrorName ¶ added in v0.32.0
func (e GetResourceResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetResourceResponseValidationError) Field ¶ added in v0.32.0
func (e GetResourceResponseValidationError) Field() string
Field function returns field value.
func (GetResourceResponseValidationError) Key ¶ added in v0.32.0
func (e GetResourceResponseValidationError) Key() bool
Key function returns key value.
func (GetResourceResponseValidationError) Reason ¶ added in v0.32.0
func (e GetResourceResponseValidationError) 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 InlineMeasure ¶ added in v0.25.0
type InlineMeasure struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Expression string `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"` // contains filtered or unexported fields }
func (*InlineMeasure) Descriptor
deprecated
added in
v0.25.0
func (*InlineMeasure) Descriptor() ([]byte, []int)
Deprecated: Use InlineMeasure.ProtoReflect.Descriptor instead.
func (*InlineMeasure) GetExpression ¶ added in v0.25.0
func (x *InlineMeasure) GetExpression() string
func (*InlineMeasure) GetName ¶ added in v0.25.0
func (x *InlineMeasure) GetName() string
func (*InlineMeasure) ProtoMessage ¶ added in v0.25.0
func (*InlineMeasure) ProtoMessage()
func (*InlineMeasure) ProtoReflect ¶ added in v0.25.0
func (x *InlineMeasure) ProtoReflect() protoreflect.Message
func (*InlineMeasure) Reset ¶ added in v0.25.0
func (x *InlineMeasure) Reset()
func (*InlineMeasure) String ¶ added in v0.25.0
func (x *InlineMeasure) String() string
func (*InlineMeasure) Validate ¶ added in v0.25.0
func (m *InlineMeasure) Validate() error
Validate checks the field values on InlineMeasure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*InlineMeasure) ValidateAll ¶ added in v0.25.0
func (m *InlineMeasure) ValidateAll() error
ValidateAll checks the field values on InlineMeasure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InlineMeasureMultiError, or nil if none found.
type InlineMeasureMultiError ¶ added in v0.25.0
type InlineMeasureMultiError []error
InlineMeasureMultiError is an error wrapping multiple validation errors returned by InlineMeasure.ValidateAll() if the designated constraints aren't met.
func (InlineMeasureMultiError) AllErrors ¶ added in v0.25.0
func (m InlineMeasureMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (InlineMeasureMultiError) Error ¶ added in v0.25.0
func (m InlineMeasureMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type InlineMeasureValidationError ¶ added in v0.25.0
type InlineMeasureValidationError struct {
// contains filtered or unexported fields
}
InlineMeasureValidationError is the validation error returned by InlineMeasure.Validate if the designated constraints aren't met.
func (InlineMeasureValidationError) Cause ¶ added in v0.25.0
func (e InlineMeasureValidationError) Cause() error
Cause function returns cause value.
func (InlineMeasureValidationError) Error ¶ added in v0.25.0
func (e InlineMeasureValidationError) Error() string
Error satisfies the builtin error interface
func (InlineMeasureValidationError) ErrorName ¶ added in v0.25.0
func (e InlineMeasureValidationError) ErrorName() string
ErrorName returns error name.
func (InlineMeasureValidationError) Field ¶ added in v0.25.0
func (e InlineMeasureValidationError) Field() string
Field function returns field value.
func (InlineMeasureValidationError) Key ¶ added in v0.25.0
func (e InlineMeasureValidationError) Key() bool
Key function returns key value.
func (InlineMeasureValidationError) Reason ¶ added in v0.25.0
func (e InlineMeasureValidationError) Reason() string
Reason function returns reason value.
type Instance ¶
type Instance struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` OlapConnector string `protobuf:"bytes,2,opt,name=olap_connector,json=olapConnector,proto3" json:"olap_connector,omitempty"` RepoConnector string `protobuf:"bytes,4,opt,name=repo_connector,json=repoConnector,proto3" json:"repo_connector,omitempty"` AdminConnector string `protobuf:"bytes,19,opt,name=admin_connector,json=adminConnector,proto3" json:"admin_connector,omitempty"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` UpdatedOn *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"` Connectors []*Connector `protobuf:"bytes,10,rep,name=connectors,proto3" json:"connectors,omitempty"` ProjectConnectors []*Connector `protobuf:"bytes,13,rep,name=project_connectors,json=projectConnectors,proto3" json:"project_connectors,omitempty"` Variables map[string]string `` /* 159-byte string literal not displayed */ ProjectVariables map[string]string `` /* 197-byte string literal not displayed */ Annotations map[string]string `` /* 164-byte string literal not displayed */ EmbedCatalog bool `protobuf:"varint,6,opt,name=embed_catalog,json=embedCatalog,proto3" json:"embed_catalog,omitempty"` WatchRepo bool `protobuf:"varint,15,opt,name=watch_repo,json=watchRepo,proto3" json:"watch_repo,omitempty"` StageChanges bool `protobuf:"varint,16,opt,name=stage_changes,json=stageChanges,proto3" json:"stage_changes,omitempty"` ModelDefaultMaterialize bool `` /* 134-byte string literal not displayed */ ModelMaterializeDelaySeconds uint32 `` /* 151-byte string literal not displayed */ // 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) GetAdminConnector ¶ added in v0.37.0
func (*Instance) GetAnnotations ¶ added in v0.35.0
func (*Instance) GetConnectors ¶ added in v0.32.0
func (*Instance) GetCreatedOn ¶ added in v0.35.0
func (x *Instance) GetCreatedOn() *timestamppb.Timestamp
func (*Instance) GetEmbedCatalog ¶
func (*Instance) GetInstanceId ¶
func (*Instance) GetModelDefaultMaterialize ¶ added in v0.35.0
func (*Instance) GetModelMaterializeDelaySeconds ¶ added in v0.35.0
func (*Instance) GetOlapConnector ¶ added in v0.33.2
func (*Instance) GetProjectConnectors ¶ added in v0.35.0
func (*Instance) GetProjectVariables ¶ added in v0.23.0
func (*Instance) GetRepoConnector ¶ added in v0.33.2
func (*Instance) GetStageChanges ¶ added in v0.35.0
func (*Instance) GetUpdatedOn ¶ added in v0.35.0
func (x *Instance) GetUpdatedOn() *timestamppb.Timestamp
func (*Instance) GetVariables ¶ added in v0.23.0
func (*Instance) GetWatchRepo ¶ added in v0.35.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 IssueDevJWTRequest ¶ added in v0.33.0
type IssueDevJWTRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Groups []string `protobuf:"bytes,3,rep,name=groups,proto3" json:"groups,omitempty"` Admin bool `protobuf:"varint,4,opt,name=admin,proto3" json:"admin,omitempty"` // contains filtered or unexported fields }
Request message for RuntimeService.IssueDevJWT
func (*IssueDevJWTRequest) Descriptor
deprecated
added in
v0.33.0
func (*IssueDevJWTRequest) Descriptor() ([]byte, []int)
Deprecated: Use IssueDevJWTRequest.ProtoReflect.Descriptor instead.
func (*IssueDevJWTRequest) GetAdmin ¶ added in v0.33.0
func (x *IssueDevJWTRequest) GetAdmin() bool
func (*IssueDevJWTRequest) GetEmail ¶ added in v0.33.0
func (x *IssueDevJWTRequest) GetEmail() string
func (*IssueDevJWTRequest) GetGroups ¶ added in v0.33.0
func (x *IssueDevJWTRequest) GetGroups() []string
func (*IssueDevJWTRequest) GetName ¶ added in v0.33.0
func (x *IssueDevJWTRequest) GetName() string
func (*IssueDevJWTRequest) ProtoMessage ¶ added in v0.33.0
func (*IssueDevJWTRequest) ProtoMessage()
func (*IssueDevJWTRequest) ProtoReflect ¶ added in v0.33.0
func (x *IssueDevJWTRequest) ProtoReflect() protoreflect.Message
func (*IssueDevJWTRequest) Reset ¶ added in v0.33.0
func (x *IssueDevJWTRequest) Reset()
func (*IssueDevJWTRequest) String ¶ added in v0.33.0
func (x *IssueDevJWTRequest) String() string
func (*IssueDevJWTRequest) Validate ¶ added in v0.33.0
func (m *IssueDevJWTRequest) Validate() error
Validate checks the field values on IssueDevJWTRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IssueDevJWTRequest) ValidateAll ¶ added in v0.33.0
func (m *IssueDevJWTRequest) ValidateAll() error
ValidateAll checks the field values on IssueDevJWTRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IssueDevJWTRequestMultiError, or nil if none found.
type IssueDevJWTRequestMultiError ¶ added in v0.33.0
type IssueDevJWTRequestMultiError []error
IssueDevJWTRequestMultiError is an error wrapping multiple validation errors returned by IssueDevJWTRequest.ValidateAll() if the designated constraints aren't met.
func (IssueDevJWTRequestMultiError) AllErrors ¶ added in v0.33.0
func (m IssueDevJWTRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IssueDevJWTRequestMultiError) Error ¶ added in v0.33.0
func (m IssueDevJWTRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IssueDevJWTRequestValidationError ¶ added in v0.33.0
type IssueDevJWTRequestValidationError struct {
// contains filtered or unexported fields
}
IssueDevJWTRequestValidationError is the validation error returned by IssueDevJWTRequest.Validate if the designated constraints aren't met.
func (IssueDevJWTRequestValidationError) Cause ¶ added in v0.33.0
func (e IssueDevJWTRequestValidationError) Cause() error
Cause function returns cause value.
func (IssueDevJWTRequestValidationError) Error ¶ added in v0.33.0
func (e IssueDevJWTRequestValidationError) Error() string
Error satisfies the builtin error interface
func (IssueDevJWTRequestValidationError) ErrorName ¶ added in v0.33.0
func (e IssueDevJWTRequestValidationError) ErrorName() string
ErrorName returns error name.
func (IssueDevJWTRequestValidationError) Field ¶ added in v0.33.0
func (e IssueDevJWTRequestValidationError) Field() string
Field function returns field value.
func (IssueDevJWTRequestValidationError) Key ¶ added in v0.33.0
func (e IssueDevJWTRequestValidationError) Key() bool
Key function returns key value.
func (IssueDevJWTRequestValidationError) Reason ¶ added in v0.33.0
func (e IssueDevJWTRequestValidationError) Reason() string
Reason function returns reason value.
type IssueDevJWTResponse ¶ added in v0.33.0
type IssueDevJWTResponse struct { Jwt string `protobuf:"bytes,1,opt,name=jwt,proto3" json:"jwt,omitempty"` // contains filtered or unexported fields }
Response message for RuntimeService.IssueDevJWT
func (*IssueDevJWTResponse) Descriptor
deprecated
added in
v0.33.0
func (*IssueDevJWTResponse) Descriptor() ([]byte, []int)
Deprecated: Use IssueDevJWTResponse.ProtoReflect.Descriptor instead.
func (*IssueDevJWTResponse) GetJwt ¶ added in v0.33.0
func (x *IssueDevJWTResponse) GetJwt() string
func (*IssueDevJWTResponse) ProtoMessage ¶ added in v0.33.0
func (*IssueDevJWTResponse) ProtoMessage()
func (*IssueDevJWTResponse) ProtoReflect ¶ added in v0.33.0
func (x *IssueDevJWTResponse) ProtoReflect() protoreflect.Message
func (*IssueDevJWTResponse) Reset ¶ added in v0.33.0
func (x *IssueDevJWTResponse) Reset()
func (*IssueDevJWTResponse) String ¶ added in v0.33.0
func (x *IssueDevJWTResponse) String() string
func (*IssueDevJWTResponse) Validate ¶ added in v0.33.0
func (m *IssueDevJWTResponse) Validate() error
Validate checks the field values on IssueDevJWTResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*IssueDevJWTResponse) ValidateAll ¶ added in v0.33.0
func (m *IssueDevJWTResponse) ValidateAll() error
ValidateAll checks the field values on IssueDevJWTResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in IssueDevJWTResponseMultiError, or nil if none found.
type IssueDevJWTResponseMultiError ¶ added in v0.33.0
type IssueDevJWTResponseMultiError []error
IssueDevJWTResponseMultiError is an error wrapping multiple validation errors returned by IssueDevJWTResponse.ValidateAll() if the designated constraints aren't met.
func (IssueDevJWTResponseMultiError) AllErrors ¶ added in v0.33.0
func (m IssueDevJWTResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (IssueDevJWTResponseMultiError) Error ¶ added in v0.33.0
func (m IssueDevJWTResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type IssueDevJWTResponseValidationError ¶ added in v0.33.0
type IssueDevJWTResponseValidationError struct {
// contains filtered or unexported fields
}
IssueDevJWTResponseValidationError is the validation error returned by IssueDevJWTResponse.Validate if the designated constraints aren't met.
func (IssueDevJWTResponseValidationError) Cause ¶ added in v0.33.0
func (e IssueDevJWTResponseValidationError) Cause() error
Cause function returns cause value.
func (IssueDevJWTResponseValidationError) Error ¶ added in v0.33.0
func (e IssueDevJWTResponseValidationError) Error() string
Error satisfies the builtin error interface
func (IssueDevJWTResponseValidationError) ErrorName ¶ added in v0.33.0
func (e IssueDevJWTResponseValidationError) ErrorName() string
ErrorName returns error name.
func (IssueDevJWTResponseValidationError) Field ¶ added in v0.33.0
func (e IssueDevJWTResponseValidationError) Field() string
Field function returns field value.
func (IssueDevJWTResponseValidationError) Key ¶ added in v0.33.0
func (e IssueDevJWTResponseValidationError) Key() bool
Key function returns key value.
func (IssueDevJWTResponseValidationError) Reason ¶ added in v0.33.0
func (e IssueDevJWTResponseValidationError) 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 []*ConnectorSpec `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() []*ConnectorSpec
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 ListExamplesRequest ¶ added in v0.26.0
type ListExamplesRequest struct {
// contains filtered or unexported fields
}
Request message for RuntimeService.ListExamples
func (*ListExamplesRequest) Descriptor
deprecated
added in
v0.26.0
func (*ListExamplesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListExamplesRequest.ProtoReflect.Descriptor instead.
func (*ListExamplesRequest) ProtoMessage ¶ added in v0.26.0
func (*ListExamplesRequest) ProtoMessage()
func (*ListExamplesRequest) ProtoReflect ¶ added in v0.26.0
func (x *ListExamplesRequest) ProtoReflect() protoreflect.Message
func (*ListExamplesRequest) Reset ¶ added in v0.26.0
func (x *ListExamplesRequest) Reset()
func (*ListExamplesRequest) String ¶ added in v0.26.0
func (x *ListExamplesRequest) String() string
func (*ListExamplesRequest) Validate ¶ added in v0.26.0
func (m *ListExamplesRequest) Validate() error
Validate checks the field values on ListExamplesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListExamplesRequest) ValidateAll ¶ added in v0.26.0
func (m *ListExamplesRequest) ValidateAll() error
ValidateAll checks the field values on ListExamplesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListExamplesRequestMultiError, or nil if none found.
type ListExamplesRequestMultiError ¶ added in v0.26.0
type ListExamplesRequestMultiError []error
ListExamplesRequestMultiError is an error wrapping multiple validation errors returned by ListExamplesRequest.ValidateAll() if the designated constraints aren't met.
func (ListExamplesRequestMultiError) AllErrors ¶ added in v0.26.0
func (m ListExamplesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListExamplesRequestMultiError) Error ¶ added in v0.26.0
func (m ListExamplesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListExamplesRequestValidationError ¶ added in v0.26.0
type ListExamplesRequestValidationError struct {
// contains filtered or unexported fields
}
ListExamplesRequestValidationError is the validation error returned by ListExamplesRequest.Validate if the designated constraints aren't met.
func (ListExamplesRequestValidationError) Cause ¶ added in v0.26.0
func (e ListExamplesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListExamplesRequestValidationError) Error ¶ added in v0.26.0
func (e ListExamplesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListExamplesRequestValidationError) ErrorName ¶ added in v0.26.0
func (e ListExamplesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListExamplesRequestValidationError) Field ¶ added in v0.26.0
func (e ListExamplesRequestValidationError) Field() string
Field function returns field value.
func (ListExamplesRequestValidationError) Key ¶ added in v0.26.0
func (e ListExamplesRequestValidationError) Key() bool
Key function returns key value.
func (ListExamplesRequestValidationError) Reason ¶ added in v0.26.0
func (e ListExamplesRequestValidationError) Reason() string
Reason function returns reason value.
type ListExamplesResponse ¶ added in v0.26.0
type ListExamplesResponse struct { Examples []*Example `protobuf:"bytes,1,rep,name=examples,proto3" json:"examples,omitempty"` // contains filtered or unexported fields }
Response message for RuntimeService.ListExamples
func (*ListExamplesResponse) Descriptor
deprecated
added in
v0.26.0
func (*ListExamplesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListExamplesResponse.ProtoReflect.Descriptor instead.
func (*ListExamplesResponse) GetExamples ¶ added in v0.26.0
func (x *ListExamplesResponse) GetExamples() []*Example
func (*ListExamplesResponse) ProtoMessage ¶ added in v0.26.0
func (*ListExamplesResponse) ProtoMessage()
func (*ListExamplesResponse) ProtoReflect ¶ added in v0.26.0
func (x *ListExamplesResponse) ProtoReflect() protoreflect.Message
func (*ListExamplesResponse) Reset ¶ added in v0.26.0
func (x *ListExamplesResponse) Reset()
func (*ListExamplesResponse) String ¶ added in v0.26.0
func (x *ListExamplesResponse) String() string
func (*ListExamplesResponse) Validate ¶ added in v0.26.0
func (m *ListExamplesResponse) Validate() error
Validate checks the field values on ListExamplesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListExamplesResponse) ValidateAll ¶ added in v0.26.0
func (m *ListExamplesResponse) ValidateAll() error
ValidateAll checks the field values on ListExamplesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListExamplesResponseMultiError, or nil if none found.
type ListExamplesResponseMultiError ¶ added in v0.26.0
type ListExamplesResponseMultiError []error
ListExamplesResponseMultiError is an error wrapping multiple validation errors returned by ListExamplesResponse.ValidateAll() if the designated constraints aren't met.
func (ListExamplesResponseMultiError) AllErrors ¶ added in v0.26.0
func (m ListExamplesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListExamplesResponseMultiError) Error ¶ added in v0.26.0
func (m ListExamplesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListExamplesResponseValidationError ¶ added in v0.26.0
type ListExamplesResponseValidationError struct {
// contains filtered or unexported fields
}
ListExamplesResponseValidationError is the validation error returned by ListExamplesResponse.Validate if the designated constraints aren't met.
func (ListExamplesResponseValidationError) Cause ¶ added in v0.26.0
func (e ListExamplesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListExamplesResponseValidationError) Error ¶ added in v0.26.0
func (e ListExamplesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListExamplesResponseValidationError) ErrorName ¶ added in v0.26.0
func (e ListExamplesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListExamplesResponseValidationError) Field ¶ added in v0.26.0
func (e ListExamplesResponseValidationError) Field() string
Field function returns field value.
func (ListExamplesResponseValidationError) Key ¶ added in v0.26.0
func (e ListExamplesResponseValidationError) Key() bool
Key function returns key value.
func (ListExamplesResponseValidationError) Reason ¶ added in v0.26.0
func (e ListExamplesResponseValidationError) 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 ListResourcesRequest ¶ added in v0.32.0
type ListResourcesRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` // contains filtered or unexported fields }
func (*ListResourcesRequest) Descriptor
deprecated
added in
v0.32.0
func (*ListResourcesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListResourcesRequest.ProtoReflect.Descriptor instead.
func (*ListResourcesRequest) GetInstanceId ¶ added in v0.32.0
func (x *ListResourcesRequest) GetInstanceId() string
func (*ListResourcesRequest) GetKind ¶ added in v0.33.1
func (x *ListResourcesRequest) GetKind() string
func (*ListResourcesRequest) ProtoMessage ¶ added in v0.32.0
func (*ListResourcesRequest) ProtoMessage()
func (*ListResourcesRequest) ProtoReflect ¶ added in v0.32.0
func (x *ListResourcesRequest) ProtoReflect() protoreflect.Message
func (*ListResourcesRequest) Reset ¶ added in v0.32.0
func (x *ListResourcesRequest) Reset()
func (*ListResourcesRequest) String ¶ added in v0.32.0
func (x *ListResourcesRequest) String() string
func (*ListResourcesRequest) Validate ¶ added in v0.32.0
func (m *ListResourcesRequest) Validate() error
Validate checks the field values on ListResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListResourcesRequest) ValidateAll ¶ added in v0.32.0
func (m *ListResourcesRequest) ValidateAll() error
ValidateAll checks the field values on ListResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListResourcesRequestMultiError, or nil if none found.
type ListResourcesRequestMultiError ¶ added in v0.32.0
type ListResourcesRequestMultiError []error
ListResourcesRequestMultiError is an error wrapping multiple validation errors returned by ListResourcesRequest.ValidateAll() if the designated constraints aren't met.
func (ListResourcesRequestMultiError) AllErrors ¶ added in v0.32.0
func (m ListResourcesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListResourcesRequestMultiError) Error ¶ added in v0.32.0
func (m ListResourcesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListResourcesRequestValidationError ¶ added in v0.32.0
type ListResourcesRequestValidationError struct {
// contains filtered or unexported fields
}
ListResourcesRequestValidationError is the validation error returned by ListResourcesRequest.Validate if the designated constraints aren't met.
func (ListResourcesRequestValidationError) Cause ¶ added in v0.32.0
func (e ListResourcesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListResourcesRequestValidationError) Error ¶ added in v0.32.0
func (e ListResourcesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListResourcesRequestValidationError) ErrorName ¶ added in v0.32.0
func (e ListResourcesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListResourcesRequestValidationError) Field ¶ added in v0.32.0
func (e ListResourcesRequestValidationError) Field() string
Field function returns field value.
func (ListResourcesRequestValidationError) Key ¶ added in v0.32.0
func (e ListResourcesRequestValidationError) Key() bool
Key function returns key value.
func (ListResourcesRequestValidationError) Reason ¶ added in v0.32.0
func (e ListResourcesRequestValidationError) Reason() string
Reason function returns reason value.
type ListResourcesResponse ¶ added in v0.32.0
type ListResourcesResponse struct { Resources []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"` // contains filtered or unexported fields }
func (*ListResourcesResponse) Descriptor
deprecated
added in
v0.32.0
func (*ListResourcesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListResourcesResponse.ProtoReflect.Descriptor instead.
func (*ListResourcesResponse) GetResources ¶ added in v0.32.0
func (x *ListResourcesResponse) GetResources() []*Resource
func (*ListResourcesResponse) ProtoMessage ¶ added in v0.32.0
func (*ListResourcesResponse) ProtoMessage()
func (*ListResourcesResponse) ProtoReflect ¶ added in v0.32.0
func (x *ListResourcesResponse) ProtoReflect() protoreflect.Message
func (*ListResourcesResponse) Reset ¶ added in v0.32.0
func (x *ListResourcesResponse) Reset()
func (*ListResourcesResponse) String ¶ added in v0.32.0
func (x *ListResourcesResponse) String() string
func (*ListResourcesResponse) Validate ¶ added in v0.32.0
func (m *ListResourcesResponse) Validate() error
Validate checks the field values on ListResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListResourcesResponse) ValidateAll ¶ added in v0.32.0
func (m *ListResourcesResponse) ValidateAll() error
ValidateAll checks the field values on ListResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListResourcesResponseMultiError, or nil if none found.
type ListResourcesResponseMultiError ¶ added in v0.32.0
type ListResourcesResponseMultiError []error
ListResourcesResponseMultiError is an error wrapping multiple validation errors returned by ListResourcesResponse.ValidateAll() if the designated constraints aren't met.
func (ListResourcesResponseMultiError) AllErrors ¶ added in v0.32.0
func (m ListResourcesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListResourcesResponseMultiError) Error ¶ added in v0.32.0
func (m ListResourcesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListResourcesResponseValidationError ¶ added in v0.32.0
type ListResourcesResponseValidationError struct {
// contains filtered or unexported fields
}
ListResourcesResponseValidationError is the validation error returned by ListResourcesResponse.Validate if the designated constraints aren't met.
func (ListResourcesResponseValidationError) Cause ¶ added in v0.32.0
func (e ListResourcesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListResourcesResponseValidationError) Error ¶ added in v0.32.0
func (e ListResourcesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListResourcesResponseValidationError) ErrorName ¶ added in v0.32.0
func (e ListResourcesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListResourcesResponseValidationError) Field ¶ added in v0.32.0
func (e ListResourcesResponseValidationError) Field() string
Field function returns field value.
func (ListResourcesResponseValidationError) Key ¶ added in v0.32.0
func (e ListResourcesResponseValidationError) Key() bool
Key function returns key value.
func (ListResourcesResponseValidationError) Reason ¶ added in v0.32.0
func (e ListResourcesResponseValidationError) Reason() string
Reason function returns reason value.
type Log ¶ added in v0.32.0
type Log struct { Level LogLevel `protobuf:"varint,1,opt,name=level,proto3,enum=rill.runtime.v1.LogLevel" json:"level,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` Message string `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` JsonPayload string `protobuf:"bytes,4,opt,name=json_payload,json=jsonPayload,proto3" json:"json_payload,omitempty"` // contains filtered or unexported fields }
func (*Log) Descriptor
deprecated
added in
v0.32.0
func (*Log) GetJsonPayload ¶ added in v0.37.0
func (*Log) GetMessage ¶ added in v0.32.0
func (*Log) GetTime ¶ added in v0.32.0
func (x *Log) GetTime() *timestamppb.Timestamp
func (*Log) ProtoMessage ¶ added in v0.32.0
func (*Log) ProtoMessage()
func (*Log) ProtoReflect ¶ added in v0.32.0
func (x *Log) ProtoReflect() protoreflect.Message
func (*Log) Validate ¶ added in v0.32.0
Validate checks the field values on Log with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Log) ValidateAll ¶ added in v0.32.0
ValidateAll checks the field values on Log with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LogMultiError, or nil if none found.
type LogLevel ¶ added in v0.32.0
type LogLevel int32
func (LogLevel) Descriptor ¶ added in v0.32.0
func (LogLevel) Descriptor() protoreflect.EnumDescriptor
func (LogLevel) EnumDescriptor
deprecated
added in
v0.32.0
func (LogLevel) Number ¶ added in v0.32.0
func (x LogLevel) Number() protoreflect.EnumNumber
func (LogLevel) Type ¶ added in v0.32.0
func (LogLevel) Type() protoreflect.EnumType
type LogMultiError ¶ added in v0.32.0
type LogMultiError []error
LogMultiError is an error wrapping multiple validation errors returned by Log.ValidateAll() if the designated constraints aren't met.
func (LogMultiError) AllErrors ¶ added in v0.32.0
func (m LogMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LogMultiError) Error ¶ added in v0.32.0
func (m LogMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LogValidationError ¶ added in v0.32.0
type LogValidationError struct {
// contains filtered or unexported fields
}
LogValidationError is the validation error returned by Log.Validate if the designated constraints aren't met.
func (LogValidationError) Cause ¶ added in v0.32.0
func (e LogValidationError) Cause() error
Cause function returns cause value.
func (LogValidationError) Error ¶ added in v0.32.0
func (e LogValidationError) Error() string
Error satisfies the builtin error interface
func (LogValidationError) ErrorName ¶ added in v0.32.0
func (e LogValidationError) ErrorName() string
ErrorName returns error name.
func (LogValidationError) Field ¶ added in v0.32.0
func (e LogValidationError) Field() string
Field function returns field value.
func (LogValidationError) Key ¶ added in v0.32.0
func (e LogValidationError) Key() bool
Key function returns key value.
func (LogValidationError) Reason ¶ added in v0.32.0
func (e LogValidationError) Reason() string
Reason function returns reason value.
type MapType ¶
type MapType struct { KeyType *Type `protobuf:"bytes,1,opt,name=key_type,json=keyType,proto3" json:"key_type,omitempty"` ValueType *Type `protobuf:"bytes,2,opt,name=value_type,json=valueType,proto3" json:"value_type,omitempty"` // contains filtered or unexported fields }
MapType is a complex type for mapping keys to values
func (*MapType) Descriptor
deprecated
func (*MapType) 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"` // Available time zones list preferred time zones using IANA location identifiers. AvailableTimeZones []string `protobuf:"bytes,11,rep,name=available_time_zones,json=availableTimeZones,proto3" json:"available_time_zones,omitempty"` // Security for the dashboard Security *MetricsView_Security `protobuf:"bytes,12,opt,name=security,proto3" json:"security,omitempty"` FirstDayOfWeek uint32 `protobuf:"varint,13,opt,name=first_day_of_week,json=firstDayOfWeek,proto3" json:"first_day_of_week,omitempty"` FirstMonthOfYear uint32 `protobuf:"varint,14,opt,name=first_month_of_year,json=firstMonthOfYear,proto3" json:"first_month_of_year,omitempty"` // contains filtered or unexported fields }
Metrics view is the internal representation of a metrics view definition
func (*MetricsView) Descriptor
deprecated
func (*MetricsView) Descriptor() ([]byte, []int)
Deprecated: Use MetricsView.ProtoReflect.Descriptor instead.
func (*MetricsView) GetAvailableTimeZones ¶ added in v0.29.1
func (x *MetricsView) GetAvailableTimeZones() []string
func (*MetricsView) GetDefaultTimeRange ¶ added in v0.21.0
func (x *MetricsView) GetDefaultTimeRange() string
func (*MetricsView) GetDescription ¶
func (x *MetricsView) GetDescription() string
func (*MetricsView) GetDimensions ¶
func (x *MetricsView) GetDimensions() []*MetricsView_Dimension
func (*MetricsView) GetFirstDayOfWeek ¶ added in v0.35.2
func (x *MetricsView) GetFirstDayOfWeek() uint32
func (*MetricsView) GetFirstMonthOfYear ¶ added in v0.35.2
func (x *MetricsView) GetFirstMonthOfYear() uint32
func (*MetricsView) GetLabel ¶
func (x *MetricsView) GetLabel() string
func (*MetricsView) GetMeasures ¶
func (x *MetricsView) GetMeasures() []*MetricsView_Measure
func (*MetricsView) GetModel ¶
func (x *MetricsView) GetModel() string
func (*MetricsView) GetName ¶
func (x *MetricsView) GetName() string
func (*MetricsView) GetSecurity ¶ added in v0.33.0
func (x *MetricsView) GetSecurity() *MetricsView_Security
func (*MetricsView) GetSmallestTimeGrain ¶ added in v0.21.1
func (x *MetricsView) GetSmallestTimeGrain() TimeGrain
func (*MetricsView) GetTimeDimension ¶
func (x *MetricsView) GetTimeDimension() string
func (*MetricsView) ProtoMessage ¶
func (*MetricsView) ProtoMessage()
func (*MetricsView) ProtoReflect ¶
func (x *MetricsView) ProtoReflect() protoreflect.Message
func (*MetricsView) Reset ¶
func (x *MetricsView) Reset()
func (*MetricsView) String ¶
func (x *MetricsView) String() string
func (*MetricsView) Validate ¶ added in v0.20.0
func (m *MetricsView) Validate() error
Validate checks the field values on MetricsView with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsView) ValidateAll ¶ added in v0.20.0
func (m *MetricsView) ValidateAll() error
ValidateAll checks the field values on MetricsView with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewMultiError, or nil if none found.
type MetricsViewAggregationDimension ¶ added in v0.33.2
type MetricsViewAggregationDimension struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` TimeGrain TimeGrain `protobuf:"varint,2,opt,name=time_grain,json=timeGrain,proto3,enum=rill.runtime.v1.TimeGrain" json:"time_grain,omitempty"` TimeZone string `protobuf:"bytes,3,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewAggregationDimension) Descriptor
deprecated
added in
v0.33.2
func (*MetricsViewAggregationDimension) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewAggregationDimension.ProtoReflect.Descriptor instead.
func (*MetricsViewAggregationDimension) GetName ¶ added in v0.33.2
func (x *MetricsViewAggregationDimension) GetName() string
func (*MetricsViewAggregationDimension) GetTimeGrain ¶ added in v0.33.2
func (x *MetricsViewAggregationDimension) GetTimeGrain() TimeGrain
func (*MetricsViewAggregationDimension) GetTimeZone ¶ added in v0.33.2
func (x *MetricsViewAggregationDimension) GetTimeZone() string
func (*MetricsViewAggregationDimension) ProtoMessage ¶ added in v0.33.2
func (*MetricsViewAggregationDimension) ProtoMessage()
func (*MetricsViewAggregationDimension) ProtoReflect ¶ added in v0.33.2
func (x *MetricsViewAggregationDimension) ProtoReflect() protoreflect.Message
func (*MetricsViewAggregationDimension) Reset ¶ added in v0.33.2
func (x *MetricsViewAggregationDimension) Reset()
func (*MetricsViewAggregationDimension) String ¶ added in v0.33.2
func (x *MetricsViewAggregationDimension) String() string
func (*MetricsViewAggregationDimension) Validate ¶ added in v0.33.2
func (m *MetricsViewAggregationDimension) Validate() error
Validate checks the field values on MetricsViewAggregationDimension with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewAggregationDimension) ValidateAll ¶ added in v0.33.2
func (m *MetricsViewAggregationDimension) ValidateAll() error
ValidateAll checks the field values on MetricsViewAggregationDimension with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationDimensionMultiError, or nil if none found.
type MetricsViewAggregationDimensionMultiError ¶ added in v0.33.2
type MetricsViewAggregationDimensionMultiError []error
MetricsViewAggregationDimensionMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationDimension.ValidateAll() if the designated constraints aren't met.
func (MetricsViewAggregationDimensionMultiError) AllErrors ¶ added in v0.33.2
func (m MetricsViewAggregationDimensionMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewAggregationDimensionMultiError) Error ¶ added in v0.33.2
func (m MetricsViewAggregationDimensionMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewAggregationDimensionValidationError ¶ added in v0.33.2
type MetricsViewAggregationDimensionValidationError struct {
// contains filtered or unexported fields
}
MetricsViewAggregationDimensionValidationError is the validation error returned by MetricsViewAggregationDimension.Validate if the designated constraints aren't met.
func (MetricsViewAggregationDimensionValidationError) Cause ¶ added in v0.33.2
func (e MetricsViewAggregationDimensionValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewAggregationDimensionValidationError) Error ¶ added in v0.33.2
func (e MetricsViewAggregationDimensionValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewAggregationDimensionValidationError) ErrorName ¶ added in v0.33.2
func (e MetricsViewAggregationDimensionValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewAggregationDimensionValidationError) Field ¶ added in v0.33.2
func (e MetricsViewAggregationDimensionValidationError) Field() string
Field function returns field value.
func (MetricsViewAggregationDimensionValidationError) Key ¶ added in v0.33.2
func (e MetricsViewAggregationDimensionValidationError) Key() bool
Key function returns key value.
func (MetricsViewAggregationDimensionValidationError) Reason ¶ added in v0.33.2
func (e MetricsViewAggregationDimensionValidationError) Reason() string
Reason function returns reason value.
type MetricsViewAggregationMeasure ¶ added in v0.33.2
type MetricsViewAggregationMeasure struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` BuiltinMeasure BuiltinMeasure `` /* 140-byte string literal not displayed */ BuiltinMeasureArgs []*structpb.Value `protobuf:"bytes,3,rep,name=builtin_measure_args,json=builtinMeasureArgs,proto3" json:"builtin_measure_args,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewAggregationMeasure) Descriptor
deprecated
added in
v0.33.2
func (*MetricsViewAggregationMeasure) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewAggregationMeasure.ProtoReflect.Descriptor instead.
func (*MetricsViewAggregationMeasure) GetBuiltinMeasure ¶ added in v0.33.2
func (x *MetricsViewAggregationMeasure) GetBuiltinMeasure() BuiltinMeasure
func (*MetricsViewAggregationMeasure) GetBuiltinMeasureArgs ¶ added in v0.33.2
func (x *MetricsViewAggregationMeasure) GetBuiltinMeasureArgs() []*structpb.Value
func (*MetricsViewAggregationMeasure) GetName ¶ added in v0.33.2
func (x *MetricsViewAggregationMeasure) GetName() string
func (*MetricsViewAggregationMeasure) ProtoMessage ¶ added in v0.33.2
func (*MetricsViewAggregationMeasure) ProtoMessage()
func (*MetricsViewAggregationMeasure) ProtoReflect ¶ added in v0.33.2
func (x *MetricsViewAggregationMeasure) ProtoReflect() protoreflect.Message
func (*MetricsViewAggregationMeasure) Reset ¶ added in v0.33.2
func (x *MetricsViewAggregationMeasure) Reset()
func (*MetricsViewAggregationMeasure) String ¶ added in v0.33.2
func (x *MetricsViewAggregationMeasure) String() string
func (*MetricsViewAggregationMeasure) Validate ¶ added in v0.33.2
func (m *MetricsViewAggregationMeasure) Validate() error
Validate checks the field values on MetricsViewAggregationMeasure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewAggregationMeasure) ValidateAll ¶ added in v0.33.2
func (m *MetricsViewAggregationMeasure) ValidateAll() error
ValidateAll checks the field values on MetricsViewAggregationMeasure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationMeasureMultiError, or nil if none found.
type MetricsViewAggregationMeasureMultiError ¶ added in v0.33.2
type MetricsViewAggregationMeasureMultiError []error
MetricsViewAggregationMeasureMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationMeasure.ValidateAll() if the designated constraints aren't met.
func (MetricsViewAggregationMeasureMultiError) AllErrors ¶ added in v0.33.2
func (m MetricsViewAggregationMeasureMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewAggregationMeasureMultiError) Error ¶ added in v0.33.2
func (m MetricsViewAggregationMeasureMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewAggregationMeasureValidationError ¶ added in v0.33.2
type MetricsViewAggregationMeasureValidationError struct {
// contains filtered or unexported fields
}
MetricsViewAggregationMeasureValidationError is the validation error returned by MetricsViewAggregationMeasure.Validate if the designated constraints aren't met.
func (MetricsViewAggregationMeasureValidationError) Cause ¶ added in v0.33.2
func (e MetricsViewAggregationMeasureValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewAggregationMeasureValidationError) Error ¶ added in v0.33.2
func (e MetricsViewAggregationMeasureValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewAggregationMeasureValidationError) ErrorName ¶ added in v0.33.2
func (e MetricsViewAggregationMeasureValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewAggregationMeasureValidationError) Field ¶ added in v0.33.2
func (e MetricsViewAggregationMeasureValidationError) Field() string
Field function returns field value.
func (MetricsViewAggregationMeasureValidationError) Key ¶ added in v0.33.2
func (e MetricsViewAggregationMeasureValidationError) Key() bool
Key function returns key value.
func (MetricsViewAggregationMeasureValidationError) Reason ¶ added in v0.33.2
func (e MetricsViewAggregationMeasureValidationError) Reason() string
Reason function returns reason value.
type MetricsViewAggregationRequest ¶ added in v0.33.2
type MetricsViewAggregationRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` MetricsView string `protobuf:"bytes,2,opt,name=metrics_view,json=metricsView,proto3" json:"metrics_view,omitempty"` Dimensions []*MetricsViewAggregationDimension `protobuf:"bytes,3,rep,name=dimensions,proto3" json:"dimensions,omitempty"` Measures []*MetricsViewAggregationMeasure `protobuf:"bytes,4,rep,name=measures,proto3" json:"measures,omitempty"` Sort []*MetricsViewAggregationSort `protobuf:"bytes,5,rep,name=sort,proto3" json:"sort,omitempty"` TimeRange *TimeRange `protobuf:"bytes,12,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"` TimeStart *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"` // Deprecated in favor of time_range TimeEnd *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"` // Deprecated in favor of time_range PivotOn []string `protobuf:"bytes,15,rep,name=pivot_on,json=pivotOn,proto3" json:"pivot_on,omitempty"` Where *Expression `protobuf:"bytes,8,opt,name=where,proto3" json:"where,omitempty"` Having *Expression `protobuf:"bytes,13,opt,name=having,proto3" json:"having,omitempty"` Limit int64 `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"` Offset int64 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"` Priority int32 `protobuf:"varint,11,opt,name=priority,proto3" json:"priority,omitempty"` Filter *MetricsViewFilter `protobuf:"bytes,14,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters // contains filtered or unexported fields }
func (*MetricsViewAggregationRequest) Descriptor
deprecated
added in
v0.33.2
func (*MetricsViewAggregationRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewAggregationRequest.ProtoReflect.Descriptor instead.
func (*MetricsViewAggregationRequest) GetDimensions ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetDimensions() []*MetricsViewAggregationDimension
func (*MetricsViewAggregationRequest) GetFilter ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetFilter() *MetricsViewFilter
func (*MetricsViewAggregationRequest) GetHaving ¶ added in v0.39.0
func (x *MetricsViewAggregationRequest) GetHaving() *Expression
func (*MetricsViewAggregationRequest) GetInstanceId ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetInstanceId() string
func (*MetricsViewAggregationRequest) GetLimit ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetLimit() int64
func (*MetricsViewAggregationRequest) GetMeasures ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetMeasures() []*MetricsViewAggregationMeasure
func (*MetricsViewAggregationRequest) GetMetricsView ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetMetricsView() string
func (*MetricsViewAggregationRequest) GetOffset ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetOffset() int64
func (*MetricsViewAggregationRequest) GetPivotOn ¶ added in v0.39.0
func (x *MetricsViewAggregationRequest) GetPivotOn() []string
func (*MetricsViewAggregationRequest) GetPriority ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetPriority() int32
func (*MetricsViewAggregationRequest) GetSort ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetSort() []*MetricsViewAggregationSort
func (*MetricsViewAggregationRequest) GetTimeEnd ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetTimeEnd() *timestamppb.Timestamp
func (*MetricsViewAggregationRequest) GetTimeRange ¶ added in v0.37.0
func (x *MetricsViewAggregationRequest) GetTimeRange() *TimeRange
func (*MetricsViewAggregationRequest) GetTimeStart ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) GetTimeStart() *timestamppb.Timestamp
func (*MetricsViewAggregationRequest) GetWhere ¶ added in v0.39.0
func (x *MetricsViewAggregationRequest) GetWhere() *Expression
func (*MetricsViewAggregationRequest) ProtoMessage ¶ added in v0.33.2
func (*MetricsViewAggregationRequest) ProtoMessage()
func (*MetricsViewAggregationRequest) ProtoReflect ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) ProtoReflect() protoreflect.Message
func (*MetricsViewAggregationRequest) Reset ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) Reset()
func (*MetricsViewAggregationRequest) String ¶ added in v0.33.2
func (x *MetricsViewAggregationRequest) String() string
func (*MetricsViewAggregationRequest) Validate ¶ added in v0.33.2
func (m *MetricsViewAggregationRequest) Validate() error
Validate checks the field values on MetricsViewAggregationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewAggregationRequest) ValidateAll ¶ added in v0.33.2
func (m *MetricsViewAggregationRequest) ValidateAll() error
ValidateAll checks the field values on MetricsViewAggregationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationRequestMultiError, or nil if none found.
type MetricsViewAggregationRequestMultiError ¶ added in v0.33.2
type MetricsViewAggregationRequestMultiError []error
MetricsViewAggregationRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationRequest.ValidateAll() if the designated constraints aren't met.
func (MetricsViewAggregationRequestMultiError) AllErrors ¶ added in v0.33.2
func (m MetricsViewAggregationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewAggregationRequestMultiError) Error ¶ added in v0.33.2
func (m MetricsViewAggregationRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewAggregationRequestValidationError ¶ added in v0.33.2
type MetricsViewAggregationRequestValidationError struct {
// contains filtered or unexported fields
}
MetricsViewAggregationRequestValidationError is the validation error returned by MetricsViewAggregationRequest.Validate if the designated constraints aren't met.
func (MetricsViewAggregationRequestValidationError) Cause ¶ added in v0.33.2
func (e MetricsViewAggregationRequestValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewAggregationRequestValidationError) Error ¶ added in v0.33.2
func (e MetricsViewAggregationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewAggregationRequestValidationError) ErrorName ¶ added in v0.33.2
func (e MetricsViewAggregationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewAggregationRequestValidationError) Field ¶ added in v0.33.2
func (e MetricsViewAggregationRequestValidationError) Field() string
Field function returns field value.
func (MetricsViewAggregationRequestValidationError) Key ¶ added in v0.33.2
func (e MetricsViewAggregationRequestValidationError) Key() bool
Key function returns key value.
func (MetricsViewAggregationRequestValidationError) Reason ¶ added in v0.33.2
func (e MetricsViewAggregationRequestValidationError) Reason() string
Reason function returns reason value.
type MetricsViewAggregationResponse ¶ added in v0.33.2
type MetricsViewAggregationResponse struct { Schema *StructType `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` Data []*structpb.Struct `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewAggregationResponse) Descriptor
deprecated
added in
v0.33.2
func (*MetricsViewAggregationResponse) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewAggregationResponse.ProtoReflect.Descriptor instead.
func (*MetricsViewAggregationResponse) GetData ¶ added in v0.33.2
func (x *MetricsViewAggregationResponse) GetData() []*structpb.Struct
func (*MetricsViewAggregationResponse) GetSchema ¶ added in v0.33.2
func (x *MetricsViewAggregationResponse) GetSchema() *StructType
func (*MetricsViewAggregationResponse) ProtoMessage ¶ added in v0.33.2
func (*MetricsViewAggregationResponse) ProtoMessage()
func (*MetricsViewAggregationResponse) ProtoReflect ¶ added in v0.33.2
func (x *MetricsViewAggregationResponse) ProtoReflect() protoreflect.Message
func (*MetricsViewAggregationResponse) Reset ¶ added in v0.33.2
func (x *MetricsViewAggregationResponse) Reset()
func (*MetricsViewAggregationResponse) String ¶ added in v0.33.2
func (x *MetricsViewAggregationResponse) String() string
func (*MetricsViewAggregationResponse) Validate ¶ added in v0.33.2
func (m *MetricsViewAggregationResponse) Validate() error
Validate checks the field values on MetricsViewAggregationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewAggregationResponse) ValidateAll ¶ added in v0.33.2
func (m *MetricsViewAggregationResponse) ValidateAll() error
ValidateAll checks the field values on MetricsViewAggregationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationResponseMultiError, or nil if none found.
type MetricsViewAggregationResponseMultiError ¶ added in v0.33.2
type MetricsViewAggregationResponseMultiError []error
MetricsViewAggregationResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationResponse.ValidateAll() if the designated constraints aren't met.
func (MetricsViewAggregationResponseMultiError) AllErrors ¶ added in v0.33.2
func (m MetricsViewAggregationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewAggregationResponseMultiError) Error ¶ added in v0.33.2
func (m MetricsViewAggregationResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewAggregationResponseValidationError ¶ added in v0.33.2
type MetricsViewAggregationResponseValidationError struct {
// contains filtered or unexported fields
}
MetricsViewAggregationResponseValidationError is the validation error returned by MetricsViewAggregationResponse.Validate if the designated constraints aren't met.
func (MetricsViewAggregationResponseValidationError) Cause ¶ added in v0.33.2
func (e MetricsViewAggregationResponseValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewAggregationResponseValidationError) Error ¶ added in v0.33.2
func (e MetricsViewAggregationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewAggregationResponseValidationError) ErrorName ¶ added in v0.33.2
func (e MetricsViewAggregationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewAggregationResponseValidationError) Field ¶ added in v0.33.2
func (e MetricsViewAggregationResponseValidationError) Field() string
Field function returns field value.
func (MetricsViewAggregationResponseValidationError) Key ¶ added in v0.33.2
func (e MetricsViewAggregationResponseValidationError) Key() bool
Key function returns key value.
func (MetricsViewAggregationResponseValidationError) Reason ¶ added in v0.33.2
func (e MetricsViewAggregationResponseValidationError) Reason() string
Reason function returns reason value.
type MetricsViewAggregationSort ¶ added in v0.33.2
type MetricsViewAggregationSort struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Desc bool `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewAggregationSort) Descriptor
deprecated
added in
v0.33.2
func (*MetricsViewAggregationSort) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewAggregationSort.ProtoReflect.Descriptor instead.
func (*MetricsViewAggregationSort) GetDesc ¶ added in v0.33.2
func (x *MetricsViewAggregationSort) GetDesc() bool
func (*MetricsViewAggregationSort) GetName ¶ added in v0.33.2
func (x *MetricsViewAggregationSort) GetName() string
func (*MetricsViewAggregationSort) ProtoMessage ¶ added in v0.33.2
func (*MetricsViewAggregationSort) ProtoMessage()
func (*MetricsViewAggregationSort) ProtoReflect ¶ added in v0.33.2
func (x *MetricsViewAggregationSort) ProtoReflect() protoreflect.Message
func (*MetricsViewAggregationSort) Reset ¶ added in v0.33.2
func (x *MetricsViewAggregationSort) Reset()
func (*MetricsViewAggregationSort) String ¶ added in v0.33.2
func (x *MetricsViewAggregationSort) String() string
func (*MetricsViewAggregationSort) Validate ¶ added in v0.33.2
func (m *MetricsViewAggregationSort) Validate() error
Validate checks the field values on MetricsViewAggregationSort with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewAggregationSort) ValidateAll ¶ added in v0.33.2
func (m *MetricsViewAggregationSort) ValidateAll() error
ValidateAll checks the field values on MetricsViewAggregationSort with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewAggregationSortMultiError, or nil if none found.
type MetricsViewAggregationSortMultiError ¶ added in v0.33.2
type MetricsViewAggregationSortMultiError []error
MetricsViewAggregationSortMultiError is an error wrapping multiple validation errors returned by MetricsViewAggregationSort.ValidateAll() if the designated constraints aren't met.
func (MetricsViewAggregationSortMultiError) AllErrors ¶ added in v0.33.2
func (m MetricsViewAggregationSortMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewAggregationSortMultiError) Error ¶ added in v0.33.2
func (m MetricsViewAggregationSortMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewAggregationSortValidationError ¶ added in v0.33.2
type MetricsViewAggregationSortValidationError struct {
// contains filtered or unexported fields
}
MetricsViewAggregationSortValidationError is the validation error returned by MetricsViewAggregationSort.Validate if the designated constraints aren't met.
func (MetricsViewAggregationSortValidationError) Cause ¶ added in v0.33.2
func (e MetricsViewAggregationSortValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewAggregationSortValidationError) Error ¶ added in v0.33.2
func (e MetricsViewAggregationSortValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewAggregationSortValidationError) ErrorName ¶ added in v0.33.2
func (e MetricsViewAggregationSortValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewAggregationSortValidationError) Field ¶ added in v0.33.2
func (e MetricsViewAggregationSortValidationError) Field() string
Field function returns field value.
func (MetricsViewAggregationSortValidationError) Key ¶ added in v0.33.2
func (e MetricsViewAggregationSortValidationError) Key() bool
Key function returns key value.
func (MetricsViewAggregationSortValidationError) Reason ¶ added in v0.33.2
func (e MetricsViewAggregationSortValidationError) Reason() string
Reason function returns reason value.
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 }
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 MetricsViewComparisonMeasureAlias ¶ added in v0.39.0
type MetricsViewComparisonMeasureAlias struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Type MetricsViewComparisonMeasureType `protobuf:"varint,2,opt,name=type,proto3,enum=rill.runtime.v1.MetricsViewComparisonMeasureType" json:"type,omitempty"` Alias string `protobuf:"bytes,3,opt,name=alias,proto3" json:"alias,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewComparisonMeasureAlias) Descriptor
deprecated
added in
v0.39.0
func (*MetricsViewComparisonMeasureAlias) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewComparisonMeasureAlias.ProtoReflect.Descriptor instead.
func (*MetricsViewComparisonMeasureAlias) GetAlias ¶ added in v0.39.0
func (x *MetricsViewComparisonMeasureAlias) GetAlias() string
func (*MetricsViewComparisonMeasureAlias) GetName ¶ added in v0.39.0
func (x *MetricsViewComparisonMeasureAlias) GetName() string
func (*MetricsViewComparisonMeasureAlias) GetType ¶ added in v0.39.0
func (x *MetricsViewComparisonMeasureAlias) GetType() MetricsViewComparisonMeasureType
func (*MetricsViewComparisonMeasureAlias) ProtoMessage ¶ added in v0.39.0
func (*MetricsViewComparisonMeasureAlias) ProtoMessage()
func (*MetricsViewComparisonMeasureAlias) ProtoReflect ¶ added in v0.39.0
func (x *MetricsViewComparisonMeasureAlias) ProtoReflect() protoreflect.Message
func (*MetricsViewComparisonMeasureAlias) Reset ¶ added in v0.39.0
func (x *MetricsViewComparisonMeasureAlias) Reset()
func (*MetricsViewComparisonMeasureAlias) String ¶ added in v0.39.0
func (x *MetricsViewComparisonMeasureAlias) String() string
func (*MetricsViewComparisonMeasureAlias) Validate ¶ added in v0.39.0
func (m *MetricsViewComparisonMeasureAlias) Validate() error
Validate checks the field values on MetricsViewComparisonMeasureAlias with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewComparisonMeasureAlias) ValidateAll ¶ added in v0.39.0
func (m *MetricsViewComparisonMeasureAlias) ValidateAll() error
ValidateAll checks the field values on MetricsViewComparisonMeasureAlias with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonMeasureAliasMultiError, or nil if none found.
type MetricsViewComparisonMeasureAliasMultiError ¶ added in v0.39.0
type MetricsViewComparisonMeasureAliasMultiError []error
MetricsViewComparisonMeasureAliasMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonMeasureAlias.ValidateAll() if the designated constraints aren't met.
func (MetricsViewComparisonMeasureAliasMultiError) AllErrors ¶ added in v0.39.0
func (m MetricsViewComparisonMeasureAliasMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewComparisonMeasureAliasMultiError) Error ¶ added in v0.39.0
func (m MetricsViewComparisonMeasureAliasMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewComparisonMeasureAliasValidationError ¶ added in v0.39.0
type MetricsViewComparisonMeasureAliasValidationError struct {
// contains filtered or unexported fields
}
MetricsViewComparisonMeasureAliasValidationError is the validation error returned by MetricsViewComparisonMeasureAlias.Validate if the designated constraints aren't met.
func (MetricsViewComparisonMeasureAliasValidationError) Cause ¶ added in v0.39.0
func (e MetricsViewComparisonMeasureAliasValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewComparisonMeasureAliasValidationError) Error ¶ added in v0.39.0
func (e MetricsViewComparisonMeasureAliasValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewComparisonMeasureAliasValidationError) ErrorName ¶ added in v0.39.0
func (e MetricsViewComparisonMeasureAliasValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewComparisonMeasureAliasValidationError) Field ¶ added in v0.39.0
func (e MetricsViewComparisonMeasureAliasValidationError) Field() string
Field function returns field value.
func (MetricsViewComparisonMeasureAliasValidationError) Key ¶ added in v0.39.0
func (e MetricsViewComparisonMeasureAliasValidationError) Key() bool
Key function returns key value.
func (MetricsViewComparisonMeasureAliasValidationError) Reason ¶ added in v0.39.0
func (e MetricsViewComparisonMeasureAliasValidationError) Reason() string
Reason function returns reason value.
type MetricsViewComparisonMeasureType ¶ added in v0.39.0
type MetricsViewComparisonMeasureType int32
const ( MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_UNSPECIFIED MetricsViewComparisonMeasureType = 0 MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_BASE_VALUE MetricsViewComparisonMeasureType = 1 MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_COMPARISON_VALUE MetricsViewComparisonMeasureType = 2 MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_ABS_DELTA MetricsViewComparisonMeasureType = 3 MetricsViewComparisonMeasureType_METRICS_VIEW_COMPARISON_MEASURE_TYPE_REL_DELTA MetricsViewComparisonMeasureType = 4 )
func (MetricsViewComparisonMeasureType) Descriptor ¶ added in v0.39.0
func (MetricsViewComparisonMeasureType) Descriptor() protoreflect.EnumDescriptor
func (MetricsViewComparisonMeasureType) Enum ¶ added in v0.39.0
func (x MetricsViewComparisonMeasureType) Enum() *MetricsViewComparisonMeasureType
func (MetricsViewComparisonMeasureType) EnumDescriptor
deprecated
added in
v0.39.0
func (MetricsViewComparisonMeasureType) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetricsViewComparisonMeasureType.Descriptor instead.
func (MetricsViewComparisonMeasureType) Number ¶ added in v0.39.0
func (x MetricsViewComparisonMeasureType) Number() protoreflect.EnumNumber
func (MetricsViewComparisonMeasureType) String ¶ added in v0.39.0
func (x MetricsViewComparisonMeasureType) String() string
func (MetricsViewComparisonMeasureType) Type ¶ added in v0.39.0
func (MetricsViewComparisonMeasureType) Type() protoreflect.EnumType
type MetricsViewComparisonRequest ¶ added in v0.37.0
type MetricsViewComparisonRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"` Dimension *MetricsViewAggregationDimension `protobuf:"bytes,3,opt,name=dimension,proto3" json:"dimension,omitempty"` Measures []*MetricsViewAggregationMeasure `protobuf:"bytes,4,rep,name=measures,proto3" json:"measures,omitempty"` ComparisonMeasures []string `protobuf:"bytes,16,rep,name=comparison_measures,json=comparisonMeasures,proto3" json:"comparison_measures,omitempty"` Sort []*MetricsViewComparisonSort `protobuf:"bytes,5,rep,name=sort,proto3" json:"sort,omitempty"` TimeRange *TimeRange `protobuf:"bytes,6,opt,name=time_range,json=timeRange,proto3" json:"time_range,omitempty"` ComparisonTimeRange *TimeRange `protobuf:"bytes,7,opt,name=comparison_time_range,json=comparisonTimeRange,proto3" json:"comparison_time_range,omitempty"` Where *Expression `protobuf:"bytes,8,opt,name=where,proto3" json:"where,omitempty"` Having *Expression `protobuf:"bytes,12,opt,name=having,proto3" json:"having,omitempty"` Aliases []*MetricsViewComparisonMeasureAlias `protobuf:"bytes,15,rep,name=aliases,proto3" json:"aliases,omitempty"` Limit int64 `protobuf:"varint,9,opt,name=limit,proto3" json:"limit,omitempty"` Offset int64 `protobuf:"varint,10,opt,name=offset,proto3" json:"offset,omitempty"` Priority int32 `protobuf:"varint,11,opt,name=priority,proto3" json:"priority,omitempty"` Exact bool `protobuf:"varint,13,opt,name=exact,proto3" json:"exact,omitempty"` Filter *MetricsViewFilter `protobuf:"bytes,14,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters // contains filtered or unexported fields }
Request message for QueryService.MetricsViewComparison
func (*MetricsViewComparisonRequest) Descriptor
deprecated
added in
v0.37.0
func (*MetricsViewComparisonRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewComparisonRequest.ProtoReflect.Descriptor instead.
func (*MetricsViewComparisonRequest) GetAliases ¶ added in v0.39.0
func (x *MetricsViewComparisonRequest) GetAliases() []*MetricsViewComparisonMeasureAlias
func (*MetricsViewComparisonRequest) GetComparisonMeasures ¶ added in v0.40.0
func (x *MetricsViewComparisonRequest) GetComparisonMeasures() []string
func (*MetricsViewComparisonRequest) GetComparisonTimeRange ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetComparisonTimeRange() *TimeRange
func (*MetricsViewComparisonRequest) GetDimension ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetDimension() *MetricsViewAggregationDimension
func (*MetricsViewComparisonRequest) GetExact ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetExact() bool
func (*MetricsViewComparisonRequest) GetFilter ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetFilter() *MetricsViewFilter
func (*MetricsViewComparisonRequest) GetHaving ¶ added in v0.39.0
func (x *MetricsViewComparisonRequest) GetHaving() *Expression
func (*MetricsViewComparisonRequest) GetInstanceId ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetInstanceId() string
func (*MetricsViewComparisonRequest) GetLimit ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetLimit() int64
func (*MetricsViewComparisonRequest) GetMeasures ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetMeasures() []*MetricsViewAggregationMeasure
func (*MetricsViewComparisonRequest) GetMetricsViewName ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetMetricsViewName() string
func (*MetricsViewComparisonRequest) GetOffset ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetOffset() int64
func (*MetricsViewComparisonRequest) GetPriority ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetPriority() int32
func (*MetricsViewComparisonRequest) GetSort ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetSort() []*MetricsViewComparisonSort
func (*MetricsViewComparisonRequest) GetTimeRange ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) GetTimeRange() *TimeRange
func (*MetricsViewComparisonRequest) GetWhere ¶ added in v0.39.0
func (x *MetricsViewComparisonRequest) GetWhere() *Expression
func (*MetricsViewComparisonRequest) ProtoMessage ¶ added in v0.37.0
func (*MetricsViewComparisonRequest) ProtoMessage()
func (*MetricsViewComparisonRequest) ProtoReflect ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) ProtoReflect() protoreflect.Message
func (*MetricsViewComparisonRequest) Reset ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) Reset()
func (*MetricsViewComparisonRequest) String ¶ added in v0.37.0
func (x *MetricsViewComparisonRequest) String() string
func (*MetricsViewComparisonRequest) Validate ¶ added in v0.37.0
func (m *MetricsViewComparisonRequest) Validate() error
Validate checks the field values on MetricsViewComparisonRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewComparisonRequest) ValidateAll ¶ added in v0.37.0
func (m *MetricsViewComparisonRequest) ValidateAll() error
ValidateAll checks the field values on MetricsViewComparisonRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonRequestMultiError, or nil if none found.
type MetricsViewComparisonRequestMultiError ¶ added in v0.37.0
type MetricsViewComparisonRequestMultiError []error
MetricsViewComparisonRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonRequest.ValidateAll() if the designated constraints aren't met.
func (MetricsViewComparisonRequestMultiError) AllErrors ¶ added in v0.37.0
func (m MetricsViewComparisonRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewComparisonRequestMultiError) Error ¶ added in v0.37.0
func (m MetricsViewComparisonRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewComparisonRequestValidationError ¶ added in v0.37.0
type MetricsViewComparisonRequestValidationError struct {
// contains filtered or unexported fields
}
MetricsViewComparisonRequestValidationError is the validation error returned by MetricsViewComparisonRequest.Validate if the designated constraints aren't met.
func (MetricsViewComparisonRequestValidationError) Cause ¶ added in v0.37.0
func (e MetricsViewComparisonRequestValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewComparisonRequestValidationError) Error ¶ added in v0.37.0
func (e MetricsViewComparisonRequestValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewComparisonRequestValidationError) ErrorName ¶ added in v0.37.0
func (e MetricsViewComparisonRequestValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewComparisonRequestValidationError) Field ¶ added in v0.37.0
func (e MetricsViewComparisonRequestValidationError) Field() string
Field function returns field value.
func (MetricsViewComparisonRequestValidationError) Key ¶ added in v0.37.0
func (e MetricsViewComparisonRequestValidationError) Key() bool
Key function returns key value.
func (MetricsViewComparisonRequestValidationError) Reason ¶ added in v0.37.0
func (e MetricsViewComparisonRequestValidationError) Reason() string
Reason function returns reason value.
type MetricsViewComparisonResponse ¶ added in v0.37.0
type MetricsViewComparisonResponse struct { Rows []*MetricsViewComparisonRow `protobuf:"bytes,1,rep,name=rows,proto3" json:"rows,omitempty"` // contains filtered or unexported fields }
Response message for QueryService.MetricsViewComparison
func (*MetricsViewComparisonResponse) Descriptor
deprecated
added in
v0.37.0
func (*MetricsViewComparisonResponse) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewComparisonResponse.ProtoReflect.Descriptor instead.
func (*MetricsViewComparisonResponse) GetRows ¶ added in v0.37.0
func (x *MetricsViewComparisonResponse) GetRows() []*MetricsViewComparisonRow
func (*MetricsViewComparisonResponse) ProtoMessage ¶ added in v0.37.0
func (*MetricsViewComparisonResponse) ProtoMessage()
func (*MetricsViewComparisonResponse) ProtoReflect ¶ added in v0.37.0
func (x *MetricsViewComparisonResponse) ProtoReflect() protoreflect.Message
func (*MetricsViewComparisonResponse) Reset ¶ added in v0.37.0
func (x *MetricsViewComparisonResponse) Reset()
func (*MetricsViewComparisonResponse) String ¶ added in v0.37.0
func (x *MetricsViewComparisonResponse) String() string
func (*MetricsViewComparisonResponse) Validate ¶ added in v0.37.0
func (m *MetricsViewComparisonResponse) Validate() error
Validate checks the field values on MetricsViewComparisonResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewComparisonResponse) ValidateAll ¶ added in v0.37.0
func (m *MetricsViewComparisonResponse) ValidateAll() error
ValidateAll checks the field values on MetricsViewComparisonResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonResponseMultiError, or nil if none found.
type MetricsViewComparisonResponseMultiError ¶ added in v0.37.0
type MetricsViewComparisonResponseMultiError []error
MetricsViewComparisonResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonResponse.ValidateAll() if the designated constraints aren't met.
func (MetricsViewComparisonResponseMultiError) AllErrors ¶ added in v0.37.0
func (m MetricsViewComparisonResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewComparisonResponseMultiError) Error ¶ added in v0.37.0
func (m MetricsViewComparisonResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewComparisonResponseValidationError ¶ added in v0.37.0
type MetricsViewComparisonResponseValidationError struct {
// contains filtered or unexported fields
}
MetricsViewComparisonResponseValidationError is the validation error returned by MetricsViewComparisonResponse.Validate if the designated constraints aren't met.
func (MetricsViewComparisonResponseValidationError) Cause ¶ added in v0.37.0
func (e MetricsViewComparisonResponseValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewComparisonResponseValidationError) Error ¶ added in v0.37.0
func (e MetricsViewComparisonResponseValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewComparisonResponseValidationError) ErrorName ¶ added in v0.37.0
func (e MetricsViewComparisonResponseValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewComparisonResponseValidationError) Field ¶ added in v0.37.0
func (e MetricsViewComparisonResponseValidationError) Field() string
Field function returns field value.
func (MetricsViewComparisonResponseValidationError) Key ¶ added in v0.37.0
func (e MetricsViewComparisonResponseValidationError) Key() bool
Key function returns key value.
func (MetricsViewComparisonResponseValidationError) Reason ¶ added in v0.37.0
func (e MetricsViewComparisonResponseValidationError) Reason() string
Reason function returns reason value.
type MetricsViewComparisonRow ¶ added in v0.25.2
type MetricsViewComparisonRow struct { DimensionValue *structpb.Value `protobuf:"bytes,1,opt,name=dimension_value,json=dimensionValue,proto3" json:"dimension_value,omitempty"` MeasureValues []*MetricsViewComparisonValue `protobuf:"bytes,2,rep,name=measure_values,json=measureValues,proto3" json:"measure_values,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewComparisonRow) Descriptor
deprecated
added in
v0.25.2
func (*MetricsViewComparisonRow) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewComparisonRow.ProtoReflect.Descriptor instead.
func (*MetricsViewComparisonRow) GetDimensionValue ¶ added in v0.25.2
func (x *MetricsViewComparisonRow) GetDimensionValue() *structpb.Value
func (*MetricsViewComparisonRow) GetMeasureValues ¶ added in v0.25.2
func (x *MetricsViewComparisonRow) GetMeasureValues() []*MetricsViewComparisonValue
func (*MetricsViewComparisonRow) ProtoMessage ¶ added in v0.25.2
func (*MetricsViewComparisonRow) ProtoMessage()
func (*MetricsViewComparisonRow) ProtoReflect ¶ added in v0.25.2
func (x *MetricsViewComparisonRow) ProtoReflect() protoreflect.Message
func (*MetricsViewComparisonRow) Reset ¶ added in v0.25.2
func (x *MetricsViewComparisonRow) Reset()
func (*MetricsViewComparisonRow) String ¶ added in v0.25.2
func (x *MetricsViewComparisonRow) String() string
func (*MetricsViewComparisonRow) Validate ¶ added in v0.25.2
func (m *MetricsViewComparisonRow) Validate() error
Validate checks the field values on MetricsViewComparisonRow with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewComparisonRow) ValidateAll ¶ added in v0.25.2
func (m *MetricsViewComparisonRow) ValidateAll() error
ValidateAll checks the field values on MetricsViewComparisonRow with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonRowMultiError, or nil if none found.
type MetricsViewComparisonRowMultiError ¶ added in v0.25.2
type MetricsViewComparisonRowMultiError []error
MetricsViewComparisonRowMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonRow.ValidateAll() if the designated constraints aren't met.
func (MetricsViewComparisonRowMultiError) AllErrors ¶ added in v0.25.2
func (m MetricsViewComparisonRowMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewComparisonRowMultiError) Error ¶ added in v0.25.2
func (m MetricsViewComparisonRowMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewComparisonRowValidationError ¶ added in v0.25.2
type MetricsViewComparisonRowValidationError struct {
// contains filtered or unexported fields
}
MetricsViewComparisonRowValidationError is the validation error returned by MetricsViewComparisonRow.Validate if the designated constraints aren't met.
func (MetricsViewComparisonRowValidationError) Cause ¶ added in v0.25.2
func (e MetricsViewComparisonRowValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewComparisonRowValidationError) Error ¶ added in v0.25.2
func (e MetricsViewComparisonRowValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewComparisonRowValidationError) ErrorName ¶ added in v0.25.2
func (e MetricsViewComparisonRowValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewComparisonRowValidationError) Field ¶ added in v0.25.2
func (e MetricsViewComparisonRowValidationError) Field() string
Field function returns field value.
func (MetricsViewComparisonRowValidationError) Key ¶ added in v0.25.2
func (e MetricsViewComparisonRowValidationError) Key() bool
Key function returns key value.
func (MetricsViewComparisonRowValidationError) Reason ¶ added in v0.25.2
func (e MetricsViewComparisonRowValidationError) Reason() string
Reason function returns reason value.
type MetricsViewComparisonSort ¶ added in v0.25.2
type MetricsViewComparisonSort struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Desc bool `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"` Type MetricsViewComparisonSortType `protobuf:"varint,3,opt,name=type,proto3,enum=rill.runtime.v1.MetricsViewComparisonSortType" json:"type,omitempty"` // Deprecated. Present for backwards compatibility for older reports SortType MetricsViewComparisonMeasureType `` /* 140-byte string literal not displayed */ // contains filtered or unexported fields }
func (*MetricsViewComparisonSort) Descriptor
deprecated
added in
v0.25.2
func (*MetricsViewComparisonSort) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewComparisonSort.ProtoReflect.Descriptor instead.
func (*MetricsViewComparisonSort) GetDesc ¶ added in v0.37.0
func (x *MetricsViewComparisonSort) GetDesc() bool
func (*MetricsViewComparisonSort) GetName ¶ added in v0.37.0
func (x *MetricsViewComparisonSort) GetName() string
func (*MetricsViewComparisonSort) GetSortType ¶ added in v0.39.0
func (x *MetricsViewComparisonSort) GetSortType() MetricsViewComparisonMeasureType
func (*MetricsViewComparisonSort) GetType ¶ added in v0.25.2
func (x *MetricsViewComparisonSort) GetType() MetricsViewComparisonSortType
func (*MetricsViewComparisonSort) ProtoMessage ¶ added in v0.25.2
func (*MetricsViewComparisonSort) ProtoMessage()
func (*MetricsViewComparisonSort) ProtoReflect ¶ added in v0.25.2
func (x *MetricsViewComparisonSort) ProtoReflect() protoreflect.Message
func (*MetricsViewComparisonSort) Reset ¶ added in v0.25.2
func (x *MetricsViewComparisonSort) Reset()
func (*MetricsViewComparisonSort) String ¶ added in v0.25.2
func (x *MetricsViewComparisonSort) String() string
func (*MetricsViewComparisonSort) Validate ¶ added in v0.25.2
func (m *MetricsViewComparisonSort) Validate() error
Validate checks the field values on MetricsViewComparisonSort with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewComparisonSort) ValidateAll ¶ added in v0.25.2
func (m *MetricsViewComparisonSort) ValidateAll() error
ValidateAll checks the field values on MetricsViewComparisonSort with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonSortMultiError, or nil if none found.
type MetricsViewComparisonSortMultiError ¶ added in v0.25.2
type MetricsViewComparisonSortMultiError []error
MetricsViewComparisonSortMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonSort.ValidateAll() if the designated constraints aren't met.
func (MetricsViewComparisonSortMultiError) AllErrors ¶ added in v0.25.2
func (m MetricsViewComparisonSortMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewComparisonSortMultiError) Error ¶ added in v0.25.2
func (m MetricsViewComparisonSortMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewComparisonSortType ¶ added in v0.25.2
type MetricsViewComparisonSortType int32
Present for backwards compatibility
const ( MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_UNSPECIFIED MetricsViewComparisonSortType = 0 MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_BASE_VALUE MetricsViewComparisonSortType = 1 MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_COMPARISON_VALUE MetricsViewComparisonSortType = 2 MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_ABS_DELTA MetricsViewComparisonSortType = 3 MetricsViewComparisonSortType_METRICS_VIEW_COMPARISON_SORT_TYPE_REL_DELTA MetricsViewComparisonSortType = 4 )
func (MetricsViewComparisonSortType) Descriptor ¶ added in v0.25.2
func (MetricsViewComparisonSortType) Descriptor() protoreflect.EnumDescriptor
func (MetricsViewComparisonSortType) Enum ¶ added in v0.25.2
func (x MetricsViewComparisonSortType) Enum() *MetricsViewComparisonSortType
func (MetricsViewComparisonSortType) EnumDescriptor
deprecated
added in
v0.25.2
func (MetricsViewComparisonSortType) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetricsViewComparisonSortType.Descriptor instead.
func (MetricsViewComparisonSortType) Number ¶ added in v0.25.2
func (x MetricsViewComparisonSortType) Number() protoreflect.EnumNumber
func (MetricsViewComparisonSortType) String ¶ added in v0.25.2
func (x MetricsViewComparisonSortType) String() string
func (MetricsViewComparisonSortType) Type ¶ added in v0.25.2
func (MetricsViewComparisonSortType) Type() protoreflect.EnumType
type MetricsViewComparisonSortValidationError ¶ added in v0.25.2
type MetricsViewComparisonSortValidationError struct {
// contains filtered or unexported fields
}
MetricsViewComparisonSortValidationError is the validation error returned by MetricsViewComparisonSort.Validate if the designated constraints aren't met.
func (MetricsViewComparisonSortValidationError) Cause ¶ added in v0.25.2
func (e MetricsViewComparisonSortValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewComparisonSortValidationError) Error ¶ added in v0.25.2
func (e MetricsViewComparisonSortValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewComparisonSortValidationError) ErrorName ¶ added in v0.25.2
func (e MetricsViewComparisonSortValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewComparisonSortValidationError) Field ¶ added in v0.25.2
func (e MetricsViewComparisonSortValidationError) Field() string
Field function returns field value.
func (MetricsViewComparisonSortValidationError) Key ¶ added in v0.25.2
func (e MetricsViewComparisonSortValidationError) Key() bool
Key function returns key value.
func (MetricsViewComparisonSortValidationError) Reason ¶ added in v0.25.2
func (e MetricsViewComparisonSortValidationError) Reason() string
Reason function returns reason value.
type MetricsViewComparisonValue ¶ added in v0.25.2
type MetricsViewComparisonValue struct { MeasureName string `protobuf:"bytes,1,opt,name=measure_name,json=measureName,proto3" json:"measure_name,omitempty"` BaseValue *structpb.Value `protobuf:"bytes,2,opt,name=base_value,json=baseValue,proto3" json:"base_value,omitempty"` ComparisonValue *structpb.Value `protobuf:"bytes,3,opt,name=comparison_value,json=comparisonValue,proto3" json:"comparison_value,omitempty"` DeltaAbs *structpb.Value `protobuf:"bytes,4,opt,name=delta_abs,json=deltaAbs,proto3" json:"delta_abs,omitempty"` DeltaRel *structpb.Value `protobuf:"bytes,5,opt,name=delta_rel,json=deltaRel,proto3" json:"delta_rel,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewComparisonValue) Descriptor
deprecated
added in
v0.25.2
func (*MetricsViewComparisonValue) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewComparisonValue.ProtoReflect.Descriptor instead.
func (*MetricsViewComparisonValue) GetBaseValue ¶ added in v0.25.2
func (x *MetricsViewComparisonValue) GetBaseValue() *structpb.Value
func (*MetricsViewComparisonValue) GetComparisonValue ¶ added in v0.25.2
func (x *MetricsViewComparisonValue) GetComparisonValue() *structpb.Value
func (*MetricsViewComparisonValue) GetDeltaAbs ¶ added in v0.25.2
func (x *MetricsViewComparisonValue) GetDeltaAbs() *structpb.Value
func (*MetricsViewComparisonValue) GetDeltaRel ¶ added in v0.25.2
func (x *MetricsViewComparisonValue) GetDeltaRel() *structpb.Value
func (*MetricsViewComparisonValue) GetMeasureName ¶ added in v0.25.2
func (x *MetricsViewComparisonValue) GetMeasureName() string
func (*MetricsViewComparisonValue) ProtoMessage ¶ added in v0.25.2
func (*MetricsViewComparisonValue) ProtoMessage()
func (*MetricsViewComparisonValue) ProtoReflect ¶ added in v0.25.2
func (x *MetricsViewComparisonValue) ProtoReflect() protoreflect.Message
func (*MetricsViewComparisonValue) Reset ¶ added in v0.25.2
func (x *MetricsViewComparisonValue) Reset()
func (*MetricsViewComparisonValue) String ¶ added in v0.25.2
func (x *MetricsViewComparisonValue) String() string
func (*MetricsViewComparisonValue) Validate ¶ added in v0.25.2
func (m *MetricsViewComparisonValue) Validate() error
Validate checks the field values on MetricsViewComparisonValue with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewComparisonValue) ValidateAll ¶ added in v0.25.2
func (m *MetricsViewComparisonValue) ValidateAll() error
ValidateAll checks the field values on MetricsViewComparisonValue with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewComparisonValueMultiError, or nil if none found.
type MetricsViewComparisonValueMultiError ¶ added in v0.25.2
type MetricsViewComparisonValueMultiError []error
MetricsViewComparisonValueMultiError is an error wrapping multiple validation errors returned by MetricsViewComparisonValue.ValidateAll() if the designated constraints aren't met.
func (MetricsViewComparisonValueMultiError) AllErrors ¶ added in v0.25.2
func (m MetricsViewComparisonValueMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewComparisonValueMultiError) Error ¶ added in v0.25.2
func (m MetricsViewComparisonValueMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewComparisonValueValidationError ¶ added in v0.25.2
type MetricsViewComparisonValueValidationError struct {
// contains filtered or unexported fields
}
MetricsViewComparisonValueValidationError is the validation error returned by MetricsViewComparisonValue.Validate if the designated constraints aren't met.
func (MetricsViewComparisonValueValidationError) Cause ¶ added in v0.25.2
func (e MetricsViewComparisonValueValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewComparisonValueValidationError) Error ¶ added in v0.25.2
func (e MetricsViewComparisonValueValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewComparisonValueValidationError) ErrorName ¶ added in v0.25.2
func (e MetricsViewComparisonValueValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewComparisonValueValidationError) Field ¶ added in v0.25.2
func (e MetricsViewComparisonValueValidationError) Field() string
Field function returns field value.
func (MetricsViewComparisonValueValidationError) Key ¶ added in v0.25.2
func (e MetricsViewComparisonValueValidationError) Key() bool
Key function returns key value.
func (MetricsViewComparisonValueValidationError) Reason ¶ added in v0.25.2
func (e MetricsViewComparisonValueValidationError) 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 }
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 MetricsViewRowsRequest ¶ added in v0.24.4
type MetricsViewRowsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"` TimeStart *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"` TimeEnd *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"` TimeGranularity TimeGrain `` /* 139-byte string literal not displayed */ Where *Expression `protobuf:"bytes,5,opt,name=where,proto3" json:"where,omitempty"` Sort []*MetricsViewSort `protobuf:"bytes,6,rep,name=sort,proto3" json:"sort,omitempty"` Limit int32 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` Offset int64 `protobuf:"varint,8,opt,name=offset,proto3" json:"offset,omitempty"` Priority int32 `protobuf:"varint,9,opt,name=priority,proto3" json:"priority,omitempty"` TimeZone string `protobuf:"bytes,11,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` Filter *MetricsViewFilter `protobuf:"bytes,12,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters // contains filtered or unexported fields }
func (*MetricsViewRowsRequest) Descriptor
deprecated
added in
v0.24.4
func (*MetricsViewRowsRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewRowsRequest.ProtoReflect.Descriptor instead.
func (*MetricsViewRowsRequest) GetFilter ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) GetFilter() *MetricsViewFilter
func (*MetricsViewRowsRequest) GetInstanceId ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) GetInstanceId() string
func (*MetricsViewRowsRequest) GetLimit ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) GetLimit() int32
func (*MetricsViewRowsRequest) GetMetricsViewName ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) GetMetricsViewName() string
func (*MetricsViewRowsRequest) GetOffset ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) GetOffset() int64
func (*MetricsViewRowsRequest) GetPriority ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) GetPriority() int32
func (*MetricsViewRowsRequest) GetSort ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) GetSort() []*MetricsViewSort
func (*MetricsViewRowsRequest) GetTimeEnd ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) GetTimeEnd() *timestamppb.Timestamp
func (*MetricsViewRowsRequest) GetTimeGranularity ¶ added in v0.28.2
func (x *MetricsViewRowsRequest) GetTimeGranularity() TimeGrain
func (*MetricsViewRowsRequest) GetTimeStart ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) GetTimeStart() *timestamppb.Timestamp
func (*MetricsViewRowsRequest) GetTimeZone ¶ added in v0.30.0
func (x *MetricsViewRowsRequest) GetTimeZone() string
func (*MetricsViewRowsRequest) GetWhere ¶ added in v0.39.0
func (x *MetricsViewRowsRequest) GetWhere() *Expression
func (*MetricsViewRowsRequest) ProtoMessage ¶ added in v0.24.4
func (*MetricsViewRowsRequest) ProtoMessage()
func (*MetricsViewRowsRequest) ProtoReflect ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) ProtoReflect() protoreflect.Message
func (*MetricsViewRowsRequest) Reset ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) Reset()
func (*MetricsViewRowsRequest) String ¶ added in v0.24.4
func (x *MetricsViewRowsRequest) String() string
func (*MetricsViewRowsRequest) Validate ¶ added in v0.24.4
func (m *MetricsViewRowsRequest) Validate() error
Validate checks the field values on MetricsViewRowsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewRowsRequest) ValidateAll ¶ added in v0.24.4
func (m *MetricsViewRowsRequest) ValidateAll() error
ValidateAll checks the field values on MetricsViewRowsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewRowsRequestMultiError, or nil if none found.
type MetricsViewRowsRequestMultiError ¶ added in v0.24.4
type MetricsViewRowsRequestMultiError []error
MetricsViewRowsRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewRowsRequest.ValidateAll() if the designated constraints aren't met.
func (MetricsViewRowsRequestMultiError) AllErrors ¶ added in v0.24.4
func (m MetricsViewRowsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewRowsRequestMultiError) Error ¶ added in v0.24.4
func (m MetricsViewRowsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewRowsRequestValidationError ¶ added in v0.24.4
type MetricsViewRowsRequestValidationError struct {
// contains filtered or unexported fields
}
MetricsViewRowsRequestValidationError is the validation error returned by MetricsViewRowsRequest.Validate if the designated constraints aren't met.
func (MetricsViewRowsRequestValidationError) Cause ¶ added in v0.24.4
func (e MetricsViewRowsRequestValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewRowsRequestValidationError) Error ¶ added in v0.24.4
func (e MetricsViewRowsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewRowsRequestValidationError) ErrorName ¶ added in v0.24.4
func (e MetricsViewRowsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewRowsRequestValidationError) Field ¶ added in v0.24.4
func (e MetricsViewRowsRequestValidationError) Field() string
Field function returns field value.
func (MetricsViewRowsRequestValidationError) Key ¶ added in v0.24.4
func (e MetricsViewRowsRequestValidationError) Key() bool
Key function returns key value.
func (MetricsViewRowsRequestValidationError) Reason ¶ added in v0.24.4
func (e MetricsViewRowsRequestValidationError) Reason() string
Reason function returns reason value.
type MetricsViewRowsResponse ¶ added in v0.24.4
type MetricsViewRowsResponse 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 }
func (*MetricsViewRowsResponse) Descriptor
deprecated
added in
v0.24.4
func (*MetricsViewRowsResponse) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewRowsResponse.ProtoReflect.Descriptor instead.
func (*MetricsViewRowsResponse) GetData ¶ added in v0.24.4
func (x *MetricsViewRowsResponse) GetData() []*structpb.Struct
func (*MetricsViewRowsResponse) GetMeta ¶ added in v0.24.4
func (x *MetricsViewRowsResponse) GetMeta() []*MetricsViewColumn
func (*MetricsViewRowsResponse) ProtoMessage ¶ added in v0.24.4
func (*MetricsViewRowsResponse) ProtoMessage()
func (*MetricsViewRowsResponse) ProtoReflect ¶ added in v0.24.4
func (x *MetricsViewRowsResponse) ProtoReflect() protoreflect.Message
func (*MetricsViewRowsResponse) Reset ¶ added in v0.24.4
func (x *MetricsViewRowsResponse) Reset()
func (*MetricsViewRowsResponse) String ¶ added in v0.24.4
func (x *MetricsViewRowsResponse) String() string
func (*MetricsViewRowsResponse) Validate ¶ added in v0.24.4
func (m *MetricsViewRowsResponse) Validate() error
Validate checks the field values on MetricsViewRowsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewRowsResponse) ValidateAll ¶ added in v0.24.4
func (m *MetricsViewRowsResponse) ValidateAll() error
ValidateAll checks the field values on MetricsViewRowsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewRowsResponseMultiError, or nil if none found.
type MetricsViewRowsResponseMultiError ¶ added in v0.24.4
type MetricsViewRowsResponseMultiError []error
MetricsViewRowsResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewRowsResponse.ValidateAll() if the designated constraints aren't met.
func (MetricsViewRowsResponseMultiError) AllErrors ¶ added in v0.24.4
func (m MetricsViewRowsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewRowsResponseMultiError) Error ¶ added in v0.24.4
func (m MetricsViewRowsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewRowsResponseValidationError ¶ added in v0.24.4
type MetricsViewRowsResponseValidationError struct {
// contains filtered or unexported fields
}
MetricsViewRowsResponseValidationError is the validation error returned by MetricsViewRowsResponse.Validate if the designated constraints aren't met.
func (MetricsViewRowsResponseValidationError) Cause ¶ added in v0.24.4
func (e MetricsViewRowsResponseValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewRowsResponseValidationError) Error ¶ added in v0.24.4
func (e MetricsViewRowsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewRowsResponseValidationError) ErrorName ¶ added in v0.24.4
func (e MetricsViewRowsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewRowsResponseValidationError) Field ¶ added in v0.24.4
func (e MetricsViewRowsResponseValidationError) Field() string
Field function returns field value.
func (MetricsViewRowsResponseValidationError) Key ¶ added in v0.24.4
func (e MetricsViewRowsResponseValidationError) Key() bool
Key function returns key value.
func (MetricsViewRowsResponseValidationError) Reason ¶ added in v0.24.4
func (e MetricsViewRowsResponseValidationError) Reason() string
Reason function returns reason value.
type MetricsViewSchemaRequest ¶ added in v0.40.0
type MetricsViewSchemaRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"` Priority int32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewSchemaRequest) Descriptor
deprecated
added in
v0.40.0
func (*MetricsViewSchemaRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewSchemaRequest.ProtoReflect.Descriptor instead.
func (*MetricsViewSchemaRequest) GetInstanceId ¶ added in v0.40.0
func (x *MetricsViewSchemaRequest) GetInstanceId() string
func (*MetricsViewSchemaRequest) GetMetricsViewName ¶ added in v0.40.0
func (x *MetricsViewSchemaRequest) GetMetricsViewName() string
func (*MetricsViewSchemaRequest) GetPriority ¶ added in v0.40.0
func (x *MetricsViewSchemaRequest) GetPriority() int32
func (*MetricsViewSchemaRequest) ProtoMessage ¶ added in v0.40.0
func (*MetricsViewSchemaRequest) ProtoMessage()
func (*MetricsViewSchemaRequest) ProtoReflect ¶ added in v0.40.0
func (x *MetricsViewSchemaRequest) ProtoReflect() protoreflect.Message
func (*MetricsViewSchemaRequest) Reset ¶ added in v0.40.0
func (x *MetricsViewSchemaRequest) Reset()
func (*MetricsViewSchemaRequest) String ¶ added in v0.40.0
func (x *MetricsViewSchemaRequest) String() string
func (*MetricsViewSchemaRequest) Validate ¶ added in v0.40.0
func (m *MetricsViewSchemaRequest) Validate() error
Validate checks the field values on MetricsViewSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewSchemaRequest) ValidateAll ¶ added in v0.40.0
func (m *MetricsViewSchemaRequest) ValidateAll() error
ValidateAll checks the field values on MetricsViewSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSchemaRequestMultiError, or nil if none found.
type MetricsViewSchemaRequestMultiError ¶ added in v0.40.0
type MetricsViewSchemaRequestMultiError []error
MetricsViewSchemaRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewSchemaRequest.ValidateAll() if the designated constraints aren't met.
func (MetricsViewSchemaRequestMultiError) AllErrors ¶ added in v0.40.0
func (m MetricsViewSchemaRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewSchemaRequestMultiError) Error ¶ added in v0.40.0
func (m MetricsViewSchemaRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewSchemaRequestValidationError ¶ added in v0.40.0
type MetricsViewSchemaRequestValidationError struct {
// contains filtered or unexported fields
}
MetricsViewSchemaRequestValidationError is the validation error returned by MetricsViewSchemaRequest.Validate if the designated constraints aren't met.
func (MetricsViewSchemaRequestValidationError) Cause ¶ added in v0.40.0
func (e MetricsViewSchemaRequestValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSchemaRequestValidationError) Error ¶ added in v0.40.0
func (e MetricsViewSchemaRequestValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewSchemaRequestValidationError) ErrorName ¶ added in v0.40.0
func (e MetricsViewSchemaRequestValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewSchemaRequestValidationError) Field ¶ added in v0.40.0
func (e MetricsViewSchemaRequestValidationError) Field() string
Field function returns field value.
func (MetricsViewSchemaRequestValidationError) Key ¶ added in v0.40.0
func (e MetricsViewSchemaRequestValidationError) Key() bool
Key function returns key value.
func (MetricsViewSchemaRequestValidationError) Reason ¶ added in v0.40.0
func (e MetricsViewSchemaRequestValidationError) Reason() string
Reason function returns reason value.
type MetricsViewSchemaResponse ¶ added in v0.40.0
type MetricsViewSchemaResponse struct { Schema *StructType `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewSchemaResponse) Descriptor
deprecated
added in
v0.40.0
func (*MetricsViewSchemaResponse) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewSchemaResponse.ProtoReflect.Descriptor instead.
func (*MetricsViewSchemaResponse) GetSchema ¶ added in v0.40.0
func (x *MetricsViewSchemaResponse) GetSchema() *StructType
func (*MetricsViewSchemaResponse) ProtoMessage ¶ added in v0.40.0
func (*MetricsViewSchemaResponse) ProtoMessage()
func (*MetricsViewSchemaResponse) ProtoReflect ¶ added in v0.40.0
func (x *MetricsViewSchemaResponse) ProtoReflect() protoreflect.Message
func (*MetricsViewSchemaResponse) Reset ¶ added in v0.40.0
func (x *MetricsViewSchemaResponse) Reset()
func (*MetricsViewSchemaResponse) String ¶ added in v0.40.0
func (x *MetricsViewSchemaResponse) String() string
func (*MetricsViewSchemaResponse) Validate ¶ added in v0.40.0
func (m *MetricsViewSchemaResponse) Validate() error
Validate checks the field values on MetricsViewSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewSchemaResponse) ValidateAll ¶ added in v0.40.0
func (m *MetricsViewSchemaResponse) ValidateAll() error
ValidateAll checks the field values on MetricsViewSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSchemaResponseMultiError, or nil if none found.
type MetricsViewSchemaResponseMultiError ¶ added in v0.40.0
type MetricsViewSchemaResponseMultiError []error
MetricsViewSchemaResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewSchemaResponse.ValidateAll() if the designated constraints aren't met.
func (MetricsViewSchemaResponseMultiError) AllErrors ¶ added in v0.40.0
func (m MetricsViewSchemaResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewSchemaResponseMultiError) Error ¶ added in v0.40.0
func (m MetricsViewSchemaResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewSchemaResponseValidationError ¶ added in v0.40.0
type MetricsViewSchemaResponseValidationError struct {
// contains filtered or unexported fields
}
MetricsViewSchemaResponseValidationError is the validation error returned by MetricsViewSchemaResponse.Validate if the designated constraints aren't met.
func (MetricsViewSchemaResponseValidationError) Cause ¶ added in v0.40.0
func (e MetricsViewSchemaResponseValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSchemaResponseValidationError) Error ¶ added in v0.40.0
func (e MetricsViewSchemaResponseValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewSchemaResponseValidationError) ErrorName ¶ added in v0.40.0
func (e MetricsViewSchemaResponseValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewSchemaResponseValidationError) Field ¶ added in v0.40.0
func (e MetricsViewSchemaResponseValidationError) Field() string
Field function returns field value.
func (MetricsViewSchemaResponseValidationError) Key ¶ added in v0.40.0
func (e MetricsViewSchemaResponseValidationError) Key() bool
Key function returns key value.
func (MetricsViewSchemaResponseValidationError) Reason ¶ added in v0.40.0
func (e MetricsViewSchemaResponseValidationError) Reason() string
Reason function returns reason value.
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 }
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 MetricsViewSpec ¶ added in v0.30.0
type MetricsViewSpec struct { // Connector containing the table Connector string `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"` // Name of the table the metrics view is based on Table string `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"` // User friendly label for the dashboard Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` // Description of the dashboard Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // Name of the primary time dimension, used for rendering time series TimeDimension string `protobuf:"bytes,5,opt,name=time_dimension,json=timeDimension,proto3" json:"time_dimension,omitempty"` // Dimensions in the metrics view Dimensions []*MetricsViewSpec_DimensionV2 `protobuf:"bytes,6,rep,name=dimensions,proto3" json:"dimensions,omitempty"` // Measures in the metrics view Measures []*MetricsViewSpec_MeasureV2 `protobuf:"bytes,7,rep,name=measures,proto3" json:"measures,omitempty"` // Smallest time grain to show in the dashboard SmallestTimeGrain TimeGrain `` /* 146-byte string literal not displayed */ // Default time range for the dashboard. It should be a valid ISO 8601 duration string. DefaultTimeRange string `protobuf:"bytes,9,opt,name=default_time_range,json=defaultTimeRange,proto3" json:"default_time_range,omitempty"` // Available time zones list preferred time zones using IANA location identifiers AvailableTimeZones []string `protobuf:"bytes,10,rep,name=available_time_zones,json=availableTimeZones,proto3" json:"available_time_zones,omitempty"` // Security for the dashboard Security *MetricsViewSpec_SecurityV2 `protobuf:"bytes,11,opt,name=security,proto3" json:"security,omitempty"` // ISO 8601 weekday number to use as the base for time aggregations by week. Defaults to 1 (Monday). FirstDayOfWeek uint32 `protobuf:"varint,12,opt,name=first_day_of_week,json=firstDayOfWeek,proto3" json:"first_day_of_week,omitempty"` // Month number to use as the base for time aggregations by year. Defaults to 1 (January). FirstMonthOfYear uint32 `protobuf:"varint,13,opt,name=first_month_of_year,json=firstMonthOfYear,proto3" json:"first_month_of_year,omitempty"` // Selected default comparison mode. DefaultComparisonMode MetricsViewSpec_ComparisonMode `` /* 180-byte string literal not displayed */ // If comparison mode is dimension then this determines which is the default dimension DefaultComparisonDimension string `` /* 142-byte string literal not displayed */ // List of available time ranges with comparison ranges that would replace the default list. AvailableTimeRanges []*MetricsViewSpec_AvailableTimeRange `protobuf:"bytes,16,rep,name=available_time_ranges,json=availableTimeRanges,proto3" json:"available_time_ranges,omitempty"` // Default theme to apply DefaultTheme string `protobuf:"bytes,17,opt,name=default_theme,json=defaultTheme,proto3" json:"default_theme,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewSpec) Descriptor
deprecated
added in
v0.30.0
func (*MetricsViewSpec) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewSpec.ProtoReflect.Descriptor instead.
func (*MetricsViewSpec) GetAvailableTimeRanges ¶ added in v0.38.0
func (x *MetricsViewSpec) GetAvailableTimeRanges() []*MetricsViewSpec_AvailableTimeRange
func (*MetricsViewSpec) GetAvailableTimeZones ¶ added in v0.30.0
func (x *MetricsViewSpec) GetAvailableTimeZones() []string
func (*MetricsViewSpec) GetConnector ¶ added in v0.32.0
func (x *MetricsViewSpec) GetConnector() string
func (*MetricsViewSpec) GetDefaultComparisonDimension ¶ added in v0.37.0
func (x *MetricsViewSpec) GetDefaultComparisonDimension() string
func (*MetricsViewSpec) GetDefaultComparisonMode ¶ added in v0.37.0
func (x *MetricsViewSpec) GetDefaultComparisonMode() MetricsViewSpec_ComparisonMode
func (*MetricsViewSpec) GetDefaultTheme ¶ added in v0.38.0
func (x *MetricsViewSpec) GetDefaultTheme() string
func (*MetricsViewSpec) GetDefaultTimeRange ¶ added in v0.30.0
func (x *MetricsViewSpec) GetDefaultTimeRange() string
func (*MetricsViewSpec) GetDescription ¶ added in v0.30.0
func (x *MetricsViewSpec) GetDescription() string
func (*MetricsViewSpec) GetDimensions ¶ added in v0.30.0
func (x *MetricsViewSpec) GetDimensions() []*MetricsViewSpec_DimensionV2
func (*MetricsViewSpec) GetFirstDayOfWeek ¶ added in v0.35.2
func (x *MetricsViewSpec) GetFirstDayOfWeek() uint32
func (*MetricsViewSpec) GetFirstMonthOfYear ¶ added in v0.35.2
func (x *MetricsViewSpec) GetFirstMonthOfYear() uint32
func (*MetricsViewSpec) GetMeasures ¶ added in v0.30.0
func (x *MetricsViewSpec) GetMeasures() []*MetricsViewSpec_MeasureV2
func (*MetricsViewSpec) GetSecurity ¶ added in v0.33.0
func (x *MetricsViewSpec) GetSecurity() *MetricsViewSpec_SecurityV2
func (*MetricsViewSpec) GetSmallestTimeGrain ¶ added in v0.30.0
func (x *MetricsViewSpec) GetSmallestTimeGrain() TimeGrain
func (*MetricsViewSpec) GetTable ¶ added in v0.32.0
func (x *MetricsViewSpec) GetTable() string
func (*MetricsViewSpec) GetTimeDimension ¶ added in v0.30.0
func (x *MetricsViewSpec) GetTimeDimension() string
func (*MetricsViewSpec) GetTitle ¶ added in v0.30.0
func (x *MetricsViewSpec) GetTitle() string
func (*MetricsViewSpec) ProtoMessage ¶ added in v0.30.0
func (*MetricsViewSpec) ProtoMessage()
func (*MetricsViewSpec) ProtoReflect ¶ added in v0.30.0
func (x *MetricsViewSpec) ProtoReflect() protoreflect.Message
func (*MetricsViewSpec) Reset ¶ added in v0.30.0
func (x *MetricsViewSpec) Reset()
func (*MetricsViewSpec) String ¶ added in v0.30.0
func (x *MetricsViewSpec) String() string
func (*MetricsViewSpec) Validate ¶ added in v0.30.0
func (m *MetricsViewSpec) Validate() error
Validate checks the field values on MetricsViewSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewSpec) ValidateAll ¶ added in v0.30.0
func (m *MetricsViewSpec) ValidateAll() error
ValidateAll checks the field values on MetricsViewSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpecMultiError, or nil if none found.
type MetricsViewSpecMultiError ¶ added in v0.30.0
type MetricsViewSpecMultiError []error
MetricsViewSpecMultiError is an error wrapping multiple validation errors returned by MetricsViewSpec.ValidateAll() if the designated constraints aren't met.
func (MetricsViewSpecMultiError) AllErrors ¶ added in v0.30.0
func (m MetricsViewSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewSpecMultiError) Error ¶ added in v0.30.0
func (m MetricsViewSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewSpecValidationError ¶ added in v0.30.0
type MetricsViewSpecValidationError struct {
// contains filtered or unexported fields
}
MetricsViewSpecValidationError is the validation error returned by MetricsViewSpec.Validate if the designated constraints aren't met.
func (MetricsViewSpecValidationError) Cause ¶ added in v0.30.0
func (e MetricsViewSpecValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSpecValidationError) Error ¶ added in v0.30.0
func (e MetricsViewSpecValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewSpecValidationError) ErrorName ¶ added in v0.30.0
func (e MetricsViewSpecValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewSpecValidationError) Field ¶ added in v0.30.0
func (e MetricsViewSpecValidationError) Field() string
Field function returns field value.
func (MetricsViewSpecValidationError) Key ¶ added in v0.30.0
func (e MetricsViewSpecValidationError) Key() bool
Key function returns key value.
func (MetricsViewSpecValidationError) Reason ¶ added in v0.30.0
func (e MetricsViewSpecValidationError) Reason() string
Reason function returns reason value.
type MetricsViewSpec_AvailableComparisonOffset ¶ added in v0.38.0
type MetricsViewSpec_AvailableComparisonOffset struct { Offset string `protobuf:"bytes,1,opt,name=offset,proto3" json:"offset,omitempty"` // Used to override the range for the comparison with something other than the selected range. Range string `protobuf:"bytes,2,opt,name=range,proto3" json:"range,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewSpec_AvailableComparisonOffset) Descriptor
deprecated
added in
v0.38.0
func (*MetricsViewSpec_AvailableComparisonOffset) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewSpec_AvailableComparisonOffset.ProtoReflect.Descriptor instead.
func (*MetricsViewSpec_AvailableComparisonOffset) GetOffset ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableComparisonOffset) GetOffset() string
func (*MetricsViewSpec_AvailableComparisonOffset) GetRange ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableComparisonOffset) GetRange() string
func (*MetricsViewSpec_AvailableComparisonOffset) ProtoMessage ¶ added in v0.38.0
func (*MetricsViewSpec_AvailableComparisonOffset) ProtoMessage()
func (*MetricsViewSpec_AvailableComparisonOffset) ProtoReflect ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableComparisonOffset) ProtoReflect() protoreflect.Message
func (*MetricsViewSpec_AvailableComparisonOffset) Reset ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableComparisonOffset) Reset()
func (*MetricsViewSpec_AvailableComparisonOffset) String ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableComparisonOffset) String() string
func (*MetricsViewSpec_AvailableComparisonOffset) Validate ¶ added in v0.38.0
func (m *MetricsViewSpec_AvailableComparisonOffset) Validate() error
Validate checks the field values on MetricsViewSpec_AvailableComparisonOffset with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewSpec_AvailableComparisonOffset) ValidateAll ¶ added in v0.38.0
func (m *MetricsViewSpec_AvailableComparisonOffset) ValidateAll() error
ValidateAll checks the field values on MetricsViewSpec_AvailableComparisonOffset with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_AvailableComparisonOffsetMultiError, or nil if none found.
type MetricsViewSpec_AvailableComparisonOffsetMultiError ¶ added in v0.38.0
type MetricsViewSpec_AvailableComparisonOffsetMultiError []error
MetricsViewSpec_AvailableComparisonOffsetMultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_AvailableComparisonOffset.ValidateAll() if the designated constraints aren't met.
func (MetricsViewSpec_AvailableComparisonOffsetMultiError) AllErrors ¶ added in v0.38.0
func (m MetricsViewSpec_AvailableComparisonOffsetMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewSpec_AvailableComparisonOffsetMultiError) Error ¶ added in v0.38.0
func (m MetricsViewSpec_AvailableComparisonOffsetMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewSpec_AvailableComparisonOffsetValidationError ¶ added in v0.38.0
type MetricsViewSpec_AvailableComparisonOffsetValidationError struct {
// contains filtered or unexported fields
}
MetricsViewSpec_AvailableComparisonOffsetValidationError is the validation error returned by MetricsViewSpec_AvailableComparisonOffset.Validate if the designated constraints aren't met.
func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Cause ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Error ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewSpec_AvailableComparisonOffsetValidationError) ErrorName ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Field ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Field() string
Field function returns field value.
func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Key ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Key() bool
Key function returns key value.
func (MetricsViewSpec_AvailableComparisonOffsetValidationError) Reason ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableComparisonOffsetValidationError) Reason() string
Reason function returns reason value.
type MetricsViewSpec_AvailableTimeRange ¶ added in v0.38.0
type MetricsViewSpec_AvailableTimeRange struct { Range string `protobuf:"bytes,1,opt,name=range,proto3" json:"range,omitempty"` // Available comparison offsets for this time range. ComparisonOffsets []*MetricsViewSpec_AvailableComparisonOffset `protobuf:"bytes,2,rep,name=comparison_offsets,json=comparisonOffsets,proto3" json:"comparison_offsets,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewSpec_AvailableTimeRange) Descriptor
deprecated
added in
v0.38.0
func (*MetricsViewSpec_AvailableTimeRange) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewSpec_AvailableTimeRange.ProtoReflect.Descriptor instead.
func (*MetricsViewSpec_AvailableTimeRange) GetComparisonOffsets ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableTimeRange) GetComparisonOffsets() []*MetricsViewSpec_AvailableComparisonOffset
func (*MetricsViewSpec_AvailableTimeRange) GetRange ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableTimeRange) GetRange() string
func (*MetricsViewSpec_AvailableTimeRange) ProtoMessage ¶ added in v0.38.0
func (*MetricsViewSpec_AvailableTimeRange) ProtoMessage()
func (*MetricsViewSpec_AvailableTimeRange) ProtoReflect ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableTimeRange) ProtoReflect() protoreflect.Message
func (*MetricsViewSpec_AvailableTimeRange) Reset ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableTimeRange) Reset()
func (*MetricsViewSpec_AvailableTimeRange) String ¶ added in v0.38.0
func (x *MetricsViewSpec_AvailableTimeRange) String() string
func (*MetricsViewSpec_AvailableTimeRange) Validate ¶ added in v0.38.0
func (m *MetricsViewSpec_AvailableTimeRange) Validate() error
Validate checks the field values on MetricsViewSpec_AvailableTimeRange with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewSpec_AvailableTimeRange) ValidateAll ¶ added in v0.38.0
func (m *MetricsViewSpec_AvailableTimeRange) ValidateAll() error
ValidateAll checks the field values on MetricsViewSpec_AvailableTimeRange with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_AvailableTimeRangeMultiError, or nil if none found.
type MetricsViewSpec_AvailableTimeRangeMultiError ¶ added in v0.38.0
type MetricsViewSpec_AvailableTimeRangeMultiError []error
MetricsViewSpec_AvailableTimeRangeMultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_AvailableTimeRange.ValidateAll() if the designated constraints aren't met.
func (MetricsViewSpec_AvailableTimeRangeMultiError) AllErrors ¶ added in v0.38.0
func (m MetricsViewSpec_AvailableTimeRangeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewSpec_AvailableTimeRangeMultiError) Error ¶ added in v0.38.0
func (m MetricsViewSpec_AvailableTimeRangeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewSpec_AvailableTimeRangeValidationError ¶ added in v0.38.0
type MetricsViewSpec_AvailableTimeRangeValidationError struct {
// contains filtered or unexported fields
}
MetricsViewSpec_AvailableTimeRangeValidationError is the validation error returned by MetricsViewSpec_AvailableTimeRange.Validate if the designated constraints aren't met.
func (MetricsViewSpec_AvailableTimeRangeValidationError) Cause ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableTimeRangeValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSpec_AvailableTimeRangeValidationError) Error ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableTimeRangeValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewSpec_AvailableTimeRangeValidationError) ErrorName ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableTimeRangeValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewSpec_AvailableTimeRangeValidationError) Field ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableTimeRangeValidationError) Field() string
Field function returns field value.
func (MetricsViewSpec_AvailableTimeRangeValidationError) Key ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableTimeRangeValidationError) Key() bool
Key function returns key value.
func (MetricsViewSpec_AvailableTimeRangeValidationError) Reason ¶ added in v0.38.0
func (e MetricsViewSpec_AvailableTimeRangeValidationError) Reason() string
Reason function returns reason value.
type MetricsViewSpec_ComparisonMode ¶ added in v0.37.0
type MetricsViewSpec_ComparisonMode int32
const ( MetricsViewSpec_COMPARISON_MODE_UNSPECIFIED MetricsViewSpec_ComparisonMode = 0 MetricsViewSpec_COMPARISON_MODE_NONE MetricsViewSpec_ComparisonMode = 1 MetricsViewSpec_COMPARISON_MODE_TIME MetricsViewSpec_ComparisonMode = 2 MetricsViewSpec_COMPARISON_MODE_DIMENSION MetricsViewSpec_ComparisonMode = 3 )
func (MetricsViewSpec_ComparisonMode) Descriptor ¶ added in v0.37.0
func (MetricsViewSpec_ComparisonMode) Descriptor() protoreflect.EnumDescriptor
func (MetricsViewSpec_ComparisonMode) Enum ¶ added in v0.37.0
func (x MetricsViewSpec_ComparisonMode) Enum() *MetricsViewSpec_ComparisonMode
func (MetricsViewSpec_ComparisonMode) EnumDescriptor
deprecated
added in
v0.37.0
func (MetricsViewSpec_ComparisonMode) EnumDescriptor() ([]byte, []int)
Deprecated: Use MetricsViewSpec_ComparisonMode.Descriptor instead.
func (MetricsViewSpec_ComparisonMode) Number ¶ added in v0.37.0
func (x MetricsViewSpec_ComparisonMode) Number() protoreflect.EnumNumber
func (MetricsViewSpec_ComparisonMode) String ¶ added in v0.37.0
func (x MetricsViewSpec_ComparisonMode) String() string
func (MetricsViewSpec_ComparisonMode) Type ¶ added in v0.37.0
func (MetricsViewSpec_ComparisonMode) Type() protoreflect.EnumType
type MetricsViewSpec_DimensionV2 ¶ added in v0.30.0
type MetricsViewSpec_DimensionV2 struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Column string `protobuf:"bytes,2,opt,name=column,proto3" json:"column,omitempty"` Expression string `protobuf:"bytes,6,opt,name=expression,proto3" json:"expression,omitempty"` Label string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Unnest bool `protobuf:"varint,5,opt,name=unnest,proto3" json:"unnest,omitempty"` // contains filtered or unexported fields }
Dimensions are columns to filter and group by
func (*MetricsViewSpec_DimensionV2) Descriptor
deprecated
added in
v0.30.0
func (*MetricsViewSpec_DimensionV2) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewSpec_DimensionV2.ProtoReflect.Descriptor instead.
func (*MetricsViewSpec_DimensionV2) GetColumn ¶ added in v0.30.0
func (x *MetricsViewSpec_DimensionV2) GetColumn() string
func (*MetricsViewSpec_DimensionV2) GetDescription ¶ added in v0.30.0
func (x *MetricsViewSpec_DimensionV2) GetDescription() string
func (*MetricsViewSpec_DimensionV2) GetExpression ¶ added in v0.39.0
func (x *MetricsViewSpec_DimensionV2) GetExpression() string
func (*MetricsViewSpec_DimensionV2) GetLabel ¶ added in v0.30.0
func (x *MetricsViewSpec_DimensionV2) GetLabel() string
func (*MetricsViewSpec_DimensionV2) GetName ¶ added in v0.30.0
func (x *MetricsViewSpec_DimensionV2) GetName() string
func (*MetricsViewSpec_DimensionV2) GetUnnest ¶ added in v0.37.0
func (x *MetricsViewSpec_DimensionV2) GetUnnest() bool
func (*MetricsViewSpec_DimensionV2) ProtoMessage ¶ added in v0.30.0
func (*MetricsViewSpec_DimensionV2) ProtoMessage()
func (*MetricsViewSpec_DimensionV2) ProtoReflect ¶ added in v0.30.0
func (x *MetricsViewSpec_DimensionV2) ProtoReflect() protoreflect.Message
func (*MetricsViewSpec_DimensionV2) Reset ¶ added in v0.30.0
func (x *MetricsViewSpec_DimensionV2) Reset()
func (*MetricsViewSpec_DimensionV2) String ¶ added in v0.30.0
func (x *MetricsViewSpec_DimensionV2) String() string
func (*MetricsViewSpec_DimensionV2) Validate ¶ added in v0.30.0
func (m *MetricsViewSpec_DimensionV2) Validate() error
Validate checks the field values on MetricsViewSpec_DimensionV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewSpec_DimensionV2) ValidateAll ¶ added in v0.30.0
func (m *MetricsViewSpec_DimensionV2) ValidateAll() error
ValidateAll checks the field values on MetricsViewSpec_DimensionV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_DimensionV2MultiError, or nil if none found.
type MetricsViewSpec_DimensionV2MultiError ¶ added in v0.30.0
type MetricsViewSpec_DimensionV2MultiError []error
MetricsViewSpec_DimensionV2MultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_DimensionV2.ValidateAll() if the designated constraints aren't met.
func (MetricsViewSpec_DimensionV2MultiError) AllErrors ¶ added in v0.30.0
func (m MetricsViewSpec_DimensionV2MultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewSpec_DimensionV2MultiError) Error ¶ added in v0.30.0
func (m MetricsViewSpec_DimensionV2MultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewSpec_DimensionV2ValidationError ¶ added in v0.30.0
type MetricsViewSpec_DimensionV2ValidationError struct {
// contains filtered or unexported fields
}
MetricsViewSpec_DimensionV2ValidationError is the validation error returned by MetricsViewSpec_DimensionV2.Validate if the designated constraints aren't met.
func (MetricsViewSpec_DimensionV2ValidationError) Cause ¶ added in v0.30.0
func (e MetricsViewSpec_DimensionV2ValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSpec_DimensionV2ValidationError) Error ¶ added in v0.30.0
func (e MetricsViewSpec_DimensionV2ValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewSpec_DimensionV2ValidationError) ErrorName ¶ added in v0.30.0
func (e MetricsViewSpec_DimensionV2ValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewSpec_DimensionV2ValidationError) Field ¶ added in v0.30.0
func (e MetricsViewSpec_DimensionV2ValidationError) Field() string
Field function returns field value.
func (MetricsViewSpec_DimensionV2ValidationError) Key ¶ added in v0.30.0
func (e MetricsViewSpec_DimensionV2ValidationError) Key() bool
Key function returns key value.
func (MetricsViewSpec_DimensionV2ValidationError) Reason ¶ added in v0.30.0
func (e MetricsViewSpec_DimensionV2ValidationError) Reason() string
Reason function returns reason value.
type MetricsViewSpec_MeasureV2 ¶ added in v0.30.0
type MetricsViewSpec_MeasureV2 struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Expression string `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"` Label string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` FormatPreset string `protobuf:"bytes,5,opt,name=format_preset,json=formatPreset,proto3" json:"format_preset,omitempty"` FormatD3 string `protobuf:"bytes,7,opt,name=format_d3,json=formatD3,proto3" json:"format_d3,omitempty"` ValidPercentOfTotal bool `protobuf:"varint,6,opt,name=valid_percent_of_total,json=validPercentOfTotal,proto3" json:"valid_percent_of_total,omitempty"` // contains filtered or unexported fields }
Measures are aggregated computed values
func (*MetricsViewSpec_MeasureV2) Descriptor
deprecated
added in
v0.30.0
func (*MetricsViewSpec_MeasureV2) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewSpec_MeasureV2.ProtoReflect.Descriptor instead.
func (*MetricsViewSpec_MeasureV2) GetDescription ¶ added in v0.30.0
func (x *MetricsViewSpec_MeasureV2) GetDescription() string
func (*MetricsViewSpec_MeasureV2) GetExpression ¶ added in v0.30.0
func (x *MetricsViewSpec_MeasureV2) GetExpression() string
func (*MetricsViewSpec_MeasureV2) GetFormatD3 ¶ added in v0.36.0
func (x *MetricsViewSpec_MeasureV2) GetFormatD3() string
func (*MetricsViewSpec_MeasureV2) GetFormatPreset ¶ added in v0.36.0
func (x *MetricsViewSpec_MeasureV2) GetFormatPreset() string
func (*MetricsViewSpec_MeasureV2) GetLabel ¶ added in v0.30.0
func (x *MetricsViewSpec_MeasureV2) GetLabel() string
func (*MetricsViewSpec_MeasureV2) GetName ¶ added in v0.30.0
func (x *MetricsViewSpec_MeasureV2) GetName() string
func (*MetricsViewSpec_MeasureV2) GetValidPercentOfTotal ¶ added in v0.30.0
func (x *MetricsViewSpec_MeasureV2) GetValidPercentOfTotal() bool
func (*MetricsViewSpec_MeasureV2) ProtoMessage ¶ added in v0.30.0
func (*MetricsViewSpec_MeasureV2) ProtoMessage()
func (*MetricsViewSpec_MeasureV2) ProtoReflect ¶ added in v0.30.0
func (x *MetricsViewSpec_MeasureV2) ProtoReflect() protoreflect.Message
func (*MetricsViewSpec_MeasureV2) Reset ¶ added in v0.30.0
func (x *MetricsViewSpec_MeasureV2) Reset()
func (*MetricsViewSpec_MeasureV2) String ¶ added in v0.30.0
func (x *MetricsViewSpec_MeasureV2) String() string
func (*MetricsViewSpec_MeasureV2) Validate ¶ added in v0.30.0
func (m *MetricsViewSpec_MeasureV2) Validate() error
Validate checks the field values on MetricsViewSpec_MeasureV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewSpec_MeasureV2) ValidateAll ¶ added in v0.30.0
func (m *MetricsViewSpec_MeasureV2) ValidateAll() error
ValidateAll checks the field values on MetricsViewSpec_MeasureV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_MeasureV2MultiError, or nil if none found.
type MetricsViewSpec_MeasureV2MultiError ¶ added in v0.30.0
type MetricsViewSpec_MeasureV2MultiError []error
MetricsViewSpec_MeasureV2MultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_MeasureV2.ValidateAll() if the designated constraints aren't met.
func (MetricsViewSpec_MeasureV2MultiError) AllErrors ¶ added in v0.30.0
func (m MetricsViewSpec_MeasureV2MultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewSpec_MeasureV2MultiError) Error ¶ added in v0.30.0
func (m MetricsViewSpec_MeasureV2MultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewSpec_MeasureV2ValidationError ¶ added in v0.30.0
type MetricsViewSpec_MeasureV2ValidationError struct {
// contains filtered or unexported fields
}
MetricsViewSpec_MeasureV2ValidationError is the validation error returned by MetricsViewSpec_MeasureV2.Validate if the designated constraints aren't met.
func (MetricsViewSpec_MeasureV2ValidationError) Cause ¶ added in v0.30.0
func (e MetricsViewSpec_MeasureV2ValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSpec_MeasureV2ValidationError) Error ¶ added in v0.30.0
func (e MetricsViewSpec_MeasureV2ValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewSpec_MeasureV2ValidationError) ErrorName ¶ added in v0.30.0
func (e MetricsViewSpec_MeasureV2ValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewSpec_MeasureV2ValidationError) Field ¶ added in v0.30.0
func (e MetricsViewSpec_MeasureV2ValidationError) Field() string
Field function returns field value.
func (MetricsViewSpec_MeasureV2ValidationError) Key ¶ added in v0.30.0
func (e MetricsViewSpec_MeasureV2ValidationError) Key() bool
Key function returns key value.
func (MetricsViewSpec_MeasureV2ValidationError) Reason ¶ added in v0.30.0
func (e MetricsViewSpec_MeasureV2ValidationError) Reason() string
Reason function returns reason value.
type MetricsViewSpec_SecurityV2 ¶ added in v0.33.0
type MetricsViewSpec_SecurityV2 struct { // Dashboard level access condition Access string `protobuf:"bytes,1,opt,name=access,proto3" json:"access,omitempty"` // row level access condition RowFilter string `protobuf:"bytes,2,opt,name=row_filter,json=rowFilter,proto3" json:"row_filter,omitempty"` // either one of include or exclude will be specified Include []*MetricsViewSpec_SecurityV2_FieldConditionV2 `protobuf:"bytes,3,rep,name=include,proto3" json:"include,omitempty"` Exclude []*MetricsViewSpec_SecurityV2_FieldConditionV2 `protobuf:"bytes,4,rep,name=exclude,proto3" json:"exclude,omitempty"` // contains filtered or unexported fields }
Security for the dashboard
func (*MetricsViewSpec_SecurityV2) Descriptor
deprecated
added in
v0.33.0
func (*MetricsViewSpec_SecurityV2) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewSpec_SecurityV2.ProtoReflect.Descriptor instead.
func (*MetricsViewSpec_SecurityV2) GetAccess ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2) GetAccess() string
func (*MetricsViewSpec_SecurityV2) GetExclude ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2) GetExclude() []*MetricsViewSpec_SecurityV2_FieldConditionV2
func (*MetricsViewSpec_SecurityV2) GetInclude ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2) GetInclude() []*MetricsViewSpec_SecurityV2_FieldConditionV2
func (*MetricsViewSpec_SecurityV2) GetRowFilter ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2) GetRowFilter() string
func (*MetricsViewSpec_SecurityV2) ProtoMessage ¶ added in v0.33.0
func (*MetricsViewSpec_SecurityV2) ProtoMessage()
func (*MetricsViewSpec_SecurityV2) ProtoReflect ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2) ProtoReflect() protoreflect.Message
func (*MetricsViewSpec_SecurityV2) Reset ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2) Reset()
func (*MetricsViewSpec_SecurityV2) String ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2) String() string
func (*MetricsViewSpec_SecurityV2) Validate ¶ added in v0.33.0
func (m *MetricsViewSpec_SecurityV2) Validate() error
Validate checks the field values on MetricsViewSpec_SecurityV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewSpec_SecurityV2) ValidateAll ¶ added in v0.33.0
func (m *MetricsViewSpec_SecurityV2) ValidateAll() error
ValidateAll checks the field values on MetricsViewSpec_SecurityV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_SecurityV2MultiError, or nil if none found.
type MetricsViewSpec_SecurityV2MultiError ¶ added in v0.33.0
type MetricsViewSpec_SecurityV2MultiError []error
MetricsViewSpec_SecurityV2MultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_SecurityV2.ValidateAll() if the designated constraints aren't met.
func (MetricsViewSpec_SecurityV2MultiError) AllErrors ¶ added in v0.33.0
func (m MetricsViewSpec_SecurityV2MultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewSpec_SecurityV2MultiError) Error ¶ added in v0.33.0
func (m MetricsViewSpec_SecurityV2MultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewSpec_SecurityV2ValidationError ¶ added in v0.33.0
type MetricsViewSpec_SecurityV2ValidationError struct {
// contains filtered or unexported fields
}
MetricsViewSpec_SecurityV2ValidationError is the validation error returned by MetricsViewSpec_SecurityV2.Validate if the designated constraints aren't met.
func (MetricsViewSpec_SecurityV2ValidationError) Cause ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2ValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSpec_SecurityV2ValidationError) Error ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2ValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewSpec_SecurityV2ValidationError) ErrorName ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2ValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewSpec_SecurityV2ValidationError) Field ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2ValidationError) Field() string
Field function returns field value.
func (MetricsViewSpec_SecurityV2ValidationError) Key ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2ValidationError) Key() bool
Key function returns key value.
func (MetricsViewSpec_SecurityV2ValidationError) Reason ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2ValidationError) Reason() string
Reason function returns reason value.
type MetricsViewSpec_SecurityV2_FieldConditionV2 ¶ added in v0.33.0
type MetricsViewSpec_SecurityV2_FieldConditionV2 struct { Condition string `protobuf:"bytes,1,opt,name=condition,proto3" json:"condition,omitempty"` Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"` // contains filtered or unexported fields }
Dimension/measure level access condition
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) Descriptor
deprecated
added in
v0.33.0
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewSpec_SecurityV2_FieldConditionV2.ProtoReflect.Descriptor instead.
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) GetCondition ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) GetCondition() string
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) GetNames ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) GetNames() []string
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) ProtoMessage ¶ added in v0.33.0
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) ProtoMessage()
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) ProtoReflect ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) ProtoReflect() protoreflect.Message
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) Reset ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) Reset()
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) String ¶ added in v0.33.0
func (x *MetricsViewSpec_SecurityV2_FieldConditionV2) String() string
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) Validate ¶ added in v0.33.0
func (m *MetricsViewSpec_SecurityV2_FieldConditionV2) Validate() error
Validate checks the field values on MetricsViewSpec_SecurityV2_FieldConditionV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewSpec_SecurityV2_FieldConditionV2) ValidateAll ¶ added in v0.33.0
func (m *MetricsViewSpec_SecurityV2_FieldConditionV2) ValidateAll() error
ValidateAll checks the field values on MetricsViewSpec_SecurityV2_FieldConditionV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewSpec_SecurityV2_FieldConditionV2MultiError, or nil if none found.
type MetricsViewSpec_SecurityV2_FieldConditionV2MultiError ¶ added in v0.33.0
type MetricsViewSpec_SecurityV2_FieldConditionV2MultiError []error
MetricsViewSpec_SecurityV2_FieldConditionV2MultiError is an error wrapping multiple validation errors returned by MetricsViewSpec_SecurityV2_FieldConditionV2.ValidateAll() if the designated constraints aren't met.
func (MetricsViewSpec_SecurityV2_FieldConditionV2MultiError) AllErrors ¶ added in v0.33.0
func (m MetricsViewSpec_SecurityV2_FieldConditionV2MultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewSpec_SecurityV2_FieldConditionV2MultiError) Error ¶ added in v0.33.0
func (m MetricsViewSpec_SecurityV2_FieldConditionV2MultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError ¶ added in v0.33.0
type MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError struct {
// contains filtered or unexported fields
}
MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError is the validation error returned by MetricsViewSpec_SecurityV2_FieldConditionV2.Validate if the designated constraints aren't met.
func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Cause ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Error ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) ErrorName ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Field ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Field() string
Field function returns field value.
func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Key ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Key() bool
Key function returns key value.
func (MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Reason ¶ added in v0.33.0
func (e MetricsViewSpec_SecurityV2_FieldConditionV2ValidationError) Reason() string
Reason function returns reason value.
type MetricsViewState ¶ added in v0.30.0
type MetricsViewState struct { ValidSpec *MetricsViewSpec `protobuf:"bytes,1,opt,name=valid_spec,json=validSpec,proto3" json:"valid_spec,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewState) Descriptor
deprecated
added in
v0.30.0
func (*MetricsViewState) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewState.ProtoReflect.Descriptor instead.
func (*MetricsViewState) GetValidSpec ¶ added in v0.32.0
func (x *MetricsViewState) GetValidSpec() *MetricsViewSpec
func (*MetricsViewState) ProtoMessage ¶ added in v0.30.0
func (*MetricsViewState) ProtoMessage()
func (*MetricsViewState) ProtoReflect ¶ added in v0.30.0
func (x *MetricsViewState) ProtoReflect() protoreflect.Message
func (*MetricsViewState) Reset ¶ added in v0.30.0
func (x *MetricsViewState) Reset()
func (*MetricsViewState) String ¶ added in v0.30.0
func (x *MetricsViewState) String() string
func (*MetricsViewState) Validate ¶ added in v0.30.0
func (m *MetricsViewState) Validate() error
Validate checks the field values on MetricsViewState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewState) ValidateAll ¶ added in v0.30.0
func (m *MetricsViewState) ValidateAll() error
ValidateAll checks the field values on MetricsViewState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewStateMultiError, or nil if none found.
type MetricsViewStateMultiError ¶ added in v0.30.0
type MetricsViewStateMultiError []error
MetricsViewStateMultiError is an error wrapping multiple validation errors returned by MetricsViewState.ValidateAll() if the designated constraints aren't met.
func (MetricsViewStateMultiError) AllErrors ¶ added in v0.30.0
func (m MetricsViewStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewStateMultiError) Error ¶ added in v0.30.0
func (m MetricsViewStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewStateValidationError ¶ added in v0.30.0
type MetricsViewStateValidationError struct {
// contains filtered or unexported fields
}
MetricsViewStateValidationError is the validation error returned by MetricsViewState.Validate if the designated constraints aren't met.
func (MetricsViewStateValidationError) Cause ¶ added in v0.30.0
func (e MetricsViewStateValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewStateValidationError) Error ¶ added in v0.30.0
func (e MetricsViewStateValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewStateValidationError) ErrorName ¶ added in v0.30.0
func (e MetricsViewStateValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewStateValidationError) Field ¶ added in v0.30.0
func (e MetricsViewStateValidationError) Field() string
Field function returns field value.
func (MetricsViewStateValidationError) Key ¶ added in v0.30.0
func (e MetricsViewStateValidationError) Key() bool
Key function returns key value.
func (MetricsViewStateValidationError) Reason ¶ added in v0.30.0
func (e MetricsViewStateValidationError) Reason() string
Reason function returns reason value.
type MetricsViewTimeRangeRequest ¶ added in v0.32.0
type MetricsViewTimeRangeRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` MetricsViewName string `protobuf:"bytes,2,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"` Priority int32 `protobuf:"varint,3,opt,name=priority,proto3" json:"priority,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewTimeRangeRequest) Descriptor
deprecated
added in
v0.32.0
func (*MetricsViewTimeRangeRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewTimeRangeRequest.ProtoReflect.Descriptor instead.
func (*MetricsViewTimeRangeRequest) GetInstanceId ¶ added in v0.32.0
func (x *MetricsViewTimeRangeRequest) GetInstanceId() string
func (*MetricsViewTimeRangeRequest) GetMetricsViewName ¶ added in v0.32.0
func (x *MetricsViewTimeRangeRequest) GetMetricsViewName() string
func (*MetricsViewTimeRangeRequest) GetPriority ¶ added in v0.32.0
func (x *MetricsViewTimeRangeRequest) GetPriority() int32
func (*MetricsViewTimeRangeRequest) ProtoMessage ¶ added in v0.32.0
func (*MetricsViewTimeRangeRequest) ProtoMessage()
func (*MetricsViewTimeRangeRequest) ProtoReflect ¶ added in v0.32.0
func (x *MetricsViewTimeRangeRequest) ProtoReflect() protoreflect.Message
func (*MetricsViewTimeRangeRequest) Reset ¶ added in v0.32.0
func (x *MetricsViewTimeRangeRequest) Reset()
func (*MetricsViewTimeRangeRequest) String ¶ added in v0.32.0
func (x *MetricsViewTimeRangeRequest) String() string
func (*MetricsViewTimeRangeRequest) Validate ¶ added in v0.32.0
func (m *MetricsViewTimeRangeRequest) Validate() error
Validate checks the field values on MetricsViewTimeRangeRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewTimeRangeRequest) ValidateAll ¶ added in v0.32.0
func (m *MetricsViewTimeRangeRequest) ValidateAll() error
ValidateAll checks the field values on MetricsViewTimeRangeRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewTimeRangeRequestMultiError, or nil if none found.
type MetricsViewTimeRangeRequestMultiError ¶ added in v0.32.0
type MetricsViewTimeRangeRequestMultiError []error
MetricsViewTimeRangeRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewTimeRangeRequest.ValidateAll() if the designated constraints aren't met.
func (MetricsViewTimeRangeRequestMultiError) AllErrors ¶ added in v0.32.0
func (m MetricsViewTimeRangeRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewTimeRangeRequestMultiError) Error ¶ added in v0.32.0
func (m MetricsViewTimeRangeRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewTimeRangeRequestValidationError ¶ added in v0.32.0
type MetricsViewTimeRangeRequestValidationError struct {
// contains filtered or unexported fields
}
MetricsViewTimeRangeRequestValidationError is the validation error returned by MetricsViewTimeRangeRequest.Validate if the designated constraints aren't met.
func (MetricsViewTimeRangeRequestValidationError) Cause ¶ added in v0.32.0
func (e MetricsViewTimeRangeRequestValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewTimeRangeRequestValidationError) Error ¶ added in v0.32.0
func (e MetricsViewTimeRangeRequestValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewTimeRangeRequestValidationError) ErrorName ¶ added in v0.32.0
func (e MetricsViewTimeRangeRequestValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewTimeRangeRequestValidationError) Field ¶ added in v0.32.0
func (e MetricsViewTimeRangeRequestValidationError) Field() string
Field function returns field value.
func (MetricsViewTimeRangeRequestValidationError) Key ¶ added in v0.32.0
func (e MetricsViewTimeRangeRequestValidationError) Key() bool
Key function returns key value.
func (MetricsViewTimeRangeRequestValidationError) Reason ¶ added in v0.32.0
func (e MetricsViewTimeRangeRequestValidationError) Reason() string
Reason function returns reason value.
type MetricsViewTimeRangeResponse ¶ added in v0.32.0
type MetricsViewTimeRangeResponse 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 (*MetricsViewTimeRangeResponse) Descriptor
deprecated
added in
v0.32.0
func (*MetricsViewTimeRangeResponse) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewTimeRangeResponse.ProtoReflect.Descriptor instead.
func (*MetricsViewTimeRangeResponse) GetTimeRangeSummary ¶ added in v0.32.0
func (x *MetricsViewTimeRangeResponse) GetTimeRangeSummary() *TimeRangeSummary
func (*MetricsViewTimeRangeResponse) ProtoMessage ¶ added in v0.32.0
func (*MetricsViewTimeRangeResponse) ProtoMessage()
func (*MetricsViewTimeRangeResponse) ProtoReflect ¶ added in v0.32.0
func (x *MetricsViewTimeRangeResponse) ProtoReflect() protoreflect.Message
func (*MetricsViewTimeRangeResponse) Reset ¶ added in v0.32.0
func (x *MetricsViewTimeRangeResponse) Reset()
func (*MetricsViewTimeRangeResponse) String ¶ added in v0.32.0
func (x *MetricsViewTimeRangeResponse) String() string
func (*MetricsViewTimeRangeResponse) Validate ¶ added in v0.32.0
func (m *MetricsViewTimeRangeResponse) Validate() error
Validate checks the field values on MetricsViewTimeRangeResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewTimeRangeResponse) ValidateAll ¶ added in v0.32.0
func (m *MetricsViewTimeRangeResponse) ValidateAll() error
ValidateAll checks the field values on MetricsViewTimeRangeResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewTimeRangeResponseMultiError, or nil if none found.
type MetricsViewTimeRangeResponseMultiError ¶ added in v0.32.0
type MetricsViewTimeRangeResponseMultiError []error
MetricsViewTimeRangeResponseMultiError is an error wrapping multiple validation errors returned by MetricsViewTimeRangeResponse.ValidateAll() if the designated constraints aren't met.
func (MetricsViewTimeRangeResponseMultiError) AllErrors ¶ added in v0.32.0
func (m MetricsViewTimeRangeResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewTimeRangeResponseMultiError) Error ¶ added in v0.32.0
func (m MetricsViewTimeRangeResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewTimeRangeResponseValidationError ¶ added in v0.32.0
type MetricsViewTimeRangeResponseValidationError struct {
// contains filtered or unexported fields
}
MetricsViewTimeRangeResponseValidationError is the validation error returned by MetricsViewTimeRangeResponse.Validate if the designated constraints aren't met.
func (MetricsViewTimeRangeResponseValidationError) Cause ¶ added in v0.32.0
func (e MetricsViewTimeRangeResponseValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewTimeRangeResponseValidationError) Error ¶ added in v0.32.0
func (e MetricsViewTimeRangeResponseValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewTimeRangeResponseValidationError) ErrorName ¶ added in v0.32.0
func (e MetricsViewTimeRangeResponseValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewTimeRangeResponseValidationError) Field ¶ added in v0.32.0
func (e MetricsViewTimeRangeResponseValidationError) Field() string
Field function returns field value.
func (MetricsViewTimeRangeResponseValidationError) Key ¶ added in v0.32.0
func (e MetricsViewTimeRangeResponseValidationError) Key() bool
Key function returns key value.
func (MetricsViewTimeRangeResponseValidationError) Reason ¶ added in v0.32.0
func (e MetricsViewTimeRangeResponseValidationError) 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"` InlineMeasures []*InlineMeasure `protobuf:"bytes,9,rep,name=inline_measures,json=inlineMeasures,proto3" json:"inline_measures,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 */ Where *Expression `protobuf:"bytes,7,opt,name=where,proto3" json:"where,omitempty"` Having *Expression `protobuf:"bytes,11,opt,name=having,proto3" json:"having,omitempty"` TimeZone string `protobuf:"bytes,10,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` Priority int32 `protobuf:"varint,8,opt,name=priority,proto3" json:"priority,omitempty"` Filter *MetricsViewFilter `protobuf:"bytes,12,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters // contains filtered or unexported fields }
func (*MetricsViewTimeSeriesRequest) Descriptor
deprecated
func (*MetricsViewTimeSeriesRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewTimeSeriesRequest.ProtoReflect.Descriptor instead.
func (*MetricsViewTimeSeriesRequest) GetFilter ¶
func (x *MetricsViewTimeSeriesRequest) GetFilter() *MetricsViewFilter
func (*MetricsViewTimeSeriesRequest) GetHaving ¶ added in v0.39.0
func (x *MetricsViewTimeSeriesRequest) GetHaving() *Expression
func (*MetricsViewTimeSeriesRequest) GetInlineMeasures ¶ added in v0.25.0
func (x *MetricsViewTimeSeriesRequest) GetInlineMeasures() []*InlineMeasure
func (*MetricsViewTimeSeriesRequest) GetInstanceId ¶
func (x *MetricsViewTimeSeriesRequest) GetInstanceId() string
func (*MetricsViewTimeSeriesRequest) GetMeasureNames ¶
func (x *MetricsViewTimeSeriesRequest) GetMeasureNames() []string
func (*MetricsViewTimeSeriesRequest) GetMetricsViewName ¶
func (x *MetricsViewTimeSeriesRequest) GetMetricsViewName() string
func (*MetricsViewTimeSeriesRequest) GetPriority ¶
func (x *MetricsViewTimeSeriesRequest) GetPriority() int32
func (*MetricsViewTimeSeriesRequest) GetTimeEnd ¶
func (x *MetricsViewTimeSeriesRequest) GetTimeEnd() *timestamppb.Timestamp
func (*MetricsViewTimeSeriesRequest) GetTimeGranularity ¶
func (x *MetricsViewTimeSeriesRequest) GetTimeGranularity() TimeGrain
func (*MetricsViewTimeSeriesRequest) GetTimeStart ¶
func (x *MetricsViewTimeSeriesRequest) GetTimeStart() *timestamppb.Timestamp
func (*MetricsViewTimeSeriesRequest) GetTimeZone ¶ added in v0.30.0
func (x *MetricsViewTimeSeriesRequest) GetTimeZone() string
func (*MetricsViewTimeSeriesRequest) GetWhere ¶ added in v0.39.0
func (x *MetricsViewTimeSeriesRequest) GetWhere() *Expression
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 }
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"` InlineMeasures []*InlineMeasure `protobuf:"bytes,12,rep,name=inline_measures,json=inlineMeasures,proto3" json:"inline_measures,omitempty"` TimeStart *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=time_start,json=timeStart,proto3" json:"time_start,omitempty"` TimeEnd *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=time_end,json=timeEnd,proto3" json:"time_end,omitempty"` Limit int64 `protobuf:"varint,7,opt,name=limit,proto3" json:"limit,omitempty"` Offset int64 `protobuf:"varint,8,opt,name=offset,proto3" json:"offset,omitempty"` Sort []*MetricsViewSort `protobuf:"bytes,9,rep,name=sort,proto3" json:"sort,omitempty"` Where *Expression `protobuf:"bytes,10,opt,name=where,proto3" json:"where,omitempty"` Having *Expression `protobuf:"bytes,13,opt,name=having,proto3" json:"having,omitempty"` Priority int32 `protobuf:"varint,11,opt,name=priority,proto3" json:"priority,omitempty"` Filter *MetricsViewFilter `protobuf:"bytes,14,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters // contains filtered or unexported fields }
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) GetHaving ¶ added in v0.39.0
func (x *MetricsViewToplistRequest) GetHaving() *Expression
func (*MetricsViewToplistRequest) GetInlineMeasures ¶ added in v0.25.0
func (x *MetricsViewToplistRequest) GetInlineMeasures() []*InlineMeasure
func (*MetricsViewToplistRequest) GetInstanceId ¶
func (x *MetricsViewToplistRequest) GetInstanceId() string
func (*MetricsViewToplistRequest) GetLimit ¶
func (x *MetricsViewToplistRequest) GetLimit() int64
func (*MetricsViewToplistRequest) GetMeasureNames ¶
func (x *MetricsViewToplistRequest) GetMeasureNames() []string
func (*MetricsViewToplistRequest) GetMetricsViewName ¶
func (x *MetricsViewToplistRequest) GetMetricsViewName() string
func (*MetricsViewToplistRequest) GetOffset ¶
func (x *MetricsViewToplistRequest) GetOffset() int64
func (*MetricsViewToplistRequest) GetPriority ¶
func (x *MetricsViewToplistRequest) GetPriority() int32
func (*MetricsViewToplistRequest) GetSort ¶
func (x *MetricsViewToplistRequest) GetSort() []*MetricsViewSort
func (*MetricsViewToplistRequest) GetTimeEnd ¶
func (x *MetricsViewToplistRequest) GetTimeEnd() *timestamppb.Timestamp
func (*MetricsViewToplistRequest) GetTimeStart ¶
func (x *MetricsViewToplistRequest) GetTimeStart() *timestamppb.Timestamp
func (*MetricsViewToplistRequest) GetWhere ¶ added in v0.39.0
func (x *MetricsViewToplistRequest) GetWhere() *Expression
func (*MetricsViewToplistRequest) ProtoMessage ¶
func (*MetricsViewToplistRequest) ProtoMessage()
func (*MetricsViewToplistRequest) ProtoReflect ¶
func (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 }
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"` InlineMeasures []*InlineMeasure `protobuf:"bytes,9,rep,name=inline_measures,json=inlineMeasures,proto3" json:"inline_measures,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"` Where *Expression `protobuf:"bytes,7,opt,name=where,proto3" json:"where,omitempty"` Priority int32 `protobuf:"varint,8,opt,name=priority,proto3" json:"priority,omitempty"` Filter *MetricsViewFilter `protobuf:"bytes,10,opt,name=filter,proto3" json:"filter,omitempty"` // Deprecated. should be removed once UI is moved to use new filters // contains filtered or unexported fields }
func (*MetricsViewTotalsRequest) Descriptor
deprecated
func (*MetricsViewTotalsRequest) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewTotalsRequest.ProtoReflect.Descriptor instead.
func (*MetricsViewTotalsRequest) GetFilter ¶
func (x *MetricsViewTotalsRequest) GetFilter() *MetricsViewFilter
func (*MetricsViewTotalsRequest) GetInlineMeasures ¶ added in v0.25.0
func (x *MetricsViewTotalsRequest) GetInlineMeasures() []*InlineMeasure
func (*MetricsViewTotalsRequest) GetInstanceId ¶
func (x *MetricsViewTotalsRequest) GetInstanceId() string
func (*MetricsViewTotalsRequest) GetMeasureNames ¶
func (x *MetricsViewTotalsRequest) GetMeasureNames() []string
func (*MetricsViewTotalsRequest) GetMetricsViewName ¶
func (x *MetricsViewTotalsRequest) GetMetricsViewName() string
func (*MetricsViewTotalsRequest) GetPriority ¶
func (x *MetricsViewTotalsRequest) GetPriority() int32
func (*MetricsViewTotalsRequest) GetTimeEnd ¶
func (x *MetricsViewTotalsRequest) GetTimeEnd() *timestamppb.Timestamp
func (*MetricsViewTotalsRequest) GetTimeStart ¶
func (x *MetricsViewTotalsRequest) GetTimeStart() *timestamppb.Timestamp
func (*MetricsViewTotalsRequest) GetWhere ¶ added in v0.39.0
func (x *MetricsViewTotalsRequest) GetWhere() *Expression
func (*MetricsViewTotalsRequest) ProtoMessage ¶
func (*MetricsViewTotalsRequest) ProtoMessage()
func (*MetricsViewTotalsRequest) ProtoReflect ¶
func (x *MetricsViewTotalsRequest) ProtoReflect() protoreflect.Message
func (*MetricsViewTotalsRequest) Reset ¶
func (x *MetricsViewTotalsRequest) Reset()
func (*MetricsViewTotalsRequest) String ¶
func (x *MetricsViewTotalsRequest) String() string
func (*MetricsViewTotalsRequest) Validate ¶ added in v0.20.0
func (m *MetricsViewTotalsRequest) Validate() error
Validate checks the field values on MetricsViewTotalsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewTotalsRequest) ValidateAll ¶ added in v0.20.0
func (m *MetricsViewTotalsRequest) ValidateAll() error
ValidateAll checks the field values on MetricsViewTotalsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewTotalsRequestMultiError, or nil if none found.
type MetricsViewTotalsRequestMultiError ¶ added in v0.20.0
type MetricsViewTotalsRequestMultiError []error
MetricsViewTotalsRequestMultiError is an error wrapping multiple validation errors returned by MetricsViewTotalsRequest.ValidateAll() if the designated constraints aren't met.
func (MetricsViewTotalsRequestMultiError) AllErrors ¶ added in v0.20.0
func (m MetricsViewTotalsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewTotalsRequestMultiError) Error ¶ added in v0.20.0
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 }
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 MetricsViewV2 ¶ added in v0.30.0
type MetricsViewV2 struct { Spec *MetricsViewSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *MetricsViewState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*MetricsViewV2) Descriptor
deprecated
added in
v0.30.0
func (*MetricsViewV2) Descriptor() ([]byte, []int)
Deprecated: Use MetricsViewV2.ProtoReflect.Descriptor instead.
func (*MetricsViewV2) GetSpec ¶ added in v0.30.0
func (x *MetricsViewV2) GetSpec() *MetricsViewSpec
func (*MetricsViewV2) GetState ¶ added in v0.30.0
func (x *MetricsViewV2) GetState() *MetricsViewState
func (*MetricsViewV2) ProtoMessage ¶ added in v0.30.0
func (*MetricsViewV2) ProtoMessage()
func (*MetricsViewV2) ProtoReflect ¶ added in v0.30.0
func (x *MetricsViewV2) ProtoReflect() protoreflect.Message
func (*MetricsViewV2) Reset ¶ added in v0.30.0
func (x *MetricsViewV2) Reset()
func (*MetricsViewV2) String ¶ added in v0.30.0
func (x *MetricsViewV2) String() string
func (*MetricsViewV2) Validate ¶ added in v0.30.0
func (m *MetricsViewV2) Validate() error
Validate checks the field values on MetricsViewV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsViewV2) ValidateAll ¶ added in v0.30.0
func (m *MetricsViewV2) ValidateAll() error
ValidateAll checks the field values on MetricsViewV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsViewV2MultiError, or nil if none found.
type MetricsViewV2MultiError ¶ added in v0.30.0
type MetricsViewV2MultiError []error
MetricsViewV2MultiError is an error wrapping multiple validation errors returned by MetricsViewV2.ValidateAll() if the designated constraints aren't met.
func (MetricsViewV2MultiError) AllErrors ¶ added in v0.30.0
func (m MetricsViewV2MultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsViewV2MultiError) Error ¶ added in v0.30.0
func (m MetricsViewV2MultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsViewV2ValidationError ¶ added in v0.30.0
type MetricsViewV2ValidationError struct {
// contains filtered or unexported fields
}
MetricsViewV2ValidationError is the validation error returned by MetricsViewV2.Validate if the designated constraints aren't met.
func (MetricsViewV2ValidationError) Cause ¶ added in v0.30.0
func (e MetricsViewV2ValidationError) Cause() error
Cause function returns cause value.
func (MetricsViewV2ValidationError) Error ¶ added in v0.30.0
func (e MetricsViewV2ValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsViewV2ValidationError) ErrorName ¶ added in v0.30.0
func (e MetricsViewV2ValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsViewV2ValidationError) Field ¶ added in v0.30.0
func (e MetricsViewV2ValidationError) Field() string
Field function returns field value.
func (MetricsViewV2ValidationError) Key ¶ added in v0.30.0
func (e MetricsViewV2ValidationError) Key() bool
Key function returns key value.
func (MetricsViewV2ValidationError) Reason ¶ added in v0.30.0
func (e MetricsViewV2ValidationError) 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"` Column string `protobuf:"bytes,4,opt,name=column,proto3" json:"column,omitempty"` // contains filtered or unexported fields }
Dimensions are columns to filter and group by
func (*MetricsView_Dimension) Descriptor
deprecated
func (*MetricsView_Dimension) Descriptor() ([]byte, []int)
Deprecated: Use MetricsView_Dimension.ProtoReflect.Descriptor instead.
func (*MetricsView_Dimension) GetColumn ¶ added in v0.28.0
func (x *MetricsView_Dimension) GetColumn() string
func (*MetricsView_Dimension) GetDescription ¶
func (x *MetricsView_Dimension) GetDescription() string
func (*MetricsView_Dimension) GetLabel ¶
func (x *MetricsView_Dimension) GetLabel() string
func (*MetricsView_Dimension) GetName ¶
func (x *MetricsView_Dimension) GetName() string
func (*MetricsView_Dimension) ProtoMessage ¶
func (*MetricsView_Dimension) ProtoMessage()
func (*MetricsView_Dimension) ProtoReflect ¶
func (x *MetricsView_Dimension) ProtoReflect() protoreflect.Message
func (*MetricsView_Dimension) Reset ¶
func (x *MetricsView_Dimension) Reset()
func (*MetricsView_Dimension) String ¶
func (x *MetricsView_Dimension) String() string
func (*MetricsView_Dimension) Validate ¶ added in v0.20.0
func (m *MetricsView_Dimension) Validate() error
Validate checks the field values on MetricsView_Dimension with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsView_Dimension) ValidateAll ¶ added in v0.20.0
func (m *MetricsView_Dimension) ValidateAll() error
ValidateAll checks the field values on MetricsView_Dimension with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsView_DimensionMultiError, or nil if none found.
type MetricsView_DimensionMultiError ¶ added in v0.20.0
type MetricsView_DimensionMultiError []error
MetricsView_DimensionMultiError is an error wrapping multiple validation errors returned by MetricsView_Dimension.ValidateAll() if the designated constraints aren't met.
func (MetricsView_DimensionMultiError) AllErrors ¶ added in v0.20.0
func (m MetricsView_DimensionMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsView_DimensionMultiError) Error ¶ added in v0.20.0
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"` ValidPercentOfTotal bool `protobuf:"varint,6,opt,name=valid_percent_of_total,json=validPercentOfTotal,proto3" json:"valid_percent_of_total,omitempty"` // contains filtered or unexported fields }
Measures are aggregated computed values
func (*MetricsView_Measure) Descriptor
deprecated
func (*MetricsView_Measure) Descriptor() ([]byte, []int)
Deprecated: Use MetricsView_Measure.ProtoReflect.Descriptor instead.
func (*MetricsView_Measure) GetDescription ¶
func (x *MetricsView_Measure) GetDescription() string
func (*MetricsView_Measure) GetExpression ¶
func (x *MetricsView_Measure) GetExpression() string
func (*MetricsView_Measure) GetFormat ¶
func (x *MetricsView_Measure) GetFormat() string
func (*MetricsView_Measure) GetLabel ¶
func (x *MetricsView_Measure) GetLabel() string
func (*MetricsView_Measure) GetName ¶
func (x *MetricsView_Measure) GetName() string
func (*MetricsView_Measure) GetValidPercentOfTotal ¶ added in v0.29.1
func (x *MetricsView_Measure) GetValidPercentOfTotal() bool
func (*MetricsView_Measure) ProtoMessage ¶
func (*MetricsView_Measure) ProtoMessage()
func (*MetricsView_Measure) ProtoReflect ¶
func (x *MetricsView_Measure) ProtoReflect() protoreflect.Message
func (*MetricsView_Measure) Reset ¶
func (x *MetricsView_Measure) Reset()
func (*MetricsView_Measure) String ¶
func (x *MetricsView_Measure) String() string
func (*MetricsView_Measure) Validate ¶ added in v0.20.0
func (m *MetricsView_Measure) Validate() error
Validate checks the field values on MetricsView_Measure with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsView_Measure) ValidateAll ¶ added in v0.20.0
func (m *MetricsView_Measure) ValidateAll() error
ValidateAll checks the field values on MetricsView_Measure with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsView_MeasureMultiError, or nil if none found.
type MetricsView_MeasureMultiError ¶ added in v0.20.0
type MetricsView_MeasureMultiError []error
MetricsView_MeasureMultiError is an error wrapping multiple validation errors returned by MetricsView_Measure.ValidateAll() if the designated constraints aren't met.
func (MetricsView_MeasureMultiError) AllErrors ¶ added in v0.20.0
func (m MetricsView_MeasureMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsView_MeasureMultiError) Error ¶ added in v0.20.0
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 MetricsView_Security ¶ added in v0.33.0
type MetricsView_Security struct { // Dashboard level access condition Access string `protobuf:"bytes,1,opt,name=access,proto3" json:"access,omitempty"` // row level access condition RowFilter string `protobuf:"bytes,2,opt,name=row_filter,json=rowFilter,proto3" json:"row_filter,omitempty"` // either one of include or exclude will be specified Include []*MetricsView_Security_FieldCondition `protobuf:"bytes,3,rep,name=include,proto3" json:"include,omitempty"` Exclude []*MetricsView_Security_FieldCondition `protobuf:"bytes,4,rep,name=exclude,proto3" json:"exclude,omitempty"` // contains filtered or unexported fields }
Security for the metrics view
func (*MetricsView_Security) Descriptor
deprecated
added in
v0.33.0
func (*MetricsView_Security) Descriptor() ([]byte, []int)
Deprecated: Use MetricsView_Security.ProtoReflect.Descriptor instead.
func (*MetricsView_Security) GetAccess ¶ added in v0.33.0
func (x *MetricsView_Security) GetAccess() string
func (*MetricsView_Security) GetExclude ¶ added in v0.33.0
func (x *MetricsView_Security) GetExclude() []*MetricsView_Security_FieldCondition
func (*MetricsView_Security) GetInclude ¶ added in v0.33.0
func (x *MetricsView_Security) GetInclude() []*MetricsView_Security_FieldCondition
func (*MetricsView_Security) GetRowFilter ¶ added in v0.33.0
func (x *MetricsView_Security) GetRowFilter() string
func (*MetricsView_Security) ProtoMessage ¶ added in v0.33.0
func (*MetricsView_Security) ProtoMessage()
func (*MetricsView_Security) ProtoReflect ¶ added in v0.33.0
func (x *MetricsView_Security) ProtoReflect() protoreflect.Message
func (*MetricsView_Security) Reset ¶ added in v0.33.0
func (x *MetricsView_Security) Reset()
func (*MetricsView_Security) String ¶ added in v0.33.0
func (x *MetricsView_Security) String() string
func (*MetricsView_Security) Validate ¶ added in v0.33.0
func (m *MetricsView_Security) Validate() error
Validate checks the field values on MetricsView_Security with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsView_Security) ValidateAll ¶ added in v0.33.0
func (m *MetricsView_Security) ValidateAll() error
ValidateAll checks the field values on MetricsView_Security with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsView_SecurityMultiError, or nil if none found.
type MetricsView_SecurityMultiError ¶ added in v0.33.0
type MetricsView_SecurityMultiError []error
MetricsView_SecurityMultiError is an error wrapping multiple validation errors returned by MetricsView_Security.ValidateAll() if the designated constraints aren't met.
func (MetricsView_SecurityMultiError) AllErrors ¶ added in v0.33.0
func (m MetricsView_SecurityMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsView_SecurityMultiError) Error ¶ added in v0.33.0
func (m MetricsView_SecurityMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsView_SecurityValidationError ¶ added in v0.33.0
type MetricsView_SecurityValidationError struct {
// contains filtered or unexported fields
}
MetricsView_SecurityValidationError is the validation error returned by MetricsView_Security.Validate if the designated constraints aren't met.
func (MetricsView_SecurityValidationError) Cause ¶ added in v0.33.0
func (e MetricsView_SecurityValidationError) Cause() error
Cause function returns cause value.
func (MetricsView_SecurityValidationError) Error ¶ added in v0.33.0
func (e MetricsView_SecurityValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsView_SecurityValidationError) ErrorName ¶ added in v0.33.0
func (e MetricsView_SecurityValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsView_SecurityValidationError) Field ¶ added in v0.33.0
func (e MetricsView_SecurityValidationError) Field() string
Field function returns field value.
func (MetricsView_SecurityValidationError) Key ¶ added in v0.33.0
func (e MetricsView_SecurityValidationError) Key() bool
Key function returns key value.
func (MetricsView_SecurityValidationError) Reason ¶ added in v0.33.0
func (e MetricsView_SecurityValidationError) Reason() string
Reason function returns reason value.
type MetricsView_Security_FieldCondition ¶ added in v0.33.0
type MetricsView_Security_FieldCondition struct { Condition string `protobuf:"bytes,1,opt,name=condition,proto3" json:"condition,omitempty"` Names []string `protobuf:"bytes,2,rep,name=names,proto3" json:"names,omitempty"` // contains filtered or unexported fields }
Dimension/measure access condition
func (*MetricsView_Security_FieldCondition) Descriptor
deprecated
added in
v0.33.0
func (*MetricsView_Security_FieldCondition) Descriptor() ([]byte, []int)
Deprecated: Use MetricsView_Security_FieldCondition.ProtoReflect.Descriptor instead.
func (*MetricsView_Security_FieldCondition) GetCondition ¶ added in v0.33.0
func (x *MetricsView_Security_FieldCondition) GetCondition() string
func (*MetricsView_Security_FieldCondition) GetNames ¶ added in v0.33.0
func (x *MetricsView_Security_FieldCondition) GetNames() []string
func (*MetricsView_Security_FieldCondition) ProtoMessage ¶ added in v0.33.0
func (*MetricsView_Security_FieldCondition) ProtoMessage()
func (*MetricsView_Security_FieldCondition) ProtoReflect ¶ added in v0.33.0
func (x *MetricsView_Security_FieldCondition) ProtoReflect() protoreflect.Message
func (*MetricsView_Security_FieldCondition) Reset ¶ added in v0.33.0
func (x *MetricsView_Security_FieldCondition) Reset()
func (*MetricsView_Security_FieldCondition) String ¶ added in v0.33.0
func (x *MetricsView_Security_FieldCondition) String() string
func (*MetricsView_Security_FieldCondition) Validate ¶ added in v0.33.0
func (m *MetricsView_Security_FieldCondition) Validate() error
Validate checks the field values on MetricsView_Security_FieldCondition with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MetricsView_Security_FieldCondition) ValidateAll ¶ added in v0.33.0
func (m *MetricsView_Security_FieldCondition) ValidateAll() error
ValidateAll checks the field values on MetricsView_Security_FieldCondition with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetricsView_Security_FieldConditionMultiError, or nil if none found.
type MetricsView_Security_FieldConditionMultiError ¶ added in v0.33.0
type MetricsView_Security_FieldConditionMultiError []error
MetricsView_Security_FieldConditionMultiError is an error wrapping multiple validation errors returned by MetricsView_Security_FieldCondition.ValidateAll() if the designated constraints aren't met.
func (MetricsView_Security_FieldConditionMultiError) AllErrors ¶ added in v0.33.0
func (m MetricsView_Security_FieldConditionMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MetricsView_Security_FieldConditionMultiError) Error ¶ added in v0.33.0
func (m MetricsView_Security_FieldConditionMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MetricsView_Security_FieldConditionValidationError ¶ added in v0.33.0
type MetricsView_Security_FieldConditionValidationError struct {
// contains filtered or unexported fields
}
MetricsView_Security_FieldConditionValidationError is the validation error returned by MetricsView_Security_FieldCondition.Validate if the designated constraints aren't met.
func (MetricsView_Security_FieldConditionValidationError) Cause ¶ added in v0.33.0
func (e MetricsView_Security_FieldConditionValidationError) Cause() error
Cause function returns cause value.
func (MetricsView_Security_FieldConditionValidationError) Error ¶ added in v0.33.0
func (e MetricsView_Security_FieldConditionValidationError) Error() string
Error satisfies the builtin error interface
func (MetricsView_Security_FieldConditionValidationError) ErrorName ¶ added in v0.33.0
func (e MetricsView_Security_FieldConditionValidationError) ErrorName() string
ErrorName returns error name.
func (MetricsView_Security_FieldConditionValidationError) Field ¶ added in v0.33.0
func (e MetricsView_Security_FieldConditionValidationError) Field() string
Field function returns field value.
func (MetricsView_Security_FieldConditionValidationError) Key ¶ added in v0.33.0
func (e MetricsView_Security_FieldConditionValidationError) Key() bool
Key function returns key value.
func (MetricsView_Security_FieldConditionValidationError) Reason ¶ added in v0.33.0
func (e MetricsView_Security_FieldConditionValidationError) Reason() string
Reason function returns reason value.
type Migration ¶ added in v0.30.0
type Migration struct { Spec *MigrationSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *MigrationState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Migration) Descriptor
deprecated
added in
v0.30.0
func (*Migration) GetSpec ¶ added in v0.30.0
func (x *Migration) GetSpec() *MigrationSpec
func (*Migration) GetState ¶ added in v0.30.0
func (x *Migration) GetState() *MigrationState
func (*Migration) ProtoMessage ¶ added in v0.30.0
func (*Migration) ProtoMessage()
func (*Migration) ProtoReflect ¶ added in v0.30.0
func (x *Migration) ProtoReflect() protoreflect.Message
func (*Migration) Validate ¶ added in v0.30.0
Validate checks the field values on Migration with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Migration) ValidateAll ¶ added in v0.30.0
ValidateAll checks the field values on Migration with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MigrationMultiError, or nil if none found.
type MigrationMultiError ¶ added in v0.30.0
type MigrationMultiError []error
MigrationMultiError is an error wrapping multiple validation errors returned by Migration.ValidateAll() if the designated constraints aren't met.
func (MigrationMultiError) AllErrors ¶ added in v0.30.0
func (m MigrationMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MigrationMultiError) Error ¶ added in v0.30.0
func (m MigrationMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MigrationSpec ¶ added in v0.30.0
type MigrationSpec struct { Connector string `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"` Sql string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"` Version uint32 `protobuf:"varint,3,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*MigrationSpec) Descriptor
deprecated
added in
v0.30.0
func (*MigrationSpec) Descriptor() ([]byte, []int)
Deprecated: Use MigrationSpec.ProtoReflect.Descriptor instead.
func (*MigrationSpec) GetConnector ¶ added in v0.30.0
func (x *MigrationSpec) GetConnector() string
func (*MigrationSpec) GetSql ¶ added in v0.30.0
func (x *MigrationSpec) GetSql() string
func (*MigrationSpec) GetVersion ¶ added in v0.30.0
func (x *MigrationSpec) GetVersion() uint32
func (*MigrationSpec) ProtoMessage ¶ added in v0.30.0
func (*MigrationSpec) ProtoMessage()
func (*MigrationSpec) ProtoReflect ¶ added in v0.30.0
func (x *MigrationSpec) ProtoReflect() protoreflect.Message
func (*MigrationSpec) Reset ¶ added in v0.30.0
func (x *MigrationSpec) Reset()
func (*MigrationSpec) String ¶ added in v0.30.0
func (x *MigrationSpec) String() string
func (*MigrationSpec) Validate ¶ added in v0.30.0
func (m *MigrationSpec) Validate() error
Validate checks the field values on MigrationSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MigrationSpec) ValidateAll ¶ added in v0.30.0
func (m *MigrationSpec) ValidateAll() error
ValidateAll checks the field values on MigrationSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MigrationSpecMultiError, or nil if none found.
type MigrationSpecMultiError ¶ added in v0.30.0
type MigrationSpecMultiError []error
MigrationSpecMultiError is an error wrapping multiple validation errors returned by MigrationSpec.ValidateAll() if the designated constraints aren't met.
func (MigrationSpecMultiError) AllErrors ¶ added in v0.30.0
func (m MigrationSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MigrationSpecMultiError) Error ¶ added in v0.30.0
func (m MigrationSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MigrationSpecValidationError ¶ added in v0.30.0
type MigrationSpecValidationError struct {
// contains filtered or unexported fields
}
MigrationSpecValidationError is the validation error returned by MigrationSpec.Validate if the designated constraints aren't met.
func (MigrationSpecValidationError) Cause ¶ added in v0.30.0
func (e MigrationSpecValidationError) Cause() error
Cause function returns cause value.
func (MigrationSpecValidationError) Error ¶ added in v0.30.0
func (e MigrationSpecValidationError) Error() string
Error satisfies the builtin error interface
func (MigrationSpecValidationError) ErrorName ¶ added in v0.30.0
func (e MigrationSpecValidationError) ErrorName() string
ErrorName returns error name.
func (MigrationSpecValidationError) Field ¶ added in v0.30.0
func (e MigrationSpecValidationError) Field() string
Field function returns field value.
func (MigrationSpecValidationError) Key ¶ added in v0.30.0
func (e MigrationSpecValidationError) Key() bool
Key function returns key value.
func (MigrationSpecValidationError) Reason ¶ added in v0.30.0
func (e MigrationSpecValidationError) Reason() string
Reason function returns reason value.
type MigrationState ¶ added in v0.30.0
type MigrationState struct { Version uint32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*MigrationState) Descriptor
deprecated
added in
v0.30.0
func (*MigrationState) Descriptor() ([]byte, []int)
Deprecated: Use MigrationState.ProtoReflect.Descriptor instead.
func (*MigrationState) GetVersion ¶ added in v0.30.0
func (x *MigrationState) GetVersion() uint32
func (*MigrationState) ProtoMessage ¶ added in v0.30.0
func (*MigrationState) ProtoMessage()
func (*MigrationState) ProtoReflect ¶ added in v0.30.0
func (x *MigrationState) ProtoReflect() protoreflect.Message
func (*MigrationState) Reset ¶ added in v0.30.0
func (x *MigrationState) Reset()
func (*MigrationState) String ¶ added in v0.30.0
func (x *MigrationState) String() string
func (*MigrationState) Validate ¶ added in v0.30.0
func (m *MigrationState) Validate() error
Validate checks the field values on MigrationState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*MigrationState) ValidateAll ¶ added in v0.30.0
func (m *MigrationState) ValidateAll() error
ValidateAll checks the field values on MigrationState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MigrationStateMultiError, or nil if none found.
type MigrationStateMultiError ¶ added in v0.30.0
type MigrationStateMultiError []error
MigrationStateMultiError is an error wrapping multiple validation errors returned by MigrationState.ValidateAll() if the designated constraints aren't met.
func (MigrationStateMultiError) AllErrors ¶ added in v0.30.0
func (m MigrationStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MigrationStateMultiError) Error ¶ added in v0.30.0
func (m MigrationStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MigrationStateValidationError ¶ added in v0.30.0
type MigrationStateValidationError struct {
// contains filtered or unexported fields
}
MigrationStateValidationError is the validation error returned by MigrationState.Validate if the designated constraints aren't met.
func (MigrationStateValidationError) Cause ¶ added in v0.30.0
func (e MigrationStateValidationError) Cause() error
Cause function returns cause value.
func (MigrationStateValidationError) Error ¶ added in v0.30.0
func (e MigrationStateValidationError) Error() string
Error satisfies the builtin error interface
func (MigrationStateValidationError) ErrorName ¶ added in v0.30.0
func (e MigrationStateValidationError) ErrorName() string
ErrorName returns error name.
func (MigrationStateValidationError) Field ¶ added in v0.30.0
func (e MigrationStateValidationError) Field() string
Field function returns field value.
func (MigrationStateValidationError) Key ¶ added in v0.30.0
func (e MigrationStateValidationError) Key() bool
Key function returns key value.
func (MigrationStateValidationError) Reason ¶ added in v0.30.0
func (e MigrationStateValidationError) Reason() string
Reason function returns reason value.
type MigrationValidationError ¶ added in v0.30.0
type MigrationValidationError struct {
// contains filtered or unexported fields
}
MigrationValidationError is the validation error returned by Migration.Validate if the designated constraints aren't met.
func (MigrationValidationError) Cause ¶ added in v0.30.0
func (e MigrationValidationError) Cause() error
Cause function returns cause value.
func (MigrationValidationError) Error ¶ added in v0.30.0
func (e MigrationValidationError) Error() string
Error satisfies the builtin error interface
func (MigrationValidationError) ErrorName ¶ added in v0.30.0
func (e MigrationValidationError) ErrorName() string
ErrorName returns error name.
func (MigrationValidationError) Field ¶ added in v0.30.0
func (e MigrationValidationError) Field() string
Field function returns field value.
func (MigrationValidationError) Key ¶ added in v0.30.0
func (e MigrationValidationError) Key() bool
Key function returns key value.
func (MigrationValidationError) Reason ¶ added in v0.30.0
func (e MigrationValidationError) Reason() string
Reason function returns reason value.
type Model ¶
type Model struct { // Name of the model Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // SQL is a SELECT statement representing the model Sql string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"` // Dialect of the SQL statement Dialect Model_Dialect `protobuf:"varint,3,opt,name=dialect,proto3,enum=rill.runtime.v1.Model_Dialect" json:"dialect,omitempty"` // Detected schema of the model Schema *StructType `protobuf:"bytes,4,opt,name=schema,proto3" json:"schema,omitempty"` // To materialize model or not Materialize bool `protobuf:"varint,5,opt,name=materialize,proto3" json:"materialize,omitempty"` // contains filtered or unexported fields }
Model is the internal representation of a model definition
func (*Model) Descriptor
deprecated
func (*Model) 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 ModelSpec ¶ added in v0.30.0
type ModelSpec struct { Connector string `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"` Sql string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"` Materialize *bool `protobuf:"varint,3,opt,name=materialize,proto3,oneof" json:"materialize,omitempty"` RefreshSchedule *Schedule `protobuf:"bytes,4,opt,name=refresh_schedule,json=refreshSchedule,proto3" json:"refresh_schedule,omitempty"` TimeoutSeconds uint32 `protobuf:"varint,5,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"` UsesTemplating bool `protobuf:"varint,6,opt,name=uses_templating,json=usesTemplating,proto3" json:"uses_templating,omitempty"` // Fields not derived from code files StageChanges bool `protobuf:"varint,7,opt,name=stage_changes,json=stageChanges,proto3" json:"stage_changes,omitempty"` MaterializeDelaySeconds uint32 `` /* 133-byte string literal not displayed */ Trigger bool `protobuf:"varint,9,opt,name=trigger,proto3" json:"trigger,omitempty"` // contains filtered or unexported fields }
func (*ModelSpec) Descriptor
deprecated
added in
v0.30.0
func (*ModelSpec) GetConnector ¶ added in v0.30.0
func (*ModelSpec) GetMaterialize ¶ added in v0.30.0
func (*ModelSpec) GetMaterializeDelaySeconds ¶ added in v0.32.0
func (*ModelSpec) GetRefreshSchedule ¶ added in v0.30.0
func (*ModelSpec) GetStageChanges ¶ added in v0.32.0
func (*ModelSpec) GetTimeoutSeconds ¶ added in v0.30.0
func (*ModelSpec) GetTrigger ¶ added in v0.32.0
func (*ModelSpec) GetUsesTemplating ¶ added in v0.30.0
func (*ModelSpec) ProtoMessage ¶ added in v0.30.0
func (*ModelSpec) ProtoMessage()
func (*ModelSpec) ProtoReflect ¶ added in v0.30.0
func (x *ModelSpec) ProtoReflect() protoreflect.Message
func (*ModelSpec) Validate ¶ added in v0.30.0
Validate checks the field values on ModelSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ModelSpec) ValidateAll ¶ added in v0.30.0
ValidateAll checks the field values on ModelSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ModelSpecMultiError, or nil if none found.
type ModelSpecMultiError ¶ added in v0.30.0
type ModelSpecMultiError []error
ModelSpecMultiError is an error wrapping multiple validation errors returned by ModelSpec.ValidateAll() if the designated constraints aren't met.
func (ModelSpecMultiError) AllErrors ¶ added in v0.30.0
func (m ModelSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ModelSpecMultiError) Error ¶ added in v0.30.0
func (m ModelSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ModelSpecValidationError ¶ added in v0.30.0
type ModelSpecValidationError struct {
// contains filtered or unexported fields
}
ModelSpecValidationError is the validation error returned by ModelSpec.Validate if the designated constraints aren't met.
func (ModelSpecValidationError) Cause ¶ added in v0.30.0
func (e ModelSpecValidationError) Cause() error
Cause function returns cause value.
func (ModelSpecValidationError) Error ¶ added in v0.30.0
func (e ModelSpecValidationError) Error() string
Error satisfies the builtin error interface
func (ModelSpecValidationError) ErrorName ¶ added in v0.30.0
func (e ModelSpecValidationError) ErrorName() string
ErrorName returns error name.
func (ModelSpecValidationError) Field ¶ added in v0.30.0
func (e ModelSpecValidationError) Field() string
Field function returns field value.
func (ModelSpecValidationError) Key ¶ added in v0.30.0
func (e ModelSpecValidationError) Key() bool
Key function returns key value.
func (ModelSpecValidationError) Reason ¶ added in v0.30.0
func (e ModelSpecValidationError) Reason() string
Reason function returns reason value.
type ModelState ¶ added in v0.30.0
type ModelState struct { Connector string `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"` Table string `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"` SpecHash string `protobuf:"bytes,3,opt,name=spec_hash,json=specHash,proto3" json:"spec_hash,omitempty"` RefreshedOn *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=refreshed_on,json=refreshedOn,proto3" json:"refreshed_on,omitempty"` // contains filtered or unexported fields }
func (*ModelState) Descriptor
deprecated
added in
v0.30.0
func (*ModelState) Descriptor() ([]byte, []int)
Deprecated: Use ModelState.ProtoReflect.Descriptor instead.
func (*ModelState) GetConnector ¶ added in v0.32.0
func (x *ModelState) GetConnector() string
func (*ModelState) GetRefreshedOn ¶ added in v0.32.0
func (x *ModelState) GetRefreshedOn() *timestamppb.Timestamp
func (*ModelState) GetSpecHash ¶ added in v0.32.0
func (x *ModelState) GetSpecHash() string
func (*ModelState) GetTable ¶ added in v0.32.0
func (x *ModelState) GetTable() string
func (*ModelState) ProtoMessage ¶ added in v0.30.0
func (*ModelState) ProtoMessage()
func (*ModelState) ProtoReflect ¶ added in v0.30.0
func (x *ModelState) ProtoReflect() protoreflect.Message
func (*ModelState) Reset ¶ added in v0.30.0
func (x *ModelState) Reset()
func (*ModelState) String ¶ added in v0.30.0
func (x *ModelState) String() string
func (*ModelState) Validate ¶ added in v0.30.0
func (m *ModelState) Validate() error
Validate checks the field values on ModelState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ModelState) ValidateAll ¶ added in v0.30.0
func (m *ModelState) ValidateAll() error
ValidateAll checks the field values on ModelState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ModelStateMultiError, or nil if none found.
type ModelStateMultiError ¶ added in v0.30.0
type ModelStateMultiError []error
ModelStateMultiError is an error wrapping multiple validation errors returned by ModelState.ValidateAll() if the designated constraints aren't met.
func (ModelStateMultiError) AllErrors ¶ added in v0.30.0
func (m ModelStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ModelStateMultiError) Error ¶ added in v0.30.0
func (m ModelStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ModelStateValidationError ¶ added in v0.30.0
type ModelStateValidationError struct {
// contains filtered or unexported fields
}
ModelStateValidationError is the validation error returned by ModelState.Validate if the designated constraints aren't met.
func (ModelStateValidationError) Cause ¶ added in v0.30.0
func (e ModelStateValidationError) Cause() error
Cause function returns cause value.
func (ModelStateValidationError) Error ¶ added in v0.30.0
func (e ModelStateValidationError) Error() string
Error satisfies the builtin error interface
func (ModelStateValidationError) ErrorName ¶ added in v0.30.0
func (e ModelStateValidationError) ErrorName() string
ErrorName returns error name.
func (ModelStateValidationError) Field ¶ added in v0.30.0
func (e ModelStateValidationError) Field() string
Field function returns field value.
func (ModelStateValidationError) Key ¶ added in v0.30.0
func (e ModelStateValidationError) Key() bool
Key function returns key value.
func (ModelStateValidationError) Reason ¶ added in v0.30.0
func (e ModelStateValidationError) Reason() string
Reason function returns reason value.
type ModelV2 ¶ added in v0.30.0
type ModelV2 struct { Spec *ModelSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *ModelState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*ModelV2) Descriptor
deprecated
added in
v0.30.0
func (*ModelV2) GetState ¶ added in v0.30.0
func (x *ModelV2) GetState() *ModelState
func (*ModelV2) ProtoMessage ¶ added in v0.30.0
func (*ModelV2) ProtoMessage()
func (*ModelV2) ProtoReflect ¶ added in v0.30.0
func (x *ModelV2) ProtoReflect() protoreflect.Message
func (*ModelV2) Validate ¶ added in v0.30.0
Validate checks the field values on ModelV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ModelV2) ValidateAll ¶ added in v0.30.0
ValidateAll checks the field values on ModelV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ModelV2MultiError, or nil if none found.
type ModelV2MultiError ¶ added in v0.30.0
type ModelV2MultiError []error
ModelV2MultiError is an error wrapping multiple validation errors returned by ModelV2.ValidateAll() if the designated constraints aren't met.
func (ModelV2MultiError) AllErrors ¶ added in v0.30.0
func (m ModelV2MultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ModelV2MultiError) Error ¶ added in v0.30.0
func (m ModelV2MultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ModelV2ValidationError ¶ added in v0.30.0
type ModelV2ValidationError struct {
// contains filtered or unexported fields
}
ModelV2ValidationError is the validation error returned by ModelV2.Validate if the designated constraints aren't met.
func (ModelV2ValidationError) Cause ¶ added in v0.30.0
func (e ModelV2ValidationError) Cause() error
Cause function returns cause value.
func (ModelV2ValidationError) Error ¶ added in v0.30.0
func (e ModelV2ValidationError) Error() string
Error satisfies the builtin error interface
func (ModelV2ValidationError) ErrorName ¶ added in v0.30.0
func (e ModelV2ValidationError) ErrorName() string
ErrorName returns error name.
func (ModelV2ValidationError) Field ¶ added in v0.30.0
func (e ModelV2ValidationError) Field() string
Field function returns field value.
func (ModelV2ValidationError) Key ¶ added in v0.30.0
func (e ModelV2ValidationError) Key() bool
Key function returns key value.
func (ModelV2ValidationError) Reason ¶ added in v0.30.0
func (e ModelV2ValidationError) Reason() string
Reason function returns reason value.
type ModelValidationError ¶ added in v0.20.0
type ModelValidationError struct {
// contains filtered or unexported fields
}
ModelValidationError is the validation error returned by Model.Validate if the designated constraints aren't met.
func (ModelValidationError) Cause ¶ added in v0.20.0
func (e ModelValidationError) Cause() error
Cause function returns cause value.
func (ModelValidationError) Error ¶ added in v0.20.0
func (e ModelValidationError) Error() string
Error satisfies the builtin error interface
func (ModelValidationError) ErrorName ¶ added in v0.20.0
func (e ModelValidationError) ErrorName() string
ErrorName returns error name.
func (ModelValidationError) Field ¶ added in v0.20.0
func (e ModelValidationError) Field() string
Field function returns field value.
func (ModelValidationError) Key ¶ added in v0.20.0
func (e ModelValidationError) Key() bool
Key function returns key value.
func (ModelValidationError) Reason ¶ added in v0.20.0
func (e ModelValidationError) Reason() string
Reason function returns reason value.
type Model_Dialect ¶
type Model_Dialect int32
Dialects supported for models
const ( Model_DIALECT_UNSPECIFIED Model_Dialect = 0 Model_DIALECT_DUCKDB Model_Dialect = 1 )
func (Model_Dialect) Descriptor ¶
func (Model_Dialect) 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 }
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 }
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 OLAPGetTableRequest ¶ added in v0.35.0
type OLAPGetTableRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` Table string `protobuf:"bytes,3,opt,name=table,proto3" json:"table,omitempty"` // contains filtered or unexported fields }
func (*OLAPGetTableRequest) Descriptor
deprecated
added in
v0.35.0
func (*OLAPGetTableRequest) Descriptor() ([]byte, []int)
Deprecated: Use OLAPGetTableRequest.ProtoReflect.Descriptor instead.
func (*OLAPGetTableRequest) GetConnector ¶ added in v0.35.0
func (x *OLAPGetTableRequest) GetConnector() string
func (*OLAPGetTableRequest) GetInstanceId ¶ added in v0.35.0
func (x *OLAPGetTableRequest) GetInstanceId() string
func (*OLAPGetTableRequest) GetTable ¶ added in v0.35.0
func (x *OLAPGetTableRequest) GetTable() string
func (*OLAPGetTableRequest) ProtoMessage ¶ added in v0.35.0
func (*OLAPGetTableRequest) ProtoMessage()
func (*OLAPGetTableRequest) ProtoReflect ¶ added in v0.35.0
func (x *OLAPGetTableRequest) ProtoReflect() protoreflect.Message
func (*OLAPGetTableRequest) Reset ¶ added in v0.35.0
func (x *OLAPGetTableRequest) Reset()
func (*OLAPGetTableRequest) String ¶ added in v0.35.0
func (x *OLAPGetTableRequest) String() string
func (*OLAPGetTableRequest) Validate ¶ added in v0.35.0
func (m *OLAPGetTableRequest) Validate() error
Validate checks the field values on OLAPGetTableRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OLAPGetTableRequest) ValidateAll ¶ added in v0.35.0
func (m *OLAPGetTableRequest) ValidateAll() error
ValidateAll checks the field values on OLAPGetTableRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OLAPGetTableRequestMultiError, or nil if none found.
type OLAPGetTableRequestMultiError ¶ added in v0.35.0
type OLAPGetTableRequestMultiError []error
OLAPGetTableRequestMultiError is an error wrapping multiple validation errors returned by OLAPGetTableRequest.ValidateAll() if the designated constraints aren't met.
func (OLAPGetTableRequestMultiError) AllErrors ¶ added in v0.35.0
func (m OLAPGetTableRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OLAPGetTableRequestMultiError) Error ¶ added in v0.35.0
func (m OLAPGetTableRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OLAPGetTableRequestValidationError ¶ added in v0.35.0
type OLAPGetTableRequestValidationError struct {
// contains filtered or unexported fields
}
OLAPGetTableRequestValidationError is the validation error returned by OLAPGetTableRequest.Validate if the designated constraints aren't met.
func (OLAPGetTableRequestValidationError) Cause ¶ added in v0.35.0
func (e OLAPGetTableRequestValidationError) Cause() error
Cause function returns cause value.
func (OLAPGetTableRequestValidationError) Error ¶ added in v0.35.0
func (e OLAPGetTableRequestValidationError) Error() string
Error satisfies the builtin error interface
func (OLAPGetTableRequestValidationError) ErrorName ¶ added in v0.35.0
func (e OLAPGetTableRequestValidationError) ErrorName() string
ErrorName returns error name.
func (OLAPGetTableRequestValidationError) Field ¶ added in v0.35.0
func (e OLAPGetTableRequestValidationError) Field() string
Field function returns field value.
func (OLAPGetTableRequestValidationError) Key ¶ added in v0.35.0
func (e OLAPGetTableRequestValidationError) Key() bool
Key function returns key value.
func (OLAPGetTableRequestValidationError) Reason ¶ added in v0.35.0
func (e OLAPGetTableRequestValidationError) Reason() string
Reason function returns reason value.
type OLAPGetTableResponse ¶ added in v0.35.0
type OLAPGetTableResponse struct { Schema *StructType `protobuf:"bytes,1,opt,name=schema,proto3" json:"schema,omitempty"` View bool `protobuf:"varint,2,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*OLAPGetTableResponse) Descriptor
deprecated
added in
v0.35.0
func (*OLAPGetTableResponse) Descriptor() ([]byte, []int)
Deprecated: Use OLAPGetTableResponse.ProtoReflect.Descriptor instead.
func (*OLAPGetTableResponse) GetSchema ¶ added in v0.35.0
func (x *OLAPGetTableResponse) GetSchema() *StructType
func (*OLAPGetTableResponse) GetView ¶ added in v0.35.0
func (x *OLAPGetTableResponse) GetView() bool
func (*OLAPGetTableResponse) ProtoMessage ¶ added in v0.35.0
func (*OLAPGetTableResponse) ProtoMessage()
func (*OLAPGetTableResponse) ProtoReflect ¶ added in v0.35.0
func (x *OLAPGetTableResponse) ProtoReflect() protoreflect.Message
func (*OLAPGetTableResponse) Reset ¶ added in v0.35.0
func (x *OLAPGetTableResponse) Reset()
func (*OLAPGetTableResponse) String ¶ added in v0.35.0
func (x *OLAPGetTableResponse) String() string
func (*OLAPGetTableResponse) Validate ¶ added in v0.35.0
func (m *OLAPGetTableResponse) Validate() error
Validate checks the field values on OLAPGetTableResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OLAPGetTableResponse) ValidateAll ¶ added in v0.35.0
func (m *OLAPGetTableResponse) ValidateAll() error
ValidateAll checks the field values on OLAPGetTableResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OLAPGetTableResponseMultiError, or nil if none found.
type OLAPGetTableResponseMultiError ¶ added in v0.35.0
type OLAPGetTableResponseMultiError []error
OLAPGetTableResponseMultiError is an error wrapping multiple validation errors returned by OLAPGetTableResponse.ValidateAll() if the designated constraints aren't met.
func (OLAPGetTableResponseMultiError) AllErrors ¶ added in v0.35.0
func (m OLAPGetTableResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OLAPGetTableResponseMultiError) Error ¶ added in v0.35.0
func (m OLAPGetTableResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OLAPGetTableResponseValidationError ¶ added in v0.35.0
type OLAPGetTableResponseValidationError struct {
// contains filtered or unexported fields
}
OLAPGetTableResponseValidationError is the validation error returned by OLAPGetTableResponse.Validate if the designated constraints aren't met.
func (OLAPGetTableResponseValidationError) Cause ¶ added in v0.35.0
func (e OLAPGetTableResponseValidationError) Cause() error
Cause function returns cause value.
func (OLAPGetTableResponseValidationError) Error ¶ added in v0.35.0
func (e OLAPGetTableResponseValidationError) Error() string
Error satisfies the builtin error interface
func (OLAPGetTableResponseValidationError) ErrorName ¶ added in v0.35.0
func (e OLAPGetTableResponseValidationError) ErrorName() string
ErrorName returns error name.
func (OLAPGetTableResponseValidationError) Field ¶ added in v0.35.0
func (e OLAPGetTableResponseValidationError) Field() string
Field function returns field value.
func (OLAPGetTableResponseValidationError) Key ¶ added in v0.35.0
func (e OLAPGetTableResponseValidationError) Key() bool
Key function returns key value.
func (OLAPGetTableResponseValidationError) Reason ¶ added in v0.35.0
func (e OLAPGetTableResponseValidationError) Reason() string
Reason function returns reason value.
type OLAPListTablesRequest ¶ added in v0.31.0
type OLAPListTablesRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` // contains filtered or unexported fields }
func (*OLAPListTablesRequest) Descriptor
deprecated
added in
v0.31.0
func (*OLAPListTablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use OLAPListTablesRequest.ProtoReflect.Descriptor instead.
func (*OLAPListTablesRequest) GetConnector ¶ added in v0.31.0
func (x *OLAPListTablesRequest) GetConnector() string
func (*OLAPListTablesRequest) GetInstanceId ¶ added in v0.31.0
func (x *OLAPListTablesRequest) GetInstanceId() string
func (*OLAPListTablesRequest) ProtoMessage ¶ added in v0.31.0
func (*OLAPListTablesRequest) ProtoMessage()
func (*OLAPListTablesRequest) ProtoReflect ¶ added in v0.31.0
func (x *OLAPListTablesRequest) ProtoReflect() protoreflect.Message
func (*OLAPListTablesRequest) Reset ¶ added in v0.31.0
func (x *OLAPListTablesRequest) Reset()
func (*OLAPListTablesRequest) String ¶ added in v0.31.0
func (x *OLAPListTablesRequest) String() string
func (*OLAPListTablesRequest) Validate ¶ added in v0.31.0
func (m *OLAPListTablesRequest) Validate() error
Validate checks the field values on OLAPListTablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OLAPListTablesRequest) ValidateAll ¶ added in v0.31.0
func (m *OLAPListTablesRequest) ValidateAll() error
ValidateAll checks the field values on OLAPListTablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OLAPListTablesRequestMultiError, or nil if none found.
type OLAPListTablesRequestMultiError ¶ added in v0.31.0
type OLAPListTablesRequestMultiError []error
OLAPListTablesRequestMultiError is an error wrapping multiple validation errors returned by OLAPListTablesRequest.ValidateAll() if the designated constraints aren't met.
func (OLAPListTablesRequestMultiError) AllErrors ¶ added in v0.31.0
func (m OLAPListTablesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OLAPListTablesRequestMultiError) Error ¶ added in v0.31.0
func (m OLAPListTablesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OLAPListTablesRequestValidationError ¶ added in v0.31.0
type OLAPListTablesRequestValidationError struct {
// contains filtered or unexported fields
}
OLAPListTablesRequestValidationError is the validation error returned by OLAPListTablesRequest.Validate if the designated constraints aren't met.
func (OLAPListTablesRequestValidationError) Cause ¶ added in v0.31.0
func (e OLAPListTablesRequestValidationError) Cause() error
Cause function returns cause value.
func (OLAPListTablesRequestValidationError) Error ¶ added in v0.31.0
func (e OLAPListTablesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (OLAPListTablesRequestValidationError) ErrorName ¶ added in v0.31.0
func (e OLAPListTablesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (OLAPListTablesRequestValidationError) Field ¶ added in v0.31.0
func (e OLAPListTablesRequestValidationError) Field() string
Field function returns field value.
func (OLAPListTablesRequestValidationError) Key ¶ added in v0.31.0
func (e OLAPListTablesRequestValidationError) Key() bool
Key function returns key value.
func (OLAPListTablesRequestValidationError) Reason ¶ added in v0.31.0
func (e OLAPListTablesRequestValidationError) Reason() string
Reason function returns reason value.
type OLAPListTablesResponse ¶ added in v0.31.0
type OLAPListTablesResponse struct { Tables []*TableInfo `protobuf:"bytes,1,rep,name=tables,proto3" json:"tables,omitempty"` // contains filtered or unexported fields }
func (*OLAPListTablesResponse) Descriptor
deprecated
added in
v0.31.0
func (*OLAPListTablesResponse) Descriptor() ([]byte, []int)
Deprecated: Use OLAPListTablesResponse.ProtoReflect.Descriptor instead.
func (*OLAPListTablesResponse) GetTables ¶ added in v0.31.0
func (x *OLAPListTablesResponse) GetTables() []*TableInfo
func (*OLAPListTablesResponse) ProtoMessage ¶ added in v0.31.0
func (*OLAPListTablesResponse) ProtoMessage()
func (*OLAPListTablesResponse) ProtoReflect ¶ added in v0.31.0
func (x *OLAPListTablesResponse) ProtoReflect() protoreflect.Message
func (*OLAPListTablesResponse) Reset ¶ added in v0.31.0
func (x *OLAPListTablesResponse) Reset()
func (*OLAPListTablesResponse) String ¶ added in v0.31.0
func (x *OLAPListTablesResponse) String() string
func (*OLAPListTablesResponse) Validate ¶ added in v0.31.0
func (m *OLAPListTablesResponse) Validate() error
Validate checks the field values on OLAPListTablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OLAPListTablesResponse) ValidateAll ¶ added in v0.31.0
func (m *OLAPListTablesResponse) ValidateAll() error
ValidateAll checks the field values on OLAPListTablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OLAPListTablesResponseMultiError, or nil if none found.
type OLAPListTablesResponseMultiError ¶ added in v0.31.0
type OLAPListTablesResponseMultiError []error
OLAPListTablesResponseMultiError is an error wrapping multiple validation errors returned by OLAPListTablesResponse.ValidateAll() if the designated constraints aren't met.
func (OLAPListTablesResponseMultiError) AllErrors ¶ added in v0.31.0
func (m OLAPListTablesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OLAPListTablesResponseMultiError) Error ¶ added in v0.31.0
func (m OLAPListTablesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OLAPListTablesResponseValidationError ¶ added in v0.31.0
type OLAPListTablesResponseValidationError struct {
// contains filtered or unexported fields
}
OLAPListTablesResponseValidationError is the validation error returned by OLAPListTablesResponse.Validate if the designated constraints aren't met.
func (OLAPListTablesResponseValidationError) Cause ¶ added in v0.31.0
func (e OLAPListTablesResponseValidationError) Cause() error
Cause function returns cause value.
func (OLAPListTablesResponseValidationError) Error ¶ added in v0.31.0
func (e OLAPListTablesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (OLAPListTablesResponseValidationError) ErrorName ¶ added in v0.31.0
func (e OLAPListTablesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (OLAPListTablesResponseValidationError) Field ¶ added in v0.31.0
func (e OLAPListTablesResponseValidationError) Field() string
Field function returns field value.
func (OLAPListTablesResponseValidationError) Key ¶ added in v0.31.0
func (e OLAPListTablesResponseValidationError) Key() bool
Key function returns key value.
func (OLAPListTablesResponseValidationError) Reason ¶ added in v0.31.0
func (e OLAPListTablesResponseValidationError) Reason() string
Reason function returns reason value.
type ObjectType ¶
type ObjectType int32
ObjectType represents the different kinds of catalog objects
const ( ObjectType_OBJECT_TYPE_UNSPECIFIED ObjectType = 0 ObjectType_OBJECT_TYPE_TABLE ObjectType = 1 ObjectType_OBJECT_TYPE_SOURCE ObjectType = 2 ObjectType_OBJECT_TYPE_MODEL ObjectType = 3 ObjectType_OBJECT_TYPE_METRICS_VIEW ObjectType = 4 )
func (ObjectType) Descriptor ¶
func (ObjectType) Descriptor() protoreflect.EnumDescriptor
func (ObjectType) Enum ¶
func (x ObjectType) Enum() *ObjectType
func (ObjectType) EnumDescriptor
deprecated
func (ObjectType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ObjectType.Descriptor instead.
func (ObjectType) Number ¶
func (x ObjectType) Number() protoreflect.EnumNumber
func (ObjectType) String ¶
func (x ObjectType) String() string
func (ObjectType) Type ¶
func (ObjectType) Type() protoreflect.EnumType
type Operation ¶ added in v0.39.0
type Operation int32
const ( Operation_OPERATION_UNSPECIFIED Operation = 0 Operation_OPERATION_EQ Operation = 1 Operation_OPERATION_NEQ Operation = 2 Operation_OPERATION_LT Operation = 3 Operation_OPERATION_LTE Operation = 4 Operation_OPERATION_GT Operation = 5 Operation_OPERATION_GTE Operation = 6 Operation_OPERATION_OR Operation = 7 Operation_OPERATION_AND Operation = 8 Operation_OPERATION_IN Operation = 9 Operation_OPERATION_NIN Operation = 10 Operation_OPERATION_LIKE Operation = 11 Operation_OPERATION_NLIKE Operation = 12 )
func (Operation) Descriptor ¶ added in v0.39.0
func (Operation) Descriptor() protoreflect.EnumDescriptor
func (Operation) EnumDescriptor
deprecated
added in
v0.39.0
func (Operation) Number ¶ added in v0.39.0
func (x Operation) Number() protoreflect.EnumNumber
func (Operation) Type ¶ added in v0.39.0
func (Operation) Type() protoreflect.EnumType
type ParseError ¶ added in v0.30.0
type ParseError struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` FilePath string `protobuf:"bytes,2,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"` StartLocation *CharLocation `protobuf:"bytes,3,opt,name=start_location,json=startLocation,proto3" json:"start_location,omitempty"` External bool `protobuf:"varint,4,opt,name=external,proto3" json:"external,omitempty"` // contains filtered or unexported fields }
func (*ParseError) Descriptor
deprecated
added in
v0.30.0
func (*ParseError) Descriptor() ([]byte, []int)
Deprecated: Use ParseError.ProtoReflect.Descriptor instead.
func (*ParseError) GetExternal ¶ added in v0.36.0
func (x *ParseError) GetExternal() bool
func (*ParseError) GetFilePath ¶ added in v0.30.0
func (x *ParseError) GetFilePath() string
func (*ParseError) GetMessage ¶ added in v0.30.0
func (x *ParseError) GetMessage() string
func (*ParseError) GetStartLocation ¶ added in v0.30.0
func (x *ParseError) GetStartLocation() *CharLocation
func (*ParseError) ProtoMessage ¶ added in v0.30.0
func (*ParseError) ProtoMessage()
func (*ParseError) ProtoReflect ¶ added in v0.30.0
func (x *ParseError) ProtoReflect() protoreflect.Message
func (*ParseError) Reset ¶ added in v0.30.0
func (x *ParseError) Reset()
func (*ParseError) String ¶ added in v0.30.0
func (x *ParseError) String() string
func (*ParseError) Validate ¶ added in v0.30.0
func (m *ParseError) Validate() error
Validate checks the field values on ParseError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ParseError) ValidateAll ¶ added in v0.30.0
func (m *ParseError) ValidateAll() error
ValidateAll checks the field values on ParseError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ParseErrorMultiError, or nil if none found.
type ParseErrorMultiError ¶ added in v0.30.0
type ParseErrorMultiError []error
ParseErrorMultiError is an error wrapping multiple validation errors returned by ParseError.ValidateAll() if the designated constraints aren't met.
func (ParseErrorMultiError) AllErrors ¶ added in v0.30.0
func (m ParseErrorMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ParseErrorMultiError) Error ¶ added in v0.30.0
func (m ParseErrorMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ParseErrorValidationError ¶ added in v0.30.0
type ParseErrorValidationError struct {
// contains filtered or unexported fields
}
ParseErrorValidationError is the validation error returned by ParseError.Validate if the designated constraints aren't met.
func (ParseErrorValidationError) Cause ¶ added in v0.30.0
func (e ParseErrorValidationError) Cause() error
Cause function returns cause value.
func (ParseErrorValidationError) Error ¶ added in v0.30.0
func (e ParseErrorValidationError) Error() string
Error satisfies the builtin error interface
func (ParseErrorValidationError) ErrorName ¶ added in v0.30.0
func (e ParseErrorValidationError) ErrorName() string
ErrorName returns error name.
func (ParseErrorValidationError) Field ¶ added in v0.30.0
func (e ParseErrorValidationError) Field() string
Field function returns field value.
func (ParseErrorValidationError) Key ¶ added in v0.30.0
func (e ParseErrorValidationError) Key() bool
Key function returns key value.
func (ParseErrorValidationError) Reason ¶ added in v0.30.0
func (e ParseErrorValidationError) Reason() string
Reason function returns reason value.
type PingRequest ¶
type PingRequest struct {
// contains filtered or unexported fields
}
Request message for RuntimeService.Ping
func (*PingRequest) Descriptor
deprecated
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶
func (x *PingRequest) Reset()
func (*PingRequest) String ¶
func (x *PingRequest) String() string
func (*PingRequest) Validate ¶ added in v0.20.0
func (m *PingRequest) Validate() error
Validate checks the field values on PingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PingRequest) ValidateAll ¶ added in v0.20.0
func (m *PingRequest) ValidateAll() error
ValidateAll checks the field values on PingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PingRequestMultiError, or nil if none found.
type PingRequestMultiError ¶ added in v0.20.0
type PingRequestMultiError []error
PingRequestMultiError is an error wrapping multiple validation errors returned by PingRequest.ValidateAll() if the designated constraints aren't met.
func (PingRequestMultiError) AllErrors ¶ added in v0.20.0
func (m PingRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PingRequestMultiError) Error ¶ added in v0.20.0
func (m PingRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PingRequestValidationError ¶ added in v0.20.0
type PingRequestValidationError struct {
// contains filtered or unexported fields
}
PingRequestValidationError is the validation error returned by PingRequest.Validate if the designated constraints aren't met.
func (PingRequestValidationError) Cause ¶ added in v0.20.0
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 ProjectParser ¶ added in v0.30.0
type ProjectParser struct { Spec *ProjectParserSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *ProjectParserState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*ProjectParser) Descriptor
deprecated
added in
v0.30.0
func (*ProjectParser) Descriptor() ([]byte, []int)
Deprecated: Use ProjectParser.ProtoReflect.Descriptor instead.
func (*ProjectParser) GetSpec ¶ added in v0.30.0
func (x *ProjectParser) GetSpec() *ProjectParserSpec
func (*ProjectParser) GetState ¶ added in v0.30.0
func (x *ProjectParser) GetState() *ProjectParserState
func (*ProjectParser) ProtoMessage ¶ added in v0.30.0
func (*ProjectParser) ProtoMessage()
func (*ProjectParser) ProtoReflect ¶ added in v0.30.0
func (x *ProjectParser) ProtoReflect() protoreflect.Message
func (*ProjectParser) Reset ¶ added in v0.30.0
func (x *ProjectParser) Reset()
func (*ProjectParser) String ¶ added in v0.30.0
func (x *ProjectParser) String() string
func (*ProjectParser) Validate ¶ added in v0.30.0
func (m *ProjectParser) Validate() error
Validate checks the field values on ProjectParser with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ProjectParser) ValidateAll ¶ added in v0.30.0
func (m *ProjectParser) ValidateAll() error
ValidateAll checks the field values on ProjectParser with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProjectParserMultiError, or nil if none found.
type ProjectParserMultiError ¶ added in v0.30.0
type ProjectParserMultiError []error
ProjectParserMultiError is an error wrapping multiple validation errors returned by ProjectParser.ValidateAll() if the designated constraints aren't met.
func (ProjectParserMultiError) AllErrors ¶ added in v0.30.0
func (m ProjectParserMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ProjectParserMultiError) Error ¶ added in v0.30.0
func (m ProjectParserMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ProjectParserSpec ¶ added in v0.30.0
type ProjectParserSpec struct {
// contains filtered or unexported fields
}
func (*ProjectParserSpec) Descriptor
deprecated
added in
v0.30.0
func (*ProjectParserSpec) Descriptor() ([]byte, []int)
Deprecated: Use ProjectParserSpec.ProtoReflect.Descriptor instead.
func (*ProjectParserSpec) ProtoMessage ¶ added in v0.30.0
func (*ProjectParserSpec) ProtoMessage()
func (*ProjectParserSpec) ProtoReflect ¶ added in v0.30.0
func (x *ProjectParserSpec) ProtoReflect() protoreflect.Message
func (*ProjectParserSpec) Reset ¶ added in v0.30.0
func (x *ProjectParserSpec) Reset()
func (*ProjectParserSpec) String ¶ added in v0.30.0
func (x *ProjectParserSpec) String() string
func (*ProjectParserSpec) Validate ¶ added in v0.30.0
func (m *ProjectParserSpec) Validate() error
Validate checks the field values on ProjectParserSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ProjectParserSpec) ValidateAll ¶ added in v0.30.0
func (m *ProjectParserSpec) ValidateAll() error
ValidateAll checks the field values on ProjectParserSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProjectParserSpecMultiError, or nil if none found.
type ProjectParserSpecMultiError ¶ added in v0.30.0
type ProjectParserSpecMultiError []error
ProjectParserSpecMultiError is an error wrapping multiple validation errors returned by ProjectParserSpec.ValidateAll() if the designated constraints aren't met.
func (ProjectParserSpecMultiError) AllErrors ¶ added in v0.30.0
func (m ProjectParserSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ProjectParserSpecMultiError) Error ¶ added in v0.30.0
func (m ProjectParserSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ProjectParserSpecValidationError ¶ added in v0.30.0
type ProjectParserSpecValidationError struct {
// contains filtered or unexported fields
}
ProjectParserSpecValidationError is the validation error returned by ProjectParserSpec.Validate if the designated constraints aren't met.
func (ProjectParserSpecValidationError) Cause ¶ added in v0.30.0
func (e ProjectParserSpecValidationError) Cause() error
Cause function returns cause value.
func (ProjectParserSpecValidationError) Error ¶ added in v0.30.0
func (e ProjectParserSpecValidationError) Error() string
Error satisfies the builtin error interface
func (ProjectParserSpecValidationError) ErrorName ¶ added in v0.30.0
func (e ProjectParserSpecValidationError) ErrorName() string
ErrorName returns error name.
func (ProjectParserSpecValidationError) Field ¶ added in v0.30.0
func (e ProjectParserSpecValidationError) Field() string
Field function returns field value.
func (ProjectParserSpecValidationError) Key ¶ added in v0.30.0
func (e ProjectParserSpecValidationError) Key() bool
Key function returns key value.
func (ProjectParserSpecValidationError) Reason ¶ added in v0.30.0
func (e ProjectParserSpecValidationError) Reason() string
Reason function returns reason value.
type ProjectParserState ¶ added in v0.30.0
type ProjectParserState struct { ParseErrors []*ParseError `protobuf:"bytes,1,rep,name=parse_errors,json=parseErrors,proto3" json:"parse_errors,omitempty"` CurrentCommitSha string `protobuf:"bytes,2,opt,name=current_commit_sha,json=currentCommitSha,proto3" json:"current_commit_sha,omitempty"` Watching bool `protobuf:"varint,3,opt,name=watching,proto3" json:"watching,omitempty"` // contains filtered or unexported fields }
func (*ProjectParserState) Descriptor
deprecated
added in
v0.30.0
func (*ProjectParserState) Descriptor() ([]byte, []int)
Deprecated: Use ProjectParserState.ProtoReflect.Descriptor instead.
func (*ProjectParserState) GetCurrentCommitSha ¶ added in v0.30.0
func (x *ProjectParserState) GetCurrentCommitSha() string
func (*ProjectParserState) GetParseErrors ¶ added in v0.30.0
func (x *ProjectParserState) GetParseErrors() []*ParseError
func (*ProjectParserState) GetWatching ¶ added in v0.35.0
func (x *ProjectParserState) GetWatching() bool
func (*ProjectParserState) ProtoMessage ¶ added in v0.30.0
func (*ProjectParserState) ProtoMessage()
func (*ProjectParserState) ProtoReflect ¶ added in v0.30.0
func (x *ProjectParserState) ProtoReflect() protoreflect.Message
func (*ProjectParserState) Reset ¶ added in v0.30.0
func (x *ProjectParserState) Reset()
func (*ProjectParserState) String ¶ added in v0.30.0
func (x *ProjectParserState) String() string
func (*ProjectParserState) Validate ¶ added in v0.30.0
func (m *ProjectParserState) Validate() error
Validate checks the field values on ProjectParserState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ProjectParserState) ValidateAll ¶ added in v0.30.0
func (m *ProjectParserState) ValidateAll() error
ValidateAll checks the field values on ProjectParserState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProjectParserStateMultiError, or nil if none found.
type ProjectParserStateMultiError ¶ added in v0.30.0
type ProjectParserStateMultiError []error
ProjectParserStateMultiError is an error wrapping multiple validation errors returned by ProjectParserState.ValidateAll() if the designated constraints aren't met.
func (ProjectParserStateMultiError) AllErrors ¶ added in v0.30.0
func (m ProjectParserStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ProjectParserStateMultiError) Error ¶ added in v0.30.0
func (m ProjectParserStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ProjectParserStateValidationError ¶ added in v0.30.0
type ProjectParserStateValidationError struct {
// contains filtered or unexported fields
}
ProjectParserStateValidationError is the validation error returned by ProjectParserState.Validate if the designated constraints aren't met.
func (ProjectParserStateValidationError) Cause ¶ added in v0.30.0
func (e ProjectParserStateValidationError) Cause() error
Cause function returns cause value.
func (ProjectParserStateValidationError) Error ¶ added in v0.30.0
func (e ProjectParserStateValidationError) Error() string
Error satisfies the builtin error interface
func (ProjectParserStateValidationError) ErrorName ¶ added in v0.30.0
func (e ProjectParserStateValidationError) ErrorName() string
ErrorName returns error name.
func (ProjectParserStateValidationError) Field ¶ added in v0.30.0
func (e ProjectParserStateValidationError) Field() string
Field function returns field value.
func (ProjectParserStateValidationError) Key ¶ added in v0.30.0
func (e ProjectParserStateValidationError) Key() bool
Key function returns key value.
func (ProjectParserStateValidationError) Reason ¶ added in v0.30.0
func (e ProjectParserStateValidationError) Reason() string
Reason function returns reason value.
type ProjectParserValidationError ¶ added in v0.30.0
type ProjectParserValidationError struct {
// contains filtered or unexported fields
}
ProjectParserValidationError is the validation error returned by ProjectParser.Validate if the designated constraints aren't met.
func (ProjectParserValidationError) Cause ¶ added in v0.30.0
func (e ProjectParserValidationError) Cause() error
Cause function returns cause value.
func (ProjectParserValidationError) Error ¶ added in v0.30.0
func (e ProjectParserValidationError) Error() string
Error satisfies the builtin error interface
func (ProjectParserValidationError) ErrorName ¶ added in v0.30.0
func (e ProjectParserValidationError) ErrorName() string
ErrorName returns error name.
func (ProjectParserValidationError) Field ¶ added in v0.30.0
func (e ProjectParserValidationError) Field() string
Field function returns field value.
func (ProjectParserValidationError) Key ¶ added in v0.30.0
func (e ProjectParserValidationError) Key() bool
Key function returns key value.
func (ProjectParserValidationError) Reason ¶ added in v0.30.0
func (e ProjectParserValidationError) Reason() string
Reason function returns reason value.
type PullTrigger ¶ added in v0.30.0
type PullTrigger struct { Spec *PullTriggerSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *PullTriggerState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*PullTrigger) Descriptor
deprecated
added in
v0.30.0
func (*PullTrigger) Descriptor() ([]byte, []int)
Deprecated: Use PullTrigger.ProtoReflect.Descriptor instead.
func (*PullTrigger) GetSpec ¶ added in v0.30.0
func (x *PullTrigger) GetSpec() *PullTriggerSpec
func (*PullTrigger) GetState ¶ added in v0.30.0
func (x *PullTrigger) GetState() *PullTriggerState
func (*PullTrigger) ProtoMessage ¶ added in v0.30.0
func (*PullTrigger) ProtoMessage()
func (*PullTrigger) ProtoReflect ¶ added in v0.30.0
func (x *PullTrigger) ProtoReflect() protoreflect.Message
func (*PullTrigger) Reset ¶ added in v0.30.0
func (x *PullTrigger) Reset()
func (*PullTrigger) String ¶ added in v0.30.0
func (x *PullTrigger) String() string
func (*PullTrigger) Validate ¶ added in v0.30.0
func (m *PullTrigger) Validate() error
Validate checks the field values on PullTrigger with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PullTrigger) ValidateAll ¶ added in v0.30.0
func (m *PullTrigger) ValidateAll() error
ValidateAll checks the field values on PullTrigger with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PullTriggerMultiError, or nil if none found.
type PullTriggerMultiError ¶ added in v0.30.0
type PullTriggerMultiError []error
PullTriggerMultiError is an error wrapping multiple validation errors returned by PullTrigger.ValidateAll() if the designated constraints aren't met.
func (PullTriggerMultiError) AllErrors ¶ added in v0.30.0
func (m PullTriggerMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PullTriggerMultiError) Error ¶ added in v0.30.0
func (m PullTriggerMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PullTriggerSpec ¶ added in v0.30.0
type PullTriggerSpec struct {
// contains filtered or unexported fields
}
func (*PullTriggerSpec) Descriptor
deprecated
added in
v0.30.0
func (*PullTriggerSpec) Descriptor() ([]byte, []int)
Deprecated: Use PullTriggerSpec.ProtoReflect.Descriptor instead.
func (*PullTriggerSpec) ProtoMessage ¶ added in v0.30.0
func (*PullTriggerSpec) ProtoMessage()
func (*PullTriggerSpec) ProtoReflect ¶ added in v0.30.0
func (x *PullTriggerSpec) ProtoReflect() protoreflect.Message
func (*PullTriggerSpec) Reset ¶ added in v0.30.0
func (x *PullTriggerSpec) Reset()
func (*PullTriggerSpec) String ¶ added in v0.30.0
func (x *PullTriggerSpec) String() string
func (*PullTriggerSpec) Validate ¶ added in v0.30.0
func (m *PullTriggerSpec) Validate() error
Validate checks the field values on PullTriggerSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PullTriggerSpec) ValidateAll ¶ added in v0.30.0
func (m *PullTriggerSpec) ValidateAll() error
ValidateAll checks the field values on PullTriggerSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PullTriggerSpecMultiError, or nil if none found.
type PullTriggerSpecMultiError ¶ added in v0.30.0
type PullTriggerSpecMultiError []error
PullTriggerSpecMultiError is an error wrapping multiple validation errors returned by PullTriggerSpec.ValidateAll() if the designated constraints aren't met.
func (PullTriggerSpecMultiError) AllErrors ¶ added in v0.30.0
func (m PullTriggerSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PullTriggerSpecMultiError) Error ¶ added in v0.30.0
func (m PullTriggerSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PullTriggerSpecValidationError ¶ added in v0.30.0
type PullTriggerSpecValidationError struct {
// contains filtered or unexported fields
}
PullTriggerSpecValidationError is the validation error returned by PullTriggerSpec.Validate if the designated constraints aren't met.
func (PullTriggerSpecValidationError) Cause ¶ added in v0.30.0
func (e PullTriggerSpecValidationError) Cause() error
Cause function returns cause value.
func (PullTriggerSpecValidationError) Error ¶ added in v0.30.0
func (e PullTriggerSpecValidationError) Error() string
Error satisfies the builtin error interface
func (PullTriggerSpecValidationError) ErrorName ¶ added in v0.30.0
func (e PullTriggerSpecValidationError) ErrorName() string
ErrorName returns error name.
func (PullTriggerSpecValidationError) Field ¶ added in v0.30.0
func (e PullTriggerSpecValidationError) Field() string
Field function returns field value.
func (PullTriggerSpecValidationError) Key ¶ added in v0.30.0
func (e PullTriggerSpecValidationError) Key() bool
Key function returns key value.
func (PullTriggerSpecValidationError) Reason ¶ added in v0.30.0
func (e PullTriggerSpecValidationError) Reason() string
Reason function returns reason value.
type PullTriggerState ¶ added in v0.30.0
type PullTriggerState struct {
// contains filtered or unexported fields
}
func (*PullTriggerState) Descriptor
deprecated
added in
v0.30.0
func (*PullTriggerState) Descriptor() ([]byte, []int)
Deprecated: Use PullTriggerState.ProtoReflect.Descriptor instead.
func (*PullTriggerState) ProtoMessage ¶ added in v0.30.0
func (*PullTriggerState) ProtoMessage()
func (*PullTriggerState) ProtoReflect ¶ added in v0.30.0
func (x *PullTriggerState) ProtoReflect() protoreflect.Message
func (*PullTriggerState) Reset ¶ added in v0.30.0
func (x *PullTriggerState) Reset()
func (*PullTriggerState) String ¶ added in v0.30.0
func (x *PullTriggerState) String() string
func (*PullTriggerState) Validate ¶ added in v0.30.0
func (m *PullTriggerState) Validate() error
Validate checks the field values on PullTriggerState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PullTriggerState) ValidateAll ¶ added in v0.30.0
func (m *PullTriggerState) ValidateAll() error
ValidateAll checks the field values on PullTriggerState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PullTriggerStateMultiError, or nil if none found.
type PullTriggerStateMultiError ¶ added in v0.30.0
type PullTriggerStateMultiError []error
PullTriggerStateMultiError is an error wrapping multiple validation errors returned by PullTriggerState.ValidateAll() if the designated constraints aren't met.
func (PullTriggerStateMultiError) AllErrors ¶ added in v0.30.0
func (m PullTriggerStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PullTriggerStateMultiError) Error ¶ added in v0.30.0
func (m PullTriggerStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PullTriggerStateValidationError ¶ added in v0.30.0
type PullTriggerStateValidationError struct {
// contains filtered or unexported fields
}
PullTriggerStateValidationError is the validation error returned by PullTriggerState.Validate if the designated constraints aren't met.
func (PullTriggerStateValidationError) Cause ¶ added in v0.30.0
func (e PullTriggerStateValidationError) Cause() error
Cause function returns cause value.
func (PullTriggerStateValidationError) Error ¶ added in v0.30.0
func (e PullTriggerStateValidationError) Error() string
Error satisfies the builtin error interface
func (PullTriggerStateValidationError) ErrorName ¶ added in v0.30.0
func (e PullTriggerStateValidationError) ErrorName() string
ErrorName returns error name.
func (PullTriggerStateValidationError) Field ¶ added in v0.30.0
func (e PullTriggerStateValidationError) Field() string
Field function returns field value.
func (PullTriggerStateValidationError) Key ¶ added in v0.30.0
func (e PullTriggerStateValidationError) Key() bool
Key function returns key value.
func (PullTriggerStateValidationError) Reason ¶ added in v0.30.0
func (e PullTriggerStateValidationError) Reason() string
Reason function returns reason value.
type PullTriggerValidationError ¶ added in v0.30.0
type PullTriggerValidationError struct {
// contains filtered or unexported fields
}
PullTriggerValidationError is the validation error returned by PullTrigger.Validate if the designated constraints aren't met.
func (PullTriggerValidationError) Cause ¶ added in v0.30.0
func (e PullTriggerValidationError) Cause() error
Cause function returns cause value.
func (PullTriggerValidationError) Error ¶ added in v0.30.0
func (e PullTriggerValidationError) Error() string
Error satisfies the builtin error interface
func (PullTriggerValidationError) ErrorName ¶ added in v0.30.0
func (e PullTriggerValidationError) ErrorName() string
ErrorName returns error name.
func (PullTriggerValidationError) Field ¶ added in v0.30.0
func (e PullTriggerValidationError) Field() string
Field function returns field value.
func (PullTriggerValidationError) Key ¶ added in v0.30.0
func (e PullTriggerValidationError) Key() bool
Key function returns key value.
func (PullTriggerValidationError) Reason ¶ added in v0.30.0
func (e PullTriggerValidationError) 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 Query ¶ added in v0.36.0
type Query struct { // Types that are assignable to Query: // // *Query_MetricsViewAggregationRequest // *Query_MetricsViewToplistRequest // *Query_MetricsViewComparisonRequest // *Query_MetricsViewTimeSeriesRequest // *Query_MetricsViewTotalsRequest // *Query_MetricsViewRowsRequest // *Query_ColumnRollupIntervalRequest // *Query_ColumnTopKRequest // *Query_ColumnNullCountRequest // *Query_ColumnDescriptiveStatisticsRequest // *Query_ColumnTimeGrainRequest // *Query_ColumnNumericHistogramRequest // *Query_ColumnRugHistogramRequest // *Query_ColumnTimeRangeRequest // *Query_ColumnCardinalityRequest // *Query_ColumnTimeSeriesRequest // *Query_TableCardinalityRequest // *Query_TableColumnsRequest // *Query_TableRowsRequest Query isQuery_Query `protobuf_oneof:"query"` // contains filtered or unexported fields }
func (*Query) Descriptor
deprecated
added in
v0.36.0
func (*Query) GetColumnCardinalityRequest ¶ added in v0.36.0
func (x *Query) GetColumnCardinalityRequest() *ColumnCardinalityRequest
func (*Query) GetColumnDescriptiveStatisticsRequest ¶ added in v0.36.0
func (x *Query) GetColumnDescriptiveStatisticsRequest() *ColumnDescriptiveStatisticsRequest
func (*Query) GetColumnNullCountRequest ¶ added in v0.36.0
func (x *Query) GetColumnNullCountRequest() *ColumnNullCountRequest
func (*Query) GetColumnNumericHistogramRequest ¶ added in v0.36.0
func (x *Query) GetColumnNumericHistogramRequest() *ColumnNumericHistogramRequest
func (*Query) GetColumnRollupIntervalRequest ¶ added in v0.36.0
func (x *Query) GetColumnRollupIntervalRequest() *ColumnRollupIntervalRequest
func (*Query) GetColumnRugHistogramRequest ¶ added in v0.36.0
func (x *Query) GetColumnRugHistogramRequest() *ColumnRugHistogramRequest
func (*Query) GetColumnTimeGrainRequest ¶ added in v0.36.0
func (x *Query) GetColumnTimeGrainRequest() *ColumnTimeGrainRequest
func (*Query) GetColumnTimeRangeRequest ¶ added in v0.36.0
func (x *Query) GetColumnTimeRangeRequest() *ColumnTimeRangeRequest
func (*Query) GetColumnTimeSeriesRequest ¶ added in v0.36.0
func (x *Query) GetColumnTimeSeriesRequest() *ColumnTimeSeriesRequest
func (*Query) GetColumnTopKRequest ¶ added in v0.36.0
func (x *Query) GetColumnTopKRequest() *ColumnTopKRequest
func (*Query) GetMetricsViewAggregationRequest ¶ added in v0.36.0
func (x *Query) GetMetricsViewAggregationRequest() *MetricsViewAggregationRequest
func (*Query) GetMetricsViewComparisonRequest ¶ added in v0.37.0
func (x *Query) GetMetricsViewComparisonRequest() *MetricsViewComparisonRequest
func (*Query) GetMetricsViewRowsRequest ¶ added in v0.36.0
func (x *Query) GetMetricsViewRowsRequest() *MetricsViewRowsRequest
func (*Query) GetMetricsViewTimeSeriesRequest ¶ added in v0.36.0
func (x *Query) GetMetricsViewTimeSeriesRequest() *MetricsViewTimeSeriesRequest
func (*Query) GetMetricsViewToplistRequest ¶ added in v0.36.0
func (x *Query) GetMetricsViewToplistRequest() *MetricsViewToplistRequest
func (*Query) GetMetricsViewTotalsRequest ¶ added in v0.36.0
func (x *Query) GetMetricsViewTotalsRequest() *MetricsViewTotalsRequest
func (*Query) GetTableCardinalityRequest ¶ added in v0.36.0
func (x *Query) GetTableCardinalityRequest() *TableCardinalityRequest
func (*Query) GetTableColumnsRequest ¶ added in v0.36.0
func (x *Query) GetTableColumnsRequest() *TableColumnsRequest
func (*Query) GetTableRowsRequest ¶ added in v0.36.0
func (x *Query) GetTableRowsRequest() *TableRowsRequest
func (*Query) ProtoMessage ¶ added in v0.36.0
func (*Query) ProtoMessage()
func (*Query) ProtoReflect ¶ added in v0.36.0
func (x *Query) ProtoReflect() protoreflect.Message
func (*Query) Validate ¶ added in v0.36.0
Validate checks the field values on Query with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Query) ValidateAll ¶ added in v0.36.0
ValidateAll checks the field values on Query with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryMultiError, or nil if none found.
type QueryBatchRequest ¶ added in v0.29.1
type QueryBatchRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Queries []*Query `protobuf:"bytes,2,rep,name=queries,proto3" json:"queries,omitempty"` // contains filtered or unexported fields }
func (*QueryBatchRequest) Descriptor
deprecated
added in
v0.29.1
func (*QueryBatchRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryBatchRequest.ProtoReflect.Descriptor instead.
func (*QueryBatchRequest) GetInstanceId ¶ added in v0.29.1
func (x *QueryBatchRequest) GetInstanceId() string
func (*QueryBatchRequest) GetQueries ¶ added in v0.29.1
func (x *QueryBatchRequest) GetQueries() []*Query
func (*QueryBatchRequest) ProtoMessage ¶ added in v0.29.1
func (*QueryBatchRequest) ProtoMessage()
func (*QueryBatchRequest) ProtoReflect ¶ added in v0.29.1
func (x *QueryBatchRequest) ProtoReflect() protoreflect.Message
func (*QueryBatchRequest) Reset ¶ added in v0.29.1
func (x *QueryBatchRequest) Reset()
func (*QueryBatchRequest) String ¶ added in v0.29.1
func (x *QueryBatchRequest) String() string
func (*QueryBatchRequest) Validate ¶ added in v0.29.1
func (m *QueryBatchRequest) Validate() error
Validate checks the field values on QueryBatchRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryBatchRequest) ValidateAll ¶ added in v0.29.1
func (m *QueryBatchRequest) ValidateAll() error
ValidateAll checks the field values on QueryBatchRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryBatchRequestMultiError, or nil if none found.
type QueryBatchRequestMultiError ¶ added in v0.29.1
type QueryBatchRequestMultiError []error
QueryBatchRequestMultiError is an error wrapping multiple validation errors returned by QueryBatchRequest.ValidateAll() if the designated constraints aren't met.
func (QueryBatchRequestMultiError) AllErrors ¶ added in v0.29.1
func (m QueryBatchRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryBatchRequestMultiError) Error ¶ added in v0.29.1
func (m QueryBatchRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryBatchRequestValidationError ¶ added in v0.29.1
type QueryBatchRequestValidationError struct {
// contains filtered or unexported fields
}
QueryBatchRequestValidationError is the validation error returned by QueryBatchRequest.Validate if the designated constraints aren't met.
func (QueryBatchRequestValidationError) Cause ¶ added in v0.29.1
func (e QueryBatchRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryBatchRequestValidationError) Error ¶ added in v0.29.1
func (e QueryBatchRequestValidationError) Error() string
Error satisfies the builtin error interface
func (QueryBatchRequestValidationError) ErrorName ¶ added in v0.29.1
func (e QueryBatchRequestValidationError) ErrorName() string
ErrorName returns error name.
func (QueryBatchRequestValidationError) Field ¶ added in v0.29.1
func (e QueryBatchRequestValidationError) Field() string
Field function returns field value.
func (QueryBatchRequestValidationError) Key ¶ added in v0.29.1
func (e QueryBatchRequestValidationError) Key() bool
Key function returns key value.
func (QueryBatchRequestValidationError) Reason ¶ added in v0.29.1
func (e QueryBatchRequestValidationError) Reason() string
Reason function returns reason value.
type QueryBatchResponse ¶ added in v0.29.1
type QueryBatchResponse struct { Index uint32 `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"` Result *QueryResult `protobuf:"bytes,2,opt,name=result,proto3" json:"result,omitempty"` Error string `protobuf:"bytes,3,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*QueryBatchResponse) Descriptor
deprecated
added in
v0.29.1
func (*QueryBatchResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryBatchResponse.ProtoReflect.Descriptor instead.
func (*QueryBatchResponse) GetError ¶ added in v0.29.1
func (x *QueryBatchResponse) GetError() string
func (*QueryBatchResponse) GetIndex ¶ added in v0.36.0
func (x *QueryBatchResponse) GetIndex() uint32
func (*QueryBatchResponse) GetResult ¶ added in v0.29.1
func (x *QueryBatchResponse) GetResult() *QueryResult
func (*QueryBatchResponse) ProtoMessage ¶ added in v0.29.1
func (*QueryBatchResponse) ProtoMessage()
func (*QueryBatchResponse) ProtoReflect ¶ added in v0.29.1
func (x *QueryBatchResponse) ProtoReflect() protoreflect.Message
func (*QueryBatchResponse) Reset ¶ added in v0.29.1
func (x *QueryBatchResponse) Reset()
func (*QueryBatchResponse) String ¶ added in v0.29.1
func (x *QueryBatchResponse) String() string
func (*QueryBatchResponse) Validate ¶ added in v0.29.1
func (m *QueryBatchResponse) Validate() error
Validate checks the field values on QueryBatchResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryBatchResponse) ValidateAll ¶ added in v0.29.1
func (m *QueryBatchResponse) ValidateAll() error
ValidateAll checks the field values on QueryBatchResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryBatchResponseMultiError, or nil if none found.
type QueryBatchResponseMultiError ¶ added in v0.29.1
type QueryBatchResponseMultiError []error
QueryBatchResponseMultiError is an error wrapping multiple validation errors returned by QueryBatchResponse.ValidateAll() if the designated constraints aren't met.
func (QueryBatchResponseMultiError) AllErrors ¶ added in v0.29.1
func (m QueryBatchResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryBatchResponseMultiError) Error ¶ added in v0.29.1
func (m QueryBatchResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryBatchResponseValidationError ¶ added in v0.29.1
type QueryBatchResponseValidationError struct {
// contains filtered or unexported fields
}
QueryBatchResponseValidationError is the validation error returned by QueryBatchResponse.Validate if the designated constraints aren't met.
func (QueryBatchResponseValidationError) Cause ¶ added in v0.29.1
func (e QueryBatchResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryBatchResponseValidationError) Error ¶ added in v0.29.1
func (e QueryBatchResponseValidationError) Error() string
Error satisfies the builtin error interface
func (QueryBatchResponseValidationError) ErrorName ¶ added in v0.29.1
func (e QueryBatchResponseValidationError) ErrorName() string
ErrorName returns error name.
func (QueryBatchResponseValidationError) Field ¶ added in v0.29.1
func (e QueryBatchResponseValidationError) Field() string
Field function returns field value.
func (QueryBatchResponseValidationError) Key ¶ added in v0.29.1
func (e QueryBatchResponseValidationError) Key() bool
Key function returns key value.
func (QueryBatchResponseValidationError) Reason ¶ added in v0.29.1
func (e QueryBatchResponseValidationError) Reason() string
Reason function returns reason value.
type QueryMultiError ¶ added in v0.36.0
type QueryMultiError []error
QueryMultiError is an error wrapping multiple validation errors returned by Query.ValidateAll() if the designated constraints aren't met.
func (QueryMultiError) AllErrors ¶ added in v0.36.0
func (m QueryMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryMultiError) Error ¶ added in v0.36.0
func (m QueryMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryRequest ¶
type QueryRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Sql string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"` Args []*structpb.Value `protobuf:"bytes,3,rep,name=args,proto3" json:"args,omitempty"` Priority int32 `protobuf:"varint,4,opt,name=priority,proto3" json:"priority,omitempty"` DryRun bool `protobuf:"varint,5,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"` Limit int32 `protobuf:"varint,6,opt,name=limit,proto3" json:"limit,omitempty"` // contains filtered or unexported fields }
func (*QueryRequest) Descriptor
deprecated
func (*QueryRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.
func (*QueryRequest) GetArgs ¶
func (x *QueryRequest) GetArgs() []*structpb.Value
func (*QueryRequest) GetDryRun ¶
func (x *QueryRequest) GetDryRun() bool
func (*QueryRequest) GetInstanceId ¶
func (x *QueryRequest) GetInstanceId() string
func (*QueryRequest) GetLimit ¶ added in v0.29.0
func (x *QueryRequest) GetLimit() int32
func (*QueryRequest) GetPriority ¶
func (x *QueryRequest) GetPriority() int32
func (*QueryRequest) GetSql ¶
func (x *QueryRequest) GetSql() string
func (*QueryRequest) ProtoMessage ¶
func (*QueryRequest) ProtoMessage()
func (*QueryRequest) ProtoReflect ¶
func (x *QueryRequest) ProtoReflect() protoreflect.Message
func (*QueryRequest) Reset ¶
func (x *QueryRequest) Reset()
func (*QueryRequest) String ¶
func (x *QueryRequest) String() string
func (*QueryRequest) Validate ¶ added in v0.20.0
func (m *QueryRequest) Validate() error
Validate checks the field values on QueryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryRequest) ValidateAll ¶ added in v0.20.0
func (m *QueryRequest) ValidateAll() error
ValidateAll checks the field values on QueryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryRequestMultiError, or nil if none found.
type QueryRequestMultiError ¶ added in v0.20.0
type QueryRequestMultiError []error
QueryRequestMultiError is an error wrapping multiple validation errors returned by QueryRequest.ValidateAll() if the designated constraints aren't met.
func (QueryRequestMultiError) AllErrors ¶ added in v0.20.0
func (m QueryRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryRequestMultiError) Error ¶ added in v0.20.0
func (m QueryRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryRequestValidationError ¶ added in v0.20.0
type QueryRequestValidationError struct {
// contains filtered or unexported fields
}
QueryRequestValidationError is the validation error returned by QueryRequest.Validate if the designated constraints aren't met.
func (QueryRequestValidationError) Cause ¶ added in v0.20.0
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 { Meta *StructType `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` Data []*structpb.Struct `protobuf:"bytes,2,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*QueryResponse) Descriptor
deprecated
func (*QueryResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.
func (*QueryResponse) GetData ¶
func (x *QueryResponse) GetData() []*structpb.Struct
func (*QueryResponse) GetMeta ¶
func (x *QueryResponse) GetMeta() *StructType
func (*QueryResponse) ProtoMessage ¶
func (*QueryResponse) ProtoMessage()
func (*QueryResponse) ProtoReflect ¶
func (x *QueryResponse) ProtoReflect() protoreflect.Message
func (*QueryResponse) Reset ¶
func (x *QueryResponse) Reset()
func (*QueryResponse) String ¶
func (x *QueryResponse) String() string
func (*QueryResponse) Validate ¶ added in v0.20.0
func (m *QueryResponse) Validate() error
Validate checks the field values on QueryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryResponse) ValidateAll ¶ added in v0.20.0
func (m *QueryResponse) ValidateAll() error
ValidateAll checks the field values on QueryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryResponseMultiError, or nil if none found.
type QueryResponseMultiError ¶ added in v0.20.0
type QueryResponseMultiError []error
QueryResponseMultiError is an error wrapping multiple validation errors returned by QueryResponse.ValidateAll() if the designated constraints aren't met.
func (QueryResponseMultiError) AllErrors ¶ added in v0.20.0
func (m QueryResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryResponseMultiError) Error ¶ added in v0.20.0
func (m QueryResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryResponseValidationError ¶ added in v0.20.0
type QueryResponseValidationError struct {
// contains filtered or unexported fields
}
QueryResponseValidationError is the validation error returned by QueryResponse.Validate if the designated constraints aren't met.
func (QueryResponseValidationError) Cause ¶ added in v0.20.0
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 QueryResult ¶ added in v0.36.0
type QueryResult struct { // Types that are assignable to Result: // // *QueryResult_MetricsViewAggregationResponse // *QueryResult_MetricsViewToplistResponse // *QueryResult_MetricsViewComparisonResponse // *QueryResult_MetricsViewTimeSeriesResponse // *QueryResult_MetricsViewTotalsResponse // *QueryResult_MetricsViewRowsResponse // *QueryResult_ColumnRollupIntervalResponse // *QueryResult_ColumnTopKResponse // *QueryResult_ColumnNullCountResponse // *QueryResult_ColumnDescriptiveStatisticsResponse // *QueryResult_ColumnTimeGrainResponse // *QueryResult_ColumnNumericHistogramResponse // *QueryResult_ColumnRugHistogramResponse // *QueryResult_ColumnTimeRangeResponse // *QueryResult_ColumnCardinalityResponse // *QueryResult_ColumnTimeSeriesResponse // *QueryResult_TableCardinalityResponse // *QueryResult_TableColumnsResponse // *QueryResult_TableRowsResponse Result isQueryResult_Result `protobuf_oneof:"result"` // contains filtered or unexported fields }
func (*QueryResult) Descriptor
deprecated
added in
v0.36.0
func (*QueryResult) Descriptor() ([]byte, []int)
Deprecated: Use QueryResult.ProtoReflect.Descriptor instead.
func (*QueryResult) GetColumnCardinalityResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnCardinalityResponse() *ColumnCardinalityResponse
func (*QueryResult) GetColumnDescriptiveStatisticsResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnDescriptiveStatisticsResponse() *ColumnDescriptiveStatisticsResponse
func (*QueryResult) GetColumnNullCountResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnNullCountResponse() *ColumnNullCountResponse
func (*QueryResult) GetColumnNumericHistogramResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnNumericHistogramResponse() *ColumnNumericHistogramResponse
func (*QueryResult) GetColumnRollupIntervalResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnRollupIntervalResponse() *ColumnRollupIntervalResponse
func (*QueryResult) GetColumnRugHistogramResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnRugHistogramResponse() *ColumnRugHistogramResponse
func (*QueryResult) GetColumnTimeGrainResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnTimeGrainResponse() *ColumnTimeGrainResponse
func (*QueryResult) GetColumnTimeRangeResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnTimeRangeResponse() *ColumnTimeRangeResponse
func (*QueryResult) GetColumnTimeSeriesResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnTimeSeriesResponse() *ColumnTimeSeriesResponse
func (*QueryResult) GetColumnTopKResponse ¶ added in v0.36.0
func (x *QueryResult) GetColumnTopKResponse() *ColumnTopKResponse
func (*QueryResult) GetMetricsViewAggregationResponse ¶ added in v0.36.0
func (x *QueryResult) GetMetricsViewAggregationResponse() *MetricsViewAggregationResponse
func (*QueryResult) GetMetricsViewComparisonResponse ¶ added in v0.37.0
func (x *QueryResult) GetMetricsViewComparisonResponse() *MetricsViewComparisonResponse
func (*QueryResult) GetMetricsViewRowsResponse ¶ added in v0.36.0
func (x *QueryResult) GetMetricsViewRowsResponse() *MetricsViewRowsResponse
func (*QueryResult) GetMetricsViewTimeSeriesResponse ¶ added in v0.36.0
func (x *QueryResult) GetMetricsViewTimeSeriesResponse() *MetricsViewTimeSeriesResponse
func (*QueryResult) GetMetricsViewToplistResponse ¶ added in v0.36.0
func (x *QueryResult) GetMetricsViewToplistResponse() *MetricsViewToplistResponse
func (*QueryResult) GetMetricsViewTotalsResponse ¶ added in v0.36.0
func (x *QueryResult) GetMetricsViewTotalsResponse() *MetricsViewTotalsResponse
func (*QueryResult) GetResult ¶ added in v0.36.0
func (m *QueryResult) GetResult() isQueryResult_Result
func (*QueryResult) GetTableCardinalityResponse ¶ added in v0.36.0
func (x *QueryResult) GetTableCardinalityResponse() *TableCardinalityResponse
func (*QueryResult) GetTableColumnsResponse ¶ added in v0.36.0
func (x *QueryResult) GetTableColumnsResponse() *TableColumnsResponse
func (*QueryResult) GetTableRowsResponse ¶ added in v0.36.0
func (x *QueryResult) GetTableRowsResponse() *TableRowsResponse
func (*QueryResult) ProtoMessage ¶ added in v0.36.0
func (*QueryResult) ProtoMessage()
func (*QueryResult) ProtoReflect ¶ added in v0.36.0
func (x *QueryResult) ProtoReflect() protoreflect.Message
func (*QueryResult) Reset ¶ added in v0.36.0
func (x *QueryResult) Reset()
func (*QueryResult) String ¶ added in v0.36.0
func (x *QueryResult) String() string
func (*QueryResult) Validate ¶ added in v0.36.0
func (m *QueryResult) Validate() error
Validate checks the field values on QueryResult with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryResult) ValidateAll ¶ added in v0.36.0
func (m *QueryResult) ValidateAll() error
ValidateAll checks the field values on QueryResult with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryResultMultiError, or nil if none found.
type QueryResultMultiError ¶ added in v0.36.0
type QueryResultMultiError []error
QueryResultMultiError is an error wrapping multiple validation errors returned by QueryResult.ValidateAll() if the designated constraints aren't met.
func (QueryResultMultiError) AllErrors ¶ added in v0.36.0
func (m QueryResultMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryResultMultiError) Error ¶ added in v0.36.0
func (m QueryResultMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryResultValidationError ¶ added in v0.36.0
type QueryResultValidationError struct {
// contains filtered or unexported fields
}
QueryResultValidationError is the validation error returned by QueryResult.Validate if the designated constraints aren't met.
func (QueryResultValidationError) Cause ¶ added in v0.36.0
func (e QueryResultValidationError) Cause() error
Cause function returns cause value.
func (QueryResultValidationError) Error ¶ added in v0.36.0
func (e QueryResultValidationError) Error() string
Error satisfies the builtin error interface
func (QueryResultValidationError) ErrorName ¶ added in v0.36.0
func (e QueryResultValidationError) ErrorName() string
ErrorName returns error name.
func (QueryResultValidationError) Field ¶ added in v0.36.0
func (e QueryResultValidationError) Field() string
Field function returns field value.
func (QueryResultValidationError) Key ¶ added in v0.36.0
func (e QueryResultValidationError) Key() bool
Key function returns key value.
func (QueryResultValidationError) Reason ¶ added in v0.36.0
func (e QueryResultValidationError) Reason() string
Reason function returns reason value.
type QueryResult_ColumnCardinalityResponse ¶ added in v0.36.0
type QueryResult_ColumnCardinalityResponse struct {
ColumnCardinalityResponse *ColumnCardinalityResponse `protobuf:"bytes,16,opt,name=column_cardinality_response,json=columnCardinalityResponse,proto3,oneof"`
}
type QueryResult_ColumnDescriptiveStatisticsResponse ¶ added in v0.36.0
type QueryResult_ColumnDescriptiveStatisticsResponse struct {
ColumnDescriptiveStatisticsResponse *ColumnDescriptiveStatisticsResponse `protobuf:"bytes,11,opt,name=column_descriptive_statistics_response,json=columnDescriptiveStatisticsResponse,proto3,oneof"`
}
type QueryResult_ColumnNullCountResponse ¶ added in v0.36.0
type QueryResult_ColumnNullCountResponse struct {
ColumnNullCountResponse *ColumnNullCountResponse `protobuf:"bytes,10,opt,name=column_null_count_response,json=columnNullCountResponse,proto3,oneof"`
}
type QueryResult_ColumnNumericHistogramResponse ¶ added in v0.36.0
type QueryResult_ColumnNumericHistogramResponse struct {
ColumnNumericHistogramResponse *ColumnNumericHistogramResponse `protobuf:"bytes,13,opt,name=column_numeric_histogram_response,json=columnNumericHistogramResponse,proto3,oneof"`
}
type QueryResult_ColumnRollupIntervalResponse ¶ added in v0.36.0
type QueryResult_ColumnRollupIntervalResponse struct {
ColumnRollupIntervalResponse *ColumnRollupIntervalResponse `protobuf:"bytes,8,opt,name=column_rollup_interval_response,json=columnRollupIntervalResponse,proto3,oneof"`
}
type QueryResult_ColumnRugHistogramResponse ¶ added in v0.36.0
type QueryResult_ColumnRugHistogramResponse struct {
ColumnRugHistogramResponse *ColumnRugHistogramResponse `protobuf:"bytes,14,opt,name=column_rug_histogram_response,json=columnRugHistogramResponse,proto3,oneof"`
}
type QueryResult_ColumnTimeGrainResponse ¶ added in v0.36.0
type QueryResult_ColumnTimeGrainResponse struct {
ColumnTimeGrainResponse *ColumnTimeGrainResponse `protobuf:"bytes,12,opt,name=column_time_grain_response,json=columnTimeGrainResponse,proto3,oneof"`
}
type QueryResult_ColumnTimeRangeResponse ¶ added in v0.36.0
type QueryResult_ColumnTimeRangeResponse struct {
ColumnTimeRangeResponse *ColumnTimeRangeResponse `protobuf:"bytes,15,opt,name=column_time_range_response,json=columnTimeRangeResponse,proto3,oneof"`
}
type QueryResult_ColumnTimeSeriesResponse ¶ added in v0.36.0
type QueryResult_ColumnTimeSeriesResponse struct {
ColumnTimeSeriesResponse *ColumnTimeSeriesResponse `protobuf:"bytes,17,opt,name=column_time_series_response,json=columnTimeSeriesResponse,proto3,oneof"`
}
type QueryResult_ColumnTopKResponse ¶ added in v0.36.0
type QueryResult_ColumnTopKResponse struct {
ColumnTopKResponse *ColumnTopKResponse `protobuf:"bytes,9,opt,name=column_top_k_response,json=columnTopKResponse,proto3,oneof"`
}
type QueryResult_MetricsViewAggregationResponse ¶ added in v0.36.0
type QueryResult_MetricsViewAggregationResponse struct {
MetricsViewAggregationResponse *MetricsViewAggregationResponse `protobuf:"bytes,21,opt,name=metrics_view_aggregation_response,json=metricsViewAggregationResponse,proto3,oneof"`
}
type QueryResult_MetricsViewComparisonResponse ¶ added in v0.37.0
type QueryResult_MetricsViewComparisonResponse struct {
MetricsViewComparisonResponse *MetricsViewComparisonResponse `protobuf:"bytes,4,opt,name=metrics_view_comparison_response,json=metricsViewComparisonResponse,proto3,oneof"`
}
type QueryResult_MetricsViewRowsResponse ¶ added in v0.36.0
type QueryResult_MetricsViewRowsResponse struct {
MetricsViewRowsResponse *MetricsViewRowsResponse `protobuf:"bytes,7,opt,name=metrics_view_rows_response,json=metricsViewRowsResponse,proto3,oneof"`
}
type QueryResult_MetricsViewTimeSeriesResponse ¶ added in v0.36.0
type QueryResult_MetricsViewTimeSeriesResponse struct {
MetricsViewTimeSeriesResponse *MetricsViewTimeSeriesResponse `protobuf:"bytes,5,opt,name=metrics_view_time_series_response,json=metricsViewTimeSeriesResponse,proto3,oneof"`
}
type QueryResult_MetricsViewToplistResponse ¶ added in v0.36.0
type QueryResult_MetricsViewToplistResponse struct {
MetricsViewToplistResponse *MetricsViewToplistResponse `protobuf:"bytes,3,opt,name=metrics_view_toplist_response,json=metricsViewToplistResponse,proto3,oneof"`
}
type QueryResult_MetricsViewTotalsResponse ¶ added in v0.36.0
type QueryResult_MetricsViewTotalsResponse struct {
MetricsViewTotalsResponse *MetricsViewTotalsResponse `protobuf:"bytes,6,opt,name=metrics_view_totals_response,json=metricsViewTotalsResponse,proto3,oneof"`
}
type QueryResult_TableCardinalityResponse ¶ added in v0.36.0
type QueryResult_TableCardinalityResponse struct {
TableCardinalityResponse *TableCardinalityResponse `protobuf:"bytes,18,opt,name=table_cardinality_response,json=tableCardinalityResponse,proto3,oneof"`
}
type QueryResult_TableColumnsResponse ¶ added in v0.36.0
type QueryResult_TableColumnsResponse struct {
TableColumnsResponse *TableColumnsResponse `protobuf:"bytes,19,opt,name=table_columns_response,json=tableColumnsResponse,proto3,oneof"`
}
type QueryResult_TableRowsResponse ¶ added in v0.36.0
type QueryResult_TableRowsResponse struct {
TableRowsResponse *TableRowsResponse `protobuf:"bytes,20,opt,name=table_rows_response,json=tableRowsResponse,proto3,oneof"`
}
type QueryServiceClient ¶ added in v0.22.0
type QueryServiceClient interface { // Query runs a SQL query against the instance's OLAP datastore. Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (*QueryResponse, error) // Batch request with different queries QueryBatch(ctx context.Context, in *QueryBatchRequest, opts ...grpc.CallOption) (QueryService_QueryBatchClient, error) // Export builds a URL to download the results of a query as a file. Export(ctx context.Context, in *ExportRequest, opts ...grpc.CallOption) (*ExportResponse, error) // MetricsViewAggregation is a generic API for running group-by queries against a metrics view. MetricsViewAggregation(ctx context.Context, in *MetricsViewAggregationRequest, opts ...grpc.CallOption) (*MetricsViewAggregationResponse, 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) MetricsViewComparison(ctx context.Context, in *MetricsViewComparisonRequest, opts ...grpc.CallOption) (*MetricsViewComparisonResponse, error) // MetricsViewTimeSeries returns time series for the measures in the metrics view. // It's a convenience API for querying a metrics view. MetricsViewTimeSeries(ctx context.Context, in *MetricsViewTimeSeriesRequest, opts ...grpc.CallOption) (*MetricsViewTimeSeriesResponse, error) // MetricsViewTotals returns totals over a time period for the measures in a metrics view. // It's a convenience API for querying a metrics view. MetricsViewTotals(ctx context.Context, in *MetricsViewTotalsRequest, opts ...grpc.CallOption) (*MetricsViewTotalsResponse, error) // MetricsViewRows returns the underlying model rows matching a metrics view time range and filter(s). MetricsViewRows(ctx context.Context, in *MetricsViewRowsRequest, opts ...grpc.CallOption) (*MetricsViewRowsResponse, error) // MetricsViewTimeRange Get the time range summaries (min, max) for time column in a metrics view MetricsViewTimeRange(ctx context.Context, in *MetricsViewTimeRangeRequest, opts ...grpc.CallOption) (*MetricsViewTimeRangeResponse, error) // MetricsViewSchema Get the data types of measures and dimensions MetricsViewSchema(ctx context.Context, in *MetricsViewSchemaRequest, opts ...grpc.CallOption) (*MetricsViewSchemaResponse, error) // ColumnRollupInterval returns the minimum time granularity (as well as the time range) for a specified timestamp column ColumnRollupInterval(ctx context.Context, in *ColumnRollupIntervalRequest, opts ...grpc.CallOption) (*ColumnRollupIntervalResponse, error) // Get TopK elements from a table for a column given an agg function // agg function and k are optional, defaults are count(*) and 50 respectively ColumnTopK(ctx context.Context, in *ColumnTopKRequest, opts ...grpc.CallOption) (*ColumnTopKResponse, error) // Get the number of nulls in a column ColumnNullCount(ctx context.Context, in *ColumnNullCountRequest, opts ...grpc.CallOption) (*ColumnNullCountResponse, error) // Get basic stats for a numeric column like min, max, mean, stddev, etc ColumnDescriptiveStatistics(ctx context.Context, in *ColumnDescriptiveStatisticsRequest, opts ...grpc.CallOption) (*ColumnDescriptiveStatisticsResponse, error) // Estimates the smallest time grain present in the column ColumnTimeGrain(ctx context.Context, in *ColumnTimeGrainRequest, opts ...grpc.CallOption) (*ColumnTimeGrainResponse, error) // Get the histogram for values in a column ColumnNumericHistogram(ctx context.Context, in *ColumnNumericHistogramRequest, opts ...grpc.CallOption) (*ColumnNumericHistogramResponse, error) // Get outliers for a numeric column ColumnRugHistogram(ctx context.Context, in *ColumnRugHistogramRequest, opts ...grpc.CallOption) (*ColumnRugHistogramResponse, error) // Get the time range summaries (min, max) for a column ColumnTimeRange(ctx context.Context, in *ColumnTimeRangeRequest, opts ...grpc.CallOption) (*ColumnTimeRangeResponse, error) // Get cardinality for a column ColumnCardinality(ctx context.Context, in *ColumnCardinalityRequest, opts ...grpc.CallOption) (*ColumnCardinalityResponse, error) // Generate time series for the given measures (aggregation expressions) along with the sparkline timeseries ColumnTimeSeries(ctx context.Context, in *ColumnTimeSeriesRequest, opts ...grpc.CallOption) (*ColumnTimeSeriesResponse, error) // TableCardinality returns row count TableCardinality(ctx context.Context, in *TableCardinalityRequest, opts ...grpc.CallOption) (*TableCardinalityResponse, error) // TableColumns returns column profiles TableColumns(ctx context.Context, in *TableColumnsRequest, opts ...grpc.CallOption) (*TableColumnsResponse, error) // TableRows returns table rows TableRows(ctx context.Context, in *TableRowsRequest, opts ...grpc.CallOption) (*TableRowsResponse, error) }
QueryServiceClient is the client API for QueryService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewQueryServiceClient ¶ added in v0.22.0
func NewQueryServiceClient(cc grpc.ClientConnInterface) QueryServiceClient
type QueryServiceServer ¶ added in v0.22.0
type QueryServiceServer interface { // Query runs a SQL query against the instance's OLAP datastore. Query(context.Context, *QueryRequest) (*QueryResponse, error) // Batch request with different queries QueryBatch(*QueryBatchRequest, QueryService_QueryBatchServer) error // Export builds a URL to download the results of a query as a file. Export(context.Context, *ExportRequest) (*ExportResponse, error) // MetricsViewAggregation is a generic API for running group-by queries against a metrics view. MetricsViewAggregation(context.Context, *MetricsViewAggregationRequest) (*MetricsViewAggregationResponse, 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) MetricsViewComparison(context.Context, *MetricsViewComparisonRequest) (*MetricsViewComparisonResponse, error) // MetricsViewTimeSeries returns time series for the measures in the metrics view. // It's a convenience API for querying a metrics view. MetricsViewTimeSeries(context.Context, *MetricsViewTimeSeriesRequest) (*MetricsViewTimeSeriesResponse, error) // MetricsViewTotals returns totals over a time period for the measures in a metrics view. // It's a convenience API for querying a metrics view. MetricsViewTotals(context.Context, *MetricsViewTotalsRequest) (*MetricsViewTotalsResponse, error) // MetricsViewRows returns the underlying model rows matching a metrics view time range and filter(s). MetricsViewRows(context.Context, *MetricsViewRowsRequest) (*MetricsViewRowsResponse, error) // MetricsViewTimeRange Get the time range summaries (min, max) for time column in a metrics view MetricsViewTimeRange(context.Context, *MetricsViewTimeRangeRequest) (*MetricsViewTimeRangeResponse, error) // MetricsViewSchema Get the data types of measures and dimensions MetricsViewSchema(context.Context, *MetricsViewSchemaRequest) (*MetricsViewSchemaResponse, error) // ColumnRollupInterval returns the minimum time granularity (as well as the time range) for a specified timestamp column ColumnRollupInterval(context.Context, *ColumnRollupIntervalRequest) (*ColumnRollupIntervalResponse, error) // Get TopK elements from a table for a column given an agg function // agg function and k are optional, defaults are count(*) and 50 respectively ColumnTopK(context.Context, *ColumnTopKRequest) (*ColumnTopKResponse, error) // Get the number of nulls in a column ColumnNullCount(context.Context, *ColumnNullCountRequest) (*ColumnNullCountResponse, error) // Get basic stats for a numeric column like min, max, mean, stddev, etc ColumnDescriptiveStatistics(context.Context, *ColumnDescriptiveStatisticsRequest) (*ColumnDescriptiveStatisticsResponse, error) // Estimates the smallest time grain present in the column ColumnTimeGrain(context.Context, *ColumnTimeGrainRequest) (*ColumnTimeGrainResponse, error) // Get the histogram for values in a column ColumnNumericHistogram(context.Context, *ColumnNumericHistogramRequest) (*ColumnNumericHistogramResponse, error) // Get outliers for a numeric column ColumnRugHistogram(context.Context, *ColumnRugHistogramRequest) (*ColumnRugHistogramResponse, error) // Get the time range summaries (min, max) for a column ColumnTimeRange(context.Context, *ColumnTimeRangeRequest) (*ColumnTimeRangeResponse, error) // Get cardinality for a column ColumnCardinality(context.Context, *ColumnCardinalityRequest) (*ColumnCardinalityResponse, error) // Generate time series for the given measures (aggregation expressions) along with the sparkline timeseries ColumnTimeSeries(context.Context, *ColumnTimeSeriesRequest) (*ColumnTimeSeriesResponse, error) // TableCardinality returns row count TableCardinality(context.Context, *TableCardinalityRequest) (*TableCardinalityResponse, error) // TableColumns returns column profiles TableColumns(context.Context, *TableColumnsRequest) (*TableColumnsResponse, error) // TableRows returns table rows TableRows(context.Context, *TableRowsRequest) (*TableRowsResponse, error) // contains filtered or unexported methods }
QueryServiceServer is the server API for QueryService service. All implementations must embed UnimplementedQueryServiceServer for forward compatibility
type QueryService_QueryBatchClient ¶ added in v0.29.1
type QueryService_QueryBatchClient interface { Recv() (*QueryBatchResponse, error) grpc.ClientStream }
type QueryService_QueryBatchServer ¶ added in v0.29.1
type QueryService_QueryBatchServer interface { Send(*QueryBatchResponse) error grpc.ServerStream }
type QueryValidationError ¶ added in v0.36.0
type QueryValidationError struct {
// contains filtered or unexported fields
}
QueryValidationError is the validation error returned by Query.Validate if the designated constraints aren't met.
func (QueryValidationError) Cause ¶ added in v0.36.0
func (e QueryValidationError) Cause() error
Cause function returns cause value.
func (QueryValidationError) Error ¶ added in v0.36.0
func (e QueryValidationError) Error() string
Error satisfies the builtin error interface
func (QueryValidationError) ErrorName ¶ added in v0.36.0
func (e QueryValidationError) ErrorName() string
ErrorName returns error name.
func (QueryValidationError) Field ¶ added in v0.36.0
func (e QueryValidationError) Field() string
Field function returns field value.
func (QueryValidationError) Key ¶ added in v0.36.0
func (e QueryValidationError) Key() bool
Key function returns key value.
func (QueryValidationError) Reason ¶ added in v0.36.0
func (e QueryValidationError) Reason() string
Reason function returns reason value.
type Query_ColumnCardinalityRequest ¶ added in v0.36.0
type Query_ColumnCardinalityRequest struct {
ColumnCardinalityRequest *ColumnCardinalityRequest `protobuf:"bytes,15,opt,name=column_cardinality_request,json=columnCardinalityRequest,proto3,oneof"`
}
type Query_ColumnDescriptiveStatisticsRequest ¶ added in v0.36.0
type Query_ColumnDescriptiveStatisticsRequest struct {
ColumnDescriptiveStatisticsRequest *ColumnDescriptiveStatisticsRequest `protobuf:"bytes,10,opt,name=column_descriptive_statistics_request,json=columnDescriptiveStatisticsRequest,proto3,oneof"`
}
type Query_ColumnNullCountRequest ¶ added in v0.36.0
type Query_ColumnNullCountRequest struct {
ColumnNullCountRequest *ColumnNullCountRequest `protobuf:"bytes,9,opt,name=column_null_count_request,json=columnNullCountRequest,proto3,oneof"`
}
type Query_ColumnNumericHistogramRequest ¶ added in v0.36.0
type Query_ColumnNumericHistogramRequest struct {
ColumnNumericHistogramRequest *ColumnNumericHistogramRequest `protobuf:"bytes,12,opt,name=column_numeric_histogram_request,json=columnNumericHistogramRequest,proto3,oneof"`
}
type Query_ColumnRollupIntervalRequest ¶ added in v0.36.0
type Query_ColumnRollupIntervalRequest struct {
ColumnRollupIntervalRequest *ColumnRollupIntervalRequest `protobuf:"bytes,7,opt,name=column_rollup_interval_request,json=columnRollupIntervalRequest,proto3,oneof"`
}
type Query_ColumnRugHistogramRequest ¶ added in v0.36.0
type Query_ColumnRugHistogramRequest struct {
ColumnRugHistogramRequest *ColumnRugHistogramRequest `protobuf:"bytes,13,opt,name=column_rug_histogram_request,json=columnRugHistogramRequest,proto3,oneof"`
}
type Query_ColumnTimeGrainRequest ¶ added in v0.36.0
type Query_ColumnTimeGrainRequest struct {
ColumnTimeGrainRequest *ColumnTimeGrainRequest `protobuf:"bytes,11,opt,name=column_time_grain_request,json=columnTimeGrainRequest,proto3,oneof"`
}
type Query_ColumnTimeRangeRequest ¶ added in v0.36.0
type Query_ColumnTimeRangeRequest struct {
ColumnTimeRangeRequest *ColumnTimeRangeRequest `protobuf:"bytes,14,opt,name=column_time_range_request,json=columnTimeRangeRequest,proto3,oneof"`
}
type Query_ColumnTimeSeriesRequest ¶ added in v0.36.0
type Query_ColumnTimeSeriesRequest struct {
ColumnTimeSeriesRequest *ColumnTimeSeriesRequest `protobuf:"bytes,16,opt,name=column_time_series_request,json=columnTimeSeriesRequest,proto3,oneof"`
}
type Query_ColumnTopKRequest ¶ added in v0.36.0
type Query_ColumnTopKRequest struct {
ColumnTopKRequest *ColumnTopKRequest `protobuf:"bytes,8,opt,name=column_top_k_request,json=columnTopKRequest,proto3,oneof"`
}
type Query_MetricsViewAggregationRequest ¶ added in v0.36.0
type Query_MetricsViewAggregationRequest struct {
MetricsViewAggregationRequest *MetricsViewAggregationRequest `protobuf:"bytes,20,opt,name=metrics_view_aggregation_request,json=metricsViewAggregationRequest,proto3,oneof"`
}
type Query_MetricsViewComparisonRequest ¶ added in v0.37.0
type Query_MetricsViewComparisonRequest struct {
MetricsViewComparisonRequest *MetricsViewComparisonRequest `protobuf:"bytes,3,opt,name=metrics_view_comparison_request,json=metricsViewComparisonRequest,proto3,oneof"`
}
type Query_MetricsViewRowsRequest ¶ added in v0.36.0
type Query_MetricsViewRowsRequest struct {
MetricsViewRowsRequest *MetricsViewRowsRequest `protobuf:"bytes,6,opt,name=metrics_view_rows_request,json=metricsViewRowsRequest,proto3,oneof"`
}
type Query_MetricsViewTimeSeriesRequest ¶ added in v0.36.0
type Query_MetricsViewTimeSeriesRequest struct {
MetricsViewTimeSeriesRequest *MetricsViewTimeSeriesRequest `protobuf:"bytes,4,opt,name=metrics_view_time_series_request,json=metricsViewTimeSeriesRequest,proto3,oneof"`
}
type Query_MetricsViewToplistRequest ¶ added in v0.36.0
type Query_MetricsViewToplistRequest struct {
MetricsViewToplistRequest *MetricsViewToplistRequest `protobuf:"bytes,2,opt,name=metrics_view_toplist_request,json=metricsViewToplistRequest,proto3,oneof"`
}
type Query_MetricsViewTotalsRequest ¶ added in v0.36.0
type Query_MetricsViewTotalsRequest struct {
MetricsViewTotalsRequest *MetricsViewTotalsRequest `protobuf:"bytes,5,opt,name=metrics_view_totals_request,json=metricsViewTotalsRequest,proto3,oneof"`
}
type Query_TableCardinalityRequest ¶ added in v0.36.0
type Query_TableCardinalityRequest struct {
TableCardinalityRequest *TableCardinalityRequest `protobuf:"bytes,17,opt,name=table_cardinality_request,json=tableCardinalityRequest,proto3,oneof"`
}
type Query_TableColumnsRequest ¶ added in v0.36.0
type Query_TableColumnsRequest struct {
TableColumnsRequest *TableColumnsRequest `protobuf:"bytes,18,opt,name=table_columns_request,json=tableColumnsRequest,proto3,oneof"`
}
type Query_TableRowsRequest ¶ added in v0.36.0
type Query_TableRowsRequest struct {
TableRowsRequest *TableRowsRequest `protobuf:"bytes,19,opt,name=table_rows_request,json=tableRowsRequest,proto3,oneof"`
}
type ReconcileError ¶
type ReconcileError struct { // Code denotes the category of error Code ReconcileError_Code `protobuf:"varint,1,opt,name=code,proto3,enum=rill.runtime.v1.ReconcileError_Code" json:"code,omitempty"` // Message is a developer-friendly error message Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // File path of the code artifact that this error relates to (if any) FilePath string `protobuf:"bytes,3,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"` // Property path of the error in the code artifact (if any). // It's represented as a JS-style property path, e.g. "key0.key1[index2].key3". // It only applies to structured code artifacts (i.e. YAML). // Only applicable if file_path is set. PropertyPath []string `protobuf:"bytes,4,rep,name=property_path,json=propertyPath,proto3" json:"property_path,omitempty"` // Start location of the error in the code artifact (if any). // Only applicable if file_path is set. StartLocation *ReconcileError_CharLocation `protobuf:"bytes,5,opt,name=start_location,json=startLocation,proto3" json:"start_location,omitempty"` // End location of the error in the code artifact (if any). // Only applicable if file_path and start_location is set. EndLocation *ReconcileError_CharLocation `protobuf:"bytes,6,opt,name=end_location,json=endLocation,proto3" json:"end_location,omitempty"` // contains filtered or unexported fields }
ReconcileError represents an error encountered while running Reconcile.
func (*ReconcileError) Descriptor
deprecated
func (*ReconcileError) Descriptor() ([]byte, []int)
Deprecated: Use ReconcileError.ProtoReflect.Descriptor instead.
func (*ReconcileError) GetCode ¶
func (x *ReconcileError) GetCode() ReconcileError_Code
func (*ReconcileError) GetEndLocation ¶
func (x *ReconcileError) GetEndLocation() *ReconcileError_CharLocation
func (*ReconcileError) GetFilePath ¶
func (x *ReconcileError) GetFilePath() string
func (*ReconcileError) GetMessage ¶
func (x *ReconcileError) GetMessage() string
func (*ReconcileError) GetPropertyPath ¶
func (x *ReconcileError) GetPropertyPath() []string
func (*ReconcileError) GetStartLocation ¶
func (x *ReconcileError) GetStartLocation() *ReconcileError_CharLocation
func (*ReconcileError) ProtoMessage ¶
func (*ReconcileError) ProtoMessage()
func (*ReconcileError) ProtoReflect ¶
func (x *ReconcileError) ProtoReflect() protoreflect.Message
func (*ReconcileError) Reset ¶
func (x *ReconcileError) Reset()
func (*ReconcileError) String ¶
func (x *ReconcileError) String() string
func (*ReconcileError) Validate ¶ added in v0.20.0
func (m *ReconcileError) Validate() error
Validate checks the field values on ReconcileError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ReconcileError) ValidateAll ¶ added in v0.20.0
func (m *ReconcileError) ValidateAll() error
ValidateAll checks the field values on ReconcileError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReconcileErrorMultiError, or nil if none found.
type ReconcileErrorMultiError ¶ added in v0.20.0
type ReconcileErrorMultiError []error
ReconcileErrorMultiError is an error wrapping multiple validation errors returned by ReconcileError.ValidateAll() if the designated constraints aren't met.
func (ReconcileErrorMultiError) AllErrors ¶ added in v0.20.0
func (m ReconcileErrorMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ReconcileErrorMultiError) Error ¶ added in v0.20.0
func (m ReconcileErrorMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ReconcileErrorValidationError ¶ added in v0.20.0
type ReconcileErrorValidationError struct {
// contains filtered or unexported fields
}
ReconcileErrorValidationError is the validation error returned by ReconcileError.Validate if the designated constraints aren't met.
func (ReconcileErrorValidationError) Cause ¶ added in v0.20.0
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 // Error returned when unauthorised to access remote sources ReconcileError_CODE_SOURCE_PERMISSION_DENIED ReconcileError_Code = 6 )
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 ReconcileStatus ¶ added in v0.33.0
type ReconcileStatus int32
const ( ReconcileStatus_RECONCILE_STATUS_UNSPECIFIED ReconcileStatus = 0 ReconcileStatus_RECONCILE_STATUS_IDLE ReconcileStatus = 1 ReconcileStatus_RECONCILE_STATUS_PENDING ReconcileStatus = 2 ReconcileStatus_RECONCILE_STATUS_RUNNING ReconcileStatus = 3 )
func (ReconcileStatus) Descriptor ¶ added in v0.33.0
func (ReconcileStatus) Descriptor() protoreflect.EnumDescriptor
func (ReconcileStatus) Enum ¶ added in v0.33.0
func (x ReconcileStatus) Enum() *ReconcileStatus
func (ReconcileStatus) EnumDescriptor
deprecated
added in
v0.33.0
func (ReconcileStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use ReconcileStatus.Descriptor instead.
func (ReconcileStatus) Number ¶ added in v0.33.0
func (x ReconcileStatus) Number() protoreflect.EnumNumber
func (ReconcileStatus) String ¶ added in v0.33.0
func (x ReconcileStatus) String() string
func (ReconcileStatus) Type ¶ added in v0.33.0
func (ReconcileStatus) Type() protoreflect.EnumType
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 RefreshTrigger ¶ added in v0.30.0
type RefreshTrigger struct { Spec *RefreshTriggerSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *RefreshTriggerState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*RefreshTrigger) Descriptor
deprecated
added in
v0.30.0
func (*RefreshTrigger) Descriptor() ([]byte, []int)
Deprecated: Use RefreshTrigger.ProtoReflect.Descriptor instead.
func (*RefreshTrigger) GetSpec ¶ added in v0.30.0
func (x *RefreshTrigger) GetSpec() *RefreshTriggerSpec
func (*RefreshTrigger) GetState ¶ added in v0.30.0
func (x *RefreshTrigger) GetState() *RefreshTriggerState
func (*RefreshTrigger) ProtoMessage ¶ added in v0.30.0
func (*RefreshTrigger) ProtoMessage()
func (*RefreshTrigger) ProtoReflect ¶ added in v0.30.0
func (x *RefreshTrigger) ProtoReflect() protoreflect.Message
func (*RefreshTrigger) Reset ¶ added in v0.30.0
func (x *RefreshTrigger) Reset()
func (*RefreshTrigger) String ¶ added in v0.30.0
func (x *RefreshTrigger) String() string
func (*RefreshTrigger) Validate ¶ added in v0.30.0
func (m *RefreshTrigger) Validate() error
Validate checks the field values on RefreshTrigger with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RefreshTrigger) ValidateAll ¶ added in v0.30.0
func (m *RefreshTrigger) ValidateAll() error
ValidateAll checks the field values on RefreshTrigger with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTriggerMultiError, or nil if none found.
type RefreshTriggerMultiError ¶ added in v0.30.0
type RefreshTriggerMultiError []error
RefreshTriggerMultiError is an error wrapping multiple validation errors returned by RefreshTrigger.ValidateAll() if the designated constraints aren't met.
func (RefreshTriggerMultiError) AllErrors ¶ added in v0.30.0
func (m RefreshTriggerMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RefreshTriggerMultiError) Error ¶ added in v0.30.0
func (m RefreshTriggerMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RefreshTriggerSpec ¶ added in v0.30.0
type RefreshTriggerSpec struct { OnlyNames []*ResourceName `protobuf:"bytes,1,rep,name=only_names,json=onlyNames,proto3" json:"only_names,omitempty"` // contains filtered or unexported fields }
func (*RefreshTriggerSpec) Descriptor
deprecated
added in
v0.30.0
func (*RefreshTriggerSpec) Descriptor() ([]byte, []int)
Deprecated: Use RefreshTriggerSpec.ProtoReflect.Descriptor instead.
func (*RefreshTriggerSpec) GetOnlyNames ¶ added in v0.30.0
func (x *RefreshTriggerSpec) GetOnlyNames() []*ResourceName
func (*RefreshTriggerSpec) ProtoMessage ¶ added in v0.30.0
func (*RefreshTriggerSpec) ProtoMessage()
func (*RefreshTriggerSpec) ProtoReflect ¶ added in v0.30.0
func (x *RefreshTriggerSpec) ProtoReflect() protoreflect.Message
func (*RefreshTriggerSpec) Reset ¶ added in v0.30.0
func (x *RefreshTriggerSpec) Reset()
func (*RefreshTriggerSpec) String ¶ added in v0.30.0
func (x *RefreshTriggerSpec) String() string
func (*RefreshTriggerSpec) Validate ¶ added in v0.30.0
func (m *RefreshTriggerSpec) Validate() error
Validate checks the field values on RefreshTriggerSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RefreshTriggerSpec) ValidateAll ¶ added in v0.30.0
func (m *RefreshTriggerSpec) ValidateAll() error
ValidateAll checks the field values on RefreshTriggerSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTriggerSpecMultiError, or nil if none found.
type RefreshTriggerSpecMultiError ¶ added in v0.30.0
type RefreshTriggerSpecMultiError []error
RefreshTriggerSpecMultiError is an error wrapping multiple validation errors returned by RefreshTriggerSpec.ValidateAll() if the designated constraints aren't met.
func (RefreshTriggerSpecMultiError) AllErrors ¶ added in v0.30.0
func (m RefreshTriggerSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RefreshTriggerSpecMultiError) Error ¶ added in v0.30.0
func (m RefreshTriggerSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RefreshTriggerSpecValidationError ¶ added in v0.30.0
type RefreshTriggerSpecValidationError struct {
// contains filtered or unexported fields
}
RefreshTriggerSpecValidationError is the validation error returned by RefreshTriggerSpec.Validate if the designated constraints aren't met.
func (RefreshTriggerSpecValidationError) Cause ¶ added in v0.30.0
func (e RefreshTriggerSpecValidationError) Cause() error
Cause function returns cause value.
func (RefreshTriggerSpecValidationError) Error ¶ added in v0.30.0
func (e RefreshTriggerSpecValidationError) Error() string
Error satisfies the builtin error interface
func (RefreshTriggerSpecValidationError) ErrorName ¶ added in v0.30.0
func (e RefreshTriggerSpecValidationError) ErrorName() string
ErrorName returns error name.
func (RefreshTriggerSpecValidationError) Field ¶ added in v0.30.0
func (e RefreshTriggerSpecValidationError) Field() string
Field function returns field value.
func (RefreshTriggerSpecValidationError) Key ¶ added in v0.30.0
func (e RefreshTriggerSpecValidationError) Key() bool
Key function returns key value.
func (RefreshTriggerSpecValidationError) Reason ¶ added in v0.30.0
func (e RefreshTriggerSpecValidationError) Reason() string
Reason function returns reason value.
type RefreshTriggerState ¶ added in v0.30.0
type RefreshTriggerState struct {
// contains filtered or unexported fields
}
func (*RefreshTriggerState) Descriptor
deprecated
added in
v0.30.0
func (*RefreshTriggerState) Descriptor() ([]byte, []int)
Deprecated: Use RefreshTriggerState.ProtoReflect.Descriptor instead.
func (*RefreshTriggerState) ProtoMessage ¶ added in v0.30.0
func (*RefreshTriggerState) ProtoMessage()
func (*RefreshTriggerState) ProtoReflect ¶ added in v0.30.0
func (x *RefreshTriggerState) ProtoReflect() protoreflect.Message
func (*RefreshTriggerState) Reset ¶ added in v0.30.0
func (x *RefreshTriggerState) Reset()
func (*RefreshTriggerState) String ¶ added in v0.30.0
func (x *RefreshTriggerState) String() string
func (*RefreshTriggerState) Validate ¶ added in v0.30.0
func (m *RefreshTriggerState) Validate() error
Validate checks the field values on RefreshTriggerState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RefreshTriggerState) ValidateAll ¶ added in v0.30.0
func (m *RefreshTriggerState) ValidateAll() error
ValidateAll checks the field values on RefreshTriggerState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RefreshTriggerStateMultiError, or nil if none found.
type RefreshTriggerStateMultiError ¶ added in v0.30.0
type RefreshTriggerStateMultiError []error
RefreshTriggerStateMultiError is an error wrapping multiple validation errors returned by RefreshTriggerState.ValidateAll() if the designated constraints aren't met.
func (RefreshTriggerStateMultiError) AllErrors ¶ added in v0.30.0
func (m RefreshTriggerStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RefreshTriggerStateMultiError) Error ¶ added in v0.30.0
func (m RefreshTriggerStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RefreshTriggerStateValidationError ¶ added in v0.30.0
type RefreshTriggerStateValidationError struct {
// contains filtered or unexported fields
}
RefreshTriggerStateValidationError is the validation error returned by RefreshTriggerState.Validate if the designated constraints aren't met.
func (RefreshTriggerStateValidationError) Cause ¶ added in v0.30.0
func (e RefreshTriggerStateValidationError) Cause() error
Cause function returns cause value.
func (RefreshTriggerStateValidationError) Error ¶ added in v0.30.0
func (e RefreshTriggerStateValidationError) Error() string
Error satisfies the builtin error interface
func (RefreshTriggerStateValidationError) ErrorName ¶ added in v0.30.0
func (e RefreshTriggerStateValidationError) ErrorName() string
ErrorName returns error name.
func (RefreshTriggerStateValidationError) Field ¶ added in v0.30.0
func (e RefreshTriggerStateValidationError) Field() string
Field function returns field value.
func (RefreshTriggerStateValidationError) Key ¶ added in v0.30.0
func (e RefreshTriggerStateValidationError) Key() bool
Key function returns key value.
func (RefreshTriggerStateValidationError) Reason ¶ added in v0.30.0
func (e RefreshTriggerStateValidationError) Reason() string
Reason function returns reason value.
type RefreshTriggerValidationError ¶ added in v0.30.0
type RefreshTriggerValidationError struct {
// contains filtered or unexported fields
}
RefreshTriggerValidationError is the validation error returned by RefreshTrigger.Validate if the designated constraints aren't met.
func (RefreshTriggerValidationError) Cause ¶ added in v0.30.0
func (e RefreshTriggerValidationError) Cause() error
Cause function returns cause value.
func (RefreshTriggerValidationError) Error ¶ added in v0.30.0
func (e RefreshTriggerValidationError) Error() string
Error satisfies the builtin error interface
func (RefreshTriggerValidationError) ErrorName ¶ added in v0.30.0
func (e RefreshTriggerValidationError) ErrorName() string
ErrorName returns error name.
func (RefreshTriggerValidationError) Field ¶ added in v0.30.0
func (e RefreshTriggerValidationError) Field() string
Field function returns field value.
func (RefreshTriggerValidationError) Key ¶ added in v0.30.0
func (e RefreshTriggerValidationError) Key() bool
Key function returns key value.
func (RefreshTriggerValidationError) Reason ¶ added in v0.30.0
func (e RefreshTriggerValidationError) 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 Report ¶ added in v0.36.0
type Report struct { Spec *ReportSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *ReportState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Report) Descriptor
deprecated
added in
v0.36.0
func (*Report) GetSpec ¶ added in v0.36.0
func (x *Report) GetSpec() *ReportSpec
func (*Report) GetState ¶ added in v0.36.0
func (x *Report) GetState() *ReportState
func (*Report) ProtoMessage ¶ added in v0.36.0
func (*Report) ProtoMessage()
func (*Report) ProtoReflect ¶ added in v0.36.0
func (x *Report) ProtoReflect() protoreflect.Message
func (*Report) Validate ¶ added in v0.36.0
Validate checks the field values on Report with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Report) ValidateAll ¶ added in v0.36.0
ValidateAll checks the field values on Report with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReportMultiError, or nil if none found.
type ReportExecution ¶ added in v0.36.0
type ReportExecution struct { Adhoc bool `protobuf:"varint,1,opt,name=adhoc,proto3" json:"adhoc,omitempty"` ErrorMessage string `protobuf:"bytes,2,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` ReportTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=report_time,json=reportTime,proto3" json:"report_time,omitempty"` StartedOn *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=started_on,json=startedOn,proto3" json:"started_on,omitempty"` FinishedOn *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=finished_on,json=finishedOn,proto3" json:"finished_on,omitempty"` // contains filtered or unexported fields }
func (*ReportExecution) Descriptor
deprecated
added in
v0.36.0
func (*ReportExecution) Descriptor() ([]byte, []int)
Deprecated: Use ReportExecution.ProtoReflect.Descriptor instead.
func (*ReportExecution) GetAdhoc ¶ added in v0.36.0
func (x *ReportExecution) GetAdhoc() bool
func (*ReportExecution) GetErrorMessage ¶ added in v0.36.0
func (x *ReportExecution) GetErrorMessage() string
func (*ReportExecution) GetFinishedOn ¶ added in v0.36.0
func (x *ReportExecution) GetFinishedOn() *timestamppb.Timestamp
func (*ReportExecution) GetReportTime ¶ added in v0.36.0
func (x *ReportExecution) GetReportTime() *timestamppb.Timestamp
func (*ReportExecution) GetStartedOn ¶ added in v0.36.0
func (x *ReportExecution) GetStartedOn() *timestamppb.Timestamp
func (*ReportExecution) ProtoMessage ¶ added in v0.36.0
func (*ReportExecution) ProtoMessage()
func (*ReportExecution) ProtoReflect ¶ added in v0.36.0
func (x *ReportExecution) ProtoReflect() protoreflect.Message
func (*ReportExecution) Reset ¶ added in v0.36.0
func (x *ReportExecution) Reset()
func (*ReportExecution) String ¶ added in v0.36.0
func (x *ReportExecution) String() string
func (*ReportExecution) Validate ¶ added in v0.36.0
func (m *ReportExecution) Validate() error
Validate checks the field values on ReportExecution with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ReportExecution) ValidateAll ¶ added in v0.36.0
func (m *ReportExecution) ValidateAll() error
ValidateAll checks the field values on ReportExecution with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReportExecutionMultiError, or nil if none found.
type ReportExecutionMultiError ¶ added in v0.36.0
type ReportExecutionMultiError []error
ReportExecutionMultiError is an error wrapping multiple validation errors returned by ReportExecution.ValidateAll() if the designated constraints aren't met.
func (ReportExecutionMultiError) AllErrors ¶ added in v0.36.0
func (m ReportExecutionMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ReportExecutionMultiError) Error ¶ added in v0.36.0
func (m ReportExecutionMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ReportExecutionValidationError ¶ added in v0.36.0
type ReportExecutionValidationError struct {
// contains filtered or unexported fields
}
ReportExecutionValidationError is the validation error returned by ReportExecution.Validate if the designated constraints aren't met.
func (ReportExecutionValidationError) Cause ¶ added in v0.36.0
func (e ReportExecutionValidationError) Cause() error
Cause function returns cause value.
func (ReportExecutionValidationError) Error ¶ added in v0.36.0
func (e ReportExecutionValidationError) Error() string
Error satisfies the builtin error interface
func (ReportExecutionValidationError) ErrorName ¶ added in v0.36.0
func (e ReportExecutionValidationError) ErrorName() string
ErrorName returns error name.
func (ReportExecutionValidationError) Field ¶ added in v0.36.0
func (e ReportExecutionValidationError) Field() string
Field function returns field value.
func (ReportExecutionValidationError) Key ¶ added in v0.36.0
func (e ReportExecutionValidationError) Key() bool
Key function returns key value.
func (ReportExecutionValidationError) Reason ¶ added in v0.36.0
func (e ReportExecutionValidationError) Reason() string
Reason function returns reason value.
type ReportMultiError ¶ added in v0.36.0
type ReportMultiError []error
ReportMultiError is an error wrapping multiple validation errors returned by Report.ValidateAll() if the designated constraints aren't met.
func (ReportMultiError) AllErrors ¶ added in v0.36.0
func (m ReportMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ReportMultiError) Error ¶ added in v0.36.0
func (m ReportMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ReportSpec ¶ added in v0.36.0
type ReportSpec struct { Trigger bool `protobuf:"varint,1,opt,name=trigger,proto3" json:"trigger,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` RefreshSchedule *Schedule `protobuf:"bytes,3,opt,name=refresh_schedule,json=refreshSchedule,proto3" json:"refresh_schedule,omitempty"` TimeoutSeconds uint32 `protobuf:"varint,4,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"` QueryName string `protobuf:"bytes,5,opt,name=query_name,json=queryName,proto3" json:"query_name,omitempty"` QueryArgsJson string `protobuf:"bytes,6,opt,name=query_args_json,json=queryArgsJson,proto3" json:"query_args_json,omitempty"` ExportLimit uint64 `protobuf:"varint,7,opt,name=export_limit,json=exportLimit,proto3" json:"export_limit,omitempty"` ExportFormat ExportFormat `` /* 132-byte string literal not displayed */ EmailRecipients []string `protobuf:"bytes,9,rep,name=email_recipients,json=emailRecipients,proto3" json:"email_recipients,omitempty"` Annotations map[string]string `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*ReportSpec) Descriptor
deprecated
added in
v0.36.0
func (*ReportSpec) Descriptor() ([]byte, []int)
Deprecated: Use ReportSpec.ProtoReflect.Descriptor instead.
func (*ReportSpec) GetAnnotations ¶ added in v0.37.0
func (x *ReportSpec) GetAnnotations() map[string]string
func (*ReportSpec) GetEmailRecipients ¶ added in v0.36.0
func (x *ReportSpec) GetEmailRecipients() []string
func (*ReportSpec) GetExportFormat ¶ added in v0.36.0
func (x *ReportSpec) GetExportFormat() ExportFormat
func (*ReportSpec) GetExportLimit ¶ added in v0.36.0
func (x *ReportSpec) GetExportLimit() uint64
func (*ReportSpec) GetQueryArgsJson ¶ added in v0.36.0
func (x *ReportSpec) GetQueryArgsJson() string
func (*ReportSpec) GetQueryName ¶ added in v0.36.0
func (x *ReportSpec) GetQueryName() string
func (*ReportSpec) GetRefreshSchedule ¶ added in v0.36.0
func (x *ReportSpec) GetRefreshSchedule() *Schedule
func (*ReportSpec) GetTimeoutSeconds ¶ added in v0.36.0
func (x *ReportSpec) GetTimeoutSeconds() uint32
func (*ReportSpec) GetTitle ¶ added in v0.36.0
func (x *ReportSpec) GetTitle() string
func (*ReportSpec) GetTrigger ¶ added in v0.36.0
func (x *ReportSpec) GetTrigger() bool
func (*ReportSpec) ProtoMessage ¶ added in v0.36.0
func (*ReportSpec) ProtoMessage()
func (*ReportSpec) ProtoReflect ¶ added in v0.36.0
func (x *ReportSpec) ProtoReflect() protoreflect.Message
func (*ReportSpec) Reset ¶ added in v0.36.0
func (x *ReportSpec) Reset()
func (*ReportSpec) String ¶ added in v0.36.0
func (x *ReportSpec) String() string
func (*ReportSpec) Validate ¶ added in v0.36.0
func (m *ReportSpec) Validate() error
Validate checks the field values on ReportSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ReportSpec) ValidateAll ¶ added in v0.36.0
func (m *ReportSpec) ValidateAll() error
ValidateAll checks the field values on ReportSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReportSpecMultiError, or nil if none found.
type ReportSpecMultiError ¶ added in v0.36.0
type ReportSpecMultiError []error
ReportSpecMultiError is an error wrapping multiple validation errors returned by ReportSpec.ValidateAll() if the designated constraints aren't met.
func (ReportSpecMultiError) AllErrors ¶ added in v0.36.0
func (m ReportSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ReportSpecMultiError) Error ¶ added in v0.36.0
func (m ReportSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ReportSpecValidationError ¶ added in v0.36.0
type ReportSpecValidationError struct {
// contains filtered or unexported fields
}
ReportSpecValidationError is the validation error returned by ReportSpec.Validate if the designated constraints aren't met.
func (ReportSpecValidationError) Cause ¶ added in v0.36.0
func (e ReportSpecValidationError) Cause() error
Cause function returns cause value.
func (ReportSpecValidationError) Error ¶ added in v0.36.0
func (e ReportSpecValidationError) Error() string
Error satisfies the builtin error interface
func (ReportSpecValidationError) ErrorName ¶ added in v0.36.0
func (e ReportSpecValidationError) ErrorName() string
ErrorName returns error name.
func (ReportSpecValidationError) Field ¶ added in v0.36.0
func (e ReportSpecValidationError) Field() string
Field function returns field value.
func (ReportSpecValidationError) Key ¶ added in v0.36.0
func (e ReportSpecValidationError) Key() bool
Key function returns key value.
func (ReportSpecValidationError) Reason ¶ added in v0.36.0
func (e ReportSpecValidationError) Reason() string
Reason function returns reason value.
type ReportState ¶ added in v0.36.0
type ReportState struct { NextRunOn *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=next_run_on,json=nextRunOn,proto3" json:"next_run_on,omitempty"` CurrentExecution *ReportExecution `protobuf:"bytes,2,opt,name=current_execution,json=currentExecution,proto3" json:"current_execution,omitempty"` ExecutionHistory []*ReportExecution `protobuf:"bytes,3,rep,name=execution_history,json=executionHistory,proto3" json:"execution_history,omitempty"` ExecutionCount uint32 `protobuf:"varint,4,opt,name=execution_count,json=executionCount,proto3" json:"execution_count,omitempty"` // contains filtered or unexported fields }
func (*ReportState) Descriptor
deprecated
added in
v0.36.0
func (*ReportState) Descriptor() ([]byte, []int)
Deprecated: Use ReportState.ProtoReflect.Descriptor instead.
func (*ReportState) GetCurrentExecution ¶ added in v0.36.0
func (x *ReportState) GetCurrentExecution() *ReportExecution
func (*ReportState) GetExecutionCount ¶ added in v0.36.0
func (x *ReportState) GetExecutionCount() uint32
func (*ReportState) GetExecutionHistory ¶ added in v0.36.0
func (x *ReportState) GetExecutionHistory() []*ReportExecution
func (*ReportState) GetNextRunOn ¶ added in v0.36.0
func (x *ReportState) GetNextRunOn() *timestamppb.Timestamp
func (*ReportState) ProtoMessage ¶ added in v0.36.0
func (*ReportState) ProtoMessage()
func (*ReportState) ProtoReflect ¶ added in v0.36.0
func (x *ReportState) ProtoReflect() protoreflect.Message
func (*ReportState) Reset ¶ added in v0.36.0
func (x *ReportState) Reset()
func (*ReportState) String ¶ added in v0.36.0
func (x *ReportState) String() string
func (*ReportState) Validate ¶ added in v0.36.0
func (m *ReportState) Validate() error
Validate checks the field values on ReportState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ReportState) ValidateAll ¶ added in v0.36.0
func (m *ReportState) ValidateAll() error
ValidateAll checks the field values on ReportState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ReportStateMultiError, or nil if none found.
type ReportStateMultiError ¶ added in v0.36.0
type ReportStateMultiError []error
ReportStateMultiError is an error wrapping multiple validation errors returned by ReportState.ValidateAll() if the designated constraints aren't met.
func (ReportStateMultiError) AllErrors ¶ added in v0.36.0
func (m ReportStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ReportStateMultiError) Error ¶ added in v0.36.0
func (m ReportStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ReportStateValidationError ¶ added in v0.36.0
type ReportStateValidationError struct {
// contains filtered or unexported fields
}
ReportStateValidationError is the validation error returned by ReportState.Validate if the designated constraints aren't met.
func (ReportStateValidationError) Cause ¶ added in v0.36.0
func (e ReportStateValidationError) Cause() error
Cause function returns cause value.
func (ReportStateValidationError) Error ¶ added in v0.36.0
func (e ReportStateValidationError) Error() string
Error satisfies the builtin error interface
func (ReportStateValidationError) ErrorName ¶ added in v0.36.0
func (e ReportStateValidationError) ErrorName() string
ErrorName returns error name.
func (ReportStateValidationError) Field ¶ added in v0.36.0
func (e ReportStateValidationError) Field() string
Field function returns field value.
func (ReportStateValidationError) Key ¶ added in v0.36.0
func (e ReportStateValidationError) Key() bool
Key function returns key value.
func (ReportStateValidationError) Reason ¶ added in v0.36.0
func (e ReportStateValidationError) Reason() string
Reason function returns reason value.
type ReportValidationError ¶ added in v0.36.0
type ReportValidationError struct {
// contains filtered or unexported fields
}
ReportValidationError is the validation error returned by Report.Validate if the designated constraints aren't met.
func (ReportValidationError) Cause ¶ added in v0.36.0
func (e ReportValidationError) Cause() error
Cause function returns cause value.
func (ReportValidationError) Error ¶ added in v0.36.0
func (e ReportValidationError) Error() string
Error satisfies the builtin error interface
func (ReportValidationError) ErrorName ¶ added in v0.36.0
func (e ReportValidationError) ErrorName() string
ErrorName returns error name.
func (ReportValidationError) Field ¶ added in v0.36.0
func (e ReportValidationError) Field() string
Field function returns field value.
func (ReportValidationError) Key ¶ added in v0.36.0
func (e ReportValidationError) Key() bool
Key function returns key value.
func (ReportValidationError) Reason ¶ added in v0.36.0
func (e ReportValidationError) Reason() string
Reason function returns reason value.
type Resource ¶ added in v0.30.0
type Resource struct { Meta *ResourceMeta `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"` // Types that are assignable to Resource: // // *Resource_ProjectParser // *Resource_Source // *Resource_Model // *Resource_MetricsView // *Resource_Migration // *Resource_Report // *Resource_PullTrigger // *Resource_RefreshTrigger // *Resource_BucketPlanner // *Resource_Theme Resource isResource_Resource `protobuf_oneof:"resource"` // contains filtered or unexported fields }
func (*Resource) Descriptor
deprecated
added in
v0.30.0
func (*Resource) GetBucketPlanner ¶ added in v0.30.0
func (x *Resource) GetBucketPlanner() *BucketPlanner
func (*Resource) GetMeta ¶ added in v0.30.0
func (x *Resource) GetMeta() *ResourceMeta
func (*Resource) GetMetricsView ¶ added in v0.30.0
func (x *Resource) GetMetricsView() *MetricsViewV2
func (*Resource) GetMigration ¶ added in v0.32.0
func (*Resource) GetProjectParser ¶ added in v0.30.0
func (x *Resource) GetProjectParser() *ProjectParser
func (*Resource) GetPullTrigger ¶ added in v0.30.0
func (x *Resource) GetPullTrigger() *PullTrigger
func (*Resource) GetRefreshTrigger ¶ added in v0.30.0
func (x *Resource) GetRefreshTrigger() *RefreshTrigger
func (*Resource) GetResource ¶ added in v0.30.0
func (m *Resource) GetResource() isResource_Resource
func (*Resource) ProtoMessage ¶ added in v0.30.0
func (*Resource) ProtoMessage()
func (*Resource) ProtoReflect ¶ added in v0.30.0
func (x *Resource) ProtoReflect() protoreflect.Message
func (*Resource) Validate ¶ added in v0.30.0
Validate checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Resource) ValidateAll ¶ added in v0.30.0
ValidateAll checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceMultiError, or nil if none found.
type ResourceEvent ¶ added in v0.32.0
type ResourceEvent int32
const ( ResourceEvent_RESOURCE_EVENT_UNSPECIFIED ResourceEvent = 0 ResourceEvent_RESOURCE_EVENT_WRITE ResourceEvent = 1 ResourceEvent_RESOURCE_EVENT_DELETE ResourceEvent = 2 )
func (ResourceEvent) Descriptor ¶ added in v0.32.0
func (ResourceEvent) Descriptor() protoreflect.EnumDescriptor
func (ResourceEvent) Enum ¶ added in v0.32.0
func (x ResourceEvent) Enum() *ResourceEvent
func (ResourceEvent) EnumDescriptor
deprecated
added in
v0.32.0
func (ResourceEvent) EnumDescriptor() ([]byte, []int)
Deprecated: Use ResourceEvent.Descriptor instead.
func (ResourceEvent) Number ¶ added in v0.32.0
func (x ResourceEvent) Number() protoreflect.EnumNumber
func (ResourceEvent) String ¶ added in v0.32.0
func (x ResourceEvent) String() string
func (ResourceEvent) Type ¶ added in v0.32.0
func (ResourceEvent) Type() protoreflect.EnumType
type ResourceMeta ¶ added in v0.30.0
type ResourceMeta struct { Name *ResourceName `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Refs []*ResourceName `protobuf:"bytes,2,rep,name=refs,proto3" json:"refs,omitempty"` Owner *ResourceName `protobuf:"bytes,3,opt,name=owner,proto3,oneof" json:"owner,omitempty"` FilePaths []string `protobuf:"bytes,4,rep,name=file_paths,json=filePaths,proto3" json:"file_paths,omitempty"` Hidden bool `protobuf:"varint,7,opt,name=hidden,proto3" json:"hidden,omitempty"` Version int64 `protobuf:"varint,15,opt,name=version,proto3" json:"version,omitempty"` SpecVersion int64 `protobuf:"varint,5,opt,name=spec_version,json=specVersion,proto3" json:"spec_version,omitempty"` StateVersion int64 `protobuf:"varint,6,opt,name=state_version,json=stateVersion,proto3" json:"state_version,omitempty"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` SpecUpdatedOn *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=spec_updated_on,json=specUpdatedOn,proto3" json:"spec_updated_on,omitempty"` StateUpdatedOn *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=state_updated_on,json=stateUpdatedOn,proto3" json:"state_updated_on,omitempty"` DeletedOn *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=deleted_on,json=deletedOn,proto3,oneof" json:"deleted_on,omitempty"` ReconcileStatus ReconcileStatus `` /* 145-byte string literal not displayed */ ReconcileError string `protobuf:"bytes,8,opt,name=reconcile_error,json=reconcileError,proto3" json:"reconcile_error,omitempty"` ReconcileOn *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=reconcile_on,json=reconcileOn,proto3" json:"reconcile_on,omitempty"` RenamedFrom *ResourceName `protobuf:"bytes,13,opt,name=renamed_from,json=renamedFrom,proto3,oneof" json:"renamed_from,omitempty"` // contains filtered or unexported fields }
func (*ResourceMeta) Descriptor
deprecated
added in
v0.30.0
func (*ResourceMeta) Descriptor() ([]byte, []int)
Deprecated: Use ResourceMeta.ProtoReflect.Descriptor instead.
func (*ResourceMeta) GetCreatedOn ¶ added in v0.30.0
func (x *ResourceMeta) GetCreatedOn() *timestamppb.Timestamp
func (*ResourceMeta) GetDeletedOn ¶ added in v0.30.0
func (x *ResourceMeta) GetDeletedOn() *timestamppb.Timestamp
func (*ResourceMeta) GetFilePaths ¶ added in v0.32.0
func (x *ResourceMeta) GetFilePaths() []string
func (*ResourceMeta) GetHidden ¶ added in v0.35.0
func (x *ResourceMeta) GetHidden() bool
func (*ResourceMeta) GetName ¶ added in v0.30.0
func (x *ResourceMeta) GetName() *ResourceName
func (*ResourceMeta) GetOwner ¶ added in v0.32.0
func (x *ResourceMeta) GetOwner() *ResourceName
func (*ResourceMeta) GetReconcileError ¶ added in v0.30.0
func (x *ResourceMeta) GetReconcileError() string
func (*ResourceMeta) GetReconcileOn ¶ added in v0.33.0
func (x *ResourceMeta) GetReconcileOn() *timestamppb.Timestamp
func (*ResourceMeta) GetReconcileStatus ¶ added in v0.33.0
func (x *ResourceMeta) GetReconcileStatus() ReconcileStatus
func (*ResourceMeta) GetRefs ¶ added in v0.30.0
func (x *ResourceMeta) GetRefs() []*ResourceName
func (*ResourceMeta) GetRenamedFrom ¶ added in v0.32.0
func (x *ResourceMeta) GetRenamedFrom() *ResourceName
func (*ResourceMeta) GetSpecUpdatedOn ¶ added in v0.30.0
func (x *ResourceMeta) GetSpecUpdatedOn() *timestamppb.Timestamp
func (*ResourceMeta) GetSpecVersion ¶ added in v0.30.0
func (x *ResourceMeta) GetSpecVersion() int64
func (*ResourceMeta) GetStateUpdatedOn ¶ added in v0.30.0
func (x *ResourceMeta) GetStateUpdatedOn() *timestamppb.Timestamp
func (*ResourceMeta) GetStateVersion ¶ added in v0.30.0
func (x *ResourceMeta) GetStateVersion() int64
func (*ResourceMeta) GetVersion ¶ added in v0.32.0
func (x *ResourceMeta) GetVersion() int64
func (*ResourceMeta) ProtoMessage ¶ added in v0.30.0
func (*ResourceMeta) ProtoMessage()
func (*ResourceMeta) ProtoReflect ¶ added in v0.30.0
func (x *ResourceMeta) ProtoReflect() protoreflect.Message
func (*ResourceMeta) Reset ¶ added in v0.30.0
func (x *ResourceMeta) Reset()
func (*ResourceMeta) String ¶ added in v0.30.0
func (x *ResourceMeta) String() string
func (*ResourceMeta) Validate ¶ added in v0.30.0
func (m *ResourceMeta) Validate() error
Validate checks the field values on ResourceMeta with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ResourceMeta) ValidateAll ¶ added in v0.30.0
func (m *ResourceMeta) ValidateAll() error
ValidateAll checks the field values on ResourceMeta with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceMetaMultiError, or nil if none found.
type ResourceMetaMultiError ¶ added in v0.30.0
type ResourceMetaMultiError []error
ResourceMetaMultiError is an error wrapping multiple validation errors returned by ResourceMeta.ValidateAll() if the designated constraints aren't met.
func (ResourceMetaMultiError) AllErrors ¶ added in v0.30.0
func (m ResourceMetaMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceMetaMultiError) Error ¶ added in v0.30.0
func (m ResourceMetaMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ResourceMetaValidationError ¶ added in v0.30.0
type ResourceMetaValidationError struct {
// contains filtered or unexported fields
}
ResourceMetaValidationError is the validation error returned by ResourceMeta.Validate if the designated constraints aren't met.
func (ResourceMetaValidationError) Cause ¶ added in v0.30.0
func (e ResourceMetaValidationError) Cause() error
Cause function returns cause value.
func (ResourceMetaValidationError) Error ¶ added in v0.30.0
func (e ResourceMetaValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceMetaValidationError) ErrorName ¶ added in v0.30.0
func (e ResourceMetaValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceMetaValidationError) Field ¶ added in v0.30.0
func (e ResourceMetaValidationError) Field() string
Field function returns field value.
func (ResourceMetaValidationError) Key ¶ added in v0.30.0
func (e ResourceMetaValidationError) Key() bool
Key function returns key value.
func (ResourceMetaValidationError) Reason ¶ added in v0.30.0
func (e ResourceMetaValidationError) Reason() string
Reason function returns reason value.
type ResourceMultiError ¶ added in v0.30.0
type ResourceMultiError []error
ResourceMultiError is an error wrapping multiple validation errors returned by Resource.ValidateAll() if the designated constraints aren't met.
func (ResourceMultiError) AllErrors ¶ added in v0.30.0
func (m ResourceMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceMultiError) Error ¶ added in v0.30.0
func (m ResourceMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ResourceName ¶ added in v0.30.0
type ResourceName struct { Kind string `protobuf:"bytes,1,opt,name=kind,proto3" json:"kind,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*ResourceName) Descriptor
deprecated
added in
v0.30.0
func (*ResourceName) Descriptor() ([]byte, []int)
Deprecated: Use ResourceName.ProtoReflect.Descriptor instead.
func (*ResourceName) GetKind ¶ added in v0.30.0
func (x *ResourceName) GetKind() string
func (*ResourceName) GetName ¶ added in v0.30.0
func (x *ResourceName) GetName() string
func (*ResourceName) ProtoMessage ¶ added in v0.30.0
func (*ResourceName) ProtoMessage()
func (*ResourceName) ProtoReflect ¶ added in v0.30.0
func (x *ResourceName) ProtoReflect() protoreflect.Message
func (*ResourceName) Reset ¶ added in v0.30.0
func (x *ResourceName) Reset()
func (*ResourceName) String ¶ added in v0.30.0
func (x *ResourceName) String() string
func (*ResourceName) Validate ¶ added in v0.30.0
func (m *ResourceName) Validate() error
Validate checks the field values on ResourceName with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ResourceName) ValidateAll ¶ added in v0.30.0
func (m *ResourceName) ValidateAll() error
ValidateAll checks the field values on ResourceName with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceNameMultiError, or nil if none found.
type ResourceNameMultiError ¶ added in v0.30.0
type ResourceNameMultiError []error
ResourceNameMultiError is an error wrapping multiple validation errors returned by ResourceName.ValidateAll() if the designated constraints aren't met.
func (ResourceNameMultiError) AllErrors ¶ added in v0.30.0
func (m ResourceNameMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ResourceNameMultiError) Error ¶ added in v0.30.0
func (m ResourceNameMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ResourceNameValidationError ¶ added in v0.30.0
type ResourceNameValidationError struct {
// contains filtered or unexported fields
}
ResourceNameValidationError is the validation error returned by ResourceName.Validate if the designated constraints aren't met.
func (ResourceNameValidationError) Cause ¶ added in v0.30.0
func (e ResourceNameValidationError) Cause() error
Cause function returns cause value.
func (ResourceNameValidationError) Error ¶ added in v0.30.0
func (e ResourceNameValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceNameValidationError) ErrorName ¶ added in v0.30.0
func (e ResourceNameValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceNameValidationError) Field ¶ added in v0.30.0
func (e ResourceNameValidationError) Field() string
Field function returns field value.
func (ResourceNameValidationError) Key ¶ added in v0.30.0
func (e ResourceNameValidationError) Key() bool
Key function returns key value.
func (ResourceNameValidationError) Reason ¶ added in v0.30.0
func (e ResourceNameValidationError) Reason() string
Reason function returns reason value.
type ResourceValidationError ¶ added in v0.30.0
type ResourceValidationError struct {
// contains filtered or unexported fields
}
ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.
func (ResourceValidationError) Cause ¶ added in v0.30.0
func (e ResourceValidationError) Cause() error
Cause function returns cause value.
func (ResourceValidationError) Error ¶ added in v0.30.0
func (e ResourceValidationError) Error() string
Error satisfies the builtin error interface
func (ResourceValidationError) ErrorName ¶ added in v0.30.0
func (e ResourceValidationError) ErrorName() string
ErrorName returns error name.
func (ResourceValidationError) Field ¶ added in v0.30.0
func (e ResourceValidationError) Field() string
Field function returns field value.
func (ResourceValidationError) Key ¶ added in v0.30.0
func (e ResourceValidationError) Key() bool
Key function returns key value.
func (ResourceValidationError) Reason ¶ added in v0.30.0
func (e ResourceValidationError) Reason() string
Reason function returns reason value.
type Resource_BucketPlanner ¶ added in v0.30.0
type Resource_BucketPlanner struct {
BucketPlanner *BucketPlanner `protobuf:"bytes,8,opt,name=bucket_planner,json=bucketPlanner,proto3,oneof"`
}
type Resource_MetricsView ¶ added in v0.30.0
type Resource_MetricsView struct {
MetricsView *MetricsViewV2 `protobuf:"bytes,5,opt,name=metrics_view,json=metricsView,proto3,oneof"`
}
type Resource_Migration ¶ added in v0.32.0
type Resource_Migration struct {
Migration *Migration `protobuf:"bytes,9,opt,name=migration,proto3,oneof"`
}
type Resource_Model ¶ added in v0.30.0
type Resource_Model struct {
Model *ModelV2 `protobuf:"bytes,4,opt,name=model,proto3,oneof"`
}
type Resource_ProjectParser ¶ added in v0.30.0
type Resource_ProjectParser struct { // Well-known types only, for now. If required, we can add support for a google.protobuf.Any later. ProjectParser *ProjectParser `protobuf:"bytes,2,opt,name=project_parser,json=projectParser,proto3,oneof"` }
type Resource_PullTrigger ¶ added in v0.30.0
type Resource_PullTrigger struct {
PullTrigger *PullTrigger `protobuf:"bytes,6,opt,name=pull_trigger,json=pullTrigger,proto3,oneof"`
}
type Resource_RefreshTrigger ¶ added in v0.30.0
type Resource_RefreshTrigger struct {
RefreshTrigger *RefreshTrigger `protobuf:"bytes,7,opt,name=refresh_trigger,json=refreshTrigger,proto3,oneof"`
}
type Resource_Report ¶ added in v0.36.0
type Resource_Report struct {
Report *Report `protobuf:"bytes,10,opt,name=report,proto3,oneof"`
}
type Resource_Source ¶ added in v0.30.0
type Resource_Source struct {
Source *SourceV2 `protobuf:"bytes,3,opt,name=source,proto3,oneof"`
}
type Resource_Theme ¶ added in v0.38.0
type Resource_Theme struct {
Theme *Theme `protobuf:"bytes,11,opt,name=theme,proto3,oneof"`
}
type RuntimeServiceClient ¶
type RuntimeServiceClient interface { // Ping returns information about the runtime Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) // ListInstances lists all the instances currently managed by the runtime ListInstances(ctx context.Context, in *ListInstancesRequest, opts ...grpc.CallOption) (*ListInstancesResponse, error) // GetInstance returns information about a specific instance GetInstance(ctx context.Context, in *GetInstanceRequest, opts ...grpc.CallOption) (*GetInstanceResponse, error) // CreateInstance creates a new instance CreateInstance(ctx context.Context, in *CreateInstanceRequest, opts ...grpc.CallOption) (*CreateInstanceResponse, error) // EditInstance edits an existing instance EditInstance(ctx context.Context, in *EditInstanceRequest, opts ...grpc.CallOption) (*EditInstanceResponse, error) // DeleteInstance deletes an instance DeleteInstance(ctx context.Context, in *DeleteInstanceRequest, opts ...grpc.CallOption) (*DeleteInstanceResponse, error) // ListFiles lists all the files matching a glob in a repo. // The files are sorted by their full path. ListFiles(ctx context.Context, in *ListFilesRequest, opts ...grpc.CallOption) (*ListFilesResponse, error) // WatchFiles streams repo file update events. It is not supported on all backends. WatchFiles(ctx context.Context, in *WatchFilesRequest, opts ...grpc.CallOption) (RuntimeService_WatchFilesClient, error) // GetFile returns the contents of a specific file in a repo. GetFile(ctx context.Context, in *GetFileRequest, opts ...grpc.CallOption) (*GetFileResponse, error) // PutFile creates or updates a file in a repo PutFile(ctx context.Context, in *PutFileRequest, opts ...grpc.CallOption) (*PutFileResponse, error) // DeleteFile deletes a file from a repo DeleteFile(ctx context.Context, in *DeleteFileRequest, opts ...grpc.CallOption) (*DeleteFileResponse, error) // RenameFile renames a file in a repo RenameFile(ctx context.Context, in *RenameFileRequest, opts ...grpc.CallOption) (*RenameFileResponse, error) // ListExamples lists all the examples embedded into binary ListExamples(ctx context.Context, in *ListExamplesRequest, opts ...grpc.CallOption) (*ListExamplesResponse, error) // UnpackExample unpacks an example project UnpackExample(ctx context.Context, in *UnpackExampleRequest, opts ...grpc.CallOption) (*UnpackExampleResponse, error) // UnpackEmpty unpacks an empty project UnpackEmpty(ctx context.Context, in *UnpackEmptyRequest, opts ...grpc.CallOption) (*UnpackEmptyResponse, error) // GetLogs returns recent logs from a controller GetLogs(ctx context.Context, in *GetLogsRequest, opts ...grpc.CallOption) (*GetLogsResponse, error) // WatchLogs streams new logs emitted from a controller WatchLogs(ctx context.Context, in *WatchLogsRequest, opts ...grpc.CallOption) (RuntimeService_WatchLogsClient, error) // ListResources lists the resources stored in the catalog ListResources(ctx context.Context, in *ListResourcesRequest, opts ...grpc.CallOption) (*ListResourcesResponse, error) // WatchResources streams updates to catalog resources (including creation and deletion events) WatchResources(ctx context.Context, in *WatchResourcesRequest, opts ...grpc.CallOption) (RuntimeService_WatchResourcesClient, error) // GetResource looks up a specific catalog resource GetResource(ctx context.Context, in *GetResourceRequest, opts ...grpc.CallOption) (*GetResourceResponse, error) // CreateTrigger creates a trigger in the catalog. // Triggers are ephemeral resources that will be cleaned up by the controller. CreateTrigger(ctx context.Context, in *CreateTriggerRequest, opts ...grpc.CallOption) (*CreateTriggerResponse, error) // ListCatalogEntries lists all the entries registered in an instance's catalog (like tables, sources or metrics views) ListCatalogEntries(ctx context.Context, in *ListCatalogEntriesRequest, opts ...grpc.CallOption) (*ListCatalogEntriesResponse, error) // GetCatalogEntry returns information about a specific entry in the catalog GetCatalogEntry(ctx context.Context, in *GetCatalogEntryRequest, opts ...grpc.CallOption) (*GetCatalogEntryResponse, error) // TriggerRefresh triggers a refresh of a refreshable catalog object. // It currently only supports sources (which will be re-ingested), but will also support materialized models in the future. // It does not respond until the refresh has completed (will move to async jobs when the task scheduler is in place). TriggerRefresh(ctx context.Context, in *TriggerRefreshRequest, opts ...grpc.CallOption) (*TriggerRefreshResponse, error) // Reconcile applies a full set of artifacts from a repo to the catalog and infra. // It attempts to infer a minimal number of migrations to apply to reconcile the current state with // the desired state expressed in the artifacts. Any existing objects not described in the submitted // artifacts will be deleted. Reconcile(ctx context.Context, in *ReconcileRequest, opts ...grpc.CallOption) (*ReconcileResponse, error) // PutFileAndReconcile combines PutFile and Reconcile in a single endpoint to reduce latency. // It is equivalent to calling the two RPCs sequentially. PutFileAndReconcile(ctx context.Context, in *PutFileAndReconcileRequest, opts ...grpc.CallOption) (*PutFileAndReconcileResponse, error) // DeleteFileAndReconcile combines RenameFile and Reconcile in a single endpoint to reduce latency. DeleteFileAndReconcile(ctx context.Context, in *DeleteFileAndReconcileRequest, opts ...grpc.CallOption) (*DeleteFileAndReconcileResponse, error) // RenameFileAndReconcile combines RenameFile and Reconcile in a single endpoint to reduce latency. RenameFileAndReconcile(ctx context.Context, in *RenameFileAndReconcileRequest, opts ...grpc.CallOption) (*RenameFileAndReconcileResponse, error) RefreshAndReconcile(ctx context.Context, in *RefreshAndReconcileRequest, opts ...grpc.CallOption) (*RefreshAndReconcileResponse, error) // 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) IssueDevJWT(ctx context.Context, in *IssueDevJWTRequest, opts ...grpc.CallOption) (*IssueDevJWTResponse, error) }
RuntimeServiceClient is the client API for RuntimeService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
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) // WatchFiles streams repo file update events. It is not supported on all backends. WatchFiles(*WatchFilesRequest, RuntimeService_WatchFilesServer) error // GetFile returns the contents of a specific file in a repo. GetFile(context.Context, *GetFileRequest) (*GetFileResponse, error) // PutFile creates or updates a file in a repo PutFile(context.Context, *PutFileRequest) (*PutFileResponse, error) // DeleteFile deletes a file from a repo DeleteFile(context.Context, *DeleteFileRequest) (*DeleteFileResponse, error) // RenameFile renames a file in a repo RenameFile(context.Context, *RenameFileRequest) (*RenameFileResponse, error) // ListExamples lists all the examples embedded into binary ListExamples(context.Context, *ListExamplesRequest) (*ListExamplesResponse, error) // UnpackExample unpacks an example project UnpackExample(context.Context, *UnpackExampleRequest) (*UnpackExampleResponse, error) // UnpackEmpty unpacks an empty project UnpackEmpty(context.Context, *UnpackEmptyRequest) (*UnpackEmptyResponse, error) // GetLogs returns recent logs from a controller GetLogs(context.Context, *GetLogsRequest) (*GetLogsResponse, error) // WatchLogs streams new logs emitted from a controller WatchLogs(*WatchLogsRequest, RuntimeService_WatchLogsServer) error // ListResources lists the resources stored in the catalog ListResources(context.Context, *ListResourcesRequest) (*ListResourcesResponse, error) // WatchResources streams updates to catalog resources (including creation and deletion events) WatchResources(*WatchResourcesRequest, RuntimeService_WatchResourcesServer) error // GetResource looks up a specific catalog resource GetResource(context.Context, *GetResourceRequest) (*GetResourceResponse, error) // CreateTrigger creates a trigger in the catalog. // Triggers are ephemeral resources that will be cleaned up by the controller. CreateTrigger(context.Context, *CreateTriggerRequest) (*CreateTriggerResponse, error) // ListCatalogEntries lists all the entries registered in an instance's catalog (like tables, sources or metrics views) ListCatalogEntries(context.Context, *ListCatalogEntriesRequest) (*ListCatalogEntriesResponse, error) // GetCatalogEntry returns information about a specific entry in the catalog GetCatalogEntry(context.Context, *GetCatalogEntryRequest) (*GetCatalogEntryResponse, error) // TriggerRefresh triggers a refresh of a refreshable catalog object. // It currently only supports sources (which will be re-ingested), but will also support materialized models in the future. // It does not respond until the refresh has completed (will move to async jobs when the task scheduler is in place). TriggerRefresh(context.Context, *TriggerRefreshRequest) (*TriggerRefreshResponse, error) // Reconcile applies a full set of artifacts from a repo to the catalog and infra. // It attempts to infer a minimal number of migrations to apply to reconcile the current state with // the desired state expressed in the artifacts. Any existing objects not described in the submitted // artifacts will be deleted. Reconcile(context.Context, *ReconcileRequest) (*ReconcileResponse, error) // PutFileAndReconcile combines PutFile and Reconcile in a single endpoint to reduce latency. // It is equivalent to calling the two RPCs sequentially. PutFileAndReconcile(context.Context, *PutFileAndReconcileRequest) (*PutFileAndReconcileResponse, error) // DeleteFileAndReconcile combines RenameFile and Reconcile in a single endpoint to reduce latency. DeleteFileAndReconcile(context.Context, *DeleteFileAndReconcileRequest) (*DeleteFileAndReconcileResponse, error) // RenameFileAndReconcile combines RenameFile and Reconcile in a single endpoint to reduce latency. RenameFileAndReconcile(context.Context, *RenameFileAndReconcileRequest) (*RenameFileAndReconcileResponse, error) RefreshAndReconcile(context.Context, *RefreshAndReconcileRequest) (*RefreshAndReconcileResponse, error) // ListConnectors returns a description of all the connectors implemented in the runtime, // including their schema and validation rules ListConnectors(context.Context, *ListConnectorsRequest) (*ListConnectorsResponse, error) IssueDevJWT(context.Context, *IssueDevJWTRequest) (*IssueDevJWTResponse, error) // contains filtered or unexported methods }
RuntimeServiceServer is the server API for RuntimeService service. All implementations must embed UnimplementedRuntimeServiceServer for forward compatibility
type RuntimeService_WatchFilesClient ¶ added in v0.30.0
type RuntimeService_WatchFilesClient interface { Recv() (*WatchFilesResponse, error) grpc.ClientStream }
type RuntimeService_WatchFilesServer ¶ added in v0.30.0
type RuntimeService_WatchFilesServer interface { Send(*WatchFilesResponse) error grpc.ServerStream }
type RuntimeService_WatchLogsClient ¶ added in v0.32.0
type RuntimeService_WatchLogsClient interface { Recv() (*WatchLogsResponse, error) grpc.ClientStream }
type RuntimeService_WatchLogsServer ¶ added in v0.32.0
type RuntimeService_WatchLogsServer interface { Send(*WatchLogsResponse) error grpc.ServerStream }
type RuntimeService_WatchResourcesClient ¶ added in v0.32.0
type RuntimeService_WatchResourcesClient interface { Recv() (*WatchResourcesResponse, error) grpc.ClientStream }
type RuntimeService_WatchResourcesServer ¶ added in v0.32.0
type RuntimeService_WatchResourcesServer interface { Send(*WatchResourcesResponse) error grpc.ServerStream }
type S3GetBucketMetadataRequest ¶ added in v0.27.0
type S3GetBucketMetadataRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` Bucket string `protobuf:"bytes,3,opt,name=bucket,proto3" json:"bucket,omitempty"` // contains filtered or unexported fields }
func (*S3GetBucketMetadataRequest) Descriptor
deprecated
added in
v0.27.0
func (*S3GetBucketMetadataRequest) Descriptor() ([]byte, []int)
Deprecated: Use S3GetBucketMetadataRequest.ProtoReflect.Descriptor instead.
func (*S3GetBucketMetadataRequest) GetBucket ¶ added in v0.27.0
func (x *S3GetBucketMetadataRequest) GetBucket() string
func (*S3GetBucketMetadataRequest) GetConnector ¶ added in v0.31.0
func (x *S3GetBucketMetadataRequest) GetConnector() string
func (*S3GetBucketMetadataRequest) GetInstanceId ¶ added in v0.31.0
func (x *S3GetBucketMetadataRequest) GetInstanceId() string
func (*S3GetBucketMetadataRequest) ProtoMessage ¶ added in v0.27.0
func (*S3GetBucketMetadataRequest) ProtoMessage()
func (*S3GetBucketMetadataRequest) ProtoReflect ¶ added in v0.27.0
func (x *S3GetBucketMetadataRequest) ProtoReflect() protoreflect.Message
func (*S3GetBucketMetadataRequest) Reset ¶ added in v0.27.0
func (x *S3GetBucketMetadataRequest) Reset()
func (*S3GetBucketMetadataRequest) String ¶ added in v0.27.0
func (x *S3GetBucketMetadataRequest) String() string
func (*S3GetBucketMetadataRequest) Validate ¶ added in v0.27.0
func (m *S3GetBucketMetadataRequest) Validate() error
Validate checks the field values on S3GetBucketMetadataRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*S3GetBucketMetadataRequest) ValidateAll ¶ added in v0.27.0
func (m *S3GetBucketMetadataRequest) ValidateAll() error
ValidateAll checks the field values on S3GetBucketMetadataRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3GetBucketMetadataRequestMultiError, or nil if none found.
type S3GetBucketMetadataRequestMultiError ¶ added in v0.27.0
type S3GetBucketMetadataRequestMultiError []error
S3GetBucketMetadataRequestMultiError is an error wrapping multiple validation errors returned by S3GetBucketMetadataRequest.ValidateAll() if the designated constraints aren't met.
func (S3GetBucketMetadataRequestMultiError) AllErrors ¶ added in v0.27.0
func (m S3GetBucketMetadataRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (S3GetBucketMetadataRequestMultiError) Error ¶ added in v0.27.0
func (m S3GetBucketMetadataRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type S3GetBucketMetadataRequestValidationError ¶ added in v0.27.0
type S3GetBucketMetadataRequestValidationError struct {
// contains filtered or unexported fields
}
S3GetBucketMetadataRequestValidationError is the validation error returned by S3GetBucketMetadataRequest.Validate if the designated constraints aren't met.
func (S3GetBucketMetadataRequestValidationError) Cause ¶ added in v0.27.0
func (e S3GetBucketMetadataRequestValidationError) Cause() error
Cause function returns cause value.
func (S3GetBucketMetadataRequestValidationError) Error ¶ added in v0.27.0
func (e S3GetBucketMetadataRequestValidationError) Error() string
Error satisfies the builtin error interface
func (S3GetBucketMetadataRequestValidationError) ErrorName ¶ added in v0.27.0
func (e S3GetBucketMetadataRequestValidationError) ErrorName() string
ErrorName returns error name.
func (S3GetBucketMetadataRequestValidationError) Field ¶ added in v0.27.0
func (e S3GetBucketMetadataRequestValidationError) Field() string
Field function returns field value.
func (S3GetBucketMetadataRequestValidationError) Key ¶ added in v0.27.0
func (e S3GetBucketMetadataRequestValidationError) Key() bool
Key function returns key value.
func (S3GetBucketMetadataRequestValidationError) Reason ¶ added in v0.27.0
func (e S3GetBucketMetadataRequestValidationError) Reason() string
Reason function returns reason value.
type S3GetBucketMetadataResponse ¶ added in v0.27.0
type S3GetBucketMetadataResponse struct { Region string `protobuf:"bytes,1,opt,name=region,proto3" json:"region,omitempty"` // contains filtered or unexported fields }
func (*S3GetBucketMetadataResponse) Descriptor
deprecated
added in
v0.27.0
func (*S3GetBucketMetadataResponse) Descriptor() ([]byte, []int)
Deprecated: Use S3GetBucketMetadataResponse.ProtoReflect.Descriptor instead.
func (*S3GetBucketMetadataResponse) GetRegion ¶ added in v0.27.0
func (x *S3GetBucketMetadataResponse) GetRegion() string
func (*S3GetBucketMetadataResponse) ProtoMessage ¶ added in v0.27.0
func (*S3GetBucketMetadataResponse) ProtoMessage()
func (*S3GetBucketMetadataResponse) ProtoReflect ¶ added in v0.27.0
func (x *S3GetBucketMetadataResponse) ProtoReflect() protoreflect.Message
func (*S3GetBucketMetadataResponse) Reset ¶ added in v0.27.0
func (x *S3GetBucketMetadataResponse) Reset()
func (*S3GetBucketMetadataResponse) String ¶ added in v0.27.0
func (x *S3GetBucketMetadataResponse) String() string
func (*S3GetBucketMetadataResponse) Validate ¶ added in v0.27.0
func (m *S3GetBucketMetadataResponse) Validate() error
Validate checks the field values on S3GetBucketMetadataResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*S3GetBucketMetadataResponse) ValidateAll ¶ added in v0.27.0
func (m *S3GetBucketMetadataResponse) ValidateAll() error
ValidateAll checks the field values on S3GetBucketMetadataResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3GetBucketMetadataResponseMultiError, or nil if none found.
type S3GetBucketMetadataResponseMultiError ¶ added in v0.27.0
type S3GetBucketMetadataResponseMultiError []error
S3GetBucketMetadataResponseMultiError is an error wrapping multiple validation errors returned by S3GetBucketMetadataResponse.ValidateAll() if the designated constraints aren't met.
func (S3GetBucketMetadataResponseMultiError) AllErrors ¶ added in v0.27.0
func (m S3GetBucketMetadataResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (S3GetBucketMetadataResponseMultiError) Error ¶ added in v0.27.0
func (m S3GetBucketMetadataResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type S3GetBucketMetadataResponseValidationError ¶ added in v0.27.0
type S3GetBucketMetadataResponseValidationError struct {
// contains filtered or unexported fields
}
S3GetBucketMetadataResponseValidationError is the validation error returned by S3GetBucketMetadataResponse.Validate if the designated constraints aren't met.
func (S3GetBucketMetadataResponseValidationError) Cause ¶ added in v0.27.0
func (e S3GetBucketMetadataResponseValidationError) Cause() error
Cause function returns cause value.
func (S3GetBucketMetadataResponseValidationError) Error ¶ added in v0.27.0
func (e S3GetBucketMetadataResponseValidationError) Error() string
Error satisfies the builtin error interface
func (S3GetBucketMetadataResponseValidationError) ErrorName ¶ added in v0.27.0
func (e S3GetBucketMetadataResponseValidationError) ErrorName() string
ErrorName returns error name.
func (S3GetBucketMetadataResponseValidationError) Field ¶ added in v0.27.0
func (e S3GetBucketMetadataResponseValidationError) Field() string
Field function returns field value.
func (S3GetBucketMetadataResponseValidationError) Key ¶ added in v0.27.0
func (e S3GetBucketMetadataResponseValidationError) Key() bool
Key function returns key value.
func (S3GetBucketMetadataResponseValidationError) Reason ¶ added in v0.27.0
func (e S3GetBucketMetadataResponseValidationError) Reason() string
Reason function returns reason value.
type S3GetCredentialsInfoRequest ¶ added in v0.27.0
type S3GetCredentialsInfoRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` // contains filtered or unexported fields }
func (*S3GetCredentialsInfoRequest) Descriptor
deprecated
added in
v0.27.0
func (*S3GetCredentialsInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use S3GetCredentialsInfoRequest.ProtoReflect.Descriptor instead.
func (*S3GetCredentialsInfoRequest) GetConnector ¶ added in v0.31.0
func (x *S3GetCredentialsInfoRequest) GetConnector() string
func (*S3GetCredentialsInfoRequest) GetInstanceId ¶ added in v0.31.0
func (x *S3GetCredentialsInfoRequest) GetInstanceId() string
func (*S3GetCredentialsInfoRequest) ProtoMessage ¶ added in v0.27.0
func (*S3GetCredentialsInfoRequest) ProtoMessage()
func (*S3GetCredentialsInfoRequest) ProtoReflect ¶ added in v0.27.0
func (x *S3GetCredentialsInfoRequest) ProtoReflect() protoreflect.Message
func (*S3GetCredentialsInfoRequest) Reset ¶ added in v0.27.0
func (x *S3GetCredentialsInfoRequest) Reset()
func (*S3GetCredentialsInfoRequest) String ¶ added in v0.27.0
func (x *S3GetCredentialsInfoRequest) String() string
func (*S3GetCredentialsInfoRequest) Validate ¶ added in v0.27.0
func (m *S3GetCredentialsInfoRequest) Validate() error
Validate checks the field values on S3GetCredentialsInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*S3GetCredentialsInfoRequest) ValidateAll ¶ added in v0.27.0
func (m *S3GetCredentialsInfoRequest) ValidateAll() error
ValidateAll checks the field values on S3GetCredentialsInfoRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3GetCredentialsInfoRequestMultiError, or nil if none found.
type S3GetCredentialsInfoRequestMultiError ¶ added in v0.27.0
type S3GetCredentialsInfoRequestMultiError []error
S3GetCredentialsInfoRequestMultiError is an error wrapping multiple validation errors returned by S3GetCredentialsInfoRequest.ValidateAll() if the designated constraints aren't met.
func (S3GetCredentialsInfoRequestMultiError) AllErrors ¶ added in v0.27.0
func (m S3GetCredentialsInfoRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (S3GetCredentialsInfoRequestMultiError) Error ¶ added in v0.27.0
func (m S3GetCredentialsInfoRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type S3GetCredentialsInfoRequestValidationError ¶ added in v0.27.0
type S3GetCredentialsInfoRequestValidationError struct {
// contains filtered or unexported fields
}
S3GetCredentialsInfoRequestValidationError is the validation error returned by S3GetCredentialsInfoRequest.Validate if the designated constraints aren't met.
func (S3GetCredentialsInfoRequestValidationError) Cause ¶ added in v0.27.0
func (e S3GetCredentialsInfoRequestValidationError) Cause() error
Cause function returns cause value.
func (S3GetCredentialsInfoRequestValidationError) Error ¶ added in v0.27.0
func (e S3GetCredentialsInfoRequestValidationError) Error() string
Error satisfies the builtin error interface
func (S3GetCredentialsInfoRequestValidationError) ErrorName ¶ added in v0.27.0
func (e S3GetCredentialsInfoRequestValidationError) ErrorName() string
ErrorName returns error name.
func (S3GetCredentialsInfoRequestValidationError) Field ¶ added in v0.27.0
func (e S3GetCredentialsInfoRequestValidationError) Field() string
Field function returns field value.
func (S3GetCredentialsInfoRequestValidationError) Key ¶ added in v0.27.0
func (e S3GetCredentialsInfoRequestValidationError) Key() bool
Key function returns key value.
func (S3GetCredentialsInfoRequestValidationError) Reason ¶ added in v0.27.0
func (e S3GetCredentialsInfoRequestValidationError) Reason() string
Reason function returns reason value.
type S3GetCredentialsInfoResponse ¶ added in v0.27.0
type S3GetCredentialsInfoResponse struct { Exist bool `protobuf:"varint,1,opt,name=exist,proto3" json:"exist,omitempty"` Provider string `protobuf:"bytes,2,opt,name=provider,proto3" json:"provider,omitempty"` // contains filtered or unexported fields }
func (*S3GetCredentialsInfoResponse) Descriptor
deprecated
added in
v0.27.0
func (*S3GetCredentialsInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use S3GetCredentialsInfoResponse.ProtoReflect.Descriptor instead.
func (*S3GetCredentialsInfoResponse) GetExist ¶ added in v0.27.0
func (x *S3GetCredentialsInfoResponse) GetExist() bool
func (*S3GetCredentialsInfoResponse) GetProvider ¶ added in v0.27.0
func (x *S3GetCredentialsInfoResponse) GetProvider() string
func (*S3GetCredentialsInfoResponse) ProtoMessage ¶ added in v0.27.0
func (*S3GetCredentialsInfoResponse) ProtoMessage()
func (*S3GetCredentialsInfoResponse) ProtoReflect ¶ added in v0.27.0
func (x *S3GetCredentialsInfoResponse) ProtoReflect() protoreflect.Message
func (*S3GetCredentialsInfoResponse) Reset ¶ added in v0.27.0
func (x *S3GetCredentialsInfoResponse) Reset()
func (*S3GetCredentialsInfoResponse) String ¶ added in v0.27.0
func (x *S3GetCredentialsInfoResponse) String() string
func (*S3GetCredentialsInfoResponse) Validate ¶ added in v0.27.0
func (m *S3GetCredentialsInfoResponse) Validate() error
Validate checks the field values on S3GetCredentialsInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*S3GetCredentialsInfoResponse) ValidateAll ¶ added in v0.27.0
func (m *S3GetCredentialsInfoResponse) ValidateAll() error
ValidateAll checks the field values on S3GetCredentialsInfoResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3GetCredentialsInfoResponseMultiError, or nil if none found.
type S3GetCredentialsInfoResponseMultiError ¶ added in v0.27.0
type S3GetCredentialsInfoResponseMultiError []error
S3GetCredentialsInfoResponseMultiError is an error wrapping multiple validation errors returned by S3GetCredentialsInfoResponse.ValidateAll() if the designated constraints aren't met.
func (S3GetCredentialsInfoResponseMultiError) AllErrors ¶ added in v0.27.0
func (m S3GetCredentialsInfoResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (S3GetCredentialsInfoResponseMultiError) Error ¶ added in v0.27.0
func (m S3GetCredentialsInfoResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type S3GetCredentialsInfoResponseValidationError ¶ added in v0.27.0
type S3GetCredentialsInfoResponseValidationError struct {
// contains filtered or unexported fields
}
S3GetCredentialsInfoResponseValidationError is the validation error returned by S3GetCredentialsInfoResponse.Validate if the designated constraints aren't met.
func (S3GetCredentialsInfoResponseValidationError) Cause ¶ added in v0.27.0
func (e S3GetCredentialsInfoResponseValidationError) Cause() error
Cause function returns cause value.
func (S3GetCredentialsInfoResponseValidationError) Error ¶ added in v0.27.0
func (e S3GetCredentialsInfoResponseValidationError) Error() string
Error satisfies the builtin error interface
func (S3GetCredentialsInfoResponseValidationError) ErrorName ¶ added in v0.27.0
func (e S3GetCredentialsInfoResponseValidationError) ErrorName() string
ErrorName returns error name.
func (S3GetCredentialsInfoResponseValidationError) Field ¶ added in v0.27.0
func (e S3GetCredentialsInfoResponseValidationError) Field() string
Field function returns field value.
func (S3GetCredentialsInfoResponseValidationError) Key ¶ added in v0.27.0
func (e S3GetCredentialsInfoResponseValidationError) Key() bool
Key function returns key value.
func (S3GetCredentialsInfoResponseValidationError) Reason ¶ added in v0.27.0
func (e S3GetCredentialsInfoResponseValidationError) Reason() string
Reason function returns reason value.
type S3ListBucketsRequest ¶ added in v0.27.0
type S3ListBucketsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*S3ListBucketsRequest) Descriptor
deprecated
added in
v0.27.0
func (*S3ListBucketsRequest) Descriptor() ([]byte, []int)
Deprecated: Use S3ListBucketsRequest.ProtoReflect.Descriptor instead.
func (*S3ListBucketsRequest) GetConnector ¶ added in v0.31.0
func (x *S3ListBucketsRequest) GetConnector() string
func (*S3ListBucketsRequest) GetInstanceId ¶ added in v0.31.0
func (x *S3ListBucketsRequest) GetInstanceId() string
func (*S3ListBucketsRequest) GetPageSize ¶ added in v0.27.0
func (x *S3ListBucketsRequest) GetPageSize() uint32
func (*S3ListBucketsRequest) GetPageToken ¶ added in v0.27.0
func (x *S3ListBucketsRequest) GetPageToken() string
func (*S3ListBucketsRequest) ProtoMessage ¶ added in v0.27.0
func (*S3ListBucketsRequest) ProtoMessage()
func (*S3ListBucketsRequest) ProtoReflect ¶ added in v0.27.0
func (x *S3ListBucketsRequest) ProtoReflect() protoreflect.Message
func (*S3ListBucketsRequest) Reset ¶ added in v0.27.0
func (x *S3ListBucketsRequest) Reset()
func (*S3ListBucketsRequest) String ¶ added in v0.27.0
func (x *S3ListBucketsRequest) String() string
func (*S3ListBucketsRequest) Validate ¶ added in v0.27.0
func (m *S3ListBucketsRequest) Validate() error
Validate checks the field values on S3ListBucketsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*S3ListBucketsRequest) ValidateAll ¶ added in v0.27.0
func (m *S3ListBucketsRequest) ValidateAll() error
ValidateAll checks the field values on S3ListBucketsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ListBucketsRequestMultiError, or nil if none found.
type S3ListBucketsRequestMultiError ¶ added in v0.27.0
type S3ListBucketsRequestMultiError []error
S3ListBucketsRequestMultiError is an error wrapping multiple validation errors returned by S3ListBucketsRequest.ValidateAll() if the designated constraints aren't met.
func (S3ListBucketsRequestMultiError) AllErrors ¶ added in v0.27.0
func (m S3ListBucketsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (S3ListBucketsRequestMultiError) Error ¶ added in v0.27.0
func (m S3ListBucketsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type S3ListBucketsRequestValidationError ¶ added in v0.27.0
type S3ListBucketsRequestValidationError struct {
// contains filtered or unexported fields
}
S3ListBucketsRequestValidationError is the validation error returned by S3ListBucketsRequest.Validate if the designated constraints aren't met.
func (S3ListBucketsRequestValidationError) Cause ¶ added in v0.27.0
func (e S3ListBucketsRequestValidationError) Cause() error
Cause function returns cause value.
func (S3ListBucketsRequestValidationError) Error ¶ added in v0.27.0
func (e S3ListBucketsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (S3ListBucketsRequestValidationError) ErrorName ¶ added in v0.27.0
func (e S3ListBucketsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (S3ListBucketsRequestValidationError) Field ¶ added in v0.27.0
func (e S3ListBucketsRequestValidationError) Field() string
Field function returns field value.
func (S3ListBucketsRequestValidationError) Key ¶ added in v0.27.0
func (e S3ListBucketsRequestValidationError) Key() bool
Key function returns key value.
func (S3ListBucketsRequestValidationError) Reason ¶ added in v0.27.0
func (e S3ListBucketsRequestValidationError) Reason() string
Reason function returns reason value.
type S3ListBucketsResponse ¶ added in v0.27.0
type S3ListBucketsResponse struct { NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` Buckets []string `protobuf:"bytes,2,rep,name=buckets,proto3" json:"buckets,omitempty"` // contains filtered or unexported fields }
func (*S3ListBucketsResponse) Descriptor
deprecated
added in
v0.27.0
func (*S3ListBucketsResponse) Descriptor() ([]byte, []int)
Deprecated: Use S3ListBucketsResponse.ProtoReflect.Descriptor instead.
func (*S3ListBucketsResponse) GetBuckets ¶ added in v0.27.0
func (x *S3ListBucketsResponse) GetBuckets() []string
func (*S3ListBucketsResponse) GetNextPageToken ¶ added in v0.27.0
func (x *S3ListBucketsResponse) GetNextPageToken() string
func (*S3ListBucketsResponse) ProtoMessage ¶ added in v0.27.0
func (*S3ListBucketsResponse) ProtoMessage()
func (*S3ListBucketsResponse) ProtoReflect ¶ added in v0.27.0
func (x *S3ListBucketsResponse) ProtoReflect() protoreflect.Message
func (*S3ListBucketsResponse) Reset ¶ added in v0.27.0
func (x *S3ListBucketsResponse) Reset()
func (*S3ListBucketsResponse) String ¶ added in v0.27.0
func (x *S3ListBucketsResponse) String() string
func (*S3ListBucketsResponse) Validate ¶ added in v0.27.0
func (m *S3ListBucketsResponse) Validate() error
Validate checks the field values on S3ListBucketsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*S3ListBucketsResponse) ValidateAll ¶ added in v0.27.0
func (m *S3ListBucketsResponse) ValidateAll() error
ValidateAll checks the field values on S3ListBucketsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ListBucketsResponseMultiError, or nil if none found.
type S3ListBucketsResponseMultiError ¶ added in v0.27.0
type S3ListBucketsResponseMultiError []error
S3ListBucketsResponseMultiError is an error wrapping multiple validation errors returned by S3ListBucketsResponse.ValidateAll() if the designated constraints aren't met.
func (S3ListBucketsResponseMultiError) AllErrors ¶ added in v0.27.0
func (m S3ListBucketsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (S3ListBucketsResponseMultiError) Error ¶ added in v0.27.0
func (m S3ListBucketsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type S3ListBucketsResponseValidationError ¶ added in v0.27.0
type S3ListBucketsResponseValidationError struct {
// contains filtered or unexported fields
}
S3ListBucketsResponseValidationError is the validation error returned by S3ListBucketsResponse.Validate if the designated constraints aren't met.
func (S3ListBucketsResponseValidationError) Cause ¶ added in v0.27.0
func (e S3ListBucketsResponseValidationError) Cause() error
Cause function returns cause value.
func (S3ListBucketsResponseValidationError) Error ¶ added in v0.27.0
func (e S3ListBucketsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (S3ListBucketsResponseValidationError) ErrorName ¶ added in v0.27.0
func (e S3ListBucketsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (S3ListBucketsResponseValidationError) Field ¶ added in v0.27.0
func (e S3ListBucketsResponseValidationError) Field() string
Field function returns field value.
func (S3ListBucketsResponseValidationError) Key ¶ added in v0.27.0
func (e S3ListBucketsResponseValidationError) Key() bool
Key function returns key value.
func (S3ListBucketsResponseValidationError) Reason ¶ added in v0.27.0
func (e S3ListBucketsResponseValidationError) Reason() string
Reason function returns reason value.
type S3ListObjectsRequest ¶ added in v0.27.0
type S3ListObjectsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` Bucket string `protobuf:"bytes,5,opt,name=bucket,proto3" json:"bucket,omitempty"` Region string `protobuf:"bytes,6,opt,name=region,proto3" json:"region,omitempty"` Prefix string `protobuf:"bytes,7,opt,name=prefix,proto3" json:"prefix,omitempty"` StartAfter string `protobuf:"bytes,8,opt,name=start_after,json=startAfter,proto3" json:"start_after,omitempty"` Delimiter string `protobuf:"bytes,9,opt,name=delimiter,proto3" json:"delimiter,omitempty"` // contains filtered or unexported fields }
func (*S3ListObjectsRequest) Descriptor
deprecated
added in
v0.27.0
func (*S3ListObjectsRequest) Descriptor() ([]byte, []int)
Deprecated: Use S3ListObjectsRequest.ProtoReflect.Descriptor instead.
func (*S3ListObjectsRequest) GetBucket ¶ added in v0.27.0
func (x *S3ListObjectsRequest) GetBucket() string
func (*S3ListObjectsRequest) GetConnector ¶ added in v0.31.0
func (x *S3ListObjectsRequest) GetConnector() string
func (*S3ListObjectsRequest) GetDelimiter ¶ added in v0.27.0
func (x *S3ListObjectsRequest) GetDelimiter() string
func (*S3ListObjectsRequest) GetInstanceId ¶ added in v0.31.0
func (x *S3ListObjectsRequest) GetInstanceId() string
func (*S3ListObjectsRequest) GetPageSize ¶ added in v0.27.0
func (x *S3ListObjectsRequest) GetPageSize() uint32
func (*S3ListObjectsRequest) GetPageToken ¶ added in v0.27.0
func (x *S3ListObjectsRequest) GetPageToken() string
func (*S3ListObjectsRequest) GetPrefix ¶ added in v0.27.0
func (x *S3ListObjectsRequest) GetPrefix() string
func (*S3ListObjectsRequest) GetRegion ¶ added in v0.27.0
func (x *S3ListObjectsRequest) GetRegion() string
func (*S3ListObjectsRequest) GetStartAfter ¶ added in v0.27.0
func (x *S3ListObjectsRequest) GetStartAfter() string
func (*S3ListObjectsRequest) ProtoMessage ¶ added in v0.27.0
func (*S3ListObjectsRequest) ProtoMessage()
func (*S3ListObjectsRequest) ProtoReflect ¶ added in v0.27.0
func (x *S3ListObjectsRequest) ProtoReflect() protoreflect.Message
func (*S3ListObjectsRequest) Reset ¶ added in v0.27.0
func (x *S3ListObjectsRequest) Reset()
func (*S3ListObjectsRequest) String ¶ added in v0.27.0
func (x *S3ListObjectsRequest) String() string
func (*S3ListObjectsRequest) Validate ¶ added in v0.27.0
func (m *S3ListObjectsRequest) Validate() error
Validate checks the field values on S3ListObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*S3ListObjectsRequest) ValidateAll ¶ added in v0.27.0
func (m *S3ListObjectsRequest) ValidateAll() error
ValidateAll checks the field values on S3ListObjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ListObjectsRequestMultiError, or nil if none found.
type S3ListObjectsRequestMultiError ¶ added in v0.27.0
type S3ListObjectsRequestMultiError []error
S3ListObjectsRequestMultiError is an error wrapping multiple validation errors returned by S3ListObjectsRequest.ValidateAll() if the designated constraints aren't met.
func (S3ListObjectsRequestMultiError) AllErrors ¶ added in v0.27.0
func (m S3ListObjectsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (S3ListObjectsRequestMultiError) Error ¶ added in v0.27.0
func (m S3ListObjectsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type S3ListObjectsRequestValidationError ¶ added in v0.27.0
type S3ListObjectsRequestValidationError struct {
// contains filtered or unexported fields
}
S3ListObjectsRequestValidationError is the validation error returned by S3ListObjectsRequest.Validate if the designated constraints aren't met.
func (S3ListObjectsRequestValidationError) Cause ¶ added in v0.27.0
func (e S3ListObjectsRequestValidationError) Cause() error
Cause function returns cause value.
func (S3ListObjectsRequestValidationError) Error ¶ added in v0.27.0
func (e S3ListObjectsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (S3ListObjectsRequestValidationError) ErrorName ¶ added in v0.27.0
func (e S3ListObjectsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (S3ListObjectsRequestValidationError) Field ¶ added in v0.27.0
func (e S3ListObjectsRequestValidationError) Field() string
Field function returns field value.
func (S3ListObjectsRequestValidationError) Key ¶ added in v0.27.0
func (e S3ListObjectsRequestValidationError) Key() bool
Key function returns key value.
func (S3ListObjectsRequestValidationError) Reason ¶ added in v0.27.0
func (e S3ListObjectsRequestValidationError) Reason() string
Reason function returns reason value.
type S3ListObjectsResponse ¶ added in v0.27.0
type S3ListObjectsResponse struct { NextPageToken string `protobuf:"bytes,1,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` Objects []*S3Object `protobuf:"bytes,2,rep,name=objects,proto3" json:"objects,omitempty"` // contains filtered or unexported fields }
func (*S3ListObjectsResponse) Descriptor
deprecated
added in
v0.27.0
func (*S3ListObjectsResponse) Descriptor() ([]byte, []int)
Deprecated: Use S3ListObjectsResponse.ProtoReflect.Descriptor instead.
func (*S3ListObjectsResponse) GetNextPageToken ¶ added in v0.27.0
func (x *S3ListObjectsResponse) GetNextPageToken() string
func (*S3ListObjectsResponse) GetObjects ¶ added in v0.27.0
func (x *S3ListObjectsResponse) GetObjects() []*S3Object
func (*S3ListObjectsResponse) ProtoMessage ¶ added in v0.27.0
func (*S3ListObjectsResponse) ProtoMessage()
func (*S3ListObjectsResponse) ProtoReflect ¶ added in v0.27.0
func (x *S3ListObjectsResponse) ProtoReflect() protoreflect.Message
func (*S3ListObjectsResponse) Reset ¶ added in v0.27.0
func (x *S3ListObjectsResponse) Reset()
func (*S3ListObjectsResponse) String ¶ added in v0.27.0
func (x *S3ListObjectsResponse) String() string
func (*S3ListObjectsResponse) Validate ¶ added in v0.27.0
func (m *S3ListObjectsResponse) Validate() error
Validate checks the field values on S3ListObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*S3ListObjectsResponse) ValidateAll ¶ added in v0.27.0
func (m *S3ListObjectsResponse) ValidateAll() error
ValidateAll checks the field values on S3ListObjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ListObjectsResponseMultiError, or nil if none found.
type S3ListObjectsResponseMultiError ¶ added in v0.27.0
type S3ListObjectsResponseMultiError []error
S3ListObjectsResponseMultiError is an error wrapping multiple validation errors returned by S3ListObjectsResponse.ValidateAll() if the designated constraints aren't met.
func (S3ListObjectsResponseMultiError) AllErrors ¶ added in v0.27.0
func (m S3ListObjectsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (S3ListObjectsResponseMultiError) Error ¶ added in v0.27.0
func (m S3ListObjectsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type S3ListObjectsResponseValidationError ¶ added in v0.27.0
type S3ListObjectsResponseValidationError struct {
// contains filtered or unexported fields
}
S3ListObjectsResponseValidationError is the validation error returned by S3ListObjectsResponse.Validate if the designated constraints aren't met.
func (S3ListObjectsResponseValidationError) Cause ¶ added in v0.27.0
func (e S3ListObjectsResponseValidationError) Cause() error
Cause function returns cause value.
func (S3ListObjectsResponseValidationError) Error ¶ added in v0.27.0
func (e S3ListObjectsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (S3ListObjectsResponseValidationError) ErrorName ¶ added in v0.27.0
func (e S3ListObjectsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (S3ListObjectsResponseValidationError) Field ¶ added in v0.27.0
func (e S3ListObjectsResponseValidationError) Field() string
Field function returns field value.
func (S3ListObjectsResponseValidationError) Key ¶ added in v0.27.0
func (e S3ListObjectsResponseValidationError) Key() bool
Key function returns key value.
func (S3ListObjectsResponseValidationError) Reason ¶ added in v0.27.0
func (e S3ListObjectsResponseValidationError) Reason() string
Reason function returns reason value.
type S3Object ¶ added in v0.27.0
type S3Object struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` ModifiedOn *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=modified_on,json=modifiedOn,proto3" json:"modified_on,omitempty"` Size int64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"` IsDir bool `protobuf:"varint,4,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"` // contains filtered or unexported fields }
func (*S3Object) Descriptor
deprecated
added in
v0.27.0
func (*S3Object) GetModifiedOn ¶ added in v0.27.0
func (x *S3Object) GetModifiedOn() *timestamppb.Timestamp
func (*S3Object) ProtoMessage ¶ added in v0.27.0
func (*S3Object) ProtoMessage()
func (*S3Object) ProtoReflect ¶ added in v0.27.0
func (x *S3Object) ProtoReflect() protoreflect.Message
func (*S3Object) Validate ¶ added in v0.27.0
Validate checks the field values on S3Object with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*S3Object) ValidateAll ¶ added in v0.27.0
ValidateAll checks the field values on S3Object with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in S3ObjectMultiError, or nil if none found.
type S3ObjectMultiError ¶ added in v0.27.0
type S3ObjectMultiError []error
S3ObjectMultiError is an error wrapping multiple validation errors returned by S3Object.ValidateAll() if the designated constraints aren't met.
func (S3ObjectMultiError) AllErrors ¶ added in v0.27.0
func (m S3ObjectMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (S3ObjectMultiError) Error ¶ added in v0.27.0
func (m S3ObjectMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type S3ObjectValidationError ¶ added in v0.27.0
type S3ObjectValidationError struct {
// contains filtered or unexported fields
}
S3ObjectValidationError is the validation error returned by S3Object.Validate if the designated constraints aren't met.
func (S3ObjectValidationError) Cause ¶ added in v0.27.0
func (e S3ObjectValidationError) Cause() error
Cause function returns cause value.
func (S3ObjectValidationError) Error ¶ added in v0.27.0
func (e S3ObjectValidationError) Error() string
Error satisfies the builtin error interface
func (S3ObjectValidationError) ErrorName ¶ added in v0.27.0
func (e S3ObjectValidationError) ErrorName() string
ErrorName returns error name.
func (S3ObjectValidationError) Field ¶ added in v0.27.0
func (e S3ObjectValidationError) Field() string
Field function returns field value.
func (S3ObjectValidationError) Key ¶ added in v0.27.0
func (e S3ObjectValidationError) Key() bool
Key function returns key value.
func (S3ObjectValidationError) Reason ¶ added in v0.27.0
func (e S3ObjectValidationError) Reason() string
Reason function returns reason value.
type ScanConnectorsRequest ¶ added in v0.34.0
type ScanConnectorsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // contains filtered or unexported fields }
func (*ScanConnectorsRequest) Descriptor
deprecated
added in
v0.34.0
func (*ScanConnectorsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ScanConnectorsRequest.ProtoReflect.Descriptor instead.
func (*ScanConnectorsRequest) GetInstanceId ¶ added in v0.34.0
func (x *ScanConnectorsRequest) GetInstanceId() string
func (*ScanConnectorsRequest) ProtoMessage ¶ added in v0.34.0
func (*ScanConnectorsRequest) ProtoMessage()
func (*ScanConnectorsRequest) ProtoReflect ¶ added in v0.34.0
func (x *ScanConnectorsRequest) ProtoReflect() protoreflect.Message
func (*ScanConnectorsRequest) Reset ¶ added in v0.34.0
func (x *ScanConnectorsRequest) Reset()
func (*ScanConnectorsRequest) String ¶ added in v0.34.0
func (x *ScanConnectorsRequest) String() string
func (*ScanConnectorsRequest) Validate ¶ added in v0.34.0
func (m *ScanConnectorsRequest) Validate() error
Validate checks the field values on ScanConnectorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ScanConnectorsRequest) ValidateAll ¶ added in v0.34.0
func (m *ScanConnectorsRequest) ValidateAll() error
ValidateAll checks the field values on ScanConnectorsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ScanConnectorsRequestMultiError, or nil if none found.
type ScanConnectorsRequestMultiError ¶ added in v0.34.0
type ScanConnectorsRequestMultiError []error
ScanConnectorsRequestMultiError is an error wrapping multiple validation errors returned by ScanConnectorsRequest.ValidateAll() if the designated constraints aren't met.
func (ScanConnectorsRequestMultiError) AllErrors ¶ added in v0.34.0
func (m ScanConnectorsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ScanConnectorsRequestMultiError) Error ¶ added in v0.34.0
func (m ScanConnectorsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ScanConnectorsRequestValidationError ¶ added in v0.34.0
type ScanConnectorsRequestValidationError struct {
// contains filtered or unexported fields
}
ScanConnectorsRequestValidationError is the validation error returned by ScanConnectorsRequest.Validate if the designated constraints aren't met.
func (ScanConnectorsRequestValidationError) Cause ¶ added in v0.34.0
func (e ScanConnectorsRequestValidationError) Cause() error
Cause function returns cause value.
func (ScanConnectorsRequestValidationError) Error ¶ added in v0.34.0
func (e ScanConnectorsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ScanConnectorsRequestValidationError) ErrorName ¶ added in v0.34.0
func (e ScanConnectorsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ScanConnectorsRequestValidationError) Field ¶ added in v0.34.0
func (e ScanConnectorsRequestValidationError) Field() string
Field function returns field value.
func (ScanConnectorsRequestValidationError) Key ¶ added in v0.34.0
func (e ScanConnectorsRequestValidationError) Key() bool
Key function returns key value.
func (ScanConnectorsRequestValidationError) Reason ¶ added in v0.34.0
func (e ScanConnectorsRequestValidationError) Reason() string
Reason function returns reason value.
type ScanConnectorsResponse ¶ added in v0.34.0
type ScanConnectorsResponse struct { Connectors []*ScannedConnector `protobuf:"bytes,1,rep,name=connectors,proto3" json:"connectors,omitempty"` // contains filtered or unexported fields }
func (*ScanConnectorsResponse) Descriptor
deprecated
added in
v0.34.0
func (*ScanConnectorsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ScanConnectorsResponse.ProtoReflect.Descriptor instead.
func (*ScanConnectorsResponse) GetConnectors ¶ added in v0.34.0
func (x *ScanConnectorsResponse) GetConnectors() []*ScannedConnector
func (*ScanConnectorsResponse) ProtoMessage ¶ added in v0.34.0
func (*ScanConnectorsResponse) ProtoMessage()
func (*ScanConnectorsResponse) ProtoReflect ¶ added in v0.34.0
func (x *ScanConnectorsResponse) ProtoReflect() protoreflect.Message
func (*ScanConnectorsResponse) Reset ¶ added in v0.34.0
func (x *ScanConnectorsResponse) Reset()
func (*ScanConnectorsResponse) String ¶ added in v0.34.0
func (x *ScanConnectorsResponse) String() string
func (*ScanConnectorsResponse) Validate ¶ added in v0.34.0
func (m *ScanConnectorsResponse) Validate() error
Validate checks the field values on ScanConnectorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ScanConnectorsResponse) ValidateAll ¶ added in v0.34.0
func (m *ScanConnectorsResponse) ValidateAll() error
ValidateAll checks the field values on ScanConnectorsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ScanConnectorsResponseMultiError, or nil if none found.
type ScanConnectorsResponseMultiError ¶ added in v0.34.0
type ScanConnectorsResponseMultiError []error
ScanConnectorsResponseMultiError is an error wrapping multiple validation errors returned by ScanConnectorsResponse.ValidateAll() if the designated constraints aren't met.
func (ScanConnectorsResponseMultiError) AllErrors ¶ added in v0.34.0
func (m ScanConnectorsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ScanConnectorsResponseMultiError) Error ¶ added in v0.34.0
func (m ScanConnectorsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ScanConnectorsResponseValidationError ¶ added in v0.34.0
type ScanConnectorsResponseValidationError struct {
// contains filtered or unexported fields
}
ScanConnectorsResponseValidationError is the validation error returned by ScanConnectorsResponse.Validate if the designated constraints aren't met.
func (ScanConnectorsResponseValidationError) Cause ¶ added in v0.34.0
func (e ScanConnectorsResponseValidationError) Cause() error
Cause function returns cause value.
func (ScanConnectorsResponseValidationError) Error ¶ added in v0.34.0
func (e ScanConnectorsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ScanConnectorsResponseValidationError) ErrorName ¶ added in v0.34.0
func (e ScanConnectorsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ScanConnectorsResponseValidationError) Field ¶ added in v0.34.0
func (e ScanConnectorsResponseValidationError) Field() string
Field function returns field value.
func (ScanConnectorsResponseValidationError) Key ¶ added in v0.34.0
func (e ScanConnectorsResponseValidationError) Key() bool
Key function returns key value.
func (ScanConnectorsResponseValidationError) Reason ¶ added in v0.34.0
func (e ScanConnectorsResponseValidationError) Reason() string
Reason function returns reason value.
type ScannedConnector ¶ added in v0.34.0
type ScannedConnector 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"` HasAnonymousAccess bool `protobuf:"varint,3,opt,name=has_anonymous_access,json=hasAnonymousAccess,proto3" json:"has_anonymous_access,omitempty"` // reports whether access is present without any credentials // contains filtered or unexported fields }
func (*ScannedConnector) Descriptor
deprecated
added in
v0.34.0
func (*ScannedConnector) Descriptor() ([]byte, []int)
Deprecated: Use ScannedConnector.ProtoReflect.Descriptor instead.
func (*ScannedConnector) GetHasAnonymousAccess ¶ added in v0.34.0
func (x *ScannedConnector) GetHasAnonymousAccess() bool
func (*ScannedConnector) GetName ¶ added in v0.34.0
func (x *ScannedConnector) GetName() string
func (*ScannedConnector) GetType ¶ added in v0.34.0
func (x *ScannedConnector) GetType() string
func (*ScannedConnector) ProtoMessage ¶ added in v0.34.0
func (*ScannedConnector) ProtoMessage()
func (*ScannedConnector) ProtoReflect ¶ added in v0.34.0
func (x *ScannedConnector) ProtoReflect() protoreflect.Message
func (*ScannedConnector) Reset ¶ added in v0.34.0
func (x *ScannedConnector) Reset()
func (*ScannedConnector) String ¶ added in v0.34.0
func (x *ScannedConnector) String() string
func (*ScannedConnector) Validate ¶ added in v0.34.0
func (m *ScannedConnector) Validate() error
Validate checks the field values on ScannedConnector with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ScannedConnector) ValidateAll ¶ added in v0.34.0
func (m *ScannedConnector) ValidateAll() error
ValidateAll checks the field values on ScannedConnector with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ScannedConnectorMultiError, or nil if none found.
type ScannedConnectorMultiError ¶ added in v0.34.0
type ScannedConnectorMultiError []error
ScannedConnectorMultiError is an error wrapping multiple validation errors returned by ScannedConnector.ValidateAll() if the designated constraints aren't met.
func (ScannedConnectorMultiError) AllErrors ¶ added in v0.34.0
func (m ScannedConnectorMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ScannedConnectorMultiError) Error ¶ added in v0.34.0
func (m ScannedConnectorMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ScannedConnectorValidationError ¶ added in v0.34.0
type ScannedConnectorValidationError struct {
// contains filtered or unexported fields
}
ScannedConnectorValidationError is the validation error returned by ScannedConnector.Validate if the designated constraints aren't met.
func (ScannedConnectorValidationError) Cause ¶ added in v0.34.0
func (e ScannedConnectorValidationError) Cause() error
Cause function returns cause value.
func (ScannedConnectorValidationError) Error ¶ added in v0.34.0
func (e ScannedConnectorValidationError) Error() string
Error satisfies the builtin error interface
func (ScannedConnectorValidationError) ErrorName ¶ added in v0.34.0
func (e ScannedConnectorValidationError) ErrorName() string
ErrorName returns error name.
func (ScannedConnectorValidationError) Field ¶ added in v0.34.0
func (e ScannedConnectorValidationError) Field() string
Field function returns field value.
func (ScannedConnectorValidationError) Key ¶ added in v0.34.0
func (e ScannedConnectorValidationError) Key() bool
Key function returns key value.
func (ScannedConnectorValidationError) Reason ¶ added in v0.34.0
func (e ScannedConnectorValidationError) Reason() string
Reason function returns reason value.
type Schedule ¶ added in v0.30.0
type Schedule struct { Cron string `protobuf:"bytes,1,opt,name=cron,proto3" json:"cron,omitempty"` TickerSeconds uint32 `protobuf:"varint,2,opt,name=ticker_seconds,json=tickerSeconds,proto3" json:"ticker_seconds,omitempty"` TimeZone string `protobuf:"bytes,3,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` // contains filtered or unexported fields }
func (*Schedule) Descriptor
deprecated
added in
v0.30.0
func (*Schedule) GetTickerSeconds ¶ added in v0.30.0
func (*Schedule) GetTimeZone ¶ added in v0.36.0
func (*Schedule) ProtoMessage ¶ added in v0.30.0
func (*Schedule) ProtoMessage()
func (*Schedule) ProtoReflect ¶ added in v0.30.0
func (x *Schedule) ProtoReflect() protoreflect.Message
func (*Schedule) Validate ¶ added in v0.30.0
Validate checks the field values on Schedule with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Schedule) ValidateAll ¶ added in v0.30.0
ValidateAll checks the field values on Schedule with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ScheduleMultiError, or nil if none found.
type ScheduleMultiError ¶ added in v0.30.0
type ScheduleMultiError []error
ScheduleMultiError is an error wrapping multiple validation errors returned by Schedule.ValidateAll() if the designated constraints aren't met.
func (ScheduleMultiError) AllErrors ¶ added in v0.30.0
func (m ScheduleMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ScheduleMultiError) Error ¶ added in v0.30.0
func (m ScheduleMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ScheduleValidationError ¶ added in v0.30.0
type ScheduleValidationError struct {
// contains filtered or unexported fields
}
ScheduleValidationError is the validation error returned by Schedule.Validate if the designated constraints aren't met.
func (ScheduleValidationError) Cause ¶ added in v0.30.0
func (e ScheduleValidationError) Cause() error
Cause function returns cause value.
func (ScheduleValidationError) Error ¶ added in v0.30.0
func (e ScheduleValidationError) Error() string
Error satisfies the builtin error interface
func (ScheduleValidationError) ErrorName ¶ added in v0.30.0
func (e ScheduleValidationError) ErrorName() string
ErrorName returns error name.
func (ScheduleValidationError) Field ¶ added in v0.30.0
func (e ScheduleValidationError) Field() string
Field function returns field value.
func (ScheduleValidationError) Key ¶ added in v0.30.0
func (e ScheduleValidationError) Key() bool
Key function returns key value.
func (ScheduleValidationError) Reason ¶ added in v0.30.0
func (e ScheduleValidationError) Reason() string
Reason function returns reason value.
type Source ¶
type Source struct { // Name of the source Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Connector used by the source Connector string `protobuf:"bytes,2,opt,name=connector,proto3" json:"connector,omitempty"` // Connector properties assigned in the source Properties *structpb.Struct `protobuf:"bytes,3,opt,name=properties,proto3" json:"properties,omitempty"` // Detected schema of the source Schema *StructType `protobuf:"bytes,5,opt,name=schema,proto3" json:"schema,omitempty"` // timeout for source ingestion in seconds TimeoutSeconds int32 `protobuf:"varint,7,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"` // contains filtered or unexported fields }
Source is the internal representation of a source definition
func (*Source) Descriptor
deprecated
func (*Source) GetConnector ¶
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 SourceSpec ¶ added in v0.30.0
type SourceSpec struct { SourceConnector string `protobuf:"bytes,1,opt,name=source_connector,json=sourceConnector,proto3" json:"source_connector,omitempty"` SinkConnector string `protobuf:"bytes,2,opt,name=sink_connector,json=sinkConnector,proto3" json:"sink_connector,omitempty"` Properties *structpb.Struct `protobuf:"bytes,3,opt,name=properties,proto3" json:"properties,omitempty"` RefreshSchedule *Schedule `protobuf:"bytes,5,opt,name=refresh_schedule,json=refreshSchedule,proto3" json:"refresh_schedule,omitempty"` TimeoutSeconds uint32 `protobuf:"varint,6,opt,name=timeout_seconds,json=timeoutSeconds,proto3" json:"timeout_seconds,omitempty"` // Fields not derived from code files StageChanges bool `protobuf:"varint,7,opt,name=stage_changes,json=stageChanges,proto3" json:"stage_changes,omitempty"` StreamIngestion bool `protobuf:"varint,8,opt,name=stream_ingestion,json=streamIngestion,proto3" json:"stream_ingestion,omitempty"` Trigger bool `protobuf:"varint,9,opt,name=trigger,proto3" json:"trigger,omitempty"` // contains filtered or unexported fields }
func (*SourceSpec) Descriptor
deprecated
added in
v0.30.0
func (*SourceSpec) Descriptor() ([]byte, []int)
Deprecated: Use SourceSpec.ProtoReflect.Descriptor instead.
func (*SourceSpec) GetProperties ¶ added in v0.30.0
func (x *SourceSpec) GetProperties() *structpb.Struct
func (*SourceSpec) GetRefreshSchedule ¶ added in v0.30.0
func (x *SourceSpec) GetRefreshSchedule() *Schedule
func (*SourceSpec) GetSinkConnector ¶ added in v0.30.0
func (x *SourceSpec) GetSinkConnector() string
func (*SourceSpec) GetSourceConnector ¶ added in v0.30.0
func (x *SourceSpec) GetSourceConnector() string
func (*SourceSpec) GetStageChanges ¶ added in v0.32.0
func (x *SourceSpec) GetStageChanges() bool
func (*SourceSpec) GetStreamIngestion ¶ added in v0.32.0
func (x *SourceSpec) GetStreamIngestion() bool
func (*SourceSpec) GetTimeoutSeconds ¶ added in v0.30.0
func (x *SourceSpec) GetTimeoutSeconds() uint32
func (*SourceSpec) GetTrigger ¶ added in v0.32.0
func (x *SourceSpec) GetTrigger() bool
func (*SourceSpec) ProtoMessage ¶ added in v0.30.0
func (*SourceSpec) ProtoMessage()
func (*SourceSpec) ProtoReflect ¶ added in v0.30.0
func (x *SourceSpec) ProtoReflect() protoreflect.Message
func (*SourceSpec) Reset ¶ added in v0.30.0
func (x *SourceSpec) Reset()
func (*SourceSpec) String ¶ added in v0.30.0
func (x *SourceSpec) String() string
func (*SourceSpec) Validate ¶ added in v0.30.0
func (m *SourceSpec) Validate() error
Validate checks the field values on SourceSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SourceSpec) ValidateAll ¶ added in v0.30.0
func (m *SourceSpec) ValidateAll() error
ValidateAll checks the field values on SourceSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SourceSpecMultiError, or nil if none found.
type SourceSpecMultiError ¶ added in v0.30.0
type SourceSpecMultiError []error
SourceSpecMultiError is an error wrapping multiple validation errors returned by SourceSpec.ValidateAll() if the designated constraints aren't met.
func (SourceSpecMultiError) AllErrors ¶ added in v0.30.0
func (m SourceSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SourceSpecMultiError) Error ¶ added in v0.30.0
func (m SourceSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SourceSpecValidationError ¶ added in v0.30.0
type SourceSpecValidationError struct {
// contains filtered or unexported fields
}
SourceSpecValidationError is the validation error returned by SourceSpec.Validate if the designated constraints aren't met.
func (SourceSpecValidationError) Cause ¶ added in v0.30.0
func (e SourceSpecValidationError) Cause() error
Cause function returns cause value.
func (SourceSpecValidationError) Error ¶ added in v0.30.0
func (e SourceSpecValidationError) Error() string
Error satisfies the builtin error interface
func (SourceSpecValidationError) ErrorName ¶ added in v0.30.0
func (e SourceSpecValidationError) ErrorName() string
ErrorName returns error name.
func (SourceSpecValidationError) Field ¶ added in v0.30.0
func (e SourceSpecValidationError) Field() string
Field function returns field value.
func (SourceSpecValidationError) Key ¶ added in v0.30.0
func (e SourceSpecValidationError) Key() bool
Key function returns key value.
func (SourceSpecValidationError) Reason ¶ added in v0.30.0
func (e SourceSpecValidationError) Reason() string
Reason function returns reason value.
type SourceState ¶ added in v0.30.0
type SourceState struct { Connector string `protobuf:"bytes,1,opt,name=connector,proto3" json:"connector,omitempty"` Table string `protobuf:"bytes,2,opt,name=table,proto3" json:"table,omitempty"` SpecHash string `protobuf:"bytes,3,opt,name=spec_hash,json=specHash,proto3" json:"spec_hash,omitempty"` RefreshedOn *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=refreshed_on,json=refreshedOn,proto3" json:"refreshed_on,omitempty"` // contains filtered or unexported fields }
func (*SourceState) Descriptor
deprecated
added in
v0.30.0
func (*SourceState) Descriptor() ([]byte, []int)
Deprecated: Use SourceState.ProtoReflect.Descriptor instead.
func (*SourceState) GetConnector ¶ added in v0.32.0
func (x *SourceState) GetConnector() string
func (*SourceState) GetRefreshedOn ¶ added in v0.32.0
func (x *SourceState) GetRefreshedOn() *timestamppb.Timestamp
func (*SourceState) GetSpecHash ¶ added in v0.32.0
func (x *SourceState) GetSpecHash() string
func (*SourceState) GetTable ¶ added in v0.32.0
func (x *SourceState) GetTable() string
func (*SourceState) ProtoMessage ¶ added in v0.30.0
func (*SourceState) ProtoMessage()
func (*SourceState) ProtoReflect ¶ added in v0.30.0
func (x *SourceState) ProtoReflect() protoreflect.Message
func (*SourceState) Reset ¶ added in v0.30.0
func (x *SourceState) Reset()
func (*SourceState) String ¶ added in v0.30.0
func (x *SourceState) String() string
func (*SourceState) Validate ¶ added in v0.30.0
func (m *SourceState) Validate() error
Validate checks the field values on SourceState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SourceState) ValidateAll ¶ added in v0.30.0
func (m *SourceState) ValidateAll() error
ValidateAll checks the field values on SourceState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SourceStateMultiError, or nil if none found.
type SourceStateMultiError ¶ added in v0.30.0
type SourceStateMultiError []error
SourceStateMultiError is an error wrapping multiple validation errors returned by SourceState.ValidateAll() if the designated constraints aren't met.
func (SourceStateMultiError) AllErrors ¶ added in v0.30.0
func (m SourceStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SourceStateMultiError) Error ¶ added in v0.30.0
func (m SourceStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SourceStateValidationError ¶ added in v0.30.0
type SourceStateValidationError struct {
// contains filtered or unexported fields
}
SourceStateValidationError is the validation error returned by SourceState.Validate if the designated constraints aren't met.
func (SourceStateValidationError) Cause ¶ added in v0.30.0
func (e SourceStateValidationError) Cause() error
Cause function returns cause value.
func (SourceStateValidationError) Error ¶ added in v0.30.0
func (e SourceStateValidationError) Error() string
Error satisfies the builtin error interface
func (SourceStateValidationError) ErrorName ¶ added in v0.30.0
func (e SourceStateValidationError) ErrorName() string
ErrorName returns error name.
func (SourceStateValidationError) Field ¶ added in v0.30.0
func (e SourceStateValidationError) Field() string
Field function returns field value.
func (SourceStateValidationError) Key ¶ added in v0.30.0
func (e SourceStateValidationError) Key() bool
Key function returns key value.
func (SourceStateValidationError) Reason ¶ added in v0.30.0
func (e SourceStateValidationError) Reason() string
Reason function returns reason value.
type SourceV2 ¶ added in v0.30.0
type SourceV2 struct { Spec *SourceSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *SourceState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*SourceV2) Descriptor
deprecated
added in
v0.30.0
func (*SourceV2) GetSpec ¶ added in v0.30.0
func (x *SourceV2) GetSpec() *SourceSpec
func (*SourceV2) GetState ¶ added in v0.30.0
func (x *SourceV2) GetState() *SourceState
func (*SourceV2) ProtoMessage ¶ added in v0.30.0
func (*SourceV2) ProtoMessage()
func (*SourceV2) ProtoReflect ¶ added in v0.30.0
func (x *SourceV2) ProtoReflect() protoreflect.Message
func (*SourceV2) Validate ¶ added in v0.30.0
Validate checks the field values on SourceV2 with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SourceV2) ValidateAll ¶ added in v0.30.0
ValidateAll checks the field values on SourceV2 with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SourceV2MultiError, or nil if none found.
type SourceV2MultiError ¶ added in v0.30.0
type SourceV2MultiError []error
SourceV2MultiError is an error wrapping multiple validation errors returned by SourceV2.ValidateAll() if the designated constraints aren't met.
func (SourceV2MultiError) AllErrors ¶ added in v0.30.0
func (m SourceV2MultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SourceV2MultiError) Error ¶ added in v0.30.0
func (m SourceV2MultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SourceV2ValidationError ¶ added in v0.30.0
type SourceV2ValidationError struct {
// contains filtered or unexported fields
}
SourceV2ValidationError is the validation error returned by SourceV2.Validate if the designated constraints aren't met.
func (SourceV2ValidationError) Cause ¶ added in v0.30.0
func (e SourceV2ValidationError) Cause() error
Cause function returns cause value.
func (SourceV2ValidationError) Error ¶ added in v0.30.0
func (e SourceV2ValidationError) Error() string
Error satisfies the builtin error interface
func (SourceV2ValidationError) ErrorName ¶ added in v0.30.0
func (e SourceV2ValidationError) ErrorName() string
ErrorName returns error name.
func (SourceV2ValidationError) Field ¶ added in v0.30.0
func (e SourceV2ValidationError) Field() string
Field function returns field value.
func (SourceV2ValidationError) Key ¶ added in v0.30.0
func (e SourceV2ValidationError) Key() bool
Key function returns key value.
func (SourceV2ValidationError) Reason ¶ added in v0.30.0
func (e SourceV2ValidationError) Reason() string
Reason function returns reason value.
type SourceValidationError ¶ added in v0.20.0
type SourceValidationError struct {
// contains filtered or unexported fields
}
SourceValidationError is the validation error returned by Source.Validate if the designated constraints aren't met.
func (SourceValidationError) Cause ¶ added in v0.20.0
func (e SourceValidationError) Cause() error
Cause function returns cause value.
func (SourceValidationError) Error ¶ added in v0.20.0
func (e SourceValidationError) Error() string
Error satisfies the builtin error interface
func (SourceValidationError) ErrorName ¶ added in v0.20.0
func (e SourceValidationError) ErrorName() string
ErrorName returns error name.
func (SourceValidationError) Field ¶ added in v0.20.0
func (e SourceValidationError) Field() string
Field function returns field value.
func (SourceValidationError) Key ¶ added in v0.20.0
func (e SourceValidationError) Key() bool
Key function returns key value.
func (SourceValidationError) Reason ¶ added in v0.20.0
func (e SourceValidationError) Reason() string
Reason function returns reason value.
type StructType ¶
type StructType struct { Fields []*StructType_Field `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"` // contains filtered or unexported fields }
StructType is a type composed of ordered, named and typed sub-fields
func (*StructType) Descriptor
deprecated
func (*StructType) Descriptor() ([]byte, []int)
Deprecated: Use StructType.ProtoReflect.Descriptor instead.
func (*StructType) GetFields ¶
func (x *StructType) GetFields() []*StructType_Field
func (*StructType) ProtoMessage ¶
func (*StructType) ProtoMessage()
func (*StructType) ProtoReflect ¶
func (x *StructType) ProtoReflect() protoreflect.Message
func (*StructType) Reset ¶
func (x *StructType) Reset()
func (*StructType) String ¶
func (x *StructType) String() string
func (*StructType) Validate ¶ added in v0.20.0
func (m *StructType) Validate() error
Validate checks the field values on StructType with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*StructType) ValidateAll ¶ added in v0.20.0
func (m *StructType) ValidateAll() error
ValidateAll checks the field values on StructType with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in StructTypeMultiError, or nil if none found.
type StructTypeMultiError ¶ added in v0.20.0
type StructTypeMultiError []error
StructTypeMultiError is an error wrapping multiple validation errors returned by StructType.ValidateAll() if the designated constraints aren't met.
func (StructTypeMultiError) AllErrors ¶ added in v0.20.0
func (m StructTypeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (StructTypeMultiError) Error ¶ added in v0.20.0
func (m StructTypeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type StructTypeValidationError ¶ added in v0.20.0
type StructTypeValidationError struct {
// contains filtered or unexported fields
}
StructTypeValidationError is the validation error returned by StructType.Validate if the designated constraints aren't met.
func (StructTypeValidationError) Cause ¶ added in v0.20.0
func (e StructTypeValidationError) Cause() error
Cause function returns cause value.
func (StructTypeValidationError) Error ¶ added in v0.20.0
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 TableInfo ¶ added in v0.29.1
type TableInfo struct { Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*TableInfo) Descriptor
deprecated
added in
v0.29.1
func (*TableInfo) GetDatabase ¶ added in v0.29.1
func (*TableInfo) ProtoMessage ¶ added in v0.29.1
func (*TableInfo) ProtoMessage()
func (*TableInfo) ProtoReflect ¶ added in v0.29.1
func (x *TableInfo) ProtoReflect() protoreflect.Message
func (*TableInfo) Validate ¶ added in v0.29.1
Validate checks the field values on TableInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TableInfo) ValidateAll ¶ added in v0.29.1
ValidateAll checks the field values on TableInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TableInfoMultiError, or nil if none found.
type TableInfoMultiError ¶ added in v0.29.1
type TableInfoMultiError []error
TableInfoMultiError is an error wrapping multiple validation errors returned by TableInfo.ValidateAll() if the designated constraints aren't met.
func (TableInfoMultiError) AllErrors ¶ added in v0.29.1
func (m TableInfoMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TableInfoMultiError) Error ¶ added in v0.29.1
func (m TableInfoMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TableInfoValidationError ¶ added in v0.29.1
type TableInfoValidationError struct {
// contains filtered or unexported fields
}
TableInfoValidationError is the validation error returned by TableInfo.Validate if the designated constraints aren't met.
func (TableInfoValidationError) Cause ¶ added in v0.29.1
func (e TableInfoValidationError) Cause() error
Cause function returns cause value.
func (TableInfoValidationError) Error ¶ added in v0.29.1
func (e TableInfoValidationError) Error() string
Error satisfies the builtin error interface
func (TableInfoValidationError) ErrorName ¶ added in v0.29.1
func (e TableInfoValidationError) ErrorName() string
ErrorName returns error name.
func (TableInfoValidationError) Field ¶ added in v0.29.1
func (e TableInfoValidationError) Field() string
Field function returns field value.
func (TableInfoValidationError) Key ¶ added in v0.29.1
func (e TableInfoValidationError) Key() bool
Key function returns key value.
func (TableInfoValidationError) Reason ¶ added in v0.29.1
func (e TableInfoValidationError) Reason() string
Reason function returns reason value.
type TableMultiError ¶ added in v0.20.0
type TableMultiError []error
TableMultiError is an error wrapping multiple validation errors returned by Table.ValidateAll() if the designated constraints aren't met.
func (TableMultiError) AllErrors ¶ added in v0.20.0
func (m TableMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TableMultiError) Error ¶ added in v0.20.0
func (m TableMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TableRowsRequest ¶ added in v0.22.0
type TableRowsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` 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 Theme ¶ added in v0.38.0
type Theme struct { Spec *ThemeSpec `protobuf:"bytes,1,opt,name=spec,proto3" json:"spec,omitempty"` State *ThemeState `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"` // contains filtered or unexported fields }
func (*Theme) Descriptor
deprecated
added in
v0.38.0
func (*Theme) GetState ¶ added in v0.38.0
func (x *Theme) GetState() *ThemeState
func (*Theme) ProtoMessage ¶ added in v0.38.0
func (*Theme) ProtoMessage()
func (*Theme) ProtoReflect ¶ added in v0.38.0
func (x *Theme) ProtoReflect() protoreflect.Message
func (*Theme) Validate ¶ added in v0.38.0
Validate checks the field values on Theme with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Theme) ValidateAll ¶ added in v0.38.0
ValidateAll checks the field values on Theme with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ThemeMultiError, or nil if none found.
type ThemeMultiError ¶ added in v0.38.0
type ThemeMultiError []error
ThemeMultiError is an error wrapping multiple validation errors returned by Theme.ValidateAll() if the designated constraints aren't met.
func (ThemeMultiError) AllErrors ¶ added in v0.38.0
func (m ThemeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ThemeMultiError) Error ¶ added in v0.38.0
func (m ThemeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ThemeSpec ¶ added in v0.38.0
type ThemeSpec struct { PrimaryColor *Color `protobuf:"bytes,1,opt,name=primary_color,json=primaryColor,proto3,oneof" json:"primary_color,omitempty"` SecondaryColor *Color `protobuf:"bytes,2,opt,name=secondary_color,json=secondaryColor,proto3,oneof" json:"secondary_color,omitempty"` // contains filtered or unexported fields }
func (*ThemeSpec) Descriptor
deprecated
added in
v0.38.0
func (*ThemeSpec) GetPrimaryColor ¶ added in v0.38.0
func (*ThemeSpec) GetSecondaryColor ¶ added in v0.38.0
func (*ThemeSpec) ProtoMessage ¶ added in v0.38.0
func (*ThemeSpec) ProtoMessage()
func (*ThemeSpec) ProtoReflect ¶ added in v0.38.0
func (x *ThemeSpec) ProtoReflect() protoreflect.Message
func (*ThemeSpec) Validate ¶ added in v0.38.0
Validate checks the field values on ThemeSpec with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ThemeSpec) ValidateAll ¶ added in v0.38.0
ValidateAll checks the field values on ThemeSpec with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ThemeSpecMultiError, or nil if none found.
type ThemeSpecMultiError ¶ added in v0.38.0
type ThemeSpecMultiError []error
ThemeSpecMultiError is an error wrapping multiple validation errors returned by ThemeSpec.ValidateAll() if the designated constraints aren't met.
func (ThemeSpecMultiError) AllErrors ¶ added in v0.38.0
func (m ThemeSpecMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ThemeSpecMultiError) Error ¶ added in v0.38.0
func (m ThemeSpecMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ThemeSpecValidationError ¶ added in v0.38.0
type ThemeSpecValidationError struct {
// contains filtered or unexported fields
}
ThemeSpecValidationError is the validation error returned by ThemeSpec.Validate if the designated constraints aren't met.
func (ThemeSpecValidationError) Cause ¶ added in v0.38.0
func (e ThemeSpecValidationError) Cause() error
Cause function returns cause value.
func (ThemeSpecValidationError) Error ¶ added in v0.38.0
func (e ThemeSpecValidationError) Error() string
Error satisfies the builtin error interface
func (ThemeSpecValidationError) ErrorName ¶ added in v0.38.0
func (e ThemeSpecValidationError) ErrorName() string
ErrorName returns error name.
func (ThemeSpecValidationError) Field ¶ added in v0.38.0
func (e ThemeSpecValidationError) Field() string
Field function returns field value.
func (ThemeSpecValidationError) Key ¶ added in v0.38.0
func (e ThemeSpecValidationError) Key() bool
Key function returns key value.
func (ThemeSpecValidationError) Reason ¶ added in v0.38.0
func (e ThemeSpecValidationError) Reason() string
Reason function returns reason value.
type ThemeState ¶ added in v0.38.0
type ThemeState struct {
// contains filtered or unexported fields
}
func (*ThemeState) Descriptor
deprecated
added in
v0.38.0
func (*ThemeState) Descriptor() ([]byte, []int)
Deprecated: Use ThemeState.ProtoReflect.Descriptor instead.
func (*ThemeState) ProtoMessage ¶ added in v0.38.0
func (*ThemeState) ProtoMessage()
func (*ThemeState) ProtoReflect ¶ added in v0.38.0
func (x *ThemeState) ProtoReflect() protoreflect.Message
func (*ThemeState) Reset ¶ added in v0.38.0
func (x *ThemeState) Reset()
func (*ThemeState) String ¶ added in v0.38.0
func (x *ThemeState) String() string
func (*ThemeState) Validate ¶ added in v0.38.0
func (m *ThemeState) Validate() error
Validate checks the field values on ThemeState with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ThemeState) ValidateAll ¶ added in v0.38.0
func (m *ThemeState) ValidateAll() error
ValidateAll checks the field values on ThemeState with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ThemeStateMultiError, or nil if none found.
type ThemeStateMultiError ¶ added in v0.38.0
type ThemeStateMultiError []error
ThemeStateMultiError is an error wrapping multiple validation errors returned by ThemeState.ValidateAll() if the designated constraints aren't met.
func (ThemeStateMultiError) AllErrors ¶ added in v0.38.0
func (m ThemeStateMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ThemeStateMultiError) Error ¶ added in v0.38.0
func (m ThemeStateMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ThemeStateValidationError ¶ added in v0.38.0
type ThemeStateValidationError struct {
// contains filtered or unexported fields
}
ThemeStateValidationError is the validation error returned by ThemeState.Validate if the designated constraints aren't met.
func (ThemeStateValidationError) Cause ¶ added in v0.38.0
func (e ThemeStateValidationError) Cause() error
Cause function returns cause value.
func (ThemeStateValidationError) Error ¶ added in v0.38.0
func (e ThemeStateValidationError) Error() string
Error satisfies the builtin error interface
func (ThemeStateValidationError) ErrorName ¶ added in v0.38.0
func (e ThemeStateValidationError) ErrorName() string
ErrorName returns error name.
func (ThemeStateValidationError) Field ¶ added in v0.38.0
func (e ThemeStateValidationError) Field() string
Field function returns field value.
func (ThemeStateValidationError) Key ¶ added in v0.38.0
func (e ThemeStateValidationError) Key() bool
Key function returns key value.
func (ThemeStateValidationError) Reason ¶ added in v0.38.0
func (e ThemeStateValidationError) Reason() string
Reason function returns reason value.
type ThemeValidationError ¶ added in v0.38.0
type ThemeValidationError struct {
// contains filtered or unexported fields
}
ThemeValidationError is the validation error returned by Theme.Validate if the designated constraints aren't met.
func (ThemeValidationError) Cause ¶ added in v0.38.0
func (e ThemeValidationError) Cause() error
Cause function returns cause value.
func (ThemeValidationError) Error ¶ added in v0.38.0
func (e ThemeValidationError) Error() string
Error satisfies the builtin error interface
func (ThemeValidationError) ErrorName ¶ added in v0.38.0
func (e ThemeValidationError) ErrorName() string
ErrorName returns error name.
func (ThemeValidationError) Field ¶ added in v0.38.0
func (e ThemeValidationError) Field() string
Field function returns field value.
func (ThemeValidationError) Key ¶ added in v0.38.0
func (e ThemeValidationError) Key() bool
Key function returns key value.
func (ThemeValidationError) Reason ¶ added in v0.38.0
func (e ThemeValidationError) Reason() string
Reason function returns reason value.
type TimeGrain ¶
type TimeGrain int32
const ( TimeGrain_TIME_GRAIN_UNSPECIFIED TimeGrain = 0 TimeGrain_TIME_GRAIN_MILLISECOND TimeGrain = 1 TimeGrain_TIME_GRAIN_SECOND TimeGrain = 2 TimeGrain_TIME_GRAIN_MINUTE TimeGrain = 3 TimeGrain_TIME_GRAIN_HOUR TimeGrain = 4 TimeGrain_TIME_GRAIN_DAY TimeGrain = 5 TimeGrain_TIME_GRAIN_WEEK TimeGrain = 6 TimeGrain_TIME_GRAIN_MONTH TimeGrain = 7 TimeGrain_TIME_GRAIN_QUARTER TimeGrain = 8 TimeGrain_TIME_GRAIN_YEAR TimeGrain = 9 )
func (TimeGrain) Descriptor ¶
func (TimeGrain) Descriptor() protoreflect.EnumDescriptor
func (TimeGrain) EnumDescriptor
deprecated
func (TimeGrain) Number ¶
func (x TimeGrain) Number() protoreflect.EnumNumber
func (TimeGrain) Type ¶
func (TimeGrain) Type() protoreflect.EnumType
type TimeRange ¶ added in v0.25.2
type TimeRange 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"` IsoDuration string `protobuf:"bytes,3,opt,name=iso_duration,json=isoDuration,proto3" json:"iso_duration,omitempty"` IsoOffset string `protobuf:"bytes,4,opt,name=iso_offset,json=isoOffset,proto3" json:"iso_offset,omitempty"` RoundToGrain TimeGrain `` /* 131-byte string literal not displayed */ TimeZone string `protobuf:"bytes,6,opt,name=time_zone,json=timeZone,proto3" json:"time_zone,omitempty"` // contains filtered or unexported fields }
func (*TimeRange) Descriptor
deprecated
added in
v0.25.2
func (*TimeRange) GetEnd ¶ added in v0.25.2
func (x *TimeRange) GetEnd() *timestamppb.Timestamp
func (*TimeRange) GetIsoDuration ¶ added in v0.37.0
func (*TimeRange) GetIsoOffset ¶ added in v0.37.0
func (*TimeRange) GetRoundToGrain ¶ added in v0.37.0
func (*TimeRange) GetStart ¶ added in v0.25.2
func (x *TimeRange) GetStart() *timestamppb.Timestamp
func (*TimeRange) GetTimeZone ¶ added in v0.37.0
func (*TimeRange) ProtoMessage ¶ added in v0.25.2
func (*TimeRange) ProtoMessage()
func (*TimeRange) ProtoReflect ¶ added in v0.25.2
func (x *TimeRange) ProtoReflect() protoreflect.Message
func (*TimeRange) Validate ¶ added in v0.25.2
Validate checks the field values on TimeRange with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*TimeRange) ValidateAll ¶ added in v0.25.2
ValidateAll checks the field values on TimeRange with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in TimeRangeMultiError, or nil if none found.
type TimeRangeMultiError ¶ added in v0.25.2
type TimeRangeMultiError []error
TimeRangeMultiError is an error wrapping multiple validation errors returned by TimeRange.ValidateAll() if the designated constraints aren't met.
func (TimeRangeMultiError) AllErrors ¶ added in v0.25.2
func (m TimeRangeMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (TimeRangeMultiError) Error ¶ added in v0.25.2
func (m TimeRangeMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type TimeRangeSummary ¶
type TimeRangeSummary struct { 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 TimeRangeValidationError ¶ added in v0.25.2
type TimeRangeValidationError struct {
// contains filtered or unexported fields
}
TimeRangeValidationError is the validation error returned by TimeRange.Validate if the designated constraints aren't met.
func (TimeRangeValidationError) Cause ¶ added in v0.25.2
func (e TimeRangeValidationError) Cause() error
Cause function returns cause value.
func (TimeRangeValidationError) Error ¶ added in v0.25.2
func (e TimeRangeValidationError) Error() string
Error satisfies the builtin error interface
func (TimeRangeValidationError) ErrorName ¶ added in v0.25.2
func (e TimeRangeValidationError) ErrorName() string
ErrorName returns error name.
func (TimeRangeValidationError) Field ¶ added in v0.25.2
func (e TimeRangeValidationError) Field() string
Field function returns field value.
func (TimeRangeValidationError) Key ¶ added in v0.25.2
func (e TimeRangeValidationError) Key() bool
Key function returns key value.
func (TimeRangeValidationError) Reason ¶ added in v0.25.2
func (e TimeRangeValidationError) Reason() string
Reason function returns reason value.
type TimeSeriesResponse ¶
type TimeSeriesResponse struct { Results []*TimeSeriesValue `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` Spark []*TimeSeriesValue `protobuf:"bytes,2,rep,name=spark,proto3" json:"spark,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) 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 UnimplementedConnectorServiceServer ¶ added in v0.27.0
type UnimplementedConnectorServiceServer struct { }
UnimplementedConnectorServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedConnectorServiceServer) BigQueryListDatasets ¶ added in v0.31.0
func (UnimplementedConnectorServiceServer) BigQueryListDatasets(context.Context, *BigQueryListDatasetsRequest) (*BigQueryListDatasetsResponse, error)
func (UnimplementedConnectorServiceServer) BigQueryListTables ¶ added in v0.31.0
func (UnimplementedConnectorServiceServer) BigQueryListTables(context.Context, *BigQueryListTablesRequest) (*BigQueryListTablesResponse, error)
func (UnimplementedConnectorServiceServer) GCSGetCredentialsInfo ¶ added in v0.27.0
func (UnimplementedConnectorServiceServer) GCSGetCredentialsInfo(context.Context, *GCSGetCredentialsInfoRequest) (*GCSGetCredentialsInfoResponse, error)
func (UnimplementedConnectorServiceServer) GCSListBuckets ¶ added in v0.27.0
func (UnimplementedConnectorServiceServer) GCSListBuckets(context.Context, *GCSListBucketsRequest) (*GCSListBucketsResponse, error)
func (UnimplementedConnectorServiceServer) GCSListObjects ¶ added in v0.27.0
func (UnimplementedConnectorServiceServer) GCSListObjects(context.Context, *GCSListObjectsRequest) (*GCSListObjectsResponse, error)
func (UnimplementedConnectorServiceServer) OLAPGetTable ¶ added in v0.35.0
func (UnimplementedConnectorServiceServer) OLAPGetTable(context.Context, *OLAPGetTableRequest) (*OLAPGetTableResponse, error)
func (UnimplementedConnectorServiceServer) OLAPListTables ¶ added in v0.31.0
func (UnimplementedConnectorServiceServer) OLAPListTables(context.Context, *OLAPListTablesRequest) (*OLAPListTablesResponse, error)
func (UnimplementedConnectorServiceServer) S3GetBucketMetadata ¶ added in v0.27.0
func (UnimplementedConnectorServiceServer) S3GetBucketMetadata(context.Context, *S3GetBucketMetadataRequest) (*S3GetBucketMetadataResponse, error)
func (UnimplementedConnectorServiceServer) S3GetCredentialsInfo ¶ added in v0.27.0
func (UnimplementedConnectorServiceServer) S3GetCredentialsInfo(context.Context, *S3GetCredentialsInfoRequest) (*S3GetCredentialsInfoResponse, error)
func (UnimplementedConnectorServiceServer) S3ListBuckets ¶ added in v0.27.0
func (UnimplementedConnectorServiceServer) S3ListBuckets(context.Context, *S3ListBucketsRequest) (*S3ListBucketsResponse, error)
func (UnimplementedConnectorServiceServer) S3ListObjects ¶ added in v0.27.0
func (UnimplementedConnectorServiceServer) S3ListObjects(context.Context, *S3ListObjectsRequest) (*S3ListObjectsResponse, error)
func (UnimplementedConnectorServiceServer) ScanConnectors ¶ added in v0.34.0
func (UnimplementedConnectorServiceServer) ScanConnectors(context.Context, *ScanConnectorsRequest) (*ScanConnectorsResponse, error)
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) Export ¶ added in v0.27.3
func (UnimplementedQueryServiceServer) Export(context.Context, *ExportRequest) (*ExportResponse, error)
func (UnimplementedQueryServiceServer) MetricsViewAggregation ¶ added in v0.33.2
func (UnimplementedQueryServiceServer) MetricsViewAggregation(context.Context, *MetricsViewAggregationRequest) (*MetricsViewAggregationResponse, error)
func (UnimplementedQueryServiceServer) MetricsViewComparison ¶ added in v0.37.0
func (UnimplementedQueryServiceServer) MetricsViewComparison(context.Context, *MetricsViewComparisonRequest) (*MetricsViewComparisonResponse, error)
func (UnimplementedQueryServiceServer) MetricsViewRows ¶ added in v0.24.4
func (UnimplementedQueryServiceServer) MetricsViewRows(context.Context, *MetricsViewRowsRequest) (*MetricsViewRowsResponse, error)
func (UnimplementedQueryServiceServer) MetricsViewSchema ¶ added in v0.40.0
func (UnimplementedQueryServiceServer) MetricsViewSchema(context.Context, *MetricsViewSchemaRequest) (*MetricsViewSchemaResponse, error)
func (UnimplementedQueryServiceServer) MetricsViewTimeRange ¶ added in v0.32.0
func (UnimplementedQueryServiceServer) MetricsViewTimeRange(context.Context, *MetricsViewTimeRangeRequest) (*MetricsViewTimeRangeResponse, 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) QueryBatch ¶ added in v0.29.1
func (UnimplementedQueryServiceServer) QueryBatch(*QueryBatchRequest, QueryService_QueryBatchServer) 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) CreateTrigger ¶ added in v0.32.0
func (UnimplementedRuntimeServiceServer) CreateTrigger(context.Context, *CreateTriggerRequest) (*CreateTriggerResponse, 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) GetLogs ¶ added in v0.32.0
func (UnimplementedRuntimeServiceServer) GetLogs(context.Context, *GetLogsRequest) (*GetLogsResponse, error)
func (UnimplementedRuntimeServiceServer) GetResource ¶ added in v0.32.0
func (UnimplementedRuntimeServiceServer) GetResource(context.Context, *GetResourceRequest) (*GetResourceResponse, error)
func (UnimplementedRuntimeServiceServer) IssueDevJWT ¶ added in v0.33.0
func (UnimplementedRuntimeServiceServer) IssueDevJWT(context.Context, *IssueDevJWTRequest) (*IssueDevJWTResponse, 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) ListExamples ¶ added in v0.26.0
func (UnimplementedRuntimeServiceServer) ListExamples(context.Context, *ListExamplesRequest) (*ListExamplesResponse, 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) ListResources ¶ added in v0.32.0
func (UnimplementedRuntimeServiceServer) ListResources(context.Context, *ListResourcesRequest) (*ListResourcesResponse, 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) UnpackEmpty ¶ added in v0.26.0
func (UnimplementedRuntimeServiceServer) UnpackEmpty(context.Context, *UnpackEmptyRequest) (*UnpackEmptyResponse, error)
func (UnimplementedRuntimeServiceServer) UnpackExample ¶ added in v0.26.0
func (UnimplementedRuntimeServiceServer) UnpackExample(context.Context, *UnpackExampleRequest) (*UnpackExampleResponse, error)
func (UnimplementedRuntimeServiceServer) WatchFiles ¶ added in v0.30.0
func (UnimplementedRuntimeServiceServer) WatchFiles(*WatchFilesRequest, RuntimeService_WatchFilesServer) error
func (UnimplementedRuntimeServiceServer) WatchLogs ¶ added in v0.32.0
func (UnimplementedRuntimeServiceServer) WatchLogs(*WatchLogsRequest, RuntimeService_WatchLogsServer) error
func (UnimplementedRuntimeServiceServer) WatchResources ¶ added in v0.32.0
func (UnimplementedRuntimeServiceServer) WatchResources(*WatchResourcesRequest, RuntimeService_WatchResourcesServer) error
type UnpackEmptyRequest ¶ added in v0.26.0
type UnpackEmptyRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Force bool `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"` // contains filtered or unexported fields }
Request message for RuntimeService.UnpackEmpty
func (*UnpackEmptyRequest) Descriptor
deprecated
added in
v0.26.0
func (*UnpackEmptyRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnpackEmptyRequest.ProtoReflect.Descriptor instead.
func (*UnpackEmptyRequest) GetForce ¶ added in v0.26.0
func (x *UnpackEmptyRequest) GetForce() bool
func (*UnpackEmptyRequest) GetInstanceId ¶ added in v0.26.0
func (x *UnpackEmptyRequest) GetInstanceId() string
func (*UnpackEmptyRequest) GetTitle ¶ added in v0.26.0
func (x *UnpackEmptyRequest) GetTitle() string
func (*UnpackEmptyRequest) ProtoMessage ¶ added in v0.26.0
func (*UnpackEmptyRequest) ProtoMessage()
func (*UnpackEmptyRequest) ProtoReflect ¶ added in v0.26.0
func (x *UnpackEmptyRequest) ProtoReflect() protoreflect.Message
func (*UnpackEmptyRequest) Reset ¶ added in v0.26.0
func (x *UnpackEmptyRequest) Reset()
func (*UnpackEmptyRequest) String ¶ added in v0.26.0
func (x *UnpackEmptyRequest) String() string
func (*UnpackEmptyRequest) Validate ¶ added in v0.26.0
func (m *UnpackEmptyRequest) Validate() error
Validate checks the field values on UnpackEmptyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UnpackEmptyRequest) ValidateAll ¶ added in v0.26.0
func (m *UnpackEmptyRequest) ValidateAll() error
ValidateAll checks the field values on UnpackEmptyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnpackEmptyRequestMultiError, or nil if none found.
type UnpackEmptyRequestMultiError ¶ added in v0.26.0
type UnpackEmptyRequestMultiError []error
UnpackEmptyRequestMultiError is an error wrapping multiple validation errors returned by UnpackEmptyRequest.ValidateAll() if the designated constraints aren't met.
func (UnpackEmptyRequestMultiError) AllErrors ¶ added in v0.26.0
func (m UnpackEmptyRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UnpackEmptyRequestMultiError) Error ¶ added in v0.26.0
func (m UnpackEmptyRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UnpackEmptyRequestValidationError ¶ added in v0.26.0
type UnpackEmptyRequestValidationError struct {
// contains filtered or unexported fields
}
UnpackEmptyRequestValidationError is the validation error returned by UnpackEmptyRequest.Validate if the designated constraints aren't met.
func (UnpackEmptyRequestValidationError) Cause ¶ added in v0.26.0
func (e UnpackEmptyRequestValidationError) Cause() error
Cause function returns cause value.
func (UnpackEmptyRequestValidationError) Error ¶ added in v0.26.0
func (e UnpackEmptyRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UnpackEmptyRequestValidationError) ErrorName ¶ added in v0.26.0
func (e UnpackEmptyRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UnpackEmptyRequestValidationError) Field ¶ added in v0.26.0
func (e UnpackEmptyRequestValidationError) Field() string
Field function returns field value.
func (UnpackEmptyRequestValidationError) Key ¶ added in v0.26.0
func (e UnpackEmptyRequestValidationError) Key() bool
Key function returns key value.
func (UnpackEmptyRequestValidationError) Reason ¶ added in v0.26.0
func (e UnpackEmptyRequestValidationError) Reason() string
Reason function returns reason value.
type UnpackEmptyResponse ¶ added in v0.26.0
type UnpackEmptyResponse struct {
// contains filtered or unexported fields
}
Response message for RuntimeService.UnpackEmpty
func (*UnpackEmptyResponse) Descriptor
deprecated
added in
v0.26.0
func (*UnpackEmptyResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnpackEmptyResponse.ProtoReflect.Descriptor instead.
func (*UnpackEmptyResponse) ProtoMessage ¶ added in v0.26.0
func (*UnpackEmptyResponse) ProtoMessage()
func (*UnpackEmptyResponse) ProtoReflect ¶ added in v0.26.0
func (x *UnpackEmptyResponse) ProtoReflect() protoreflect.Message
func (*UnpackEmptyResponse) Reset ¶ added in v0.26.0
func (x *UnpackEmptyResponse) Reset()
func (*UnpackEmptyResponse) String ¶ added in v0.26.0
func (x *UnpackEmptyResponse) String() string
func (*UnpackEmptyResponse) Validate ¶ added in v0.26.0
func (m *UnpackEmptyResponse) Validate() error
Validate checks the field values on UnpackEmptyResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UnpackEmptyResponse) ValidateAll ¶ added in v0.26.0
func (m *UnpackEmptyResponse) ValidateAll() error
ValidateAll checks the field values on UnpackEmptyResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnpackEmptyResponseMultiError, or nil if none found.
type UnpackEmptyResponseMultiError ¶ added in v0.26.0
type UnpackEmptyResponseMultiError []error
UnpackEmptyResponseMultiError is an error wrapping multiple validation errors returned by UnpackEmptyResponse.ValidateAll() if the designated constraints aren't met.
func (UnpackEmptyResponseMultiError) AllErrors ¶ added in v0.26.0
func (m UnpackEmptyResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UnpackEmptyResponseMultiError) Error ¶ added in v0.26.0
func (m UnpackEmptyResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UnpackEmptyResponseValidationError ¶ added in v0.26.0
type UnpackEmptyResponseValidationError struct {
// contains filtered or unexported fields
}
UnpackEmptyResponseValidationError is the validation error returned by UnpackEmptyResponse.Validate if the designated constraints aren't met.
func (UnpackEmptyResponseValidationError) Cause ¶ added in v0.26.0
func (e UnpackEmptyResponseValidationError) Cause() error
Cause function returns cause value.
func (UnpackEmptyResponseValidationError) Error ¶ added in v0.26.0
func (e UnpackEmptyResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UnpackEmptyResponseValidationError) ErrorName ¶ added in v0.26.0
func (e UnpackEmptyResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UnpackEmptyResponseValidationError) Field ¶ added in v0.26.0
func (e UnpackEmptyResponseValidationError) Field() string
Field function returns field value.
func (UnpackEmptyResponseValidationError) Key ¶ added in v0.26.0
func (e UnpackEmptyResponseValidationError) Key() bool
Key function returns key value.
func (UnpackEmptyResponseValidationError) Reason ¶ added in v0.26.0
func (e UnpackEmptyResponseValidationError) Reason() string
Reason function returns reason value.
type UnpackExampleRequest ¶ added in v0.26.0
type UnpackExampleRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Force bool `protobuf:"varint,3,opt,name=force,proto3" json:"force,omitempty"` // contains filtered or unexported fields }
Request message for RuntimeService.UnpackExample
func (*UnpackExampleRequest) Descriptor
deprecated
added in
v0.26.0
func (*UnpackExampleRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnpackExampleRequest.ProtoReflect.Descriptor instead.
func (*UnpackExampleRequest) GetForce ¶ added in v0.26.0
func (x *UnpackExampleRequest) GetForce() bool
func (*UnpackExampleRequest) GetInstanceId ¶ added in v0.26.0
func (x *UnpackExampleRequest) GetInstanceId() string
func (*UnpackExampleRequest) GetName ¶ added in v0.26.0
func (x *UnpackExampleRequest) GetName() string
func (*UnpackExampleRequest) ProtoMessage ¶ added in v0.26.0
func (*UnpackExampleRequest) ProtoMessage()
func (*UnpackExampleRequest) ProtoReflect ¶ added in v0.26.0
func (x *UnpackExampleRequest) ProtoReflect() protoreflect.Message
func (*UnpackExampleRequest) Reset ¶ added in v0.26.0
func (x *UnpackExampleRequest) Reset()
func (*UnpackExampleRequest) String ¶ added in v0.26.0
func (x *UnpackExampleRequest) String() string
func (*UnpackExampleRequest) Validate ¶ added in v0.26.0
func (m *UnpackExampleRequest) Validate() error
Validate checks the field values on UnpackExampleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UnpackExampleRequest) ValidateAll ¶ added in v0.26.0
func (m *UnpackExampleRequest) ValidateAll() error
ValidateAll checks the field values on UnpackExampleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnpackExampleRequestMultiError, or nil if none found.
type UnpackExampleRequestMultiError ¶ added in v0.26.0
type UnpackExampleRequestMultiError []error
UnpackExampleRequestMultiError is an error wrapping multiple validation errors returned by UnpackExampleRequest.ValidateAll() if the designated constraints aren't met.
func (UnpackExampleRequestMultiError) AllErrors ¶ added in v0.26.0
func (m UnpackExampleRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UnpackExampleRequestMultiError) Error ¶ added in v0.26.0
func (m UnpackExampleRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UnpackExampleRequestValidationError ¶ added in v0.26.0
type UnpackExampleRequestValidationError struct {
// contains filtered or unexported fields
}
UnpackExampleRequestValidationError is the validation error returned by UnpackExampleRequest.Validate if the designated constraints aren't met.
func (UnpackExampleRequestValidationError) Cause ¶ added in v0.26.0
func (e UnpackExampleRequestValidationError) Cause() error
Cause function returns cause value.
func (UnpackExampleRequestValidationError) Error ¶ added in v0.26.0
func (e UnpackExampleRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UnpackExampleRequestValidationError) ErrorName ¶ added in v0.26.0
func (e UnpackExampleRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UnpackExampleRequestValidationError) Field ¶ added in v0.26.0
func (e UnpackExampleRequestValidationError) Field() string
Field function returns field value.
func (UnpackExampleRequestValidationError) Key ¶ added in v0.26.0
func (e UnpackExampleRequestValidationError) Key() bool
Key function returns key value.
func (UnpackExampleRequestValidationError) Reason ¶ added in v0.26.0
func (e UnpackExampleRequestValidationError) Reason() string
Reason function returns reason value.
type UnpackExampleResponse ¶ added in v0.26.0
type UnpackExampleResponse struct {
// contains filtered or unexported fields
}
Response message for RuntimeService.UnpackExample
func (*UnpackExampleResponse) Descriptor
deprecated
added in
v0.26.0
func (*UnpackExampleResponse) Descriptor() ([]byte, []int)
Deprecated: Use UnpackExampleResponse.ProtoReflect.Descriptor instead.
func (*UnpackExampleResponse) ProtoMessage ¶ added in v0.26.0
func (*UnpackExampleResponse) ProtoMessage()
func (*UnpackExampleResponse) ProtoReflect ¶ added in v0.26.0
func (x *UnpackExampleResponse) ProtoReflect() protoreflect.Message
func (*UnpackExampleResponse) Reset ¶ added in v0.26.0
func (x *UnpackExampleResponse) Reset()
func (*UnpackExampleResponse) String ¶ added in v0.26.0
func (x *UnpackExampleResponse) String() string
func (*UnpackExampleResponse) Validate ¶ added in v0.26.0
func (m *UnpackExampleResponse) Validate() error
Validate checks the field values on UnpackExampleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UnpackExampleResponse) ValidateAll ¶ added in v0.26.0
func (m *UnpackExampleResponse) ValidateAll() error
ValidateAll checks the field values on UnpackExampleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UnpackExampleResponseMultiError, or nil if none found.
type UnpackExampleResponseMultiError ¶ added in v0.26.0
type UnpackExampleResponseMultiError []error
UnpackExampleResponseMultiError is an error wrapping multiple validation errors returned by UnpackExampleResponse.ValidateAll() if the designated constraints aren't met.
func (UnpackExampleResponseMultiError) AllErrors ¶ added in v0.26.0
func (m UnpackExampleResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UnpackExampleResponseMultiError) Error ¶ added in v0.26.0
func (m UnpackExampleResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UnpackExampleResponseValidationError ¶ added in v0.26.0
type UnpackExampleResponseValidationError struct {
// contains filtered or unexported fields
}
UnpackExampleResponseValidationError is the validation error returned by UnpackExampleResponse.Validate if the designated constraints aren't met.
func (UnpackExampleResponseValidationError) Cause ¶ added in v0.26.0
func (e UnpackExampleResponseValidationError) Cause() error
Cause function returns cause value.
func (UnpackExampleResponseValidationError) Error ¶ added in v0.26.0
func (e UnpackExampleResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UnpackExampleResponseValidationError) ErrorName ¶ added in v0.26.0
func (e UnpackExampleResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UnpackExampleResponseValidationError) Field ¶ added in v0.26.0
func (e UnpackExampleResponseValidationError) Field() string
Field function returns field value.
func (UnpackExampleResponseValidationError) Key ¶ added in v0.26.0
func (e UnpackExampleResponseValidationError) Key() bool
Key function returns key value.
func (UnpackExampleResponseValidationError) Reason ¶ added in v0.26.0
func (e UnpackExampleResponseValidationError) Reason() string
Reason function returns reason value.
type UnsafeConnectorServiceServer ¶ added in v0.27.0
type UnsafeConnectorServiceServer interface {
// contains filtered or unexported methods
}
UnsafeConnectorServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ConnectorServiceServer will result in compilation errors.
type UnsafeQueryServiceServer ¶ added in v0.22.0
type UnsafeQueryServiceServer interface {
// contains filtered or unexported methods
}
UnsafeQueryServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to QueryServiceServer will result in compilation errors.
type UnsafeRuntimeServiceServer ¶
type UnsafeRuntimeServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRuntimeServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RuntimeServiceServer will result in compilation errors.
type ValidationError ¶ added in v0.30.0
type ValidationError struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` PropertyPath []string `protobuf:"bytes,2,rep,name=property_path,json=propertyPath,proto3" json:"property_path,omitempty"` // contains filtered or unexported fields }
func (*ValidationError) Descriptor
deprecated
added in
v0.30.0
func (*ValidationError) Descriptor() ([]byte, []int)
Deprecated: Use ValidationError.ProtoReflect.Descriptor instead.
func (*ValidationError) GetMessage ¶ added in v0.30.0
func (x *ValidationError) GetMessage() string
func (*ValidationError) GetPropertyPath ¶ added in v0.30.0
func (x *ValidationError) GetPropertyPath() []string
func (*ValidationError) ProtoMessage ¶ added in v0.30.0
func (*ValidationError) ProtoMessage()
func (*ValidationError) ProtoReflect ¶ added in v0.30.0
func (x *ValidationError) ProtoReflect() protoreflect.Message
func (*ValidationError) Reset ¶ added in v0.30.0
func (x *ValidationError) Reset()
func (*ValidationError) String ¶ added in v0.30.0
func (x *ValidationError) String() string
func (*ValidationError) Validate ¶ added in v0.30.0
func (m *ValidationError) Validate() error
Validate checks the field values on ValidationError with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ValidationError) ValidateAll ¶ added in v0.30.0
func (m *ValidationError) ValidateAll() error
ValidateAll checks the field values on ValidationError with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ValidationErrorMultiError, or nil if none found.
type ValidationErrorMultiError ¶ added in v0.30.0
type ValidationErrorMultiError []error
ValidationErrorMultiError is an error wrapping multiple validation errors returned by ValidationError.ValidateAll() if the designated constraints aren't met.
func (ValidationErrorMultiError) AllErrors ¶ added in v0.30.0
func (m ValidationErrorMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ValidationErrorMultiError) Error ¶ added in v0.30.0
func (m ValidationErrorMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ValidationErrorValidationError ¶ added in v0.30.0
type ValidationErrorValidationError struct {
// contains filtered or unexported fields
}
ValidationErrorValidationError is the validation error returned by ValidationError.Validate if the designated constraints aren't met.
func (ValidationErrorValidationError) Cause ¶ added in v0.30.0
func (e ValidationErrorValidationError) Cause() error
Cause function returns cause value.
func (ValidationErrorValidationError) Error ¶ added in v0.30.0
func (e ValidationErrorValidationError) Error() string
Error satisfies the builtin error interface
func (ValidationErrorValidationError) ErrorName ¶ added in v0.30.0
func (e ValidationErrorValidationError) ErrorName() string
ErrorName returns error name.
func (ValidationErrorValidationError) Field ¶ added in v0.30.0
func (e ValidationErrorValidationError) Field() string
Field function returns field value.
func (ValidationErrorValidationError) Key ¶ added in v0.30.0
func (e ValidationErrorValidationError) Key() bool
Key function returns key value.
func (ValidationErrorValidationError) Reason ¶ added in v0.30.0
func (e ValidationErrorValidationError) Reason() string
Reason function returns reason value.
type WatchFilesRequest ¶ added in v0.30.0
type WatchFilesRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Replay bool `protobuf:"varint,2,opt,name=replay,proto3" json:"replay,omitempty"` // contains filtered or unexported fields }
Request message for RuntimeService.WatchFiles
func (*WatchFilesRequest) Descriptor
deprecated
added in
v0.30.0
func (*WatchFilesRequest) Descriptor() ([]byte, []int)
Deprecated: Use WatchFilesRequest.ProtoReflect.Descriptor instead.
func (*WatchFilesRequest) GetInstanceId ¶ added in v0.30.0
func (x *WatchFilesRequest) GetInstanceId() string
func (*WatchFilesRequest) GetReplay ¶ added in v0.30.0
func (x *WatchFilesRequest) GetReplay() bool
func (*WatchFilesRequest) ProtoMessage ¶ added in v0.30.0
func (*WatchFilesRequest) ProtoMessage()
func (*WatchFilesRequest) ProtoReflect ¶ added in v0.30.0
func (x *WatchFilesRequest) ProtoReflect() protoreflect.Message
func (*WatchFilesRequest) Reset ¶ added in v0.30.0
func (x *WatchFilesRequest) Reset()
func (*WatchFilesRequest) String ¶ added in v0.30.0
func (x *WatchFilesRequest) String() string
func (*WatchFilesRequest) Validate ¶ added in v0.30.0
func (m *WatchFilesRequest) Validate() error
Validate checks the field values on WatchFilesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WatchFilesRequest) ValidateAll ¶ added in v0.30.0
func (m *WatchFilesRequest) ValidateAll() error
ValidateAll checks the field values on WatchFilesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchFilesRequestMultiError, or nil if none found.
type WatchFilesRequestMultiError ¶ added in v0.30.0
type WatchFilesRequestMultiError []error
WatchFilesRequestMultiError is an error wrapping multiple validation errors returned by WatchFilesRequest.ValidateAll() if the designated constraints aren't met.
func (WatchFilesRequestMultiError) AllErrors ¶ added in v0.30.0
func (m WatchFilesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WatchFilesRequestMultiError) Error ¶ added in v0.30.0
func (m WatchFilesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WatchFilesRequestValidationError ¶ added in v0.30.0
type WatchFilesRequestValidationError struct {
// contains filtered or unexported fields
}
WatchFilesRequestValidationError is the validation error returned by WatchFilesRequest.Validate if the designated constraints aren't met.
func (WatchFilesRequestValidationError) Cause ¶ added in v0.30.0
func (e WatchFilesRequestValidationError) Cause() error
Cause function returns cause value.
func (WatchFilesRequestValidationError) Error ¶ added in v0.30.0
func (e WatchFilesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WatchFilesRequestValidationError) ErrorName ¶ added in v0.30.0
func (e WatchFilesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WatchFilesRequestValidationError) Field ¶ added in v0.30.0
func (e WatchFilesRequestValidationError) Field() string
Field function returns field value.
func (WatchFilesRequestValidationError) Key ¶ added in v0.30.0
func (e WatchFilesRequestValidationError) Key() bool
Key function returns key value.
func (WatchFilesRequestValidationError) Reason ¶ added in v0.30.0
func (e WatchFilesRequestValidationError) Reason() string
Reason function returns reason value.
type WatchFilesResponse ¶ added in v0.30.0
type WatchFilesResponse struct { Event FileEvent `protobuf:"varint,1,opt,name=event,proto3,enum=rill.runtime.v1.FileEvent" json:"event,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` // contains filtered or unexported fields }
Response message for RuntimeService.WatchFiles
func (*WatchFilesResponse) Descriptor
deprecated
added in
v0.30.0
func (*WatchFilesResponse) Descriptor() ([]byte, []int)
Deprecated: Use WatchFilesResponse.ProtoReflect.Descriptor instead.
func (*WatchFilesResponse) GetEvent ¶ added in v0.30.0
func (x *WatchFilesResponse) GetEvent() FileEvent
func (*WatchFilesResponse) GetPath ¶ added in v0.30.0
func (x *WatchFilesResponse) GetPath() string
func (*WatchFilesResponse) ProtoMessage ¶ added in v0.30.0
func (*WatchFilesResponse) ProtoMessage()
func (*WatchFilesResponse) ProtoReflect ¶ added in v0.30.0
func (x *WatchFilesResponse) ProtoReflect() protoreflect.Message
func (*WatchFilesResponse) Reset ¶ added in v0.30.0
func (x *WatchFilesResponse) Reset()
func (*WatchFilesResponse) String ¶ added in v0.30.0
func (x *WatchFilesResponse) String() string
func (*WatchFilesResponse) Validate ¶ added in v0.30.0
func (m *WatchFilesResponse) Validate() error
Validate checks the field values on WatchFilesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WatchFilesResponse) ValidateAll ¶ added in v0.30.0
func (m *WatchFilesResponse) ValidateAll() error
ValidateAll checks the field values on WatchFilesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchFilesResponseMultiError, or nil if none found.
type WatchFilesResponseMultiError ¶ added in v0.30.0
type WatchFilesResponseMultiError []error
WatchFilesResponseMultiError is an error wrapping multiple validation errors returned by WatchFilesResponse.ValidateAll() if the designated constraints aren't met.
func (WatchFilesResponseMultiError) AllErrors ¶ added in v0.30.0
func (m WatchFilesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WatchFilesResponseMultiError) Error ¶ added in v0.30.0
func (m WatchFilesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WatchFilesResponseValidationError ¶ added in v0.30.0
type WatchFilesResponseValidationError struct {
// contains filtered or unexported fields
}
WatchFilesResponseValidationError is the validation error returned by WatchFilesResponse.Validate if the designated constraints aren't met.
func (WatchFilesResponseValidationError) Cause ¶ added in v0.30.0
func (e WatchFilesResponseValidationError) Cause() error
Cause function returns cause value.
func (WatchFilesResponseValidationError) Error ¶ added in v0.30.0
func (e WatchFilesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WatchFilesResponseValidationError) ErrorName ¶ added in v0.30.0
func (e WatchFilesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WatchFilesResponseValidationError) Field ¶ added in v0.30.0
func (e WatchFilesResponseValidationError) Field() string
Field function returns field value.
func (WatchFilesResponseValidationError) Key ¶ added in v0.30.0
func (e WatchFilesResponseValidationError) Key() bool
Key function returns key value.
func (WatchFilesResponseValidationError) Reason ¶ added in v0.30.0
func (e WatchFilesResponseValidationError) Reason() string
Reason function returns reason value.
type WatchLogsRequest ¶ added in v0.32.0
type WatchLogsRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Replay bool `protobuf:"varint,2,opt,name=replay,proto3" json:"replay,omitempty"` ReplayLimit int32 `protobuf:"varint,3,opt,name=replay_limit,json=replayLimit,proto3" json:"replay_limit,omitempty"` Level LogLevel `protobuf:"varint,4,opt,name=level,proto3,enum=rill.runtime.v1.LogLevel" json:"level,omitempty"` // contains filtered or unexported fields }
func (*WatchLogsRequest) Descriptor
deprecated
added in
v0.32.0
func (*WatchLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use WatchLogsRequest.ProtoReflect.Descriptor instead.
func (*WatchLogsRequest) GetInstanceId ¶ added in v0.32.0
func (x *WatchLogsRequest) GetInstanceId() string
func (*WatchLogsRequest) GetLevel ¶ added in v0.40.0
func (x *WatchLogsRequest) GetLevel() LogLevel
func (*WatchLogsRequest) GetReplay ¶ added in v0.32.0
func (x *WatchLogsRequest) GetReplay() bool
func (*WatchLogsRequest) GetReplayLimit ¶ added in v0.37.0
func (x *WatchLogsRequest) GetReplayLimit() int32
func (*WatchLogsRequest) ProtoMessage ¶ added in v0.32.0
func (*WatchLogsRequest) ProtoMessage()
func (*WatchLogsRequest) ProtoReflect ¶ added in v0.32.0
func (x *WatchLogsRequest) ProtoReflect() protoreflect.Message
func (*WatchLogsRequest) Reset ¶ added in v0.32.0
func (x *WatchLogsRequest) Reset()
func (*WatchLogsRequest) String ¶ added in v0.32.0
func (x *WatchLogsRequest) String() string
func (*WatchLogsRequest) Validate ¶ added in v0.32.0
func (m *WatchLogsRequest) Validate() error
Validate checks the field values on WatchLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WatchLogsRequest) ValidateAll ¶ added in v0.32.0
func (m *WatchLogsRequest) ValidateAll() error
ValidateAll checks the field values on WatchLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchLogsRequestMultiError, or nil if none found.
type WatchLogsRequestMultiError ¶ added in v0.32.0
type WatchLogsRequestMultiError []error
WatchLogsRequestMultiError is an error wrapping multiple validation errors returned by WatchLogsRequest.ValidateAll() if the designated constraints aren't met.
func (WatchLogsRequestMultiError) AllErrors ¶ added in v0.32.0
func (m WatchLogsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WatchLogsRequestMultiError) Error ¶ added in v0.32.0
func (m WatchLogsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WatchLogsRequestValidationError ¶ added in v0.32.0
type WatchLogsRequestValidationError struct {
// contains filtered or unexported fields
}
WatchLogsRequestValidationError is the validation error returned by WatchLogsRequest.Validate if the designated constraints aren't met.
func (WatchLogsRequestValidationError) Cause ¶ added in v0.32.0
func (e WatchLogsRequestValidationError) Cause() error
Cause function returns cause value.
func (WatchLogsRequestValidationError) Error ¶ added in v0.32.0
func (e WatchLogsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WatchLogsRequestValidationError) ErrorName ¶ added in v0.32.0
func (e WatchLogsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WatchLogsRequestValidationError) Field ¶ added in v0.32.0
func (e WatchLogsRequestValidationError) Field() string
Field function returns field value.
func (WatchLogsRequestValidationError) Key ¶ added in v0.32.0
func (e WatchLogsRequestValidationError) Key() bool
Key function returns key value.
func (WatchLogsRequestValidationError) Reason ¶ added in v0.32.0
func (e WatchLogsRequestValidationError) Reason() string
Reason function returns reason value.
type WatchLogsResponse ¶ added in v0.32.0
type WatchLogsResponse struct { Log *Log `protobuf:"bytes,1,opt,name=log,proto3" json:"log,omitempty"` // contains filtered or unexported fields }
func (*WatchLogsResponse) Descriptor
deprecated
added in
v0.32.0
func (*WatchLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use WatchLogsResponse.ProtoReflect.Descriptor instead.
func (*WatchLogsResponse) GetLog ¶ added in v0.37.0
func (x *WatchLogsResponse) GetLog() *Log
func (*WatchLogsResponse) ProtoMessage ¶ added in v0.32.0
func (*WatchLogsResponse) ProtoMessage()
func (*WatchLogsResponse) ProtoReflect ¶ added in v0.32.0
func (x *WatchLogsResponse) ProtoReflect() protoreflect.Message
func (*WatchLogsResponse) Reset ¶ added in v0.32.0
func (x *WatchLogsResponse) Reset()
func (*WatchLogsResponse) String ¶ added in v0.32.0
func (x *WatchLogsResponse) String() string
func (*WatchLogsResponse) Validate ¶ added in v0.32.0
func (m *WatchLogsResponse) Validate() error
Validate checks the field values on WatchLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WatchLogsResponse) ValidateAll ¶ added in v0.32.0
func (m *WatchLogsResponse) ValidateAll() error
ValidateAll checks the field values on WatchLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchLogsResponseMultiError, or nil if none found.
type WatchLogsResponseMultiError ¶ added in v0.32.0
type WatchLogsResponseMultiError []error
WatchLogsResponseMultiError is an error wrapping multiple validation errors returned by WatchLogsResponse.ValidateAll() if the designated constraints aren't met.
func (WatchLogsResponseMultiError) AllErrors ¶ added in v0.32.0
func (m WatchLogsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WatchLogsResponseMultiError) Error ¶ added in v0.32.0
func (m WatchLogsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WatchLogsResponseValidationError ¶ added in v0.32.0
type WatchLogsResponseValidationError struct {
// contains filtered or unexported fields
}
WatchLogsResponseValidationError is the validation error returned by WatchLogsResponse.Validate if the designated constraints aren't met.
func (WatchLogsResponseValidationError) Cause ¶ added in v0.32.0
func (e WatchLogsResponseValidationError) Cause() error
Cause function returns cause value.
func (WatchLogsResponseValidationError) Error ¶ added in v0.32.0
func (e WatchLogsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WatchLogsResponseValidationError) ErrorName ¶ added in v0.32.0
func (e WatchLogsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WatchLogsResponseValidationError) Field ¶ added in v0.32.0
func (e WatchLogsResponseValidationError) Field() string
Field function returns field value.
func (WatchLogsResponseValidationError) Key ¶ added in v0.32.0
func (e WatchLogsResponseValidationError) Key() bool
Key function returns key value.
func (WatchLogsResponseValidationError) Reason ¶ added in v0.32.0
func (e WatchLogsResponseValidationError) Reason() string
Reason function returns reason value.
type WatchResourcesRequest ¶ added in v0.32.0
type WatchResourcesRequest struct { InstanceId string `protobuf:"bytes,1,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` Kind string `protobuf:"bytes,2,opt,name=kind,proto3" json:"kind,omitempty"` Replay bool `protobuf:"varint,3,opt,name=replay,proto3" json:"replay,omitempty"` Level string `protobuf:"bytes,4,opt,name=level,proto3" json:"level,omitempty"` // contains filtered or unexported fields }
func (*WatchResourcesRequest) Descriptor
deprecated
added in
v0.32.0
func (*WatchResourcesRequest) Descriptor() ([]byte, []int)
Deprecated: Use WatchResourcesRequest.ProtoReflect.Descriptor instead.
func (*WatchResourcesRequest) GetInstanceId ¶ added in v0.32.0
func (x *WatchResourcesRequest) GetInstanceId() string
func (*WatchResourcesRequest) GetKind ¶ added in v0.33.1
func (x *WatchResourcesRequest) GetKind() string
func (*WatchResourcesRequest) GetLevel ¶ added in v0.40.0
func (x *WatchResourcesRequest) GetLevel() string
func (*WatchResourcesRequest) GetReplay ¶ added in v0.33.1
func (x *WatchResourcesRequest) GetReplay() bool
func (*WatchResourcesRequest) ProtoMessage ¶ added in v0.32.0
func (*WatchResourcesRequest) ProtoMessage()
func (*WatchResourcesRequest) ProtoReflect ¶ added in v0.32.0
func (x *WatchResourcesRequest) ProtoReflect() protoreflect.Message
func (*WatchResourcesRequest) Reset ¶ added in v0.32.0
func (x *WatchResourcesRequest) Reset()
func (*WatchResourcesRequest) String ¶ added in v0.32.0
func (x *WatchResourcesRequest) String() string
func (*WatchResourcesRequest) Validate ¶ added in v0.32.0
func (m *WatchResourcesRequest) Validate() error
Validate checks the field values on WatchResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WatchResourcesRequest) ValidateAll ¶ added in v0.32.0
func (m *WatchResourcesRequest) ValidateAll() error
ValidateAll checks the field values on WatchResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchResourcesRequestMultiError, or nil if none found.
type WatchResourcesRequestMultiError ¶ added in v0.32.0
type WatchResourcesRequestMultiError []error
WatchResourcesRequestMultiError is an error wrapping multiple validation errors returned by WatchResourcesRequest.ValidateAll() if the designated constraints aren't met.
func (WatchResourcesRequestMultiError) AllErrors ¶ added in v0.32.0
func (m WatchResourcesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WatchResourcesRequestMultiError) Error ¶ added in v0.32.0
func (m WatchResourcesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WatchResourcesRequestValidationError ¶ added in v0.32.0
type WatchResourcesRequestValidationError struct {
// contains filtered or unexported fields
}
WatchResourcesRequestValidationError is the validation error returned by WatchResourcesRequest.Validate if the designated constraints aren't met.
func (WatchResourcesRequestValidationError) Cause ¶ added in v0.32.0
func (e WatchResourcesRequestValidationError) Cause() error
Cause function returns cause value.
func (WatchResourcesRequestValidationError) Error ¶ added in v0.32.0
func (e WatchResourcesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (WatchResourcesRequestValidationError) ErrorName ¶ added in v0.32.0
func (e WatchResourcesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (WatchResourcesRequestValidationError) Field ¶ added in v0.32.0
func (e WatchResourcesRequestValidationError) Field() string
Field function returns field value.
func (WatchResourcesRequestValidationError) Key ¶ added in v0.32.0
func (e WatchResourcesRequestValidationError) Key() bool
Key function returns key value.
func (WatchResourcesRequestValidationError) Reason ¶ added in v0.32.0
func (e WatchResourcesRequestValidationError) Reason() string
Reason function returns reason value.
type WatchResourcesResponse ¶ added in v0.32.0
type WatchResourcesResponse struct { Event ResourceEvent `protobuf:"varint,1,opt,name=event,proto3,enum=rill.runtime.v1.ResourceEvent" json:"event,omitempty"` Name *ResourceName `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Resource *Resource `protobuf:"bytes,3,opt,name=resource,proto3" json:"resource,omitempty"` // contains filtered or unexported fields }
func (*WatchResourcesResponse) Descriptor
deprecated
added in
v0.32.0
func (*WatchResourcesResponse) Descriptor() ([]byte, []int)
Deprecated: Use WatchResourcesResponse.ProtoReflect.Descriptor instead.
func (*WatchResourcesResponse) GetEvent ¶ added in v0.32.0
func (x *WatchResourcesResponse) GetEvent() ResourceEvent
func (*WatchResourcesResponse) GetName ¶ added in v0.33.1
func (x *WatchResourcesResponse) GetName() *ResourceName
func (*WatchResourcesResponse) GetResource ¶ added in v0.32.0
func (x *WatchResourcesResponse) GetResource() *Resource
func (*WatchResourcesResponse) ProtoMessage ¶ added in v0.32.0
func (*WatchResourcesResponse) ProtoMessage()
func (*WatchResourcesResponse) ProtoReflect ¶ added in v0.32.0
func (x *WatchResourcesResponse) ProtoReflect() protoreflect.Message
func (*WatchResourcesResponse) Reset ¶ added in v0.32.0
func (x *WatchResourcesResponse) Reset()
func (*WatchResourcesResponse) String ¶ added in v0.32.0
func (x *WatchResourcesResponse) String() string
func (*WatchResourcesResponse) Validate ¶ added in v0.32.0
func (m *WatchResourcesResponse) Validate() error
Validate checks the field values on WatchResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*WatchResourcesResponse) ValidateAll ¶ added in v0.32.0
func (m *WatchResourcesResponse) ValidateAll() error
ValidateAll checks the field values on WatchResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WatchResourcesResponseMultiError, or nil if none found.
type WatchResourcesResponseMultiError ¶ added in v0.32.0
type WatchResourcesResponseMultiError []error
WatchResourcesResponseMultiError is an error wrapping multiple validation errors returned by WatchResourcesResponse.ValidateAll() if the designated constraints aren't met.
func (WatchResourcesResponseMultiError) AllErrors ¶ added in v0.32.0
func (m WatchResourcesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (WatchResourcesResponseMultiError) Error ¶ added in v0.32.0
func (m WatchResourcesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type WatchResourcesResponseValidationError ¶ added in v0.32.0
type WatchResourcesResponseValidationError struct {
// contains filtered or unexported fields
}
WatchResourcesResponseValidationError is the validation error returned by WatchResourcesResponse.Validate if the designated constraints aren't met.
func (WatchResourcesResponseValidationError) Cause ¶ added in v0.32.0
func (e WatchResourcesResponseValidationError) Cause() error
Cause function returns cause value.
func (WatchResourcesResponseValidationError) Error ¶ added in v0.32.0
func (e WatchResourcesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (WatchResourcesResponseValidationError) ErrorName ¶ added in v0.32.0
func (e WatchResourcesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (WatchResourcesResponseValidationError) Field ¶ added in v0.32.0
func (e WatchResourcesResponseValidationError) Field() string
Field function returns field value.
func (WatchResourcesResponseValidationError) Key ¶ added in v0.32.0
func (e WatchResourcesResponseValidationError) Key() bool
Key function returns key value.
func (WatchResourcesResponseValidationError) Reason ¶ added in v0.32.0
func (e WatchResourcesResponseValidationError) Reason() string
Reason function returns reason value.
Source Files ¶
- api.pb.go
- api.pb.gw.go
- api.pb.validate.go
- api_grpc.pb.go
- catalog.pb.go
- catalog.pb.validate.go
- colors.pb.go
- colors.pb.validate.go
- connectors.pb.go
- connectors.pb.gw.go
- connectors.pb.validate.go
- connectors_grpc.pb.go
- export_format.pb.go
- export_format.pb.validate.go
- expression.pb.go
- expression.pb.validate.go
- queries.pb.go
- queries.pb.gw.go
- queries.pb.validate.go
- queries_grpc.pb.go
- resources.pb.go
- resources.pb.validate.go
- schema.pb.go
- schema.pb.validate.go
- time_grain.pb.go
- time_grain.pb.validate.go