customfeature

package
v0.0.0-...-f3e39e2 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2023 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	FeatureItem_FeatureTypeValue_name = map[int32]string{
		0: "INVALID",
		1: "INT4",
		2: "INT8",
		3: "INT32",
		4: "FLOAT32",
		5: "FLOAT64",
	}
	FeatureItem_FeatureTypeValue_value = map[string]int32{
		"INVALID": 0,
		"INT4":    1,
		"INT8":    2,
		"INT32":   3,
		"FLOAT32": 4,
		"FLOAT64": 5,
	}
)

Enum value maps for FeatureItem_FeatureTypeValue.

View Source
var CustomFeatureServer_ServiceDesc = server.ServiceDesc{
	ServiceName: "trpc.media.customfeature.CustomFeature",
	HandlerType: ((*CustomFeatureService)(nil)),
	Methods: []server.Method{
		{
			Name: "/DescribeTextCategories",
			Func: CustomFeatureService_DescribeTextCategories_Handler,
		},
		{
			Name: "/CreateCustomText",
			Func: CustomFeatureService_CreateCustomText_Handler,
		},
		{
			Name: "/ModifyCustomText",
			Func: CustomFeatureService_ModifyCustomText_Handler,
		},
		{
			Name: "/DescribeCustomTexts",
			Func: CustomFeatureService_DescribeCustomTexts_Handler,
		},
		{
			Name: "/DescribeLastUpdateTime",
			Func: CustomFeatureService_DescribeLastUpdateTime_Handler,
		},
		{
			Name: "/DeleteCustomText",
			Func: CustomFeatureService_DeleteCustomText_Handler,
		},
		{
			Name: "/CreateFeature",
			Func: CustomFeatureService_CreateFeature_Handler,
		},
		{
			Name: "/ModifyFeature",
			Func: CustomFeatureService_ModifyFeature_Handler,
		},
		{
			Name: "/DescribeFeatures",
			Func: CustomFeatureService_DescribeFeatures_Handler,
		},
		{
			Name: "/DeleteFeature",
			Func: CustomFeatureService_DeleteFeature_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/DescribeTextCategories",
			Func: CustomFeatureService_DescribeTextCategories_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/CreateCustomText",
			Func: CustomFeatureService_CreateCustomText_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/ModifyCustomText",
			Func: CustomFeatureService_ModifyCustomText_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/DescribeCustomTexts",
			Func: CustomFeatureService_DescribeCustomTexts_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/DescribeLastUpdateTime",
			Func: CustomFeatureService_DescribeLastUpdateTime_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/DeleteCustomText",
			Func: CustomFeatureService_DeleteCustomText_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/CreateFeature",
			Func: CustomFeatureService_CreateFeature_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/ModifyFeature",
			Func: CustomFeatureService_ModifyFeature_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/DescribeFeatures",
			Func: CustomFeatureService_DescribeFeatures_Handler,
		},
		{
			Name: "/trpc.media.customfeature.CustomFeature/DeleteFeature",
			Func: CustomFeatureService_DeleteFeature_Handler,
		},
	},
}

CustomFeatureServer_ServiceDesc descriptor for server.RegisterService.

View Source
var File_custom_feature_proto protoreflect.FileDescriptor
View Source
var NewCustomFeatureClientProxy = func(opts ...client.Option) CustomFeatureClientProxy {
	return &CustomFeatureClientProxyImpl{client: client.DefaultClient, opts: opts}
}

Functions

func CustomFeatureService_CreateCustomText_Handler

func CustomFeatureService_CreateCustomText_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func CustomFeatureService_CreateFeature_Handler

func CustomFeatureService_CreateFeature_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func CustomFeatureService_DeleteCustomText_Handler

func CustomFeatureService_DeleteCustomText_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func CustomFeatureService_DeleteFeature_Handler

func CustomFeatureService_DeleteFeature_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func CustomFeatureService_DescribeCustomTexts_Handler

func CustomFeatureService_DescribeCustomTexts_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func CustomFeatureService_DescribeFeatures_Handler

func CustomFeatureService_DescribeFeatures_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func CustomFeatureService_DescribeLastUpdateTime_Handler

func CustomFeatureService_DescribeLastUpdateTime_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func CustomFeatureService_DescribeTextCategories_Handler

func CustomFeatureService_DescribeTextCategories_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func CustomFeatureService_ModifyCustomText_Handler

func CustomFeatureService_ModifyCustomText_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func CustomFeatureService_ModifyFeature_Handler

func CustomFeatureService_ModifyFeature_Handler(svr interface{}, ctx context.Context, f server.FilterFunc) (interface{}, error)

func RegisterCustomFeatureService

func RegisterCustomFeatureService(s server.Service, svr CustomFeatureService)

RegisterCustomFeatureService registers service.

Types

type CreateCustomTextRequest

