icf

package
v0.0.0-...-c38fcd0 Latest Latest
Warning

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

Go to latest
Published: Nov 9, 2022 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

View Source
const OperationIcfCreateicfClassifyScaleKeywordBind = "/api.system.icf.Icf/CreateicfClassifyScaleKeywordBind"
View Source
const OperationIcfGetIcfClassify = "/api.system.icf.Icf/GetIcfClassify"
View Source
const OperationIcfListIcfClassify = "/api.system.icf.Icf/ListIcfClassify"
View Source
const OperationIcfListIcfClassifyScaleKeywordBind = "/api.system.icf.Icf/ListIcfClassifyScaleKeywordBind"

Variables

View Source
var File_api_system_icf_icf_proto protoreflect.FileDescriptor
View Source
var Icf_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "api.system.icf.Icf",
	HandlerType: (*IcfServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateicfClassifyScaleKeywordBind",
			Handler:    _Icf_CreateicfClassifyScaleKeywordBind_Handler,
		},
		{
			MethodName: "ListIcfClassifyScaleKeywordBind",
			Handler:    _Icf_ListIcfClassifyScaleKeywordBind_Handler,
		},
		{
			MethodName: "ListIcfClassify",
			Handler:    _Icf_ListIcfClassify_Handler,
		},
		{
			MethodName: "GetIcfClassify",
			Handler:    _Icf_GetIcfClassify_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "api/system/icf/icf.proto",
}

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

Functions

func RegisterIcfHTTPServer

func RegisterIcfHTTPServer(s *http.Server, srv IcfHTTPServer)

func RegisterIcfServer

func RegisterIcfServer(s grpc.ServiceRegistrar, srv IcfServer)

Types

type CreateicfClassifyScaleKeywordBindRequest

