v2

package
v0.0.0-...-2f63041 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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) Descriptor() ([]byte, []int)

Deprecated: Use OrderBy.ProtoReflect.Descriptor instead.

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

func (*OrderBy) Reset

func (x *OrderBy) Reset()

func (*OrderBy) String

func (x *OrderBy) String() string

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) Enum

func (OrderByDirection) EnumDescriptor deprecated

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

Deprecated: Use OrderByDirection.Descriptor instead.

func (OrderByDirection) Number

func (OrderByDirection) String

func (x OrderByDirection) String() string

func (OrderByDirection) Type

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) Descriptor() ([]byte, []int)

Deprecated: Use TimeRange.ProtoReflect.Descriptor instead.

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

func (*TimeRange) Reset

func (x *TimeRange) Reset()

func (*TimeRange) String

func (x *TimeRange) String() string

Jump to

Keyboard shortcuts

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