v2

package
v0.0.0-...-ae3c806 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PluginRequest_UpgradeMode_name = map[int32]string{
		0: "NONE",
		1: "MANUAL",
		2: "AUTO",
	}
	PluginRequest_UpgradeMode_value = map[string]int32{
		"NONE":   0,
		"MANUAL": 1,
		"AUTO":   2,
	}
)

Enum value maps for PluginRequest_UpgradeMode.

View Source
var (
	PluginInfo_UpgradeMode_name = map[int32]string{
		0: "NONE",
		1: "MANUAL",
		2: "AUTO",
	}
	PluginInfo_UpgradeMode_value = map[string]int32{
		"NONE":   0,
		"MANUAL": 1,
		"AUTO":   2,
	}
)

Enum value maps for PluginInfo_UpgradeMode.

View Source
var (
	TimeSeriesAnalyzeQuery_Granularity_name = map[int32]string{
		0: "GRANULARITY_NONE",
		1: "DAILY",
		2: "MONTHLY",
		3: "YEARLY",
	}
	TimeSeriesAnalyzeQuery_Granularity_value = map[string]int32{
		"GRANULARITY_NONE": 0,
		"DAILY":            1,
		"MONTHLY":          2,
		"YEARLY":           3,
	}
)

Enum value maps for TimeSeriesAnalyzeQuery_Granularity.

View Source
var (
	ExportOption_QueryType_name = map[int32]string{
		0: "QUERY_TYPE_NONE",
		1: "SEARCH",
		2: "ANALYZE",
	}
	ExportOption_QueryType_value = map[string]int32{
		"QUERY_TYPE_NONE": 0,
		"SEARCH":          1,
		"ANALYZE":         2,
	}
)

Enum value maps for ExportOption_QueryType.

View Source
var File_spaceone_api_core_v2_handler_proto protoreflect.FileDescriptor
View Source
var File_spaceone_api_core_v2_plugin_proto protoreflect.FileDescriptor
View Source
var File_spaceone_api_core_v2_query_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AggregateCount

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

func (*AggregateCount) Descriptor deprecated

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

Deprecated: Use AggregateCount.ProtoReflect.Descriptor instead.

func (*AggregateCount) GetName

func (x *AggregateCount) GetName() string

func (*AggregateCount) ProtoMessage

func (*AggregateCount) ProtoMessage()

func (*AggregateCount) ProtoReflect

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

func (*AggregateCount) Reset

func (x *AggregateCount) Reset()

func (*AggregateCount) String

func (x *AggregateCount) String() string

type AggregateGroup

