v1

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	RowStyle_name = map[int32]string{
		0: "ROW_STYLE_UNSPECIFIED",
		1: "ROW_STYLE_ONE_LINE",
		2: "ROW_STYLE_TWO_LINE",
		3: "ROW_STYLE_CONDENSED",
		4: "ROW_STYLE_JSON",
	}
	RowStyle_value = map[string]int32{
		"ROW_STYLE_UNSPECIFIED": 0,
		"ROW_STYLE_ONE_LINE":    1,
		"ROW_STYLE_TWO_LINE":    2,
		"ROW_STYLE_CONDENSED":   3,
		"ROW_STYLE_JSON":        4,
	}
)

Enum value maps for RowStyle.

View Source
var (
	Legend_LegendColumn_name = map[int32]string{
		0: "LEGEND_COLUMN_UNSPECIFIED",
		1: "LEGEND_COLUMN_MIN",
		2: "LEGEND_COLUMN_MAX",
		3: "LEGEND_COLUMN_SUM",
		4: "LEGEND_COLUMN_AVG",
		5: "LEGEND_COLUMN_LAST",
	}
	Legend_LegendColumn_value = map[string]int32{
		"LEGEND_COLUMN_UNSPECIFIED": 0,
		"LEGEND_COLUMN_MIN":         1,
		"LEGEND_COLUMN_MAX":         2,
		"LEGEND_COLUMN_SUM":         3,
		"LEGEND_COLUMN_AVG":         4,
		"LEGEND_COLUMN_LAST":        5,
	}
)

Enum value maps for Legend_LegendColumn.

View Source
var (
	LogSeverityLevel_name = map[int32]string{
		0: "LOG_SEVERITY_LEVEL_UNSPECIFIED",
		1: "LOG_SEVERITY_LEVEL_DEBUG",
		2: "LOG_SEVERITY_LEVEL_VERBOSE",
		3: "LOG_SEVERITY_LEVEL_INFO",
		4: "LOG_SEVERITY_LEVEL_WARNING",
		5: "LOG_SEVERITY_LEVEL_ERROR",
		6: "LOG_SEVERITY_LEVEL_CRITICAL",
	}
	LogSeverityLevel_value = map[string]int32{
		"LOG_SEVERITY_LEVEL_UNSPECIFIED": 0,
		"LOG_SEVERITY_LEVEL_DEBUG":       1,
		"LOG_SEVERITY_LEVEL_VERBOSE":     2,
		"LOG_SEVERITY_LEVEL_INFO":        3,
		"LOG_SEVERITY_LEVEL_WARNING":     4,
		"LOG_SEVERITY_LEVEL_ERROR":       5,
		"LOG_SEVERITY_LEVEL_CRITICAL":    6,
	}
)

Enum value maps for LogSeverityLevel.

View Source
var (
	OrderDirection_name = map[int32]string{
		0: "ORDER_DIRECTION_UNSPECIFIED",
		1: "ORDER_DIRECTION_ASC",
		2: "ORDER_DIRECTION_DESC",
	}
	OrderDirection_value = map[string]int32{
		"ORDER_DIRECTION_UNSPECIFIED": 0,
		"ORDER_DIRECTION_ASC":         1,
		"ORDER_DIRECTION_DESC":        2,
	}
)

Enum value maps for OrderDirection.

View Source
var DashboardCatalogService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.coralogixapis.dashboards.v1.services.DashboardCatalogService",
	HandlerType: (*DashboardCatalogServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetDashboardCatalog",
			Handler:    _DashboardCatalogService_GetDashboardCatalog_Handler,
		},
		{
			MethodName: "ReplaceDefaultDashboard",
			Handler:    _DashboardCatalogService_ReplaceDefaultDashboard_Handler,
		},
		{
			MethodName: "PinDashboard",
			Handler:    _DashboardCatalogService_PinDashboard_Handler,
		},
		{
			MethodName: "UnpinDashboard",
			Handler:    _DashboardCatalogService_UnpinDashboard_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/coralogixapis/dashboards/v1/services/dashboard_catalog_service.proto",
}

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

View Source
var DashboardsService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.coralogixapis.dashboards.v1.services.DashboardsService",
	HandlerType: (*DashboardsServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateDashboard",
			Handler:    _DashboardsService_CreateDashboard_Handler,
		},
		{
			MethodName: "ReplaceDashboard",
			Handler:    _DashboardsService_ReplaceDashboard_Handler,
		},
		{
			MethodName: "DeleteDashboard",
			Handler:    _DashboardsService_DeleteDashboard_Handler,
		},
		{
			MethodName: "GetDashboard",
			Handler:    _DashboardsService_GetDashboard_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/coralogixapis/dashboards/v1/services/dashboards_service.proto",
}

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

View Source
var (
	// optional com.coralogixapis.dashboards.v1.AuditLogDescription audit_log_description = 4999;
	E_AuditLogDescription = &file_com_coralogixapis_dashboards_v1_audit_log_proto_extTypes[0]
)

Extension fields to descriptorpb.MethodOptions.

View Source
var File_com_coralogixapis_dashboards_v1_ast_dashboard_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_ast_layout_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_ast_variable_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_ast_widget_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_ast_widgets_common_legend_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_ast_widgets_common_queries_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_ast_widgets_data_table_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_ast_widgets_line_chart_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_audit_log_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_common_log_severity_level_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_common_logs_aggregation_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_common_order_direction_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_common_ordering_field_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_common_search_filter_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_common_time_frame_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_common_time_series_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_services_dashboard_catalog_service_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_services_dashboards_service_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_services_logs_data_source_service_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_services_metrics_data_source_service_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_dashboards_v1_types_proto protoreflect.FileDescriptor
View Source
var LogsDataSourceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.coralogixapis.dashboards.v1.services.LogsDataSourceService",
	HandlerType: (*LogsDataSourceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SearchLogsTimeSeries",
			Handler:    _LogsDataSourceService_SearchLogsTimeSeries_Handler,
		},
		{
			MethodName: "SearchLogsEvents",
			Handler:    _LogsDataSourceService_SearchLogsEvents_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/coralogixapis/dashboards/v1/services/logs_data_source_service.proto",
}

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

View Source
var MetricsDataSourceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "com.coralogixapis.dashboards.v1.services.MetricsDataSourceService",
	HandlerType: (*MetricsDataSourceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SearchMetricsTimeSeries",
			Handler:    _MetricsDataSourceService_SearchMetricsTimeSeries_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "com/coralogixapis/dashboards/v1/services/metrics_data_source_service.proto",
}

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

Functions

func RegisterDashboardCatalogServiceServer

func RegisterDashboardCatalogServiceServer(s grpc.ServiceRegistrar, srv DashboardCatalogServiceServer)

func RegisterDashboardsServiceServer

func RegisterDashboardsServiceServer(s grpc.ServiceRegistrar, srv DashboardsServiceServer)

func RegisterLogsDataSourceServiceServer

func RegisterLogsDataSourceServiceServer(s grpc.ServiceRegistrar, srv LogsDataSourceServiceServer)

func RegisterMetricsDataSourceServiceServer

func RegisterMetricsDataSourceServiceServer(s grpc.ServiceRegistrar, srv MetricsDataSourceServiceServer)

Types

type AuditLogDescription

