Documentation
¶
Index ¶
- Constants
- Variables
- func RegisterAgentServiceServer(s grpc.ServiceRegistrar, srv AgentServiceServer)
- func RegisterConfigServiceServer(s grpc.ServiceRegistrar, srv ConfigServiceServer)
- func RegisterRegressionDashboardServiceServer(s grpc.ServiceRegistrar, srv RegressionDashboardServiceServer)
- func RegisterReportServiceServer(s grpc.ServiceRegistrar, srv ReportServiceServer)
- func RegisterTestServiceServer(s grpc.ServiceRegistrar, srv TestServiceServer)
- type AgentServiceClient
- type AgentServiceServer
- type CalculateReportKpiValuesRequest
- func (*CalculateReportKpiValuesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CalculateReportKpiValuesRequest) GetFolderId() string
- func (x *CalculateReportKpiValuesRequest) GetKpi() *report.Kpi
- func (x *CalculateReportKpiValuesRequest) GetTestCase() string
- func (x *CalculateReportKpiValuesRequest) GetTestFilter() string
- func (*CalculateReportKpiValuesRequest) ProtoMessage()
- func (x *CalculateReportKpiValuesRequest) ProtoReflect() protoreflect.Message
- func (x *CalculateReportKpiValuesRequest) Reset()
- func (m *CalculateReportKpiValuesRequest) SetFolderId(v string)
- func (m *CalculateReportKpiValuesRequest) SetKpi(v *report.Kpi)
- func (m *CalculateReportKpiValuesRequest) SetTestCase(v string)
- func (m *CalculateReportKpiValuesRequest) SetTestFilter(v string)
- func (x *CalculateReportKpiValuesRequest) String() string
- type CalculateReportKpiValuesResponse
- func (*CalculateReportKpiValuesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CalculateReportKpiValuesResponse) GetFolderId() string
- func (x *CalculateReportKpiValuesResponse) GetValues() []*report.KpiValue
- func (*CalculateReportKpiValuesResponse) ProtoMessage()
- func (x *CalculateReportKpiValuesResponse) ProtoReflect() protoreflect.Message
- func (x *CalculateReportKpiValuesResponse) Reset()
- func (m *CalculateReportKpiValuesResponse) SetFolderId(v string)
- func (m *CalculateReportKpiValuesResponse) SetValues(v []*report.KpiValue)
- func (x *CalculateReportKpiValuesResponse) String() string
- type ConfigServiceClient
- type ConfigServiceServer
- type CreateAgentMetadata
- func (*CreateAgentMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAgentMetadata) GetAgentId() string
- func (*CreateAgentMetadata) ProtoMessage()
- func (x *CreateAgentMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateAgentMetadata) Reset()
- func (m *CreateAgentMetadata) SetAgentId(v string)
- func (x *CreateAgentMetadata) String() string
- type CreateAgentRequest
- func (*CreateAgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAgentRequest) GetAgentVersion() string
- func (x *CreateAgentRequest) GetComputeInstanceParams() *agent.CreateComputeInstance
- func (x *CreateAgentRequest) GetDescription() string
- func (x *CreateAgentRequest) GetFolderId() string
- func (x *CreateAgentRequest) GetLabels() map[string]string
- func (x *CreateAgentRequest) GetLogSettings() *agent.LogSettings
- func (x *CreateAgentRequest) GetName() string
- func (*CreateAgentRequest) ProtoMessage()
- func (x *CreateAgentRequest) ProtoReflect() protoreflect.Message
- func (x *CreateAgentRequest) Reset()
- func (m *CreateAgentRequest) SetAgentVersion(v string)
- func (m *CreateAgentRequest) SetComputeInstanceParams(v *agent.CreateComputeInstance)
- func (m *CreateAgentRequest) SetDescription(v string)
- func (m *CreateAgentRequest) SetFolderId(v string)
- func (m *CreateAgentRequest) SetLabels(v map[string]string)
- func (m *CreateAgentRequest) SetLogSettings(v *agent.LogSettings)
- func (m *CreateAgentRequest) SetName(v string)
- func (x *CreateAgentRequest) String() string
- type CreateConfigMetadata
- func (*CreateConfigMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateConfigMetadata) GetConfigId() string
- func (*CreateConfigMetadata) ProtoMessage()
- func (x *CreateConfigMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateConfigMetadata) Reset()
- func (m *CreateConfigMetadata) SetConfigId(v string)
- func (x *CreateConfigMetadata) String() string
- type CreateConfigRequest
- func (*CreateConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (m *CreateConfigRequest) GetConfig() isCreateConfigRequest_Config
- func (x *CreateConfigRequest) GetFolderId() string
- func (x *CreateConfigRequest) GetName() string
- func (x *CreateConfigRequest) GetYamlString() string
- func (*CreateConfigRequest) ProtoMessage()
- func (x *CreateConfigRequest) ProtoReflect() protoreflect.Message
- func (x *CreateConfigRequest) Reset()
- func (m *CreateConfigRequest) SetConfig(v CreateConfigRequest_Config)
- func (m *CreateConfigRequest) SetFolderId(v string)
- func (m *CreateConfigRequest) SetName(v string)
- func (m *CreateConfigRequest) SetYamlString(v string)
- func (x *CreateConfigRequest) String() string
- type CreateConfigRequest_Config
- type CreateConfigRequest_YamlString
- type CreateRegressionDashboardMetadata
- func (*CreateRegressionDashboardMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRegressionDashboardMetadata) GetDashboardId() string
- func (*CreateRegressionDashboardMetadata) ProtoMessage()
- func (x *CreateRegressionDashboardMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateRegressionDashboardMetadata) Reset()
- func (m *CreateRegressionDashboardMetadata) SetDashboardId(v string)
- func (x *CreateRegressionDashboardMetadata) String() string
- type CreateRegressionDashboardRequest
- func (*CreateRegressionDashboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateRegressionDashboardRequest) GetContent() *regression.Dashboard_Content
- func (x *CreateRegressionDashboardRequest) GetDescription() string
- func (x *CreateRegressionDashboardRequest) GetFolderId() string
- func (x *CreateRegressionDashboardRequest) GetName() string
- func (*CreateRegressionDashboardRequest) ProtoMessage()
- func (x *CreateRegressionDashboardRequest) ProtoReflect() protoreflect.Message
- func (x *CreateRegressionDashboardRequest) Reset()
- func (m *CreateRegressionDashboardRequest) SetContent(v *regression.Dashboard_Content)
- func (m *CreateRegressionDashboardRequest) SetDescription(v string)
- func (m *CreateRegressionDashboardRequest) SetFolderId(v string)
- func (m *CreateRegressionDashboardRequest) SetName(v string)
- func (x *CreateRegressionDashboardRequest) String() string
- type CreateTestMetadata
- func (*CreateTestMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTestMetadata) GetTestId() string
- func (*CreateTestMetadata) ProtoMessage()
- func (x *CreateTestMetadata) ProtoReflect() protoreflect.Message
- func (x *CreateTestMetadata) Reset()
- func (m *CreateTestMetadata) SetTestId(v string)
- func (x *CreateTestMetadata) String() string
- type CreateTestRequest
- func (*CreateTestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateTestRequest) GetConfigurations() []*test.SingleAgentConfiguration
- func (x *CreateTestRequest) GetFolderId() string
- func (x *CreateTestRequest) GetTestDetails() *test.Details
- func (*CreateTestRequest) ProtoMessage()
- func (x *CreateTestRequest) ProtoReflect() protoreflect.Message
- func (x *CreateTestRequest) Reset()
- func (m *CreateTestRequest) SetConfigurations(v []*test.SingleAgentConfiguration)
- func (m *CreateTestRequest) SetFolderId(v string)
- func (m *CreateTestRequest) SetTestDetails(v *test.Details)
- func (x *CreateTestRequest) String() string
- type DeleteAgentMetadata
- func (*DeleteAgentMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentMetadata) GetAgentId() string
- func (*DeleteAgentMetadata) ProtoMessage()
- func (x *DeleteAgentMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentMetadata) Reset()
- func (m *DeleteAgentMetadata) SetAgentId(v string)
- func (x *DeleteAgentMetadata) String() string
- type DeleteAgentRequest
- func (*DeleteAgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteAgentRequest) GetAgentId() string
- func (*DeleteAgentRequest) ProtoMessage()
- func (x *DeleteAgentRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteAgentRequest) Reset()
- func (m *DeleteAgentRequest) SetAgentId(v string)
- func (x *DeleteAgentRequest) String() string
- type DeleteConfigMetadata
- func (*DeleteConfigMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConfigMetadata) GetConfigId() string
- func (*DeleteConfigMetadata) ProtoMessage()
- func (x *DeleteConfigMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteConfigMetadata) Reset()
- func (m *DeleteConfigMetadata) SetConfigId(v string)
- func (x *DeleteConfigMetadata) String() string
- type DeleteConfigRequest
- func (*DeleteConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteConfigRequest) GetConfigId() string
- func (*DeleteConfigRequest) ProtoMessage()
- func (x *DeleteConfigRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteConfigRequest) Reset()
- func (m *DeleteConfigRequest) SetConfigId(v string)
- func (x *DeleteConfigRequest) String() string
- type DeleteRegressionDashboardMetadata
- func (*DeleteRegressionDashboardMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRegressionDashboardMetadata) GetDashboardId() string
- func (*DeleteRegressionDashboardMetadata) ProtoMessage()
- func (x *DeleteRegressionDashboardMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteRegressionDashboardMetadata) Reset()
- func (m *DeleteRegressionDashboardMetadata) SetDashboardId(v string)
- func (x *DeleteRegressionDashboardMetadata) String() string
- type DeleteRegressionDashboardRequest
- func (*DeleteRegressionDashboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteRegressionDashboardRequest) GetDashboardId() string
- func (x *DeleteRegressionDashboardRequest) GetEtag() string
- func (*DeleteRegressionDashboardRequest) ProtoMessage()
- func (x *DeleteRegressionDashboardRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteRegressionDashboardRequest) Reset()
- func (m *DeleteRegressionDashboardRequest) SetDashboardId(v string)
- func (m *DeleteRegressionDashboardRequest) SetEtag(v string)
- func (x *DeleteRegressionDashboardRequest) String() string
- type DeleteTestMetadata
- func (*DeleteTestMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTestMetadata) GetTestId() string
- func (*DeleteTestMetadata) ProtoMessage()
- func (x *DeleteTestMetadata) ProtoReflect() protoreflect.Message
- func (x *DeleteTestMetadata) Reset()
- func (m *DeleteTestMetadata) SetTestId(v string)
- func (x *DeleteTestMetadata) String() string
- type DeleteTestRequest
- func (*DeleteTestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteTestRequest) GetTestId() string
- func (*DeleteTestRequest) ProtoMessage()
- func (x *DeleteTestRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteTestRequest) Reset()
- func (m *DeleteTestRequest) SetTestId(v string)
- func (x *DeleteTestRequest) String() string
- type GetAgentRequest
- func (*GetAgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetAgentRequest) GetAgentId() string
- func (*GetAgentRequest) ProtoMessage()
- func (x *GetAgentRequest) ProtoReflect() protoreflect.Message
- func (x *GetAgentRequest) Reset()
- func (m *GetAgentRequest) SetAgentId(v string)
- func (x *GetAgentRequest) String() string
- type GetConfigRequest
- func (*GetConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetConfigRequest) GetConfigId() string
- func (*GetConfigRequest) ProtoMessage()
- func (x *GetConfigRequest) ProtoReflect() protoreflect.Message
- func (x *GetConfigRequest) Reset()
- func (m *GetConfigRequest) SetConfigId(v string)
- func (x *GetConfigRequest) String() string
- type GetRegressionDashboardRequest
- func (*GetRegressionDashboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRegressionDashboardRequest) GetDashboardId() string
- func (*GetRegressionDashboardRequest) ProtoMessage()
- func (x *GetRegressionDashboardRequest) ProtoReflect() protoreflect.Message
- func (x *GetRegressionDashboardRequest) Reset()
- func (m *GetRegressionDashboardRequest) SetDashboardId(v string)
- func (x *GetRegressionDashboardRequest) String() string
- type GetTableReportRequest
- func (*GetTableReportRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTableReportRequest) GetTestId() string
- func (*GetTableReportRequest) ProtoMessage()
- func (x *GetTableReportRequest) ProtoReflect() protoreflect.Message
- func (x *GetTableReportRequest) Reset()
- func (m *GetTableReportRequest) SetTestId(v string)
- func (x *GetTableReportRequest) String() string
- type GetTableReportResponse
- func (*GetTableReportResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTableReportResponse) GetCases() map[string]*table.Report
- func (x *GetTableReportResponse) GetOverall() *table.Report
- func (x *GetTableReportResponse) GetStatus() report.Status
- func (*GetTableReportResponse) ProtoMessage()
- func (x *GetTableReportResponse) ProtoReflect() protoreflect.Message
- func (x *GetTableReportResponse) Reset()
- func (m *GetTableReportResponse) SetCases(v map[string]*table.Report)
- func (m *GetTableReportResponse) SetOverall(v *table.Report)
- func (m *GetTableReportResponse) SetStatus(v report.Status)
- func (x *GetTableReportResponse) String() string
- type GetTestRequest
- func (*GetTestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTestRequest) GetTestId() string
- func (*GetTestRequest) ProtoMessage()
- func (x *GetTestRequest) ProtoReflect() protoreflect.Message
- func (x *GetTestRequest) Reset()
- func (m *GetTestRequest) SetTestId(v string)
- func (x *GetTestRequest) String() string
- type ListAgentsRequest
- func (*ListAgentsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAgentsRequest) GetFilter() string
- func (x *ListAgentsRequest) GetFolderId() string
- func (x *ListAgentsRequest) GetPageSize() int64
- func (x *ListAgentsRequest) GetPageToken() string
- func (*ListAgentsRequest) ProtoMessage()
- func (x *ListAgentsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAgentsRequest) Reset()
- func (m *ListAgentsRequest) SetFilter(v string)
- func (m *ListAgentsRequest) SetFolderId(v string)
- func (m *ListAgentsRequest) SetPageSize(v int64)
- func (m *ListAgentsRequest) SetPageToken(v string)
- func (x *ListAgentsRequest) String() string
- type ListAgentsResponse
- func (*ListAgentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAgentsResponse) GetAgents() []*agent.Agent
- func (x *ListAgentsResponse) GetNextPageToken() string
- func (*ListAgentsResponse) ProtoMessage()
- func (x *ListAgentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAgentsResponse) Reset()
- func (m *ListAgentsResponse) SetAgents(v []*agent.Agent)
- func (m *ListAgentsResponse) SetNextPageToken(v string)
- func (x *ListAgentsResponse) String() string
- type ListConfigsRequest
- func (*ListConfigsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListConfigsRequest) GetFilter() string
- func (x *ListConfigsRequest) GetFolderId() string
- func (x *ListConfigsRequest) GetPageSize() int64
- func (x *ListConfigsRequest) GetPageToken() string
- func (*ListConfigsRequest) ProtoMessage()
- func (x *ListConfigsRequest) ProtoReflect() protoreflect.Message
- func (x *ListConfigsRequest) Reset()
- func (m *ListConfigsRequest) SetFilter(v string)
- func (m *ListConfigsRequest) SetFolderId(v string)
- func (m *ListConfigsRequest) SetPageSize(v int64)
- func (m *ListConfigsRequest) SetPageToken(v string)
- func (x *ListConfigsRequest) String() string
- type ListConfigsResponse
- func (*ListConfigsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListConfigsResponse) GetConfigs() []*config.Config
- func (x *ListConfigsResponse) GetNextPageToken() string
- func (*ListConfigsResponse) ProtoMessage()
- func (x *ListConfigsResponse) ProtoReflect() protoreflect.Message
- func (x *ListConfigsResponse) Reset()
- func (m *ListConfigsResponse) SetConfigs(v []*config.Config)
- func (m *ListConfigsResponse) SetNextPageToken(v string)
- func (x *ListConfigsResponse) String() string
- type ListRegressionDashboardsRequest
- func (*ListRegressionDashboardsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListRegressionDashboardsRequest) GetFilter() string
- func (x *ListRegressionDashboardsRequest) GetFolderId() string
- func (x *ListRegressionDashboardsRequest) GetPageSize() int64
- func (x *ListRegressionDashboardsRequest) GetPageToken() string
- func (*ListRegressionDashboardsRequest) ProtoMessage()
- func (x *ListRegressionDashboardsRequest) ProtoReflect() protoreflect.Message
- func (x *ListRegressionDashboardsRequest) Reset()
- func (m *ListRegressionDashboardsRequest) SetFilter(v string)
- func (m *ListRegressionDashboardsRequest) SetFolderId(v string)
- func (m *ListRegressionDashboardsRequest) SetPageSize(v int64)
- func (m *ListRegressionDashboardsRequest) SetPageToken(v string)
- func (x *ListRegressionDashboardsRequest) String() string
- type ListRegressionDashboardsResponse
- func (*ListRegressionDashboardsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListRegressionDashboardsResponse) GetDashboards() []*regression.Dashboard
- func (x *ListRegressionDashboardsResponse) GetNextPageToken() string
- func (*ListRegressionDashboardsResponse) ProtoMessage()
- func (x *ListRegressionDashboardsResponse) ProtoReflect() protoreflect.Message
- func (x *ListRegressionDashboardsResponse) Reset()
- func (m *ListRegressionDashboardsResponse) SetDashboards(v []*regression.Dashboard)
- func (m *ListRegressionDashboardsResponse) SetNextPageToken(v string)
- func (x *ListRegressionDashboardsResponse) String() string
- type ListTestsRequest
- func (*ListTestsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListTestsRequest) GetFilter() string
- func (x *ListTestsRequest) GetFolderId() string
- func (x *ListTestsRequest) GetPageSize() int64
- func (x *ListTestsRequest) GetPageToken() string
- func (*ListTestsRequest) ProtoMessage()
- func (x *ListTestsRequest) ProtoReflect() protoreflect.Message
- func (x *ListTestsRequest) Reset()
- func (m *ListTestsRequest) SetFilter(v string)
- func (m *ListTestsRequest) SetFolderId(v string)
- func (m *ListTestsRequest) SetPageSize(v int64)
- func (m *ListTestsRequest) SetPageToken(v string)
- func (x *ListTestsRequest) String() string
- type ListTestsResponse
- func (*ListTestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTestsResponse) GetNextPageToken() string
- func (x *ListTestsResponse) GetTests() []*test.Test
- func (*ListTestsResponse) ProtoMessage()
- func (x *ListTestsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTestsResponse) Reset()
- func (m *ListTestsResponse) SetNextPageToken(v string)
- func (m *ListTestsResponse) SetTests(v []*test.Test)
- func (x *ListTestsResponse) String() string
- type RegressionDashboardServiceClient
- type RegressionDashboardServiceServer
- type ReportServiceClient
- type ReportServiceServer
- type StopTestMetadata
- func (*StopTestMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *StopTestMetadata) GetTestId() string
- func (*StopTestMetadata) ProtoMessage()
- func (x *StopTestMetadata) ProtoReflect() protoreflect.Message
- func (x *StopTestMetadata) Reset()
- func (m *StopTestMetadata) SetTestId(v string)
- func (x *StopTestMetadata) String() string
- type StopTestRequest
- func (*StopTestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StopTestRequest) GetTestId() string
- func (*StopTestRequest) ProtoMessage()
- func (x *StopTestRequest) ProtoReflect() protoreflect.Message
- func (x *StopTestRequest) Reset()
- func (m *StopTestRequest) SetTestId(v string)
- func (x *StopTestRequest) String() string
- type TestServiceClient
- type TestServiceServer
- type UnimplementedAgentServiceServer
- func (UnimplementedAgentServiceServer) Create(context.Context, *CreateAgentRequest) (*operation.Operation, error)
- func (UnimplementedAgentServiceServer) Delete(context.Context, *DeleteAgentRequest) (*operation.Operation, error)
- func (UnimplementedAgentServiceServer) Get(context.Context, *GetAgentRequest) (*agent.Agent, error)
- func (UnimplementedAgentServiceServer) List(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error)
- func (UnimplementedAgentServiceServer) Update(context.Context, *UpdateAgentRequest) (*operation.Operation, error)
- type UnimplementedConfigServiceServer
- func (UnimplementedConfigServiceServer) Create(context.Context, *CreateConfigRequest) (*operation.Operation, error)
- func (UnimplementedConfigServiceServer) Delete(context.Context, *DeleteConfigRequest) (*operation.Operation, error)
- func (UnimplementedConfigServiceServer) Get(context.Context, *GetConfigRequest) (*config.Config, error)
- func (UnimplementedConfigServiceServer) List(context.Context, *ListConfigsRequest) (*ListConfigsResponse, error)
- type UnimplementedRegressionDashboardServiceServer
- func (UnimplementedRegressionDashboardServiceServer) Create(context.Context, *CreateRegressionDashboardRequest) (*operation.Operation, error)
- func (UnimplementedRegressionDashboardServiceServer) Delete(context.Context, *DeleteRegressionDashboardRequest) (*operation.Operation, error)
- func (UnimplementedRegressionDashboardServiceServer) Get(context.Context, *GetRegressionDashboardRequest) (*regression.Dashboard, error)
- func (UnimplementedRegressionDashboardServiceServer) List(context.Context, *ListRegressionDashboardsRequest) (*ListRegressionDashboardsResponse, error)
- func (UnimplementedRegressionDashboardServiceServer) Update(context.Context, *UpdateRegressionDashboardRequest) (*operation.Operation, error)
- type UnimplementedReportServiceServer
- type UnimplementedTestServiceServer
- func (UnimplementedTestServiceServer) Create(context.Context, *CreateTestRequest) (*operation.Operation, error)
- func (UnimplementedTestServiceServer) Delete(context.Context, *DeleteTestRequest) (*operation.Operation, error)
- func (UnimplementedTestServiceServer) Get(context.Context, *GetTestRequest) (*test.Test, error)
- func (UnimplementedTestServiceServer) List(context.Context, *ListTestsRequest) (*ListTestsResponse, error)
- func (UnimplementedTestServiceServer) Stop(context.Context, *StopTestRequest) (*operation.Operation, error)
- type UnsafeAgentServiceServer
- type UnsafeConfigServiceServer
- type UnsafeRegressionDashboardServiceServer
- type UnsafeReportServiceServer
- type UnsafeTestServiceServer
- type UpdateAgentMetadata
- func (*UpdateAgentMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentMetadata) GetAgentId() string
- func (*UpdateAgentMetadata) ProtoMessage()
- func (x *UpdateAgentMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentMetadata) Reset()
- func (m *UpdateAgentMetadata) SetAgentId(v string)
- func (x *UpdateAgentMetadata) String() string
- type UpdateAgentRequest
- func (*UpdateAgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentRequest) GetAgentId() string
- func (x *UpdateAgentRequest) GetComputeInstanceParams() *agent.CreateComputeInstance
- func (x *UpdateAgentRequest) GetDescription() string
- func (x *UpdateAgentRequest) GetLabels() map[string]string
- func (x *UpdateAgentRequest) GetName() string
- func (x *UpdateAgentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateAgentRequest) ProtoMessage()
- func (x *UpdateAgentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentRequest) Reset()
- func (m *UpdateAgentRequest) SetAgentId(v string)
- func (m *UpdateAgentRequest) SetComputeInstanceParams(v *agent.CreateComputeInstance)
- func (m *UpdateAgentRequest) SetDescription(v string)
- func (m *UpdateAgentRequest) SetLabels(v map[string]string)
- func (m *UpdateAgentRequest) SetName(v string)
- func (m *UpdateAgentRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (x *UpdateAgentRequest) String() string
- type UpdateRegressionDashboardMetadata
- func (*UpdateRegressionDashboardMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRegressionDashboardMetadata) GetDashboardId() string
- func (*UpdateRegressionDashboardMetadata) ProtoMessage()
- func (x *UpdateRegressionDashboardMetadata) ProtoReflect() protoreflect.Message
- func (x *UpdateRegressionDashboardMetadata) Reset()
- func (m *UpdateRegressionDashboardMetadata) SetDashboardId(v string)
- func (x *UpdateRegressionDashboardMetadata) String() string
- type UpdateRegressionDashboardRequest
- func (*UpdateRegressionDashboardRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateRegressionDashboardRequest) GetContent() *regression.Dashboard_Content
- func (x *UpdateRegressionDashboardRequest) GetDashboardId() string
- func (x *UpdateRegressionDashboardRequest) GetDescription() string
- func (x *UpdateRegressionDashboardRequest) GetEtag() string
- func (x *UpdateRegressionDashboardRequest) GetName() string
- func (x *UpdateRegressionDashboardRequest) GetUpdateMask() *fieldmaskpb.FieldMask
- func (*UpdateRegressionDashboardRequest) ProtoMessage()
- func (x *UpdateRegressionDashboardRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateRegressionDashboardRequest) Reset()
- func (m *UpdateRegressionDashboardRequest) SetContent(v *regression.Dashboard_Content)
- func (m *UpdateRegressionDashboardRequest) SetDashboardId(v string)
- func (m *UpdateRegressionDashboardRequest) SetDescription(v string)
- func (m *UpdateRegressionDashboardRequest) SetEtag(v string)
- func (m *UpdateRegressionDashboardRequest) SetName(v string)
- func (m *UpdateRegressionDashboardRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
- func (x *UpdateRegressionDashboardRequest) String() string
Constants ¶
const ( AgentService_Create_FullMethodName = "/yandex.cloud.loadtesting.api.v1.AgentService/Create" AgentService_Get_FullMethodName = "/yandex.cloud.loadtesting.api.v1.AgentService/Get" AgentService_List_FullMethodName = "/yandex.cloud.loadtesting.api.v1.AgentService/List" AgentService_Delete_FullMethodName = "/yandex.cloud.loadtesting.api.v1.AgentService/Delete" AgentService_Update_FullMethodName = "/yandex.cloud.loadtesting.api.v1.AgentService/Update" )
const ( ConfigService_Create_FullMethodName = "/yandex.cloud.loadtesting.api.v1.ConfigService/Create" ConfigService_Get_FullMethodName = "/yandex.cloud.loadtesting.api.v1.ConfigService/Get" ConfigService_List_FullMethodName = "/yandex.cloud.loadtesting.api.v1.ConfigService/List" ConfigService_Delete_FullMethodName = "/yandex.cloud.loadtesting.api.v1.ConfigService/Delete" )
const ( RegressionDashboardService_Create_FullMethodName = "/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Create" RegressionDashboardService_Get_FullMethodName = "/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Get" RegressionDashboardService_List_FullMethodName = "/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/List" RegressionDashboardService_Delete_FullMethodName = "/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Delete" RegressionDashboardService_Update_FullMethodName = "/yandex.cloud.loadtesting.api.v1.RegressionDashboardService/Update" )
const ( ReportService_GetTable_FullMethodName = "/yandex.cloud.loadtesting.api.v1.ReportService/GetTable" ReportService_CalculateKpiValues_FullMethodName = "/yandex.cloud.loadtesting.api.v1.ReportService/CalculateKpiValues" )
const ( TestService_Create_FullMethodName = "/yandex.cloud.loadtesting.api.v1.TestService/Create" TestService_Get_FullMethodName = "/yandex.cloud.loadtesting.api.v1.TestService/Get" TestService_Stop_FullMethodName = "/yandex.cloud.loadtesting.api.v1.TestService/Stop" TestService_Delete_FullMethodName = "/yandex.cloud.loadtesting.api.v1.TestService/Delete" TestService_List_FullMethodName = "/yandex.cloud.loadtesting.api.v1.TestService/List" )
Variables ¶
var AgentService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.loadtesting.api.v1.AgentService", HandlerType: (*AgentServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _AgentService_Create_Handler, }, { MethodName: "Get", Handler: _AgentService_Get_Handler, }, { MethodName: "List", Handler: _AgentService_List_Handler, }, { MethodName: "Delete", Handler: _AgentService_Delete_Handler, }, { MethodName: "Update", Handler: _AgentService_Update_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/loadtesting/api/v1/agent_service.proto", }
AgentService_ServiceDesc is the grpc.ServiceDesc for AgentService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ConfigService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.loadtesting.api.v1.ConfigService", HandlerType: (*ConfigServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _ConfigService_Create_Handler, }, { MethodName: "Get", Handler: _ConfigService_Get_Handler, }, { MethodName: "List", Handler: _ConfigService_List_Handler, }, { MethodName: "Delete", Handler: _ConfigService_Delete_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/loadtesting/api/v1/config_service.proto", }
ConfigService_ServiceDesc is the grpc.ServiceDesc for ConfigService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_yandex_cloud_loadtesting_api_v1_agent_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_loadtesting_api_v1_config_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_loadtesting_api_v1_regression_dashboard_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_loadtesting_api_v1_report_service_proto protoreflect.FileDescriptor
var File_yandex_cloud_loadtesting_api_v1_test_service_proto protoreflect.FileDescriptor
var RegressionDashboardService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.loadtesting.api.v1.RegressionDashboardService", HandlerType: (*RegressionDashboardServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _RegressionDashboardService_Create_Handler, }, { MethodName: "Get", Handler: _RegressionDashboardService_Get_Handler, }, { MethodName: "List", Handler: _RegressionDashboardService_List_Handler, }, { MethodName: "Delete", Handler: _RegressionDashboardService_Delete_Handler, }, { MethodName: "Update", Handler: _RegressionDashboardService_Update_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/loadtesting/api/v1/regression_dashboard_service.proto", }
RegressionDashboardService_ServiceDesc is the grpc.ServiceDesc for RegressionDashboardService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ReportService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.loadtesting.api.v1.ReportService", HandlerType: (*ReportServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetTable", Handler: _ReportService_GetTable_Handler, }, { MethodName: "CalculateKpiValues", Handler: _ReportService_CalculateKpiValues_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/loadtesting/api/v1/report_service.proto", }
ReportService_ServiceDesc is the grpc.ServiceDesc for ReportService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var TestService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "yandex.cloud.loadtesting.api.v1.TestService", HandlerType: (*TestServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Create", Handler: _TestService_Create_Handler, }, { MethodName: "Get", Handler: _TestService_Get_Handler, }, { MethodName: "Stop", Handler: _TestService_Stop_Handler, }, { MethodName: "Delete", Handler: _TestService_Delete_Handler, }, { MethodName: "List", Handler: _TestService_List_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "yandex/cloud/loadtesting/api/v1/test_service.proto", }
TestService_ServiceDesc is the grpc.ServiceDesc for TestService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterAgentServiceServer ¶
func RegisterAgentServiceServer(s grpc.ServiceRegistrar, srv AgentServiceServer)
func RegisterConfigServiceServer ¶
func RegisterConfigServiceServer(s grpc.ServiceRegistrar, srv ConfigServiceServer)
func RegisterRegressionDashboardServiceServer ¶
func RegisterRegressionDashboardServiceServer(s grpc.ServiceRegistrar, srv RegressionDashboardServiceServer)
func RegisterReportServiceServer ¶
func RegisterReportServiceServer(s grpc.ServiceRegistrar, srv ReportServiceServer)
func RegisterTestServiceServer ¶
func RegisterTestServiceServer(s grpc.ServiceRegistrar, srv TestServiceServer)
Types ¶
type AgentServiceClient ¶
type AgentServiceClient interface { // Creates an agent in the specified folder. // // Also creates a corresponding compute instance. Create(ctx context.Context, in *CreateAgentRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Returns the specified agent. // // To get the list of all available agents, make a [List] request. Get(ctx context.Context, in *GetAgentRequest, opts ...grpc.CallOption) (*agent.Agent, error) // Retrieves the list of agents in the specified folder. List(ctx context.Context, in *ListAgentsRequest, opts ...grpc.CallOption) (*ListAgentsResponse, error) // Deletes the specified agent. // // Also deletes a corresponding compute instance. Delete(ctx context.Context, in *DeleteAgentRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Updates the specified agent. Update(ctx context.Context, in *UpdateAgentRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
AgentServiceClient is the client API for AgentService 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.
A set of methods for managing Load Testing agents.
func NewAgentServiceClient ¶
func NewAgentServiceClient(cc grpc.ClientConnInterface) AgentServiceClient
type AgentServiceServer ¶
type AgentServiceServer interface { // Creates an agent in the specified folder. // // Also creates a corresponding compute instance. Create(context.Context, *CreateAgentRequest) (*operation.Operation, error) // Returns the specified agent. // // To get the list of all available agents, make a [List] request. Get(context.Context, *GetAgentRequest) (*agent.Agent, error) // Retrieves the list of agents in the specified folder. List(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error) // Deletes the specified agent. // // Also deletes a corresponding compute instance. Delete(context.Context, *DeleteAgentRequest) (*operation.Operation, error) // Updates the specified agent. Update(context.Context, *UpdateAgentRequest) (*operation.Operation, error) }
AgentServiceServer is the server API for AgentService service. All implementations should embed UnimplementedAgentServiceServer for forward compatibility.
A set of methods for managing Load Testing agents.
type CalculateReportKpiValuesRequest ¶
type CalculateReportKpiValuesRequest struct { // ID of the folder containing tests. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // Test filter selector to calculate KPI values for. TestFilter string `protobuf:"bytes,2,opt,name=test_filter,json=testFilter,proto3" json:"test_filter,omitempty"` // Test case to calculate KPI values for. // // If not specified, KPI values will be calculated for 'overall' case. TestCase string `protobuf:"bytes,3,opt,name=test_case,json=testCase,proto3" json:"test_case,omitempty"` // KPI to be calculated. Kpi *report.Kpi `protobuf:"bytes,4,opt,name=kpi,proto3" json:"kpi,omitempty"` // contains filtered or unexported fields }
func (*CalculateReportKpiValuesRequest) Descriptor
deprecated
func (*CalculateReportKpiValuesRequest) Descriptor() ([]byte, []int)
Deprecated: Use CalculateReportKpiValuesRequest.ProtoReflect.Descriptor instead.
func (*CalculateReportKpiValuesRequest) GetFolderId ¶
func (x *CalculateReportKpiValuesRequest) GetFolderId() string
func (*CalculateReportKpiValuesRequest) GetKpi ¶
func (x *CalculateReportKpiValuesRequest) GetKpi() *report.Kpi
func (*CalculateReportKpiValuesRequest) GetTestCase ¶
func (x *CalculateReportKpiValuesRequest) GetTestCase() string
func (*CalculateReportKpiValuesRequest) GetTestFilter ¶
func (x *CalculateReportKpiValuesRequest) GetTestFilter() string
func (*CalculateReportKpiValuesRequest) ProtoMessage ¶
func (*CalculateReportKpiValuesRequest) ProtoMessage()
func (*CalculateReportKpiValuesRequest) ProtoReflect ¶
func (x *CalculateReportKpiValuesRequest) ProtoReflect() protoreflect.Message
func (*CalculateReportKpiValuesRequest) Reset ¶
func (x *CalculateReportKpiValuesRequest) Reset()
func (*CalculateReportKpiValuesRequest) SetFolderId ¶
func (m *CalculateReportKpiValuesRequest) SetFolderId(v string)
func (*CalculateReportKpiValuesRequest) SetKpi ¶
func (m *CalculateReportKpiValuesRequest) SetKpi(v *report.Kpi)
func (*CalculateReportKpiValuesRequest) SetTestCase ¶
func (m *CalculateReportKpiValuesRequest) SetTestCase(v string)
func (*CalculateReportKpiValuesRequest) SetTestFilter ¶
func (m *CalculateReportKpiValuesRequest) SetTestFilter(v string)
func (*CalculateReportKpiValuesRequest) String ¶
func (x *CalculateReportKpiValuesRequest) String() string
type CalculateReportKpiValuesResponse ¶
type CalculateReportKpiValuesResponse struct { // ID of the folder. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // Actual KPI values. Values []*report.KpiValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*CalculateReportKpiValuesResponse) Descriptor
deprecated
func (*CalculateReportKpiValuesResponse) Descriptor() ([]byte, []int)
Deprecated: Use CalculateReportKpiValuesResponse.ProtoReflect.Descriptor instead.
func (*CalculateReportKpiValuesResponse) GetFolderId ¶
func (x *CalculateReportKpiValuesResponse) GetFolderId() string
func (*CalculateReportKpiValuesResponse) GetValues ¶
func (x *CalculateReportKpiValuesResponse) GetValues() []*report.KpiValue
func (*CalculateReportKpiValuesResponse) ProtoMessage ¶
func (*CalculateReportKpiValuesResponse) ProtoMessage()
func (*CalculateReportKpiValuesResponse) ProtoReflect ¶
func (x *CalculateReportKpiValuesResponse) ProtoReflect() protoreflect.Message
func (*CalculateReportKpiValuesResponse) Reset ¶
func (x *CalculateReportKpiValuesResponse) Reset()
func (*CalculateReportKpiValuesResponse) SetFolderId ¶
func (m *CalculateReportKpiValuesResponse) SetFolderId(v string)
func (*CalculateReportKpiValuesResponse) SetValues ¶
func (m *CalculateReportKpiValuesResponse) SetValues(v []*report.KpiValue)
func (*CalculateReportKpiValuesResponse) String ¶
func (x *CalculateReportKpiValuesResponse) String() string
type ConfigServiceClient ¶
type ConfigServiceClient interface { // Creates a test config in the specified folder. Create(ctx context.Context, in *CreateConfigRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Returns the specified config. // // To get the list of all available configs, make a [List] request. Get(ctx context.Context, in *GetConfigRequest, opts ...grpc.CallOption) (*config.Config, error) // Retrieves the list of configs in the specified folder. List(ctx context.Context, in *ListConfigsRequest, opts ...grpc.CallOption) (*ListConfigsResponse, error) // Deletes the specified config. Delete(ctx context.Context, in *DeleteConfigRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
ConfigServiceClient is the client API for ConfigService 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.
A set of methods for managing test configurations.
func NewConfigServiceClient ¶
func NewConfigServiceClient(cc grpc.ClientConnInterface) ConfigServiceClient
type ConfigServiceServer ¶
type ConfigServiceServer interface { // Creates a test config in the specified folder. Create(context.Context, *CreateConfigRequest) (*operation.Operation, error) // Returns the specified config. // // To get the list of all available configs, make a [List] request. Get(context.Context, *GetConfigRequest) (*config.Config, error) // Retrieves the list of configs in the specified folder. List(context.Context, *ListConfigsRequest) (*ListConfigsResponse, error) // Deletes the specified config. Delete(context.Context, *DeleteConfigRequest) (*operation.Operation, error) }
ConfigServiceServer is the server API for ConfigService service. All implementations should embed UnimplementedConfigServiceServer for forward compatibility.
A set of methods for managing test configurations.
type CreateAgentMetadata ¶
type CreateAgentMetadata struct { // ID of the agent that is being created. AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` // contains filtered or unexported fields }
func (*CreateAgentMetadata) Descriptor
deprecated
func (*CreateAgentMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateAgentMetadata.ProtoReflect.Descriptor instead.
func (*CreateAgentMetadata) GetAgentId ¶
func (x *CreateAgentMetadata) GetAgentId() string
func (*CreateAgentMetadata) ProtoMessage ¶
func (*CreateAgentMetadata) ProtoMessage()
func (*CreateAgentMetadata) ProtoReflect ¶
func (x *CreateAgentMetadata) ProtoReflect() protoreflect.Message
func (*CreateAgentMetadata) Reset ¶
func (x *CreateAgentMetadata) Reset()
func (*CreateAgentMetadata) SetAgentId ¶
func (m *CreateAgentMetadata) SetAgentId(v string)
func (*CreateAgentMetadata) String ¶
func (x *CreateAgentMetadata) String() string
type CreateAgentRequest ¶
type CreateAgentRequest struct { // ID of the folder to create an agent in. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // Name of the agent. // // A created compute instance will have the same name. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Description of the agent. // // A created compute instance will have the same description. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Parameters for compute instance to be created. ComputeInstanceParams *agent.CreateComputeInstance `` /* 126-byte string literal not displayed */ // Version of the agent. // // If not provided, the most recent agent version will be used. AgentVersion string `protobuf:"bytes,5,opt,name=agent_version,json=agentVersion,proto3" json:"agent_version,omitempty"` // Agent labels as `key:value` pairs. Labels map[string]string `` /* 153-byte string literal not displayed */ // Agent log settings LogSettings *agent.LogSettings `protobuf:"bytes,7,opt,name=log_settings,json=logSettings,proto3" json:"log_settings,omitempty"` // contains filtered or unexported fields }
func (*CreateAgentRequest) Descriptor
deprecated
func (*CreateAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateAgentRequest.ProtoReflect.Descriptor instead.
func (*CreateAgentRequest) GetAgentVersion ¶
func (x *CreateAgentRequest) GetAgentVersion() string
func (*CreateAgentRequest) GetComputeInstanceParams ¶
func (x *CreateAgentRequest) GetComputeInstanceParams() *agent.CreateComputeInstance
func (*CreateAgentRequest) GetDescription ¶
func (x *CreateAgentRequest) GetDescription() string
func (*CreateAgentRequest) GetFolderId ¶
func (x *CreateAgentRequest) GetFolderId() string
func (*CreateAgentRequest) GetLabels ¶
func (x *CreateAgentRequest) GetLabels() map[string]string
func (*CreateAgentRequest) GetLogSettings ¶
func (x *CreateAgentRequest) GetLogSettings() *agent.LogSettings
func (*CreateAgentRequest) GetName ¶
func (x *CreateAgentRequest) GetName() string
func (*CreateAgentRequest) ProtoMessage ¶
func (*CreateAgentRequest) ProtoMessage()
func (*CreateAgentRequest) ProtoReflect ¶
func (x *CreateAgentRequest) ProtoReflect() protoreflect.Message
func (*CreateAgentRequest) Reset ¶
func (x *CreateAgentRequest) Reset()
func (*CreateAgentRequest) SetAgentVersion ¶
func (m *CreateAgentRequest) SetAgentVersion(v string)
func (*CreateAgentRequest) SetComputeInstanceParams ¶
func (m *CreateAgentRequest) SetComputeInstanceParams(v *agent.CreateComputeInstance)
func (*CreateAgentRequest) SetDescription ¶
func (m *CreateAgentRequest) SetDescription(v string)
func (*CreateAgentRequest) SetFolderId ¶
func (m *CreateAgentRequest) SetFolderId(v string)
func (*CreateAgentRequest) SetLabels ¶
func (m *CreateAgentRequest) SetLabels(v map[string]string)
func (*CreateAgentRequest) SetLogSettings ¶
func (m *CreateAgentRequest) SetLogSettings(v *agent.LogSettings)
func (*CreateAgentRequest) SetName ¶
func (m *CreateAgentRequest) SetName(v string)
func (*CreateAgentRequest) String ¶
func (x *CreateAgentRequest) String() string
type CreateConfigMetadata ¶
type CreateConfigMetadata struct { // ID of the config that is being created. ConfigId string `protobuf:"bytes,1,opt,name=config_id,json=configId,proto3" json:"config_id,omitempty"` // contains filtered or unexported fields }
func (*CreateConfigMetadata) Descriptor
deprecated
func (*CreateConfigMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateConfigMetadata.ProtoReflect.Descriptor instead.
func (*CreateConfigMetadata) GetConfigId ¶
func (x *CreateConfigMetadata) GetConfigId() string
func (*CreateConfigMetadata) ProtoMessage ¶
func (*CreateConfigMetadata) ProtoMessage()
func (*CreateConfigMetadata) ProtoReflect ¶
func (x *CreateConfigMetadata) ProtoReflect() protoreflect.Message
func (*CreateConfigMetadata) Reset ¶
func (x *CreateConfigMetadata) Reset()
func (*CreateConfigMetadata) SetConfigId ¶
func (m *CreateConfigMetadata) SetConfigId(v string)
func (*CreateConfigMetadata) String ¶
func (x *CreateConfigMetadata) String() string
type CreateConfigRequest ¶
type CreateConfigRequest struct { // ID of the folder to create a config in. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // Config content. // // Types that are assignable to Config: // // *CreateConfigRequest_YamlString Config isCreateConfigRequest_Config `protobuf_oneof:"config"` // Name of the config. Name string `protobuf:"bytes,10,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CreateConfigRequest) Descriptor
deprecated
func (*CreateConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateConfigRequest.ProtoReflect.Descriptor instead.
func (*CreateConfigRequest) GetConfig ¶
func (m *CreateConfigRequest) GetConfig() isCreateConfigRequest_Config
func (*CreateConfigRequest) GetFolderId ¶
func (x *CreateConfigRequest) GetFolderId() string
func (*CreateConfigRequest) GetName ¶
func (x *CreateConfigRequest) GetName() string
func (*CreateConfigRequest) GetYamlString ¶
func (x *CreateConfigRequest) GetYamlString() string
func (*CreateConfigRequest) ProtoMessage ¶
func (*CreateConfigRequest) ProtoMessage()
func (*CreateConfigRequest) ProtoReflect ¶
func (x *CreateConfigRequest) ProtoReflect() protoreflect.Message
func (*CreateConfigRequest) Reset ¶
func (x *CreateConfigRequest) Reset()
func (*CreateConfigRequest) SetConfig ¶
func (m *CreateConfigRequest) SetConfig(v CreateConfigRequest_Config)
func (*CreateConfigRequest) SetFolderId ¶
func (m *CreateConfigRequest) SetFolderId(v string)
func (*CreateConfigRequest) SetName ¶
func (m *CreateConfigRequest) SetName(v string)
func (*CreateConfigRequest) SetYamlString ¶
func (m *CreateConfigRequest) SetYamlString(v string)
func (*CreateConfigRequest) String ¶
func (x *CreateConfigRequest) String() string
type CreateConfigRequest_Config ¶
type CreateConfigRequest_Config = isCreateConfigRequest_Config
type CreateConfigRequest_YamlString ¶
type CreateConfigRequest_YamlString struct { // Config content provided as a string in YAML format. YamlString string `protobuf:"bytes,2,opt,name=yaml_string,json=yamlString,proto3,oneof"` }
type CreateRegressionDashboardMetadata ¶
type CreateRegressionDashboardMetadata struct { // ID of the dashboard that is being created. DashboardId string `protobuf:"bytes,1,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"` // contains filtered or unexported fields }
func (*CreateRegressionDashboardMetadata) Descriptor
deprecated
func (*CreateRegressionDashboardMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateRegressionDashboardMetadata.ProtoReflect.Descriptor instead.
func (*CreateRegressionDashboardMetadata) GetDashboardId ¶
func (x *CreateRegressionDashboardMetadata) GetDashboardId() string
func (*CreateRegressionDashboardMetadata) ProtoMessage ¶
func (*CreateRegressionDashboardMetadata) ProtoMessage()
func (*CreateRegressionDashboardMetadata) ProtoReflect ¶
func (x *CreateRegressionDashboardMetadata) ProtoReflect() protoreflect.Message
func (*CreateRegressionDashboardMetadata) Reset ¶
func (x *CreateRegressionDashboardMetadata) Reset()
func (*CreateRegressionDashboardMetadata) SetDashboardId ¶
func (m *CreateRegressionDashboardMetadata) SetDashboardId(v string)
func (*CreateRegressionDashboardMetadata) String ¶
func (x *CreateRegressionDashboardMetadata) String() string
type CreateRegressionDashboardRequest ¶
type CreateRegressionDashboardRequest struct { // ID of the folder to create a regression dashboard in. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // Name of the dashboard. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // Description of the dashboard. Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // Content of the dashboard. Content *regression.Dashboard_Content `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*CreateRegressionDashboardRequest) Descriptor
deprecated
func (*CreateRegressionDashboardRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateRegressionDashboardRequest.ProtoReflect.Descriptor instead.
func (*CreateRegressionDashboardRequest) GetContent ¶
func (x *CreateRegressionDashboardRequest) GetContent() *regression.Dashboard_Content
func (*CreateRegressionDashboardRequest) GetDescription ¶
func (x *CreateRegressionDashboardRequest) GetDescription() string
func (*CreateRegressionDashboardRequest) GetFolderId ¶
func (x *CreateRegressionDashboardRequest) GetFolderId() string
func (*CreateRegressionDashboardRequest) GetName ¶
func (x *CreateRegressionDashboardRequest) GetName() string
func (*CreateRegressionDashboardRequest) ProtoMessage ¶
func (*CreateRegressionDashboardRequest) ProtoMessage()
func (*CreateRegressionDashboardRequest) ProtoReflect ¶
func (x *CreateRegressionDashboardRequest) ProtoReflect() protoreflect.Message
func (*CreateRegressionDashboardRequest) Reset ¶
func (x *CreateRegressionDashboardRequest) Reset()
func (*CreateRegressionDashboardRequest) SetContent ¶
func (m *CreateRegressionDashboardRequest) SetContent(v *regression.Dashboard_Content)
func (*CreateRegressionDashboardRequest) SetDescription ¶
func (m *CreateRegressionDashboardRequest) SetDescription(v string)
func (*CreateRegressionDashboardRequest) SetFolderId ¶
func (m *CreateRegressionDashboardRequest) SetFolderId(v string)
func (*CreateRegressionDashboardRequest) SetName ¶
func (m *CreateRegressionDashboardRequest) SetName(v string)
func (*CreateRegressionDashboardRequest) String ¶
func (x *CreateRegressionDashboardRequest) String() string
type CreateTestMetadata ¶
type CreateTestMetadata struct { // ID of the test that is being created. TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` // contains filtered or unexported fields }
func (*CreateTestMetadata) Descriptor
deprecated
func (*CreateTestMetadata) Descriptor() ([]byte, []int)
Deprecated: Use CreateTestMetadata.ProtoReflect.Descriptor instead.
func (*CreateTestMetadata) GetTestId ¶
func (x *CreateTestMetadata) GetTestId() string
func (*CreateTestMetadata) ProtoMessage ¶
func (*CreateTestMetadata) ProtoMessage()
func (*CreateTestMetadata) ProtoReflect ¶
func (x *CreateTestMetadata) ProtoReflect() protoreflect.Message
func (*CreateTestMetadata) Reset ¶
func (x *CreateTestMetadata) Reset()
func (*CreateTestMetadata) SetTestId ¶
func (m *CreateTestMetadata) SetTestId(v string)
func (*CreateTestMetadata) String ¶
func (x *CreateTestMetadata) String() string
type CreateTestRequest ¶
type CreateTestRequest struct { // ID of the folder to create a test in. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // Test configuration associated with agents on which they will be executed. // In case of multiple configurations, a multitest will be created. Configurations []*test.SingleAgentConfiguration `protobuf:"bytes,2,rep,name=configurations,proto3" json:"configurations,omitempty"` // Test details. Name, tags etc. TestDetails *test.Details `protobuf:"bytes,3,opt,name=test_details,json=testDetails,proto3" json:"test_details,omitempty"` // contains filtered or unexported fields }
func (*CreateTestRequest) Descriptor
deprecated
func (*CreateTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTestRequest.ProtoReflect.Descriptor instead.
func (*CreateTestRequest) GetConfigurations ¶
func (x *CreateTestRequest) GetConfigurations() []*test.SingleAgentConfiguration
func (*CreateTestRequest) GetFolderId ¶
func (x *CreateTestRequest) GetFolderId() string
func (*CreateTestRequest) GetTestDetails ¶
func (x *CreateTestRequest) GetTestDetails() *test.Details
func (*CreateTestRequest) ProtoMessage ¶
func (*CreateTestRequest) ProtoMessage()
func (*CreateTestRequest) ProtoReflect ¶
func (x *CreateTestRequest) ProtoReflect() protoreflect.Message
func (*CreateTestRequest) Reset ¶
func (x *CreateTestRequest) Reset()
func (*CreateTestRequest) SetConfigurations ¶
func (m *CreateTestRequest) SetConfigurations(v []*test.SingleAgentConfiguration)
func (*CreateTestRequest) SetFolderId ¶
func (m *CreateTestRequest) SetFolderId(v string)
func (*CreateTestRequest) SetTestDetails ¶
func (m *CreateTestRequest) SetTestDetails(v *test.Details)
func (*CreateTestRequest) String ¶
func (x *CreateTestRequest) String() string
type DeleteAgentMetadata ¶
type DeleteAgentMetadata struct { // ID of the agent that is being deleted. AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAgentMetadata) Descriptor
deprecated
func (*DeleteAgentMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAgentMetadata.ProtoReflect.Descriptor instead.
func (*DeleteAgentMetadata) GetAgentId ¶
func (x *DeleteAgentMetadata) GetAgentId() string
func (*DeleteAgentMetadata) ProtoMessage ¶
func (*DeleteAgentMetadata) ProtoMessage()
func (*DeleteAgentMetadata) ProtoReflect ¶
func (x *DeleteAgentMetadata) ProtoReflect() protoreflect.Message
func (*DeleteAgentMetadata) Reset ¶
func (x *DeleteAgentMetadata) Reset()
func (*DeleteAgentMetadata) SetAgentId ¶
func (m *DeleteAgentMetadata) SetAgentId(v string)
func (*DeleteAgentMetadata) String ¶
func (x *DeleteAgentMetadata) String() string
type DeleteAgentRequest ¶
type DeleteAgentRequest struct { // ID of the agent to delete. AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteAgentRequest) Descriptor
deprecated
func (*DeleteAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAgentRequest.ProtoReflect.Descriptor instead.
func (*DeleteAgentRequest) GetAgentId ¶
func (x *DeleteAgentRequest) GetAgentId() string
func (*DeleteAgentRequest) ProtoMessage ¶
func (*DeleteAgentRequest) ProtoMessage()
func (*DeleteAgentRequest) ProtoReflect ¶
func (x *DeleteAgentRequest) ProtoReflect() protoreflect.Message
func (*DeleteAgentRequest) Reset ¶
func (x *DeleteAgentRequest) Reset()
func (*DeleteAgentRequest) SetAgentId ¶
func (m *DeleteAgentRequest) SetAgentId(v string)
func (*DeleteAgentRequest) String ¶
func (x *DeleteAgentRequest) String() string
type DeleteConfigMetadata ¶
type DeleteConfigMetadata struct { // ID of the config that is being deleted. ConfigId string `protobuf:"bytes,1,opt,name=config_id,json=configId,proto3" json:"config_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteConfigMetadata) Descriptor
deprecated
func (*DeleteConfigMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteConfigMetadata.ProtoReflect.Descriptor instead.
func (*DeleteConfigMetadata) GetConfigId ¶
func (x *DeleteConfigMetadata) GetConfigId() string
func (*DeleteConfigMetadata) ProtoMessage ¶
func (*DeleteConfigMetadata) ProtoMessage()
func (*DeleteConfigMetadata) ProtoReflect ¶
func (x *DeleteConfigMetadata) ProtoReflect() protoreflect.Message
func (*DeleteConfigMetadata) Reset ¶
func (x *DeleteConfigMetadata) Reset()
func (*DeleteConfigMetadata) SetConfigId ¶
func (m *DeleteConfigMetadata) SetConfigId(v string)
func (*DeleteConfigMetadata) String ¶
func (x *DeleteConfigMetadata) String() string
type DeleteConfigRequest ¶
type DeleteConfigRequest struct { // ID of the config to deleted. ConfigId string `protobuf:"bytes,1,opt,name=config_id,json=configId,proto3" json:"config_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteConfigRequest) Descriptor
deprecated
func (*DeleteConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteConfigRequest.ProtoReflect.Descriptor instead.
func (*DeleteConfigRequest) GetConfigId ¶
func (x *DeleteConfigRequest) GetConfigId() string
func (*DeleteConfigRequest) ProtoMessage ¶
func (*DeleteConfigRequest) ProtoMessage()
func (*DeleteConfigRequest) ProtoReflect ¶
func (x *DeleteConfigRequest) ProtoReflect() protoreflect.Message
func (*DeleteConfigRequest) Reset ¶
func (x *DeleteConfigRequest) Reset()
func (*DeleteConfigRequest) SetConfigId ¶
func (m *DeleteConfigRequest) SetConfigId(v string)
func (*DeleteConfigRequest) String ¶
func (x *DeleteConfigRequest) String() string
type DeleteRegressionDashboardMetadata ¶
type DeleteRegressionDashboardMetadata struct { // ID of the dashboard that is being deleted. DashboardId string `protobuf:"bytes,1,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteRegressionDashboardMetadata) Descriptor
deprecated
func (*DeleteRegressionDashboardMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRegressionDashboardMetadata.ProtoReflect.Descriptor instead.
func (*DeleteRegressionDashboardMetadata) GetDashboardId ¶
func (x *DeleteRegressionDashboardMetadata) GetDashboardId() string
func (*DeleteRegressionDashboardMetadata) ProtoMessage ¶
func (*DeleteRegressionDashboardMetadata) ProtoMessage()
func (*DeleteRegressionDashboardMetadata) ProtoReflect ¶
func (x *DeleteRegressionDashboardMetadata) ProtoReflect() protoreflect.Message
func (*DeleteRegressionDashboardMetadata) Reset ¶
func (x *DeleteRegressionDashboardMetadata) Reset()
func (*DeleteRegressionDashboardMetadata) SetDashboardId ¶
func (m *DeleteRegressionDashboardMetadata) SetDashboardId(v string)
func (*DeleteRegressionDashboardMetadata) String ¶
func (x *DeleteRegressionDashboardMetadata) String() string
type DeleteRegressionDashboardRequest ¶
type DeleteRegressionDashboardRequest struct { // ID of the dashboard to delete. DashboardId string `protobuf:"bytes,1,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"` // The current etag of the dashboard. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // contains filtered or unexported fields }
func (*DeleteRegressionDashboardRequest) Descriptor
deprecated
func (*DeleteRegressionDashboardRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteRegressionDashboardRequest.ProtoReflect.Descriptor instead.
func (*DeleteRegressionDashboardRequest) GetDashboardId ¶
func (x *DeleteRegressionDashboardRequest) GetDashboardId() string
func (*DeleteRegressionDashboardRequest) GetEtag ¶
func (x *DeleteRegressionDashboardRequest) GetEtag() string
func (*DeleteRegressionDashboardRequest) ProtoMessage ¶
func (*DeleteRegressionDashboardRequest) ProtoMessage()
func (*DeleteRegressionDashboardRequest) ProtoReflect ¶
func (x *DeleteRegressionDashboardRequest) ProtoReflect() protoreflect.Message
func (*DeleteRegressionDashboardRequest) Reset ¶
func (x *DeleteRegressionDashboardRequest) Reset()
func (*DeleteRegressionDashboardRequest) SetDashboardId ¶
func (m *DeleteRegressionDashboardRequest) SetDashboardId(v string)
func (*DeleteRegressionDashboardRequest) SetEtag ¶
func (m *DeleteRegressionDashboardRequest) SetEtag(v string)
func (*DeleteRegressionDashboardRequest) String ¶
func (x *DeleteRegressionDashboardRequest) String() string
type DeleteTestMetadata ¶
type DeleteTestMetadata struct { // ID of the test that is being deleted. TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteTestMetadata) Descriptor
deprecated
func (*DeleteTestMetadata) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTestMetadata.ProtoReflect.Descriptor instead.
func (*DeleteTestMetadata) GetTestId ¶
func (x *DeleteTestMetadata) GetTestId() string
func (*DeleteTestMetadata) ProtoMessage ¶
func (*DeleteTestMetadata) ProtoMessage()
func (*DeleteTestMetadata) ProtoReflect ¶
func (x *DeleteTestMetadata) ProtoReflect() protoreflect.Message
func (*DeleteTestMetadata) Reset ¶
func (x *DeleteTestMetadata) Reset()
func (*DeleteTestMetadata) SetTestId ¶
func (m *DeleteTestMetadata) SetTestId(v string)
func (*DeleteTestMetadata) String ¶
func (x *DeleteTestMetadata) String() string
type DeleteTestRequest ¶
type DeleteTestRequest struct { // ID of the test to delete. TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` // contains filtered or unexported fields }
func (*DeleteTestRequest) Descriptor
deprecated
func (*DeleteTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTestRequest.ProtoReflect.Descriptor instead.
func (*DeleteTestRequest) GetTestId ¶
func (x *DeleteTestRequest) GetTestId() string
func (*DeleteTestRequest) ProtoMessage ¶
func (*DeleteTestRequest) ProtoMessage()
func (*DeleteTestRequest) ProtoReflect ¶
func (x *DeleteTestRequest) ProtoReflect() protoreflect.Message
func (*DeleteTestRequest) Reset ¶
func (x *DeleteTestRequest) Reset()
func (*DeleteTestRequest) SetTestId ¶
func (m *DeleteTestRequest) SetTestId(v string)
func (*DeleteTestRequest) String ¶
func (x *DeleteTestRequest) String() string
type GetAgentRequest ¶
type GetAgentRequest struct { // ID of the agent to return. AgentId string `protobuf:"bytes,2,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` // contains filtered or unexported fields }
func (*GetAgentRequest) Descriptor
deprecated
func (*GetAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAgentRequest.ProtoReflect.Descriptor instead.
func (*GetAgentRequest) GetAgentId ¶
func (x *GetAgentRequest) GetAgentId() string
func (*GetAgentRequest) ProtoMessage ¶
func (*GetAgentRequest) ProtoMessage()
func (*GetAgentRequest) ProtoReflect ¶
func (x *GetAgentRequest) ProtoReflect() protoreflect.Message
func (*GetAgentRequest) Reset ¶
func (x *GetAgentRequest) Reset()
func (*GetAgentRequest) SetAgentId ¶
func (m *GetAgentRequest) SetAgentId(v string)
func (*GetAgentRequest) String ¶
func (x *GetAgentRequest) String() string
type GetConfigRequest ¶
type GetConfigRequest struct { // ID of the config to return. ConfigId string `protobuf:"bytes,1,opt,name=config_id,json=configId,proto3" json:"config_id,omitempty"` // contains filtered or unexported fields }
func (*GetConfigRequest) Descriptor
deprecated
func (*GetConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetConfigRequest.ProtoReflect.Descriptor instead.
func (*GetConfigRequest) GetConfigId ¶
func (x *GetConfigRequest) GetConfigId() string
func (*GetConfigRequest) ProtoMessage ¶
func (*GetConfigRequest) ProtoMessage()
func (*GetConfigRequest) ProtoReflect ¶
func (x *GetConfigRequest) ProtoReflect() protoreflect.Message
func (*GetConfigRequest) Reset ¶
func (x *GetConfigRequest) Reset()
func (*GetConfigRequest) SetConfigId ¶
func (m *GetConfigRequest) SetConfigId(v string)
func (*GetConfigRequest) String ¶
func (x *GetConfigRequest) String() string
type GetRegressionDashboardRequest ¶
type GetRegressionDashboardRequest struct { // ID of the dashboard to return. DashboardId string `protobuf:"bytes,1,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"` // contains filtered or unexported fields }
func (*GetRegressionDashboardRequest) Descriptor
deprecated
func (*GetRegressionDashboardRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRegressionDashboardRequest.ProtoReflect.Descriptor instead.
func (*GetRegressionDashboardRequest) GetDashboardId ¶
func (x *GetRegressionDashboardRequest) GetDashboardId() string
func (*GetRegressionDashboardRequest) ProtoMessage ¶
func (*GetRegressionDashboardRequest) ProtoMessage()
func (*GetRegressionDashboardRequest) ProtoReflect ¶
func (x *GetRegressionDashboardRequest) ProtoReflect() protoreflect.Message
func (*GetRegressionDashboardRequest) Reset ¶
func (x *GetRegressionDashboardRequest) Reset()
func (*GetRegressionDashboardRequest) SetDashboardId ¶
func (m *GetRegressionDashboardRequest) SetDashboardId(v string)
func (*GetRegressionDashboardRequest) String ¶
func (x *GetRegressionDashboardRequest) String() string
type GetTableReportRequest ¶
type GetTableReportRequest struct { // ID of the test for which report table will be returned. TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` // contains filtered or unexported fields }
func (*GetTableReportRequest) Descriptor
deprecated
func (*GetTableReportRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTableReportRequest.ProtoReflect.Descriptor instead.
func (*GetTableReportRequest) GetTestId ¶
func (x *GetTableReportRequest) GetTestId() string
func (*GetTableReportRequest) ProtoMessage ¶
func (*GetTableReportRequest) ProtoMessage()
func (*GetTableReportRequest) ProtoReflect ¶
func (x *GetTableReportRequest) ProtoReflect() protoreflect.Message
func (*GetTableReportRequest) Reset ¶
func (x *GetTableReportRequest) Reset()
func (*GetTableReportRequest) SetTestId ¶
func (m *GetTableReportRequest) SetTestId(v string)
func (*GetTableReportRequest) String ¶
func (x *GetTableReportRequest) String() string
type GetTableReportResponse ¶
type GetTableReportResponse struct { // Status of report table. Status report.Status `protobuf:"varint,1,opt,name=status,proto3,enum=yandex.cloud.loadtesting.api.v1.report.Status" json:"status,omitempty"` // Result for all test cases combined ("overall" test case). Overall *table.Report `protobuf:"bytes,2,opt,name=overall,proto3" json:"overall,omitempty"` // Results for individual test cases, mapped as `case_name:report`. Cases map[string]*table.Report `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetTableReportResponse) Descriptor
deprecated
func (*GetTableReportResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTableReportResponse.ProtoReflect.Descriptor instead.
func (*GetTableReportResponse) GetCases ¶
func (x *GetTableReportResponse) GetCases() map[string]*table.Report
func (*GetTableReportResponse) GetOverall ¶
func (x *GetTableReportResponse) GetOverall() *table.Report
func (*GetTableReportResponse) GetStatus ¶
func (x *GetTableReportResponse) GetStatus() report.Status
func (*GetTableReportResponse) ProtoMessage ¶
func (*GetTableReportResponse) ProtoMessage()
func (*GetTableReportResponse) ProtoReflect ¶
func (x *GetTableReportResponse) ProtoReflect() protoreflect.Message
func (*GetTableReportResponse) Reset ¶
func (x *GetTableReportResponse) Reset()
func (*GetTableReportResponse) SetCases ¶
func (m *GetTableReportResponse) SetCases(v map[string]*table.Report)
func (*GetTableReportResponse) SetOverall ¶
func (m *GetTableReportResponse) SetOverall(v *table.Report)
func (*GetTableReportResponse) SetStatus ¶
func (m *GetTableReportResponse) SetStatus(v report.Status)
func (*GetTableReportResponse) String ¶
func (x *GetTableReportResponse) String() string
type GetTestRequest ¶
type GetTestRequest struct { // ID of the test to return. TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` // contains filtered or unexported fields }
func (*GetTestRequest) Descriptor
deprecated
func (*GetTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTestRequest.ProtoReflect.Descriptor instead.
func (*GetTestRequest) GetTestId ¶
func (x *GetTestRequest) GetTestId() 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) SetTestId ¶
func (m *GetTestRequest) SetTestId(v string)
func (*GetTestRequest) String ¶
func (x *GetTestRequest) String() string
type ListAgentsRequest ¶
type ListAgentsRequest struct { // ID of the folder to list agents in. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than `page_size`, the service returns a [ListAgentsResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Default value: 100. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. To get the next page of results, set `page_token` to the // [ListAgentsResponse.next_page_token] returned by a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // A filter expression that filters agents listed in the response. // // The filter expression may contain multiple field expressions joined by `AND`. // The field expression must specify: // 1. The field name. // 2. An operator: // - `=`, `!=`, `CONTAINS`, for single values. // - `IN` or `NOT IN` for lists of values. // // 3. The value. String values must be encosed in `"`, boolean values are {`true`, `false`}, timestamp values in ISO-8601. // // Currently supported fields: // - `id` [yandex.cloud.loadtesting.api.v1.agent.Agent.id] // - operators: `=`, `!=`, `IN`, `NOT IN` // // - `name` [yandex.cloud.loadtesting.api.v1.agent.Agent.name] // - operators: `=`, `!=`, `IN`, `NOT IN`, `CONTAINS` // // Examples: // - `id IN ("1", "2", "3")` // - `name CONTAINS "compute-agent-large" AND id NOT IN ("4", "5")` Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListAgentsRequest) Descriptor
deprecated
func (*ListAgentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAgentsRequest.ProtoReflect.Descriptor instead.
func (*ListAgentsRequest) GetFilter ¶
func (x *ListAgentsRequest) GetFilter() string
func (*ListAgentsRequest) GetFolderId ¶
func (x *ListAgentsRequest) GetFolderId() string
func (*ListAgentsRequest) GetPageSize ¶
func (x *ListAgentsRequest) GetPageSize() int64
func (*ListAgentsRequest) GetPageToken ¶
func (x *ListAgentsRequest) GetPageToken() string
func (*ListAgentsRequest) ProtoMessage ¶
func (*ListAgentsRequest) ProtoMessage()
func (*ListAgentsRequest) ProtoReflect ¶
func (x *ListAgentsRequest) ProtoReflect() protoreflect.Message
func (*ListAgentsRequest) Reset ¶
func (x *ListAgentsRequest) Reset()
func (*ListAgentsRequest) SetFilter ¶
func (m *ListAgentsRequest) SetFilter(v string)
func (*ListAgentsRequest) SetFolderId ¶
func (m *ListAgentsRequest) SetFolderId(v string)
func (*ListAgentsRequest) SetPageSize ¶
func (m *ListAgentsRequest) SetPageSize(v int64)
func (*ListAgentsRequest) SetPageToken ¶
func (m *ListAgentsRequest) SetPageToken(v string)
func (*ListAgentsRequest) String ¶
func (x *ListAgentsRequest) String() string
type ListAgentsResponse ¶
type ListAgentsResponse struct { // List of agents in the specified folder. Agents []*agent.Agent `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"` // Token for getting the next page of the list. If the number of results is greater than // the specified [ListAgentsRequest.page_size], use `next_page_token` as the value // for the [ListAgentsRequest.page_token] parameter in the next list request. // // Each subsequent page will have its own `next_page_token` to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListAgentsResponse) Descriptor
deprecated
func (*ListAgentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAgentsResponse.ProtoReflect.Descriptor instead.
func (*ListAgentsResponse) GetAgents ¶
func (x *ListAgentsResponse) GetAgents() []*agent.Agent
func (*ListAgentsResponse) GetNextPageToken ¶
func (x *ListAgentsResponse) GetNextPageToken() string
func (*ListAgentsResponse) ProtoMessage ¶
func (*ListAgentsResponse) ProtoMessage()
func (*ListAgentsResponse) ProtoReflect ¶
func (x *ListAgentsResponse) ProtoReflect() protoreflect.Message
func (*ListAgentsResponse) Reset ¶
func (x *ListAgentsResponse) Reset()
func (*ListAgentsResponse) SetAgents ¶
func (m *ListAgentsResponse) SetAgents(v []*agent.Agent)
func (*ListAgentsResponse) SetNextPageToken ¶
func (m *ListAgentsResponse) SetNextPageToken(v string)
func (*ListAgentsResponse) String ¶
func (x *ListAgentsResponse) String() string
type ListConfigsRequest ¶
type ListConfigsRequest struct { // ID of the folder to list configs in. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than `page_size`, the service returns a [ListConfigsResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Default value: 100. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. To get the next page of results, set `page_token` to the // [ListConfigsResponse.next_page_token] returned by a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // A filter expression that filters tests listed in the response. Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListConfigsRequest) Descriptor
deprecated
func (*ListConfigsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListConfigsRequest.ProtoReflect.Descriptor instead.
func (*ListConfigsRequest) GetFilter ¶
func (x *ListConfigsRequest) GetFilter() string
func (*ListConfigsRequest) GetFolderId ¶
func (x *ListConfigsRequest) GetFolderId() string
func (*ListConfigsRequest) GetPageSize ¶
func (x *ListConfigsRequest) GetPageSize() int64
func (*ListConfigsRequest) GetPageToken ¶
func (x *ListConfigsRequest) GetPageToken() string
func (*ListConfigsRequest) ProtoMessage ¶
func (*ListConfigsRequest) ProtoMessage()
func (*ListConfigsRequest) ProtoReflect ¶
func (x *ListConfigsRequest) ProtoReflect() protoreflect.Message
func (*ListConfigsRequest) Reset ¶
func (x *ListConfigsRequest) Reset()
func (*ListConfigsRequest) SetFilter ¶
func (m *ListConfigsRequest) SetFilter(v string)
func (*ListConfigsRequest) SetFolderId ¶
func (m *ListConfigsRequest) SetFolderId(v string)
func (*ListConfigsRequest) SetPageSize ¶
func (m *ListConfigsRequest) SetPageSize(v int64)
func (*ListConfigsRequest) SetPageToken ¶
func (m *ListConfigsRequest) SetPageToken(v string)
func (*ListConfigsRequest) String ¶
func (x *ListConfigsRequest) String() string
type ListConfigsResponse ¶
type ListConfigsResponse struct { // List of configs in the specified folder. Configs []*config.Config `protobuf:"bytes,1,rep,name=configs,proto3" json:"configs,omitempty"` // Token for getting the next page of the list. If the number of results is greater than // the specified [ListConfigsRequest.page_size], use `next_page_token` as the value // for the [ListConfigsRequest.page_token] parameter in the next list request. // // Each subsequent page will have its own `next_page_token` to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListConfigsResponse) Descriptor
deprecated
func (*ListConfigsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListConfigsResponse.ProtoReflect.Descriptor instead.
func (*ListConfigsResponse) GetConfigs ¶
func (x *ListConfigsResponse) GetConfigs() []*config.Config
func (*ListConfigsResponse) GetNextPageToken ¶
func (x *ListConfigsResponse) GetNextPageToken() string
func (*ListConfigsResponse) ProtoMessage ¶
func (*ListConfigsResponse) ProtoMessage()
func (*ListConfigsResponse) ProtoReflect ¶
func (x *ListConfigsResponse) ProtoReflect() protoreflect.Message
func (*ListConfigsResponse) Reset ¶
func (x *ListConfigsResponse) Reset()
func (*ListConfigsResponse) SetConfigs ¶
func (m *ListConfigsResponse) SetConfigs(v []*config.Config)
func (*ListConfigsResponse) SetNextPageToken ¶
func (m *ListConfigsResponse) SetNextPageToken(v string)
func (*ListConfigsResponse) String ¶
func (x *ListConfigsResponse) String() string
type ListRegressionDashboardsRequest ¶
type ListRegressionDashboardsRequest struct { // ID of the folder to list dashboards in. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than `page_size`, the service returns a [ListRegressionDashboardsResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Default value: 100. PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. To get the next page of results, set `page_token` to the // [ListRegressionDashboardsResponse.next_page_token] returned by a previous list request. PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // A filter expression that filters dashboards listed in the response. // // The filter expression may contain multiple field expressions joined by `AND`. // The field expression must specify: // 1. The field name. // 2. An operator: // - `=`, `!=`, `CONTAINS`, for single values. // - `IN` or `NOT IN` for lists of values. // // 3. The value. String values must be encosed in `"`, boolean values are {`true`, `false`}, timestamp values in ISO-8601. // // Currently supported fields: // - `id` [yandex.cloud.loadtesting.api.v1.regression.Dashboard.id] // - operators: `=`, `!=`, `IN`, `NOT IN` // // - `name` [yandex.cloud.loadtesting.api.v1.regression.Dashboard.name] // - operators: `=`, `!=`, `IN`, `NOT IN`, `CONTAINS` // // Examples: // - `id IN ("1", "2", "3")` // - `name CONTAINS "my-dashboard" AND id NOT IN ("4", "5")` Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListRegressionDashboardsRequest) Descriptor
deprecated
func (*ListRegressionDashboardsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListRegressionDashboardsRequest.ProtoReflect.Descriptor instead.
func (*ListRegressionDashboardsRequest) GetFilter ¶
func (x *ListRegressionDashboardsRequest) GetFilter() string
func (*ListRegressionDashboardsRequest) GetFolderId ¶
func (x *ListRegressionDashboardsRequest) GetFolderId() string
func (*ListRegressionDashboardsRequest) GetPageSize ¶
func (x *ListRegressionDashboardsRequest) GetPageSize() int64
func (*ListRegressionDashboardsRequest) GetPageToken ¶
func (x *ListRegressionDashboardsRequest) GetPageToken() string
func (*ListRegressionDashboardsRequest) ProtoMessage ¶
func (*ListRegressionDashboardsRequest) ProtoMessage()
func (*ListRegressionDashboardsRequest) ProtoReflect ¶
func (x *ListRegressionDashboardsRequest) ProtoReflect() protoreflect.Message
func (*ListRegressionDashboardsRequest) Reset ¶
func (x *ListRegressionDashboardsRequest) Reset()
func (*ListRegressionDashboardsRequest) SetFilter ¶
func (m *ListRegressionDashboardsRequest) SetFilter(v string)
func (*ListRegressionDashboardsRequest) SetFolderId ¶
func (m *ListRegressionDashboardsRequest) SetFolderId(v string)
func (*ListRegressionDashboardsRequest) SetPageSize ¶
func (m *ListRegressionDashboardsRequest) SetPageSize(v int64)
func (*ListRegressionDashboardsRequest) SetPageToken ¶
func (m *ListRegressionDashboardsRequest) SetPageToken(v string)
func (*ListRegressionDashboardsRequest) String ¶
func (x *ListRegressionDashboardsRequest) String() string
type ListRegressionDashboardsResponse ¶
type ListRegressionDashboardsResponse struct { // List of dashboards in the specified folder. Dashboards []*regression.Dashboard `protobuf:"bytes,1,rep,name=dashboards,proto3" json:"dashboards,omitempty"` // Token for getting the next page of the list. If the number of results is greater than // the specified [ListRegressionDashboardsRequest.page_size], use `next_page_token` as the value // for the [ListRegressionDashboardsRequest.page_token] parameter in the next list request. // // Each subsequent page will have its own `next_page_token` to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListRegressionDashboardsResponse) Descriptor
deprecated
func (*ListRegressionDashboardsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListRegressionDashboardsResponse.ProtoReflect.Descriptor instead.
func (*ListRegressionDashboardsResponse) GetDashboards ¶
func (x *ListRegressionDashboardsResponse) GetDashboards() []*regression.Dashboard
func (*ListRegressionDashboardsResponse) GetNextPageToken ¶
func (x *ListRegressionDashboardsResponse) GetNextPageToken() string
func (*ListRegressionDashboardsResponse) ProtoMessage ¶
func (*ListRegressionDashboardsResponse) ProtoMessage()
func (*ListRegressionDashboardsResponse) ProtoReflect ¶
func (x *ListRegressionDashboardsResponse) ProtoReflect() protoreflect.Message
func (*ListRegressionDashboardsResponse) Reset ¶
func (x *ListRegressionDashboardsResponse) Reset()
func (*ListRegressionDashboardsResponse) SetDashboards ¶
func (m *ListRegressionDashboardsResponse) SetDashboards(v []*regression.Dashboard)
func (*ListRegressionDashboardsResponse) SetNextPageToken ¶
func (m *ListRegressionDashboardsResponse) SetNextPageToken(v string)
func (*ListRegressionDashboardsResponse) String ¶
func (x *ListRegressionDashboardsResponse) String() string
type ListTestsRequest ¶
type ListTestsRequest struct { // ID of the folder to list tests in. FolderId string `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // The maximum number of results per page to return. If the number of available // results is larger than `page_size`, the service returns a [ListTestsResponse.next_page_token] // that can be used to get the next page of results in subsequent list requests. // Default value: 100. PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // Page token. To get the next page of results, set `page_token` to the // [ListTestsResponse.next_page_token] returned by a previous list request. PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // A filter expression that filters tests listed in the response. // // The filter expression may contain multiple field expressions joined by `AND`. // The field expression must specify: // 1. The field name. // 2. An operator: // - `=`, `!=`, `<`, `<=`, `>`, `>=`, `CONTAINS`, `:` for single values. // - `IN` or `NOT IN` for lists of values. // // 3. The value. String values must be encosed in `"`, boolean values are {`true`, `false`}, timestamp values in ISO-8601. // // Currently supported fields: // - `id` [yandex.cloud.loadtesting.api.v1.test.Test.id] // - operators: `=`, `!=`, `IN`, `NOT IN` // // - `details.name` [yandex.cloud.loadtesting.api.v1.test.Details.name] // - operators: `=`, `!=`, `IN`, `NOT IN`, `CONTAINS` // // - `details.tags.<TAG_NAME>` [yandex.cloud.loadtesting.api.v1.test.Details.tags] // - operators: `:` // // - `summary.status` [yandex.cloud.loadtesting.api.v1.test.Summary.status] // - operators: `=`, `!=`, `IN`, `NOT IN` // // - `summary.is_finished` [yandex.cloud.loadtesting.api.v1.test.Summary.is_finished] // - operators: `=` // // - `summary.created_at` [yandex.cloud.loadtesting.api.v1.test.Summary.created_at] // - operators: `<`, `<=`, `>`, `>=` // // - `summary.created_by` [yandex.cloud.loadtesting.api.v1.test.Summary.created_by] // - operators: `=`, `!=`, `IN`, `NOT IN` // // Examples: // - `summary.status IN ("DONE", "ERROR") AND details.tags.author:"yandex"` // - `summary.is_finished = true AND details.name CONTAINS "nightly-test"` Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"` // contains filtered or unexported fields }
func (*ListTestsRequest) Descriptor
deprecated
func (*ListTestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTestsRequest.ProtoReflect.Descriptor instead.
func (*ListTestsRequest) GetFilter ¶
func (x *ListTestsRequest) GetFilter() string
func (*ListTestsRequest) GetFolderId ¶
func (x *ListTestsRequest) GetFolderId() string
func (*ListTestsRequest) GetPageSize ¶
func (x *ListTestsRequest) GetPageSize() int64
func (*ListTestsRequest) GetPageToken ¶
func (x *ListTestsRequest) GetPageToken() string
func (*ListTestsRequest) ProtoMessage ¶
func (*ListTestsRequest) ProtoMessage()
func (*ListTestsRequest) ProtoReflect ¶
func (x *ListTestsRequest) ProtoReflect() protoreflect.Message
func (*ListTestsRequest) Reset ¶
func (x *ListTestsRequest) Reset()
func (*ListTestsRequest) SetFilter ¶
func (m *ListTestsRequest) SetFilter(v string)
func (*ListTestsRequest) SetFolderId ¶
func (m *ListTestsRequest) SetFolderId(v string)
func (*ListTestsRequest) SetPageSize ¶
func (m *ListTestsRequest) SetPageSize(v int64)
func (*ListTestsRequest) SetPageToken ¶
func (m *ListTestsRequest) SetPageToken(v string)
func (*ListTestsRequest) String ¶
func (x *ListTestsRequest) String() string
type ListTestsResponse ¶
type ListTestsResponse struct { // List of tests in the specified folder. Tests []*test.Test `protobuf:"bytes,1,rep,name=tests,proto3" json:"tests,omitempty"` // Token for getting the next page of the list. If the number of results is greater than // the specified [ListTestsRequest.page_size], use `next_page_token` as the value // for the [ListTestsRequest.page_token] parameter in the next list request. // // Each subsequent page will have its own `next_page_token` to continue paging through the results. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListTestsResponse) Descriptor
deprecated
func (*ListTestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTestsResponse.ProtoReflect.Descriptor instead.
func (*ListTestsResponse) GetNextPageToken ¶
func (x *ListTestsResponse) GetNextPageToken() string
func (*ListTestsResponse) GetTests ¶
func (x *ListTestsResponse) GetTests() []*test.Test
func (*ListTestsResponse) ProtoMessage ¶
func (*ListTestsResponse) ProtoMessage()
func (*ListTestsResponse) ProtoReflect ¶
func (x *ListTestsResponse) ProtoReflect() protoreflect.Message
func (*ListTestsResponse) Reset ¶
func (x *ListTestsResponse) Reset()
func (*ListTestsResponse) SetNextPageToken ¶
func (m *ListTestsResponse) SetNextPageToken(v string)
func (*ListTestsResponse) SetTests ¶
func (m *ListTestsResponse) SetTests(v []*test.Test)
func (*ListTestsResponse) String ¶
func (x *ListTestsResponse) String() string
type RegressionDashboardServiceClient ¶
type RegressionDashboardServiceClient interface { // Creates a regression dashboard in the specified folder. Create(ctx context.Context, in *CreateRegressionDashboardRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Returns the specified regression dashboard. // // To get the list of all available regression dashboards, make a [List] request. Get(ctx context.Context, in *GetRegressionDashboardRequest, opts ...grpc.CallOption) (*regression.Dashboard, error) // Retrieves the list of regression dashboards in the specified folder. List(ctx context.Context, in *ListRegressionDashboardsRequest, opts ...grpc.CallOption) (*ListRegressionDashboardsResponse, error) // Deletes the specified regression dashboard. Delete(ctx context.Context, in *DeleteRegressionDashboardRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Updates the specified regression dashboard. Update(ctx context.Context, in *UpdateRegressionDashboardRequest, opts ...grpc.CallOption) (*operation.Operation, error) }
RegressionDashboardServiceClient is the client API for RegressionDashboardService 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.
A set of methods for managing Load Testing Regression Dashboards.
func NewRegressionDashboardServiceClient ¶
func NewRegressionDashboardServiceClient(cc grpc.ClientConnInterface) RegressionDashboardServiceClient
type RegressionDashboardServiceServer ¶
type RegressionDashboardServiceServer interface { // Creates a regression dashboard in the specified folder. Create(context.Context, *CreateRegressionDashboardRequest) (*operation.Operation, error) // Returns the specified regression dashboard. // // To get the list of all available regression dashboards, make a [List] request. Get(context.Context, *GetRegressionDashboardRequest) (*regression.Dashboard, error) // Retrieves the list of regression dashboards in the specified folder. List(context.Context, *ListRegressionDashboardsRequest) (*ListRegressionDashboardsResponse, error) // Deletes the specified regression dashboard. Delete(context.Context, *DeleteRegressionDashboardRequest) (*operation.Operation, error) // Updates the specified regression dashboard. Update(context.Context, *UpdateRegressionDashboardRequest) (*operation.Operation, error) }
RegressionDashboardServiceServer is the server API for RegressionDashboardService service. All implementations should embed UnimplementedRegressionDashboardServiceServer for forward compatibility.
A set of methods for managing Load Testing Regression Dashboards.
type ReportServiceClient ¶
type ReportServiceClient interface { // Returns a report table for the specified test. GetTable(ctx context.Context, in *GetTableReportRequest, opts ...grpc.CallOption) (*GetTableReportResponse, error) // Returns a list of KPI values for tests matching the specified filter. CalculateKpiValues(ctx context.Context, in *CalculateReportKpiValuesRequest, opts ...grpc.CallOption) (*CalculateReportKpiValuesResponse, error) }
ReportServiceClient is the client API for ReportService 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.
A set of methods for managing test reports.
func NewReportServiceClient ¶
func NewReportServiceClient(cc grpc.ClientConnInterface) ReportServiceClient
type ReportServiceServer ¶
type ReportServiceServer interface { // Returns a report table for the specified test. GetTable(context.Context, *GetTableReportRequest) (*GetTableReportResponse, error) // Returns a list of KPI values for tests matching the specified filter. CalculateKpiValues(context.Context, *CalculateReportKpiValuesRequest) (*CalculateReportKpiValuesResponse, error) }
ReportServiceServer is the server API for ReportService service. All implementations should embed UnimplementedReportServiceServer for forward compatibility.
A set of methods for managing test reports.
type StopTestMetadata ¶
type StopTestMetadata struct { // ID of the test that is being stopped. TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` // contains filtered or unexported fields }
func (*StopTestMetadata) Descriptor
deprecated
func (*StopTestMetadata) Descriptor() ([]byte, []int)
Deprecated: Use StopTestMetadata.ProtoReflect.Descriptor instead.
func (*StopTestMetadata) GetTestId ¶
func (x *StopTestMetadata) GetTestId() string
func (*StopTestMetadata) ProtoMessage ¶
func (*StopTestMetadata) ProtoMessage()
func (*StopTestMetadata) ProtoReflect ¶
func (x *StopTestMetadata) ProtoReflect() protoreflect.Message
func (*StopTestMetadata) Reset ¶
func (x *StopTestMetadata) Reset()
func (*StopTestMetadata) SetTestId ¶
func (m *StopTestMetadata) SetTestId(v string)
func (*StopTestMetadata) String ¶
func (x *StopTestMetadata) String() string
type StopTestRequest ¶
type StopTestRequest struct { // ID of the test to stop. TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` // contains filtered or unexported fields }
func (*StopTestRequest) Descriptor
deprecated
func (*StopTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use StopTestRequest.ProtoReflect.Descriptor instead.
func (*StopTestRequest) GetTestId ¶
func (x *StopTestRequest) GetTestId() string
func (*StopTestRequest) ProtoMessage ¶
func (*StopTestRequest) ProtoMessage()
func (*StopTestRequest) ProtoReflect ¶
func (x *StopTestRequest) ProtoReflect() protoreflect.Message
func (*StopTestRequest) Reset ¶
func (x *StopTestRequest) Reset()
func (*StopTestRequest) SetTestId ¶
func (m *StopTestRequest) SetTestId(v string)
func (*StopTestRequest) String ¶
func (x *StopTestRequest) String() string
type TestServiceClient ¶
type TestServiceClient interface { // Creates (runs) a test in the specified folder. Create(ctx context.Context, in *CreateTestRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Returns the specified test. // // To get the list of all available tests, make a [List] request. Get(ctx context.Context, in *GetTestRequest, opts ...grpc.CallOption) (*test.Test, error) // Stops the specified test. Stop(ctx context.Context, in *StopTestRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Deletes specified tests. Delete(ctx context.Context, in *DeleteTestRequest, opts ...grpc.CallOption) (*operation.Operation, error) // Retrieves the list of test in the specified folder. List(ctx context.Context, in *ListTestsRequest, opts ...grpc.CallOption) (*ListTestsResponse, error) }
TestServiceClient is the client API for TestService 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.
A set of methods for managing tests.
func NewTestServiceClient ¶
func NewTestServiceClient(cc grpc.ClientConnInterface) TestServiceClient
type TestServiceServer ¶
type TestServiceServer interface { // Creates (runs) a test in the specified folder. Create(context.Context, *CreateTestRequest) (*operation.Operation, error) // Returns the specified test. // // To get the list of all available tests, make a [List] request. Get(context.Context, *GetTestRequest) (*test.Test, error) // Stops the specified test. Stop(context.Context, *StopTestRequest) (*operation.Operation, error) // Deletes specified tests. Delete(context.Context, *DeleteTestRequest) (*operation.Operation, error) // Retrieves the list of test in the specified folder. List(context.Context, *ListTestsRequest) (*ListTestsResponse, error) }
TestServiceServer is the server API for TestService service. All implementations should embed UnimplementedTestServiceServer for forward compatibility.
A set of methods for managing tests.
type UnimplementedAgentServiceServer ¶
type UnimplementedAgentServiceServer struct{}
UnimplementedAgentServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedAgentServiceServer) Create ¶
func (UnimplementedAgentServiceServer) Create(context.Context, *CreateAgentRequest) (*operation.Operation, error)
func (UnimplementedAgentServiceServer) Delete ¶
func (UnimplementedAgentServiceServer) Delete(context.Context, *DeleteAgentRequest) (*operation.Operation, error)
func (UnimplementedAgentServiceServer) Get ¶
func (UnimplementedAgentServiceServer) Get(context.Context, *GetAgentRequest) (*agent.Agent, error)
func (UnimplementedAgentServiceServer) List ¶
func (UnimplementedAgentServiceServer) List(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error)
func (UnimplementedAgentServiceServer) Update ¶
func (UnimplementedAgentServiceServer) Update(context.Context, *UpdateAgentRequest) (*operation.Operation, error)
type UnimplementedConfigServiceServer ¶
type UnimplementedConfigServiceServer struct{}
UnimplementedConfigServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedConfigServiceServer) Create ¶
func (UnimplementedConfigServiceServer) Create(context.Context, *CreateConfigRequest) (*operation.Operation, error)
func (UnimplementedConfigServiceServer) Delete ¶
func (UnimplementedConfigServiceServer) Delete(context.Context, *DeleteConfigRequest) (*operation.Operation, error)
func (UnimplementedConfigServiceServer) Get ¶
func (UnimplementedConfigServiceServer) Get(context.Context, *GetConfigRequest) (*config.Config, error)
func (UnimplementedConfigServiceServer) List ¶
func (UnimplementedConfigServiceServer) List(context.Context, *ListConfigsRequest) (*ListConfigsResponse, error)
type UnimplementedRegressionDashboardServiceServer ¶
type UnimplementedRegressionDashboardServiceServer struct{}
UnimplementedRegressionDashboardServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
type UnimplementedReportServiceServer ¶
type UnimplementedReportServiceServer struct{}
UnimplementedReportServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedReportServiceServer) CalculateKpiValues ¶
func (UnimplementedReportServiceServer) CalculateKpiValues(context.Context, *CalculateReportKpiValuesRequest) (*CalculateReportKpiValuesResponse, error)
func (UnimplementedReportServiceServer) GetTable ¶
func (UnimplementedReportServiceServer) GetTable(context.Context, *GetTableReportRequest) (*GetTableReportResponse, error)
type UnimplementedTestServiceServer ¶
type UnimplementedTestServiceServer struct{}
UnimplementedTestServiceServer should be embedded to have forward compatible implementations.
NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.
func (UnimplementedTestServiceServer) Create ¶
func (UnimplementedTestServiceServer) Create(context.Context, *CreateTestRequest) (*operation.Operation, error)
func (UnimplementedTestServiceServer) Delete ¶
func (UnimplementedTestServiceServer) Delete(context.Context, *DeleteTestRequest) (*operation.Operation, error)
func (UnimplementedTestServiceServer) Get ¶
func (UnimplementedTestServiceServer) Get(context.Context, *GetTestRequest) (*test.Test, error)
func (UnimplementedTestServiceServer) List ¶
func (UnimplementedTestServiceServer) List(context.Context, *ListTestsRequest) (*ListTestsResponse, error)
func (UnimplementedTestServiceServer) Stop ¶
func (UnimplementedTestServiceServer) Stop(context.Context, *StopTestRequest) (*operation.Operation, error)
type UnsafeAgentServiceServer ¶
type UnsafeAgentServiceServer interface {
// contains filtered or unexported methods
}
UnsafeAgentServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AgentServiceServer will result in compilation errors.
type UnsafeConfigServiceServer ¶
type UnsafeConfigServiceServer interface {
// contains filtered or unexported methods
}
UnsafeConfigServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ConfigServiceServer will result in compilation errors.
type UnsafeRegressionDashboardServiceServer ¶
type UnsafeRegressionDashboardServiceServer interface {
// contains filtered or unexported methods
}
UnsafeRegressionDashboardServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RegressionDashboardServiceServer will result in compilation errors.
type UnsafeReportServiceServer ¶
type UnsafeReportServiceServer interface {
// contains filtered or unexported methods
}
UnsafeReportServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ReportServiceServer will result in compilation errors.
type UnsafeTestServiceServer ¶
type UnsafeTestServiceServer interface {
// contains filtered or unexported methods
}
UnsafeTestServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TestServiceServer will result in compilation errors.
type UpdateAgentMetadata ¶
type UpdateAgentMetadata struct { // ID of the agent that is being updated. AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateAgentMetadata) Descriptor
deprecated
func (*UpdateAgentMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAgentMetadata.ProtoReflect.Descriptor instead.
func (*UpdateAgentMetadata) GetAgentId ¶
func (x *UpdateAgentMetadata) GetAgentId() string
func (*UpdateAgentMetadata) ProtoMessage ¶
func (*UpdateAgentMetadata) ProtoMessage()
func (*UpdateAgentMetadata) ProtoReflect ¶
func (x *UpdateAgentMetadata) ProtoReflect() protoreflect.Message
func (*UpdateAgentMetadata) Reset ¶
func (x *UpdateAgentMetadata) Reset()
func (*UpdateAgentMetadata) SetAgentId ¶
func (m *UpdateAgentMetadata) SetAgentId(v string)
func (*UpdateAgentMetadata) String ¶
func (x *UpdateAgentMetadata) String() string
type UpdateAgentRequest ¶
type UpdateAgentRequest struct { // ID of the agent to update. AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` // Field mask that specifies which attributes of the agent are going to be updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // New name of the agent. Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // New description of the agent. Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // New parameters of compute instance managed by the agent. ComputeInstanceParams *agent.CreateComputeInstance `` /* 126-byte string literal not displayed */ // New labels of the agent. Labels map[string]string `` /* 153-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateAgentRequest) Descriptor
deprecated
func (*UpdateAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAgentRequest.ProtoReflect.Descriptor instead.
func (*UpdateAgentRequest) GetAgentId ¶
func (x *UpdateAgentRequest) GetAgentId() string
func (*UpdateAgentRequest) GetComputeInstanceParams ¶
func (x *UpdateAgentRequest) GetComputeInstanceParams() *agent.CreateComputeInstance
func (*UpdateAgentRequest) GetDescription ¶
func (x *UpdateAgentRequest) GetDescription() string
func (*UpdateAgentRequest) GetLabels ¶
func (x *UpdateAgentRequest) GetLabels() map[string]string
func (*UpdateAgentRequest) GetName ¶
func (x *UpdateAgentRequest) GetName() string
func (*UpdateAgentRequest) GetUpdateMask ¶
func (x *UpdateAgentRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateAgentRequest) ProtoMessage ¶
func (*UpdateAgentRequest) ProtoMessage()
func (*UpdateAgentRequest) ProtoReflect ¶
func (x *UpdateAgentRequest) ProtoReflect() protoreflect.Message
func (*UpdateAgentRequest) Reset ¶
func (x *UpdateAgentRequest) Reset()
func (*UpdateAgentRequest) SetAgentId ¶
func (m *UpdateAgentRequest) SetAgentId(v string)
func (*UpdateAgentRequest) SetComputeInstanceParams ¶
func (m *UpdateAgentRequest) SetComputeInstanceParams(v *agent.CreateComputeInstance)
func (*UpdateAgentRequest) SetDescription ¶
func (m *UpdateAgentRequest) SetDescription(v string)
func (*UpdateAgentRequest) SetLabels ¶
func (m *UpdateAgentRequest) SetLabels(v map[string]string)
func (*UpdateAgentRequest) SetName ¶
func (m *UpdateAgentRequest) SetName(v string)
func (*UpdateAgentRequest) SetUpdateMask ¶
func (m *UpdateAgentRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateAgentRequest) String ¶
func (x *UpdateAgentRequest) String() string
type UpdateRegressionDashboardMetadata ¶
type UpdateRegressionDashboardMetadata struct { // ID of the dashboard that is being updated. DashboardId string `protobuf:"bytes,1,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"` // contains filtered or unexported fields }
func (*UpdateRegressionDashboardMetadata) Descriptor
deprecated
func (*UpdateRegressionDashboardMetadata) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRegressionDashboardMetadata.ProtoReflect.Descriptor instead.
func (*UpdateRegressionDashboardMetadata) GetDashboardId ¶
func (x *UpdateRegressionDashboardMetadata) GetDashboardId() string
func (*UpdateRegressionDashboardMetadata) ProtoMessage ¶
func (*UpdateRegressionDashboardMetadata) ProtoMessage()
func (*UpdateRegressionDashboardMetadata) ProtoReflect ¶
func (x *UpdateRegressionDashboardMetadata) ProtoReflect() protoreflect.Message
func (*UpdateRegressionDashboardMetadata) Reset ¶
func (x *UpdateRegressionDashboardMetadata) Reset()
func (*UpdateRegressionDashboardMetadata) SetDashboardId ¶
func (m *UpdateRegressionDashboardMetadata) SetDashboardId(v string)
func (*UpdateRegressionDashboardMetadata) String ¶
func (x *UpdateRegressionDashboardMetadata) String() string
type UpdateRegressionDashboardRequest ¶
type UpdateRegressionDashboardRequest struct { // ID of the dashboards to update. DashboardId string `protobuf:"bytes,1,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"` // The current etag of the dashboard. Etag string `protobuf:"bytes,2,opt,name=etag,proto3" json:"etag,omitempty"` // Field mask that specifies which attributes of the dashboard are going to be updated. UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,3,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` // New name of the dashboard. Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"` // New description of the dashboard. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` // New content of the dashboard. Content *regression.Dashboard_Content `protobuf:"bytes,6,opt,name=content,proto3" json:"content,omitempty"` // contains filtered or unexported fields }
func (*UpdateRegressionDashboardRequest) Descriptor
deprecated
func (*UpdateRegressionDashboardRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateRegressionDashboardRequest.ProtoReflect.Descriptor instead.
func (*UpdateRegressionDashboardRequest) GetContent ¶
func (x *UpdateRegressionDashboardRequest) GetContent() *regression.Dashboard_Content
func (*UpdateRegressionDashboardRequest) GetDashboardId ¶
func (x *UpdateRegressionDashboardRequest) GetDashboardId() string
func (*UpdateRegressionDashboardRequest) GetDescription ¶
func (x *UpdateRegressionDashboardRequest) GetDescription() string
func (*UpdateRegressionDashboardRequest) GetEtag ¶
func (x *UpdateRegressionDashboardRequest) GetEtag() string
func (*UpdateRegressionDashboardRequest) GetName ¶
func (x *UpdateRegressionDashboardRequest) GetName() string
func (*UpdateRegressionDashboardRequest) GetUpdateMask ¶
func (x *UpdateRegressionDashboardRequest) GetUpdateMask() *fieldmaskpb.FieldMask
func (*UpdateRegressionDashboardRequest) ProtoMessage ¶
func (*UpdateRegressionDashboardRequest) ProtoMessage()
func (*UpdateRegressionDashboardRequest) ProtoReflect ¶
func (x *UpdateRegressionDashboardRequest) ProtoReflect() protoreflect.Message
func (*UpdateRegressionDashboardRequest) Reset ¶
func (x *UpdateRegressionDashboardRequest) Reset()
func (*UpdateRegressionDashboardRequest) SetContent ¶
func (m *UpdateRegressionDashboardRequest) SetContent(v *regression.Dashboard_Content)
func (*UpdateRegressionDashboardRequest) SetDashboardId ¶
func (m *UpdateRegressionDashboardRequest) SetDashboardId(v string)
func (*UpdateRegressionDashboardRequest) SetDescription ¶
func (m *UpdateRegressionDashboardRequest) SetDescription(v string)
func (*UpdateRegressionDashboardRequest) SetEtag ¶
func (m *UpdateRegressionDashboardRequest) SetEtag(v string)
func (*UpdateRegressionDashboardRequest) SetName ¶
func (m *UpdateRegressionDashboardRequest) SetName(v string)
func (*UpdateRegressionDashboardRequest) SetUpdateMask ¶
func (m *UpdateRegressionDashboardRequest) SetUpdateMask(v *fieldmaskpb.FieldMask)
func (*UpdateRegressionDashboardRequest) String ¶
func (x *UpdateRegressionDashboardRequest) String() string
Source Files
¶
- agent_service.pb.go
- agent_service.pbext.go
- agent_service_grpc.pb.go
- config_service.pb.go
- config_service.pbext.go
- config_service_grpc.pb.go
- regression_dashboard_service.pb.go
- regression_dashboard_service.pbext.go
- regression_dashboard_service_grpc.pb.go
- report_service.pb.go
- report_service.pbext.go
- report_service_grpc.pb.go
- test_service.pb.go
- test_service.pbext.go
- test_service_grpc.pb.go