type CreateicfClassifyScaleKeywordBindRequest struct {
	IcfClassifyID string   `protobuf:"bytes,1,opt,name=icfClassifyID,proto3" json:"icfClassifyID,omitempty"`
	ScaleID       string   `protobuf:"bytes,2,opt,name=scaleID,proto3" json:"scaleID,omitempty"`
	KeywordIdList []string `protobuf:"bytes,3,rep,name=keywordIdList,proto3" json:"keywordIdList,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateicfClassifyScaleKeywordBindRequest) Descriptor deprecated

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

Deprecated: Use CreateicfClassifyScaleKeywordBindRequest.ProtoReflect.Descriptor instead.

func (*CreateicfClassifyScaleKeywordBindRequest) GetIcfClassifyID

func (x *CreateicfClassifyScaleKeywordBindRequest) GetIcfClassifyID() string

func (*CreateicfClassifyScaleKeywordBindRequest) GetKeywordIdList

func (x *CreateicfClassifyScaleKeywordBindRequest) GetKeywordIdList() []string

func (*CreateicfClassifyScaleKeywordBindRequest) GetScaleID

func (*CreateicfClassifyScaleKeywordBindRequest) ProtoMessage

func (*CreateicfClassifyScaleKeywordBindRequest) ProtoReflect

func (*CreateicfClassifyScaleKeywordBindRequest) Reset

func (*CreateicfClassifyScaleKeywordBindRequest) String

func (*CreateicfClassifyScaleKeywordBindRequest) Validate

Validate checks the field values on CreateicfClassifyScaleKeywordBindRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateicfClassifyScaleKeywordBindRequest) ValidateAll

ValidateAll checks the field values on CreateicfClassifyScaleKeywordBindRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateicfClassifyScaleKeywordBindRequestMultiError, or nil if none found.

type CreateicfClassifyScaleKeywordBindRequestMultiError

type CreateicfClassifyScaleKeywordBindRequestMultiError []error

CreateicfClassifyScaleKeywordBindRequestMultiError is an error wrapping multiple validation errors returned by CreateicfClassifyScaleKeywordBindRequest.ValidateAll() if the designated constraints aren't met.

func (CreateicfClassifyScaleKeywordBindRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateicfClassifyScaleKeywordBindRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateicfClassifyScaleKeywordBindRequestValidationError

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

CreateicfClassifyScaleKeywordBindRequestValidationError is the validation error returned by CreateicfClassifyScaleKeywordBindRequest.Validate if the designated constraints aren't met.

func (CreateicfClassifyScaleKeywordBindRequestValidationError) Cause

Cause function returns cause value.

func (CreateicfClassifyScaleKeywordBindRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateicfClassifyScaleKeywordBindRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateicfClassifyScaleKeywordBindRequestValidationError) Field

Field function returns field value.

func (CreateicfClassifyScaleKeywordBindRequestValidationError) Key

Key function returns key value.

func (CreateicfClassifyScaleKeywordBindRequestValidationError) Reason

Reason function returns reason value.

type GetIcfClassifyReply

type GetIcfClassifyReply struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name    string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Code    string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	Abbr    string `protobuf:"bytes,4,opt,name=abbr,proto3" json:"abbr,omitempty"`
	Desc    string `protobuf:"bytes,5,opt,name=desc,proto3" json:"desc,omitempty"`
	Include string `protobuf:"bytes,6,opt,name=include,proto3" json:"include,omitempty"`
	Exclude string `protobuf:"bytes,7,opt,name=exclude,proto3" json:"exclude,omitempty"`
	Level   int32  `protobuf:"varint,8,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIcfClassifyReply) Descriptor deprecated

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

Deprecated: Use GetIcfClassifyReply.ProtoReflect.Descriptor instead.

func (*GetIcfClassifyReply) GetAbbr

func (x *GetIcfClassifyReply) GetAbbr() string

func (*GetIcfClassifyReply) GetCode

func (x *GetIcfClassifyReply) GetCode() string

func (*GetIcfClassifyReply) GetDesc

func (x *GetIcfClassifyReply) GetDesc() string

func (*GetIcfClassifyReply) GetExclude

func (x *GetIcfClassifyReply) GetExclude() string

func (*GetIcfClassifyReply) GetId

func (x *GetIcfClassifyReply) GetId() string

func (*GetIcfClassifyReply) GetInclude

func (x *GetIcfClassifyReply) GetInclude() string

func (*GetIcfClassifyReply) GetLevel

func (x *GetIcfClassifyReply) GetLevel() int32

func (*GetIcfClassifyReply) GetName

func (x *GetIcfClassifyReply) GetName() string

func (*GetIcfClassifyReply) ProtoMessage

func (*GetIcfClassifyReply) ProtoMessage()

func (*GetIcfClassifyReply) ProtoReflect

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

func (*GetIcfClassifyReply) Reset

func (x *GetIcfClassifyReply) Reset()

func (*GetIcfClassifyReply) String

func (x *GetIcfClassifyReply) String() string

func (*GetIcfClassifyReply) Validate

func (m *GetIcfClassifyReply) Validate() error

Validate checks the field values on GetIcfClassifyReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetIcfClassifyReply) ValidateAll

func (m *GetIcfClassifyReply) ValidateAll() error

ValidateAll checks the field values on GetIcfClassifyReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetIcfClassifyReplyMultiError, or nil if none found.

type GetIcfClassifyReplyMultiError

type GetIcfClassifyReplyMultiError []error

GetIcfClassifyReplyMultiError is an error wrapping multiple validation errors returned by GetIcfClassifyReply.ValidateAll() if the designated constraints aren't met.

func (GetIcfClassifyReplyMultiError) AllErrors