type AggregateGroup struct {
	Keys   []*AggregateGroupKey   `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Fields []*AggregateGroupField `protobuf:"bytes,2,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateGroup) Descriptor deprecated

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

Deprecated: Use AggregateGroup.ProtoReflect.Descriptor instead.

func (*AggregateGroup) GetFields

func (x *AggregateGroup) GetFields() []*AggregateGroupField

func (*AggregateGroup) GetKeys

func (x *AggregateGroup) GetKeys() []*AggregateGroupKey

func (*AggregateGroup) ProtoMessage

func (*AggregateGroup) ProtoMessage()

func (*AggregateGroup) ProtoReflect

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

func (*AggregateGroup) Reset

func (x *AggregateGroup) Reset()

func (*AggregateGroup) String

func (x *AggregateGroup) String() string

type AggregateGroupField

type AggregateGroupField struct {

	// Types that are assignable to KeyAlias:
	//
	//	*AggregateGroupField_Key
	//	*AggregateGroupField_K
	KeyAlias isAggregateGroupField_KeyAlias `protobuf_oneof:"key_alias"`
	// Types that are assignable to NameAlias:
	//
	//	*AggregateGroupField_Name
	//	*AggregateGroupField_N
	NameAlias isAggregateGroupField_NameAlias `protobuf_oneof:"name_alias"`
	// Types that are assignable to OperatorAlias:
	//
	//	*AggregateGroupField_Operator
	//	*AggregateGroupField_O
	OperatorAlias isAggregateGroupField_OperatorAlias `protobuf_oneof:"operator_alias"`
	Fields        []*AggregateGroupSubField           `protobuf:"bytes,7,rep,name=fields,proto3" json:"fields,omitempty"`
	Conditions    []*AggregateSubCondition            `protobuf:"bytes,8,rep,name=conditions,proto3" json:"conditions,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateGroupField) Descriptor deprecated

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

Deprecated: Use AggregateGroupField.ProtoReflect.Descriptor instead.

func (*AggregateGroupField) GetConditions

func (x *AggregateGroupField) GetConditions() []*AggregateSubCondition

func (*AggregateGroupField) GetFields

func (x *AggregateGroupField) GetFields() []*AggregateGroupSubField

func (*AggregateGroupField) GetK

func (x *AggregateGroupField) GetK() string

func (*AggregateGroupField) GetKey

func (x *AggregateGroupField) GetKey() string

func (*AggregateGroupField) GetKeyAlias

func (m *AggregateGroupField) GetKeyAlias() isAggregateGroupField_KeyAlias

func (*AggregateGroupField) GetN

func (x *AggregateGroupField) GetN() string

func (*AggregateGroupField) GetName

func (x *AggregateGroupField) GetName() string

func (*AggregateGroupField) GetNameAlias

func (m *AggregateGroupField) GetNameAlias() isAggregateGroupField_NameAlias

func (*AggregateGroupField) GetO

func (x *AggregateGroupField) GetO() string

func (*AggregateGroupField) GetOperator

func (x *AggregateGroupField) GetOperator() string

func (*AggregateGroupField) GetOperatorAlias

func (m *AggregateGroupField) GetOperatorAlias() isAggregateGroupField_OperatorAlias

func (*AggregateGroupField) ProtoMessage

func (*AggregateGroupField) ProtoMessage()

func (*AggregateGroupField) ProtoReflect

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

func (*AggregateGroupField) Reset

func (x *AggregateGroupField) Reset()

func (*AggregateGroupField) String

func (x *AggregateGroupField) String() string

type AggregateGroupField_K

type AggregateGroupField_K struct {
	K string `protobuf:"bytes,2,opt,name=k,proto3,oneof"`
}

type AggregateGroupField_Key

type AggregateGroupField_Key struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3,oneof"`
}

type AggregateGroupField_N

type AggregateGroupField_N struct {
	N string `protobuf:"bytes,4,opt,name=n,proto3,oneof"`
}

type AggregateGroupField_Name

type AggregateGroupField_Name struct {
	Name string `protobuf:"bytes,3,opt,name=name,proto3,oneof"`
}

type AggregateGroupField_O

type AggregateGroupField_O struct {
	O string `protobuf:"bytes,6,opt,name=o,proto3,oneof"`
}

type AggregateGroupField_Operator

type AggregateGroupField_Operator struct {
	Operator string `protobuf:"bytes,5,opt,name=operator,proto3,oneof"`
}

type AggregateGroupKey

type AggregateGroupKey struct {

	// Types that are assignable to KeyAlias:
	//
	//	*AggregateGroupKey_Key
	//	*AggregateGroupKey_K
	KeyAlias isAggregateGroupKey_KeyAlias `protobuf_oneof:"key_alias"`
	// Types that are assignable to NameAlias:
	//
	//	*AggregateGroupKey_Name
	//	*AggregateGroupKey_N
	NameAlias  isAggregateGroupKey_NameAlias `protobuf_oneof:"name_alias"`
	DateFormat string                        `protobuf:"bytes,5,opt,name=date_format,json=dateFormat,proto3" json:"date_format,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateGroupKey) Descriptor deprecated

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

Deprecated: Use AggregateGroupKey.ProtoReflect.Descriptor instead.

func (*AggregateGroupKey) GetDateFormat

func (x *AggregateGroupKey) GetDateFormat() string

func (*AggregateGroupKey) GetK

func (x *AggregateGroupKey) GetK() string

func (*AggregateGroupKey) GetKey

func (x *AggregateGroupKey) GetKey() string

func (*AggregateGroupKey) GetKeyAlias

func (m *AggregateGroupKey) GetKeyAlias() isAggregateGroupKey_KeyAlias

func (*AggregateGroupKey) GetN

func (x *AggregateGroupKey) GetN() string

func (*AggregateGroupKey) GetName

func (x *AggregateGroupKey) GetName() string

func (*AggregateGroupKey) GetNameAlias

func (m *AggregateGroupKey) GetNameAlias() isAggregateGroupKey_NameAlias

func (*AggregateGroupKey) ProtoMessage

func (*AggregateGroupKey) ProtoMessage()

func (*AggregateGroupKey) ProtoReflect

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

func (*AggregateGroupKey) Reset

func (x *AggregateGroupKey) Reset()

func (*AggregateGroupKey) String

func (x *AggregateGroupKey) String() string

type AggregateGroupKey_K

type AggregateGroupKey_K struct {
	K string `protobuf:"bytes,2,opt,name=k,proto3,oneof"`
}

type AggregateGroupKey_Key

type AggregateGroupKey_Key struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3,oneof"`
}

type AggregateGroupKey_N

type AggregateGroupKey_N struct {
	N string `protobuf:"bytes,4,opt,name=n,proto3,oneof"`
}

type AggregateGroupKey_Name

type AggregateGroupKey_Name struct {
	Name string `protobuf:"bytes,3,opt,name=name,proto3,oneof"`
}

type AggregateGroupSubField

type AggregateGroupSubField struct {

	// Types that are assignable to KeyAlias:
	//
	//	*AggregateGroupSubField_Key
	//	*AggregateGroupSubField_K
	KeyAlias isAggregateGroupSubField_KeyAlias `protobuf_oneof:"key_alias"`
	// Types that are assignable to NameAlias:
	//
	//	*AggregateGroupSubField_Name
	//	*AggregateGroupSubField_N
	NameAlias isAggregateGroupSubField_NameAlias `protobuf_oneof:"name_alias"`
	// contains filtered or unexported fields
}

func (*AggregateGroupSubField) Descriptor deprecated

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

Deprecated: Use AggregateGroupSubField.ProtoReflect.Descriptor instead.

func (*AggregateGroupSubField) GetK

func (x *AggregateGroupSubField) GetK() string

func (*AggregateGroupSubField) GetKey

func (x *AggregateGroupSubField) GetKey() string

func (*AggregateGroupSubField) GetKeyAlias

func (m *AggregateGroupSubField) GetKeyAlias() isAggregateGroupSubField_KeyAlias

func (*AggregateGroupSubField) GetN

func (x *AggregateGroupSubField) GetN() string

func (*AggregateGroupSubField) GetName

func (x *AggregateGroupSubField) GetName() string

func (*AggregateGroupSubField) GetNameAlias

func (m *AggregateGroupSubField) GetNameAlias() isAggregateGroupSubField_NameAlias

func (*AggregateGroupSubField) ProtoMessage

func (*AggregateGroupSubField) ProtoMessage()

func (*AggregateGroupSubField) ProtoReflect

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

func (*AggregateGroupSubField) Reset

func (x *AggregateGroupSubField) Reset()

func (*AggregateGroupSubField) String

func (x *AggregateGroupSubField) String() string

type AggregateGroupSubField_K

type AggregateGroupSubField_K struct {
	K string `protobuf:"bytes,2,opt,name=k,proto3,oneof"`
}

type AggregateGroupSubField_Key

type AggregateGroupSubField_Key struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3,oneof"`
}

type AggregateGroupSubField_N

type AggregateGroupSubField_N struct {
	N string `protobuf:"bytes,4,opt,name=n,proto3,oneof"`
}

type AggregateGroupSubField_Name

type AggregateGroupSubField_Name struct {
	Name string `protobuf:"bytes,3,opt,name=name,proto3,oneof"`
}

type AggregateProject

