Documentation ¶
Overview ¶
Package datav1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Variables
- func RegisterDataServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterDataServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DataServiceClient) error
- func RegisterDataServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterDataServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DataServiceServer) error
- func RegisterDataServiceServer(s grpc.ServiceRegistrar, srv DataServiceServer)
- type DataServiceClient
- type DataServiceServer
- type GetRunRequest
- func (*GetRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRunRequest) GetId() string
- func (*GetRunRequest) ProtoMessage()
- func (x *GetRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetRunRequest) Reset()
- func (x *GetRunRequest) String() string
- func (m *GetRunRequest) Validate() error
- func (m *GetRunRequest) ValidateAll() error
- type GetRunRequestMultiError
- type GetRunRequestValidationError
- func (e GetRunRequestValidationError) Cause() error
- func (e GetRunRequestValidationError) Error() string
- func (e GetRunRequestValidationError) ErrorName() string
- func (e GetRunRequestValidationError) Field() string
- func (e GetRunRequestValidationError) Key() bool
- func (e GetRunRequestValidationError) Reason() string
- type GetRunResponse
- func (*GetRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRunResponse) GetRun() *v1.Run
- func (*GetRunResponse) ProtoMessage()
- func (x *GetRunResponse) ProtoReflect() protoreflect.Message
- func (x *GetRunResponse) Reset()
- func (x *GetRunResponse) String() string
- func (m *GetRunResponse) Validate() error
- func (m *GetRunResponse) ValidateAll() error
- type GetRunResponseMultiError
- type GetRunResponseValidationError
- func (e GetRunResponseValidationError) Cause() error
- func (e GetRunResponseValidationError) Error() string
- func (e GetRunResponseValidationError) ErrorName() string
- func (e GetRunResponseValidationError) Field() string
- func (e GetRunResponseValidationError) Key() bool
- func (e GetRunResponseValidationError) Reason() string
- type GetRunnerRequest
- func (*GetRunnerRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRunnerRequest) GetId() string
- func (*GetRunnerRequest) ProtoMessage()
- func (x *GetRunnerRequest) ProtoReflect() protoreflect.Message
- func (x *GetRunnerRequest) Reset()
- func (x *GetRunnerRequest) String() string
- func (m *GetRunnerRequest) Validate() error
- func (m *GetRunnerRequest) ValidateAll() error
- type GetRunnerRequestMultiError
- type GetRunnerRequestValidationError
- func (e GetRunnerRequestValidationError) Cause() error
- func (e GetRunnerRequestValidationError) Error() string
- func (e GetRunnerRequestValidationError) ErrorName() string
- func (e GetRunnerRequestValidationError) Field() string
- func (e GetRunnerRequestValidationError) Key() bool
- func (e GetRunnerRequestValidationError) Reason() string
- type GetRunnerResponse
- func (*GetRunnerResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRunnerResponse) GetRunSummaries() []*RunSummary
- func (x *GetRunnerResponse) GetRunner() *v1.Runner
- func (*GetRunnerResponse) ProtoMessage()
- func (x *GetRunnerResponse) ProtoReflect() protoreflect.Message
- func (x *GetRunnerResponse) Reset()
- func (x *GetRunnerResponse) String() string
- func (m *GetRunnerResponse) Validate() error
- func (m *GetRunnerResponse) ValidateAll() error
- type GetRunnerResponseMultiError
- type GetRunnerResponseValidationError
- func (e GetRunnerResponseValidationError) Cause() error
- func (e GetRunnerResponseValidationError) Error() string
- func (e GetRunnerResponseValidationError) ErrorName() string
- func (e GetRunnerResponseValidationError) Field() string
- func (e GetRunnerResponseValidationError) Key() bool
- func (e GetRunnerResponseValidationError) Reason() string
- type GetTestRequest
- func (*GetTestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTestRequest) GetId() string
- func (*GetTestRequest) ProtoMessage()
- func (x *GetTestRequest) ProtoReflect() protoreflect.Message
- func (x *GetTestRequest) Reset()
- func (x *GetTestRequest) String() string
- func (m *GetTestRequest) Validate() error
- func (m *GetTestRequest) ValidateAll() error
- type GetTestRequestMultiError
- type GetTestRequestValidationError
- func (e GetTestRequestValidationError) Cause() error
- func (e GetTestRequestValidationError) Error() string
- func (e GetTestRequestValidationError) ErrorName() string
- func (e GetTestRequestValidationError) Field() string
- func (e GetTestRequestValidationError) Key() bool
- func (e GetTestRequestValidationError) Reason() string
- type GetTestResponse
- func (*GetTestResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTestResponse) GetRunSummaries() []*RunSummary
- func (x *GetTestResponse) GetTest() *v1.Test
- func (*GetTestResponse) ProtoMessage()
- func (x *GetTestResponse) ProtoReflect() protoreflect.Message
- func (x *GetTestResponse) Reset()
- func (x *GetTestResponse) String() string
- func (m *GetTestResponse) Validate() error
- func (m *GetTestResponse) ValidateAll() error
- type GetTestResponseMultiError
- type GetTestResponseValidationError
- func (e GetTestResponseValidationError) Cause() error
- func (e GetTestResponseValidationError) Error() string
- func (e GetTestResponseValidationError) ErrorName() string
- func (e GetTestResponseValidationError) Field() string
- func (e GetTestResponseValidationError) Key() bool
- func (e GetTestResponseValidationError) Reason() string
- type ListNamespacesRequest
- func (*ListNamespacesRequest) Descriptor() ([]byte, []int)deprecated
- func (*ListNamespacesRequest) ProtoMessage()
- func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message
- func (x *ListNamespacesRequest) Reset()
- func (x *ListNamespacesRequest) String() string
- func (m *ListNamespacesRequest) Validate() error
- func (m *ListNamespacesRequest) ValidateAll() error
- type ListNamespacesRequestMultiError
- type ListNamespacesRequestValidationError
- func (e ListNamespacesRequestValidationError) Cause() error
- func (e ListNamespacesRequestValidationError) Error() string
- func (e ListNamespacesRequestValidationError) ErrorName() string
- func (e ListNamespacesRequestValidationError) Field() string
- func (e ListNamespacesRequestValidationError) Key() bool
- func (e ListNamespacesRequestValidationError) Reason() string
- type ListNamespacesResponse
- func (*ListNamespacesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNamespacesResponse) GetNamespaces() []string
- func (*ListNamespacesResponse) ProtoMessage()
- func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message
- func (x *ListNamespacesResponse) Reset()
- func (x *ListNamespacesResponse) String() string
- func (m *ListNamespacesResponse) Validate() error
- func (m *ListNamespacesResponse) ValidateAll() error
- type ListNamespacesResponseMultiError
- type ListNamespacesResponseValidationError
- func (e ListNamespacesResponseValidationError) Cause() error
- func (e ListNamespacesResponseValidationError) Error() string
- func (e ListNamespacesResponseValidationError) ErrorName() string
- func (e ListNamespacesResponseValidationError) Field() string
- func (e ListNamespacesResponseValidationError) Key() bool
- func (e ListNamespacesResponseValidationError) Reason() string
- type QueryRunnersRequest
- func (*QueryRunnersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryRunnersRequest) GetIds() []string
- func (x *QueryRunnersRequest) GetLastHeartbeatWithin() *durationpb.Duration
- func (*QueryRunnersRequest) ProtoMessage()
- func (x *QueryRunnersRequest) ProtoReflect() protoreflect.Message
- func (x *QueryRunnersRequest) Reset()
- func (x *QueryRunnersRequest) String() string
- func (m *QueryRunnersRequest) Validate() error
- func (m *QueryRunnersRequest) ValidateAll() error
- type QueryRunnersRequestMultiError
- type QueryRunnersRequestValidationError
- func (e QueryRunnersRequestValidationError) Cause() error
- func (e QueryRunnersRequestValidationError) Error() string
- func (e QueryRunnersRequestValidationError) ErrorName() string
- func (e QueryRunnersRequestValidationError) Field() string
- func (e QueryRunnersRequestValidationError) Key() bool
- func (e QueryRunnersRequestValidationError) Reason() string
- type QueryRunnersResponse
- func (*QueryRunnersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryRunnersResponse) GetRunners() []*v1.Runner
- func (*QueryRunnersResponse) ProtoMessage()
- func (x *QueryRunnersResponse) ProtoReflect() protoreflect.Message
- func (x *QueryRunnersResponse) Reset()
- func (x *QueryRunnersResponse) String() string
- func (m *QueryRunnersResponse) Validate() error
- func (m *QueryRunnersResponse) ValidateAll() error
- type QueryRunnersResponseMultiError
- type QueryRunnersResponseValidationError
- func (e QueryRunnersResponseValidationError) Cause() error
- func (e QueryRunnersResponseValidationError) Error() string
- func (e QueryRunnersResponseValidationError) ErrorName() string
- func (e QueryRunnersResponseValidationError) Field() string
- func (e QueryRunnersResponseValidationError) Key() bool
- func (e QueryRunnersResponseValidationError) Reason() string
- type QueryRunsRequest
- func (*QueryRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryRunsRequest) GetFinishedAfter() *timestamppb.Timestamp
- func (x *QueryRunsRequest) GetFinishedBefore() *timestamppb.Timestamp
- func (x *QueryRunsRequest) GetIds() []string
- func (x *QueryRunsRequest) GetIncludeLogs() bool
- func (x *QueryRunsRequest) GetResults() []v1.Run_Result
- func (x *QueryRunsRequest) GetRunnerIds() []string
- func (x *QueryRunsRequest) GetScheduledAfter() *timestamppb.Timestamp
- func (x *QueryRunsRequest) GetScheduledBefore() *timestamppb.Timestamp
- func (x *QueryRunsRequest) GetStartedAfter() *timestamppb.Timestamp
- func (x *QueryRunsRequest) GetStartedBefore() *timestamppb.Timestamp
- func (x *QueryRunsRequest) GetTestIds() []string
- func (*QueryRunsRequest) ProtoMessage()
- func (x *QueryRunsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryRunsRequest) Reset()
- func (x *QueryRunsRequest) String() string
- func (m *QueryRunsRequest) Validate() error
- func (m *QueryRunsRequest) ValidateAll() error
- type QueryRunsRequestMultiError
- type QueryRunsRequestValidationError
- func (e QueryRunsRequestValidationError) Cause() error
- func (e QueryRunsRequestValidationError) Error() string
- func (e QueryRunsRequestValidationError) ErrorName() string
- func (e QueryRunsRequestValidationError) Field() string
- func (e QueryRunsRequestValidationError) Key() bool
- func (e QueryRunsRequestValidationError) Reason() string
- type QueryRunsResponse
- func (*QueryRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryRunsResponse) GetRuns() []*v1.Run
- func (*QueryRunsResponse) ProtoMessage()
- func (x *QueryRunsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryRunsResponse) Reset()
- func (x *QueryRunsResponse) String() string
- func (m *QueryRunsResponse) Validate() error
- func (m *QueryRunsResponse) ValidateAll() error
- type QueryRunsResponseMultiError
- type QueryRunsResponseValidationError
- func (e QueryRunsResponseValidationError) Cause() error
- func (e QueryRunsResponseValidationError) Error() string
- func (e QueryRunsResponseValidationError) ErrorName() string
- func (e QueryRunsResponseValidationError) Field() string
- func (e QueryRunsResponseValidationError) Key() bool
- func (e QueryRunsResponseValidationError) Reason() string
- type QueryTestsRequest
- func (*QueryTestsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *QueryTestsRequest) GetIds() []string
- func (x *QueryTestsRequest) GetLabels() map[string]string
- func (x *QueryTestsRequest) GetTestSuiteIds() []string
- func (*QueryTestsRequest) ProtoMessage()
- func (x *QueryTestsRequest) ProtoReflect() protoreflect.Message
- func (x *QueryTestsRequest) Reset()
- func (x *QueryTestsRequest) String() string
- func (m *QueryTestsRequest) Validate() error
- func (m *QueryTestsRequest) ValidateAll() error
- type QueryTestsRequestMultiError
- type QueryTestsRequestValidationError
- func (e QueryTestsRequestValidationError) Cause() error
- func (e QueryTestsRequestValidationError) Error() string
- func (e QueryTestsRequestValidationError) ErrorName() string
- func (e QueryTestsRequestValidationError) Field() string
- func (e QueryTestsRequestValidationError) Key() bool
- func (e QueryTestsRequestValidationError) Reason() string
- type QueryTestsResponse
- func (*QueryTestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *QueryTestsResponse) GetTests() []*v1.Test
- func (*QueryTestsResponse) ProtoMessage()
- func (x *QueryTestsResponse) ProtoReflect() protoreflect.Message
- func (x *QueryTestsResponse) Reset()
- func (x *QueryTestsResponse) String() string
- func (m *QueryTestsResponse) Validate() error
- func (m *QueryTestsResponse) ValidateAll() error
- type QueryTestsResponseMultiError
- type QueryTestsResponseValidationError
- func (e QueryTestsResponseValidationError) Cause() error
- func (e QueryTestsResponseValidationError) Error() string
- func (e QueryTestsResponseValidationError) ErrorName() string
- func (e QueryTestsResponseValidationError) Field() string
- func (e QueryTestsResponseValidationError) Key() bool
- func (e QueryTestsResponseValidationError) Reason() string
- type RunSummary
- func (*RunSummary) Descriptor() ([]byte, []int)deprecated
- func (x *RunSummary) GetFinishedAt() *timestamppb.Timestamp
- func (x *RunSummary) GetId() string
- func (x *RunSummary) GetLabels() map[string]string
- func (x *RunSummary) GetResult() v1.Run_Result
- func (x *RunSummary) GetResultData() map[string]string
- func (x *RunSummary) GetRunnerId() string
- func (x *RunSummary) GetScheduledAt() *timestamppb.Timestamp
- func (x *RunSummary) GetStartedAt() *timestamppb.Timestamp
- func (x *RunSummary) GetTestId() string
- func (x *RunSummary) GetTestName() string
- func (x *RunSummary) GetTestRunConfig() *v1.Test_RunConfig
- func (*RunSummary) ProtoMessage()
- func (x *RunSummary) ProtoReflect() protoreflect.Message
- func (x *RunSummary) Reset()
- func (x *RunSummary) String() string
- func (m *RunSummary) Validate() error
- func (m *RunSummary) ValidateAll() error
- type RunSummaryMultiError
- type RunSummaryValidationError
- type SummarizeRunsRequest
- func (*SummarizeRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SummarizeRunsRequest) GetInterval() SummarizeRunsRequest_Interval
- func (x *SummarizeRunsRequest) GetScheduledAfter() *timestamppb.Timestamp
- func (x *SummarizeRunsRequest) GetTestIds() []string
- func (x *SummarizeRunsRequest) GetWindow() *durationpb.Duration
- func (*SummarizeRunsRequest) ProtoMessage()
- func (x *SummarizeRunsRequest) ProtoReflect() protoreflect.Message
- func (x *SummarizeRunsRequest) Reset()
- func (x *SummarizeRunsRequest) String() string
- func (m *SummarizeRunsRequest) Validate() error
- func (m *SummarizeRunsRequest) ValidateAll() error
- type SummarizeRunsRequestMultiError
- type SummarizeRunsRequestValidationError
- func (e SummarizeRunsRequestValidationError) Cause() error
- func (e SummarizeRunsRequestValidationError) Error() string
- func (e SummarizeRunsRequestValidationError) ErrorName() string
- func (e SummarizeRunsRequestValidationError) Field() string
- func (e SummarizeRunsRequestValidationError) Key() bool
- func (e SummarizeRunsRequestValidationError) Reason() string
- type SummarizeRunsRequest_Interval
- func (SummarizeRunsRequest_Interval) Descriptor() protoreflect.EnumDescriptor
- func (x SummarizeRunsRequest_Interval) Enum() *SummarizeRunsRequest_Interval
- func (SummarizeRunsRequest_Interval) EnumDescriptor() ([]byte, []int)deprecated
- func (x SummarizeRunsRequest_Interval) Number() protoreflect.EnumNumber
- func (x SummarizeRunsRequest_Interval) String() string
- func (SummarizeRunsRequest_Interval) Type() protoreflect.EnumType
- type SummarizeRunsResponse
- func (*SummarizeRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *SummarizeRunsResponse) GetIntervalStats() []*SummarizeRunsResponse_IntervalStats
- func (*SummarizeRunsResponse) ProtoMessage()
- func (x *SummarizeRunsResponse) ProtoReflect() protoreflect.Message
- func (x *SummarizeRunsResponse) Reset()
- func (x *SummarizeRunsResponse) String() string
- func (m *SummarizeRunsResponse) Validate() error
- func (m *SummarizeRunsResponse) ValidateAll() error
- type SummarizeRunsResponseMultiError
- type SummarizeRunsResponseValidationError
- func (e SummarizeRunsResponseValidationError) Cause() error
- func (e SummarizeRunsResponseValidationError) Error() string
- func (e SummarizeRunsResponseValidationError) ErrorName() string
- func (e SummarizeRunsResponseValidationError) Field() string
- func (e SummarizeRunsResponseValidationError) Key() bool
- func (e SummarizeRunsResponseValidationError) Reason() string
- type SummarizeRunsResponse_IntervalStats
- func (*SummarizeRunsResponse_IntervalStats) Descriptor() ([]byte, []int)deprecated
- func (x *SummarizeRunsResponse_IntervalStats) GetDuration() *durationpb.Duration
- func (x *SummarizeRunsResponse_IntervalStats) GetResultCount() []*SummarizeRunsResponse_IntervalStats_ResultBreakdown
- func (x *SummarizeRunsResponse_IntervalStats) GetStartTime() *timestamppb.Timestamp
- func (x *SummarizeRunsResponse_IntervalStats) GetTestCount() []*SummarizeRunsResponse_IntervalStats_TestBreakdown
- func (*SummarizeRunsResponse_IntervalStats) ProtoMessage()
- func (x *SummarizeRunsResponse_IntervalStats) ProtoReflect() protoreflect.Message
- func (x *SummarizeRunsResponse_IntervalStats) Reset()
- func (x *SummarizeRunsResponse_IntervalStats) String() string
- func (m *SummarizeRunsResponse_IntervalStats) Validate() error
- func (m *SummarizeRunsResponse_IntervalStats) ValidateAll() error
- type SummarizeRunsResponse_IntervalStatsMultiError
- type SummarizeRunsResponse_IntervalStatsValidationError
- func (e SummarizeRunsResponse_IntervalStatsValidationError) Cause() error
- func (e SummarizeRunsResponse_IntervalStatsValidationError) Error() string
- func (e SummarizeRunsResponse_IntervalStatsValidationError) ErrorName() string
- func (e SummarizeRunsResponse_IntervalStatsValidationError) Field() string
- func (e SummarizeRunsResponse_IntervalStatsValidationError) Key() bool
- func (e SummarizeRunsResponse_IntervalStatsValidationError) Reason() string
- type SummarizeRunsResponse_IntervalStats_ResultBreakdown
- func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) Descriptor() ([]byte, []int)deprecated
- func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) GetCount() uint32
- func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) GetResult() v1.Run_Result
- func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) ProtoMessage()
- func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) ProtoReflect() protoreflect.Message
- func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) Reset()
- func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) String() string
- func (m *SummarizeRunsResponse_IntervalStats_ResultBreakdown) Validate() error
- func (m *SummarizeRunsResponse_IntervalStats_ResultBreakdown) ValidateAll() error
- type SummarizeRunsResponse_IntervalStats_ResultBreakdownMultiError
- type SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError
- func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Cause() error
- func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Error() string
- func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) ErrorName() string
- func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Field() string
- func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Key() bool
- func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Reason() string
- type SummarizeRunsResponse_IntervalStats_TestBreakdown
- func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) Descriptor() ([]byte, []int)deprecated
- func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) GetResultCount() []*SummarizeRunsResponse_IntervalStats_ResultBreakdown
- func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) GetTestId() string
- func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) GetTestName() string
- func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) ProtoMessage()
- func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) ProtoReflect() protoreflect.Message
- func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) Reset()
- func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) String() string
- func (m *SummarizeRunsResponse_IntervalStats_TestBreakdown) Validate() error
- func (m *SummarizeRunsResponse_IntervalStats_TestBreakdown) ValidateAll() error
- type SummarizeRunsResponse_IntervalStats_TestBreakdownMultiError
- type SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError
- func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Cause() error
- func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Error() string
- func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) ErrorName() string
- func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Field() string
- func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Key() bool
- func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Reason() string
- type UnimplementedDataServiceServer
- func (UnimplementedDataServiceServer) GetRun(context.Context, *GetRunRequest) (*GetRunResponse, error)
- func (UnimplementedDataServiceServer) GetRunner(context.Context, *GetRunnerRequest) (*GetRunnerResponse, error)
- func (UnimplementedDataServiceServer) GetTest(context.Context, *GetTestRequest) (*GetTestResponse, error)
- func (UnimplementedDataServiceServer) QueryRunners(context.Context, *QueryRunnersRequest) (*QueryRunnersResponse, error)
- func (UnimplementedDataServiceServer) QueryRuns(context.Context, *QueryRunsRequest) (*QueryRunsResponse, error)
- func (UnimplementedDataServiceServer) QueryTests(context.Context, *QueryTestsRequest) (*QueryTestsResponse, error)
- func (UnimplementedDataServiceServer) SummarizeRuns(context.Context, *SummarizeRunsRequest) (*SummarizeRunsResponse, error)
- type UnsafeDataServiceServer
Constants ¶
This section is empty.
Variables ¶
var ( SummarizeRunsRequest_Interval_name = map[int32]string{ 0: "UNKNOWN", 1: "HOUR", 2: "DAY", 3: "WEEK", } SummarizeRunsRequest_Interval_value = map[string]int32{ "UNKNOWN": 0, "HOUR": 1, "DAY": 2, "WEEK": 3, } )
Enum value maps for SummarizeRunsRequest_Interval.
var DataService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "tstr.data.v1.DataService", HandlerType: (*DataServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTest", Handler: _DataService_GetTest_Handler, }, { MethodName: "QueryTests", Handler: _DataService_QueryTests_Handler, }, { MethodName: "GetRun", Handler: _DataService_GetRun_Handler, }, { MethodName: "QueryRuns", Handler: _DataService_QueryRuns_Handler, }, { MethodName: "SummarizeRuns", Handler: _DataService_SummarizeRuns_Handler, }, { MethodName: "GetRunner", Handler: _DataService_GetRunner_Handler, }, { MethodName: "QueryRunners", Handler: _DataService_QueryRunners_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "data/v1/data.proto", }
DataService_ServiceDesc is the grpc.ServiceDesc for DataService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_data_v1_data_proto protoreflect.FileDescriptor
Functions ¶
func RegisterDataServiceHandler ¶
func RegisterDataServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
RegisterDataServiceHandler registers the http handlers for service DataService to "mux". The handlers forward requests to the grpc endpoint over "conn".
func RegisterDataServiceHandlerClient ¶
func RegisterDataServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client DataServiceClient) error
RegisterDataServiceHandlerClient registers the http handlers for service DataService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "DataServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "DataServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "DataServiceClient" to call the correct interceptors.
func RegisterDataServiceHandlerFromEndpoint ¶
func RegisterDataServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)
RegisterDataServiceHandlerFromEndpoint is same as RegisterDataServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
func RegisterDataServiceHandlerServer ¶
func RegisterDataServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server DataServiceServer) error
RegisterDataServiceHandlerServer registers the http handlers for service DataService to "mux". UnaryRPC :call DataServiceServer 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 RegisterDataServiceHandlerFromEndpoint instead.
func RegisterDataServiceServer ¶
func RegisterDataServiceServer(s grpc.ServiceRegistrar, srv DataServiceServer)
Types ¶
type DataServiceClient ¶
type DataServiceClient interface { GetTest(ctx context.Context, in *GetTestRequest, opts ...grpc.CallOption) (*GetTestResponse, error) QueryTests(ctx context.Context, in *QueryTestsRequest, opts ...grpc.CallOption) (*QueryTestsResponse, error) GetRun(ctx context.Context, in *GetRunRequest, opts ...grpc.CallOption) (*GetRunResponse, error) QueryRuns(ctx context.Context, in *QueryRunsRequest, opts ...grpc.CallOption) (*QueryRunsResponse, error) SummarizeRuns(ctx context.Context, in *SummarizeRunsRequest, opts ...grpc.CallOption) (*SummarizeRunsResponse, error) GetRunner(ctx context.Context, in *GetRunnerRequest, opts ...grpc.CallOption) (*GetRunnerResponse, error) QueryRunners(ctx context.Context, in *QueryRunnersRequest, opts ...grpc.CallOption) (*QueryRunnersResponse, error) }
DataServiceClient is the client API for DataService 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 NewDataServiceClient ¶
func NewDataServiceClient(cc grpc.ClientConnInterface) DataServiceClient
type DataServiceServer ¶
type DataServiceServer interface { GetTest(context.Context, *GetTestRequest) (*GetTestResponse, error) QueryTests(context.Context, *QueryTestsRequest) (*QueryTestsResponse, error) GetRun(context.Context, *GetRunRequest) (*GetRunResponse, error) QueryRuns(context.Context, *QueryRunsRequest) (*QueryRunsResponse, error) SummarizeRuns(context.Context, *SummarizeRunsRequest) (*SummarizeRunsResponse, error) GetRunner(context.Context, *GetRunnerRequest) (*GetRunnerResponse, error) QueryRunners(context.Context, *QueryRunnersRequest) (*QueryRunnersResponse, error) // contains filtered or unexported methods }
DataServiceServer is the server API for DataService service. All implementations must embed UnimplementedDataServiceServer for forward compatibility
type GetRunRequest ¶
type GetRunRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetRunRequest) Descriptor
deprecated
func (*GetRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRunRequest.ProtoReflect.Descriptor instead.
func (*GetRunRequest) GetId ¶
func (x *GetRunRequest) GetId() string
func (*GetRunRequest) ProtoMessage ¶
func (*GetRunRequest) ProtoMessage()
func (*GetRunRequest) ProtoReflect ¶
func (x *GetRunRequest) ProtoReflect() protoreflect.Message
func (*GetRunRequest) Reset ¶
func (x *GetRunRequest) Reset()
func (*GetRunRequest) String ¶
func (x *GetRunRequest) String() string
func (*GetRunRequest) Validate ¶
func (m *GetRunRequest) Validate() error
Validate checks the field values on GetRunRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetRunRequest) ValidateAll ¶
func (m *GetRunRequest) ValidateAll() error
ValidateAll checks the field values on GetRunRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRunRequestMultiError, or nil if none found.
type GetRunRequestMultiError ¶
type GetRunRequestMultiError []error
GetRunRequestMultiError is an error wrapping multiple validation errors returned by GetRunRequest.ValidateAll() if the designated constraints aren't met.
func (GetRunRequestMultiError) AllErrors ¶
func (m GetRunRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetRunRequestMultiError) Error ¶
func (m GetRunRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetRunRequestValidationError ¶
type GetRunRequestValidationError struct {
// contains filtered or unexported fields
}
GetRunRequestValidationError is the validation error returned by GetRunRequest.Validate if the designated constraints aren't met.
func (GetRunRequestValidationError) Cause ¶
func (e GetRunRequestValidationError) Cause() error
Cause function returns cause value.
func (GetRunRequestValidationError) Error ¶
func (e GetRunRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetRunRequestValidationError) ErrorName ¶
func (e GetRunRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetRunRequestValidationError) Field ¶
func (e GetRunRequestValidationError) Field() string
Field function returns field value.
func (GetRunRequestValidationError) Key ¶
func (e GetRunRequestValidationError) Key() bool
Key function returns key value.
func (GetRunRequestValidationError) Reason ¶
func (e GetRunRequestValidationError) Reason() string
Reason function returns reason value.
type GetRunResponse ¶
type GetRunResponse struct { Run *v1.Run `protobuf:"bytes,1,opt,name=run,proto3" json:"run,omitempty"` // contains filtered or unexported fields }
func (*GetRunResponse) Descriptor
deprecated
func (*GetRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRunResponse.ProtoReflect.Descriptor instead.
func (*GetRunResponse) GetRun ¶
func (x *GetRunResponse) GetRun() *v1.Run
func (*GetRunResponse) ProtoMessage ¶
func (*GetRunResponse) ProtoMessage()
func (*GetRunResponse) ProtoReflect ¶
func (x *GetRunResponse) ProtoReflect() protoreflect.Message
func (*GetRunResponse) Reset ¶
func (x *GetRunResponse) Reset()
func (*GetRunResponse) String ¶
func (x *GetRunResponse) String() string
func (*GetRunResponse) Validate ¶
func (m *GetRunResponse) Validate() error
Validate checks the field values on GetRunResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetRunResponse) ValidateAll ¶
func (m *GetRunResponse) ValidateAll() error
ValidateAll checks the field values on GetRunResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRunResponseMultiError, or nil if none found.
type GetRunResponseMultiError ¶
type GetRunResponseMultiError []error
GetRunResponseMultiError is an error wrapping multiple validation errors returned by GetRunResponse.ValidateAll() if the designated constraints aren't met.
func (GetRunResponseMultiError) AllErrors ¶
func (m GetRunResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetRunResponseMultiError) Error ¶
func (m GetRunResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetRunResponseValidationError ¶
type GetRunResponseValidationError struct {
// contains filtered or unexported fields
}
GetRunResponseValidationError is the validation error returned by GetRunResponse.Validate if the designated constraints aren't met.
func (GetRunResponseValidationError) Cause ¶
func (e GetRunResponseValidationError) Cause() error
Cause function returns cause value.
func (GetRunResponseValidationError) Error ¶
func (e GetRunResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetRunResponseValidationError) ErrorName ¶
func (e GetRunResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetRunResponseValidationError) Field ¶
func (e GetRunResponseValidationError) Field() string
Field function returns field value.
func (GetRunResponseValidationError) Key ¶
func (e GetRunResponseValidationError) Key() bool
Key function returns key value.
func (GetRunResponseValidationError) Reason ¶
func (e GetRunResponseValidationError) Reason() string
Reason function returns reason value.
type GetRunnerRequest ¶
type GetRunnerRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetRunnerRequest) Descriptor
deprecated
func (*GetRunnerRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRunnerRequest.ProtoReflect.Descriptor instead.
func (*GetRunnerRequest) GetId ¶
func (x *GetRunnerRequest) GetId() string
func (*GetRunnerRequest) ProtoMessage ¶
func (*GetRunnerRequest) ProtoMessage()
func (*GetRunnerRequest) ProtoReflect ¶
func (x *GetRunnerRequest) ProtoReflect() protoreflect.Message
func (*GetRunnerRequest) Reset ¶
func (x *GetRunnerRequest) Reset()
func (*GetRunnerRequest) String ¶
func (x *GetRunnerRequest) String() string
func (*GetRunnerRequest) Validate ¶
func (m *GetRunnerRequest) Validate() error
Validate checks the field values on GetRunnerRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetRunnerRequest) ValidateAll ¶
func (m *GetRunnerRequest) ValidateAll() error
ValidateAll checks the field values on GetRunnerRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRunnerRequestMultiError, or nil if none found.
type GetRunnerRequestMultiError ¶
type GetRunnerRequestMultiError []error
GetRunnerRequestMultiError is an error wrapping multiple validation errors returned by GetRunnerRequest.ValidateAll() if the designated constraints aren't met.
func (GetRunnerRequestMultiError) AllErrors ¶
func (m GetRunnerRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetRunnerRequestMultiError) Error ¶
func (m GetRunnerRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetRunnerRequestValidationError ¶
type GetRunnerRequestValidationError struct {
// contains filtered or unexported fields
}
GetRunnerRequestValidationError is the validation error returned by GetRunnerRequest.Validate if the designated constraints aren't met.
func (GetRunnerRequestValidationError) Cause ¶
func (e GetRunnerRequestValidationError) Cause() error
Cause function returns cause value.
func (GetRunnerRequestValidationError) Error ¶
func (e GetRunnerRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetRunnerRequestValidationError) ErrorName ¶
func (e GetRunnerRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetRunnerRequestValidationError) Field ¶
func (e GetRunnerRequestValidationError) Field() string
Field function returns field value.
func (GetRunnerRequestValidationError) Key ¶
func (e GetRunnerRequestValidationError) Key() bool
Key function returns key value.
func (GetRunnerRequestValidationError) Reason ¶
func (e GetRunnerRequestValidationError) Reason() string
Reason function returns reason value.
type GetRunnerResponse ¶
type GetRunnerResponse struct { Runner *v1.Runner `protobuf:"bytes,1,opt,name=runner,proto3" json:"runner,omitempty"` RunSummaries []*RunSummary `protobuf:"bytes,2,rep,name=run_summaries,json=runSummaries,proto3" json:"run_summaries,omitempty"` // contains filtered or unexported fields }
func (*GetRunnerResponse) Descriptor
deprecated
func (*GetRunnerResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRunnerResponse.ProtoReflect.Descriptor instead.
func (*GetRunnerResponse) GetRunSummaries ¶
func (x *GetRunnerResponse) GetRunSummaries() []*RunSummary
func (*GetRunnerResponse) GetRunner ¶
func (x *GetRunnerResponse) GetRunner() *v1.Runner
func (*GetRunnerResponse) ProtoMessage ¶
func (*GetRunnerResponse) ProtoMessage()
func (*GetRunnerResponse) ProtoReflect ¶
func (x *GetRunnerResponse) ProtoReflect() protoreflect.Message
func (*GetRunnerResponse) Reset ¶
func (x *GetRunnerResponse) Reset()
func (*GetRunnerResponse) String ¶
func (x *GetRunnerResponse) String() string
func (*GetRunnerResponse) Validate ¶
func (m *GetRunnerResponse) Validate() error
Validate checks the field values on GetRunnerResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetRunnerResponse) ValidateAll ¶
func (m *GetRunnerResponse) ValidateAll() error
ValidateAll checks the field values on GetRunnerResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRunnerResponseMultiError, or nil if none found.
type GetRunnerResponseMultiError ¶
type GetRunnerResponseMultiError []error
GetRunnerResponseMultiError is an error wrapping multiple validation errors returned by GetRunnerResponse.ValidateAll() if the designated constraints aren't met.
func (GetRunnerResponseMultiError) AllErrors ¶
func (m GetRunnerResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetRunnerResponseMultiError) Error ¶
func (m GetRunnerResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetRunnerResponseValidationError ¶
type GetRunnerResponseValidationError struct {
// contains filtered or unexported fields
}
GetRunnerResponseValidationError is the validation error returned by GetRunnerResponse.Validate if the designated constraints aren't met.
func (GetRunnerResponseValidationError) Cause ¶
func (e GetRunnerResponseValidationError) Cause() error
Cause function returns cause value.
func (GetRunnerResponseValidationError) Error ¶
func (e GetRunnerResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetRunnerResponseValidationError) ErrorName ¶
func (e GetRunnerResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetRunnerResponseValidationError) Field ¶
func (e GetRunnerResponseValidationError) Field() string
Field function returns field value.
func (GetRunnerResponseValidationError) Key ¶
func (e GetRunnerResponseValidationError) Key() bool
Key function returns key value.
func (GetRunnerResponseValidationError) Reason ¶
func (e GetRunnerResponseValidationError) Reason() string
Reason function returns reason value.
type GetTestRequest ¶
type GetTestRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetTestRequest) Descriptor
deprecated
func (*GetTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTestRequest.ProtoReflect.Descriptor instead.
func (*GetTestRequest) GetId ¶
func (x *GetTestRequest) GetId() string
func (*GetTestRequest) ProtoMessage ¶
func (*GetTestRequest) ProtoMessage()
func (*GetTestRequest) ProtoReflect ¶
func (x *GetTestRequest) ProtoReflect() protoreflect.Message
func (*GetTestRequest) Reset ¶
func (x *GetTestRequest) Reset()
func (*GetTestRequest) String ¶
func (x *GetTestRequest) String() string
func (*GetTestRequest) Validate ¶
func (m *GetTestRequest) Validate() error
Validate checks the field values on GetTestRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTestRequest) ValidateAll ¶
func (m *GetTestRequest) ValidateAll() error
ValidateAll checks the field values on GetTestRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTestRequestMultiError, or nil if none found.
type GetTestRequestMultiError ¶
type GetTestRequestMultiError []error
GetTestRequestMultiError is an error wrapping multiple validation errors returned by GetTestRequest.ValidateAll() if the designated constraints aren't met.
func (GetTestRequestMultiError) AllErrors ¶
func (m GetTestRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTestRequestMultiError) Error ¶
func (m GetTestRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTestRequestValidationError ¶
type GetTestRequestValidationError struct {
// contains filtered or unexported fields
}
GetTestRequestValidationError is the validation error returned by GetTestRequest.Validate if the designated constraints aren't met.
func (GetTestRequestValidationError) Cause ¶
func (e GetTestRequestValidationError) Cause() error
Cause function returns cause value.
func (GetTestRequestValidationError) Error ¶
func (e GetTestRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetTestRequestValidationError) ErrorName ¶
func (e GetTestRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetTestRequestValidationError) Field ¶
func (e GetTestRequestValidationError) Field() string
Field function returns field value.
func (GetTestRequestValidationError) Key ¶
func (e GetTestRequestValidationError) Key() bool
Key function returns key value.
func (GetTestRequestValidationError) Reason ¶
func (e GetTestRequestValidationError) Reason() string
Reason function returns reason value.
type GetTestResponse ¶
type GetTestResponse struct { Test *v1.Test `protobuf:"bytes,1,opt,name=test,proto3" json:"test,omitempty"` RunSummaries []*RunSummary `protobuf:"bytes,2,rep,name=run_summaries,json=runSummaries,proto3" json:"run_summaries,omitempty"` // contains filtered or unexported fields }
func (*GetTestResponse) Descriptor
deprecated
func (*GetTestResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTestResponse.ProtoReflect.Descriptor instead.
func (*GetTestResponse) GetRunSummaries ¶
func (x *GetTestResponse) GetRunSummaries() []*RunSummary
func (*GetTestResponse) GetTest ¶
func (x *GetTestResponse) GetTest() *v1.Test
func (*GetTestResponse) ProtoMessage ¶
func (*GetTestResponse) ProtoMessage()
func (*GetTestResponse) ProtoReflect ¶
func (x *GetTestResponse) ProtoReflect() protoreflect.Message
func (*GetTestResponse) Reset ¶
func (x *GetTestResponse) Reset()
func (*GetTestResponse) String ¶
func (x *GetTestResponse) String() string
func (*GetTestResponse) Validate ¶
func (m *GetTestResponse) Validate() error
Validate checks the field values on GetTestResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetTestResponse) ValidateAll ¶
func (m *GetTestResponse) ValidateAll() error
ValidateAll checks the field values on GetTestResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetTestResponseMultiError, or nil if none found.
type GetTestResponseMultiError ¶
type GetTestResponseMultiError []error
GetTestResponseMultiError is an error wrapping multiple validation errors returned by GetTestResponse.ValidateAll() if the designated constraints aren't met.
func (GetTestResponseMultiError) AllErrors ¶
func (m GetTestResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetTestResponseMultiError) Error ¶
func (m GetTestResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetTestResponseValidationError ¶
type GetTestResponseValidationError struct {
// contains filtered or unexported fields
}
GetTestResponseValidationError is the validation error returned by GetTestResponse.Validate if the designated constraints aren't met.
func (GetTestResponseValidationError) Cause ¶
func (e GetTestResponseValidationError) Cause() error
Cause function returns cause value.
func (GetTestResponseValidationError) Error ¶
func (e GetTestResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetTestResponseValidationError) ErrorName ¶
func (e GetTestResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetTestResponseValidationError) Field ¶
func (e GetTestResponseValidationError) Field() string
Field function returns field value.
func (GetTestResponseValidationError) Key ¶
func (e GetTestResponseValidationError) Key() bool
Key function returns key value.
func (GetTestResponseValidationError) Reason ¶
func (e GetTestResponseValidationError) Reason() string
Reason function returns reason value.
type ListNamespacesRequest ¶
type ListNamespacesRequest struct {
// contains filtered or unexported fields
}
func (*ListNamespacesRequest) Descriptor
deprecated
func (*ListNamespacesRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacesRequest.ProtoReflect.Descriptor instead.
func (*ListNamespacesRequest) ProtoMessage ¶
func (*ListNamespacesRequest) ProtoMessage()
func (*ListNamespacesRequest) ProtoReflect ¶
func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message
func (*ListNamespacesRequest) Reset ¶
func (x *ListNamespacesRequest) Reset()
func (*ListNamespacesRequest) String ¶
func (x *ListNamespacesRequest) String() string
func (*ListNamespacesRequest) Validate ¶
func (m *ListNamespacesRequest) Validate() error
Validate checks the field values on ListNamespacesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListNamespacesRequest) ValidateAll ¶
func (m *ListNamespacesRequest) ValidateAll() error
ValidateAll checks the field values on ListNamespacesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespacesRequestMultiError, or nil if none found.
type ListNamespacesRequestMultiError ¶
type ListNamespacesRequestMultiError []error
ListNamespacesRequestMultiError is an error wrapping multiple validation errors returned by ListNamespacesRequest.ValidateAll() if the designated constraints aren't met.
func (ListNamespacesRequestMultiError) AllErrors ¶
func (m ListNamespacesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListNamespacesRequestMultiError) Error ¶
func (m ListNamespacesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListNamespacesRequestValidationError ¶
type ListNamespacesRequestValidationError struct {
// contains filtered or unexported fields
}
ListNamespacesRequestValidationError is the validation error returned by ListNamespacesRequest.Validate if the designated constraints aren't met.
func (ListNamespacesRequestValidationError) Cause ¶
func (e ListNamespacesRequestValidationError) Cause() error
Cause function returns cause value.
func (ListNamespacesRequestValidationError) Error ¶
func (e ListNamespacesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListNamespacesRequestValidationError) ErrorName ¶
func (e ListNamespacesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListNamespacesRequestValidationError) Field ¶
func (e ListNamespacesRequestValidationError) Field() string
Field function returns field value.
func (ListNamespacesRequestValidationError) Key ¶
func (e ListNamespacesRequestValidationError) Key() bool
Key function returns key value.
func (ListNamespacesRequestValidationError) Reason ¶
func (e ListNamespacesRequestValidationError) Reason() string
Reason function returns reason value.
type ListNamespacesResponse ¶
type ListNamespacesResponse struct { Namespaces []string `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"` // contains filtered or unexported fields }
func (*ListNamespacesResponse) Descriptor
deprecated
func (*ListNamespacesResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNamespacesResponse.ProtoReflect.Descriptor instead.
func (*ListNamespacesResponse) GetNamespaces ¶
func (x *ListNamespacesResponse) GetNamespaces() []string
func (*ListNamespacesResponse) ProtoMessage ¶
func (*ListNamespacesResponse) ProtoMessage()
func (*ListNamespacesResponse) ProtoReflect ¶
func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message
func (*ListNamespacesResponse) Reset ¶
func (x *ListNamespacesResponse) Reset()
func (*ListNamespacesResponse) String ¶
func (x *ListNamespacesResponse) String() string
func (*ListNamespacesResponse) Validate ¶
func (m *ListNamespacesResponse) Validate() error
Validate checks the field values on ListNamespacesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListNamespacesResponse) ValidateAll ¶
func (m *ListNamespacesResponse) ValidateAll() error
ValidateAll checks the field values on ListNamespacesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespacesResponseMultiError, or nil if none found.
type ListNamespacesResponseMultiError ¶
type ListNamespacesResponseMultiError []error
ListNamespacesResponseMultiError is an error wrapping multiple validation errors returned by ListNamespacesResponse.ValidateAll() if the designated constraints aren't met.
func (ListNamespacesResponseMultiError) AllErrors ¶
func (m ListNamespacesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListNamespacesResponseMultiError) Error ¶
func (m ListNamespacesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListNamespacesResponseValidationError ¶
type ListNamespacesResponseValidationError struct {
// contains filtered or unexported fields
}
ListNamespacesResponseValidationError is the validation error returned by ListNamespacesResponse.Validate if the designated constraints aren't met.
func (ListNamespacesResponseValidationError) Cause ¶
func (e ListNamespacesResponseValidationError) Cause() error
Cause function returns cause value.
func (ListNamespacesResponseValidationError) Error ¶
func (e ListNamespacesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListNamespacesResponseValidationError) ErrorName ¶
func (e ListNamespacesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListNamespacesResponseValidationError) Field ¶
func (e ListNamespacesResponseValidationError) Field() string
Field function returns field value.
func (ListNamespacesResponseValidationError) Key ¶
func (e ListNamespacesResponseValidationError) Key() bool
Key function returns key value.
func (ListNamespacesResponseValidationError) Reason ¶
func (e ListNamespacesResponseValidationError) Reason() string
Reason function returns reason value.
type QueryRunnersRequest ¶
type QueryRunnersRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` LastHeartbeatWithin *durationpb.Duration `protobuf:"bytes,2,opt,name=last_heartbeat_within,json=lastHeartbeatWithin,proto3" json:"last_heartbeat_within,omitempty"` // contains filtered or unexported fields }
func (*QueryRunnersRequest) Descriptor
deprecated
func (*QueryRunnersRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryRunnersRequest.ProtoReflect.Descriptor instead.
func (*QueryRunnersRequest) GetIds ¶
func (x *QueryRunnersRequest) GetIds() []string
func (*QueryRunnersRequest) GetLastHeartbeatWithin ¶
func (x *QueryRunnersRequest) GetLastHeartbeatWithin() *durationpb.Duration
func (*QueryRunnersRequest) ProtoMessage ¶
func (*QueryRunnersRequest) ProtoMessage()
func (*QueryRunnersRequest) ProtoReflect ¶
func (x *QueryRunnersRequest) ProtoReflect() protoreflect.Message
func (*QueryRunnersRequest) Reset ¶
func (x *QueryRunnersRequest) Reset()
func (*QueryRunnersRequest) String ¶
func (x *QueryRunnersRequest) String() string
func (*QueryRunnersRequest) Validate ¶
func (m *QueryRunnersRequest) Validate() error
Validate checks the field values on QueryRunnersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryRunnersRequest) ValidateAll ¶
func (m *QueryRunnersRequest) ValidateAll() error
ValidateAll checks the field values on QueryRunnersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryRunnersRequestMultiError, or nil if none found.
type QueryRunnersRequestMultiError ¶
type QueryRunnersRequestMultiError []error
QueryRunnersRequestMultiError is an error wrapping multiple validation errors returned by QueryRunnersRequest.ValidateAll() if the designated constraints aren't met.
func (QueryRunnersRequestMultiError) AllErrors ¶
func (m QueryRunnersRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryRunnersRequestMultiError) Error ¶
func (m QueryRunnersRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryRunnersRequestValidationError ¶
type QueryRunnersRequestValidationError struct {
// contains filtered or unexported fields
}
QueryRunnersRequestValidationError is the validation error returned by QueryRunnersRequest.Validate if the designated constraints aren't met.
func (QueryRunnersRequestValidationError) Cause ¶
func (e QueryRunnersRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryRunnersRequestValidationError) Error ¶
func (e QueryRunnersRequestValidationError) Error() string
Error satisfies the builtin error interface
func (QueryRunnersRequestValidationError) ErrorName ¶
func (e QueryRunnersRequestValidationError) ErrorName() string
ErrorName returns error name.
func (QueryRunnersRequestValidationError) Field ¶
func (e QueryRunnersRequestValidationError) Field() string
Field function returns field value.
func (QueryRunnersRequestValidationError) Key ¶
func (e QueryRunnersRequestValidationError) Key() bool
Key function returns key value.
func (QueryRunnersRequestValidationError) Reason ¶
func (e QueryRunnersRequestValidationError) Reason() string
Reason function returns reason value.
type QueryRunnersResponse ¶
type QueryRunnersResponse struct { Runners []*v1.Runner `protobuf:"bytes,1,rep,name=runners,proto3" json:"runners,omitempty"` // contains filtered or unexported fields }
func (*QueryRunnersResponse) Descriptor
deprecated
func (*QueryRunnersResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryRunnersResponse.ProtoReflect.Descriptor instead.
func (*QueryRunnersResponse) GetRunners ¶
func (x *QueryRunnersResponse) GetRunners() []*v1.Runner
func (*QueryRunnersResponse) ProtoMessage ¶
func (*QueryRunnersResponse) ProtoMessage()
func (*QueryRunnersResponse) ProtoReflect ¶
func (x *QueryRunnersResponse) ProtoReflect() protoreflect.Message
func (*QueryRunnersResponse) Reset ¶
func (x *QueryRunnersResponse) Reset()
func (*QueryRunnersResponse) String ¶
func (x *QueryRunnersResponse) String() string
func (*QueryRunnersResponse) Validate ¶
func (m *QueryRunnersResponse) Validate() error
Validate checks the field values on QueryRunnersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryRunnersResponse) ValidateAll ¶
func (m *QueryRunnersResponse) ValidateAll() error
ValidateAll checks the field values on QueryRunnersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryRunnersResponseMultiError, or nil if none found.
type QueryRunnersResponseMultiError ¶
type QueryRunnersResponseMultiError []error
QueryRunnersResponseMultiError is an error wrapping multiple validation errors returned by QueryRunnersResponse.ValidateAll() if the designated constraints aren't met.
func (QueryRunnersResponseMultiError) AllErrors ¶
func (m QueryRunnersResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryRunnersResponseMultiError) Error ¶
func (m QueryRunnersResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryRunnersResponseValidationError ¶
type QueryRunnersResponseValidationError struct {
// contains filtered or unexported fields
}
QueryRunnersResponseValidationError is the validation error returned by QueryRunnersResponse.Validate if the designated constraints aren't met.
func (QueryRunnersResponseValidationError) Cause ¶
func (e QueryRunnersResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryRunnersResponseValidationError) Error ¶
func (e QueryRunnersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (QueryRunnersResponseValidationError) ErrorName ¶
func (e QueryRunnersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (QueryRunnersResponseValidationError) Field ¶
func (e QueryRunnersResponseValidationError) Field() string
Field function returns field value.
func (QueryRunnersResponseValidationError) Key ¶
func (e QueryRunnersResponseValidationError) Key() bool
Key function returns key value.
func (QueryRunnersResponseValidationError) Reason ¶
func (e QueryRunnersResponseValidationError) Reason() string
Reason function returns reason value.
type QueryRunsRequest ¶
type QueryRunsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` TestIds []string `protobuf:"bytes,2,rep,name=test_ids,json=testIds,proto3" json:"test_ids,omitempty"` RunnerIds []string `protobuf:"bytes,3,rep,name=runner_ids,json=runnerIds,proto3" json:"runner_ids,omitempty"` Results []v1.Run_Result `protobuf:"varint,4,rep,packed,name=results,proto3,enum=tstr.common.v1.Run_Result" json:"results,omitempty"` ScheduledBefore *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=scheduled_before,json=scheduledBefore,proto3" json:"scheduled_before,omitempty"` ScheduledAfter *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=scheduled_after,json=scheduledAfter,proto3" json:"scheduled_after,omitempty"` StartedBefore *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=started_before,json=startedBefore,proto3" json:"started_before,omitempty"` StartedAfter *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=started_after,json=startedAfter,proto3" json:"started_after,omitempty"` FinishedBefore *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=finished_before,json=finishedBefore,proto3" json:"finished_before,omitempty"` FinishedAfter *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=finished_after,json=finishedAfter,proto3" json:"finished_after,omitempty"` IncludeLogs bool `protobuf:"varint,11,opt,name=include_logs,json=includeLogs,proto3" json:"include_logs,omitempty"` // contains filtered or unexported fields }
func (*QueryRunsRequest) Descriptor
deprecated
func (*QueryRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryRunsRequest.ProtoReflect.Descriptor instead.
func (*QueryRunsRequest) GetFinishedAfter ¶
func (x *QueryRunsRequest) GetFinishedAfter() *timestamppb.Timestamp
func (*QueryRunsRequest) GetFinishedBefore ¶
func (x *QueryRunsRequest) GetFinishedBefore() *timestamppb.Timestamp
func (*QueryRunsRequest) GetIds ¶
func (x *QueryRunsRequest) GetIds() []string
func (*QueryRunsRequest) GetIncludeLogs ¶
func (x *QueryRunsRequest) GetIncludeLogs() bool
func (*QueryRunsRequest) GetResults ¶
func (x *QueryRunsRequest) GetResults() []v1.Run_Result
func (*QueryRunsRequest) GetRunnerIds ¶
func (x *QueryRunsRequest) GetRunnerIds() []string
func (*QueryRunsRequest) GetScheduledAfter ¶
func (x *QueryRunsRequest) GetScheduledAfter() *timestamppb.Timestamp
func (*QueryRunsRequest) GetScheduledBefore ¶
func (x *QueryRunsRequest) GetScheduledBefore() *timestamppb.Timestamp
func (*QueryRunsRequest) GetStartedAfter ¶
func (x *QueryRunsRequest) GetStartedAfter() *timestamppb.Timestamp
func (*QueryRunsRequest) GetStartedBefore ¶
func (x *QueryRunsRequest) GetStartedBefore() *timestamppb.Timestamp
func (*QueryRunsRequest) GetTestIds ¶
func (x *QueryRunsRequest) GetTestIds() []string
func (*QueryRunsRequest) ProtoMessage ¶
func (*QueryRunsRequest) ProtoMessage()
func (*QueryRunsRequest) ProtoReflect ¶
func (x *QueryRunsRequest) ProtoReflect() protoreflect.Message
func (*QueryRunsRequest) Reset ¶
func (x *QueryRunsRequest) Reset()
func (*QueryRunsRequest) String ¶
func (x *QueryRunsRequest) String() string
func (*QueryRunsRequest) Validate ¶
func (m *QueryRunsRequest) Validate() error
Validate checks the field values on QueryRunsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryRunsRequest) ValidateAll ¶
func (m *QueryRunsRequest) ValidateAll() error
ValidateAll checks the field values on QueryRunsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryRunsRequestMultiError, or nil if none found.
type QueryRunsRequestMultiError ¶
type QueryRunsRequestMultiError []error
QueryRunsRequestMultiError is an error wrapping multiple validation errors returned by QueryRunsRequest.ValidateAll() if the designated constraints aren't met.
func (QueryRunsRequestMultiError) AllErrors ¶
func (m QueryRunsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryRunsRequestMultiError) Error ¶
func (m QueryRunsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryRunsRequestValidationError ¶
type QueryRunsRequestValidationError struct {
// contains filtered or unexported fields
}
QueryRunsRequestValidationError is the validation error returned by QueryRunsRequest.Validate if the designated constraints aren't met.
func (QueryRunsRequestValidationError) Cause ¶
func (e QueryRunsRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryRunsRequestValidationError) Error ¶
func (e QueryRunsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (QueryRunsRequestValidationError) ErrorName ¶
func (e QueryRunsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (QueryRunsRequestValidationError) Field ¶
func (e QueryRunsRequestValidationError) Field() string
Field function returns field value.
func (QueryRunsRequestValidationError) Key ¶
func (e QueryRunsRequestValidationError) Key() bool
Key function returns key value.
func (QueryRunsRequestValidationError) Reason ¶
func (e QueryRunsRequestValidationError) Reason() string
Reason function returns reason value.
type QueryRunsResponse ¶
type QueryRunsResponse struct { Runs []*v1.Run `protobuf:"bytes,1,rep,name=runs,proto3" json:"runs,omitempty"` // contains filtered or unexported fields }
func (*QueryRunsResponse) Descriptor
deprecated
func (*QueryRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryRunsResponse.ProtoReflect.Descriptor instead.
func (*QueryRunsResponse) GetRuns ¶
func (x *QueryRunsResponse) GetRuns() []*v1.Run
func (*QueryRunsResponse) ProtoMessage ¶
func (*QueryRunsResponse) ProtoMessage()
func (*QueryRunsResponse) ProtoReflect ¶
func (x *QueryRunsResponse) ProtoReflect() protoreflect.Message
func (*QueryRunsResponse) Reset ¶
func (x *QueryRunsResponse) Reset()
func (*QueryRunsResponse) String ¶
func (x *QueryRunsResponse) String() string
func (*QueryRunsResponse) Validate ¶
func (m *QueryRunsResponse) Validate() error
Validate checks the field values on QueryRunsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryRunsResponse) ValidateAll ¶
func (m *QueryRunsResponse) ValidateAll() error
ValidateAll checks the field values on QueryRunsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryRunsResponseMultiError, or nil if none found.
type QueryRunsResponseMultiError ¶
type QueryRunsResponseMultiError []error
QueryRunsResponseMultiError is an error wrapping multiple validation errors returned by QueryRunsResponse.ValidateAll() if the designated constraints aren't met.
func (QueryRunsResponseMultiError) AllErrors ¶
func (m QueryRunsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryRunsResponseMultiError) Error ¶
func (m QueryRunsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryRunsResponseValidationError ¶
type QueryRunsResponseValidationError struct {
// contains filtered or unexported fields
}
QueryRunsResponseValidationError is the validation error returned by QueryRunsResponse.Validate if the designated constraints aren't met.
func (QueryRunsResponseValidationError) Cause ¶
func (e QueryRunsResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryRunsResponseValidationError) Error ¶
func (e QueryRunsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (QueryRunsResponseValidationError) ErrorName ¶
func (e QueryRunsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (QueryRunsResponseValidationError) Field ¶
func (e QueryRunsResponseValidationError) Field() string
Field function returns field value.
func (QueryRunsResponseValidationError) Key ¶
func (e QueryRunsResponseValidationError) Key() bool
Key function returns key value.
func (QueryRunsResponseValidationError) Reason ¶
func (e QueryRunsResponseValidationError) Reason() string
Reason function returns reason value.
type QueryTestsRequest ¶
type QueryTestsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` TestSuiteIds []string `protobuf:"bytes,2,rep,name=test_suite_ids,json=testSuiteIds,proto3" json:"test_suite_ids,omitempty"` Labels map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*QueryTestsRequest) Descriptor
deprecated
func (*QueryTestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use QueryTestsRequest.ProtoReflect.Descriptor instead.
func (*QueryTestsRequest) GetIds ¶
func (x *QueryTestsRequest) GetIds() []string
func (*QueryTestsRequest) GetLabels ¶
func (x *QueryTestsRequest) GetLabels() map[string]string
func (*QueryTestsRequest) GetTestSuiteIds ¶
func (x *QueryTestsRequest) GetTestSuiteIds() []string
func (*QueryTestsRequest) ProtoMessage ¶
func (*QueryTestsRequest) ProtoMessage()
func (*QueryTestsRequest) ProtoReflect ¶
func (x *QueryTestsRequest) ProtoReflect() protoreflect.Message
func (*QueryTestsRequest) Reset ¶
func (x *QueryTestsRequest) Reset()
func (*QueryTestsRequest) String ¶
func (x *QueryTestsRequest) String() string
func (*QueryTestsRequest) Validate ¶
func (m *QueryTestsRequest) Validate() error
Validate checks the field values on QueryTestsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryTestsRequest) ValidateAll ¶
func (m *QueryTestsRequest) ValidateAll() error
ValidateAll checks the field values on QueryTestsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryTestsRequestMultiError, or nil if none found.
type QueryTestsRequestMultiError ¶
type QueryTestsRequestMultiError []error
QueryTestsRequestMultiError is an error wrapping multiple validation errors returned by QueryTestsRequest.ValidateAll() if the designated constraints aren't met.
func (QueryTestsRequestMultiError) AllErrors ¶
func (m QueryTestsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryTestsRequestMultiError) Error ¶
func (m QueryTestsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryTestsRequestValidationError ¶
type QueryTestsRequestValidationError struct {
// contains filtered or unexported fields
}
QueryTestsRequestValidationError is the validation error returned by QueryTestsRequest.Validate if the designated constraints aren't met.
func (QueryTestsRequestValidationError) Cause ¶
func (e QueryTestsRequestValidationError) Cause() error
Cause function returns cause value.
func (QueryTestsRequestValidationError) Error ¶
func (e QueryTestsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (QueryTestsRequestValidationError) ErrorName ¶
func (e QueryTestsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (QueryTestsRequestValidationError) Field ¶
func (e QueryTestsRequestValidationError) Field() string
Field function returns field value.
func (QueryTestsRequestValidationError) Key ¶
func (e QueryTestsRequestValidationError) Key() bool
Key function returns key value.
func (QueryTestsRequestValidationError) Reason ¶
func (e QueryTestsRequestValidationError) Reason() string
Reason function returns reason value.
type QueryTestsResponse ¶
type QueryTestsResponse struct { Tests []*v1.Test `protobuf:"bytes,1,rep,name=tests,proto3" json:"tests,omitempty"` // contains filtered or unexported fields }
func (*QueryTestsResponse) Descriptor
deprecated
func (*QueryTestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use QueryTestsResponse.ProtoReflect.Descriptor instead.
func (*QueryTestsResponse) GetTests ¶
func (x *QueryTestsResponse) GetTests() []*v1.Test
func (*QueryTestsResponse) ProtoMessage ¶
func (*QueryTestsResponse) ProtoMessage()
func (*QueryTestsResponse) ProtoReflect ¶
func (x *QueryTestsResponse) ProtoReflect() protoreflect.Message
func (*QueryTestsResponse) Reset ¶
func (x *QueryTestsResponse) Reset()
func (*QueryTestsResponse) String ¶
func (x *QueryTestsResponse) String() string
func (*QueryTestsResponse) Validate ¶
func (m *QueryTestsResponse) Validate() error
Validate checks the field values on QueryTestsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*QueryTestsResponse) ValidateAll ¶
func (m *QueryTestsResponse) ValidateAll() error
ValidateAll checks the field values on QueryTestsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in QueryTestsResponseMultiError, or nil if none found.
type QueryTestsResponseMultiError ¶
type QueryTestsResponseMultiError []error
QueryTestsResponseMultiError is an error wrapping multiple validation errors returned by QueryTestsResponse.ValidateAll() if the designated constraints aren't met.
func (QueryTestsResponseMultiError) AllErrors ¶
func (m QueryTestsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (QueryTestsResponseMultiError) Error ¶
func (m QueryTestsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type QueryTestsResponseValidationError ¶
type QueryTestsResponseValidationError struct {
// contains filtered or unexported fields
}
QueryTestsResponseValidationError is the validation error returned by QueryTestsResponse.Validate if the designated constraints aren't met.
func (QueryTestsResponseValidationError) Cause ¶
func (e QueryTestsResponseValidationError) Cause() error
Cause function returns cause value.
func (QueryTestsResponseValidationError) Error ¶
func (e QueryTestsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (QueryTestsResponseValidationError) ErrorName ¶
func (e QueryTestsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (QueryTestsResponseValidationError) Field ¶
func (e QueryTestsResponseValidationError) Field() string
Field function returns field value.
func (QueryTestsResponseValidationError) Key ¶
func (e QueryTestsResponseValidationError) Key() bool
Key function returns key value.
func (QueryTestsResponseValidationError) Reason ¶
func (e QueryTestsResponseValidationError) Reason() string
Reason function returns reason value.
type RunSummary ¶
type RunSummary struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` TestId string `protobuf:"bytes,2,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` TestName string `protobuf:"bytes,3,opt,name=test_name,json=testName,proto3" json:"test_name,omitempty"` TestRunConfig *v1.Test_RunConfig `protobuf:"bytes,4,opt,name=test_run_config,json=testRunConfig,proto3" json:"test_run_config,omitempty"` Labels map[string]string `` /* 153-byte string literal not displayed */ RunnerId string `protobuf:"bytes,6,opt,name=runner_id,json=runnerId,proto3" json:"runner_id,omitempty"` Result v1.Run_Result `protobuf:"varint,7,opt,name=result,proto3,enum=tstr.common.v1.Run_Result" json:"result,omitempty"` ResultData map[string]string `` /* 179-byte string literal not displayed */ ScheduledAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=scheduled_at,json=scheduledAt,proto3" json:"scheduled_at,omitempty"` StartedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"` FinishedAt *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"` // contains filtered or unexported fields }
func (*RunSummary) Descriptor
deprecated
func (*RunSummary) Descriptor() ([]byte, []int)
Deprecated: Use RunSummary.ProtoReflect.Descriptor instead.
func (*RunSummary) GetFinishedAt ¶
func (x *RunSummary) GetFinishedAt() *timestamppb.Timestamp
func (*RunSummary) GetId ¶
func (x *RunSummary) GetId() string
func (*RunSummary) GetLabels ¶
func (x *RunSummary) GetLabels() map[string]string
func (*RunSummary) GetResult ¶
func (x *RunSummary) GetResult() v1.Run_Result
func (*RunSummary) GetResultData ¶
func (x *RunSummary) GetResultData() map[string]string
func (*RunSummary) GetRunnerId ¶
func (x *RunSummary) GetRunnerId() string
func (*RunSummary) GetScheduledAt ¶
func (x *RunSummary) GetScheduledAt() *timestamppb.Timestamp
func (*RunSummary) GetStartedAt ¶
func (x *RunSummary) GetStartedAt() *timestamppb.Timestamp
func (*RunSummary) GetTestId ¶
func (x *RunSummary) GetTestId() string
func (*RunSummary) GetTestName ¶
func (x *RunSummary) GetTestName() string
func (*RunSummary) GetTestRunConfig ¶
func (x *RunSummary) GetTestRunConfig() *v1.Test_RunConfig
func (*RunSummary) ProtoMessage ¶
func (*RunSummary) ProtoMessage()
func (*RunSummary) ProtoReflect ¶
func (x *RunSummary) ProtoReflect() protoreflect.Message
func (*RunSummary) Reset ¶
func (x *RunSummary) Reset()
func (*RunSummary) String ¶
func (x *RunSummary) String() string
func (*RunSummary) Validate ¶
func (m *RunSummary) Validate() error
Validate checks the field values on RunSummary with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RunSummary) ValidateAll ¶
func (m *RunSummary) ValidateAll() error
ValidateAll checks the field values on RunSummary with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RunSummaryMultiError, or nil if none found.
type RunSummaryMultiError ¶
type RunSummaryMultiError []error
RunSummaryMultiError is an error wrapping multiple validation errors returned by RunSummary.ValidateAll() if the designated constraints aren't met.
func (RunSummaryMultiError) AllErrors ¶
func (m RunSummaryMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RunSummaryMultiError) Error ¶
func (m RunSummaryMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RunSummaryValidationError ¶
type RunSummaryValidationError struct {
// contains filtered or unexported fields
}
RunSummaryValidationError is the validation error returned by RunSummary.Validate if the designated constraints aren't met.
func (RunSummaryValidationError) Cause ¶
func (e RunSummaryValidationError) Cause() error
Cause function returns cause value.
func (RunSummaryValidationError) Error ¶
func (e RunSummaryValidationError) Error() string
Error satisfies the builtin error interface
func (RunSummaryValidationError) ErrorName ¶
func (e RunSummaryValidationError) ErrorName() string
ErrorName returns error name.
func (RunSummaryValidationError) Field ¶
func (e RunSummaryValidationError) Field() string
Field function returns field value.
func (RunSummaryValidationError) Key ¶
func (e RunSummaryValidationError) Key() bool
Key function returns key value.
func (RunSummaryValidationError) Reason ¶
func (e RunSummaryValidationError) Reason() string
Reason function returns reason value.
type SummarizeRunsRequest ¶
type SummarizeRunsRequest struct { ScheduledAfter *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=scheduled_after,json=scheduledAfter,proto3" json:"scheduled_after,omitempty"` Window *durationpb.Duration `protobuf:"bytes,2,opt,name=window,proto3" json:"window,omitempty"` Interval SummarizeRunsRequest_Interval `protobuf:"varint,3,opt,name=interval,proto3,enum=tstr.data.v1.SummarizeRunsRequest_Interval" json:"interval,omitempty"` TestIds []string `protobuf:"bytes,4,rep,name=test_ids,json=testIds,proto3" json:"test_ids,omitempty"` // contains filtered or unexported fields }
func (*SummarizeRunsRequest) Descriptor
deprecated
func (*SummarizeRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use SummarizeRunsRequest.ProtoReflect.Descriptor instead.
func (*SummarizeRunsRequest) GetInterval ¶
func (x *SummarizeRunsRequest) GetInterval() SummarizeRunsRequest_Interval
func (*SummarizeRunsRequest) GetScheduledAfter ¶
func (x *SummarizeRunsRequest) GetScheduledAfter() *timestamppb.Timestamp
func (*SummarizeRunsRequest) GetTestIds ¶
func (x *SummarizeRunsRequest) GetTestIds() []string
func (*SummarizeRunsRequest) GetWindow ¶
func (x *SummarizeRunsRequest) GetWindow() *durationpb.Duration
func (*SummarizeRunsRequest) ProtoMessage ¶
func (*SummarizeRunsRequest) ProtoMessage()
func (*SummarizeRunsRequest) ProtoReflect ¶
func (x *SummarizeRunsRequest) ProtoReflect() protoreflect.Message
func (*SummarizeRunsRequest) Reset ¶
func (x *SummarizeRunsRequest) Reset()
func (*SummarizeRunsRequest) String ¶
func (x *SummarizeRunsRequest) String() string
func (*SummarizeRunsRequest) Validate ¶
func (m *SummarizeRunsRequest) Validate() error
Validate checks the field values on SummarizeRunsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SummarizeRunsRequest) ValidateAll ¶
func (m *SummarizeRunsRequest) ValidateAll() error
ValidateAll checks the field values on SummarizeRunsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SummarizeRunsRequestMultiError, or nil if none found.
type SummarizeRunsRequestMultiError ¶
type SummarizeRunsRequestMultiError []error
SummarizeRunsRequestMultiError is an error wrapping multiple validation errors returned by SummarizeRunsRequest.ValidateAll() if the designated constraints aren't met.
func (SummarizeRunsRequestMultiError) AllErrors ¶
func (m SummarizeRunsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SummarizeRunsRequestMultiError) Error ¶
func (m SummarizeRunsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SummarizeRunsRequestValidationError ¶
type SummarizeRunsRequestValidationError struct {
// contains filtered or unexported fields
}
SummarizeRunsRequestValidationError is the validation error returned by SummarizeRunsRequest.Validate if the designated constraints aren't met.
func (SummarizeRunsRequestValidationError) Cause ¶
func (e SummarizeRunsRequestValidationError) Cause() error
Cause function returns cause value.
func (SummarizeRunsRequestValidationError) Error ¶
func (e SummarizeRunsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SummarizeRunsRequestValidationError) ErrorName ¶
func (e SummarizeRunsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SummarizeRunsRequestValidationError) Field ¶
func (e SummarizeRunsRequestValidationError) Field() string
Field function returns field value.
func (SummarizeRunsRequestValidationError) Key ¶
func (e SummarizeRunsRequestValidationError) Key() bool
Key function returns key value.
func (SummarizeRunsRequestValidationError) Reason ¶
func (e SummarizeRunsRequestValidationError) Reason() string
Reason function returns reason value.
type SummarizeRunsRequest_Interval ¶
type SummarizeRunsRequest_Interval int32
const ( SummarizeRunsRequest_UNKNOWN SummarizeRunsRequest_Interval = 0 SummarizeRunsRequest_HOUR SummarizeRunsRequest_Interval = 1 SummarizeRunsRequest_DAY SummarizeRunsRequest_Interval = 2 SummarizeRunsRequest_WEEK SummarizeRunsRequest_Interval = 3 )
func (SummarizeRunsRequest_Interval) Descriptor ¶
func (SummarizeRunsRequest_Interval) Descriptor() protoreflect.EnumDescriptor
func (SummarizeRunsRequest_Interval) Enum ¶
func (x SummarizeRunsRequest_Interval) Enum() *SummarizeRunsRequest_Interval
func (SummarizeRunsRequest_Interval) EnumDescriptor
deprecated
func (SummarizeRunsRequest_Interval) EnumDescriptor() ([]byte, []int)
Deprecated: Use SummarizeRunsRequest_Interval.Descriptor instead.
func (SummarizeRunsRequest_Interval) Number ¶
func (x SummarizeRunsRequest_Interval) Number() protoreflect.EnumNumber
func (SummarizeRunsRequest_Interval) String ¶
func (x SummarizeRunsRequest_Interval) String() string
func (SummarizeRunsRequest_Interval) Type ¶
func (SummarizeRunsRequest_Interval) Type() protoreflect.EnumType
type SummarizeRunsResponse ¶
type SummarizeRunsResponse struct { IntervalStats []*SummarizeRunsResponse_IntervalStats `protobuf:"bytes,1,rep,name=interval_stats,json=intervalStats,proto3" json:"interval_stats,omitempty"` // contains filtered or unexported fields }
func (*SummarizeRunsResponse) Descriptor
deprecated
func (*SummarizeRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use SummarizeRunsResponse.ProtoReflect.Descriptor instead.
func (*SummarizeRunsResponse) GetIntervalStats ¶
func (x *SummarizeRunsResponse) GetIntervalStats() []*SummarizeRunsResponse_IntervalStats
func (*SummarizeRunsResponse) ProtoMessage ¶
func (*SummarizeRunsResponse) ProtoMessage()
func (*SummarizeRunsResponse) ProtoReflect ¶
func (x *SummarizeRunsResponse) ProtoReflect() protoreflect.Message
func (*SummarizeRunsResponse) Reset ¶
func (x *SummarizeRunsResponse) Reset()
func (*SummarizeRunsResponse) String ¶
func (x *SummarizeRunsResponse) String() string
func (*SummarizeRunsResponse) Validate ¶
func (m *SummarizeRunsResponse) Validate() error
Validate checks the field values on SummarizeRunsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SummarizeRunsResponse) ValidateAll ¶
func (m *SummarizeRunsResponse) ValidateAll() error
ValidateAll checks the field values on SummarizeRunsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SummarizeRunsResponseMultiError, or nil if none found.
type SummarizeRunsResponseMultiError ¶
type SummarizeRunsResponseMultiError []error
SummarizeRunsResponseMultiError is an error wrapping multiple validation errors returned by SummarizeRunsResponse.ValidateAll() if the designated constraints aren't met.
func (SummarizeRunsResponseMultiError) AllErrors ¶
func (m SummarizeRunsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SummarizeRunsResponseMultiError) Error ¶
func (m SummarizeRunsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SummarizeRunsResponseValidationError ¶
type SummarizeRunsResponseValidationError struct {
// contains filtered or unexported fields
}
SummarizeRunsResponseValidationError is the validation error returned by SummarizeRunsResponse.Validate if the designated constraints aren't met.
func (SummarizeRunsResponseValidationError) Cause ¶
func (e SummarizeRunsResponseValidationError) Cause() error
Cause function returns cause value.
func (SummarizeRunsResponseValidationError) Error ¶
func (e SummarizeRunsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SummarizeRunsResponseValidationError) ErrorName ¶
func (e SummarizeRunsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SummarizeRunsResponseValidationError) Field ¶
func (e SummarizeRunsResponseValidationError) Field() string
Field function returns field value.
func (SummarizeRunsResponseValidationError) Key ¶
func (e SummarizeRunsResponseValidationError) Key() bool
Key function returns key value.
func (SummarizeRunsResponseValidationError) Reason ¶
func (e SummarizeRunsResponseValidationError) Reason() string
Reason function returns reason value.
type SummarizeRunsResponse_IntervalStats ¶
type SummarizeRunsResponse_IntervalStats struct { StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"` ResultCount []*SummarizeRunsResponse_IntervalStats_ResultBreakdown `protobuf:"bytes,3,rep,name=result_count,json=resultCount,proto3" json:"result_count,omitempty"` TestCount []*SummarizeRunsResponse_IntervalStats_TestBreakdown `protobuf:"bytes,4,rep,name=test_count,json=testCount,proto3" json:"test_count,omitempty"` // contains filtered or unexported fields }
func (*SummarizeRunsResponse_IntervalStats) Descriptor
deprecated
func (*SummarizeRunsResponse_IntervalStats) Descriptor() ([]byte, []int)
Deprecated: Use SummarizeRunsResponse_IntervalStats.ProtoReflect.Descriptor instead.
func (*SummarizeRunsResponse_IntervalStats) GetDuration ¶
func (x *SummarizeRunsResponse_IntervalStats) GetDuration() *durationpb.Duration
func (*SummarizeRunsResponse_IntervalStats) GetResultCount ¶
func (x *SummarizeRunsResponse_IntervalStats) GetResultCount() []*SummarizeRunsResponse_IntervalStats_ResultBreakdown
func (*SummarizeRunsResponse_IntervalStats) GetStartTime ¶
func (x *SummarizeRunsResponse_IntervalStats) GetStartTime() *timestamppb.Timestamp
func (*SummarizeRunsResponse_IntervalStats) GetTestCount ¶
func (x *SummarizeRunsResponse_IntervalStats) GetTestCount() []*SummarizeRunsResponse_IntervalStats_TestBreakdown
func (*SummarizeRunsResponse_IntervalStats) ProtoMessage ¶
func (*SummarizeRunsResponse_IntervalStats) ProtoMessage()
func (*SummarizeRunsResponse_IntervalStats) ProtoReflect ¶
func (x *SummarizeRunsResponse_IntervalStats) ProtoReflect() protoreflect.Message
func (*SummarizeRunsResponse_IntervalStats) Reset ¶
func (x *SummarizeRunsResponse_IntervalStats) Reset()
func (*SummarizeRunsResponse_IntervalStats) String ¶
func (x *SummarizeRunsResponse_IntervalStats) String() string
func (*SummarizeRunsResponse_IntervalStats) Validate ¶
func (m *SummarizeRunsResponse_IntervalStats) Validate() error
Validate checks the field values on SummarizeRunsResponse_IntervalStats with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SummarizeRunsResponse_IntervalStats) ValidateAll ¶
func (m *SummarizeRunsResponse_IntervalStats) ValidateAll() error
ValidateAll checks the field values on SummarizeRunsResponse_IntervalStats with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SummarizeRunsResponse_IntervalStatsMultiError, or nil if none found.
type SummarizeRunsResponse_IntervalStatsMultiError ¶
type SummarizeRunsResponse_IntervalStatsMultiError []error
SummarizeRunsResponse_IntervalStatsMultiError is an error wrapping multiple validation errors returned by SummarizeRunsResponse_IntervalStats.ValidateAll() if the designated constraints aren't met.
func (SummarizeRunsResponse_IntervalStatsMultiError) AllErrors ¶
func (m SummarizeRunsResponse_IntervalStatsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SummarizeRunsResponse_IntervalStatsMultiError) Error ¶
func (m SummarizeRunsResponse_IntervalStatsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SummarizeRunsResponse_IntervalStatsValidationError ¶
type SummarizeRunsResponse_IntervalStatsValidationError struct {
// contains filtered or unexported fields
}
SummarizeRunsResponse_IntervalStatsValidationError is the validation error returned by SummarizeRunsResponse_IntervalStats.Validate if the designated constraints aren't met.
func (SummarizeRunsResponse_IntervalStatsValidationError) Cause ¶
func (e SummarizeRunsResponse_IntervalStatsValidationError) Cause() error
Cause function returns cause value.
func (SummarizeRunsResponse_IntervalStatsValidationError) Error ¶
func (e SummarizeRunsResponse_IntervalStatsValidationError) Error() string
Error satisfies the builtin error interface
func (SummarizeRunsResponse_IntervalStatsValidationError) ErrorName ¶
func (e SummarizeRunsResponse_IntervalStatsValidationError) ErrorName() string
ErrorName returns error name.
func (SummarizeRunsResponse_IntervalStatsValidationError) Field ¶
func (e SummarizeRunsResponse_IntervalStatsValidationError) Field() string
Field function returns field value.
func (SummarizeRunsResponse_IntervalStatsValidationError) Key ¶
func (e SummarizeRunsResponse_IntervalStatsValidationError) Key() bool
Key function returns key value.
func (SummarizeRunsResponse_IntervalStatsValidationError) Reason ¶
func (e SummarizeRunsResponse_IntervalStatsValidationError) Reason() string
Reason function returns reason value.
type SummarizeRunsResponse_IntervalStats_ResultBreakdown ¶
type SummarizeRunsResponse_IntervalStats_ResultBreakdown struct { Result v1.Run_Result `protobuf:"varint,1,opt,name=result,proto3,enum=tstr.common.v1.Run_Result" json:"result,omitempty"` Count uint32 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) Descriptor
deprecated
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) Descriptor() ([]byte, []int)
Deprecated: Use SummarizeRunsResponse_IntervalStats_ResultBreakdown.ProtoReflect.Descriptor instead.
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) GetCount ¶
func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) GetCount() uint32
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) GetResult ¶
func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) GetResult() v1.Run_Result
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) ProtoMessage ¶
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) ProtoMessage()
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) ProtoReflect ¶
func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) ProtoReflect() protoreflect.Message
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) Reset ¶
func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) Reset()
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) String ¶
func (x *SummarizeRunsResponse_IntervalStats_ResultBreakdown) String() string
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) Validate ¶
func (m *SummarizeRunsResponse_IntervalStats_ResultBreakdown) Validate() error
Validate checks the field values on SummarizeRunsResponse_IntervalStats_ResultBreakdown with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SummarizeRunsResponse_IntervalStats_ResultBreakdown) ValidateAll ¶
func (m *SummarizeRunsResponse_IntervalStats_ResultBreakdown) ValidateAll() error
ValidateAll checks the field values on SummarizeRunsResponse_IntervalStats_ResultBreakdown with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SummarizeRunsResponse_IntervalStats_ResultBreakdownMultiError, or nil if none found.
type SummarizeRunsResponse_IntervalStats_ResultBreakdownMultiError ¶
type SummarizeRunsResponse_IntervalStats_ResultBreakdownMultiError []error
SummarizeRunsResponse_IntervalStats_ResultBreakdownMultiError is an error wrapping multiple validation errors returned by SummarizeRunsResponse_IntervalStats_ResultBreakdown.ValidateAll() if the designated constraints aren't met.
func (SummarizeRunsResponse_IntervalStats_ResultBreakdownMultiError) AllErrors ¶
func (m SummarizeRunsResponse_IntervalStats_ResultBreakdownMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SummarizeRunsResponse_IntervalStats_ResultBreakdownMultiError) Error ¶
func (m SummarizeRunsResponse_IntervalStats_ResultBreakdownMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError ¶
type SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError struct {
// contains filtered or unexported fields
}
SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError is the validation error returned by SummarizeRunsResponse_IntervalStats_ResultBreakdown.Validate if the designated constraints aren't met.
func (SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Cause ¶
func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Cause() error
Cause function returns cause value.
func (SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Error ¶
func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Error() string
Error satisfies the builtin error interface
func (SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) ErrorName ¶
func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) ErrorName() string
ErrorName returns error name.
func (SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Field ¶
func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Field() string
Field function returns field value.
func (SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Key ¶
Key function returns key value.
func (SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Reason ¶
func (e SummarizeRunsResponse_IntervalStats_ResultBreakdownValidationError) Reason() string
Reason function returns reason value.
type SummarizeRunsResponse_IntervalStats_TestBreakdown ¶
type SummarizeRunsResponse_IntervalStats_TestBreakdown struct { TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` TestName string `protobuf:"bytes,2,opt,name=test_name,json=testName,proto3" json:"test_name,omitempty"` ResultCount []*SummarizeRunsResponse_IntervalStats_ResultBreakdown `protobuf:"bytes,3,rep,name=result_count,json=resultCount,proto3" json:"result_count,omitempty"` // contains filtered or unexported fields }
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) Descriptor
deprecated
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) Descriptor() ([]byte, []int)
Deprecated: Use SummarizeRunsResponse_IntervalStats_TestBreakdown.ProtoReflect.Descriptor instead.
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) GetResultCount ¶
func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) GetResultCount() []*SummarizeRunsResponse_IntervalStats_ResultBreakdown
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) GetTestId ¶
func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) GetTestId() string
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) GetTestName ¶
func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) GetTestName() string
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) ProtoMessage ¶
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) ProtoMessage()
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) ProtoReflect ¶
func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) ProtoReflect() protoreflect.Message
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) Reset ¶
func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) Reset()
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) String ¶
func (x *SummarizeRunsResponse_IntervalStats_TestBreakdown) String() string
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) Validate ¶
func (m *SummarizeRunsResponse_IntervalStats_TestBreakdown) Validate() error
Validate checks the field values on SummarizeRunsResponse_IntervalStats_TestBreakdown with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SummarizeRunsResponse_IntervalStats_TestBreakdown) ValidateAll ¶
func (m *SummarizeRunsResponse_IntervalStats_TestBreakdown) ValidateAll() error
ValidateAll checks the field values on SummarizeRunsResponse_IntervalStats_TestBreakdown with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SummarizeRunsResponse_IntervalStats_TestBreakdownMultiError, or nil if none found.
type SummarizeRunsResponse_IntervalStats_TestBreakdownMultiError ¶
type SummarizeRunsResponse_IntervalStats_TestBreakdownMultiError []error
SummarizeRunsResponse_IntervalStats_TestBreakdownMultiError is an error wrapping multiple validation errors returned by SummarizeRunsResponse_IntervalStats_TestBreakdown.ValidateAll() if the designated constraints aren't met.
func (SummarizeRunsResponse_IntervalStats_TestBreakdownMultiError) AllErrors ¶
func (m SummarizeRunsResponse_IntervalStats_TestBreakdownMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SummarizeRunsResponse_IntervalStats_TestBreakdownMultiError) Error ¶
func (m SummarizeRunsResponse_IntervalStats_TestBreakdownMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError ¶
type SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError struct {
// contains filtered or unexported fields
}
SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError is the validation error returned by SummarizeRunsResponse_IntervalStats_TestBreakdown.Validate if the designated constraints aren't met.
func (SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Cause ¶
func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Cause() error
Cause function returns cause value.
func (SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Error ¶
func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Error() string
Error satisfies the builtin error interface
func (SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) ErrorName ¶
func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) ErrorName() string
ErrorName returns error name.
func (SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Field ¶
func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Field() string
Field function returns field value.
func (SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Key ¶
Key function returns key value.
func (SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Reason ¶
func (e SummarizeRunsResponse_IntervalStats_TestBreakdownValidationError) Reason() string
Reason function returns reason value.
type UnimplementedDataServiceServer ¶
type UnimplementedDataServiceServer struct { }
UnimplementedDataServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedDataServiceServer) GetRun ¶
func (UnimplementedDataServiceServer) GetRun(context.Context, *GetRunRequest) (*GetRunResponse, error)
func (UnimplementedDataServiceServer) GetRunner ¶
func (UnimplementedDataServiceServer) GetRunner(context.Context, *GetRunnerRequest) (*GetRunnerResponse, error)
func (UnimplementedDataServiceServer) GetTest ¶
func (UnimplementedDataServiceServer) GetTest(context.Context, *GetTestRequest) (*GetTestResponse, error)
func (UnimplementedDataServiceServer) QueryRunners ¶
func (UnimplementedDataServiceServer) QueryRunners(context.Context, *QueryRunnersRequest) (*QueryRunnersResponse, error)
func (UnimplementedDataServiceServer) QueryRuns ¶
func (UnimplementedDataServiceServer) QueryRuns(context.Context, *QueryRunsRequest) (*QueryRunsResponse, error)
func (UnimplementedDataServiceServer) QueryTests ¶
func (UnimplementedDataServiceServer) QueryTests(context.Context, *QueryTestsRequest) (*QueryTestsResponse, error)
func (UnimplementedDataServiceServer) SummarizeRuns ¶
func (UnimplementedDataServiceServer) SummarizeRuns(context.Context, *SummarizeRunsRequest) (*SummarizeRunsResponse, error)
type UnsafeDataServiceServer ¶
type UnsafeDataServiceServer interface {
// contains filtered or unexported methods
}
UnsafeDataServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DataServiceServer will result in compilation errors.