func (m GetIcfClassifyReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetIcfClassifyReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetIcfClassifyReplyValidationError

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

GetIcfClassifyReplyValidationError is the validation error returned by GetIcfClassifyReply.Validate if the designated constraints aren't met.

func (GetIcfClassifyReplyValidationError) Cause

Cause function returns cause value.

func (GetIcfClassifyReplyValidationError) Error

Error satisfies the builtin error interface

func (GetIcfClassifyReplyValidationError) ErrorName

ErrorName returns error name.

func (GetIcfClassifyReplyValidationError) Field

Field function returns field value.

func (GetIcfClassifyReplyValidationError) Key

Key function returns key value.

func (GetIcfClassifyReplyValidationError) Reason

Reason function returns reason value.

type GetIcfClassifyRequest

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

func (*GetIcfClassifyRequest) Descriptor deprecated

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

Deprecated: Use GetIcfClassifyRequest.ProtoReflect.Descriptor instead.

func (*GetIcfClassifyRequest) GetId

func (x *GetIcfClassifyRequest) GetId() string

func (*GetIcfClassifyRequest) ProtoMessage

func (*GetIcfClassifyRequest) ProtoMessage()

func (*GetIcfClassifyRequest) ProtoReflect

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

func (*GetIcfClassifyRequest) Reset

func (x *GetIcfClassifyRequest) Reset()

func (*GetIcfClassifyRequest) String

func (x *GetIcfClassifyRequest) String() string

func (*GetIcfClassifyRequest) Validate

func (m *GetIcfClassifyRequest) Validate() error

Validate checks the field values on GetIcfClassifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetIcfClassifyRequest) ValidateAll

func (m *GetIcfClassifyRequest) ValidateAll() error

ValidateAll checks the field values on GetIcfClassifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetIcfClassifyRequestMultiError, or nil if none found.

type GetIcfClassifyRequestMultiError

type GetIcfClassifyRequestMultiError []error

GetIcfClassifyRequestMultiError is an error wrapping multiple validation errors returned by GetIcfClassifyRequest.ValidateAll() if the designated constraints aren't met.

func (GetIcfClassifyRequestMultiError) AllErrors