type AggregateProject struct {
	Fields      []*AggregateProjectField `protobuf:"bytes,1,rep,name=fields,proto3" json:"fields,omitempty"`
	ExcludeKeys bool                     `protobuf:"varint,2,opt,name=exclude_keys,json=excludeKeys,proto3" json:"exclude_keys,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateProject) Descriptor deprecated

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

Deprecated: Use AggregateProject.ProtoReflect.Descriptor instead.

func (*AggregateProject) GetExcludeKeys

func (x *AggregateProject) GetExcludeKeys() bool

func (*AggregateProject) GetFields

func (x *AggregateProject) GetFields() []*AggregateProjectField

func (*AggregateProject) ProtoMessage

func (*AggregateProject) ProtoMessage()

func (*AggregateProject) ProtoReflect

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

func (*AggregateProject) Reset

func (x *AggregateProject) Reset()

func (*AggregateProject) String

func (x *AggregateProject) String() string

type AggregateProjectField

type AggregateProjectField struct {

	// Types that are assignable to KeyAlias:
	//
	//	*AggregateProjectField_Key
	//	*AggregateProjectField_K
	KeyAlias isAggregateProjectField_KeyAlias `protobuf_oneof:"key_alias"`
	// Types that are assignable to NameAlias:
	//
	//	*AggregateProjectField_Name
	//	*AggregateProjectField_N
	NameAlias isAggregateProjectField_NameAlias `protobuf_oneof:"name_alias"`
	// Types that are assignable to OperatorAlias:
	//
	//	*AggregateProjectField_Operator
	//	*AggregateProjectField_O
	OperatorAlias isAggregateProjectField_OperatorAlias `protobuf_oneof:"operator_alias"`
	// contains filtered or unexported fields
}

func (*AggregateProjectField) Descriptor deprecated

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

Deprecated: Use AggregateProjectField.ProtoReflect.Descriptor instead.

func (*AggregateProjectField) GetK

func (x *AggregateProjectField) GetK() string

func (*AggregateProjectField) GetKey

func (x *AggregateProjectField) GetKey() string

func (*AggregateProjectField) GetKeyAlias

func (m *AggregateProjectField) GetKeyAlias() isAggregateProjectField_KeyAlias

func (*AggregateProjectField) GetN

func (x *AggregateProjectField) GetN() string

func (*AggregateProjectField) GetName

func (x *AggregateProjectField) GetName() string

func (*AggregateProjectField) GetNameAlias

func (m *AggregateProjectField) GetNameAlias() isAggregateProjectField_NameAlias

func (*AggregateProjectField) GetO

func (x *AggregateProjectField) GetO() string

func (*AggregateProjectField) GetOperator

func (x *AggregateProjectField) GetOperator() string

func (*AggregateProjectField) GetOperatorAlias

func (m *AggregateProjectField) GetOperatorAlias() isAggregateProjectField_OperatorAlias

func (*AggregateProjectField) ProtoMessage

func (*AggregateProjectField) ProtoMessage()

func (*AggregateProjectField) ProtoReflect

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

func (*AggregateProjectField) Reset

func (x *AggregateProjectField) Reset()

func (*AggregateProjectField) String

func (x *AggregateProjectField) String() string

type AggregateProjectField_K

type AggregateProjectField_K struct {
	K string `protobuf:"bytes,2,opt,name=k,proto3,oneof"`
}

type AggregateProjectField_Key

type AggregateProjectField_Key struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3,oneof"`
}

type AggregateProjectField_N

type AggregateProjectField_N struct {
	N string `protobuf:"bytes,4,opt,name=n,proto3,oneof"`
}

type AggregateProjectField_Name

type AggregateProjectField_Name struct {
	Name string `protobuf:"bytes,3,opt,name=name,proto3,oneof"`
}

type AggregateProjectField_O

type AggregateProjectField_O struct {
	O string `protobuf:"bytes,6,opt,name=o,proto3,oneof"`
}

type AggregateProjectField_Operator

type AggregateProjectField_Operator struct {
	Operator string `protobuf:"bytes,5,opt,name=operator,proto3,oneof"`
}

type AggregateSubCondition

type AggregateSubCondition struct {

	// Types that are assignable to KeyAlias:
	//
	//	*AggregateSubCondition_Key
	//	*AggregateSubCondition_K
	KeyAlias isAggregateSubCondition_KeyAlias `protobuf_oneof:"key_alias"`
	// Types that are assignable to ValueAlias:
	//
	//	*AggregateSubCondition_Value
	//	*AggregateSubCondition_V
	ValueAlias isAggregateSubCondition_ValueAlias `protobuf_oneof:"value_alias"`
	// Types that are assignable to OperatorAlias:
	//
	//	*AggregateSubCondition_Operator
	//	*AggregateSubCondition_O
	OperatorAlias isAggregateSubCondition_OperatorAlias `protobuf_oneof:"operator_alias"`
	// contains filtered or unexported fields
}

func (*AggregateSubCondition) Descriptor deprecated

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

Deprecated: Use AggregateSubCondition.ProtoReflect.Descriptor instead.

func (*AggregateSubCondition) GetK

func (x *AggregateSubCondition) GetK() string

func (*AggregateSubCondition) GetKey

func (x *AggregateSubCondition) GetKey() string

func (*AggregateSubCondition) GetKeyAlias

func (m *AggregateSubCondition) GetKeyAlias() isAggregateSubCondition_KeyAlias

func (*AggregateSubCondition) GetO

func (x *AggregateSubCondition) GetO() string

func (*AggregateSubCondition) GetOperator

func (x *AggregateSubCondition) GetOperator() string

func (*AggregateSubCondition) GetOperatorAlias

func (m *AggregateSubCondition) GetOperatorAlias() isAggregateSubCondition_OperatorAlias

func (*AggregateSubCondition) GetV

func (x *AggregateSubCondition) GetV() *_struct.Value

func (*AggregateSubCondition) GetValue

func (x *AggregateSubCondition) GetValue() *_struct.Value

func (*AggregateSubCondition) GetValueAlias

func (m *AggregateSubCondition) GetValueAlias() isAggregateSubCondition_ValueAlias

func (*AggregateSubCondition) ProtoMessage

func (*AggregateSubCondition) ProtoMessage()

func (*AggregateSubCondition) ProtoReflect

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

func (*AggregateSubCondition) Reset

func (x *AggregateSubCondition) Reset()

func (*AggregateSubCondition) String

func (x *AggregateSubCondition) String() string

type AggregateSubCondition_K

type AggregateSubCondition_K struct {
	K string `protobuf:"bytes,2,opt,name=k,proto3,oneof"`
}

type AggregateSubCondition_Key

type AggregateSubCondition_Key struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3,oneof"`
}

type AggregateSubCondition_O

type AggregateSubCondition_O struct {
	O string `protobuf:"bytes,6,opt,name=o,proto3,oneof"`
}

type AggregateSubCondition_Operator

type AggregateSubCondition_Operator struct {
	Operator string `protobuf:"bytes,5,opt,name=operator,proto3,oneof"`
}

type AggregateSubCondition_V

type AggregateSubCondition_V struct {
	V *_struct.Value `protobuf:"bytes,4,opt,name=v,proto3,oneof"`
}

type AggregateSubCondition_Value

type AggregateSubCondition_Value struct {
	Value *_struct.Value `protobuf:"bytes,3,opt,name=value,proto3,oneof"`
}

type AggregateUnwind

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

func (*AggregateUnwind) Descriptor deprecated

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

Deprecated: Use AggregateUnwind.ProtoReflect.Descriptor instead.

func (*AggregateUnwind) GetPath

func (x *AggregateUnwind) GetPath() string

func (*AggregateUnwind) ProtoMessage

func (*AggregateUnwind) ProtoMessage()

func (*AggregateUnwind) ProtoReflect

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

func (*AggregateUnwind) Reset

func (x *AggregateUnwind) Reset()

func (*AggregateUnwind) String

func (x *AggregateUnwind) String() string

type AnalyzeQuery

