Documentation
¶
Index ¶
- Variables
- type AuditLogDescription
- func (*AuditLogDescription) Descriptor() ([]byte, []int)deprecated
- func (x *AuditLogDescription) GetDescription() string
- func (*AuditLogDescription) ProtoMessage()
- func (x *AuditLogDescription) ProtoReflect() protoreflect.Message
- func (x *AuditLogDescription) Reset()
- func (x *AuditLogDescription) String() string
- type LogsQuery
- func (*LogsQuery) Descriptor() ([]byte, []int)deprecated
- func (x *LogsQuery) GetAlias() *wrapperspb.StringValue
- func (x *LogsQuery) GetApplicationnameFilters() []*wrapperspb.StringValue
- func (x *LogsQuery) GetLucene() *wrapperspb.StringValue
- func (x *LogsQuery) GetSeverityFilters() []Severity
- func (x *LogsQuery) GetSubsystemnameFilters() []*wrapperspb.StringValue
- func (*LogsQuery) ProtoMessage()
- func (x *LogsQuery) ProtoReflect() protoreflect.Message
- func (x *LogsQuery) Reset()
- func (x *LogsQuery) String() string
- type Severity
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Severity_name = map[int32]string{ 0: "SEVERITY_UNSPECIFIED", 1: "SEVERITY_DEBUG", 2: "SEVERITY_VERBOSE", 3: "SEVERITY_INFO", 4: "SEVERITY_WARNING", 5: "SEVERITY_ERROR", 6: "SEVERITY_CRITICAL", } Severity_value = map[string]int32{ "SEVERITY_UNSPECIFIED": 0, "SEVERITY_DEBUG": 1, "SEVERITY_VERBOSE": 2, "SEVERITY_INFO": 3, "SEVERITY_WARNING": 4, "SEVERITY_ERROR": 5, "SEVERITY_CRITICAL": 6, } )
Enum value maps for Severity.
View Source
var (
// optional com.coralogixapis.logs2metrics.v2.AuditLogDescription audit_log_description = 5000;
E_AuditLogDescription = &file_com_coralogixapis_logs2metrics_v2_audit_log_proto_extTypes[0]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var File_com_coralogixapis_logs2metrics_v2_audit_log_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_logs2metrics_v2_logs_query_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AuditLogDescription ¶
type AuditLogDescription struct { // audit log description Description *string `protobuf:"bytes,1,opt,name=description,proto3,oneof" json:"description,omitempty"` // contains filtered or unexported fields }
represents audit log description
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 LogsQuery ¶
type LogsQuery struct { // lucene query Lucene *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=lucene,proto3" json:"lucene,omitempty"` // alias Alias *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` // application name filters ApplicationnameFilters []*wrapperspb.StringValue `` /* 127-byte string literal not displayed */ // subsystem names filters SubsystemnameFilters []*wrapperspb.StringValue `protobuf:"bytes,4,rep,name=subsystemname_filters,json=subsystemnameFilters,proto3" json:"subsystemname_filters,omitempty"` // severity type filters SeverityFilters []Severity `` /* 162-byte string literal not displayed */ // contains filtered or unexported fields }
func (*LogsQuery) Descriptor
deprecated
func (*LogsQuery) GetAlias ¶
func (x *LogsQuery) GetAlias() *wrapperspb.StringValue
func (*LogsQuery) GetApplicationnameFilters ¶
func (x *LogsQuery) GetApplicationnameFilters() []*wrapperspb.StringValue
func (*LogsQuery) GetLucene ¶
func (x *LogsQuery) GetLucene() *wrapperspb.StringValue
func (*LogsQuery) GetSeverityFilters ¶
func (*LogsQuery) GetSubsystemnameFilters ¶
func (x *LogsQuery) GetSubsystemnameFilters() []*wrapperspb.StringValue
func (*LogsQuery) ProtoMessage ¶
func (*LogsQuery) ProtoMessage()
func (*LogsQuery) ProtoReflect ¶
func (x *LogsQuery) ProtoReflect() protoreflect.Message
type Severity ¶
type Severity int32
enum that represents severity types
func (Severity) Descriptor ¶
func (Severity) Descriptor() protoreflect.EnumDescriptor
func (Severity) EnumDescriptor
deprecated
func (Severity) Number ¶
func (x Severity) Number() protoreflect.EnumNumber
func (Severity) Type ¶
func (Severity) Type() protoreflect.EnumType
Click to show internal directories.
Click to hide internal directories.