type AuditLogDescription struct {
	Description *string `protobuf:"bytes,1,opt,name=description,proto3,oneof" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditLogDescription) Descriptor deprecated

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

Deprecated: Use AuditLogDescription.ProtoReflect.Descriptor instead.

func (*AuditLogDescription) GetDescription

func (x *AuditLogDescription) GetDescription() string

func (*AuditLogDescription) ProtoMessage

func (*AuditLogDescription) ProtoMessage()

func (*AuditLogDescription) ProtoReflect

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

func (*AuditLogDescription) Reset

func (x *AuditLogDescription) Reset()

func (*AuditLogDescription) String

func (x *AuditLogDescription) String() string

type Constant

type Constant struct {
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Constant) Descriptor deprecated

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

Deprecated: Use Constant.ProtoReflect.Descriptor instead.

func (*Constant) GetValue

func (x *Constant) GetValue() *wrapperspb.StringValue

func (*Constant) ProtoMessage

func (*Constant) ProtoMessage()

func (*Constant) ProtoReflect

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

func (*Constant) Reset

func (x *Constant) Reset()

func (*Constant) String

func (x *Constant) String() string

type CreateDashboardRequest

type CreateDashboardRequest struct {
	RequestId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Dashboard *Dashboard              `protobuf:"bytes,2,opt,name=dashboard,proto3" json:"dashboard,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDashboardRequest) Descriptor deprecated

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

Deprecated: Use CreateDashboardRequest.ProtoReflect.Descriptor instead.

func (*CreateDashboardRequest) GetDashboard

func (x *CreateDashboardRequest) GetDashboard() *Dashboard

func (*CreateDashboardRequest) GetRequestId

func (x *CreateDashboardRequest) GetRequestId() *wrapperspb.StringValue

func (*CreateDashboardRequest) ProtoMessage

func (*CreateDashboardRequest) ProtoMessage()

func (*CreateDashboardRequest) ProtoReflect

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

func (*CreateDashboardRequest) Reset

func (x *CreateDashboardRequest) Reset()

func (*CreateDashboardRequest) String

func (x *CreateDashboardRequest) String() string

type CreateDashboardResponse

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

func (*CreateDashboardResponse) Descriptor deprecated

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

Deprecated: Use CreateDashboardResponse.ProtoReflect.Descriptor instead.

func (*CreateDashboardResponse) ProtoMessage

func (*CreateDashboardResponse) ProtoMessage()

func (*CreateDashboardResponse) ProtoReflect

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

func (*CreateDashboardResponse) Reset

func (x *CreateDashboardResponse) Reset()

func (*CreateDashboardResponse) String

func (x *CreateDashboardResponse) String() string

type Dashboard

type Dashboard struct {
	Id          *UUID                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Layout      *Layout                 `protobuf:"bytes,4,opt,name=layout,proto3" json:"layout,omitempty"`
	Variables   []*Variable             `protobuf:"bytes,5,rep,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

func (*Dashboard) Descriptor deprecated

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

Deprecated: Use Dashboard.ProtoReflect.Descriptor instead.

func (*Dashboard) GetDescription

func (x *Dashboard) GetDescription() *wrapperspb.StringValue

func (*Dashboard) GetId

func (x *Dashboard) GetId() *UUID

func (*Dashboard) GetLayout

func (x *Dashboard) GetLayout() *Layout

func (*Dashboard) GetName

func (x *Dashboard) GetName() *wrapperspb.StringValue

func (*Dashboard) GetVariables

func (x *Dashboard) GetVariables() []*Variable

func (*Dashboard) ProtoMessage

func (*Dashboard) ProtoMessage()

func (*Dashboard) ProtoReflect

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

func (*Dashboard) Reset

func (x *Dashboard) Reset()

func (*Dashboard) String

func (x *Dashboard) String() string

type DashboardCatalogItem

type DashboardCatalogItem struct {
	Id          *UUID                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	CreateTime  *timestamppb.Timestamp  `protobuf:"bytes,4,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime  *timestamppb.Timestamp  `protobuf:"bytes,5,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// contains filtered or unexported fields
}

func (*DashboardCatalogItem) Descriptor deprecated

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

Deprecated: Use DashboardCatalogItem.ProtoReflect.Descriptor instead.

func (*DashboardCatalogItem) GetCreateTime

func (x *DashboardCatalogItem) GetCreateTime() *timestamppb.Timestamp

func (*DashboardCatalogItem) GetDescription

func (x *DashboardCatalogItem) GetDescription() *wrapperspb.StringValue

func (*DashboardCatalogItem) GetId

func (x *DashboardCatalogItem) GetId() *UUID

func (*DashboardCatalogItem) GetName

func (*DashboardCatalogItem) GetUpdateTime

func (x *DashboardCatalogItem) GetUpdateTime() *timestamppb.Timestamp

func (*DashboardCatalogItem) ProtoMessage

func (*DashboardCatalogItem) ProtoMessage()

func (*DashboardCatalogItem) ProtoReflect

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

func (*DashboardCatalogItem) Reset

func (x *DashboardCatalogItem) Reset()

func (*DashboardCatalogItem) String

func (x *DashboardCatalogItem) String() string

type DashboardCatalogServiceClient

type DashboardCatalogServiceClient interface {
	GetDashboardCatalog(ctx context.Context, in *GetDashboardCatalogRequest, opts ...grpc.CallOption) (*GetDashboardCatalogResponse, error)
	ReplaceDefaultDashboard(ctx context.Context, in *ReplaceDefaultDashboardRequest, opts ...grpc.CallOption) (*ReplaceDefaultDashboardResponse, error)
	PinDashboard(ctx context.Context, in *PinDashboardRequest, opts ...grpc.CallOption) (*PinDashboardResponse, error)
	UnpinDashboard(ctx context.Context, in *UnpinDashboardRequest, opts ...grpc.CallOption) (*UnpinDashboardResponse, error)
}

DashboardCatalogServiceClient is the client API for DashboardCatalogService service.

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

type DashboardCatalogServiceServer

type DashboardCatalogServiceServer interface {
	GetDashboardCatalog(context.Context, *GetDashboardCatalogRequest) (*GetDashboardCatalogResponse, error)
	ReplaceDefaultDashboard(context.Context, *ReplaceDefaultDashboardRequest) (*ReplaceDefaultDashboardResponse, error)
	PinDashboard(context.Context, *PinDashboardRequest) (*PinDashboardResponse, error)
	UnpinDashboard(context.Context, *UnpinDashboardRequest) (*UnpinDashboardResponse, error)
	// contains filtered or unexported methods
}

DashboardCatalogServiceServer is the server API for DashboardCatalogService service. All implementations must embed UnimplementedDashboardCatalogServiceServer for forward compatibility

type DashboardsServiceClient

type DashboardsServiceClient interface {
	CreateDashboard(ctx context.Context, in *CreateDashboardRequest, opts ...grpc.CallOption) (*CreateDashboardResponse, error)
	ReplaceDashboard(ctx context.Context, in *ReplaceDashboardRequest, opts ...grpc.CallOption) (*ReplaceDashboardResponse, error)
	DeleteDashboard(ctx context.Context, in *DeleteDashboardRequest, opts ...grpc.CallOption) (*DeleteDashboardResponse, error)
	GetDashboard(ctx context.Context, in *GetDashboardRequest, opts ...grpc.CallOption) (*GetDashboardResponse, error)
}

DashboardsServiceClient is the client API for DashboardsService service.

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

type DashboardsServiceServer

type DashboardsServiceServer interface {
	CreateDashboard(context.Context, *CreateDashboardRequest) (*CreateDashboardResponse, error)
	ReplaceDashboard(context.Context, *ReplaceDashboardRequest) (*ReplaceDashboardResponse, error)
	DeleteDashboard(context.Context, *DeleteDashboardRequest) (*DeleteDashboardResponse, error)
	GetDashboard(context.Context, *GetDashboardRequest) (*GetDashboardResponse, error)
	// contains filtered or unexported methods
}

DashboardsServiceServer is the server API for DashboardsService service. All implementations must embed UnimplementedDashboardsServiceServer for forward compatibility

type DataPoint

type DataPoint struct {
	Timestamp *timestamppb.Timestamp  `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Value     *wrapperspb.DoubleValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*DataPoint) Descriptor deprecated

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

Deprecated: Use DataPoint.ProtoReflect.Descriptor instead.

func (*DataPoint) GetTimestamp

func (x *DataPoint) GetTimestamp() *timestamppb.Timestamp

func (*DataPoint) GetValue

func (x *DataPoint) GetValue() *wrapperspb.DoubleValue

func (*DataPoint) ProtoMessage

func (*DataPoint) ProtoMessage()

func (*DataPoint) ProtoReflect

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

func (*DataPoint) Reset

func (x *DataPoint) Reset()

func (*DataPoint) String

func (x *DataPoint) String() string

type DataTable

type DataTable struct {
	Query          *DataTable_Query       `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	ResultsPerPage *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=results_per_page,json=resultsPerPage,proto3" json:"results_per_page,omitempty"`
	RowStyle       RowStyle               `` /* 144-byte string literal not displayed */
	Columns        []*DataTable_Column    `protobuf:"bytes,4,rep,name=columns,proto3" json:"columns,omitempty"`
	OrderBy        *OrderingField         `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// contains filtered or unexported fields
}

func (*DataTable) Descriptor deprecated

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

Deprecated: Use DataTable.ProtoReflect.Descriptor instead.

func (*DataTable) GetColumns

func (x *DataTable) GetColumns() []*DataTable_Column

func (*DataTable) GetOrderBy

func (x *DataTable) GetOrderBy() *OrderingField

func (*DataTable) GetQuery

func (x *DataTable) GetQuery() *DataTable_Query

func (*DataTable) GetResultsPerPage

func (x *DataTable) GetResultsPerPage() *wrapperspb.Int32Value

func (*DataTable) GetRowStyle

func (x *DataTable) GetRowStyle() RowStyle

func (*DataTable) ProtoMessage

func (*DataTable) ProtoMessage()

func (*DataTable) ProtoReflect

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

func (*DataTable) Reset

func (x *DataTable) Reset()

func (*DataTable) String

func (x *DataTable) String() string

type DataTable_Column

type DataTable_Column struct {
	Field *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*DataTable_Column) Descriptor deprecated

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

Deprecated: Use DataTable_Column.ProtoReflect.Descriptor instead.

func (*DataTable_Column) GetField

func (x *DataTable_Column) GetField() *wrapperspb.StringValue

func (*DataTable_Column) ProtoMessage

func (*DataTable_Column) ProtoMessage()

func (*DataTable_Column) ProtoReflect

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

func (*DataTable_Column) Reset

func (x *DataTable_Column) Reset()

func (*DataTable_Column) String

func (x *DataTable_Column) String() string

type DataTable_LogsQuery

type DataTable_LogsQuery struct {
	LuceneQuery *LuceneQuery    `protobuf:"bytes,1,opt,name=lucene_query,json=luceneQuery,proto3" json:"lucene_query,omitempty"`
	Filters     []*SearchFilter `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

func (*DataTable_LogsQuery) Descriptor deprecated

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

Deprecated: Use DataTable_LogsQuery.ProtoReflect.Descriptor instead.

func (*DataTable_LogsQuery) GetFilters

func (x *DataTable_LogsQuery) GetFilters() []*SearchFilter

func (*DataTable_LogsQuery) GetLuceneQuery

func (x *DataTable_LogsQuery) GetLuceneQuery() *LuceneQuery

func (*DataTable_LogsQuery) ProtoMessage

func (*DataTable_LogsQuery) ProtoMessage()

func (*DataTable_LogsQuery) ProtoReflect

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

func (*DataTable_LogsQuery) Reset

func (x *DataTable_LogsQuery) Reset()

func (*DataTable_LogsQuery) String

func (x *DataTable_LogsQuery) String() string

type DataTable_Query

type DataTable_Query struct {

	// Types that are assignable to Value:
	//	*DataTable_Query_Logs
	Value isDataTable_Query_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*DataTable_Query) Descriptor deprecated

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

Deprecated: Use DataTable_Query.ProtoReflect.Descriptor instead.

func (*DataTable_Query) GetLogs

func (x *DataTable_Query) GetLogs() *DataTable_LogsQuery

func (*DataTable_Query) GetValue

func (m *DataTable_Query) GetValue() isDataTable_Query_Value

func (*DataTable_Query) ProtoMessage

func (*DataTable_Query) ProtoMessage()

func (*DataTable_Query) ProtoReflect

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

func (*DataTable_Query) Reset

func (x *DataTable_Query) Reset()

func (*DataTable_Query) String

func (x *DataTable_Query) String() string

type DataTable_Query_Logs

type DataTable_Query_Logs struct {
	Logs *DataTable_LogsQuery `protobuf:"bytes,1,opt,name=logs,proto3,oneof"`
}

type DeleteDashboardRequest

type DeleteDashboardRequest struct {
	RequestId   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	DashboardId *UUID                   `protobuf:"bytes,2,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDashboardRequest) Descriptor deprecated

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

Deprecated: Use DeleteDashboardRequest.ProtoReflect.Descriptor instead.

func (*DeleteDashboardRequest) GetDashboardId

func (x *DeleteDashboardRequest) GetDashboardId() *UUID

func (*DeleteDashboardRequest) GetRequestId

func (x *DeleteDashboardRequest) GetRequestId() *wrapperspb.StringValue

func (*DeleteDashboardRequest) ProtoMessage

func (*DeleteDashboardRequest) ProtoMessage()

func (*DeleteDashboardRequest) ProtoReflect

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

func (*DeleteDashboardRequest) Reset

func (x *DeleteDashboardRequest) Reset()

func (*DeleteDashboardRequest) String

func (x *DeleteDashboardRequest) String() string

type DeleteDashboardResponse

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

func (*DeleteDashboardResponse) Descriptor deprecated

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

Deprecated: Use DeleteDashboardResponse.ProtoReflect.Descriptor instead.

func (*DeleteDashboardResponse) ProtoMessage

func (*DeleteDashboardResponse) ProtoMessage()

func (*DeleteDashboardResponse) ProtoReflect

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

func (*DeleteDashboardResponse) Reset

func (x *DeleteDashboardResponse) Reset()

func (*DeleteDashboardResponse) String

func (x *DeleteDashboardResponse) String() string

type GetDashboardCatalogRequest

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

func (*GetDashboardCatalogRequest) Descriptor deprecated

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

Deprecated: Use GetDashboardCatalogRequest.ProtoReflect.Descriptor instead.

func (*GetDashboardCatalogRequest) ProtoMessage

func (*GetDashboardCatalogRequest) ProtoMessage()

func (*GetDashboardCatalogRequest) ProtoReflect

func (*GetDashboardCatalogRequest) Reset

func (x *GetDashboardCatalogRequest) Reset()

func (*GetDashboardCatalogRequest) String

func (x *GetDashboardCatalogRequest) String() string

type GetDashboardCatalogResponse

type GetDashboardCatalogResponse struct {
	DefaultDashboard *wrapperspb.StringValue   `protobuf:"bytes,1,opt,name=default_dashboard,json=defaultDashboard,proto3" json:"default_dashboard,omitempty"`
	PinnedDashboards []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=pinned_dashboards,json=pinnedDashboards,proto3" json:"pinned_dashboards,omitempty"`
	Items            []*DashboardCatalogItem   `protobuf:"bytes,3,rep,name=items,proto3" json:"items,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDashboardCatalogResponse) Descriptor deprecated

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

Deprecated: Use GetDashboardCatalogResponse.ProtoReflect.Descriptor instead.

func (*GetDashboardCatalogResponse) GetDefaultDashboard

func (x *GetDashboardCatalogResponse) GetDefaultDashboard() *wrapperspb.StringValue

func (*GetDashboardCatalogResponse) GetItems

func (*GetDashboardCatalogResponse) GetPinnedDashboards

func (x *GetDashboardCatalogResponse) GetPinnedDashboards() []*wrapperspb.StringValue

func (*GetDashboardCatalogResponse) ProtoMessage

func (*GetDashboardCatalogResponse) ProtoMessage()

func (*GetDashboardCatalogResponse) ProtoReflect

func (*GetDashboardCatalogResponse) Reset

func (x *GetDashboardCatalogResponse) Reset()

func (*GetDashboardCatalogResponse) String

func (x *GetDashboardCatalogResponse) String() string

type GetDashboardRequest

type GetDashboardRequest struct {
	DashboardId *UUID `protobuf:"bytes,1,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDashboardRequest) Descriptor deprecated

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

Deprecated: Use GetDashboardRequest.ProtoReflect.Descriptor instead.

func (*GetDashboardRequest) GetDashboardId

func (x *GetDashboardRequest) GetDashboardId() *UUID

func (*GetDashboardRequest) ProtoMessage

func (*GetDashboardRequest) ProtoMessage()

func (*GetDashboardRequest) ProtoReflect

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

func (*GetDashboardRequest) Reset

func (x *GetDashboardRequest) Reset()

func (*GetDashboardRequest) String

func (x *GetDashboardRequest) String() string

type GetDashboardResponse

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

func (*GetDashboardResponse) Descriptor deprecated

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

Deprecated: Use GetDashboardResponse.ProtoReflect.Descriptor instead.

func (*GetDashboardResponse) GetDashboard

func (x *GetDashboardResponse) GetDashboard() *Dashboard

func (*GetDashboardResponse) ProtoMessage

func (*GetDashboardResponse) ProtoMessage()

func (*GetDashboardResponse) ProtoReflect

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

func (*GetDashboardResponse) Reset

func (x *GetDashboardResponse) Reset()

func (*GetDashboardResponse) String

func (x *GetDashboardResponse) String() string

type Layout

type Layout struct {
	Sections []*Section `protobuf:"bytes,1,rep,name=sections,proto3" json:"sections,omitempty"`
	// contains filtered or unexported fields
}

func (*Layout) Descriptor deprecated

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

Deprecated: Use Layout.ProtoReflect.Descriptor instead.

func (*Layout) GetSections

func (x *Layout) GetSections() []*Section

func (*Layout) ProtoMessage

func (*Layout) ProtoMessage()

func (*Layout) ProtoReflect

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

func (*Layout) Reset

func (x *Layout) Reset()

func (*Layout) String

func (x *Layout) String() string

type Legend

type Legend struct {
	IsVisible *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=is_visible,json=isVisible,proto3" json:"is_visible,omitempty"`
	Columns   []Legend_LegendColumn `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Legend) Descriptor deprecated

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

Deprecated: Use Legend.ProtoReflect.Descriptor instead.

func (*Legend) GetColumns

func (x *Legend) GetColumns() []Legend_LegendColumn

func (*Legend) GetIsVisible

func (x *Legend) GetIsVisible() *wrapperspb.BoolValue

func (*Legend) ProtoMessage

func (*Legend) ProtoMessage()

func (*Legend) ProtoReflect

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

func (*Legend) Reset

func (x *Legend) Reset()

func (*Legend) String

func (x *Legend) String() string

type Legend_LegendColumn

type Legend_LegendColumn int32
const (
	Legend_LEGEND_COLUMN_UNSPECIFIED Legend_LegendColumn = 0
	Legend_LEGEND_COLUMN_MIN         Legend_LegendColumn = 1
	Legend_LEGEND_COLUMN_MAX         Legend_LegendColumn = 2
	Legend_LEGEND_COLUMN_SUM         Legend_LegendColumn = 3
	Legend_LEGEND_COLUMN_AVG         Legend_LegendColumn = 4
	Legend_LEGEND_COLUMN_LAST        Legend_LegendColumn = 5
)

func (Legend_LegendColumn) Descriptor

func (Legend_LegendColumn) Enum

func (Legend_LegendColumn) EnumDescriptor deprecated

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

Deprecated: Use Legend_LegendColumn.Descriptor instead.

func (Legend_LegendColumn) Number

func (Legend_LegendColumn) String

func (x Legend_LegendColumn) String() string

func (Legend_LegendColumn) Type

type LineChart

type LineChart struct {
	Query              *LineChart_Query        `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Legend             *Legend                 `protobuf:"bytes,2,opt,name=legend,proto3" json:"legend,omitempty"`
	SeriesNameTemplate *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=series_name_template,json=seriesNameTemplate,proto3" json:"series_name_template,omitempty"`
	// contains filtered or unexported fields
}

func (*LineChart) Descriptor deprecated

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

Deprecated: Use LineChart.ProtoReflect.Descriptor instead.

func (*LineChart) GetLegend

func (x *LineChart) GetLegend() *Legend

func (*LineChart) GetQuery

func (x *LineChart) GetQuery() *LineChart_Query

func (*LineChart) GetSeriesNameTemplate

func (x *LineChart) GetSeriesNameTemplate() *wrapperspb.StringValue

func (*LineChart) ProtoMessage

func (*LineChart) ProtoMessage()

func (*LineChart) ProtoReflect

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

func (*LineChart) Reset

func (x *LineChart) Reset()

func (*LineChart) String

func (x *LineChart) String() string

type LineChart_LogsQuery

type LineChart_LogsQuery struct {
	LuceneQuery  *LuceneQuery              `protobuf:"bytes,1,opt,name=lucene_query,json=luceneQuery,proto3" json:"lucene_query,omitempty"`
	GroupBy      []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	Aggregations []*LogsAggregation        `protobuf:"bytes,3,rep,name=aggregations,proto3" json:"aggregations,omitempty"`
	// contains filtered or unexported fields
}

func (*LineChart_LogsQuery) Descriptor deprecated

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

Deprecated: Use LineChart_LogsQuery.ProtoReflect.Descriptor instead.

func (*LineChart_LogsQuery) GetAggregations

func (x *LineChart_LogsQuery) GetAggregations() []*LogsAggregation

func (*LineChart_LogsQuery) GetGroupBy

func (x *LineChart_LogsQuery) GetGroupBy() []*wrapperspb.StringValue

func (*LineChart_LogsQuery) GetLuceneQuery

func (x *LineChart_LogsQuery) GetLuceneQuery() *LuceneQuery

func (*LineChart_LogsQuery) ProtoMessage

func (*LineChart_LogsQuery) ProtoMessage()

func (*LineChart_LogsQuery) ProtoReflect

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

func (*LineChart_LogsQuery) Reset

func (x *LineChart_LogsQuery) Reset()

func (*LineChart_LogsQuery) String

func (x *LineChart_LogsQuery) String() string

type LineChart_MetricsQuery

type LineChart_MetricsQuery struct {
	PromqlQuery *PromQlQuery `protobuf:"bytes,1,opt,name=promql_query,json=promqlQuery,proto3" json:"promql_query,omitempty"`
	// contains filtered or unexported fields
}

func (*LineChart_MetricsQuery) Descriptor deprecated

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

Deprecated: Use LineChart_MetricsQuery.ProtoReflect.Descriptor instead.

func (*LineChart_MetricsQuery) GetPromqlQuery

func (x *LineChart_MetricsQuery) GetPromqlQuery() *PromQlQuery

func (*LineChart_MetricsQuery) ProtoMessage

func (*LineChart_MetricsQuery) ProtoMessage()

func (*LineChart_MetricsQuery) ProtoReflect

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

func (*LineChart_MetricsQuery) Reset

func (x *LineChart_MetricsQuery) Reset()

func (*LineChart_MetricsQuery) String

func (x *LineChart_MetricsQuery) String() string

type LineChart_Query

type LineChart_Query struct {

	// Types that are assignable to Value:
	//	*LineChart_Query_Logs
	//	*LineChart_Query_Metrics
	Value isLineChart_Query_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*LineChart_Query) Descriptor deprecated

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

Deprecated: Use LineChart_Query.ProtoReflect.Descriptor instead.

func (*LineChart_Query) GetLogs

func (x *LineChart_Query) GetLogs() *LineChart_LogsQuery

func (*LineChart_Query) GetMetrics

func (x *LineChart_Query) GetMetrics() *LineChart_MetricsQuery

func (*LineChart_Query) GetValue

func (m *LineChart_Query) GetValue() isLineChart_Query_Value

func (*LineChart_Query) ProtoMessage

func (*LineChart_Query) ProtoMessage()

func (*LineChart_Query) ProtoReflect

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

func (*LineChart_Query) Reset

func (x *LineChart_Query) Reset()

func (*LineChart_Query) String

func (x *LineChart_Query) String() string

type LineChart_Query_Logs

type LineChart_Query_Logs struct {
	Logs *LineChart_LogsQuery `protobuf:"bytes,1,opt,name=logs,proto3,oneof"`
}

type LineChart_Query_Metrics

type LineChart_Query_Metrics struct {
	Metrics *LineChart_MetricsQuery `protobuf:"bytes,2,opt,name=metrics,proto3,oneof"`
}

type LogSeverityLevel

type LogSeverityLevel int32
const (
	LogSeverityLevel_LOG_SEVERITY_LEVEL_UNSPECIFIED LogSeverityLevel = 0
	LogSeverityLevel_LOG_SEVERITY_LEVEL_DEBUG       LogSeverityLevel = 1
	LogSeverityLevel_LOG_SEVERITY_LEVEL_VERBOSE     LogSeverityLevel = 2
	LogSeverityLevel_LOG_SEVERITY_LEVEL_INFO        LogSeverityLevel = 3
	LogSeverityLevel_LOG_SEVERITY_LEVEL_WARNING     LogSeverityLevel = 4
	LogSeverityLevel_LOG_SEVERITY_LEVEL_ERROR       LogSeverityLevel = 5
	LogSeverityLevel_LOG_SEVERITY_LEVEL_CRITICAL    LogSeverityLevel = 6
)

func (LogSeverityLevel) Descriptor

func (LogSeverityLevel) Enum

func (LogSeverityLevel) EnumDescriptor deprecated

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

Deprecated: Use LogSeverityLevel.Descriptor instead.

func (LogSeverityLevel) Number

func (LogSeverityLevel) String

func (x LogSeverityLevel) String() string

func (LogSeverityLevel) Type

type LogsAggregation

type LogsAggregation struct {

	// Types that are assignable to Value:
	//	*LogsAggregation_Count_
	//	*LogsAggregation_CountDistinct_
	//	*LogsAggregation_Sum_
	//	*LogsAggregation_Average_
	//	*LogsAggregation_Min_
	//	*LogsAggregation_Max_
	Value isLogsAggregation_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*LogsAggregation) Descriptor deprecated

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

Deprecated: Use LogsAggregation.ProtoReflect.Descriptor instead.

func (*LogsAggregation) GetAverage

func (x *LogsAggregation) GetAverage() *LogsAggregation_Average

func (*LogsAggregation) GetCount

func (x *LogsAggregation) GetCount() *LogsAggregation_Count

func (*LogsAggregation) GetCountDistinct

func (x *LogsAggregation) GetCountDistinct() *LogsAggregation_CountDistinct

func (*LogsAggregation) GetMax

func (x *LogsAggregation) GetMax() *LogsAggregation_Max

func (*LogsAggregation) GetMin

func (x *LogsAggregation) GetMin() *LogsAggregation_Min

func (*LogsAggregation) GetSum

func (x *LogsAggregation) GetSum() *LogsAggregation_Sum

func (*LogsAggregation) GetValue

func (m *LogsAggregation) GetValue() isLogsAggregation_Value

func (*LogsAggregation) ProtoMessage

func (*LogsAggregation) ProtoMessage()

func (*LogsAggregation) ProtoReflect

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

func (*LogsAggregation) Reset

func (x *LogsAggregation) Reset()

func (*LogsAggregation) String

func (x *LogsAggregation) String() string

type LogsAggregation_Average

type LogsAggregation_Average struct {
	Field *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*LogsAggregation_Average) Descriptor deprecated

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

Deprecated: Use LogsAggregation_Average.ProtoReflect.Descriptor instead.

func (*LogsAggregation_Average) GetField

func (*LogsAggregation_Average) ProtoMessage

func (*LogsAggregation_Average) ProtoMessage()

func (*LogsAggregation_Average) ProtoReflect

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

func (*LogsAggregation_Average) Reset

func (x *LogsAggregation_Average) Reset()

func (*LogsAggregation_Average) String

func (x *LogsAggregation_Average) String() string

type LogsAggregation_Average_

type LogsAggregation_Average_ struct {
	Average *LogsAggregation_Average `protobuf:"bytes,4,opt,name=average,proto3,oneof"`
}

type LogsAggregation_Count

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

func (*LogsAggregation_Count) Descriptor deprecated

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

Deprecated: Use LogsAggregation_Count.ProtoReflect.Descriptor instead.

func (*LogsAggregation_Count) ProtoMessage

func (*LogsAggregation_Count) ProtoMessage()

func (*LogsAggregation_Count) ProtoReflect

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

func (*LogsAggregation_Count) Reset

func (x *LogsAggregation_Count) Reset()

func (*LogsAggregation_Count) String

func (x *LogsAggregation_Count) String() string

type LogsAggregation_CountDistinct

type LogsAggregation_CountDistinct struct {
	Field *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*LogsAggregation_CountDistinct) Descriptor deprecated

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

Deprecated: Use LogsAggregation_CountDistinct.ProtoReflect.Descriptor instead.

func (*LogsAggregation_CountDistinct) GetField

func (*LogsAggregation_CountDistinct) ProtoMessage

func (*LogsAggregation_CountDistinct) ProtoMessage()

func (*LogsAggregation_CountDistinct) ProtoReflect

func (*LogsAggregation_CountDistinct) Reset

func (x *LogsAggregation_CountDistinct) Reset()

func (*LogsAggregation_CountDistinct) String

type LogsAggregation_CountDistinct_

type LogsAggregation_CountDistinct_ struct {
	CountDistinct *LogsAggregation_CountDistinct `protobuf:"bytes,2,opt,name=count_distinct,json=countDistinct,proto3,oneof"`
}

type LogsAggregation_Count_

type LogsAggregation_Count_ struct {
	Count *LogsAggregation_Count `protobuf:"bytes,1,opt,name=count,proto3,oneof"`
}

type LogsAggregation_Max

type LogsAggregation_Max struct {
	Field *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*LogsAggregation_Max) Descriptor deprecated

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

Deprecated: Use LogsAggregation_Max.ProtoReflect.Descriptor instead.

func (*LogsAggregation_Max) GetField

func (*LogsAggregation_Max) ProtoMessage

func (*LogsAggregation_Max) ProtoMessage()

func (*LogsAggregation_Max) ProtoReflect

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

func (*LogsAggregation_Max) Reset

func (x *LogsAggregation_Max) Reset()

func (*LogsAggregation_Max) String

func (x *LogsAggregation_Max) String() string

type LogsAggregation_Max_

type LogsAggregation_Max_ struct {
	Max *LogsAggregation_Max `protobuf:"bytes,6,opt,name=max,proto3,oneof"`
}

type LogsAggregation_Min

type LogsAggregation_Min struct {
	Field *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*LogsAggregation_Min) Descriptor deprecated

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

Deprecated: Use LogsAggregation_Min.ProtoReflect.Descriptor instead.

func (*LogsAggregation_Min) GetField

func (*LogsAggregation_Min) ProtoMessage

func (*LogsAggregation_Min) ProtoMessage()

func (*LogsAggregation_Min) ProtoReflect

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

func (*LogsAggregation_Min) Reset

func (x *LogsAggregation_Min) Reset()

func (*LogsAggregation_Min) String

func (x *LogsAggregation_Min) String() string

type LogsAggregation_Min_

type LogsAggregation_Min_ struct {
	Min *LogsAggregation_Min `protobuf:"bytes,5,opt,name=min,proto3,oneof"`
}

type LogsAggregation_Sum

type LogsAggregation_Sum struct {
	Field *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*LogsAggregation_Sum) Descriptor deprecated

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

Deprecated: Use LogsAggregation_Sum.ProtoReflect.Descriptor instead.

func (*LogsAggregation_Sum) GetField

func (*LogsAggregation_Sum) ProtoMessage

func (*LogsAggregation_Sum) ProtoMessage()

func (*LogsAggregation_Sum) ProtoReflect

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

func (*LogsAggregation_Sum) Reset

func (x *LogsAggregation_Sum) Reset()

func (*LogsAggregation_Sum) String

func (x *LogsAggregation_Sum) String() string

type LogsAggregation_Sum_

type LogsAggregation_Sum_ struct {
	Sum *LogsAggregation_Sum `protobuf:"bytes,3,opt,name=sum,proto3,oneof"`
}

type LogsDataSourceServiceClient

type LogsDataSourceServiceClient interface {
	SearchLogsTimeSeries(ctx context.Context, in *SearchLogsTimeSeriesRequest, opts ...grpc.CallOption) (*SearchLogsTimeSeriesResponse, error)
	SearchLogsEvents(ctx context.Context, in *SearchLogsEventsRequest, opts ...grpc.CallOption) (*SearchLogsEventsResponse, error)
}

LogsDataSourceServiceClient is the client API for LogsDataSourceService service.

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

type LogsDataSourceServiceServer

type LogsDataSourceServiceServer interface {
	SearchLogsTimeSeries(context.Context, *SearchLogsTimeSeriesRequest) (*SearchLogsTimeSeriesResponse, error)
	SearchLogsEvents(context.Context, *SearchLogsEventsRequest) (*SearchLogsEventsResponse, error)
	// contains filtered or unexported methods
}

LogsDataSourceServiceServer is the server API for LogsDataSourceService service. All implementations must embed UnimplementedLogsDataSourceServiceServer for forward compatibility

type LogsEvent

type LogsEvent struct {
	LogId        *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=log_id,json=logId,proto3" json:"log_id,omitempty"`
	Timestamp    *timestamppb.Timestamp  `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Text         *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	Json         *structpb.Struct        `protobuf:"bytes,5,opt,name=json,proto3" json:"json,omitempty"`
	LogsMetadata *LogsMetadata           `protobuf:"bytes,6,opt,name=logs_metadata,json=logsMetadata,proto3" json:"logs_metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*LogsEvent) Descriptor deprecated

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

Deprecated: Use LogsEvent.ProtoReflect.Descriptor instead.

func (*LogsEvent) GetJson

func (x *LogsEvent) GetJson() *structpb.Struct

func (*LogsEvent) GetLogId

func (x *LogsEvent) GetLogId() *wrapperspb.StringValue

func (*LogsEvent) GetLogsMetadata

func (x *LogsEvent) GetLogsMetadata() *LogsMetadata

func (*LogsEvent) GetText

func (x *LogsEvent) GetText() *wrapperspb.StringValue

func (*LogsEvent) GetTimestamp

func (x *LogsEvent) GetTimestamp() *timestamppb.Timestamp

func (*LogsEvent) ProtoMessage

func (*LogsEvent) ProtoMessage()

func (*LogsEvent) ProtoReflect

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

func (*LogsEvent) Reset

func (x *LogsEvent) Reset()

func (*LogsEvent) String

func (x *LogsEvent) String() string

type LogsMetadata

type LogsMetadata struct {
	ApplicationName *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=application_name,json=applicationName,proto3" json:"application_name,omitempty"`
	SubsystemName   *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=subsystem_name,json=subsystemName,proto3" json:"subsystem_name,omitempty"`
	Severity        LogSeverityLevel        `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LogsMetadata) Descriptor deprecated

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

Deprecated: Use LogsMetadata.ProtoReflect.Descriptor instead.

func (*LogsMetadata) GetApplicationName

func (x *LogsMetadata) GetApplicationName() *wrapperspb.StringValue

func (*LogsMetadata) GetSeverity

func (x *LogsMetadata) GetSeverity() LogSeverityLevel

func (*LogsMetadata) GetSubsystemName

func (x *LogsMetadata) GetSubsystemName() *wrapperspb.StringValue

func (*LogsMetadata) ProtoMessage

func (*LogsMetadata) ProtoMessage()

func (*LogsMetadata) ProtoReflect

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

func (*LogsMetadata) Reset

func (x *LogsMetadata) Reset()

func (*LogsMetadata) String

func (x *LogsMetadata) String() string

type LuceneQuery

type LuceneQuery struct {
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*LuceneQuery) Descriptor deprecated

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

Deprecated: Use LuceneQuery.ProtoReflect.Descriptor instead.

func (*LuceneQuery) GetValue

func (x *LuceneQuery) GetValue() *wrapperspb.StringValue

func (*LuceneQuery) ProtoMessage

func (*LuceneQuery) ProtoMessage()

func (*LuceneQuery) ProtoReflect

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

func (*LuceneQuery) Reset

func (x *LuceneQuery) Reset()

func (*LuceneQuery) String

func (x *LuceneQuery) String() string

type MetricsDataSourceServiceClient

type MetricsDataSourceServiceClient interface {
	SearchMetricsTimeSeries(ctx context.Context, in *SearchMetricsTimeSeriesRequest, opts ...grpc.CallOption) (*SearchMetricsTimeSeriesResponse, error)
}

MetricsDataSourceServiceClient is the client API for MetricsDataSourceService service.

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

type MetricsDataSourceServiceServer

type MetricsDataSourceServiceServer interface {
	SearchMetricsTimeSeries(context.Context, *SearchMetricsTimeSeriesRequest) (*SearchMetricsTimeSeriesResponse, error)
	// contains filtered or unexported methods
}

MetricsDataSourceServiceServer is the server API for MetricsDataSourceService service. All implementations must embed UnimplementedMetricsDataSourceServiceServer for forward compatibility

type MultiSelect

type MultiSelect struct {
	Selected []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=selected,proto3" json:"selected,omitempty"`
	Source   *MultiSelect_Source       `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSelect) Descriptor deprecated

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

Deprecated: Use MultiSelect.ProtoReflect.Descriptor instead.

func (*MultiSelect) GetSelected

func (x *MultiSelect) GetSelected() []*wrapperspb.StringValue

func (*MultiSelect) GetSource

func (x *MultiSelect) GetSource() *MultiSelect_Source

func (*MultiSelect) ProtoMessage

func (*MultiSelect) ProtoMessage()

func (*MultiSelect) ProtoReflect

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

func (*MultiSelect) Reset

func (x *MultiSelect) Reset()

func (*MultiSelect) String

func (x *MultiSelect) String() string

type MultiSelect_ConstantListSource

type MultiSelect_ConstantListSource struct {
	Values []*wrapperspb.StringValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSelect_ConstantListSource) Descriptor deprecated

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

Deprecated: Use MultiSelect_ConstantListSource.ProtoReflect.Descriptor instead.

func (*MultiSelect_ConstantListSource) GetValues

func (*MultiSelect_ConstantListSource) ProtoMessage

func (*MultiSelect_ConstantListSource) ProtoMessage()

func (*MultiSelect_ConstantListSource) ProtoReflect

func (*MultiSelect_ConstantListSource) Reset

func (x *MultiSelect_ConstantListSource) Reset()

func (*MultiSelect_ConstantListSource) String

type MultiSelect_LogsPathSource

type MultiSelect_LogsPathSource struct {
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSelect_LogsPathSource) Descriptor deprecated

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

Deprecated: Use MultiSelect_LogsPathSource.ProtoReflect.Descriptor instead.

func (*MultiSelect_LogsPathSource) GetValue

func (*MultiSelect_LogsPathSource) ProtoMessage

func (*MultiSelect_LogsPathSource) ProtoMessage()

func (*MultiSelect_LogsPathSource) ProtoReflect

func (*MultiSelect_LogsPathSource) Reset

func (x *MultiSelect_LogsPathSource) Reset()

func (*MultiSelect_LogsPathSource) String

func (x *MultiSelect_LogsPathSource) String() string

type MultiSelect_MetricLabelSource

type MultiSelect_MetricLabelSource struct {
	MetricName *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=metric_name,json=metricName,proto3" json:"metric_name,omitempty"`
	Label      *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=label,proto3" json:"label,omitempty"`
	// contains filtered or unexported fields
}

func (*MultiSelect_MetricLabelSource) Descriptor deprecated

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

Deprecated: Use MultiSelect_MetricLabelSource.ProtoReflect.Descriptor instead.

func (*MultiSelect_MetricLabelSource) GetLabel

func (*MultiSelect_MetricLabelSource) GetMetricName

func (*MultiSelect_MetricLabelSource) ProtoMessage

func (*MultiSelect_MetricLabelSource) ProtoMessage()

func (*MultiSelect_MetricLabelSource) ProtoReflect

func (*MultiSelect_MetricLabelSource) Reset

func (x *MultiSelect_MetricLabelSource) Reset()

func (*MultiSelect_MetricLabelSource) String

type MultiSelect_Source

type MultiSelect_Source struct {

	// Types that are assignable to Value:
	//	*MultiSelect_Source_LogsPath
	//	*MultiSelect_Source_MetricLabel
	//	*MultiSelect_Source_ConstantList
	Value isMultiSelect_Source_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*MultiSelect_Source) Descriptor deprecated

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

Deprecated: Use MultiSelect_Source.ProtoReflect.Descriptor instead.

func (*MultiSelect_Source) GetConstantList

func (x *MultiSelect_Source) GetConstantList() *MultiSelect_ConstantListSource

func (*MultiSelect_Source) GetLogsPath

func (*MultiSelect_Source) GetMetricLabel

func (*MultiSelect_Source) GetValue

func (m *MultiSelect_Source) GetValue() isMultiSelect_Source_Value

func (*MultiSelect_Source) ProtoMessage

func (*MultiSelect_Source) ProtoMessage()

func (*MultiSelect_Source) ProtoReflect

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

func (*MultiSelect_Source) Reset

func (x *MultiSelect_Source) Reset()

func (*MultiSelect_Source) String

func (x *MultiSelect_Source) String() string

type MultiSelect_Source_ConstantList

type MultiSelect_Source_ConstantList struct {
	ConstantList *MultiSelect_ConstantListSource `protobuf:"bytes,3,opt,name=constant_list,json=constantList,proto3,oneof"`
}

type MultiSelect_Source_LogsPath

type MultiSelect_Source_LogsPath struct {
	LogsPath *MultiSelect_LogsPathSource `protobuf:"bytes,1,opt,name=logs_path,json=logsPath,proto3,oneof"`
}

type MultiSelect_Source_MetricLabel

type MultiSelect_Source_MetricLabel struct {
	MetricLabel *MultiSelect_MetricLabelSource `protobuf:"bytes,2,opt,name=metric_label,json=metricLabel,proto3,oneof"`
}

type OrderDirection

type OrderDirection int32
const (
	OrderDirection_ORDER_DIRECTION_UNSPECIFIED OrderDirection = 0
	OrderDirection_ORDER_DIRECTION_ASC         OrderDirection = 1
	OrderDirection_ORDER_DIRECTION_DESC        OrderDirection = 2
)

func (OrderDirection) Descriptor

func (OrderDirection) Enum

func (x OrderDirection) Enum() *OrderDirection

func (OrderDirection) EnumDescriptor deprecated

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

Deprecated: Use OrderDirection.Descriptor instead.

func (OrderDirection) Number

func (OrderDirection) String

func (x OrderDirection) String() string

func (OrderDirection) Type

type OrderingField

type OrderingField struct {
	Field          *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	OrderDirection OrderDirection          `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*OrderingField) Descriptor deprecated

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

Deprecated: Use OrderingField.ProtoReflect.Descriptor instead.

func (*OrderingField) GetField

func (x *OrderingField) GetField() *wrapperspb.StringValue

func (*OrderingField) GetOrderDirection

func (x *OrderingField) GetOrderDirection() OrderDirection

func (*OrderingField) ProtoMessage

func (*OrderingField) ProtoMessage()

func (*OrderingField) ProtoReflect

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

func (*OrderingField) Reset

func (x *OrderingField) Reset()

func (*OrderingField) String

func (x *OrderingField) String() string

type PinDashboardRequest

type PinDashboardRequest struct {
	RequestId   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	DashboardId *UUID                   `protobuf:"bytes,2,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PinDashboardRequest) Descriptor deprecated

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

Deprecated: Use PinDashboardRequest.ProtoReflect.Descriptor instead.

func (*PinDashboardRequest) GetDashboardId

func (x *PinDashboardRequest) GetDashboardId() *UUID

func (*PinDashboardRequest) GetRequestId

func (x *PinDashboardRequest) GetRequestId() *wrapperspb.StringValue

func (*PinDashboardRequest) ProtoMessage

func (*PinDashboardRequest) ProtoMessage()

func (*PinDashboardRequest) ProtoReflect

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

func (*PinDashboardRequest) Reset

func (x *PinDashboardRequest) Reset()

func (*PinDashboardRequest) String

func (x *PinDashboardRequest) String() string

type PinDashboardResponse

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

func (*PinDashboardResponse) Descriptor deprecated

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

Deprecated: Use PinDashboardResponse.ProtoReflect.Descriptor instead.

func (*PinDashboardResponse) ProtoMessage

func (*PinDashboardResponse) ProtoMessage()

func (*PinDashboardResponse) ProtoReflect

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

func (*PinDashboardResponse) Reset

func (x *PinDashboardResponse) Reset()

func (*PinDashboardResponse) String

func (x *PinDashboardResponse) String() string

type PromQlQuery

type PromQlQuery struct {
	Value *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*PromQlQuery) Descriptor deprecated

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

Deprecated: Use PromQlQuery.ProtoReflect.Descriptor instead.

func (*PromQlQuery) GetValue

func (x *PromQlQuery) GetValue() *wrapperspb.StringValue

func (*PromQlQuery) ProtoMessage

func (*PromQlQuery) ProtoMessage()

func (*PromQlQuery) ProtoReflect

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

func (*PromQlQuery) Reset

func (x *PromQlQuery) Reset()

func (*PromQlQuery) String

func (x *PromQlQuery) String() string

type ReplaceDashboardRequest

type ReplaceDashboardRequest struct {
	RequestId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	Dashboard *Dashboard              `protobuf:"bytes,2,opt,name=dashboard,proto3" json:"dashboard,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplaceDashboardRequest) Descriptor deprecated

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

Deprecated: Use ReplaceDashboardRequest.ProtoReflect.Descriptor instead.

func (*ReplaceDashboardRequest) GetDashboard

func (x *ReplaceDashboardRequest) GetDashboard() *Dashboard

func (*ReplaceDashboardRequest) GetRequestId

func (x *ReplaceDashboardRequest) GetRequestId() *wrapperspb.StringValue

func (*ReplaceDashboardRequest) ProtoMessage

func (*ReplaceDashboardRequest) ProtoMessage()

func (*ReplaceDashboardRequest) ProtoReflect

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

func (*ReplaceDashboardRequest) Reset

func (x *ReplaceDashboardRequest) Reset()

func (*ReplaceDashboardRequest) String

func (x *ReplaceDashboardRequest) String() string

type ReplaceDashboardResponse

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

func (*ReplaceDashboardResponse) Descriptor deprecated

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

Deprecated: Use ReplaceDashboardResponse.ProtoReflect.Descriptor instead.

func (*ReplaceDashboardResponse) ProtoMessage

func (*ReplaceDashboardResponse) ProtoMessage()

func (*ReplaceDashboardResponse) ProtoReflect

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

func (*ReplaceDashboardResponse) Reset

func (x *ReplaceDashboardResponse) Reset()

func (*ReplaceDashboardResponse) String

func (x *ReplaceDashboardResponse) String() string

type ReplaceDefaultDashboardRequest

type ReplaceDefaultDashboardRequest struct {
	RequestId   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	DashboardId *UUID                   `protobuf:"bytes,2,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplaceDefaultDashboardRequest) Descriptor deprecated

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

Deprecated: Use ReplaceDefaultDashboardRequest.ProtoReflect.Descriptor instead.

func (*ReplaceDefaultDashboardRequest) GetDashboardId

func (x *ReplaceDefaultDashboardRequest) GetDashboardId() *UUID

func (*ReplaceDefaultDashboardRequest) GetRequestId

func (*ReplaceDefaultDashboardRequest) ProtoMessage

func (*ReplaceDefaultDashboardRequest) ProtoMessage()

func (*ReplaceDefaultDashboardRequest) ProtoReflect

func (*ReplaceDefaultDashboardRequest) Reset

func (x *ReplaceDefaultDashboardRequest) Reset()

func (*ReplaceDefaultDashboardRequest) String

type ReplaceDefaultDashboardResponse

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

func (*ReplaceDefaultDashboardResponse) Descriptor deprecated

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

Deprecated: Use ReplaceDefaultDashboardResponse.ProtoReflect.Descriptor instead.

func (*ReplaceDefaultDashboardResponse) ProtoMessage

func (*ReplaceDefaultDashboardResponse) ProtoMessage()

func (*ReplaceDefaultDashboardResponse) ProtoReflect

func (*ReplaceDefaultDashboardResponse) Reset

func (*ReplaceDefaultDashboardResponse) String

type Row

type Row struct {
	Id         *UUID           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Appearance *Row_Appearance `protobuf:"bytes,2,opt,name=appearance,proto3" json:"appearance,omitempty"`
	Widgets    []*Widget       `protobuf:"bytes,3,rep,name=widgets,proto3" json:"widgets,omitempty"`
	// contains filtered or unexported fields
}

func (*Row) Descriptor deprecated

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

Deprecated: Use Row.ProtoReflect.Descriptor instead.

func (*Row) GetAppearance

func (x *Row) GetAppearance() *Row_Appearance

func (*Row) GetId

func (x *Row) GetId() *UUID

func (*Row) GetWidgets

func (x *Row) GetWidgets() []*Widget

func (*Row) ProtoMessage

func (*Row) ProtoMessage()

func (*Row) ProtoReflect

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

func (*Row) Reset

func (x *Row) Reset()

func (*Row) String

func (x *Row) String() string

type RowStyle

type RowStyle int32
const (
	RowStyle_ROW_STYLE_UNSPECIFIED RowStyle = 0
	RowStyle_ROW_STYLE_ONE_LINE    RowStyle = 1
	RowStyle_ROW_STYLE_TWO_LINE    RowStyle = 2
	RowStyle_ROW_STYLE_CONDENSED   RowStyle = 3
	RowStyle_ROW_STYLE_JSON        RowStyle = 4
)

func (RowStyle) Descriptor

func (RowStyle) Descriptor() protoreflect.EnumDescriptor

func (RowStyle) Enum

func (x RowStyle) Enum() *RowStyle

func (RowStyle) EnumDescriptor deprecated

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

Deprecated: Use RowStyle.Descriptor instead.

func (RowStyle) Number

func (x RowStyle) Number() protoreflect.EnumNumber

func (RowStyle) String

func (x RowStyle) String() string

func (RowStyle) Type

type Row_Appearance

type Row_Appearance struct {
	Height *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=height,proto3" json:"height,omitempty"`
	// contains filtered or unexported fields
}

func (*Row_Appearance) Descriptor deprecated

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

Deprecated: Use Row_Appearance.ProtoReflect.Descriptor instead.

func (*Row_Appearance) GetHeight

func (x *Row_Appearance) GetHeight() *wrapperspb.Int32Value

func (*Row_Appearance) ProtoMessage

func (*Row_Appearance) ProtoMessage()

func (*Row_Appearance) ProtoReflect

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

func (*Row_Appearance) Reset

func (x *Row_Appearance) Reset()

func (*Row_Appearance) String

func (x *Row_Appearance) String() string

type SearchFilter

type SearchFilter struct {
	Name   *wrapperspb.StringValue   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Values []*wrapperspb.StringValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchFilter) Descriptor deprecated

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

Deprecated: Use SearchFilter.ProtoReflect.Descriptor instead.

func (*SearchFilter) GetName

func (x *SearchFilter) GetName() *wrapperspb.StringValue

func (*SearchFilter) GetValues

func (x *SearchFilter) GetValues() []*wrapperspb.StringValue

func (*SearchFilter) ProtoMessage

func (*SearchFilter) ProtoMessage()

func (*SearchFilter) ProtoReflect

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

func (*SearchFilter) Reset

func (x *SearchFilter) Reset()

func (*SearchFilter) String

func (x *SearchFilter) String() string

type SearchLogsEventsRequest

type SearchLogsEventsRequest struct {
	TimeFrame   *TimeFrame                          `protobuf:"bytes,1,opt,name=time_frame,json=timeFrame,proto3" json:"time_frame,omitempty"`
	Filters     []*SearchFilter                     `protobuf:"bytes,2,rep,name=filters,proto3" json:"filters,omitempty"`
	LuceneQuery *wrapperspb.StringValue             `protobuf:"bytes,3,opt,name=lucene_query,json=luceneQuery,proto3" json:"lucene_query,omitempty"`
	OrderBy     []*OrderingField                    `protobuf:"bytes,5,rep,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	Pagination  *SearchLogsEventsRequest_Pagination `protobuf:"bytes,6,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchLogsEventsRequest) Descriptor deprecated

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

Deprecated: Use SearchLogsEventsRequest.ProtoReflect.Descriptor instead.

func (*SearchLogsEventsRequest) GetFilters

func (x *SearchLogsEventsRequest) GetFilters() []*SearchFilter

func (*SearchLogsEventsRequest) GetLuceneQuery

func (x *SearchLogsEventsRequest) GetLuceneQuery() *wrapperspb.StringValue

func (*SearchLogsEventsRequest) GetOrderBy

func (x *SearchLogsEventsRequest) GetOrderBy() []*OrderingField

func (*SearchLogsEventsRequest) GetPagination

func (*SearchLogsEventsRequest) GetTimeFrame

func (x *SearchLogsEventsRequest) GetTimeFrame() *TimeFrame

func (*SearchLogsEventsRequest) ProtoMessage

func (*SearchLogsEventsRequest) ProtoMessage()

func (*SearchLogsEventsRequest) ProtoReflect

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

func (*SearchLogsEventsRequest) Reset

func (x *SearchLogsEventsRequest) Reset()

func (*SearchLogsEventsRequest) String

func (x *SearchLogsEventsRequest) String() string

type SearchLogsEventsRequest_Pagination

type SearchLogsEventsRequest_Pagination struct {
	Offset *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=offset,proto3" json:"offset,omitempty"`
	Limit  *wrapperspb.Int32Value `protobuf:"bytes,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchLogsEventsRequest_Pagination) Descriptor deprecated

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

Deprecated: Use SearchLogsEventsRequest_Pagination.ProtoReflect.Descriptor instead.

func (*SearchLogsEventsRequest_Pagination) GetLimit

func (*SearchLogsEventsRequest_Pagination) GetOffset

func (*SearchLogsEventsRequest_Pagination) ProtoMessage

func (*SearchLogsEventsRequest_Pagination) ProtoMessage()

func (*SearchLogsEventsRequest_Pagination) ProtoReflect

func (*SearchLogsEventsRequest_Pagination) Reset

func (*SearchLogsEventsRequest_Pagination) String

type SearchLogsEventsResponse

type SearchLogsEventsResponse struct {
	Total  *wrapperspb.Int64Value `protobuf:"bytes,1,opt,name=total,proto3" json:"total,omitempty"`
	Events []*LogsEvent           `protobuf:"bytes,2,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchLogsEventsResponse) Descriptor deprecated

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

Deprecated: Use SearchLogsEventsResponse.ProtoReflect.Descriptor instead.

func (*SearchLogsEventsResponse) GetEvents

func (x *SearchLogsEventsResponse) GetEvents() []*LogsEvent

func (*SearchLogsEventsResponse) GetTotal

func (*SearchLogsEventsResponse) ProtoMessage

func (*SearchLogsEventsResponse) ProtoMessage()

func (*SearchLogsEventsResponse) ProtoReflect

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

func (*SearchLogsEventsResponse) Reset

func (x *SearchLogsEventsResponse) Reset()

func (*SearchLogsEventsResponse) String

func (x *SearchLogsEventsResponse) String() string

type SearchLogsTimeSeriesRequest

type SearchLogsTimeSeriesRequest struct {
	TimeFrame    *TimeFrame                `protobuf:"bytes,1,opt,name=time_frame,json=timeFrame,proto3" json:"time_frame,omitempty"`
	Interval     *durationpb.Duration      `protobuf:"bytes,2,opt,name=interval,proto3" json:"interval,omitempty"`
	Filters      []*SearchFilter           `protobuf:"bytes,3,rep,name=filters,proto3" json:"filters,omitempty"`
	GroupBy      []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	Aggregations []*LogsAggregation        `protobuf:"bytes,5,rep,name=aggregations,proto3" json:"aggregations,omitempty"`
	Limit        *wrapperspb.Int32Value    `protobuf:"bytes,6,opt,name=limit,proto3" json:"limit,omitempty"`
	LuceneQuery  *wrapperspb.StringValue   `protobuf:"bytes,7,opt,name=lucene_query,json=luceneQuery,proto3" json:"lucene_query,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchLogsTimeSeriesRequest) Descriptor deprecated

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

Deprecated: Use SearchLogsTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*SearchLogsTimeSeriesRequest) GetAggregations

func (x *SearchLogsTimeSeriesRequest) GetAggregations() []*LogsAggregation

func (*SearchLogsTimeSeriesRequest) GetFilters

func (x *SearchLogsTimeSeriesRequest) GetFilters() []*SearchFilter

func (*SearchLogsTimeSeriesRequest) GetGroupBy

func (*SearchLogsTimeSeriesRequest) GetInterval

func (*SearchLogsTimeSeriesRequest) GetLimit

func (*SearchLogsTimeSeriesRequest) GetLuceneQuery

func (x *SearchLogsTimeSeriesRequest) GetLuceneQuery() *wrapperspb.StringValue

func (*SearchLogsTimeSeriesRequest) GetTimeFrame

func (x *SearchLogsTimeSeriesRequest) GetTimeFrame() *TimeFrame

func (*SearchLogsTimeSeriesRequest) ProtoMessage

func (*SearchLogsTimeSeriesRequest) ProtoMessage()

func (*SearchLogsTimeSeriesRequest) ProtoReflect

func (*SearchLogsTimeSeriesRequest) Reset

func (x *SearchLogsTimeSeriesRequest) Reset()

func (*SearchLogsTimeSeriesRequest) String

func (x *SearchLogsTimeSeriesRequest) String() string

type SearchLogsTimeSeriesResponse

type SearchLogsTimeSeriesResponse struct {
	TimeSeries []*TimeSeries `protobuf:"bytes,1,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchLogsTimeSeriesResponse) Descriptor deprecated

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

Deprecated: Use SearchLogsTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*SearchLogsTimeSeriesResponse) GetTimeSeries

func (x *SearchLogsTimeSeriesResponse) GetTimeSeries() []*TimeSeries

func (*SearchLogsTimeSeriesResponse) ProtoMessage

func (*SearchLogsTimeSeriesResponse) ProtoMessage()

func (*SearchLogsTimeSeriesResponse) ProtoReflect

func (*SearchLogsTimeSeriesResponse) Reset

func (x *SearchLogsTimeSeriesResponse) Reset()

func (*SearchLogsTimeSeriesResponse) String

type SearchMetricsTimeSeriesRequest

type SearchMetricsTimeSeriesRequest struct {
	TimeFrame   *TimeFrame              `protobuf:"bytes,1,opt,name=time_frame,json=timeFrame,proto3" json:"time_frame,omitempty"`
	Interval    *durationpb.Duration    `protobuf:"bytes,2,opt,name=interval,proto3" json:"interval,omitempty"`
	PromqlQuery *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=promql_query,json=promqlQuery,proto3" json:"promql_query,omitempty"`
	Limit       *wrapperspb.Int32Value  `protobuf:"bytes,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchMetricsTimeSeriesRequest) Descriptor deprecated

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

Deprecated: Use SearchMetricsTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*SearchMetricsTimeSeriesRequest) GetInterval

func (*SearchMetricsTimeSeriesRequest) GetLimit

func (*SearchMetricsTimeSeriesRequest) GetPromqlQuery

func (*SearchMetricsTimeSeriesRequest) GetTimeFrame

func (x *SearchMetricsTimeSeriesRequest) GetTimeFrame() *TimeFrame

func (*SearchMetricsTimeSeriesRequest) ProtoMessage

func (*SearchMetricsTimeSeriesRequest) ProtoMessage()

func (*SearchMetricsTimeSeriesRequest) ProtoReflect

func (*SearchMetricsTimeSeriesRequest) Reset

func (x *SearchMetricsTimeSeriesRequest) Reset()

func (*SearchMetricsTimeSeriesRequest) String

type SearchMetricsTimeSeriesResponse

type SearchMetricsTimeSeriesResponse struct {
	TimeSeries      []*TimeSeries `protobuf:"bytes,1,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	IsLimitExceeded bool          `protobuf:"varint,2,opt,name=is_limit_exceeded,json=isLimitExceeded,proto3" json:"is_limit_exceeded,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchMetricsTimeSeriesResponse) Descriptor deprecated

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

Deprecated: Use SearchMetricsTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*SearchMetricsTimeSeriesResponse) GetIsLimitExceeded

func (x *SearchMetricsTimeSeriesResponse) GetIsLimitExceeded() bool

func (*SearchMetricsTimeSeriesResponse) GetTimeSeries

func (x *SearchMetricsTimeSeriesResponse) GetTimeSeries() []*TimeSeries

func (*SearchMetricsTimeSeriesResponse) ProtoMessage

func (*SearchMetricsTimeSeriesResponse) ProtoMessage()

func (*SearchMetricsTimeSeriesResponse) ProtoReflect

func (*SearchMetricsTimeSeriesResponse) Reset

func (*SearchMetricsTimeSeriesResponse) String

type Section

type Section struct {
	Id   *UUID  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Rows []*Row `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"`
	// contains filtered or unexported fields
}

func (*Section) Descriptor deprecated

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

Deprecated: Use Section.ProtoReflect.Descriptor instead.

func (*Section) GetId

func (x *Section) GetId() *UUID

func (*Section) GetRows

func (x *Section) GetRows() []*Row

func (*Section) ProtoMessage

func (*Section) ProtoMessage()

func (*Section) ProtoReflect

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

func (*Section) Reset

func (x *Section) Reset()

func (*Section) String

func (x *Section) String() string

type TimeFrame

type TimeFrame struct {
	From *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=from,proto3" json:"from,omitempty"`
	To   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=to,proto3" json:"to,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeFrame) Descriptor deprecated

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

Deprecated: Use TimeFrame.ProtoReflect.Descriptor instead.

func (*TimeFrame) GetFrom

func (x *TimeFrame) GetFrom() *timestamppb.Timestamp

func (*TimeFrame) GetTo

func (x *TimeFrame) GetTo() *timestamppb.Timestamp

func (*TimeFrame) ProtoMessage

func (*TimeFrame) ProtoMessage()

func (*TimeFrame) ProtoReflect

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

func (*TimeFrame) Reset

func (x *TimeFrame) Reset()

func (*TimeFrame) String

func (x *TimeFrame) String() string

type TimeSeries

type TimeSeries struct {
	Name   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Values []*DataPoint            `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	Labels map[string]string       `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*TimeSeries) Descriptor deprecated

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

Deprecated: Use TimeSeries.ProtoReflect.Descriptor instead.

func (*TimeSeries) GetLabels

func (x *TimeSeries) GetLabels() map[string]string

func (*TimeSeries) GetName

func (x *TimeSeries) GetName() *wrapperspb.StringValue

func (*TimeSeries) GetValues

func (x *TimeSeries) GetValues() []*DataPoint

func (*TimeSeries) ProtoMessage

func (*TimeSeries) ProtoMessage()

func (*TimeSeries) ProtoReflect

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

func (*TimeSeries) Reset

func (x *TimeSeries) Reset()

func (*TimeSeries) String

func (x *TimeSeries) String() string

type UUID

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

func (*UUID) Descriptor deprecated

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

Deprecated: Use UUID.ProtoReflect.Descriptor instead.

func (*UUID) GetValue

func (x *UUID) GetValue() string

func (*UUID) ProtoMessage

func (*UUID) ProtoMessage()

func (*UUID) ProtoReflect

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

func (*UUID) Reset

func (x *UUID) Reset()

func (*UUID) String

func (x *UUID) String() string

type UnimplementedDashboardCatalogServiceServer

type UnimplementedDashboardCatalogServiceServer struct {
}

UnimplementedDashboardCatalogServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedDashboardCatalogServiceServer) GetDashboardCatalog

func (UnimplementedDashboardCatalogServiceServer) PinDashboard

func (UnimplementedDashboardCatalogServiceServer) UnpinDashboard

type UnimplementedDashboardsServiceServer

type UnimplementedDashboardsServiceServer struct {
}

UnimplementedDashboardsServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedDashboardsServiceServer) CreateDashboard

func (UnimplementedDashboardsServiceServer) DeleteDashboard

func (UnimplementedDashboardsServiceServer) GetDashboard

func (UnimplementedDashboardsServiceServer) ReplaceDashboard

type UnimplementedLogsDataSourceServiceServer

type UnimplementedLogsDataSourceServiceServer struct {
}

UnimplementedLogsDataSourceServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedLogsDataSourceServiceServer) SearchLogsEvents

func (UnimplementedLogsDataSourceServiceServer) SearchLogsTimeSeries

type UnimplementedMetricsDataSourceServiceServer

type UnimplementedMetricsDataSourceServiceServer struct {
}

UnimplementedMetricsDataSourceServiceServer must be embedded to have forward compatible implementations.

type UnpinDashboardRequest

type UnpinDashboardRequest struct {
	RequestId   *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=request_id,json=requestId,proto3" json:"request_id,omitempty"`
	DashboardId *UUID                   `protobuf:"bytes,2,opt,name=dashboard_id,json=dashboardId,proto3" json:"dashboard_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnpinDashboardRequest) Descriptor deprecated

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

Deprecated: Use UnpinDashboardRequest.ProtoReflect.Descriptor instead.

func (*UnpinDashboardRequest) GetDashboardId

func (x *UnpinDashboardRequest) GetDashboardId() *UUID

func (*UnpinDashboardRequest) GetRequestId

func (x *UnpinDashboardRequest) GetRequestId() *wrapperspb.StringValue

func (*UnpinDashboardRequest) ProtoMessage

func (*UnpinDashboardRequest) ProtoMessage()

func (*UnpinDashboardRequest) ProtoReflect

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

func (*UnpinDashboardRequest) Reset

func (x *UnpinDashboardRequest) Reset()

func (*UnpinDashboardRequest) String

func (x *UnpinDashboardRequest) String() string

type UnpinDashboardResponse

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

func (*UnpinDashboardResponse) Descriptor deprecated

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

Deprecated: Use UnpinDashboardResponse.ProtoReflect.Descriptor instead.

func (*UnpinDashboardResponse) ProtoMessage

func (*UnpinDashboardResponse) ProtoMessage()

func (*UnpinDashboardResponse) ProtoReflect

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

func (*UnpinDashboardResponse) Reset

func (x *UnpinDashboardResponse) Reset()

func (*UnpinDashboardResponse) String

func (x *UnpinDashboardResponse) String() string

type UnsafeDashboardCatalogServiceServer

type UnsafeDashboardCatalogServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDashboardCatalogServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DashboardCatalogServiceServer will result in compilation errors.

type UnsafeDashboardsServiceServer

type UnsafeDashboardsServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDashboardsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DashboardsServiceServer will result in compilation errors.

type UnsafeLogsDataSourceServiceServer

type UnsafeLogsDataSourceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeLogsDataSourceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LogsDataSourceServiceServer will result in compilation errors.

type UnsafeMetricsDataSourceServiceServer

type UnsafeMetricsDataSourceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeMetricsDataSourceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MetricsDataSourceServiceServer will result in compilation errors.

type Variable

type Variable struct {
	Name       *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Definition *Variable_Definition    `protobuf:"bytes,2,opt,name=definition,proto3" json:"definition,omitempty"`
	// contains filtered or unexported fields
}

func (*Variable) Descriptor deprecated

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

Deprecated: Use Variable.ProtoReflect.Descriptor instead.

func (*Variable) GetDefinition

func (x *Variable) GetDefinition() *Variable_Definition

func (*Variable) GetName

func (x *Variable) GetName() *wrapperspb.StringValue

func (*Variable) ProtoMessage

func (*Variable) ProtoMessage()

func (*Variable) ProtoReflect

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

func (*Variable) Reset

func (x *Variable) Reset()

func (*Variable) String

func (x *Variable) String() string

type Variable_Definition

type Variable_Definition struct {

	// Types that are assignable to Value:
	//	*Variable_Definition_Constant
	//	*Variable_Definition_MultiSelect
	Value isVariable_Definition_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Variable_Definition) Descriptor deprecated

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

Deprecated: Use Variable_Definition.ProtoReflect.Descriptor instead.

func (*Variable_Definition) GetConstant

func (x *Variable_Definition) GetConstant() *Constant

func (*Variable_Definition) GetMultiSelect

func (x *Variable_Definition) GetMultiSelect() *MultiSelect

func (*Variable_Definition) GetValue

func (m *Variable_Definition) GetValue() isVariable_Definition_Value

func (*Variable_Definition) ProtoMessage

func (*Variable_Definition) ProtoMessage()

func (*Variable_Definition) ProtoReflect

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

func (*Variable_Definition) Reset

func (x *Variable_Definition) Reset()

func (*Variable_Definition) String

func (x *Variable_Definition) String() string

type Variable_Definition_Constant

type Variable_Definition_Constant struct {
	Constant *Constant `protobuf:"bytes,1,opt,name=constant,proto3,oneof"`
}

type Variable_Definition_MultiSelect

type Variable_Definition_MultiSelect struct {
	MultiSelect *MultiSelect `protobuf:"bytes,2,opt,name=multi_select,json=multiSelect,proto3,oneof"`
}

type Widget

type Widget struct {
	Id          *UUID                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title       *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Description *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Definition  *Widget_Definition      `protobuf:"bytes,4,opt,name=definition,proto3" json:"definition,omitempty"`
	Appearance  *Widget_Appearance      `protobuf:"bytes,5,opt,name=appearance,proto3" json:"appearance,omitempty"`
	// contains filtered or unexported fields
}

func (*Widget) Descriptor deprecated

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

Deprecated: Use Widget.ProtoReflect.Descriptor instead.

func (*Widget) GetAppearance

func (x *Widget) GetAppearance() *Widget_Appearance

func (*Widget) GetDefinition

func (x *Widget) GetDefinition() *Widget_Definition

func (*Widget) GetDescription

func (x *Widget) GetDescription() *wrapperspb.StringValue

func (*Widget) GetId

func (x *Widget) GetId() *UUID

func (*Widget) GetTitle

func (x *Widget) GetTitle() *wrapperspb.StringValue

func (*Widget) ProtoMessage

func (*Widget) ProtoMessage()

func (*Widget) ProtoReflect

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

func (*Widget) Reset

func (x *Widget) Reset()

func (*Widget) String

func (x *Widget) String() string

type Widget_Appearance

type Widget_Appearance struct {
	Width *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=width,proto3" json:"width,omitempty"`
	// contains filtered or unexported fields
}

func (*Widget_Appearance) Descriptor deprecated

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

Deprecated: Use Widget_Appearance.ProtoReflect.Descriptor instead.

func (*Widget_Appearance) GetWidth

func (x *Widget_Appearance) GetWidth() *wrapperspb.Int32Value

func (*Widget_Appearance) ProtoMessage

func (*Widget_Appearance) ProtoMessage()

func (*Widget_Appearance) ProtoReflect

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

func (*Widget_Appearance) Reset

func (x *Widget_Appearance) Reset()

func (*Widget_Appearance) String

func (x *Widget_Appearance) String() string

type Widget_Definition

type Widget_Definition struct {

	// Types that are assignable to Value:
	//	*Widget_Definition_LineChart
	//	*Widget_Definition_DataTable
	Value isWidget_Definition_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Widget_Definition) Descriptor deprecated

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

Deprecated: Use Widget_Definition.ProtoReflect.Descriptor instead.

func (*Widget_Definition) GetDataTable

func (x *Widget_Definition) GetDataTable() *DataTable

func (*Widget_Definition) GetLineChart

func (x *Widget_Definition) GetLineChart() *LineChart

func (*Widget_Definition) GetValue

func (m *Widget_Definition) GetValue() isWidget_Definition_Value

func (*Widget_Definition) ProtoMessage

func (*Widget_Definition) ProtoMessage()

func (*Widget_Definition) ProtoReflect

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

func (*Widget_Definition) Reset

func (x *Widget_Definition) Reset()

func (*Widget_Definition) String

func (x *Widget_Definition) String() string

type Widget_Definition_DataTable

type Widget_Definition_DataTable struct {
	DataTable *DataTable `protobuf:"bytes,2,opt,name=data_table,json=dataTable,proto3,oneof"`
}

type Widget_Definition_LineChart

type Widget_Definition_LineChart struct {
	LineChart *LineChart `protobuf:"bytes,1,opt,name=line_chart,json=lineChart,proto3,oneof"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL