v1

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: 10 Imported by: 16

Documentation

Index

Constants

View Source
const (
	ServerInfo_GetVersion_FullMethodName = "/spaceone.api.core.v1.ServerInfo/get_version"
)

Variables

View Source
var (
	AuthorizationRequest_Scope_name = map[int32]string{
		0: "NONE",
		1: "SYSTEM",
		2: "DOMAIN",
		3: "PROJECT",
		4: "USER",
		5: "PUBLIC",
		6: "PUBLIC_OR_DOMAIN",
		7: "DOMAIN_OR_PROJECT",
	}
	AuthorizationRequest_Scope_value = map[string]int32{
		"NONE":              0,
		"SYSTEM":            1,
		"DOMAIN":            2,
		"PROJECT":           3,
		"USER":              4,
		"PUBLIC":            5,
		"PUBLIC_OR_DOMAIN":  6,
		"DOMAIN_OR_PROJECT": 7,
	}
)

Enum value maps for AuthorizationRequest_Scope.

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_v1_handler_proto protoreflect.FileDescriptor
View Source
var File_spaceone_api_core_v1_query_proto protoreflect.FileDescriptor
View Source
var File_spaceone_api_core_v1_server_info_proto protoreflect.FileDescriptor
View Source
var ServerInfo_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "spaceone.api.core.v1.ServerInfo",
	HandlerType: (*ServerInfoServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "get_version",
			Handler:    _ServerInfo_GetVersion_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "spaceone/api/core/v1/server_info.proto",
}

ServerInfo_ServiceDesc is the grpc.ServiceDesc for ServerInfo service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterServerInfoServer

func RegisterServerInfoServer(s grpc.ServiceRegistrar, srv ServerInfoServer)

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 AggregateSort

type AggregateSort 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"`
	Keys []*SortKey `protobuf:"bytes,3,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*AggregateSort) Descriptor deprecated

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

Deprecated: Use AggregateSort.ProtoReflect.Descriptor instead.

func (*AggregateSort) GetDesc

func (x *AggregateSort) GetDesc() bool

func (*AggregateSort) GetKey

func (x *AggregateSort) GetKey() string

func (*AggregateSort) GetKeys

func (x *AggregateSort) GetKeys() []*SortKey

func (*AggregateSort) ProtoMessage

func (*AggregateSort) ProtoMessage()

func (*AggregateSort) ProtoReflect

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

func (*AggregateSort) Reset

func (x *AggregateSort) Reset()

func (*AggregateSort) String

func (x *AggregateSort) String() string

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    []string        `protobuf:"bytes,1,rep,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       []*SortKey      `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() []string

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() []*SortKey

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 AuthorizationRequest

type AuthorizationRequest 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"`
	Scope                 AuthorizationRequest_Scope `protobuf:"varint,4,opt,name=scope,proto3,enum=spaceone.api.core.v1.AuthorizationRequest_Scope" json:"scope,omitempty"`
	DomainId              string                     `protobuf:"bytes,5,opt,name=domain_id,json=domainId,proto3" json:"domain_id,omitempty"`
	ProjectId             string                     `protobuf:"bytes,6,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ProjectGroupId        string                     `protobuf:"bytes,7,opt,name=project_group_id,json=projectGroupId,proto3" json:"project_group_id,omitempty"`
	UserId                string                     `protobuf:"bytes,8,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RequireProjectId      bool                       `protobuf:"varint,9,opt,name=require_project_id,json=requireProjectId,proto3" json:"require_project_id,omitempty"`
	RequireProjectGroupId bool                       `` /* 130-byte string literal not displayed */
	RequireUserId         bool                       `protobuf:"varint,11,opt,name=require_user_id,json=requireUserId,proto3" json:"require_user_id,omitempty"`
	RequireDomainId       bool                       `protobuf:"varint,12,opt,name=require_domain_id,json=requireDomainId,proto3" json:"require_domain_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationRequest) Descriptor deprecated

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

Deprecated: Use AuthorizationRequest.ProtoReflect.Descriptor instead.

func (*AuthorizationRequest) GetDomainId

func (x *AuthorizationRequest) GetDomainId() string

func (*AuthorizationRequest) GetProjectGroupId

func (x *AuthorizationRequest) GetProjectGroupId() string

func (*AuthorizationRequest) GetProjectId

func (x *AuthorizationRequest) GetProjectId() string

func (*AuthorizationRequest) GetRequireDomainId

func (x *AuthorizationRequest) GetRequireDomainId() bool

func (*AuthorizationRequest) GetRequireProjectGroupId

func (x *AuthorizationRequest) GetRequireProjectGroupId() bool

func (*AuthorizationRequest) GetRequireProjectId

func (x *AuthorizationRequest) GetRequireProjectId() bool

func (*AuthorizationRequest) GetRequireUserId

func (x *AuthorizationRequest) GetRequireUserId() bool

func (*AuthorizationRequest) GetResource

func (x *AuthorizationRequest) GetResource() string

func (*AuthorizationRequest) GetScope

func (*AuthorizationRequest) GetService

func (x *AuthorizationRequest) GetService() string

func (*AuthorizationRequest) GetUserId

func (x *AuthorizationRequest) GetUserId() string

func (*AuthorizationRequest) GetVerb

func (x *AuthorizationRequest) GetVerb() string

func (*AuthorizationRequest) ProtoMessage

func (*AuthorizationRequest) ProtoMessage()

func (*AuthorizationRequest) ProtoReflect

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

func (*AuthorizationRequest) Reset

func (x *AuthorizationRequest) Reset()

func (*AuthorizationRequest) String

func (x *AuthorizationRequest) String() string

type AuthorizationRequest_Scope

type AuthorizationRequest_Scope int32
const (
	AuthorizationRequest_NONE              AuthorizationRequest_Scope = 0
	AuthorizationRequest_SYSTEM            AuthorizationRequest_Scope = 1
	AuthorizationRequest_DOMAIN            AuthorizationRequest_Scope = 2
	AuthorizationRequest_PROJECT           AuthorizationRequest_Scope = 3
	AuthorizationRequest_USER              AuthorizationRequest_Scope = 4
	AuthorizationRequest_PUBLIC            AuthorizationRequest_Scope = 5
	AuthorizationRequest_PUBLIC_OR_DOMAIN  AuthorizationRequest_Scope = 6
	AuthorizationRequest_DOMAIN_OR_PROJECT AuthorizationRequest_Scope = 7
)

func (AuthorizationRequest_Scope) Descriptor

func (AuthorizationRequest_Scope) Enum

func (AuthorizationRequest_Scope) EnumDescriptor deprecated

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

Deprecated: Use AuthorizationRequest_Scope.Descriptor instead.

func (AuthorizationRequest_Scope) Number

func (AuthorizationRequest_Scope) String

func (AuthorizationRequest_Scope) Type

type AuthorizationResponse

type AuthorizationResponse struct {
	RoleType      string   `protobuf:"bytes,1,opt,name=role_type,json=roleType,proto3" json:"role_type,omitempty"`
	Projects      []string `protobuf:"bytes,2,rep,name=projects,proto3" json:"projects,omitempty"`
	ProjectGroups []string `protobuf:"bytes,3,rep,name=project_groups,json=projectGroups,proto3" json:"project_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizationResponse) Descriptor deprecated

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