type CreateCustomTextRequest struct {
	ApiModule  string          `protobuf:"bytes,1,opt,name=ApiModule,proto3" json:"ApiModule,omitempty"`
	CustomText *CustomTextItem `protobuf:"bytes,2,opt,name=CustomText,proto3" json:"CustomText,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCustomTextRequest) Descriptor deprecated

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

Deprecated: Use CreateCustomTextRequest.ProtoReflect.Descriptor instead.

func (*CreateCustomTextRequest) GetApiModule

func (x *CreateCustomTextRequest) GetApiModule() string

func (*CreateCustomTextRequest) GetCustomText

func (x *CreateCustomTextRequest) GetCustomText() *CustomTextItem

func (*CreateCustomTextRequest) ProtoMessage

func (*CreateCustomTextRequest) ProtoMessage()

func (*CreateCustomTextRequest) ProtoReflect

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

func (*CreateCustomTextRequest) Reset

func (x *CreateCustomTextRequest) Reset()

func (*CreateCustomTextRequest) String

func (x *CreateCustomTextRequest) String() string

type CreateCustomTextResponse

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

func (*CreateCustomTextResponse) Descriptor deprecated

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

Deprecated: Use CreateCustomTextResponse.ProtoReflect.Descriptor instead.

func (*CreateCustomTextResponse) GetTextId

func (x *CreateCustomTextResponse) GetTextId() string

func (*CreateCustomTextResponse) ProtoMessage

func (*CreateCustomTextResponse) ProtoMessage()

func (*CreateCustomTextResponse) ProtoReflect

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

func (*CreateCustomTextResponse) Reset

func (x *CreateCustomTextResponse) Reset()

func (*CreateCustomTextResponse) String

func (x *CreateCustomTextResponse) String() string

type CreateFeatureRequest

type CreateFeatureRequest struct {
	ApiModule string       `protobuf:"bytes,1,opt,name=ApiModule,proto3" json:"ApiModule,omitempty"`
	Feature   *FeatureItem `protobuf:"bytes,2,opt,name=Feature,proto3" json:"Feature,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFeatureRequest) Descriptor deprecated

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

Deprecated: Use CreateFeatureRequest.ProtoReflect.Descriptor instead.

func (*CreateFeatureRequest) GetApiModule

func (x *CreateFeatureRequest) GetApiModule() string

func (*CreateFeatureRequest) GetFeature

func (x *CreateFeatureRequest) GetFeature() *FeatureItem

func (*CreateFeatureRequest) ProtoMessage

func (*CreateFeatureRequest) ProtoMessage()

func (*CreateFeatureRequest) ProtoReflect

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

func (*CreateFeatureRequest) Reset

func (x *CreateFeatureRequest) Reset()

func (*CreateFeatureRequest) String

func (x *CreateFeatureRequest) String() string

type CreateFeatureResponse

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

func (*CreateFeatureResponse) Descriptor deprecated

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

Deprecated: Use CreateFeatureResponse.ProtoReflect.Descriptor instead.

func (*CreateFeatureResponse) GetFeatureId

func (x *CreateFeatureResponse) GetFeatureId() string

func (*CreateFeatureResponse) ProtoMessage

func (*CreateFeatureResponse) ProtoMessage()

func (*CreateFeatureResponse) ProtoReflect

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

func (*CreateFeatureResponse) Reset

func (x *CreateFeatureResponse) Reset()

func (*CreateFeatureResponse) String

func (x *CreateFeatureResponse) String() string

type CustomFeatureClientProxy

type CustomFeatureClientProxy interface {
	// DescribeTextCategories 自定义文本标签相关接口
	DescribeTextCategories(ctx context.Context, req *DescribeTextCategoriesRequest, opts ...client.Option) (rsp *DescribeTextCategoriesResponse, err error) // @alias=/DescribeTextCategories

	CreateCustomText(ctx context.Context, req *CreateCustomTextRequest, opts ...client.Option) (rsp *CreateCustomTextResponse, err error) // @alias=/CreateCustomText

	ModifyCustomText(ctx context.Context, req *ModifyCustomTextRequest, opts ...client.Option) (rsp *ModifyCustomTextResponse, err error) // @alias=/ModifyCustomText

	DescribeCustomTexts(ctx context.Context, req *DescribeCustomTextsRequest, opts ...client.Option) (rsp *DescribeCustomTextsResponse, err error) // @alias=/DescribeCustomTexts

	DescribeLastUpdateTime(ctx context.Context, req *DescribeLastUpdateTimeRequest, opts ...client.Option) (rsp *DescribeLastUpdateTimeResponse, err error) // @alias=/DescribeLastUpdateTime

	DeleteCustomText(ctx context.Context, req *DeleteCustomTextRequest, opts ...client.Option) (rsp *DeleteCustomTextResponse, err error) // @alias=/DeleteCustomText
	// CreateFeature 特征相关接口
	CreateFeature(ctx context.Context, req *CreateFeatureRequest, opts ...client.Option) (rsp *CreateFeatureResponse, err error) // @alias=/CreateFeature

	ModifyFeature(ctx context.Context, req *ModifyFeatureRequest, opts ...client.Option) (rsp *ModifyFeatureResponse, err error) // @alias=/ModifyFeature

	DescribeFeatures(ctx context.Context, req *DescribeFeaturesRequest, opts ...client.Option) (rsp *DescribeFeaturesResponse, err error) // @alias=/DescribeFeatures

	DeleteFeature(ctx context.Context, req *DeleteFeatureRequest, opts ...client.Option) (rsp *DeleteFeatureResponse, err error) // @alias=/DeleteFeature
}

CustomFeatureClientProxy defines service client proxy

type CustomFeatureClientProxyImpl

type CustomFeatureClientProxyImpl struct {
	// contains filtered or unexported fields
}

func (*CustomFeatureClientProxyImpl) CreateCustomText

func (*CustomFeatureClientProxyImpl) CreateFeature

func (*CustomFeatureClientProxyImpl) DeleteCustomText

func (*CustomFeatureClientProxyImpl) DeleteFeature

func (*CustomFeatureClientProxyImpl) DescribeCustomTexts

func (*CustomFeatureClientProxyImpl) DescribeFeatures

func (*CustomFeatureClientProxyImpl) DescribeLastUpdateTime

func (*CustomFeatureClientProxyImpl) DescribeTextCategories

func (*CustomFeatureClientProxyImpl) ModifyCustomText

func (*CustomFeatureClientProxyImpl) ModifyFeature

type CustomFeatureService

type CustomFeatureService interface {
	// DescribeTextCategories 自定义文本标签相关接口
	DescribeTextCategories(ctx context.Context, req *DescribeTextCategoriesRequest, rsp *DescribeTextCategoriesResponse) (err error) // @alias=/DescribeTextCategories

	CreateCustomText(ctx context.Context, req *CreateCustomTextRequest, rsp *CreateCustomTextResponse) (err error) // @alias=/CreateCustomText

	ModifyCustomText(ctx context.Context, req *ModifyCustomTextRequest, rsp *ModifyCustomTextResponse) (err error) // @alias=/ModifyCustomText

	DescribeCustomTexts(ctx context.Context, req *DescribeCustomTextsRequest, rsp *DescribeCustomTextsResponse) (err error) // @alias=/DescribeCustomTexts

	DescribeLastUpdateTime(ctx context.Context, req *DescribeLastUpdateTimeRequest, rsp *DescribeLastUpdateTimeResponse) (err error) // @alias=/DescribeLastUpdateTime

	DeleteCustomText(ctx context.Context, req *DeleteCustomTextRequest, rsp *DeleteCustomTextResponse) (err error) // @alias=/DeleteCustomText
	// CreateFeature 特征相关接口
	CreateFeature(ctx context.Context, req *CreateFeatureRequest, rsp *CreateFeatureResponse) (err error) // @alias=/CreateFeature

	ModifyFeature(ctx context.Context, req *ModifyFeatureRequest, rsp *ModifyFeatureResponse) (err error) // @alias=/ModifyFeature

	DescribeFeatures(ctx context.Context, req *DescribeFeaturesRequest, rsp *DescribeFeaturesResponse) (err error) // @alias=/DescribeFeatures

	DeleteFeature(ctx context.Context, req *DeleteFeatureRequest, rsp *DeleteFeatureResponse) (err error) // @alias=/DeleteFeature
}

CustomFeatureService defines service.

type CustomTextItem

type CustomTextItem struct {
	TextId        string `protobuf:"bytes,1,opt,name=TextId,proto3" json:"TextId,omitempty"`
	Text          string `protobuf:"bytes,2,opt,name=Text,proto3" json:"Text,omitempty"`
	L1LabelName   string `protobuf:"bytes,3,opt,name=L1LabelName,proto3" json:"L1LabelName,omitempty"`
	L2LabelName   string `protobuf:"bytes,4,opt,name=L2LabelName,proto3" json:"L2LabelName,omitempty"`
	Blacked       string `protobuf:"bytes,5,opt,name=Blacked,proto3" json:"Blacked,omitempty"`
	CreateTime    string `protobuf:"bytes,6,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
	EffectiveTime string `protobuf:"bytes,7,opt,name=EffectiveTime,proto3" json:"EffectiveTime,omitempty"`
	// contains filtered or unexported fields
}

func (*CustomTextItem) Descriptor deprecated

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

Deprecated: Use CustomTextItem.ProtoReflect.Descriptor instead.

func (*CustomTextItem) GetBlacked

func (x *CustomTextItem) GetBlacked() string

func (*CustomTextItem) GetCreateTime

func (x *CustomTextItem) GetCreateTime() string

func (*CustomTextItem) GetEffectiveTime

func (x *CustomTextItem) GetEffectiveTime() string

func (*CustomTextItem) GetL1LabelName

func (x *CustomTextItem) GetL1LabelName() string

func (*CustomTextItem) GetL2LabelName

func (x *CustomTextItem) GetL2LabelName() string

func (*CustomTextItem) GetText

func (x *CustomTextItem) GetText() string

func (*CustomTextItem) GetTextId

func (x *CustomTextItem) GetTextId() string

func (*CustomTextItem) ProtoMessage

func (*CustomTextItem) ProtoMessage()

func (*CustomTextItem) ProtoReflect

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

func (*CustomTextItem) Reset

func (x *CustomTextItem) Reset()

func (*CustomTextItem) String

func (x *CustomTextItem) String() string

type DeleteCustomTextRequest

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

func (*DeleteCustomTextRequest) Descriptor deprecated

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

Deprecated: Use DeleteCustomTextRequest.ProtoReflect.Descriptor instead.

func (*DeleteCustomTextRequest) GetApiModule

func (x *DeleteCustomTextRequest) GetApiModule() string

func (*DeleteCustomTextRequest) GetTextId

func (x *DeleteCustomTextRequest) GetTextId() string

func (*DeleteCustomTextRequest) ProtoMessage

func (*DeleteCustomTextRequest) ProtoMessage()

func (*DeleteCustomTextRequest) ProtoReflect

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

func (*DeleteCustomTextRequest) Reset

func (x *DeleteCustomTextRequest) Reset()

func (*DeleteCustomTextRequest) String

func (x *DeleteCustomTextRequest) String() string

type DeleteCustomTextResponse

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

func (*DeleteCustomTextResponse) Descriptor deprecated

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

Deprecated: Use DeleteCustomTextResponse.ProtoReflect.Descriptor instead.

func (*DeleteCustomTextResponse) GetTextId

func (x *DeleteCustomTextResponse) GetTextId() string

func (*DeleteCustomTextResponse) ProtoMessage

func (*DeleteCustomTextResponse) ProtoMessage()

func (*DeleteCustomTextResponse) ProtoReflect

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

func (*DeleteCustomTextResponse) Reset

func (x *DeleteCustomTextResponse) Reset()

func (*DeleteCustomTextResponse) String

func (x *DeleteCustomTextResponse) String() string

type DeleteFeatureRequest

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

func (*DeleteFeatureRequest) Descriptor deprecated

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

Deprecated: Use DeleteFeatureRequest.ProtoReflect.Descriptor instead.

func (*DeleteFeatureRequest) GetApiModule

func (x *DeleteFeatureRequest) GetApiModule() string

func (*DeleteFeatureRequest) GetFeatureId

func (x *DeleteFeatureRequest) GetFeatureId() string

func (*DeleteFeatureRequest) ProtoMessage

func (*DeleteFeatureRequest) ProtoMessage()

func (*DeleteFeatureRequest) ProtoReflect

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

func (*DeleteFeatureRequest) Reset

func (x *DeleteFeatureRequest) Reset()

func (*DeleteFeatureRequest) String

func (x *DeleteFeatureRequest) String() string

type DeleteFeatureResponse

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

func (*DeleteFeatureResponse) Descriptor deprecated

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

Deprecated: Use DeleteFeatureResponse.ProtoReflect.Descriptor instead.

func (*DeleteFeatureResponse) GetFeatureId

func (x *DeleteFeatureResponse) GetFeatureId() string

func (*DeleteFeatureResponse) ProtoMessage

func (*DeleteFeatureResponse) ProtoMessage()

func (*DeleteFeatureResponse) ProtoReflect

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

func (*DeleteFeatureResponse) Reset

func (x *DeleteFeatureResponse) Reset()

func (*DeleteFeatureResponse) String

func (x *DeleteFeatureResponse) String() string

type DescribeCustomTextsRequest

type DescribeCustomTextsRequest struct {
	ApiModule  string    `protobuf:"bytes,1,opt,name=ApiModule,proto3" json:"ApiModule,omitempty"`
	PageNumber uint32    `protobuf:"varint,2,opt,name=PageNumber,proto3" json:"PageNumber,omitempty"`
	PageSize   uint32    `protobuf:"varint,3,opt,name=PageSize,proto3" json:"PageSize,omitempty"`
	FilterSet  []*Filter `protobuf:"bytes,4,rep,name=FilterSet,proto3" json:"FilterSet,omitempty"`
	Sort       *SortBy   `protobuf:"bytes,5,opt,name=Sort,proto3" json:"Sort,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeCustomTextsRequest) Descriptor deprecated

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

Deprecated: Use DescribeCustomTextsRequest.ProtoReflect.Descriptor instead.

func (*DescribeCustomTextsRequest) GetApiModule

func (x *DescribeCustomTextsRequest) GetApiModule() string

func (*DescribeCustomTextsRequest) GetFilterSet

func (x *DescribeCustomTextsRequest) GetFilterSet() []*Filter

func (*DescribeCustomTextsRequest) GetPageNumber

func (x *DescribeCustomTextsRequest) GetPageNumber() uint32

func (*DescribeCustomTextsRequest) GetPageSize

func (x *DescribeCustomTextsRequest) GetPageSize() uint32

func (*DescribeCustomTextsRequest) GetSort

func (x *DescribeCustomTextsRequest) GetSort() *SortBy

func (*DescribeCustomTextsRequest) ProtoMessage

func (*DescribeCustomTextsRequest) ProtoMessage()

func (*DescribeCustomTextsRequest) ProtoReflect

func (*DescribeCustomTextsRequest) Reset

func (x *DescribeCustomTextsRequest) Reset()

func (*DescribeCustomTextsRequest) String

func (x *DescribeCustomTextsRequest) String() string

type DescribeCustomTextsResponse

type DescribeCustomTextsResponse struct {
	TotalCount    int32             `protobuf:"varint,1,opt,name=TotalCount,proto3" json:"TotalCount,omitempty"`
	CustomTextSet []*CustomTextItem `protobuf:"bytes,2,rep,name=CustomTextSet,proto3" json:"CustomTextSet,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeCustomTextsResponse) Descriptor deprecated

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

Deprecated: Use DescribeCustomTextsResponse.ProtoReflect.Descriptor instead.

func (*DescribeCustomTextsResponse) GetCustomTextSet

func (x *DescribeCustomTextsResponse) GetCustomTextSet() []*CustomTextItem

func (*DescribeCustomTextsResponse) GetTotalCount

func (x *DescribeCustomTextsResponse) GetTotalCount() int32

func (*DescribeCustomTextsResponse) ProtoMessage

func (*DescribeCustomTextsResponse) ProtoMessage()

func (*DescribeCustomTextsResponse) ProtoReflect

func (*DescribeCustomTextsResponse) Reset

func (x *DescribeCustomTextsResponse) Reset()

func (*DescribeCustomTextsResponse) String

func (x *DescribeCustomTextsResponse) String() string

type DescribeFeaturesRequest

type DescribeFeaturesRequest struct {
	ApiModule  string    `protobuf:"bytes,1,opt,name=ApiModule,proto3" json:"ApiModule,omitempty"`
	PageNumber uint32    `protobuf:"varint,2,opt,name=PageNumber,proto3" json:"PageNumber,omitempty"`
	PageSize   uint32    `protobuf:"varint,3,opt,name=PageSize,proto3" json:"PageSize,omitempty"`
	FilterSet  []*Filter `protobuf:"bytes,4,rep,name=FilterSet,proto3" json:"FilterSet,omitempty"`
	Sort       *SortBy   `protobuf:"bytes,5,opt,name=Sort,proto3" json:"Sort,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeFeaturesRequest) Descriptor deprecated

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

Deprecated: Use DescribeFeaturesRequest.ProtoReflect.Descriptor instead.

func (*DescribeFeaturesRequest) GetApiModule

func (x *DescribeFeaturesRequest) GetApiModule() string

func (*DescribeFeaturesRequest) GetFilterSet

func (x *DescribeFeaturesRequest) GetFilterSet() []*Filter

func (*DescribeFeaturesRequest) GetPageNumber

func (x *DescribeFeaturesRequest) GetPageNumber() uint32

func (*DescribeFeaturesRequest) GetPageSize

func (x *DescribeFeaturesRequest) GetPageSize() uint32

func (*DescribeFeaturesRequest) GetSort

func (x *DescribeFeaturesRequest) GetSort() *SortBy

func (*DescribeFeaturesRequest) ProtoMessage

func (*DescribeFeaturesRequest) ProtoMessage()

func (*DescribeFeaturesRequest) ProtoReflect

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

func (*DescribeFeaturesRequest) Reset

func (x *DescribeFeaturesRequest) Reset()

func (*DescribeFeaturesRequest) String

func (x *DescribeFeaturesRequest) String() string

type DescribeFeaturesResponse

type DescribeFeaturesResponse struct {
	TotalCount int32          `protobuf:"varint,1,opt,name=TotalCount,proto3" json:"TotalCount,omitempty"`
	FeatureSet []*FeatureItem `protobuf:"bytes,2,rep,name=FeatureSet,proto3" json:"FeatureSet,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeFeaturesResponse) Descriptor deprecated

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

Deprecated: Use DescribeFeaturesResponse.ProtoReflect.Descriptor instead.

func (*DescribeFeaturesResponse) GetFeatureSet

func (x *DescribeFeaturesResponse) GetFeatureSet() []*FeatureItem

func (*DescribeFeaturesResponse) GetTotalCount

func (x *DescribeFeaturesResponse) GetTotalCount() int32

func (*DescribeFeaturesResponse) ProtoMessage

func (*DescribeFeaturesResponse) ProtoMessage()

func (*DescribeFeaturesResponse) ProtoReflect

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

func (*DescribeFeaturesResponse) Reset

func (x *DescribeFeaturesResponse) Reset()

func (*DescribeFeaturesResponse) String

func (x *DescribeFeaturesResponse) String() string

type DescribeLastUpdateTimeRequest

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

func (*DescribeLastUpdateTimeRequest) Descriptor deprecated

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

Deprecated: Use DescribeLastUpdateTimeRequest.ProtoReflect.Descriptor instead.

func (*DescribeLastUpdateTimeRequest) GetApiModule

func (x *DescribeLastUpdateTimeRequest) GetApiModule() string

func (*DescribeLastUpdateTimeRequest) ProtoMessage

func (*DescribeLastUpdateTimeRequest) ProtoMessage()

func (*DescribeLastUpdateTimeRequest) ProtoReflect

func (*DescribeLastUpdateTimeRequest) Reset

func (x *DescribeLastUpdateTimeRequest) Reset()

func (*DescribeLastUpdateTimeRequest) String

type DescribeLastUpdateTimeResponse

type DescribeLastUpdateTimeResponse struct {
	LastUpdateTimestamp uint32 `protobuf:"varint,1,opt,name=LastUpdateTimestamp,proto3" json:"LastUpdateTimestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeLastUpdateTimeResponse) Descriptor deprecated

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

Deprecated: Use DescribeLastUpdateTimeResponse.ProtoReflect.Descriptor instead.

func (*DescribeLastUpdateTimeResponse) GetLastUpdateTimestamp

func (x *DescribeLastUpdateTimeResponse) GetLastUpdateTimestamp() uint32

func (*DescribeLastUpdateTimeResponse) ProtoMessage

func (*DescribeLastUpdateTimeResponse) ProtoMessage()

func (*DescribeLastUpdateTimeResponse) ProtoReflect

func (*DescribeLastUpdateTimeResponse) Reset

func (x *DescribeLastUpdateTimeResponse) Reset()

func (*DescribeLastUpdateTimeResponse) String

type DescribeTextCategoriesRequest

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

func (*DescribeTextCategoriesRequest) Descriptor deprecated

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

Deprecated: Use DescribeTextCategoriesRequest.ProtoReflect.Descriptor instead.

func (*DescribeTextCategoriesRequest) GetApiModule

func (x *DescribeTextCategoriesRequest) GetApiModule() string

func (*DescribeTextCategoriesRequest) ProtoMessage

func (*DescribeTextCategoriesRequest) ProtoMessage()

func (*DescribeTextCategoriesRequest) ProtoReflect

func (*DescribeTextCategoriesRequest) Reset

func (x *DescribeTextCategoriesRequest) Reset()

func (*DescribeTextCategoriesRequest) String

type DescribeTextCategoriesResponse

type DescribeTextCategoriesResponse struct {
	LabelSet []*L1Label `protobuf:"bytes,1,rep,name=LabelSet,proto3" json:"LabelSet,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeTextCategoriesResponse) Descriptor deprecated

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

Deprecated: Use DescribeTextCategoriesResponse.ProtoReflect.Descriptor instead.

func (*DescribeTextCategoriesResponse) GetLabelSet

func (x *DescribeTextCategoriesResponse) GetLabelSet() []*L1Label

func (*DescribeTextCategoriesResponse) ProtoMessage

func (*DescribeTextCategoriesResponse) ProtoMessage()

func (*DescribeTextCategoriesResponse) ProtoReflect

func (*DescribeTextCategoriesResponse) Reset

func (x *DescribeTextCategoriesResponse) Reset()

func (*DescribeTextCategoriesResponse) String

type FeatureItem

type FeatureItem struct {
	FeatureId        string                       `protobuf:"bytes,1,opt,name=FeatureId,proto3" json:"FeatureId,omitempty"`
	FeatureType      FeatureItem_FeatureTypeValue `` /* 135-byte string literal not displayed */
	FeatureDimension uint32                       `protobuf:"varint,3,opt,name=FeatureDimension,proto3" json:"FeatureDimension,omitempty"`
	FeatureVersion   string                       `protobuf:"bytes,4,opt,name=FeatureVersion,proto3" json:"FeatureVersion,omitempty"`
	FeatureBytes     []byte                       `protobuf:"bytes,5,opt,name=FeatureBytes,proto3" json:"FeatureBytes,omitempty"`
	FeatureLabel     string                       `protobuf:"bytes,6,opt,name=FeatureLabel,proto3" json:"FeatureLabel,omitempty"`
	CreateTime       string                       `protobuf:"bytes,7,opt,name=CreateTime,proto3" json:"CreateTime,omitempty"`
	EffectiveTime    string                       `protobuf:"bytes,8,opt,name=EffectiveTime,proto3" json:"EffectiveTime,omitempty"`
	// contains filtered or unexported fields
}

func (*FeatureItem) Descriptor deprecated

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

Deprecated: Use FeatureItem.ProtoReflect.Descriptor instead.

func (*FeatureItem) GetCreateTime

func (x *FeatureItem) GetCreateTime() string

func (*FeatureItem) GetEffectiveTime

func (x *FeatureItem) GetEffectiveTime() string

func (*FeatureItem) GetFeatureBytes

func (x *FeatureItem) GetFeatureBytes() []byte

func (*FeatureItem) GetFeatureDimension

func (x *FeatureItem) GetFeatureDimension() uint32

func (*FeatureItem) GetFeatureId

func (x *FeatureItem) GetFeatureId() string

func (*FeatureItem) GetFeatureLabel

func (x *FeatureItem) GetFeatureLabel() string

func (*FeatureItem) GetFeatureType

func (x *FeatureItem) GetFeatureType() FeatureItem_FeatureTypeValue

func (*FeatureItem) GetFeatureVersion

func (x *FeatureItem) GetFeatureVersion() string

func (*FeatureItem) ProtoMessage

func (*FeatureItem) ProtoMessage()

func (*FeatureItem) ProtoReflect

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

func (*FeatureItem) Reset

func (x *FeatureItem) Reset()

func (*FeatureItem) String

func (x *FeatureItem) String() string

type FeatureItem_FeatureTypeValue

type FeatureItem_FeatureTypeValue int32
const (
	FeatureItem_INVALID FeatureItem_FeatureTypeValue = 0
	FeatureItem_INT4    FeatureItem_FeatureTypeValue = 1
	FeatureItem_INT8    FeatureItem_FeatureTypeValue = 2
	FeatureItem_INT32   FeatureItem_FeatureTypeValue = 3
	FeatureItem_FLOAT32 FeatureItem_FeatureTypeValue = 4
	FeatureItem_FLOAT64 FeatureItem_FeatureTypeValue = 5
)

func (FeatureItem_FeatureTypeValue) Descriptor

func (FeatureItem_FeatureTypeValue) Enum

func (FeatureItem_FeatureTypeValue) EnumDescriptor deprecated

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

Deprecated: Use FeatureItem_FeatureTypeValue.Descriptor instead.

func (FeatureItem_FeatureTypeValue) Number

func (FeatureItem_FeatureTypeValue) String

func (FeatureItem_FeatureTypeValue) Type

type Filter

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

func (*Filter) Descriptor deprecated

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

Deprecated: Use Filter.ProtoReflect.Descriptor instead.

func (*Filter) GetName

func (x *Filter) GetName() string

func (*Filter) GetValues

func (x *Filter) GetValues() []string

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 L1Label

type L1Label struct {
	LabelName  string     `protobuf:"bytes,1,opt,name=LabelName,proto3" json:"LabelName,omitempty"`
	L2LabelSet []*L2Label `protobuf:"bytes,2,rep,name=L2LabelSet,proto3" json:"L2LabelSet,omitempty"`
	// contains filtered or unexported fields
}

func (*L1Label) Descriptor deprecated

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

Deprecated: Use L1Label.ProtoReflect.Descriptor instead.

func (*L1Label) GetL2LabelSet

func (x *L1Label) GetL2LabelSet() []*L2Label

func (*L1Label) GetLabelName

func (x *L1Label) GetLabelName() string

func (*L1Label) ProtoMessage

func (*L1Label) ProtoMessage()

func (*L1Label) ProtoReflect

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

func (*L1Label) Reset

func (x *L1Label) Reset()

func (*L1Label) String

func (x *L1Label) String() string

type L2Label

type L2Label struct {
	LabelName string `protobuf:"bytes,2,opt,name=LabelName,proto3" json:"LabelName,omitempty"`
	// contains filtered or unexported fields
}

func (*L2Label) Descriptor deprecated

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

Deprecated: Use L2Label.ProtoReflect.Descriptor instead.

func (*L2Label) GetLabelName

func (x *L2Label) GetLabelName() string

func (*L2Label) ProtoMessage

func (*L2Label) ProtoMessage()

func (*L2Label) ProtoReflect

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

func (*L2Label) Reset

func (x *L2Label) Reset()

func (*L2Label) String

func (x *L2Label) String() string

type ModifyCustomTextRequest

type ModifyCustomTextRequest struct {
	ApiModule  string          `protobuf:"bytes,1,opt,name=ApiModule,proto3" json:"ApiModule,omitempty"`
	CustomText *CustomTextItem `protobuf:"bytes,2,opt,name=CustomText,proto3" json:"CustomText,omitempty"`
	// contains filtered or unexported fields
}

func (*ModifyCustomTextRequest) Descriptor deprecated

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

Deprecated: Use ModifyCustomTextRequest.ProtoReflect.Descriptor instead.

func (*ModifyCustomTextRequest) GetApiModule

func (x *ModifyCustomTextRequest) GetApiModule() string

func (*ModifyCustomTextRequest) GetCustomText

func (x *ModifyCustomTextRequest) GetCustomText() *CustomTextItem

func (*ModifyCustomTextRequest) ProtoMessage

func (*ModifyCustomTextRequest) ProtoMessage()

func (*ModifyCustomTextRequest) ProtoReflect

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

func (*ModifyCustomTextRequest) Reset

func (x *ModifyCustomTextRequest) Reset()

func (*ModifyCustomTextRequest) String

func (x *ModifyCustomTextRequest) String() string

type ModifyCustomTextResponse

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

func (*ModifyCustomTextResponse) Descriptor deprecated

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

Deprecated: Use ModifyCustomTextResponse.ProtoReflect.Descriptor instead.

func (*ModifyCustomTextResponse) GetTextId

func (x *ModifyCustomTextResponse) GetTextId() string

func (*ModifyCustomTextResponse) ProtoMessage

func (*ModifyCustomTextResponse) ProtoMessage()

func (*ModifyCustomTextResponse) ProtoReflect

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

func (*ModifyCustomTextResponse) Reset

func (x *ModifyCustomTextResponse) Reset()

func (*ModifyCustomTextResponse) String

func (x *ModifyCustomTextResponse) String() string

type ModifyFeatureRequest

type ModifyFeatureRequest struct {
	ApiModule string       `protobuf:"bytes,1,opt,name=ApiModule,proto3" json:"ApiModule,omitempty"`
	Feature   *FeatureItem `protobuf:"bytes,2,opt,name=Feature,proto3" json:"Feature,omitempty"`
	// contains filtered or unexported fields
}

func (*ModifyFeatureRequest) Descriptor deprecated

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

Deprecated: Use ModifyFeatureRequest.ProtoReflect.Descriptor instead.

func (*ModifyFeatureRequest) GetApiModule

func (x *ModifyFeatureRequest) GetApiModule() string

func (*ModifyFeatureRequest) GetFeature

func (x *ModifyFeatureRequest) GetFeature() *FeatureItem

func (*ModifyFeatureRequest) ProtoMessage

func (*ModifyFeatureRequest) ProtoMessage()

func (*ModifyFeatureRequest) ProtoReflect

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

func (*ModifyFeatureRequest) Reset

func (x *ModifyFeatureRequest) Reset()

func (*ModifyFeatureRequest) String

func (x *ModifyFeatureRequest) String() string

type ModifyFeatureResponse

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

func (*ModifyFeatureResponse) Descriptor deprecated

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

Deprecated: Use ModifyFeatureResponse.ProtoReflect.Descriptor instead.

func (*ModifyFeatureResponse) GetFeatureId

func (x *ModifyFeatureResponse) GetFeatureId() string

func (*ModifyFeatureResponse) ProtoMessage

func (*ModifyFeatureResponse) ProtoMessage()

func (*ModifyFeatureResponse) ProtoReflect

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

func (*ModifyFeatureResponse) Reset

func (x *ModifyFeatureResponse) Reset()

func (*ModifyFeatureResponse) String

func (x *ModifyFeatureResponse) String() string

type SortBy

type SortBy struct {
	By      string `protobuf:"bytes,1,opt,name=By,proto3" json:"By,omitempty"`
	Descend bool   `protobuf:"varint,2,opt,name=Descend,proto3" json:"Descend,omitempty"`
	// contains filtered or unexported fields
}

func (*SortBy) Descriptor deprecated

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

Deprecated: Use SortBy.ProtoReflect.Descriptor instead.

func (*SortBy) GetBy

func (x *SortBy) GetBy() string

func (*SortBy) GetDescend

func (x *SortBy) GetDescend() bool

func (*SortBy) ProtoMessage

func (*SortBy) ProtoMessage()

func (*SortBy) ProtoReflect

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

func (*SortBy) Reset

func (x *SortBy) Reset()

func (*SortBy) String

func (x *SortBy) String() string

type UnimplementedCustomFeature

type UnimplementedCustomFeature struct{}

func (*UnimplementedCustomFeature) CreateCustomText

func (*UnimplementedCustomFeature) CreateFeature

CreateFeature 特征相关接口

func (*UnimplementedCustomFeature) DeleteCustomText

func (*UnimplementedCustomFeature) DeleteFeature

func (*UnimplementedCustomFeature) DescribeCustomTexts

func (*UnimplementedCustomFeature) DescribeFeatures

func (*UnimplementedCustomFeature) DescribeLastUpdateTime

func (*UnimplementedCustomFeature) DescribeTextCategories

DescribeTextCategories 自定义文本标签相关接口

func (*UnimplementedCustomFeature) ModifyCustomText

func (*UnimplementedCustomFeature) ModifyFeature

Jump to

Keyboard shortcuts

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