Documentation
¶
Index ¶
- Variables
- type AlertMetaLabel
- func (*AlertMetaLabel) Descriptor() ([]byte, []int)deprecated
- func (x *AlertMetaLabel) GetKey() *wrapperspb.StringValue
- func (x *AlertMetaLabel) GetValue() *wrapperspb.StringValue
- func (*AlertMetaLabel) ProtoMessage()
- func (x *AlertMetaLabel) ProtoReflect() protoreflect.Message
- func (x *AlertMetaLabel) Reset()
- func (x *AlertMetaLabel) String() string
- 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 DataSource
- func (*DataSource) Descriptor() ([]byte, []int)deprecated
- func (x *DataSource) GetExporter() *wrapperspb.StringValue
- func (x *DataSource) GetProvider() *wrapperspb.StringValue
- func (*DataSource) ProtoMessage()
- func (x *DataSource) ProtoReflect() protoreflect.Message
- func (x *DataSource) Reset()
- func (x *DataSource) String() string
- type OrderBy
- func (*OrderBy) Descriptor() ([]byte, []int)deprecated
- func (x *OrderBy) GetDirection() OrderByDirection
- func (x *OrderBy) GetFieldName() *wrapperspb.StringValue
- func (*OrderBy) ProtoMessage()
- func (x *OrderBy) ProtoReflect() protoreflect.Message
- func (x *OrderBy) Reset()
- func (x *OrderBy) String() string
- type OrderByDirection
- func (OrderByDirection) Descriptor() protoreflect.EnumDescriptor
- func (x OrderByDirection) Enum() *OrderByDirection
- func (OrderByDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x OrderByDirection) Number() protoreflect.EnumNumber
- func (x OrderByDirection) String() string
- func (OrderByDirection) Type() protoreflect.EnumType
- type TimeRange
- func (*TimeRange) Descriptor() ([]byte, []int)deprecated
- func (x *TimeRange) GetEndTimeSeconds() *wrapperspb.StringValue
- func (x *TimeRange) GetStartTimeSeconds() *wrapperspb.StringValue
- func (*TimeRange) ProtoMessage()
- func (x *TimeRange) ProtoReflect() protoreflect.Message
- func (x *TimeRange) Reset()
- func (x *TimeRange) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var ( OrderByDirection_name = map[int32]string{ 0: "ORDER_BY_DIRECTION_UNSPECIFIED", 1: "ORDER_BY_DIRECTION_ASC", 2: "ORDER_BY_DIRECTION_DESC", } OrderByDirection_value = map[string]int32{ "ORDER_BY_DIRECTION_UNSPECIFIED": 0, "ORDER_BY_DIRECTION_ASC": 1, "ORDER_BY_DIRECTION_DESC": 2, } )
Enum value maps for OrderByDirection.
View Source
var (
// optional com.coralogixapis.apm.common.v2.AuditLogDescription audit_log_description = 5000;
E_AuditLogDescription = &file_com_coralogixapis_apm_common_v2_audit_log_proto_extTypes[0]
)
Extension fields to descriptorpb.MethodOptions.
View Source
var File_com_coralogixapis_apm_common_v2_alert_meta_label_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_apm_common_v2_audit_log_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_apm_common_v2_data_source_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_apm_common_v2_order_by_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_apm_common_v2_time_range_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AlertMetaLabel ¶
type AlertMetaLabel struct { Key *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*AlertMetaLabel) Descriptor
deprecated
func (*AlertMetaLabel) Descriptor() ([]byte, []int)
Deprecated: Use AlertMetaLabel.ProtoReflect.Descriptor instead.
func (*AlertMetaLabel) GetKey ¶
func (x *AlertMetaLabel) GetKey() *wrapperspb.StringValue
func (*AlertMetaLabel) GetValue ¶
func (x *AlertMetaLabel) GetValue() *wrapperspb.StringValue
func (*AlertMetaLabel) ProtoMessage ¶
func (*AlertMetaLabel) ProtoMessage()
func (*AlertMetaLabel) ProtoReflect ¶
func (x *AlertMetaLabel) ProtoReflect() protoreflect.Message
func (*AlertMetaLabel) Reset ¶
func (x *AlertMetaLabel) Reset()
func (*AlertMetaLabel) String ¶
func (x *AlertMetaLabel) String() string
type AuditLogDescription ¶
type AuditLogDescription struct { Description string `protobuf:"bytes,1,opt,name=description,proto3" 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 DataSource ¶
type DataSource struct { Provider *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=provider,proto3" json:"provider,omitempty"` Exporter *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=exporter,proto3" json:"exporter,omitempty"` // contains filtered or unexported fields }
func (*DataSource) Descriptor
deprecated
func (*DataSource) Descriptor() ([]byte, []int)
Deprecated: Use DataSource.ProtoReflect.Descriptor instead.
func (*DataSource) GetExporter ¶
func (x *DataSource) GetExporter() *wrapperspb.StringValue
func (*DataSource) GetProvider ¶
func (x *DataSource) GetProvider() *wrapperspb.StringValue
func (*DataSource) ProtoMessage ¶
func (*DataSource) ProtoMessage()
func (*DataSource) ProtoReflect ¶
func (x *DataSource) ProtoReflect() protoreflect.Message
func (*DataSource) Reset ¶
func (x *DataSource) Reset()
func (*DataSource) String ¶
func (x *DataSource) String() string
type OrderBy ¶
type OrderBy struct { FieldName *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=field_name,json=fieldName,proto3" json:"field_name,omitempty"` Direction OrderByDirection `` /* 126-byte string literal not displayed */ // contains filtered or unexported fields }
func (*OrderBy) Descriptor
deprecated
func (*OrderBy) GetDirection ¶
func (x *OrderBy) GetDirection() OrderByDirection
func (*OrderBy) GetFieldName ¶
func (x *OrderBy) GetFieldName() *wrapperspb.StringValue
func (*OrderBy) ProtoMessage ¶
func (*OrderBy) ProtoMessage()
func (*OrderBy) ProtoReflect ¶
func (x *OrderBy) ProtoReflect() protoreflect.Message
type OrderByDirection ¶
type OrderByDirection int32
const ( OrderByDirection_ORDER_BY_DIRECTION_UNSPECIFIED OrderByDirection = 0 OrderByDirection_ORDER_BY_DIRECTION_ASC OrderByDirection = 1 OrderByDirection_ORDER_BY_DIRECTION_DESC OrderByDirection = 2 )
func (OrderByDirection) Descriptor ¶
func (OrderByDirection) Descriptor() protoreflect.EnumDescriptor
func (OrderByDirection) Enum ¶
func (x OrderByDirection) Enum() *OrderByDirection
func (OrderByDirection) EnumDescriptor
deprecated
func (OrderByDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use OrderByDirection.Descriptor instead.
func (OrderByDirection) Number ¶
func (x OrderByDirection) Number() protoreflect.EnumNumber
func (OrderByDirection) String ¶
func (x OrderByDirection) String() string
func (OrderByDirection) Type ¶
func (OrderByDirection) Type() protoreflect.EnumType
type TimeRange ¶
type TimeRange struct { StartTimeSeconds *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=start_time_seconds,json=startTimeSeconds,proto3" json:"start_time_seconds,omitempty"` EndTimeSeconds *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=end_time_seconds,json=endTimeSeconds,proto3" json:"end_time_seconds,omitempty"` // contains filtered or unexported fields }
func (*TimeRange) Descriptor
deprecated
func (*TimeRange) GetEndTimeSeconds ¶
func (x *TimeRange) GetEndTimeSeconds() *wrapperspb.StringValue
func (*TimeRange) GetStartTimeSeconds ¶
func (x *TimeRange) GetStartTimeSeconds() *wrapperspb.StringValue
func (*TimeRange) ProtoMessage ¶
func (*TimeRange) ProtoMessage()
func (*TimeRange) ProtoReflect ¶
func (x *TimeRange) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.