func (m GetIcfClassifyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetIcfClassifyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetIcfClassifyRequestValidationError

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

GetIcfClassifyRequestValidationError is the validation error returned by GetIcfClassifyRequest.Validate if the designated constraints aren't met.

func (GetIcfClassifyRequestValidationError) Cause

Cause function returns cause value.

func (GetIcfClassifyRequestValidationError) Error

Error satisfies the builtin error interface

func (GetIcfClassifyRequestValidationError) ErrorName

ErrorName returns error name.

func (GetIcfClassifyRequestValidationError) Field

Field function returns field value.

func (GetIcfClassifyRequestValidationError) Key

Key function returns key value.

func (GetIcfClassifyRequestValidationError) Reason

Reason function returns reason value.

type GetIcfClassifyScaleKeywordBindReply

type GetIcfClassifyScaleKeywordBindReply struct {
	IcfClassifyID string              `protobuf:"bytes,2,opt,name=icfClassifyID,proto3" json:"icfClassifyID,omitempty"`
	ScaleID       string              `protobuf:"bytes,3,opt,name=scaleID,proto3" json:"scaleID,omitempty"`
	Keywords      []*api.KeywordReply `protobuf:"bytes,4,rep,name=keywords,proto3" json:"keywords,omitempty"`
	Scale         *api.ScaleReply     `protobuf:"bytes,5,opt,name=scale,proto3" json:"scale,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIcfClassifyScaleKeywordBindReply) Descriptor deprecated

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

Deprecated: Use GetIcfClassifyScaleKeywordBindReply.ProtoReflect.Descriptor instead.

func (*GetIcfClassifyScaleKeywordBindReply) GetIcfClassifyID

func (x *GetIcfClassifyScaleKeywordBindReply) GetIcfClassifyID() string

func (*GetIcfClassifyScaleKeywordBindReply) GetKeywords

func (*GetIcfClassifyScaleKeywordBindReply) GetScale

func (*GetIcfClassifyScaleKeywordBindReply) GetScaleID

func (*GetIcfClassifyScaleKeywordBindReply) ProtoMessage

func (*GetIcfClassifyScaleKeywordBindReply) ProtoMessage()

func (*GetIcfClassifyScaleKeywordBindReply) ProtoReflect

func (*GetIcfClassifyScaleKeywordBindReply) Reset

func (*GetIcfClassifyScaleKeywordBindReply) String

func (*GetIcfClassifyScaleKeywordBindReply) Validate

Validate checks the field values on GetIcfClassifyScaleKeywordBindReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetIcfClassifyScaleKeywordBindReply) ValidateAll

func (m *GetIcfClassifyScaleKeywordBindReply) ValidateAll() error

ValidateAll checks the field values on GetIcfClassifyScaleKeywordBindReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetIcfClassifyScaleKeywordBindReplyMultiError, or nil if none found.

type GetIcfClassifyScaleKeywordBindReplyMultiError

type GetIcfClassifyScaleKeywordBindReplyMultiError []error

GetIcfClassifyScaleKeywordBindReplyMultiError is an error wrapping multiple validation errors returned by GetIcfClassifyScaleKeywordBindReply.ValidateAll() if the designated constraints aren't met.

func (GetIcfClassifyScaleKeywordBindReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetIcfClassifyScaleKeywordBindReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetIcfClassifyScaleKeywordBindReplyValidationError

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

GetIcfClassifyScaleKeywordBindReplyValidationError is the validation error returned by GetIcfClassifyScaleKeywordBindReply.Validate if the designated constraints aren't met.

func (GetIcfClassifyScaleKeywordBindReplyValidationError) Cause

Cause function returns cause value.

func (GetIcfClassifyScaleKeywordBindReplyValidationError) Error

Error satisfies the builtin error interface

func (GetIcfClassifyScaleKeywordBindReplyValidationError) ErrorName

ErrorName returns error name.

func (GetIcfClassifyScaleKeywordBindReplyValidationError) Field

Field function returns field value.

func (GetIcfClassifyScaleKeywordBindReplyValidationError) Key

Key function returns key value.

func (GetIcfClassifyScaleKeywordBindReplyValidationError) Reason

Reason function returns reason value.

type IcfClient

type IcfClient interface {
	CreateicfClassifyScaleKeywordBind(ctx context.Context, in *CreateicfClassifyScaleKeywordBindRequest, opts ...grpc.CallOption) (*api.Success, error)
	ListIcfClassifyScaleKeywordBind(ctx context.Context, in *ListIcfClassifyScaleKeywordBindRequest, opts ...grpc.CallOption) (*ListIcfClassifyScaleKeywordBindReply, error)
	ListIcfClassify(ctx context.Context, in *ListIcfClassifyRequest, opts ...grpc.CallOption) (*ListIcfClassifyReply, error)
	GetIcfClassify(ctx context.Context, in *GetIcfClassifyRequest, opts ...grpc.CallOption) (*GetIcfClassifyReply, error)
}

IcfClient is the client API for Icf 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 NewIcfClient

func NewIcfClient(cc grpc.ClientConnInterface) IcfClient

type IcfHTTPClient

type IcfHTTPClient interface {
	CreateicfClassifyScaleKeywordBind(ctx context.Context, req *CreateicfClassifyScaleKeywordBindRequest, opts ...http.CallOption) (rsp *api.Success, err error)
	GetIcfClassify(ctx context.Context, req *GetIcfClassifyRequest, opts ...http.CallOption) (rsp *GetIcfClassifyReply, err error)
	ListIcfClassify(ctx context.Context, req *ListIcfClassifyRequest, opts ...http.CallOption) (rsp *ListIcfClassifyReply, err error)
	ListIcfClassifyScaleKeywordBind(ctx context.Context, req *ListIcfClassifyScaleKeywordBindRequest, opts ...http.CallOption) (rsp *ListIcfClassifyScaleKeywordBindReply, err error)
}

func NewIcfHTTPClient

func NewIcfHTTPClient(client *http.Client) IcfHTTPClient

type IcfHTTPClientImpl

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

func (*IcfHTTPClientImpl) CreateicfClassifyScaleKeywordBind

func (c *IcfHTTPClientImpl) CreateicfClassifyScaleKeywordBind(ctx context.Context, in *CreateicfClassifyScaleKeywordBindRequest, opts ...http.CallOption) (*api.Success, error)

func (*IcfHTTPClientImpl) GetIcfClassify

func (*IcfHTTPClientImpl) ListIcfClassify

type IcfServer

type IcfServer interface {
	CreateicfClassifyScaleKeywordBind(context.Context, *CreateicfClassifyScaleKeywordBindRequest) (*api.Success, error)
	ListIcfClassifyScaleKeywordBind(context.Context, *ListIcfClassifyScaleKeywordBindRequest) (*ListIcfClassifyScaleKeywordBindReply, error)
	ListIcfClassify(context.Context, *ListIcfClassifyRequest) (*ListIcfClassifyReply, error)
	GetIcfClassify(context.Context, *GetIcfClassifyRequest) (*GetIcfClassifyReply, error)
	// contains filtered or unexported methods
}

IcfServer is the server API for Icf service. All implementations must embed UnimplementedIcfServer for forward compatibility

type ListIcfClassifyReply

type ListIcfClassifyReply struct {
	DataList []*GetIcfClassifyReply `protobuf:"bytes,1,rep,name=dataList,proto3" json:"dataList,omitempty"`
	Total    int32                  `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"`
	Page     int32                  `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"`
	PerPage  int32                  `protobuf:"varint,4,opt,name=perPage,proto3" json:"perPage,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIcfClassifyReply) Descriptor deprecated

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

Deprecated: Use ListIcfClassifyReply.ProtoReflect.Descriptor instead.

func (*ListIcfClassifyReply) GetDataList

func (x *ListIcfClassifyReply) GetDataList() []*GetIcfClassifyReply

func (*ListIcfClassifyReply) GetPage

func (x *ListIcfClassifyReply) GetPage() int32

func (*ListIcfClassifyReply) GetPerPage

func (x *ListIcfClassifyReply) GetPerPage() int32

func (*ListIcfClassifyReply) GetTotal

func (x *ListIcfClassifyReply) GetTotal() int32

func (*ListIcfClassifyReply) ProtoMessage

func (*ListIcfClassifyReply) ProtoMessage()

func (*ListIcfClassifyReply) ProtoReflect

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

func (*ListIcfClassifyReply) Reset

func (x *ListIcfClassifyReply) Reset()

func (*ListIcfClassifyReply) String

func (x *ListIcfClassifyReply) String() string

func (*ListIcfClassifyReply) Validate

func (m *ListIcfClassifyReply) Validate() error

Validate checks the field values on ListIcfClassifyReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListIcfClassifyReply) ValidateAll

func (m *ListIcfClassifyReply) ValidateAll() error

ValidateAll checks the field values on ListIcfClassifyReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListIcfClassifyReplyMultiError, or nil if none found.

type ListIcfClassifyReplyMultiError

type ListIcfClassifyReplyMultiError []error

ListIcfClassifyReplyMultiError is an error wrapping multiple validation errors returned by ListIcfClassifyReply.ValidateAll() if the designated constraints aren't met.

func (ListIcfClassifyReplyMultiError) AllErrors

func (m ListIcfClassifyReplyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListIcfClassifyReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListIcfClassifyReplyValidationError

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

ListIcfClassifyReplyValidationError is the validation error returned by ListIcfClassifyReply.Validate if the designated constraints aren't met.

func (ListIcfClassifyReplyValidationError) Cause

Cause function returns cause value.

func (ListIcfClassifyReplyValidationError) Error

Error satisfies the builtin error interface

func (ListIcfClassifyReplyValidationError) ErrorName

ErrorName returns error name.

func (ListIcfClassifyReplyValidationError) Field

Field function returns field value.

func (ListIcfClassifyReplyValidationError) Key

Key function returns key value.

func (ListIcfClassifyReplyValidationError) Reason

Reason function returns reason value.

type ListIcfClassifyRequest

type ListIcfClassifyRequest struct {
	Page    int32  `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"`
	PerPage int32  `protobuf:"varint,2,opt,name=perPage,proto3" json:"perPage,omitempty"`
	Info    string `protobuf:"bytes,3,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIcfClassifyRequest) Descriptor deprecated

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

Deprecated: Use ListIcfClassifyRequest.ProtoReflect.Descriptor instead.

func (*ListIcfClassifyRequest) GetInfo

func (x *ListIcfClassifyRequest) GetInfo() string

func (*ListIcfClassifyRequest) GetPage

func (x *ListIcfClassifyRequest) GetPage() int32

func (*ListIcfClassifyRequest) GetPerPage

func (x *ListIcfClassifyRequest) GetPerPage() int32

func (*ListIcfClassifyRequest) ProtoMessage

func (*ListIcfClassifyRequest) ProtoMessage()

func (*ListIcfClassifyRequest) ProtoReflect

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

func (*ListIcfClassifyRequest) Reset

func (x *ListIcfClassifyRequest) Reset()

func (*ListIcfClassifyRequest) String

func (x *ListIcfClassifyRequest) String() string

func (*ListIcfClassifyRequest) Validate

func (m *ListIcfClassifyRequest) Validate() error

Validate checks the field values on ListIcfClassifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListIcfClassifyRequest) ValidateAll

func (m *ListIcfClassifyRequest) ValidateAll() error

ValidateAll checks the field values on ListIcfClassifyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListIcfClassifyRequestMultiError, or nil if none found.

type ListIcfClassifyRequestMultiError

type ListIcfClassifyRequestMultiError []error

ListIcfClassifyRequestMultiError is an error wrapping multiple validation errors returned by ListIcfClassifyRequest.ValidateAll() if the designated constraints aren't met.

func (ListIcfClassifyRequestMultiError) AllErrors

func (m ListIcfClassifyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListIcfClassifyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListIcfClassifyRequestValidationError

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

ListIcfClassifyRequestValidationError is the validation error returned by ListIcfClassifyRequest.Validate if the designated constraints aren't met.

func (ListIcfClassifyRequestValidationError) Cause

Cause function returns cause value.

func (ListIcfClassifyRequestValidationError) Error

Error satisfies the builtin error interface

func (ListIcfClassifyRequestValidationError) ErrorName

ErrorName returns error name.

func (ListIcfClassifyRequestValidationError) Field

Field function returns field value.

func (ListIcfClassifyRequestValidationError) Key

Key function returns key value.

func (ListIcfClassifyRequestValidationError) Reason

Reason function returns reason value.

type ListIcfClassifyScaleKeywordBindReply

type ListIcfClassifyScaleKeywordBindReply struct {
	List []*GetIcfClassifyScaleKeywordBindReply `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"`
	// contains filtered or unexported fields
}

func (*ListIcfClassifyScaleKeywordBindReply) Descriptor deprecated

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

Deprecated: Use ListIcfClassifyScaleKeywordBindReply.ProtoReflect.Descriptor instead.

func (*ListIcfClassifyScaleKeywordBindReply) GetList

func (*ListIcfClassifyScaleKeywordBindReply) ProtoMessage

func (*ListIcfClassifyScaleKeywordBindReply) ProtoMessage()

func (*ListIcfClassifyScaleKeywordBindReply) ProtoReflect

func (*ListIcfClassifyScaleKeywordBindReply) Reset

func (*ListIcfClassifyScaleKeywordBindReply) String

func (*ListIcfClassifyScaleKeywordBindReply) Validate

Validate checks the field values on ListIcfClassifyScaleKeywordBindReply with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListIcfClassifyScaleKeywordBindReply) ValidateAll