type AnalyzeQuery struct {
	GroupBy    *_struct.ListValue `protobuf:"bytes,1,opt,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	FieldGroup []string           `protobuf:"bytes,2,rep,name=field_group,json=fieldGroup,proto3" json:"field_group,omitempty"`
	Filter     []*Filter          `protobuf:"bytes,3,rep,name=filter,proto3" json:"filter,omitempty"`
	FilterOr   []*Filter          `protobuf:"bytes,4,rep,name=filter_or,json=filterOr,proto3" json:"filter_or,omitempty"`
	Page       *Page              `protobuf:"bytes,5,opt,name=page,proto3" json:"page,omitempty"`
	Sort       []*Sort            `protobuf:"bytes,6,rep,name=sort,proto3" json:"sort,omitempty"`
	Fields     *_struct.Struct    `protobuf:"bytes,7,opt,name=fields,proto3" json:"fields,omitempty"`
	Select     *_struct.Struct    `protobuf:"bytes,8,opt,name=select,proto3" json:"select,omitempty"`
	Keyword    string             `protobuf:"bytes,9,opt,name=keyword,proto3" json:"keyword,omitempty"`
	// contains filtered or unexported fields
}

func (*AnalyzeQuery) Descriptor deprecated

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

Deprecated: Use AnalyzeQuery.ProtoReflect.Descriptor instead.

func (*AnalyzeQuery) GetFieldGroup

func (x *AnalyzeQuery) GetFieldGroup() []string

func (*AnalyzeQuery) GetFields

func (x *AnalyzeQuery) GetFields() *_struct.Struct

func (*AnalyzeQuery) GetFilter

func (x *AnalyzeQuery) GetFilter() []*Filter

func (*AnalyzeQuery) GetFilterOr

func (x *AnalyzeQuery) GetFilterOr() []*Filter

func (*AnalyzeQuery) GetGroupBy

func (x *AnalyzeQuery) GetGroupBy() *_struct.ListValue

func (*AnalyzeQuery) GetKeyword

func (x *AnalyzeQuery) GetKeyword() string

func (*AnalyzeQuery) GetPage

func (x *AnalyzeQuery) GetPage() *Page

func (*AnalyzeQuery) GetSelect

func (x *AnalyzeQuery) GetSelect() *_struct.Struct

func (*AnalyzeQuery) GetSort

func (x *AnalyzeQuery) GetSort() []*Sort

func (*AnalyzeQuery) ProtoMessage

func (*AnalyzeQuery) ProtoMessage()

func (*AnalyzeQuery) ProtoReflect

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

func (*AnalyzeQuery) Reset

func (x *AnalyzeQuery) Reset()

func (*AnalyzeQuery) String

func (x *AnalyzeQuery) String() string

type AuthenticationRequest

type AuthenticationRequest struct {
	DomainId string `protobuf:"bytes,1,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticationRequest) Descriptor deprecated

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

Deprecated: Use AuthenticationRequest.ProtoReflect.Descriptor instead.

func (*AuthenticationRequest) GetDomainId

func (x *AuthenticationRequest) GetDomainId() string

func (*AuthenticationRequest) ProtoMessage

func (*AuthenticationRequest) ProtoMessage()

func (*AuthenticationRequest) ProtoReflect

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

func (*AuthenticationRequest) Reset

func (x *AuthenticationRequest) Reset()

func (*AuthenticationRequest) String

func (x *AuthenticationRequest) String() string

type AuthenticationResponse

type AuthenticationResponse struct {
	DomainId  string `protobuf:"bytes,1,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	PublicKey string `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticationResponse) Descriptor deprecated

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

Deprecated: Use AuthenticationResponse.ProtoReflect.Descriptor instead.

func (*AuthenticationResponse) GetDomainId

func (x *AuthenticationResponse) GetDomainId() string

func (*AuthenticationResponse) GetPublicKey

func (x *AuthenticationResponse) GetPublicKey() string

func (*AuthenticationResponse) ProtoMessage

func (*AuthenticationResponse) ProtoMessage()

func (*AuthenticationResponse) ProtoReflect

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

func (*AuthenticationResponse) Reset

func (x *AuthenticationResponse) Reset()

func (*AuthenticationResponse) String

func (x *AuthenticationResponse) String() string

type EventRequest

type EventRequest struct {
	Service  string          `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	Resource string          `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Verb     string          `protobuf:"bytes,3,opt,name=verb,proto3" json:"verb,omitempty"`
	Status   string          `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Message  *_struct.Struct `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*EventRequest) Descriptor deprecated

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

Deprecated: Use EventRequest.ProtoReflect.Descriptor instead.

func (*EventRequest) GetMessage

func (x *EventRequest) GetMessage() *_struct.Struct

func (*EventRequest) GetResource

func (x *EventRequest) GetResource() string

func (*EventRequest) GetService

func (x *EventRequest) GetService() string

func (*EventRequest) GetStatus

func (x *EventRequest) GetStatus() string

func (*EventRequest) GetVerb

func (x *EventRequest) GetVerb() string

func (*EventRequest) ProtoMessage

func (*EventRequest) ProtoMessage()

func (*EventRequest) ProtoReflect

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

func (*EventRequest) Reset

func (x *EventRequest) Reset()

func (*EventRequest) String

func (x *EventRequest) String() string

type ExportAnalyzeQuery

type ExportAnalyzeQuery struct {
	Filter   []*Filter          `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	FilterOr []*Filter          `protobuf:"bytes,2,rep,name=filter_or,json=filterOr,proto3" json:"filter_or,omitempty"`
	Keyword  string             `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Sort     []*Sort            `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"`
	GroupBy  *_struct.ListValue `protobuf:"bytes,5,opt,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	Fields   *_struct.Struct    `protobuf:"bytes,6,opt,name=fields,proto3" json:"fields,omitempty"`
	Select   *_struct.Struct    `protobuf:"bytes,7,opt,name=select,proto3" json:"select,omitempty"`
	Page     *Page              `protobuf:"bytes,8,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportAnalyzeQuery) Descriptor deprecated

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

Deprecated: Use ExportAnalyzeQuery.ProtoReflect.Descriptor instead.

func (*ExportAnalyzeQuery) GetFields

func (x *ExportAnalyzeQuery) GetFields() *_struct.Struct

func (*ExportAnalyzeQuery) GetFilter

func (x *ExportAnalyzeQuery) GetFilter() []*Filter

func (*ExportAnalyzeQuery) GetFilterOr

func (x *ExportAnalyzeQuery) GetFilterOr() []*Filter

func (*ExportAnalyzeQuery) GetGroupBy

func (x *ExportAnalyzeQuery) GetGroupBy() *_struct.ListValue

func (*ExportAnalyzeQuery) GetKeyword

func (x *ExportAnalyzeQuery) GetKeyword() string

func (*ExportAnalyzeQuery) GetPage

func (x *ExportAnalyzeQuery) GetPage() *Page

func (*ExportAnalyzeQuery) GetSelect

func (x *ExportAnalyzeQuery) GetSelect() *_struct.Struct

func (*ExportAnalyzeQuery) GetSort

func (x *ExportAnalyzeQuery) GetSort() []*Sort

func (*ExportAnalyzeQuery) ProtoMessage

func (*ExportAnalyzeQuery) ProtoMessage()

func (*ExportAnalyzeQuery) ProtoReflect

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

func (*ExportAnalyzeQuery) Reset

func (x *ExportAnalyzeQuery) Reset()

func (*ExportAnalyzeQuery) String

func (x *ExportAnalyzeQuery) String() string

type ExportOption

type ExportOption struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title     string                 `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	QueryType ExportOption_QueryType `` /* 139-byte string literal not displayed */
	// Types that are assignable to ExportQuery:
	//
	//	*ExportOption_SearchQuery
	//	*ExportOption_AnalyzeQuery
	ExportQuery isExportOption_ExportQuery `protobuf_oneof:"export_query"`
	// contains filtered or unexported fields
}

func (*ExportOption) Descriptor deprecated

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

Deprecated: Use ExportOption.ProtoReflect.Descriptor instead.

func (*ExportOption) GetAnalyzeQuery

func (x *ExportOption) GetAnalyzeQuery() *ExportAnalyzeQuery

func (*ExportOption) GetExportQuery

func (m *ExportOption) GetExportQuery() isExportOption_ExportQuery

func (*ExportOption) GetName

func (x *ExportOption) GetName() string

func (*ExportOption) GetQueryType

func (x *ExportOption) GetQueryType() ExportOption_QueryType

func (*ExportOption) GetSearchQuery

func (x *ExportOption) GetSearchQuery() *ExportSearchQuery

func (*ExportOption) GetTitle

func (x *ExportOption) GetTitle() string

func (*ExportOption) ProtoMessage

func (*ExportOption) ProtoMessage()

func (*ExportOption) ProtoReflect

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

func (*ExportOption) Reset

func (x *ExportOption) Reset()

func (*ExportOption) String

func (x *ExportOption) String() string

type ExportOption_AnalyzeQuery

type ExportOption_AnalyzeQuery struct {
	AnalyzeQuery *ExportAnalyzeQuery `protobuf:"bytes,13,opt,name=analyze_query,json=analyzeQuery,proto3,oneof"`
}

type ExportOption_QueryType

type ExportOption_QueryType int32
const (
	ExportOption_QUERY_TYPE_NONE ExportOption_QueryType = 0
	ExportOption_SEARCH          ExportOption_QueryType = 1
	ExportOption_ANALYZE         ExportOption_QueryType = 2
)

func (ExportOption_QueryType) Descriptor

func (ExportOption_QueryType) Enum

func (ExportOption_QueryType) EnumDescriptor deprecated

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

Deprecated: Use ExportOption_QueryType.Descriptor instead.

func (ExportOption_QueryType) Number

func (ExportOption_QueryType) String

func (x ExportOption_QueryType) String() string

func (ExportOption_QueryType) Type

type ExportOption_SearchQuery

type ExportOption_SearchQuery struct {
	SearchQuery *ExportSearchQuery `protobuf:"bytes,12,opt,name=search_query,json=searchQuery,proto3,oneof"`
}

type ExportSearchQuery

type ExportSearchQuery struct {
	Filter   []*Filter          `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	FilterOr []*Filter          `protobuf:"bytes,2,rep,name=filter_or,json=filterOr,proto3" json:"filter_or,omitempty"`
	Keyword  string             `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Sort     []*Sort            `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"`
	Fields   *_struct.ListValue `protobuf:"bytes,5,opt,name=fields,proto3" json:"fields,omitempty"`
	Unwind   *Unwind            `protobuf:"bytes,6,opt,name=unwind,proto3" json:"unwind,omitempty"`
	Page     *Page              `protobuf:"bytes,7,opt,name=page,proto3" json:"page,omitempty"`
	// contains filtered or unexported fields
}

func (*ExportSearchQuery) Descriptor deprecated

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

Deprecated: Use ExportSearchQuery.ProtoReflect.Descriptor instead.

func (*ExportSearchQuery) GetFields

func (x *ExportSearchQuery) GetFields() *_struct.ListValue

func (*ExportSearchQuery) GetFilter

func (x *ExportSearchQuery) GetFilter() []*Filter

func (*ExportSearchQuery) GetFilterOr

func (x *ExportSearchQuery) GetFilterOr() []*Filter

func (*ExportSearchQuery) GetKeyword

func (x *ExportSearchQuery) GetKeyword() string

func (*ExportSearchQuery) GetPage

func (x *ExportSearchQuery) GetPage() *Page

func (*ExportSearchQuery) GetSort

func (x *ExportSearchQuery) GetSort() []*Sort

func (*ExportSearchQuery) GetUnwind

func (x *ExportSearchQuery) GetUnwind() *Unwind

func (*ExportSearchQuery) ProtoMessage

func (*ExportSearchQuery) ProtoMessage()

func (*ExportSearchQuery) ProtoReflect

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

func (*ExportSearchQuery) Reset

func (x *ExportSearchQuery) Reset()

func (*ExportSearchQuery) String

func (x *ExportSearchQuery) String() string

type Filter

type Filter struct {

	// Types that are assignable to KeyAlias:
	//
	//	*Filter_Key
	//	*Filter_K
	KeyAlias isFilter_KeyAlias `protobuf_oneof:"key_alias"`
	// Types that are assignable to ValueAlias:
	//
	//	*Filter_Value
	//	*Filter_V
	ValueAlias isFilter_ValueAlias `protobuf_oneof:"value_alias"`
	// Types that are assignable to OperatorAlias:
	//
	//	*Filter_Operator
	//	*Filter_O
	OperatorAlias isFilter_OperatorAlias `protobuf_oneof:"operator_alias"`
	// contains filtered or unexported fields
}

func (*Filter) Descriptor deprecated

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetK

func (x *Filter) GetK() string

func (*Filter) GetKey

func (x *Filter) GetKey() string

func (*Filter) GetKeyAlias

func (m *Filter) GetKeyAlias() isFilter_KeyAlias

func (*Filter) GetO

func (x *Filter) GetO() string

func (*Filter) GetOperator

func (x *Filter) GetOperator() string

func (*Filter) GetOperatorAlias

func (m *Filter) GetOperatorAlias() isFilter_OperatorAlias

func (*Filter) GetV

func (x *Filter) GetV() *_struct.Value

func (*Filter) GetValue

func (x *Filter) GetValue() *_struct.Value

func (*Filter) GetValueAlias

func (m *Filter) GetValueAlias() isFilter_ValueAlias

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 Filter_K

type Filter_K struct {
	K string `protobuf:"bytes,2,opt,name=k,proto3,oneof"`
}

type Filter_Key

type Filter_Key struct {
	Key string `protobuf:"bytes,1,opt,name=key,proto3,oneof"`
}

type Filter_O

type Filter_O struct {
	O string `protobuf:"bytes,6,opt,name=o,proto3,oneof"`
}

type Filter_Operator

type Filter_Operator struct {
	Operator string `protobuf:"bytes,5,opt,name=operator,proto3,oneof"`
}

type Filter_V

type Filter_V struct {
	V *_struct.Value `protobuf:"bytes,4,opt,name=v,proto3,oneof"`
}

type Filter_Value

type Filter_Value struct {
	Value *_struct.Value `protobuf:"bytes,3,opt,name=value,proto3,oneof"`
}

type Page

type Page struct {
	Start uint32 `protobuf:"varint,1,opt,name=start,proto3" json:"start,omitempty"`
	Limit uint32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

func (*Page) Descriptor deprecated

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

Deprecated: Use Page.ProtoReflect.Descriptor instead.

func (*Page) GetLimit

func (x *Page) GetLimit() uint32

func (*Page) GetStart

func (x *Page) GetStart() uint32

func (*Page) ProtoMessage

func (*Page) ProtoMessage()

func (*Page) ProtoReflect

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

func (*Page) Reset

func (x *Page) Reset()

func (*Page) String

func (x *Page) String() string

type PluginInfo

type PluginInfo struct {
	PluginId    string                 `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"`
	Version     string                 `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	UpgradeMode PluginInfo_UpgradeMode `` /* 144-byte string literal not displayed */
	Options     *_struct.Struct        `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	Metadata    *_struct.Struct        `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	SchemaId    string                 `protobuf:"bytes,6,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	SecretId    string                 `protobuf:"bytes,7,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginInfo) Descriptor deprecated

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

Deprecated: Use PluginInfo.ProtoReflect.Descriptor instead.

func (*PluginInfo) GetMetadata

func (x *PluginInfo) GetMetadata() *_struct.Struct

func (*PluginInfo) GetOptions

func (x *PluginInfo) GetOptions() *_struct.Struct

func (*PluginInfo) GetPluginId

func (x *PluginInfo) GetPluginId() string

func (*PluginInfo) GetSchemaId

func (x *PluginInfo) GetSchemaId() string

func (*PluginInfo) GetSecretId

func (x *PluginInfo) GetSecretId() string

func (*PluginInfo) GetUpgradeMode

func (x *PluginInfo) GetUpgradeMode() PluginInfo_UpgradeMode

func (*PluginInfo) GetVersion

func (x *PluginInfo) GetVersion() string

func (*PluginInfo) ProtoMessage

func (*PluginInfo) ProtoMessage()

func (*PluginInfo) ProtoReflect

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

func (*PluginInfo) Reset

func (x *PluginInfo) Reset()

func (*PluginInfo) String

func (x *PluginInfo) String() string

type PluginInfo_UpgradeMode

type PluginInfo_UpgradeMode int32
const (
	PluginInfo_NONE   PluginInfo_UpgradeMode = 0
	PluginInfo_MANUAL PluginInfo_UpgradeMode = 1
	PluginInfo_AUTO   PluginInfo_UpgradeMode = 2
)

func (PluginInfo_UpgradeMode) Descriptor

func (PluginInfo_UpgradeMode) Enum

func (PluginInfo_UpgradeMode) EnumDescriptor deprecated

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

Deprecated: Use PluginInfo_UpgradeMode.Descriptor instead.

func (PluginInfo_UpgradeMode) Number

func (PluginInfo_UpgradeMode) String

func (x PluginInfo_UpgradeMode) String() string

func (PluginInfo_UpgradeMode) Type

type PluginRequest

type PluginRequest struct {
	PluginId    string                    `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"`
	Version     string                    `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	UpgradeMode PluginRequest_UpgradeMode `` /* 147-byte string literal not displayed */
	Options     *_struct.Struct           `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	SchemaId    string                    `protobuf:"bytes,5,opt,name=schema_id,json=schemaId,proto3" json:"schema_id,omitempty"`
	SecretData  *_struct.Struct           `protobuf:"bytes,6,opt,name=secret_data,json=secretData,proto3" json:"secret_data,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginRequest) Descriptor deprecated

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

Deprecated: Use PluginRequest.ProtoReflect.Descriptor instead.

func (*PluginRequest) GetOptions

func (x *PluginRequest) GetOptions() *_struct.Struct

func (*PluginRequest) GetPluginId

func (x *PluginRequest) GetPluginId() string

func (*PluginRequest) GetSchemaId

func (x *PluginRequest) GetSchemaId() string

func (*PluginRequest) GetSecretData

func (x *PluginRequest) GetSecretData() *_struct.Struct

func (*PluginRequest) GetUpgradeMode

func (x *PluginRequest) GetUpgradeMode() PluginRequest_UpgradeMode

func (*PluginRequest) GetVersion

func (x *PluginRequest) GetVersion() string

func (*PluginRequest) ProtoMessage

func (*PluginRequest) ProtoMessage()

func (*PluginRequest) ProtoReflect

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

func (*PluginRequest) Reset

func (x *PluginRequest) Reset()

func (*PluginRequest) String

func (x *PluginRequest) String() string

type PluginRequest_UpgradeMode

type PluginRequest_UpgradeMode int32
const (
	PluginRequest_NONE   PluginRequest_UpgradeMode = 0
	PluginRequest_MANUAL PluginRequest_UpgradeMode = 1
	PluginRequest_AUTO   PluginRequest_UpgradeMode = 2
)

func (PluginRequest_UpgradeMode) Descriptor

func (PluginRequest_UpgradeMode) Enum

func (PluginRequest_UpgradeMode) EnumDescriptor deprecated

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

Deprecated: Use PluginRequest_UpgradeMode.Descriptor instead.

func (PluginRequest_UpgradeMode) Number

func (PluginRequest_UpgradeMode) String

func (x PluginRequest_UpgradeMode) String() string

func (PluginRequest_UpgradeMode) Type

type Query

type Query struct {
	Filter    []*Filter `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	FilterOr  []*Filter `protobuf:"bytes,2,rep,name=filter_or,json=filterOr,proto3" json:"filter_or,omitempty"`
	Sort      []*Sort   `protobuf:"bytes,3,rep,name=sort,proto3" json:"sort,omitempty"`
	Page      *Page     `protobuf:"bytes,4,opt,name=page,proto3" json:"page,omitempty"`
	Minimal   bool      `protobuf:"varint,5,opt,name=minimal,proto3" json:"minimal,omitempty"`
	CountOnly bool      `protobuf:"varint,6,opt,name=count_only,json=countOnly,proto3" json:"count_only,omitempty"`
	Only      []string  `protobuf:"bytes,7,rep,name=only,proto3" json:"only,omitempty"`
	Keyword   string    `protobuf:"bytes,8,opt,name=keyword,proto3" json:"keyword,omitempty"`
	Unwind    *Unwind   `protobuf:"bytes,9,opt,name=unwind,proto3" json:"unwind,omitempty"`
	// contains filtered or unexported fields
}

func (*Query) Descriptor deprecated

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

Deprecated: Use Query.ProtoReflect.Descriptor instead.

func (*Query) GetCountOnly

func (x *Query) GetCountOnly() bool

func (*Query) GetFilter

func (x *Query) GetFilter() []*Filter

func (*Query) GetFilterOr

func (x *Query) GetFilterOr() []*Filter

func (*Query) GetKeyword

func (x *Query) GetKeyword() string

func (*Query) GetMinimal

func (x *Query) GetMinimal() bool

func (*Query) GetOnly

func (x *Query) GetOnly() []string

func (*Query) GetPage

func (x *Query) GetPage() *Page

func (*Query) GetSort

func (x *Query) GetSort() []*Sort

func (*Query) GetUnwind

func (x *Query) GetUnwind() *Unwind

func (*Query) ProtoMessage

func (*Query) ProtoMessage()

func (*Query) ProtoReflect

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

func (*Query) Reset

func (x *Query) Reset()

func (*Query) String

func (x *Query) String() string

type Sort

type Sort struct {
	Key  string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Desc bool   `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"`
	// contains filtered or unexported fields
}

func (*Sort) Descriptor deprecated

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

Deprecated: Use Sort.ProtoReflect.Descriptor instead.

func (*Sort) GetDesc

func (x *Sort) GetDesc() bool

func (*Sort) GetKey

func (x *Sort) GetKey() string

func (*Sort) ProtoMessage

func (*Sort) ProtoMessage()

func (*Sort) ProtoReflect

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

func (*Sort) Reset

func (x *Sort) Reset()

func (*Sort) String

func (x *Sort) String() string

type StatisticsAggregate

type StatisticsAggregate struct {

	// Types that are assignable to AggregateAlias:
	//
	//	*StatisticsAggregate_Unwind
	//	*StatisticsAggregate_Group
	//	*StatisticsAggregate_Count
	//	*StatisticsAggregate_Sort
	//	*StatisticsAggregate_Project
	//	*StatisticsAggregate_Limit
	//	*StatisticsAggregate_Skip
	AggregateAlias isStatisticsAggregate_AggregateAlias `protobuf_oneof:"aggregate_alias"`
	// contains filtered or unexported fields
}

func (*StatisticsAggregate) Descriptor deprecated

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

Deprecated: Use StatisticsAggregate.ProtoReflect.Descriptor instead.

func (*StatisticsAggregate) GetAggregateAlias

func (m *StatisticsAggregate) GetAggregateAlias() isStatisticsAggregate_AggregateAlias

func (*StatisticsAggregate) GetCount

func (x *StatisticsAggregate) GetCount() *AggregateCount

func (*StatisticsAggregate) GetGroup

func (x *StatisticsAggregate) GetGroup() *AggregateGroup

func (*StatisticsAggregate) GetLimit

func (x *StatisticsAggregate) GetLimit() int32

func (*StatisticsAggregate) GetProject

func (x *StatisticsAggregate) GetProject() *AggregateProject

func (*StatisticsAggregate) GetSkip

func (x *StatisticsAggregate) GetSkip() int32

func (*StatisticsAggregate) GetSort

func (x *StatisticsAggregate) GetSort() *_struct.ListValue

func (*StatisticsAggregate) GetUnwind

func (x *StatisticsAggregate) GetUnwind() *AggregateUnwind

func (*StatisticsAggregate) ProtoMessage

func (*StatisticsAggregate) ProtoMessage()

func (*StatisticsAggregate) ProtoReflect

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

func (*StatisticsAggregate) Reset

func (x *StatisticsAggregate) Reset()

func (*StatisticsAggregate) String

func (x *StatisticsAggregate) String() string

type StatisticsAggregate_Count

type StatisticsAggregate_Count struct {
	Count *AggregateCount `protobuf:"bytes,3,opt,name=count,proto3,oneof"`
}

type StatisticsAggregate_Group

type StatisticsAggregate_Group struct {
	Group *AggregateGroup `protobuf:"bytes,2,opt,name=group,proto3,oneof"`
}

type StatisticsAggregate_Limit

type StatisticsAggregate_Limit struct {
	Limit int32 `protobuf:"varint,6,opt,name=limit,proto3,oneof"`
}

type StatisticsAggregate_Project

type StatisticsAggregate_Project struct {
	Project *AggregateProject `protobuf:"bytes,5,opt,name=project,proto3,oneof"`
}

type StatisticsAggregate_Skip

type StatisticsAggregate_Skip struct {
	Skip int32 `protobuf:"varint,7,opt,name=skip,proto3,oneof"`
}

type StatisticsAggregate_Sort

type StatisticsAggregate_Sort struct {
	Sort *_struct.ListValue `protobuf:"bytes,4,opt,name=sort,proto3,oneof"`
}

type StatisticsAggregate_Unwind

type StatisticsAggregate_Unwind struct {
	Unwind *AggregateUnwind `protobuf:"bytes,1,opt,name=unwind,proto3,oneof"`
}

type StatisticsQuery

type StatisticsQuery struct {
	Filter    []*Filter              `protobuf:"bytes,1,rep,name=filter,proto3" json:"filter,omitempty"`
	FilterOr  []*Filter              `protobuf:"bytes,2,rep,name=filter_or,json=filterOr,proto3" json:"filter_or,omitempty"`
	Aggregate []*StatisticsAggregate `protobuf:"bytes,3,rep,name=aggregate,proto3" json:"aggregate,omitempty"`
	Page      *Page                  `protobuf:"bytes,4,opt,name=page,proto3" json:"page,omitempty"`
	Distinct  string                 `protobuf:"bytes,5,opt,name=distinct,proto3" json:"distinct,omitempty"`
	Keyword   string                 `protobuf:"bytes,6,opt,name=keyword,proto3" json:"keyword,omitempty"`
	// contains filtered or unexported fields
}

func (*StatisticsQuery) Descriptor deprecated

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

Deprecated: Use StatisticsQuery.ProtoReflect.Descriptor instead.

func (*StatisticsQuery) GetAggregate

func (x *StatisticsQuery) GetAggregate() []*StatisticsAggregate

func (*StatisticsQuery) GetDistinct

func (x *StatisticsQuery) GetDistinct() string

func (*StatisticsQuery) GetFilter

func (x *StatisticsQuery) GetFilter() []*Filter

func (*StatisticsQuery) GetFilterOr

func (x *StatisticsQuery) GetFilterOr() []*Filter

func (*StatisticsQuery) GetKeyword

func (x *StatisticsQuery) GetKeyword() string

func (*StatisticsQuery) GetPage

func (x *StatisticsQuery) GetPage() *Page

func (*StatisticsQuery) ProtoMessage

func (*StatisticsQuery) ProtoMessage()

func (*StatisticsQuery) ProtoReflect

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

func (*StatisticsQuery) Reset

func (x *StatisticsQuery) Reset()

func (*StatisticsQuery) String

func (x *StatisticsQuery) String() string

type TimeSeriesAnalyzeQuery

type TimeSeriesAnalyzeQuery struct {
	Granularity TimeSeriesAnalyzeQuery_Granularity `` /* 137-byte string literal not displayed */
	Start       string                             `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"`
	End         string                             `protobuf:"bytes,3,opt,name=end,proto3" json:"end,omitempty"`
	GroupBy     *_struct.ListValue                 `protobuf:"bytes,4,opt,name=group_by,json=groupBy,proto3" json:"group_by,omitempty"`
	FieldGroup  []string                           `protobuf:"bytes,5,rep,name=field_group,json=fieldGroup,proto3" json:"field_group,omitempty"`
	Filter      []*Filter                          `protobuf:"bytes,6,rep,name=filter,proto3" json:"filter,omitempty"`
	FilterOr    []*Filter                          `protobuf:"bytes,7,rep,name=filter_or,json=filterOr,proto3" json:"filter_or,omitempty"`
	Page        *Page                              `protobuf:"bytes,8,opt,name=page,proto3" json:"page,omitempty"`
	Sort        []*Sort                            `protobuf:"bytes,9,rep,name=sort,proto3" json:"sort,omitempty"`
	Fields      *_struct.Struct                    `protobuf:"bytes,10,opt,name=fields,proto3" json:"fields,omitempty"`
	Select      *_struct.Struct                    `protobuf:"bytes,11,opt,name=select,proto3" json:"select,omitempty"`
	Keyword     string                             `protobuf:"bytes,12,opt,name=keyword,proto3" json:"keyword,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeSeriesAnalyzeQuery) Descriptor deprecated

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

Deprecated: Use TimeSeriesAnalyzeQuery.ProtoReflect.Descriptor instead.

func (*TimeSeriesAnalyzeQuery) GetEnd

func (x *TimeSeriesAnalyzeQuery) GetEnd() string

func (*TimeSeriesAnalyzeQuery) GetFieldGroup

func (x *TimeSeriesAnalyzeQuery) GetFieldGroup() []string

func (*TimeSeriesAnalyzeQuery) GetFields

func (x *TimeSeriesAnalyzeQuery) GetFields() *_struct.Struct

func (*TimeSeriesAnalyzeQuery) GetFilter

func (x *TimeSeriesAnalyzeQuery) GetFilter() []*Filter

func (*TimeSeriesAnalyzeQuery) GetFilterOr

func (x *TimeSeriesAnalyzeQuery) GetFilterOr() []*Filter

func (*TimeSeriesAnalyzeQuery) GetGranularity

func (*TimeSeriesAnalyzeQuery) GetGroupBy

func (x *TimeSeriesAnalyzeQuery) GetGroupBy() *_struct.ListValue

func (*TimeSeriesAnalyzeQuery) GetKeyword

func (x *TimeSeriesAnalyzeQuery) GetKeyword() string

func (*TimeSeriesAnalyzeQuery) GetPage

func (x *TimeSeriesAnalyzeQuery) GetPage() *Page

func (*TimeSeriesAnalyzeQuery) GetSelect

func (x *TimeSeriesAnalyzeQuery) GetSelect() *_struct.Struct

func (*TimeSeriesAnalyzeQuery) GetSort

func (x *TimeSeriesAnalyzeQuery) GetSort() []*Sort

func (*TimeSeriesAnalyzeQuery) GetStart

func (x *TimeSeriesAnalyzeQuery) GetStart() string

func (*TimeSeriesAnalyzeQuery) ProtoMessage

func (*TimeSeriesAnalyzeQuery) ProtoMessage()

func (*TimeSeriesAnalyzeQuery) ProtoReflect

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

func (*TimeSeriesAnalyzeQuery) Reset

func (x *TimeSeriesAnalyzeQuery) Reset()

func (*TimeSeriesAnalyzeQuery) String

func (x *TimeSeriesAnalyzeQuery) String() string

type TimeSeriesAnalyzeQuery_Granularity

type TimeSeriesAnalyzeQuery_Granularity int32
const (
	TimeSeriesAnalyzeQuery_GRANULARITY_NONE TimeSeriesAnalyzeQuery_Granularity = 0
	TimeSeriesAnalyzeQuery_DAILY            TimeSeriesAnalyzeQuery_Granularity = 1
	TimeSeriesAnalyzeQuery_MONTHLY          TimeSeriesAnalyzeQuery_Granularity = 2
	TimeSeriesAnalyzeQuery_YEARLY           TimeSeriesAnalyzeQuery_Granularity = 3
)

func (TimeSeriesAnalyzeQuery_Granularity) Descriptor

func (TimeSeriesAnalyzeQuery_Granularity) Enum

func (TimeSeriesAnalyzeQuery_Granularity) EnumDescriptor deprecated

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

Deprecated: Use TimeSeriesAnalyzeQuery_Granularity.Descriptor instead.

func (TimeSeriesAnalyzeQuery_Granularity) Number

func (TimeSeriesAnalyzeQuery_Granularity) String

func (TimeSeriesAnalyzeQuery_Granularity) Type

type Unwind

type Unwind struct {
	Path   string    `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Filter []*Filter `protobuf:"bytes,2,rep,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*Unwind) Descriptor deprecated

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

Deprecated: Use Unwind.ProtoReflect.Descriptor instead.

func (*Unwind) GetFilter

func (x *Unwind) GetFilter() []*Filter

func (*Unwind) GetPath

func (x *Unwind) GetPath() string

func (*Unwind) ProtoMessage

func (*Unwind) ProtoMessage()

func (*Unwind) ProtoReflect

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

func (*Unwind) Reset

func (x *Unwind) Reset()

func (*Unwind) String

func (x *Unwind) String() string

Jump to

Keyboard shortcuts

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