Documentation ¶
Index ¶
- Variables
- type DetectLanguageRequest
- func (*DetectLanguageRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DetectLanguageRequest) GetProcesses() []*Process
- func (*DetectLanguageRequest) ProtoMessage()
- func (x *DetectLanguageRequest) ProtoReflect() protoreflect.Message
- func (x *DetectLanguageRequest) Reset()
- func (x *DetectLanguageRequest) String() string
- type DetectLanguageResponse
- func (*DetectLanguageResponse) Descriptor() ([]byte, []int)deprecated
- func (x *DetectLanguageResponse) GetLanguages() []*Language
- func (*DetectLanguageResponse) ProtoMessage()
- func (x *DetectLanguageResponse) ProtoReflect() protoreflect.Message
- func (x *DetectLanguageResponse) Reset()
- func (x *DetectLanguageResponse) String() string
- type Language
- type Process
- func (*Process) Descriptor() ([]byte, []int)deprecated
- func (x *Process) GetCmdline() []string
- func (x *Process) GetCommand() string
- func (x *Process) GetPid() int32
- func (*Process) ProtoMessage()
- func (x *Process) ProtoReflect() protoreflect.Message
- func (x *Process) Reset()
- func (x *Process) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_datadog_languagedetection_api_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DetectLanguageRequest ¶
type DetectLanguageRequest struct { Processes []*Process `protobuf:"bytes,1,rep,name=processes,proto3" json:"processes,omitempty"` // contains filtered or unexported fields }
func (*DetectLanguageRequest) Descriptor
deprecated
func (*DetectLanguageRequest) Descriptor() ([]byte, []int)
Deprecated: Use DetectLanguageRequest.ProtoReflect.Descriptor instead.
func (*DetectLanguageRequest) GetProcesses ¶
func (x *DetectLanguageRequest) GetProcesses() []*Process
func (*DetectLanguageRequest) ProtoMessage ¶
func (*DetectLanguageRequest) ProtoMessage()
func (*DetectLanguageRequest) ProtoReflect ¶
func (x *DetectLanguageRequest) ProtoReflect() protoreflect.Message
func (*DetectLanguageRequest) Reset ¶
func (x *DetectLanguageRequest) Reset()
func (*DetectLanguageRequest) String ¶
func (x *DetectLanguageRequest) String() string
type DetectLanguageResponse ¶
type DetectLanguageResponse struct { Languages []*Language `protobuf:"bytes,1,rep,name=languages,proto3" json:"languages,omitempty"` // contains filtered or unexported fields }
func (*DetectLanguageResponse) Descriptor
deprecated
func (*DetectLanguageResponse) Descriptor() ([]byte, []int)
Deprecated: Use DetectLanguageResponse.ProtoReflect.Descriptor instead.
func (*DetectLanguageResponse) GetLanguages ¶
func (x *DetectLanguageResponse) GetLanguages() []*Language
func (*DetectLanguageResponse) ProtoMessage ¶
func (*DetectLanguageResponse) ProtoMessage()
func (*DetectLanguageResponse) ProtoReflect ¶
func (x *DetectLanguageResponse) ProtoReflect() protoreflect.Message
func (*DetectLanguageResponse) Reset ¶
func (x *DetectLanguageResponse) Reset()
func (*DetectLanguageResponse) String ¶
func (x *DetectLanguageResponse) String() string
type Language ¶
type Language struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
Should closely match `languagemodels.Language`
func (*Language) Descriptor
deprecated
func (*Language) GetVersion ¶
func (*Language) ProtoMessage ¶
func (*Language) ProtoMessage()
func (*Language) ProtoReflect ¶
func (x *Language) ProtoReflect() protoreflect.Message
type Process ¶
type Process struct { Pid int32 `protobuf:"varint,1,opt,name=pid,proto3" json:"pid,omitempty"` Command string `protobuf:"bytes,2,opt,name=command,proto3" json:"command,omitempty"` Cmdline []string `protobuf:"bytes,3,rep,name=cmdline,proto3" json:"cmdline,omitempty"` // contains filtered or unexported fields }
func (*Process) Descriptor
deprecated
func (*Process) GetCmdline ¶
func (*Process) GetCommand ¶
func (*Process) ProtoMessage ¶
func (*Process) ProtoMessage()
func (*Process) ProtoReflect ¶
func (x *Process) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.