ValidateAll checks the field values on ListIcfClassifyScaleKeywordBindReply with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListIcfClassifyScaleKeywordBindReplyMultiError, or nil if none found.

type ListIcfClassifyScaleKeywordBindReplyMultiError

type ListIcfClassifyScaleKeywordBindReplyMultiError []error

ListIcfClassifyScaleKeywordBindReplyMultiError is an error wrapping multiple validation errors returned by ListIcfClassifyScaleKeywordBindReply.ValidateAll() if the designated constraints aren't met.

func (ListIcfClassifyScaleKeywordBindReplyMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListIcfClassifyScaleKeywordBindReplyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListIcfClassifyScaleKeywordBindReplyValidationError

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

ListIcfClassifyScaleKeywordBindReplyValidationError is the validation error returned by ListIcfClassifyScaleKeywordBindReply.Validate if the designated constraints aren't met.

func (ListIcfClassifyScaleKeywordBindReplyValidationError) Cause

Cause function returns cause value.

func (ListIcfClassifyScaleKeywordBindReplyValidationError) Error

Error satisfies the builtin error interface

func (ListIcfClassifyScaleKeywordBindReplyValidationError) ErrorName

ErrorName returns error name.

func (ListIcfClassifyScaleKeywordBindReplyValidationError) Field

Field function returns field value.

func (ListIcfClassifyScaleKeywordBindReplyValidationError) Key

Key function returns key value.

func (ListIcfClassifyScaleKeywordBindReplyValidationError) Reason

Reason function returns reason value.

type ListIcfClassifyScaleKeywordBindRequest

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

func (*ListIcfClassifyScaleKeywordBindRequest) Descriptor deprecated

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

Deprecated: Use ListIcfClassifyScaleKeywordBindRequest.ProtoReflect.Descriptor instead.

func (*ListIcfClassifyScaleKeywordBindRequest) GetIcfClassifyID

func (x *ListIcfClassifyScaleKeywordBindRequest) GetIcfClassifyID() string

func (*ListIcfClassifyScaleKeywordBindRequest) ProtoMessage

func (*ListIcfClassifyScaleKeywordBindRequest) ProtoReflect

func (*ListIcfClassifyScaleKeywordBindRequest) Reset

func (*ListIcfClassifyScaleKeywordBindRequest) String

func (*ListIcfClassifyScaleKeywordBindRequest) Validate

Validate checks the field values on ListIcfClassifyScaleKeywordBindRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListIcfClassifyScaleKeywordBindRequest) ValidateAll