Deprecated: Use AuthorizationResponse.ProtoReflect.Descriptor instead.

func (*AuthorizationResponse) GetProjectGroups

func (x *AuthorizationResponse) GetProjectGroups() []string

func (*AuthorizationResponse) GetProjects

func (x *AuthorizationResponse) GetProjects() []string

func (*AuthorizationResponse) GetRoleType

func (x *AuthorizationResponse) GetRoleType() string

func (*AuthorizationResponse) ProtoMessage

func (*AuthorizationResponse) ProtoMessage()

func (*AuthorizationResponse) ProtoReflect

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

func (*AuthorizationResponse) Reset

func (x *AuthorizationResponse) Reset()

func (*AuthorizationResponse) String

func (x *AuthorizationResponse) 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     []*SortKey      `protobuf:"bytes,4,rep,name=sort,proto3" json:"sort,omitempty"`
	GroupBy  []string        `protobuf:"bytes,5,rep,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() []string

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() []*SortKey

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     []*SortKey         `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() []*SortKey

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 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,opt,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 ServerInfoClient

type ServerInfoClient interface {
	GetVersion(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*VersionInfo, error)
}

ServerInfoClient is the client API for ServerInfo service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewServerInfoClient

func NewServerInfoClient(cc grpc.ClientConnInterface) ServerInfoClient

type ServerInfoServer

type ServerInfoServer interface {
	GetVersion(context.Context, *empty.Empty) (*VersionInfo, error)
	// contains filtered or unexported methods
}

ServerInfoServer is the server API for ServerInfo service. All implementations must embed UnimplementedServerInfoServer for forward compatibility

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"`
	Keys []*SortKey `protobuf:"bytes,3,rep,name=keys,proto3" json:"keys,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) GetKeys

func (x *Sort) GetKeys() []*SortKey

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 SortKey

type SortKey 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 (*SortKey) Descriptor deprecated

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

Deprecated: Use SortKey.ProtoReflect.Descriptor instead.

func (*SortKey) GetDesc

func (x *SortKey) GetDesc() bool

func (*SortKey) GetKey

func (x *SortKey) GetKey() string

func (*SortKey) ProtoMessage

func (*SortKey) ProtoMessage()

func (*SortKey) ProtoReflect

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

func (*SortKey) Reset

func (x *SortKey) Reset()

func (*SortKey) String

func (x *SortKey) 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() *AggregateSort

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 *AggregateSort `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     []string                           `protobuf:"bytes,4,rep,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        []*SortKey                         `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() []string

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() []*SortKey

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 UnimplementedServerInfoServer

type UnimplementedServerInfoServer struct {
}

UnimplementedServerInfoServer must be embedded to have forward compatible implementations.

func (UnimplementedServerInfoServer) GetVersion

type UnsafeServerInfoServer

type UnsafeServerInfoServer interface {
	// contains filtered or unexported methods
}

UnsafeServerInfoServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ServerInfoServer will result in compilation errors.

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

type VersionInfo

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

func (*VersionInfo) Descriptor deprecated

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

Deprecated: Use VersionInfo.ProtoReflect.Descriptor instead.

func (*VersionInfo) GetVersion

func (x *VersionInfo) GetVersion() string

func (*VersionInfo) ProtoMessage

func (*VersionInfo) ProtoMessage()

func (*VersionInfo) ProtoReflect

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

func (*VersionInfo) Reset

func (x *VersionInfo) Reset()

func (*VersionInfo) String

func (x *VersionInfo) String() string

Jump to

Keyboard shortcuts

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