v1

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: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Extension fields to descriptorpb.MethodOptions.

View Source
var File_com_coralogixapis_views_v1_audit_log_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_views_v1_filters_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_views_v1_search_query_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_views_v1_time_selection_proto protoreflect.FileDescriptor
View Source
var File_com_coralogixapis_views_v1_view_folder_proto protoreflect.FileDescriptor

Functions

This section is empty.

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 CustomTimeSelection

type CustomTimeSelection struct {
	FromTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=from_time,json=fromTime,proto3" json:"from_time,omitempty"`
	ToTime   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=to_time,json=toTime,proto3" json:"to_time,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomTimeSelection) Descriptor deprecated

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

Deprecated: Use CustomTimeSelection.ProtoReflect.Descriptor instead.

func (*CustomTimeSelection) GetFromTime

func (x *CustomTimeSelection) GetFromTime() *timestamppb.Timestamp

func (*CustomTimeSelection) GetToTime

func (x *CustomTimeSelection) GetToTime() *timestamppb.Timestamp

func (*CustomTimeSelection) ProtoMessage

func (*CustomTimeSelection) ProtoMessage()

func (*CustomTimeSelection) ProtoReflect

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

func (*CustomTimeSelection) Reset

func (x *CustomTimeSelection) Reset()

func (*CustomTimeSelection) String

func (x *CustomTimeSelection) String() string

type Filter

type Filter struct {
	Name           *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	SelectedValues map[string]bool         `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetName

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

func (*Filter) GetSelectedValues

func (x *Filter) GetSelectedValues() map[string]bool

func (*Filter) ProtoMessage

func (*Filter) ProtoMessage()

func (*Filter) ProtoReflect

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

func (*Filter) Reset

func (x *Filter) Reset()

func (*Filter) String

func (x *Filter) String() string

type QuickTimeSelection

type QuickTimeSelection struct {
	Caption *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=caption,proto3" json:"caption,omitempty"`
	Seconds uint32                  `protobuf:"varint,3,opt,name=seconds,proto3" json:"seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*QuickTimeSelection) Descriptor deprecated

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

Deprecated: Use QuickTimeSelection.ProtoReflect.Descriptor instead.

func (*QuickTimeSelection) GetCaption

func (x *QuickTimeSelection) GetCaption() *wrapperspb.StringValue

func (*QuickTimeSelection) GetSeconds

func (x *QuickTimeSelection) GetSeconds() uint32

func (*QuickTimeSelection) ProtoMessage

func (*QuickTimeSelection) ProtoMessage()

func (*QuickTimeSelection) ProtoReflect

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

func (*QuickTimeSelection) Reset

func (x *QuickTimeSelection) Reset()

func (*QuickTimeSelection) String

func (x *QuickTimeSelection) String() string

type SearchQuery

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

func (*SearchQuery) Descriptor deprecated

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

Deprecated: Use SearchQuery.ProtoReflect.Descriptor instead.

func (*SearchQuery) GetQuery

func (x *SearchQuery) GetQuery() *wrapperspb.StringValue

func (*SearchQuery) ProtoMessage

func (*SearchQuery) ProtoMessage()

func (*SearchQuery) ProtoReflect

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

func (*SearchQuery) Reset

func (x *SearchQuery) Reset()

func (*SearchQuery) String

func (x *SearchQuery) String() string

type SelectedFilters

type SelectedFilters struct {
	Filters []*Filter `protobuf:"bytes,1,rep,name=filters,proto3" json:"filters,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedFilters) Descriptor deprecated

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

Deprecated: Use SelectedFilters.ProtoReflect.Descriptor instead.

func (*SelectedFilters) GetFilters

func (x *SelectedFilters) GetFilters() []*Filter

func (*SelectedFilters) ProtoMessage

func (*SelectedFilters) ProtoMessage()

func (*SelectedFilters) ProtoReflect

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

func (*SelectedFilters) Reset

func (x *SelectedFilters) Reset()

func (*SelectedFilters) String

func (x *SelectedFilters) String() string

type TimeSelection

type TimeSelection struct {

	// Types that are assignable to SelectionType:
	//
	//	*TimeSelection_QuickSelection
	//	*TimeSelection_CustomSelection
	SelectionType isTimeSelection_SelectionType `protobuf_oneof:"selection_type"`
	// contains filtered or unexported fields
}

func (*TimeSelection) Descriptor deprecated

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

Deprecated: Use TimeSelection.ProtoReflect.Descriptor instead.

func (*TimeSelection) GetCustomSelection

func (x *TimeSelection) GetCustomSelection() *CustomTimeSelection

func (*TimeSelection) GetQuickSelection

func (x *TimeSelection) GetQuickSelection() *QuickTimeSelection

func (*TimeSelection) GetSelectionType

func (m *TimeSelection) GetSelectionType() isTimeSelection_SelectionType

func (*TimeSelection) ProtoMessage

func (*TimeSelection) ProtoMessage()

func (*TimeSelection) ProtoReflect

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

func (*TimeSelection) Reset

func (x *TimeSelection) Reset()

func (*TimeSelection) String

func (x *TimeSelection) String() string

type TimeSelection_CustomSelection

type TimeSelection_CustomSelection struct {
	CustomSelection *CustomTimeSelection `protobuf:"bytes,2,opt,name=custom_selection,json=customSelection,proto3,oneof"`
}

type TimeSelection_QuickSelection

type TimeSelection_QuickSelection struct {
	QuickSelection *QuickTimeSelection `protobuf:"bytes,1,opt,name=quick_selection,json=quickSelection,proto3,oneof"`
}

type ViewFolder

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

func (*ViewFolder) Descriptor deprecated

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

Deprecated: Use ViewFolder.ProtoReflect.Descriptor instead.

func (*ViewFolder) GetId

func (x *ViewFolder) GetId() *wrapperspb.StringValue

func (*ViewFolder) GetName

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

func (*ViewFolder) ProtoMessage

func (*ViewFolder) ProtoMessage()

func (*ViewFolder) ProtoReflect

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

func (*ViewFolder) Reset

func (x *ViewFolder) Reset()

func (*ViewFolder) String

func (x *ViewFolder) String() string

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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