ValidateAll checks the field values on ListIcfClassifyScaleKeywordBindRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListIcfClassifyScaleKeywordBindRequestMultiError, or nil if none found.

type ListIcfClassifyScaleKeywordBindRequestMultiError

type ListIcfClassifyScaleKeywordBindRequestMultiError []error

ListIcfClassifyScaleKeywordBindRequestMultiError is an error wrapping multiple validation errors returned by ListIcfClassifyScaleKeywordBindRequest.ValidateAll() if the designated constraints aren't met.

func (ListIcfClassifyScaleKeywordBindRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListIcfClassifyScaleKeywordBindRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListIcfClassifyScaleKeywordBindRequestValidationError

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

ListIcfClassifyScaleKeywordBindRequestValidationError is the validation error returned by ListIcfClassifyScaleKeywordBindRequest.Validate if the designated constraints aren't met.

func (ListIcfClassifyScaleKeywordBindRequestValidationError) Cause

Cause function returns cause value.

func (ListIcfClassifyScaleKeywordBindRequestValidationError) Error

Error satisfies the builtin error interface

func (ListIcfClassifyScaleKeywordBindRequestValidationError) ErrorName

ErrorName returns error name.

func (ListIcfClassifyScaleKeywordBindRequestValidationError) Field

Field function returns field value.

func (ListIcfClassifyScaleKeywordBindRequestValidationError) Key

Key function returns key value.

func (ListIcfClassifyScaleKeywordBindRequestValidationError) Reason

Reason function returns reason value.

type UnimplementedIcfServer

type UnimplementedIcfServer struct {
}

UnimplementedIcfServer must be embedded to have forward compatible implementations.

func (UnimplementedIcfServer) CreateicfClassifyScaleKeywordBind

func (UnimplementedIcfServer) GetIcfClassify

func (UnimplementedIcfServer) ListIcfClassify

type UnsafeIcfServer

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

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

Jump to

Keyboard shortcuts

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