diagnosis

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2023 License: MIT Imports: 12 Imported by: 7

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Status_name = map[int32]string{
		0: "UNKNOWN",
		1: "OK",
		2: "CONFIGURED",
		3: "IN_PROGRESS",
		4: "ERROR",
	}
	Status_value = map[string]int32{
		"UNKNOWN":     0,
		"OK":          1,
		"CONFIGURED":  2,
		"IN_PROGRESS": 3,
		"ERROR":       4,
	}
)

Enum value maps for Status.

View Source
var (
	ApplicationScanType_name = map[int32]string{
		0: "NOT_CONFIGURED",
		1: "BASIC",
	}
	ApplicationScanType_value = map[string]int32{
		"NOT_CONFIGURED": 0,
		"BASIC":          1,
	}
)

Enum value maps for ApplicationScanType.

View Source
var File_diagnosis_entities_proto protoreflect.FileDescriptor
View Source
var File_diagnosis_services_proto protoreflect.FileDescriptor

Functions

func RegisterDiagnosisServiceServer

func RegisterDiagnosisServiceServer(s *grpc.Server, srv DiagnosisServiceServer)

Types

type ApplicationScan

type ApplicationScan struct {
	ApplicationScanId     uint32              `protobuf:"varint,1,opt,name=application_scan_id,json=applicationScanId,proto3" json:"application_scan_id,omitempty"`
	ProjectId             uint32              `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32              `` /* 129-byte string literal not displayed */
	Name                  string              `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Status                Status              `protobuf:"varint,5,opt,name=status,proto3,enum=datasource.diagnosis.Status" json:"status,omitempty"`
	StatusDetail          string              `protobuf:"bytes,6,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"`
	ScanAt                int64               `protobuf:"varint,7,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"`
	CreatedAt             int64               `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt             int64               `protobuf:"varint,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ScanType              ApplicationScanType `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ApplicationScan) Descriptor deprecated

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

Deprecated: Use ApplicationScan.ProtoReflect.Descriptor instead.

func (*ApplicationScan) GetApplicationScanId

func (x *ApplicationScan) GetApplicationScanId() uint32

func (*ApplicationScan) GetCreatedAt

func (x *ApplicationScan) GetCreatedAt() int64

func (*ApplicationScan) GetDiagnosisDataSourceId

func (x *ApplicationScan) GetDiagnosisDataSourceId() uint32

func (*ApplicationScan) GetName

func (x *ApplicationScan) GetName() string

func (*ApplicationScan) GetProjectId

func (x *ApplicationScan) GetProjectId() uint32

func (*ApplicationScan) GetScanAt

func (x *ApplicationScan) GetScanAt() int64

func (*ApplicationScan) GetScanType

func (x *ApplicationScan) GetScanType() ApplicationScanType

func (*ApplicationScan) GetStatus

func (x *ApplicationScan) GetStatus() Status

func (*ApplicationScan) GetStatusDetail

func (x *ApplicationScan) GetStatusDetail() string

func (*ApplicationScan) GetUpdatedAt

func (x *ApplicationScan) GetUpdatedAt() int64

func (*ApplicationScan) ProtoMessage

func (*ApplicationScan) ProtoMessage()

func (*ApplicationScan) ProtoReflect

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

func (*ApplicationScan) Reset

func (x *ApplicationScan) Reset()

func (*ApplicationScan) String

func (x *ApplicationScan) String() string

type ApplicationScanBasicSetting

type ApplicationScanBasicSetting struct {
	ApplicationScanBasicSettingId uint32 `` /* 155-byte string literal not displayed */
	ApplicationScanId             uint32 `protobuf:"varint,2,opt,name=application_scan_id,json=applicationScanId,proto3" json:"application_scan_id,omitempty"`
	ProjectId                     uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Target                        string `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"`
	MaxDepth                      uint32 `protobuf:"varint,5,opt,name=max_depth,json=maxDepth,proto3" json:"max_depth,omitempty"`
	MaxChildren                   uint32 `protobuf:"varint,6,opt,name=max_children,json=maxChildren,proto3" json:"max_children,omitempty"`
	CreatedAt                     int64  `protobuf:"varint,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt                     int64  `protobuf:"varint,8,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationScanBasicSetting) Descriptor deprecated

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

Deprecated: Use ApplicationScanBasicSetting.ProtoReflect.Descriptor instead.

func (*ApplicationScanBasicSetting) GetApplicationScanBasicSettingId

func (x *ApplicationScanBasicSetting) GetApplicationScanBasicSettingId() uint32

func (*ApplicationScanBasicSetting) GetApplicationScanId

func (x *ApplicationScanBasicSetting) GetApplicationScanId() uint32

func (*ApplicationScanBasicSetting) GetCreatedAt

func (x *ApplicationScanBasicSetting) GetCreatedAt() int64

func (*ApplicationScanBasicSetting) GetMaxChildren

func (x *ApplicationScanBasicSetting) GetMaxChildren() uint32

func (*ApplicationScanBasicSetting) GetMaxDepth

func (x *ApplicationScanBasicSetting) GetMaxDepth() uint32

func (*ApplicationScanBasicSetting) GetProjectId

func (x *ApplicationScanBasicSetting) GetProjectId() uint32

func (*ApplicationScanBasicSetting) GetTarget

func (x *ApplicationScanBasicSetting) GetTarget() string

func (*ApplicationScanBasicSetting) GetUpdatedAt

func (x *ApplicationScanBasicSetting) GetUpdatedAt() int64

func (*ApplicationScanBasicSetting) ProtoMessage

func (*ApplicationScanBasicSetting) ProtoMessage()

func (*ApplicationScanBasicSetting) ProtoReflect

func (*ApplicationScanBasicSetting) Reset

func (x *ApplicationScanBasicSetting) Reset()

func (*ApplicationScanBasicSetting) String

func (x *ApplicationScanBasicSetting) String() string

type ApplicationScanBasicSettingForUpsert

type ApplicationScanBasicSettingForUpsert struct {
	ApplicationScanBasicSettingId uint32 `` /* 155-byte string literal not displayed */
	ApplicationScanId             uint32 `protobuf:"varint,2,opt,name=application_scan_id,json=applicationScanId,proto3" json:"application_scan_id,omitempty"`
	ProjectId                     uint32 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Target                        string `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"`
	MaxDepth                      uint32 `protobuf:"varint,5,opt,name=max_depth,json=maxDepth,proto3" json:"max_depth,omitempty"`
	MaxChildren                   uint32 `protobuf:"varint,6,opt,name=max_children,json=maxChildren,proto3" json:"max_children,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplicationScanBasicSettingForUpsert) Descriptor deprecated

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

Deprecated: Use ApplicationScanBasicSettingForUpsert.ProtoReflect.Descriptor instead.

func (*ApplicationScanBasicSettingForUpsert) GetApplicationScanBasicSettingId

func (x *ApplicationScanBasicSettingForUpsert) GetApplicationScanBasicSettingId() uint32

func (*ApplicationScanBasicSettingForUpsert) GetApplicationScanId

func (x *ApplicationScanBasicSettingForUpsert) GetApplicationScanId() uint32

func (*ApplicationScanBasicSettingForUpsert) GetMaxChildren

func (x *ApplicationScanBasicSettingForUpsert) GetMaxChildren() uint32

func (*ApplicationScanBasicSettingForUpsert) GetMaxDepth

func (*ApplicationScanBasicSettingForUpsert) GetProjectId

func (x *ApplicationScanBasicSettingForUpsert) GetProjectId() uint32

func (*ApplicationScanBasicSettingForUpsert) GetTarget

func (*ApplicationScanBasicSettingForUpsert) ProtoMessage

func (*ApplicationScanBasicSettingForUpsert) ProtoMessage()

func (*ApplicationScanBasicSettingForUpsert) ProtoReflect

func (*ApplicationScanBasicSettingForUpsert) Reset

func (*ApplicationScanBasicSettingForUpsert) String

func (*ApplicationScanBasicSettingForUpsert) Validate

Validate ApplicationScanBasicSettingForUpsert

type ApplicationScanForUpsert

type ApplicationScanForUpsert struct {
	ApplicationScanId     uint32              `protobuf:"varint,1,opt,name=application_scan_id,json=applicationScanId,proto3" json:"application_scan_id,omitempty"`
	ProjectId             uint32              `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32              `` /* 129-byte string literal not displayed */
	Name                  string              `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Status                Status              `protobuf:"varint,5,opt,name=status,proto3,enum=datasource.diagnosis.Status" json:"status,omitempty"`
	StatusDetail          string              `protobuf:"bytes,6,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"`
	ScanAt                int64               `protobuf:"varint,7,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"`
	ScanType              ApplicationScanType `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ApplicationScanForUpsert) Descriptor deprecated

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

Deprecated: Use ApplicationScanForUpsert.ProtoReflect.Descriptor instead.

func (*ApplicationScanForUpsert) GetApplicationScanId

func (x *ApplicationScanForUpsert) GetApplicationScanId() uint32

func (*ApplicationScanForUpsert) GetDiagnosisDataSourceId

func (x *ApplicationScanForUpsert) GetDiagnosisDataSourceId() uint32

func (*ApplicationScanForUpsert) GetName

func (x *ApplicationScanForUpsert) GetName() string

func (*ApplicationScanForUpsert) GetProjectId

func (x *ApplicationScanForUpsert) GetProjectId() uint32

func (*ApplicationScanForUpsert) GetScanAt

func (x *ApplicationScanForUpsert) GetScanAt() int64

func (*ApplicationScanForUpsert) GetScanType

func (*ApplicationScanForUpsert) GetStatus

func (x *ApplicationScanForUpsert) GetStatus() Status

func (*ApplicationScanForUpsert) GetStatusDetail

func (x *ApplicationScanForUpsert) GetStatusDetail() string

func (*ApplicationScanForUpsert) ProtoMessage

func (*ApplicationScanForUpsert) ProtoMessage()

func (*ApplicationScanForUpsert) ProtoReflect

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

func (*ApplicationScanForUpsert) Reset

func (x *ApplicationScanForUpsert) Reset()

func (*ApplicationScanForUpsert) String

func (x *ApplicationScanForUpsert) String() string

func (*ApplicationScanForUpsert) Validate

func (r *ApplicationScanForUpsert) Validate() error

Validate ApplicationScanForUpsert

type ApplicationScanType

type ApplicationScanType int32

Status

const (
	ApplicationScanType_NOT_CONFIGURED ApplicationScanType = 0
	ApplicationScanType_BASIC          ApplicationScanType = 1
)

func (ApplicationScanType) Descriptor

func (ApplicationScanType) Enum

func (ApplicationScanType) EnumDescriptor deprecated

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

Deprecated: Use ApplicationScanType.Descriptor instead.

func (ApplicationScanType) Number

func (ApplicationScanType) String

func (x ApplicationScanType) String() string

func (ApplicationScanType) Type

type DeleteApplicationScanBasicSettingRequest

type DeleteApplicationScanBasicSettingRequest struct {
	ProjectId                     uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ApplicationScanBasicSettingId uint32 `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteApplicationScanBasicSettingRequest) Descriptor deprecated

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

Deprecated: Use DeleteApplicationScanBasicSettingRequest.ProtoReflect.Descriptor instead.

func (*DeleteApplicationScanBasicSettingRequest) GetApplicationScanBasicSettingId

func (x *DeleteApplicationScanBasicSettingRequest) GetApplicationScanBasicSettingId() uint32

func (*DeleteApplicationScanBasicSettingRequest) GetProjectId

func (*DeleteApplicationScanBasicSettingRequest) ProtoMessage

func (*DeleteApplicationScanBasicSettingRequest) ProtoReflect

func (*DeleteApplicationScanBasicSettingRequest) Reset

func (*DeleteApplicationScanBasicSettingRequest) String

func (*DeleteApplicationScanBasicSettingRequest) Validate

Validate DeleteApplicationScanBasicSettingRequest

type DeleteApplicationScanRequest

type DeleteApplicationScanRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ApplicationScanId uint32 `protobuf:"varint,2,opt,name=application_scan_id,json=applicationScanId,proto3" json:"application_scan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteApplicationScanRequest) Descriptor deprecated

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

Deprecated: Use DeleteApplicationScanRequest.ProtoReflect.Descriptor instead.

func (*DeleteApplicationScanRequest) GetApplicationScanId

func (x *DeleteApplicationScanRequest) GetApplicationScanId() uint32

func (*DeleteApplicationScanRequest) GetProjectId

func (x *DeleteApplicationScanRequest) GetProjectId() uint32

func (*DeleteApplicationScanRequest) ProtoMessage

func (*DeleteApplicationScanRequest) ProtoMessage()

func (*DeleteApplicationScanRequest) ProtoReflect

func (*DeleteApplicationScanRequest) Reset

func (x *DeleteApplicationScanRequest) Reset()

func (*DeleteApplicationScanRequest) String

func (*DeleteApplicationScanRequest) Validate

func (r *DeleteApplicationScanRequest) Validate() error

Validate DeleteApplicationScanRequest

type DeleteDiagnosisDataSourceRequest

type DeleteDiagnosisDataSourceRequest struct {
	ProjectId             uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DeleteDiagnosisDataSourceRequest) Descriptor deprecated

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

Deprecated: Use DeleteDiagnosisDataSourceRequest.ProtoReflect.Descriptor instead.

func (*DeleteDiagnosisDataSourceRequest) GetDiagnosisDataSourceId

func (x *DeleteDiagnosisDataSourceRequest) GetDiagnosisDataSourceId() uint32

func (*DeleteDiagnosisDataSourceRequest) GetProjectId

func (x *DeleteDiagnosisDataSourceRequest) GetProjectId() uint32

func (*DeleteDiagnosisDataSourceRequest) ProtoMessage

func (*DeleteDiagnosisDataSourceRequest) ProtoMessage()

func (*DeleteDiagnosisDataSourceRequest) ProtoReflect

func (*DeleteDiagnosisDataSourceRequest) Reset

func (*DeleteDiagnosisDataSourceRequest) String

func (*DeleteDiagnosisDataSourceRequest) Validate

Validate DeleteDataSourceRequest

type DeletePortscanSettingRequest

type DeletePortscanSettingRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PortscanSettingId uint32 `protobuf:"varint,2,opt,name=portscan_setting_id,json=portscanSettingId,proto3" json:"portscan_setting_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePortscanSettingRequest) Descriptor deprecated

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

Deprecated: Use DeletePortscanSettingRequest.ProtoReflect.Descriptor instead.

func (*DeletePortscanSettingRequest) GetPortscanSettingId

func (x *DeletePortscanSettingRequest) GetPortscanSettingId() uint32

func (*DeletePortscanSettingRequest) GetProjectId

func (x *DeletePortscanSettingRequest) GetProjectId() uint32

func (*DeletePortscanSettingRequest) ProtoMessage

func (*DeletePortscanSettingRequest) ProtoMessage()

func (*DeletePortscanSettingRequest) ProtoReflect

func (*DeletePortscanSettingRequest) Reset

func (x *DeletePortscanSettingRequest) Reset()

func (*DeletePortscanSettingRequest) String

func (*DeletePortscanSettingRequest) Validate

func (r *DeletePortscanSettingRequest) Validate() error

Validate DeletePortscanSettingRequest

type DeletePortscanTargetRequest

type DeletePortscanTargetRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PortscanTargetId uint32 `protobuf:"varint,2,opt,name=portscan_target_id,json=portscanTargetId,proto3" json:"portscan_target_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePortscanTargetRequest) Descriptor deprecated

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

Deprecated: Use DeletePortscanTargetRequest.ProtoReflect.Descriptor instead.

func (*DeletePortscanTargetRequest) GetPortscanTargetId

func (x *DeletePortscanTargetRequest) GetPortscanTargetId() uint32

func (*DeletePortscanTargetRequest) GetProjectId

func (x *DeletePortscanTargetRequest) GetProjectId() uint32

func (*DeletePortscanTargetRequest) ProtoMessage

func (*DeletePortscanTargetRequest) ProtoMessage()

func (*DeletePortscanTargetRequest) ProtoReflect

func (*DeletePortscanTargetRequest) Reset

func (x *DeletePortscanTargetRequest) Reset()

func (*DeletePortscanTargetRequest) String

func (x *DeletePortscanTargetRequest) String() string

func (*DeletePortscanTargetRequest) Validate

func (r *DeletePortscanTargetRequest) Validate() error

Validate DeletePortscanTargetRequest

type DeleteWpscanSettingRequest

type DeleteWpscanSettingRequest struct {
	ProjectId       uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	WpscanSettingId uint32 `protobuf:"varint,2,opt,name=wpscan_setting_id,json=wpscanSettingId,proto3" json:"wpscan_setting_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteWpscanSettingRequest) Descriptor deprecated

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

Deprecated: Use DeleteWpscanSettingRequest.ProtoReflect.Descriptor instead.

func (*DeleteWpscanSettingRequest) GetProjectId

func (x *DeleteWpscanSettingRequest) GetProjectId() uint32

func (*DeleteWpscanSettingRequest) GetWpscanSettingId

func (x *DeleteWpscanSettingRequest) GetWpscanSettingId() uint32

func (*DeleteWpscanSettingRequest) ProtoMessage

func (*DeleteWpscanSettingRequest) ProtoMessage()

func (*DeleteWpscanSettingRequest) ProtoReflect

func (*DeleteWpscanSettingRequest) Reset

func (x *DeleteWpscanSettingRequest) Reset()

func (*DeleteWpscanSettingRequest) String

func (x *DeleteWpscanSettingRequest) String() string

func (*DeleteWpscanSettingRequest) Validate

func (r *DeleteWpscanSettingRequest) Validate() error

Validate DeleteWpscanSettingRequest

type DiagnosisDataSource

type DiagnosisDataSource struct {
	DiagnosisDataSourceId uint32  `` /* 129-byte string literal not displayed */
	Name                  string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description           string  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	MaxScore              float32 `protobuf:"fixed32,4,opt,name=max_score,json=maxScore,proto3" json:"max_score,omitempty"`
	CreatedAt             int64   `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt             int64   `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosisDataSource) Descriptor deprecated

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

Deprecated: Use DiagnosisDataSource.ProtoReflect.Descriptor instead.

func (*DiagnosisDataSource) GetCreatedAt

func (x *DiagnosisDataSource) GetCreatedAt() int64

func (*DiagnosisDataSource) GetDescription

func (x *DiagnosisDataSource) GetDescription() string

func (*DiagnosisDataSource) GetDiagnosisDataSourceId

func (x *DiagnosisDataSource) GetDiagnosisDataSourceId() uint32

func (*DiagnosisDataSource) GetMaxScore

func (x *DiagnosisDataSource) GetMaxScore() float32

func (*DiagnosisDataSource) GetName

func (x *DiagnosisDataSource) GetName() string

func (*DiagnosisDataSource) GetUpdatedAt

func (x *DiagnosisDataSource) GetUpdatedAt() int64

func (*DiagnosisDataSource) ProtoMessage

func (*DiagnosisDataSource) ProtoMessage()

func (*DiagnosisDataSource) ProtoReflect

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

func (*DiagnosisDataSource) Reset

func (x *DiagnosisDataSource) Reset()

func (*DiagnosisDataSource) String

func (x *DiagnosisDataSource) String() string

type DiagnosisDataSourceForUpsert

type DiagnosisDataSourceForUpsert struct {
	DiagnosisDataSourceId uint32  `` /* 129-byte string literal not displayed */
	Name                  string  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description           string  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	MaxScore              float32 `protobuf:"fixed32,4,opt,name=max_score,json=maxScore,proto3" json:"max_score,omitempty"`
	// contains filtered or unexported fields
}

func (*DiagnosisDataSourceForUpsert) Descriptor deprecated

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

Deprecated: Use DiagnosisDataSourceForUpsert.ProtoReflect.Descriptor instead.

func (*DiagnosisDataSourceForUpsert) GetDescription

func (x *DiagnosisDataSourceForUpsert) GetDescription() string

func (*DiagnosisDataSourceForUpsert) GetDiagnosisDataSourceId

func (x *DiagnosisDataSourceForUpsert) GetDiagnosisDataSourceId() uint32

func (*DiagnosisDataSourceForUpsert) GetMaxScore

func (x *DiagnosisDataSourceForUpsert) GetMaxScore() float32

func (*DiagnosisDataSourceForUpsert) GetName

func (x *DiagnosisDataSourceForUpsert) GetName() string

func (*DiagnosisDataSourceForUpsert) ProtoMessage

func (*DiagnosisDataSourceForUpsert) ProtoMessage()

func (*DiagnosisDataSourceForUpsert) ProtoReflect

func (*DiagnosisDataSourceForUpsert) Reset

func (x *DiagnosisDataSourceForUpsert) Reset()

func (*DiagnosisDataSourceForUpsert) String

func (*DiagnosisDataSourceForUpsert) Validate

func (d *DiagnosisDataSourceForUpsert) Validate() error

Validate DiagnosisDataSourceForUpsert

type DiagnosisServiceClient

type DiagnosisServiceClient interface {
	// DataSource
	ListDiagnosisDataSource(ctx context.Context, in *ListDiagnosisDataSourceRequest, opts ...grpc.CallOption) (*ListDiagnosisDataSourceResponse, error)
	GetDiagnosisDataSource(ctx context.Context, in *GetDiagnosisDataSourceRequest, opts ...grpc.CallOption) (*GetDiagnosisDataSourceResponse, error)
	PutDiagnosisDataSource(ctx context.Context, in *PutDiagnosisDataSourceRequest, opts ...grpc.CallOption) (*PutDiagnosisDataSourceResponse, error)
	DeleteDiagnosisDataSource(ctx context.Context, in *DeleteDiagnosisDataSourceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// WpscanSetting
	ListWpscanSetting(ctx context.Context, in *ListWpscanSettingRequest, opts ...grpc.CallOption) (*ListWpscanSettingResponse, error)
	GetWpscanSetting(ctx context.Context, in *GetWpscanSettingRequest, opts ...grpc.CallOption) (*GetWpscanSettingResponse, error)
	PutWpscanSetting(ctx context.Context, in *PutWpscanSettingRequest, opts ...grpc.CallOption) (*PutWpscanSettingResponse, error)
	DeleteWpscanSetting(ctx context.Context, in *DeleteWpscanSettingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// PortscanSetting
	ListPortscanSetting(ctx context.Context, in *ListPortscanSettingRequest, opts ...grpc.CallOption) (*ListPortscanSettingResponse, error)
	GetPortscanSetting(ctx context.Context, in *GetPortscanSettingRequest, opts ...grpc.CallOption) (*GetPortscanSettingResponse, error)
	PutPortscanSetting(ctx context.Context, in *PutPortscanSettingRequest, opts ...grpc.CallOption) (*PutPortscanSettingResponse, error)
	DeletePortscanSetting(ctx context.Context, in *DeletePortscanSettingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// PortscanTarget
	ListPortscanTarget(ctx context.Context, in *ListPortscanTargetRequest, opts ...grpc.CallOption) (*ListPortscanTargetResponse, error)
	GetPortscanTarget(ctx context.Context, in *GetPortscanTargetRequest, opts ...grpc.CallOption) (*GetPortscanTargetResponse, error)
	PutPortscanTarget(ctx context.Context, in *PutPortscanTargetRequest, opts ...grpc.CallOption) (*PutPortscanTargetResponse, error)
	DeletePortscanTarget(ctx context.Context, in *DeletePortscanTargetRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// ApplicationScan
	ListApplicationScan(ctx context.Context, in *ListApplicationScanRequest, opts ...grpc.CallOption) (*ListApplicationScanResponse, error)
	GetApplicationScan(ctx context.Context, in *GetApplicationScanRequest, opts ...grpc.CallOption) (*GetApplicationScanResponse, error)
	PutApplicationScan(ctx context.Context, in *PutApplicationScanRequest, opts ...grpc.CallOption) (*PutApplicationScanResponse, error)
	DeleteApplicationScan(ctx context.Context, in *DeleteApplicationScanRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// ApplicationScanBasicSetting
	ListApplicationScanBasicSetting(ctx context.Context, in *ListApplicationScanBasicSettingRequest, opts ...grpc.CallOption) (*ListApplicationScanBasicSettingResponse, error)
	GetApplicationScanBasicSetting(ctx context.Context, in *GetApplicationScanBasicSettingRequest, opts ...grpc.CallOption) (*GetApplicationScanBasicSettingResponse, error)
	PutApplicationScanBasicSetting(ctx context.Context, in *PutApplicationScanBasicSettingRequest, opts ...grpc.CallOption) (*PutApplicationScanBasicSettingResponse, error)
	DeleteApplicationScanBasicSetting(ctx context.Context, in *DeleteApplicationScanBasicSettingRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// KICK
	InvokeScan(ctx context.Context, in *InvokeScanRequest, opts ...grpc.CallOption) (*InvokeScanResponse, error)
	InvokeScanAll(ctx context.Context, in *InvokeScanAllRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

DiagnosisServiceClient is the client API for DiagnosisService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type DiagnosisServiceServer

type DiagnosisServiceServer interface {
	// DataSource
	ListDiagnosisDataSource(context.Context, *ListDiagnosisDataSourceRequest) (*ListDiagnosisDataSourceResponse, error)
	GetDiagnosisDataSource(context.Context, *GetDiagnosisDataSourceRequest) (*GetDiagnosisDataSourceResponse, error)
	PutDiagnosisDataSource(context.Context, *PutDiagnosisDataSourceRequest) (*PutDiagnosisDataSourceResponse, error)
	DeleteDiagnosisDataSource(context.Context, *DeleteDiagnosisDataSourceRequest) (*emptypb.Empty, error)
	// WpscanSetting
	ListWpscanSetting(context.Context, *ListWpscanSettingRequest) (*ListWpscanSettingResponse, error)
	GetWpscanSetting(context.Context, *GetWpscanSettingRequest) (*GetWpscanSettingResponse, error)
	PutWpscanSetting(context.Context, *PutWpscanSettingRequest) (*PutWpscanSettingResponse, error)
	DeleteWpscanSetting(context.Context, *DeleteWpscanSettingRequest) (*emptypb.Empty, error)
	// PortscanSetting
	ListPortscanSetting(context.Context, *ListPortscanSettingRequest) (*ListPortscanSettingResponse, error)
	GetPortscanSetting(context.Context, *GetPortscanSettingRequest) (*GetPortscanSettingResponse, error)
	PutPortscanSetting(context.Context, *PutPortscanSettingRequest) (*PutPortscanSettingResponse, error)
	DeletePortscanSetting(context.Context, *DeletePortscanSettingRequest) (*emptypb.Empty, error)
	// PortscanTarget
	ListPortscanTarget(context.Context, *ListPortscanTargetRequest) (*ListPortscanTargetResponse, error)
	GetPortscanTarget(context.Context, *GetPortscanTargetRequest) (*GetPortscanTargetResponse, error)
	PutPortscanTarget(context.Context, *PutPortscanTargetRequest) (*PutPortscanTargetResponse, error)
	DeletePortscanTarget(context.Context, *DeletePortscanTargetRequest) (*emptypb.Empty, error)
	// ApplicationScan
	ListApplicationScan(context.Context, *ListApplicationScanRequest) (*ListApplicationScanResponse, error)
	GetApplicationScan(context.Context, *GetApplicationScanRequest) (*GetApplicationScanResponse, error)
	PutApplicationScan(context.Context, *PutApplicationScanRequest) (*PutApplicationScanResponse, error)
	DeleteApplicationScan(context.Context, *DeleteApplicationScanRequest) (*emptypb.Empty, error)
	// ApplicationScanBasicSetting
	ListApplicationScanBasicSetting(context.Context, *ListApplicationScanBasicSettingRequest) (*ListApplicationScanBasicSettingResponse, error)
	GetApplicationScanBasicSetting(context.Context, *GetApplicationScanBasicSettingRequest) (*GetApplicationScanBasicSettingResponse, error)
	PutApplicationScanBasicSetting(context.Context, *PutApplicationScanBasicSettingRequest) (*PutApplicationScanBasicSettingResponse, error)
	DeleteApplicationScanBasicSetting(context.Context, *DeleteApplicationScanBasicSettingRequest) (*emptypb.Empty, error)
	// KICK
	InvokeScan(context.Context, *InvokeScanRequest) (*InvokeScanResponse, error)
	InvokeScanAll(context.Context, *InvokeScanAllRequest) (*emptypb.Empty, error)
}

DiagnosisServiceServer is the server API for DiagnosisService service.

type GetApplicationScanBasicSettingRequest

type GetApplicationScanBasicSettingRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ApplicationScanId uint32 `protobuf:"varint,2,opt,name=application_scan_id,json=applicationScanId,proto3" json:"application_scan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationScanBasicSettingRequest) Descriptor deprecated

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

Deprecated: Use GetApplicationScanBasicSettingRequest.ProtoReflect.Descriptor instead.

func (*GetApplicationScanBasicSettingRequest) GetApplicationScanId

func (x *GetApplicationScanBasicSettingRequest) GetApplicationScanId() uint32

func (*GetApplicationScanBasicSettingRequest) GetProjectId

func (*GetApplicationScanBasicSettingRequest) ProtoMessage

func (*GetApplicationScanBasicSettingRequest) ProtoMessage()

func (*GetApplicationScanBasicSettingRequest) ProtoReflect

func (*GetApplicationScanBasicSettingRequest) Reset

func (*GetApplicationScanBasicSettingRequest) String

func (*GetApplicationScanBasicSettingRequest) Validate

Validate GetApplicationScanBasicSettingRequest

type GetApplicationScanBasicSettingResponse

type GetApplicationScanBasicSettingResponse struct {
	ApplicationScanBasicSetting *ApplicationScanBasicSetting `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetApplicationScanBasicSettingResponse) Descriptor deprecated

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

Deprecated: Use GetApplicationScanBasicSettingResponse.ProtoReflect.Descriptor instead.

func (*GetApplicationScanBasicSettingResponse) GetApplicationScanBasicSetting

func (x *GetApplicationScanBasicSettingResponse) GetApplicationScanBasicSetting() *ApplicationScanBasicSetting

func (*GetApplicationScanBasicSettingResponse) ProtoMessage

func (*GetApplicationScanBasicSettingResponse) ProtoReflect

func (*GetApplicationScanBasicSettingResponse) Reset

func (*GetApplicationScanBasicSettingResponse) String

type GetApplicationScanRequest

type GetApplicationScanRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ApplicationScanId uint32 `protobuf:"varint,2,opt,name=application_scan_id,json=applicationScanId,proto3" json:"application_scan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationScanRequest) Descriptor deprecated

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

Deprecated: Use GetApplicationScanRequest.ProtoReflect.Descriptor instead.

func (*GetApplicationScanRequest) GetApplicationScanId

func (x *GetApplicationScanRequest) GetApplicationScanId() uint32

func (*GetApplicationScanRequest) GetProjectId

func (x *GetApplicationScanRequest) GetProjectId() uint32

func (*GetApplicationScanRequest) ProtoMessage

func (*GetApplicationScanRequest) ProtoMessage()

func (*GetApplicationScanRequest) ProtoReflect

func (*GetApplicationScanRequest) Reset

func (x *GetApplicationScanRequest) Reset()

func (*GetApplicationScanRequest) String

func (x *GetApplicationScanRequest) String() string

func (*GetApplicationScanRequest) Validate

func (r *GetApplicationScanRequest) Validate() error

Validate GetApplicationScanRequest

type GetApplicationScanResponse

type GetApplicationScanResponse struct {
	ApplicationScan *ApplicationScan `protobuf:"bytes,1,opt,name=application_scan,json=applicationScan,proto3" json:"application_scan,omitempty"`
	// contains filtered or unexported fields
}

func (*GetApplicationScanResponse) Descriptor deprecated

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

Deprecated: Use GetApplicationScanResponse.ProtoReflect.Descriptor instead.

func (*GetApplicationScanResponse) GetApplicationScan

func (x *GetApplicationScanResponse) GetApplicationScan() *ApplicationScan

func (*GetApplicationScanResponse) ProtoMessage

func (*GetApplicationScanResponse) ProtoMessage()

func (*GetApplicationScanResponse) ProtoReflect

func (*GetApplicationScanResponse) Reset

func (x *GetApplicationScanResponse) Reset()

func (*GetApplicationScanResponse) String

func (x *GetApplicationScanResponse) String() string

type GetDiagnosisDataSourceRequest

type GetDiagnosisDataSourceRequest struct {
	ProjectId             uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetDiagnosisDataSourceRequest) Descriptor deprecated

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

Deprecated: Use GetDiagnosisDataSourceRequest.ProtoReflect.Descriptor instead.

func (*GetDiagnosisDataSourceRequest) GetDiagnosisDataSourceId

func (x *GetDiagnosisDataSourceRequest) GetDiagnosisDataSourceId() uint32

func (*GetDiagnosisDataSourceRequest) GetProjectId

func (x *GetDiagnosisDataSourceRequest) GetProjectId() uint32

func (*GetDiagnosisDataSourceRequest) ProtoMessage

func (*GetDiagnosisDataSourceRequest) ProtoMessage()

func (*GetDiagnosisDataSourceRequest) ProtoReflect

func (*GetDiagnosisDataSourceRequest) Reset

func (x *GetDiagnosisDataSourceRequest) Reset()

func (*GetDiagnosisDataSourceRequest) String

func (*GetDiagnosisDataSourceRequest) Validate

func (r *GetDiagnosisDataSourceRequest) Validate() error

Validate GetDiagnosisDataSourceRequest

type GetDiagnosisDataSourceResponse

type GetDiagnosisDataSourceResponse struct {
	DiagnosisDataSource *DiagnosisDataSource `protobuf:"bytes,1,opt,name=diagnosis_data_source,json=diagnosisDataSource,proto3" json:"diagnosis_data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDiagnosisDataSourceResponse) Descriptor deprecated

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

Deprecated: Use GetDiagnosisDataSourceResponse.ProtoReflect.Descriptor instead.

func (*GetDiagnosisDataSourceResponse) GetDiagnosisDataSource

func (x *GetDiagnosisDataSourceResponse) GetDiagnosisDataSource() *DiagnosisDataSource

func (*GetDiagnosisDataSourceResponse) ProtoMessage

func (*GetDiagnosisDataSourceResponse) ProtoMessage()

func (*GetDiagnosisDataSourceResponse) ProtoReflect

func (*GetDiagnosisDataSourceResponse) Reset

func (x *GetDiagnosisDataSourceResponse) Reset()

func (*GetDiagnosisDataSourceResponse) String

type GetPortscanSettingRequest

type GetPortscanSettingRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PortscanSettingId uint32 `protobuf:"varint,2,opt,name=portscan_setting_id,json=portscanSettingId,proto3" json:"portscan_setting_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPortscanSettingRequest) Descriptor deprecated

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

Deprecated: Use GetPortscanSettingRequest.ProtoReflect.Descriptor instead.

func (*GetPortscanSettingRequest) GetPortscanSettingId

func (x *GetPortscanSettingRequest) GetPortscanSettingId() uint32

func (*GetPortscanSettingRequest) GetProjectId

func (x *GetPortscanSettingRequest) GetProjectId() uint32

func (*GetPortscanSettingRequest) ProtoMessage

func (*GetPortscanSettingRequest) ProtoMessage()

func (*GetPortscanSettingRequest) ProtoReflect

func (*GetPortscanSettingRequest) Reset

func (x *GetPortscanSettingRequest) Reset()

func (*GetPortscanSettingRequest) String

func (x *GetPortscanSettingRequest) String() string

func (*GetPortscanSettingRequest) Validate

func (r *GetPortscanSettingRequest) Validate() error

Validate GetPortscanSettingRequest

type GetPortscanSettingResponse

type GetPortscanSettingResponse struct {
	PortscanSetting *PortscanSetting `protobuf:"bytes,1,opt,name=portscan_setting,json=portscanSetting,proto3" json:"portscan_setting,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPortscanSettingResponse) Descriptor deprecated

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

Deprecated: Use GetPortscanSettingResponse.ProtoReflect.Descriptor instead.

func (*GetPortscanSettingResponse) GetPortscanSetting

func (x *GetPortscanSettingResponse) GetPortscanSetting() *PortscanSetting

func (*GetPortscanSettingResponse) ProtoMessage

func (*GetPortscanSettingResponse) ProtoMessage()

func (*GetPortscanSettingResponse) ProtoReflect

func (*GetPortscanSettingResponse) Reset

func (x *GetPortscanSettingResponse) Reset()

func (*GetPortscanSettingResponse) String

func (x *GetPortscanSettingResponse) String() string

type GetPortscanTargetRequest

type GetPortscanTargetRequest struct {
	ProjectId        uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PortscanTargetId uint32 `protobuf:"varint,2,opt,name=portscan_target_id,json=portscanTargetId,proto3" json:"portscan_target_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPortscanTargetRequest) Descriptor deprecated

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

Deprecated: Use GetPortscanTargetRequest.ProtoReflect.Descriptor instead.

func (*GetPortscanTargetRequest) GetPortscanTargetId

func (x *GetPortscanTargetRequest) GetPortscanTargetId() uint32

func (*GetPortscanTargetRequest) GetProjectId

func (x *GetPortscanTargetRequest) GetProjectId() uint32

func (*GetPortscanTargetRequest) ProtoMessage

func (*GetPortscanTargetRequest) ProtoMessage()

func (*GetPortscanTargetRequest) ProtoReflect

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

func (*GetPortscanTargetRequest) Reset

func (x *GetPortscanTargetRequest) Reset()

func (*GetPortscanTargetRequest) String

func (x *GetPortscanTargetRequest) String() string

func (*GetPortscanTargetRequest) Validate

func (r *GetPortscanTargetRequest) Validate() error

Validate GetPortscanTargetRequest

type GetPortscanTargetResponse

type GetPortscanTargetResponse struct {
	PortscanTarget *PortscanTarget `protobuf:"bytes,1,opt,name=portscan_target,json=portscanTarget,proto3" json:"portscan_target,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPortscanTargetResponse) Descriptor deprecated

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

Deprecated: Use GetPortscanTargetResponse.ProtoReflect.Descriptor instead.

func (*GetPortscanTargetResponse) GetPortscanTarget

func (x *GetPortscanTargetResponse) GetPortscanTarget() *PortscanTarget

func (*GetPortscanTargetResponse) ProtoMessage

func (*GetPortscanTargetResponse) ProtoMessage()

func (*GetPortscanTargetResponse) ProtoReflect

func (*GetPortscanTargetResponse) Reset

func (x *GetPortscanTargetResponse) Reset()

func (*GetPortscanTargetResponse) String

func (x *GetPortscanTargetResponse) String() string

type GetWpscanSettingRequest

type GetWpscanSettingRequest struct {
	ProjectId       uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	WpscanSettingId uint32 `protobuf:"varint,2,opt,name=wpscan_setting_id,json=wpscanSettingId,proto3" json:"wpscan_setting_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWpscanSettingRequest) Descriptor deprecated

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

Deprecated: Use GetWpscanSettingRequest.ProtoReflect.Descriptor instead.

func (*GetWpscanSettingRequest) GetProjectId

func (x *GetWpscanSettingRequest) GetProjectId() uint32

func (*GetWpscanSettingRequest) GetWpscanSettingId

func (x *GetWpscanSettingRequest) GetWpscanSettingId() uint32

func (*GetWpscanSettingRequest) ProtoMessage

func (*GetWpscanSettingRequest) ProtoMessage()

func (*GetWpscanSettingRequest) ProtoReflect

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

func (*GetWpscanSettingRequest) Reset

func (x *GetWpscanSettingRequest) Reset()

func (*GetWpscanSettingRequest) String

func (x *GetWpscanSettingRequest) String() string

func (*GetWpscanSettingRequest) Validate

func (r *GetWpscanSettingRequest) Validate() error

Validate GetWpscanSettingRequest

type GetWpscanSettingResponse

type GetWpscanSettingResponse struct {
	WpscanSetting *WpscanSetting `protobuf:"bytes,1,opt,name=wpscan_setting,json=wpscanSetting,proto3" json:"wpscan_setting,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWpscanSettingResponse) Descriptor deprecated

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

Deprecated: Use GetWpscanSettingResponse.ProtoReflect.Descriptor instead.

func (*GetWpscanSettingResponse) GetWpscanSetting

func (x *GetWpscanSettingResponse) GetWpscanSetting() *WpscanSetting

func (*GetWpscanSettingResponse) ProtoMessage

func (*GetWpscanSettingResponse) ProtoMessage()

func (*GetWpscanSettingResponse) ProtoReflect

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

func (*GetWpscanSettingResponse) Reset

func (x *GetWpscanSettingResponse) Reset()

func (*GetWpscanSettingResponse) String

func (x *GetWpscanSettingResponse) String() string

type InvokeScanAllRequest

type InvokeScanAllRequest struct {
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*InvokeScanAllRequest) Descriptor deprecated

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

Deprecated: Use InvokeScanAllRequest.ProtoReflect.Descriptor instead.

func (*InvokeScanAllRequest) GetDiagnosisDataSourceId

func (x *InvokeScanAllRequest) GetDiagnosisDataSourceId() uint32

func (*InvokeScanAllRequest) ProtoMessage

func (*InvokeScanAllRequest) ProtoMessage()

func (*InvokeScanAllRequest) ProtoReflect

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

func (*InvokeScanAllRequest) Reset

func (x *InvokeScanAllRequest) Reset()

func (*InvokeScanAllRequest) String

func (x *InvokeScanAllRequest) String() string

type InvokeScanRequest

type InvokeScanRequest struct {
	ProjectId             uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	SettingId             uint32 `protobuf:"varint,2,opt,name=setting_id,json=settingId,proto3" json:"setting_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	ScanOnly              bool   `protobuf:"varint,4,opt,name=scan_only,json=scanOnly,proto3" json:"scan_only,omitempty"`
	// contains filtered or unexported fields
}

KICK Diagnosis

func (*InvokeScanRequest) Descriptor deprecated

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

Deprecated: Use InvokeScanRequest.ProtoReflect.Descriptor instead.

func (*InvokeScanRequest) GetDiagnosisDataSourceId

func (x *InvokeScanRequest) GetDiagnosisDataSourceId() uint32

func (*InvokeScanRequest) GetProjectId

func (x *InvokeScanRequest) GetProjectId() uint32

func (*InvokeScanRequest) GetScanOnly

func (x *InvokeScanRequest) GetScanOnly() bool

func (*InvokeScanRequest) GetSettingId

func (x *InvokeScanRequest) GetSettingId() uint32

func (*InvokeScanRequest) ProtoMessage

func (*InvokeScanRequest) ProtoMessage()

func (*InvokeScanRequest) ProtoReflect

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

func (*InvokeScanRequest) Reset

func (x *InvokeScanRequest) Reset()

func (*InvokeScanRequest) String

func (x *InvokeScanRequest) String() string

func (*InvokeScanRequest) Validate

func (r *InvokeScanRequest) Validate() error

Validate InvokeScanRequest

type InvokeScanResponse

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

func (*InvokeScanResponse) Descriptor deprecated

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

Deprecated: Use InvokeScanResponse.ProtoReflect.Descriptor instead.

func (*InvokeScanResponse) GetMessage

func (x *InvokeScanResponse) GetMessage() string

func (*InvokeScanResponse) ProtoMessage

func (*InvokeScanResponse) ProtoMessage()

func (*InvokeScanResponse) ProtoReflect

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

func (*InvokeScanResponse) Reset

func (x *InvokeScanResponse) Reset()

func (*InvokeScanResponse) String

func (x *InvokeScanResponse) String() string

type ListApplicationScanBasicSettingRequest

type ListApplicationScanBasicSettingRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ApplicationScanId uint32 `protobuf:"varint,2,opt,name=application_scan_id,json=applicationScanId,proto3" json:"application_scan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicationScanBasicSettingRequest) Descriptor deprecated

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

Deprecated: Use ListApplicationScanBasicSettingRequest.ProtoReflect.Descriptor instead.

func (*ListApplicationScanBasicSettingRequest) GetApplicationScanId

func (x *ListApplicationScanBasicSettingRequest) GetApplicationScanId() uint32

func (*ListApplicationScanBasicSettingRequest) GetProjectId

func (*ListApplicationScanBasicSettingRequest) ProtoMessage

func (*ListApplicationScanBasicSettingRequest) ProtoReflect

func (*ListApplicationScanBasicSettingRequest) Reset

func (*ListApplicationScanBasicSettingRequest) String

func (*ListApplicationScanBasicSettingRequest) Validate

Validate ListApplicationScanBasicSettingRequest

type ListApplicationScanBasicSettingResponse

type ListApplicationScanBasicSettingResponse struct {
	ApplicationScanBasicSetting []*ApplicationScanBasicSetting `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListApplicationScanBasicSettingResponse) Descriptor deprecated

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

Deprecated: Use ListApplicationScanBasicSettingResponse.ProtoReflect.Descriptor instead.

func (*ListApplicationScanBasicSettingResponse) GetApplicationScanBasicSetting

func (x *ListApplicationScanBasicSettingResponse) GetApplicationScanBasicSetting() []*ApplicationScanBasicSetting

func (*ListApplicationScanBasicSettingResponse) ProtoMessage

func (*ListApplicationScanBasicSettingResponse) ProtoReflect

func (*ListApplicationScanBasicSettingResponse) Reset

func (*ListApplicationScanBasicSettingResponse) String

type ListApplicationScanRequest

type ListApplicationScanRequest struct {
	ProjectId             uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

ApplicationScanService

func (*ListApplicationScanRequest) Descriptor deprecated

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

Deprecated: Use ListApplicationScanRequest.ProtoReflect.Descriptor instead.

func (*ListApplicationScanRequest) GetDiagnosisDataSourceId

func (x *ListApplicationScanRequest) GetDiagnosisDataSourceId() uint32

func (*ListApplicationScanRequest) GetProjectId

func (x *ListApplicationScanRequest) GetProjectId() uint32

func (*ListApplicationScanRequest) ProtoMessage

func (*ListApplicationScanRequest) ProtoMessage()

func (*ListApplicationScanRequest) ProtoReflect

func (*ListApplicationScanRequest) Reset

func (x *ListApplicationScanRequest) Reset()

func (*ListApplicationScanRequest) String

func (x *ListApplicationScanRequest) String() string

func (*ListApplicationScanRequest) Validate

func (r *ListApplicationScanRequest) Validate() error

Validate ListApplicationScanRequest

type ListApplicationScanResponse

type ListApplicationScanResponse struct {
	ApplicationScan []*ApplicationScan `protobuf:"bytes,1,rep,name=application_scan,json=applicationScan,proto3" json:"application_scan,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicationScanResponse) Descriptor deprecated

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

Deprecated: Use ListApplicationScanResponse.ProtoReflect.Descriptor instead.

func (*ListApplicationScanResponse) GetApplicationScan

func (x *ListApplicationScanResponse) GetApplicationScan() []*ApplicationScan

func (*ListApplicationScanResponse) ProtoMessage

func (*ListApplicationScanResponse) ProtoMessage()

func (*ListApplicationScanResponse) ProtoReflect

func (*ListApplicationScanResponse) Reset

func (x *ListApplicationScanResponse) Reset()

func (*ListApplicationScanResponse) String

func (x *ListApplicationScanResponse) String() string

type ListDiagnosisDataSourceRequest

type ListDiagnosisDataSourceRequest struct {
	ProjectId uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

DiagnosisDataSourceService

func (*ListDiagnosisDataSourceRequest) Descriptor deprecated

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

Deprecated: Use ListDiagnosisDataSourceRequest.ProtoReflect.Descriptor instead.

func (*ListDiagnosisDataSourceRequest) GetName

func (*ListDiagnosisDataSourceRequest) GetProjectId

func (x *ListDiagnosisDataSourceRequest) GetProjectId() uint32

func (*ListDiagnosisDataSourceRequest) ProtoMessage

func (*ListDiagnosisDataSourceRequest) ProtoMessage()

func (*ListDiagnosisDataSourceRequest) ProtoReflect

func (*ListDiagnosisDataSourceRequest) Reset

func (x *ListDiagnosisDataSourceRequest) Reset()

func (*ListDiagnosisDataSourceRequest) String

func (*ListDiagnosisDataSourceRequest) Validate

func (r *ListDiagnosisDataSourceRequest) Validate() error

Validate ListDiagnosisDataSourceRequest

type ListDiagnosisDataSourceResponse

type ListDiagnosisDataSourceResponse struct {
	DiagnosisDataSource []*DiagnosisDataSource `protobuf:"bytes,1,rep,name=diagnosis_data_source,json=diagnosisDataSource,proto3" json:"diagnosis_data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDiagnosisDataSourceResponse) Descriptor deprecated

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

Deprecated: Use ListDiagnosisDataSourceResponse.ProtoReflect.Descriptor instead.

func (*ListDiagnosisDataSourceResponse) GetDiagnosisDataSource

func (x *ListDiagnosisDataSourceResponse) GetDiagnosisDataSource() []*DiagnosisDataSource

func (*ListDiagnosisDataSourceResponse) ProtoMessage

func (*ListDiagnosisDataSourceResponse) ProtoMessage()

func (*ListDiagnosisDataSourceResponse) ProtoReflect

func (*ListDiagnosisDataSourceResponse) Reset

func (*ListDiagnosisDataSourceResponse) String

type ListPortscanSettingRequest

type ListPortscanSettingRequest struct {
	ProjectId             uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

PortscanSettingService

func (*ListPortscanSettingRequest) Descriptor deprecated

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

Deprecated: Use ListPortscanSettingRequest.ProtoReflect.Descriptor instead.

func (*ListPortscanSettingRequest) GetDiagnosisDataSourceId

func (x *ListPortscanSettingRequest) GetDiagnosisDataSourceId() uint32

func (*ListPortscanSettingRequest) GetProjectId

func (x *ListPortscanSettingRequest) GetProjectId() uint32

func (*ListPortscanSettingRequest) ProtoMessage

func (*ListPortscanSettingRequest) ProtoMessage()

func (*ListPortscanSettingRequest) ProtoReflect

func (*ListPortscanSettingRequest) Reset

func (x *ListPortscanSettingRequest) Reset()

func (*ListPortscanSettingRequest) String

func (x *ListPortscanSettingRequest) String() string

func (*ListPortscanSettingRequest) Validate

func (r *ListPortscanSettingRequest) Validate() error

Validate ListPortscanSettingRequest

type ListPortscanSettingResponse

type ListPortscanSettingResponse struct {
	PortscanSetting []*PortscanSetting `protobuf:"bytes,1,rep,name=portscan_setting,json=portscanSetting,proto3" json:"portscan_setting,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPortscanSettingResponse) Descriptor deprecated

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

Deprecated: Use ListPortscanSettingResponse.ProtoReflect.Descriptor instead.

func (*ListPortscanSettingResponse) GetPortscanSetting

func (x *ListPortscanSettingResponse) GetPortscanSetting() []*PortscanSetting

func (*ListPortscanSettingResponse) ProtoMessage

func (*ListPortscanSettingResponse) ProtoMessage()

func (*ListPortscanSettingResponse) ProtoReflect

func (*ListPortscanSettingResponse) Reset

func (x *ListPortscanSettingResponse) Reset()

func (*ListPortscanSettingResponse) String

func (x *ListPortscanSettingResponse) String() string

type ListPortscanTargetRequest

type ListPortscanTargetRequest struct {
	ProjectId         uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PortscanSettingId uint32 `protobuf:"varint,2,opt,name=portscan_setting_id,json=portscanSettingId,proto3" json:"portscan_setting_id,omitempty"`
	Status            Status `protobuf:"varint,3,opt,name=status,proto3,enum=datasource.diagnosis.Status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPortscanTargetRequest) Descriptor deprecated

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

Deprecated: Use ListPortscanTargetRequest.ProtoReflect.Descriptor instead.

func (*ListPortscanTargetRequest) GetPortscanSettingId

func (x *ListPortscanTargetRequest) GetPortscanSettingId() uint32

func (*ListPortscanTargetRequest) GetProjectId

func (x *ListPortscanTargetRequest) GetProjectId() uint32

func (*ListPortscanTargetRequest) GetStatus

func (x *ListPortscanTargetRequest) GetStatus() Status

func (*ListPortscanTargetRequest) ProtoMessage

func (*ListPortscanTargetRequest) ProtoMessage()

func (*ListPortscanTargetRequest) ProtoReflect

func (*ListPortscanTargetRequest) Reset

func (x *ListPortscanTargetRequest) Reset()

func (*ListPortscanTargetRequest) String

func (x *ListPortscanTargetRequest) String() string

func (*ListPortscanTargetRequest) Validate

func (r *ListPortscanTargetRequest) Validate() error

Validate ListPortscanTargetRequest

type ListPortscanTargetResponse

type ListPortscanTargetResponse struct {
	PortscanTarget []*PortscanTarget `protobuf:"bytes,1,rep,name=portscan_target,json=portscanTarget,proto3" json:"portscan_target,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPortscanTargetResponse) Descriptor deprecated

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

Deprecated: Use ListPortscanTargetResponse.ProtoReflect.Descriptor instead.

func (*ListPortscanTargetResponse) GetPortscanTarget

func (x *ListPortscanTargetResponse) GetPortscanTarget() []*PortscanTarget

func (*ListPortscanTargetResponse) ProtoMessage

func (*ListPortscanTargetResponse) ProtoMessage()

func (*ListPortscanTargetResponse) ProtoReflect

func (*ListPortscanTargetResponse) Reset

func (x *ListPortscanTargetResponse) Reset()

func (*ListPortscanTargetResponse) String

func (x *ListPortscanTargetResponse) String() string

type ListWpscanSettingRequest

type ListWpscanSettingRequest struct {
	ProjectId             uint32 `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

WpscanSettingService

func (*ListWpscanSettingRequest) Descriptor deprecated

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

Deprecated: Use ListWpscanSettingRequest.ProtoReflect.Descriptor instead.

func (*ListWpscanSettingRequest) GetDiagnosisDataSourceId

func (x *ListWpscanSettingRequest) GetDiagnosisDataSourceId() uint32

func (*ListWpscanSettingRequest) GetProjectId

func (x *ListWpscanSettingRequest) GetProjectId() uint32

func (*ListWpscanSettingRequest) ProtoMessage

func (*ListWpscanSettingRequest) ProtoMessage()

func (*ListWpscanSettingRequest) ProtoReflect

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

func (*ListWpscanSettingRequest) Reset

func (x *ListWpscanSettingRequest) Reset()

func (*ListWpscanSettingRequest) String

func (x *ListWpscanSettingRequest) String() string

func (*ListWpscanSettingRequest) Validate

func (r *ListWpscanSettingRequest) Validate() error

Validate ListWpscanSettingRequest

type ListWpscanSettingResponse

type ListWpscanSettingResponse struct {
	WpscanSetting []*WpscanSetting `protobuf:"bytes,1,rep,name=wpscan_setting,json=wpscanSetting,proto3" json:"wpscan_setting,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWpscanSettingResponse) Descriptor deprecated

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

Deprecated: Use ListWpscanSettingResponse.ProtoReflect.Descriptor instead.

func (*ListWpscanSettingResponse) GetWpscanSetting

func (x *ListWpscanSettingResponse) GetWpscanSetting() []*WpscanSetting

func (*ListWpscanSettingResponse) ProtoMessage

func (*ListWpscanSettingResponse) ProtoMessage()

func (*ListWpscanSettingResponse) ProtoReflect

func (*ListWpscanSettingResponse) Reset

func (x *ListWpscanSettingResponse) Reset()

func (*ListWpscanSettingResponse) String

func (x *ListWpscanSettingResponse) String() string

type PortscanSetting

type PortscanSetting struct {
	PortscanSettingId     uint32 `protobuf:"varint,1,opt,name=portscan_setting_id,json=portscanSettingId,proto3" json:"portscan_setting_id,omitempty"`
	ProjectId             uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	Name                  string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt             int64  `protobuf:"varint,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt             int64  `protobuf:"varint,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PortscanSetting) Descriptor deprecated

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

Deprecated: Use PortscanSetting.ProtoReflect.Descriptor instead.

func (*PortscanSetting) GetCreatedAt

func (x *PortscanSetting) GetCreatedAt() int64

func (*PortscanSetting) GetDiagnosisDataSourceId

func (x *PortscanSetting) GetDiagnosisDataSourceId() uint32

func (*PortscanSetting) GetName

func (x *PortscanSetting) GetName() string

func (*PortscanSetting) GetPortscanSettingId

func (x *PortscanSetting) GetPortscanSettingId() uint32

func (*PortscanSetting) GetProjectId

func (x *PortscanSetting) GetProjectId() uint32

func (*PortscanSetting) GetUpdatedAt

func (x *PortscanSetting) GetUpdatedAt() int64

func (*PortscanSetting) ProtoMessage

func (*PortscanSetting) ProtoMessage()

func (*PortscanSetting) ProtoReflect

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

func (*PortscanSetting) Reset

func (x *PortscanSetting) Reset()

func (*PortscanSetting) String

func (x *PortscanSetting) String() string

type PortscanSettingForUpsert

type PortscanSettingForUpsert struct {
	PortscanSettingId     uint32 `protobuf:"varint,1,opt,name=portscan_setting_id,json=portscanSettingId,proto3" json:"portscan_setting_id,omitempty"`
	ProjectId             uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	Name                  string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*PortscanSettingForUpsert) Descriptor deprecated

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

Deprecated: Use PortscanSettingForUpsert.ProtoReflect.Descriptor instead.

func (*PortscanSettingForUpsert) GetDiagnosisDataSourceId

func (x *PortscanSettingForUpsert) GetDiagnosisDataSourceId() uint32

func (*PortscanSettingForUpsert) GetName

func (x *PortscanSettingForUpsert) GetName() string

func (*PortscanSettingForUpsert) GetPortscanSettingId

func (x *PortscanSettingForUpsert) GetPortscanSettingId() uint32

func (*PortscanSettingForUpsert) GetProjectId

func (x *PortscanSettingForUpsert) GetProjectId() uint32

func (*PortscanSettingForUpsert) ProtoMessage

func (*PortscanSettingForUpsert) ProtoMessage()

func (*PortscanSettingForUpsert) ProtoReflect

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

func (*PortscanSettingForUpsert) Reset

func (x *PortscanSettingForUpsert) Reset()

func (*PortscanSettingForUpsert) String

func (x *PortscanSettingForUpsert) String() string

func (*PortscanSettingForUpsert) Validate

func (r *PortscanSettingForUpsert) Validate() error

Validate PortscanSettingForUpsert

type PortscanTarget

type PortscanTarget struct {
	PortscanTargetId  uint32 `protobuf:"varint,1,opt,name=portscan_target_id,json=portscanTargetId,proto3" json:"portscan_target_id,omitempty"`
	ProjectId         uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PortscanSettingId uint32 `protobuf:"varint,3,opt,name=portscan_setting_id,json=portscanSettingId,proto3" json:"portscan_setting_id,omitempty"`
	Target            string `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"`
	Status            Status `protobuf:"varint,5,opt,name=status,proto3,enum=datasource.diagnosis.Status" json:"status,omitempty"`
	StatusDetail      string `protobuf:"bytes,6,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"`
	ScanAt            int64  `protobuf:"varint,7,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"`
	CreatedAt         int64  `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt         int64  `protobuf:"varint,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PortscanTarget) Descriptor deprecated

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

Deprecated: Use PortscanTarget.ProtoReflect.Descriptor instead.

func (*PortscanTarget) GetCreatedAt

func (x *PortscanTarget) GetCreatedAt() int64

func (*PortscanTarget) GetPortscanSettingId

func (x *PortscanTarget) GetPortscanSettingId() uint32

func (*PortscanTarget) GetPortscanTargetId

func (x *PortscanTarget) GetPortscanTargetId() uint32

func (*PortscanTarget) GetProjectId

func (x *PortscanTarget) GetProjectId() uint32

func (*PortscanTarget) GetScanAt

func (x *PortscanTarget) GetScanAt() int64

func (*PortscanTarget) GetStatus

func (x *PortscanTarget) GetStatus() Status

func (*PortscanTarget) GetStatusDetail

func (x *PortscanTarget) GetStatusDetail() string

func (*PortscanTarget) GetTarget

func (x *PortscanTarget) GetTarget() string

func (*PortscanTarget) GetUpdatedAt

func (x *PortscanTarget) GetUpdatedAt() int64

func (*PortscanTarget) ProtoMessage

func (*PortscanTarget) ProtoMessage()

func (*PortscanTarget) ProtoReflect

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

func (*PortscanTarget) Reset

func (x *PortscanTarget) Reset()

func (*PortscanTarget) String

func (x *PortscanTarget) String() string

type PortscanTargetForUpsert

type PortscanTargetForUpsert struct {
	PortscanTargetId  uint32 `protobuf:"varint,1,opt,name=portscan_target_id,json=portscanTargetId,proto3" json:"portscan_target_id,omitempty"`
	ProjectId         uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PortscanSettingId uint32 `protobuf:"varint,3,opt,name=portscan_setting_id,json=portscanSettingId,proto3" json:"portscan_setting_id,omitempty"`
	Target            string `protobuf:"bytes,4,opt,name=target,proto3" json:"target,omitempty"`
	Status            Status `protobuf:"varint,5,opt,name=status,proto3,enum=datasource.diagnosis.Status" json:"status,omitempty"`
	StatusDetail      string `protobuf:"bytes,6,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"`
	ScanAt            int64  `protobuf:"varint,7,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PortscanTargetForUpsert) Descriptor deprecated

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

Deprecated: Use PortscanTargetForUpsert.ProtoReflect.Descriptor instead.

func (*PortscanTargetForUpsert) GetPortscanSettingId

func (x *PortscanTargetForUpsert) GetPortscanSettingId() uint32

func (*PortscanTargetForUpsert) GetPortscanTargetId

func (x *PortscanTargetForUpsert) GetPortscanTargetId() uint32

func (*PortscanTargetForUpsert) GetProjectId

func (x *PortscanTargetForUpsert) GetProjectId() uint32

func (*PortscanTargetForUpsert) GetScanAt

func (x *PortscanTargetForUpsert) GetScanAt() int64

func (*PortscanTargetForUpsert) GetStatus

func (x *PortscanTargetForUpsert) GetStatus() Status

func (*PortscanTargetForUpsert) GetStatusDetail

func (x *PortscanTargetForUpsert) GetStatusDetail() string

func (*PortscanTargetForUpsert) GetTarget

func (x *PortscanTargetForUpsert) GetTarget() string

func (*PortscanTargetForUpsert) ProtoMessage

func (*PortscanTargetForUpsert) ProtoMessage()

func (*PortscanTargetForUpsert) ProtoReflect

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

func (*PortscanTargetForUpsert) Reset

func (x *PortscanTargetForUpsert) Reset()

func (*PortscanTargetForUpsert) String

func (x *PortscanTargetForUpsert) String() string

func (*PortscanTargetForUpsert) Validate

func (r *PortscanTargetForUpsert) Validate() error

Validate PortscanTargetForUpsert

type PutApplicationScanBasicSettingRequest

type PutApplicationScanBasicSettingRequest struct {
	ProjectId                   uint32                                `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ApplicationScanBasicSetting *ApplicationScanBasicSettingForUpsert `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PutApplicationScanBasicSettingRequest) Descriptor deprecated

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

Deprecated: Use PutApplicationScanBasicSettingRequest.ProtoReflect.Descriptor instead.

func (*PutApplicationScanBasicSettingRequest) GetApplicationScanBasicSetting

func (*PutApplicationScanBasicSettingRequest) GetProjectId

func (*PutApplicationScanBasicSettingRequest) ProtoMessage

func (*PutApplicationScanBasicSettingRequest) ProtoMessage()

func (*PutApplicationScanBasicSettingRequest) ProtoReflect

func (*PutApplicationScanBasicSettingRequest) Reset

func (*PutApplicationScanBasicSettingRequest) String

func (*PutApplicationScanBasicSettingRequest) Validate

Validate PutApplicationScanBasicSettingRequest

type PutApplicationScanBasicSettingResponse

type PutApplicationScanBasicSettingResponse struct {
	ApplicationScanBasicSetting *ApplicationScanBasicSetting `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*PutApplicationScanBasicSettingResponse) Descriptor deprecated

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

Deprecated: Use PutApplicationScanBasicSettingResponse.ProtoReflect.Descriptor instead.

func (*PutApplicationScanBasicSettingResponse) GetApplicationScanBasicSetting

func (x *PutApplicationScanBasicSettingResponse) GetApplicationScanBasicSetting() *ApplicationScanBasicSetting

func (*PutApplicationScanBasicSettingResponse) ProtoMessage

func (*PutApplicationScanBasicSettingResponse) ProtoReflect

func (*PutApplicationScanBasicSettingResponse) Reset

func (*PutApplicationScanBasicSettingResponse) String

type PutApplicationScanRequest

type PutApplicationScanRequest struct {
	ProjectId       uint32                    `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ApplicationScan *ApplicationScanForUpsert `protobuf:"bytes,2,opt,name=application_scan,json=applicationScan,proto3" json:"application_scan,omitempty"`
	// contains filtered or unexported fields
}

func (*PutApplicationScanRequest) Descriptor deprecated

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

Deprecated: Use PutApplicationScanRequest.ProtoReflect.Descriptor instead.

func (*PutApplicationScanRequest) GetApplicationScan

func (x *PutApplicationScanRequest) GetApplicationScan() *ApplicationScanForUpsert

func (*PutApplicationScanRequest) GetProjectId

func (x *PutApplicationScanRequest) GetProjectId() uint32

func (*PutApplicationScanRequest) ProtoMessage

func (*PutApplicationScanRequest) ProtoMessage()

func (*PutApplicationScanRequest) ProtoReflect

func (*PutApplicationScanRequest) Reset

func (x *PutApplicationScanRequest) Reset()

func (*PutApplicationScanRequest) String

func (x *PutApplicationScanRequest) String() string

func (*PutApplicationScanRequest) Validate

func (r *PutApplicationScanRequest) Validate() error

Validate PutApplicationScanRequest

type PutApplicationScanResponse

type PutApplicationScanResponse struct {
	ApplicationScan *ApplicationScan `protobuf:"bytes,1,opt,name=application_scan,json=applicationScan,proto3" json:"application_scan,omitempty"`
	// contains filtered or unexported fields
}

func (*PutApplicationScanResponse) Descriptor deprecated

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

Deprecated: Use PutApplicationScanResponse.ProtoReflect.Descriptor instead.

func (*PutApplicationScanResponse) GetApplicationScan

func (x *PutApplicationScanResponse) GetApplicationScan() *ApplicationScan

func (*PutApplicationScanResponse) ProtoMessage

func (*PutApplicationScanResponse) ProtoMessage()

func (*PutApplicationScanResponse) ProtoReflect

func (*PutApplicationScanResponse) Reset

func (x *PutApplicationScanResponse) Reset()

func (*PutApplicationScanResponse) String

func (x *PutApplicationScanResponse) String() string

type PutDiagnosisDataSourceRequest

type PutDiagnosisDataSourceRequest struct {
	ProjectId           uint32                        `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSource *DiagnosisDataSourceForUpsert `protobuf:"bytes,2,opt,name=diagnosis_data_source,json=diagnosisDataSource,proto3" json:"diagnosis_data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*PutDiagnosisDataSourceRequest) Descriptor deprecated

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

Deprecated: Use PutDiagnosisDataSourceRequest.ProtoReflect.Descriptor instead.

func (*PutDiagnosisDataSourceRequest) GetDiagnosisDataSource

func (x *PutDiagnosisDataSourceRequest) GetDiagnosisDataSource() *DiagnosisDataSourceForUpsert

func (*PutDiagnosisDataSourceRequest) GetProjectId

func (x *PutDiagnosisDataSourceRequest) GetProjectId() uint32

func (*PutDiagnosisDataSourceRequest) ProtoMessage

func (*PutDiagnosisDataSourceRequest) ProtoMessage()

func (*PutDiagnosisDataSourceRequest) ProtoReflect

func (*PutDiagnosisDataSourceRequest) Reset

func (x *PutDiagnosisDataSourceRequest) Reset()

func (*PutDiagnosisDataSourceRequest) String

func (*PutDiagnosisDataSourceRequest) Validate

func (r *PutDiagnosisDataSourceRequest) Validate() error

Validate PutDiagnosisDataSourceRequest

type PutDiagnosisDataSourceResponse

type PutDiagnosisDataSourceResponse struct {
	ProjectId           uint32               `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSource *DiagnosisDataSource `protobuf:"bytes,2,opt,name=diagnosis_data_source,json=diagnosisDataSource,proto3" json:"diagnosis_data_source,omitempty"`
	// contains filtered or unexported fields
}

func (*PutDiagnosisDataSourceResponse) Descriptor deprecated

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

Deprecated: Use PutDiagnosisDataSourceResponse.ProtoReflect.Descriptor instead.

func (*PutDiagnosisDataSourceResponse) GetDiagnosisDataSource

func (x *PutDiagnosisDataSourceResponse) GetDiagnosisDataSource() *DiagnosisDataSource

func (*PutDiagnosisDataSourceResponse) GetProjectId

func (x *PutDiagnosisDataSourceResponse) GetProjectId() uint32

func (*PutDiagnosisDataSourceResponse) ProtoMessage

func (*PutDiagnosisDataSourceResponse) ProtoMessage()

func (*PutDiagnosisDataSourceResponse) ProtoReflect

func (*PutDiagnosisDataSourceResponse) Reset

func (x *PutDiagnosisDataSourceResponse) Reset()

func (*PutDiagnosisDataSourceResponse) String

type PutPortscanSettingRequest

type PutPortscanSettingRequest struct {
	ProjectId       uint32                    `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PortscanSetting *PortscanSettingForUpsert `protobuf:"bytes,2,opt,name=portscan_setting,json=portscanSetting,proto3" json:"portscan_setting,omitempty"`
	// contains filtered or unexported fields
}

func (*PutPortscanSettingRequest) Descriptor deprecated

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

Deprecated: Use PutPortscanSettingRequest.ProtoReflect.Descriptor instead.

func (*PutPortscanSettingRequest) GetPortscanSetting

func (x *PutPortscanSettingRequest) GetPortscanSetting() *PortscanSettingForUpsert

func (*PutPortscanSettingRequest) GetProjectId

func (x *PutPortscanSettingRequest) GetProjectId() uint32

func (*PutPortscanSettingRequest) ProtoMessage

func (*PutPortscanSettingRequest) ProtoMessage()

func (*PutPortscanSettingRequest) ProtoReflect

func (*PutPortscanSettingRequest) Reset

func (x *PutPortscanSettingRequest) Reset()

func (*PutPortscanSettingRequest) String

func (x *PutPortscanSettingRequest) String() string

func (*PutPortscanSettingRequest) Validate

func (r *PutPortscanSettingRequest) Validate() error

Validate PutPortscanSettingRequest

type PutPortscanSettingResponse

type PutPortscanSettingResponse struct {
	PortscanSetting *PortscanSetting `protobuf:"bytes,1,opt,name=portscan_setting,json=portscanSetting,proto3" json:"portscan_setting,omitempty"`
	// contains filtered or unexported fields
}

func (*PutPortscanSettingResponse) Descriptor deprecated

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

Deprecated: Use PutPortscanSettingResponse.ProtoReflect.Descriptor instead.

func (*PutPortscanSettingResponse) GetPortscanSetting

func (x *PutPortscanSettingResponse) GetPortscanSetting() *PortscanSetting

func (*PutPortscanSettingResponse) ProtoMessage

func (*PutPortscanSettingResponse) ProtoMessage()

func (*PutPortscanSettingResponse) ProtoReflect

func (*PutPortscanSettingResponse) Reset

func (x *PutPortscanSettingResponse) Reset()

func (*PutPortscanSettingResponse) String

func (x *PutPortscanSettingResponse) String() string

type PutPortscanTargetRequest

type PutPortscanTargetRequest struct {
	ProjectId      uint32                   `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	PortscanTarget *PortscanTargetForUpsert `protobuf:"bytes,2,opt,name=portscan_target,json=portscanTarget,proto3" json:"portscan_target,omitempty"`
	// contains filtered or unexported fields
}

func (*PutPortscanTargetRequest) Descriptor deprecated

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

Deprecated: Use PutPortscanTargetRequest.ProtoReflect.Descriptor instead.

func (*PutPortscanTargetRequest) GetPortscanTarget

func (x *PutPortscanTargetRequest) GetPortscanTarget() *PortscanTargetForUpsert

func (*PutPortscanTargetRequest) GetProjectId

func (x *PutPortscanTargetRequest) GetProjectId() uint32

func (*PutPortscanTargetRequest) ProtoMessage

func (*PutPortscanTargetRequest) ProtoMessage()

func (*PutPortscanTargetRequest) ProtoReflect

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

func (*PutPortscanTargetRequest) Reset

func (x *PutPortscanTargetRequest) Reset()

func (*PutPortscanTargetRequest) String

func (x *PutPortscanTargetRequest) String() string

func (*PutPortscanTargetRequest) Validate

func (r *PutPortscanTargetRequest) Validate() error

Validate PutPortscanTargetRequest

type PutPortscanTargetResponse

type PutPortscanTargetResponse struct {
	PortscanTarget *PortscanTarget `protobuf:"bytes,1,opt,name=portscan_target,json=portscanTarget,proto3" json:"portscan_target,omitempty"`
	// contains filtered or unexported fields
}

func (*PutPortscanTargetResponse) Descriptor deprecated

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

Deprecated: Use PutPortscanTargetResponse.ProtoReflect.Descriptor instead.

func (*PutPortscanTargetResponse) GetPortscanTarget

func (x *PutPortscanTargetResponse) GetPortscanTarget() *PortscanTarget

func (*PutPortscanTargetResponse) ProtoMessage

func (*PutPortscanTargetResponse) ProtoMessage()

func (*PutPortscanTargetResponse) ProtoReflect

func (*PutPortscanTargetResponse) Reset

func (x *PutPortscanTargetResponse) Reset()

func (*PutPortscanTargetResponse) String

func (x *PutPortscanTargetResponse) String() string

type PutWpscanSettingRequest

type PutWpscanSettingRequest struct {
	ProjectId     uint32                  `protobuf:"varint,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	WpscanSetting *WpscanSettingForUpsert `protobuf:"bytes,2,opt,name=wpscan_setting,json=wpscanSetting,proto3" json:"wpscan_setting,omitempty"`
	// contains filtered or unexported fields
}

func (*PutWpscanSettingRequest) Descriptor deprecated

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

Deprecated: Use PutWpscanSettingRequest.ProtoReflect.Descriptor instead.

func (*PutWpscanSettingRequest) GetProjectId

func (x *PutWpscanSettingRequest) GetProjectId() uint32

func (*PutWpscanSettingRequest) GetWpscanSetting

func (x *PutWpscanSettingRequest) GetWpscanSetting() *WpscanSettingForUpsert

func (*PutWpscanSettingRequest) ProtoMessage

func (*PutWpscanSettingRequest) ProtoMessage()

func (*PutWpscanSettingRequest) ProtoReflect

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

func (*PutWpscanSettingRequest) Reset

func (x *PutWpscanSettingRequest) Reset()

func (*PutWpscanSettingRequest) String

func (x *PutWpscanSettingRequest) String() string

func (*PutWpscanSettingRequest) Validate

func (r *PutWpscanSettingRequest) Validate() error

Validate PutWpscanSettingRequest

type PutWpscanSettingResponse

type PutWpscanSettingResponse struct {
	WpscanSetting *WpscanSetting `protobuf:"bytes,1,opt,name=wpscan_setting,json=wpscanSetting,proto3" json:"wpscan_setting,omitempty"`
	// contains filtered or unexported fields
}

func (*PutWpscanSettingResponse) Descriptor deprecated

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

Deprecated: Use PutWpscanSettingResponse.ProtoReflect.Descriptor instead.

func (*PutWpscanSettingResponse) GetWpscanSetting

func (x *PutWpscanSettingResponse) GetWpscanSetting() *WpscanSetting

func (*PutWpscanSettingResponse) ProtoMessage

func (*PutWpscanSettingResponse) ProtoMessage()

func (*PutWpscanSettingResponse) ProtoReflect

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

func (*PutWpscanSettingResponse) Reset

func (x *PutWpscanSettingResponse) Reset()

func (*PutWpscanSettingResponse) String

func (x *PutWpscanSettingResponse) String() string

type Status

type Status int32

Status

const (
	Status_UNKNOWN     Status = 0
	Status_OK          Status = 1
	Status_CONFIGURED  Status = 2
	Status_IN_PROGRESS Status = 3
	Status_ERROR       Status = 4
)

func (Status) Descriptor

func (Status) Descriptor() protoreflect.EnumDescriptor

func (Status) Enum

func (x Status) Enum() *Status

func (Status) EnumDescriptor deprecated

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

Deprecated: Use Status.Descriptor instead.

func (Status) Number

func (x Status) Number() protoreflect.EnumNumber

func (Status) String

func (x Status) String() string

func (Status) Type

func (Status) Type() protoreflect.EnumType

type UnimplementedDiagnosisServiceServer

type UnimplementedDiagnosisServiceServer struct {
}

UnimplementedDiagnosisServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedDiagnosisServiceServer) DeleteApplicationScan

func (*UnimplementedDiagnosisServiceServer) DeleteApplicationScanBasicSetting

func (*UnimplementedDiagnosisServiceServer) DeleteDiagnosisDataSource

func (*UnimplementedDiagnosisServiceServer) DeletePortscanSetting

func (*UnimplementedDiagnosisServiceServer) DeletePortscanTarget

func (*UnimplementedDiagnosisServiceServer) DeleteWpscanSetting

func (*UnimplementedDiagnosisServiceServer) GetApplicationScan

func (*UnimplementedDiagnosisServiceServer) GetPortscanSetting

func (*UnimplementedDiagnosisServiceServer) GetPortscanTarget

func (*UnimplementedDiagnosisServiceServer) GetWpscanSetting

func (*UnimplementedDiagnosisServiceServer) InvokeScan

func (*UnimplementedDiagnosisServiceServer) InvokeScanAll

func (*UnimplementedDiagnosisServiceServer) ListApplicationScan

func (*UnimplementedDiagnosisServiceServer) ListPortscanSetting

func (*UnimplementedDiagnosisServiceServer) ListPortscanTarget

func (*UnimplementedDiagnosisServiceServer) ListWpscanSetting

func (*UnimplementedDiagnosisServiceServer) PutApplicationScan

func (*UnimplementedDiagnosisServiceServer) PutPortscanSetting

func (*UnimplementedDiagnosisServiceServer) PutPortscanTarget

func (*UnimplementedDiagnosisServiceServer) PutWpscanSetting

type WpscanSetting

type WpscanSetting struct {
	WpscanSettingId       uint32 `protobuf:"varint,1,opt,name=wpscan_setting_id,json=wpscanSettingId,proto3" json:"wpscan_setting_id,omitempty"`
	ProjectId             uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	TargetUrl             string `protobuf:"bytes,4,opt,name=target_url,json=targetUrl,proto3" json:"target_url,omitempty"`
	Status                Status `protobuf:"varint,5,opt,name=status,proto3,enum=datasource.diagnosis.Status" json:"status,omitempty"`
	StatusDetail          string `protobuf:"bytes,6,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"`
	ScanAt                int64  `protobuf:"varint,7,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"`
	CreatedAt             int64  `protobuf:"varint,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt             int64  `protobuf:"varint,9,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Options               string `protobuf:"bytes,10,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*WpscanSetting) Descriptor deprecated

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

Deprecated: Use WpscanSetting.ProtoReflect.Descriptor instead.

func (*WpscanSetting) GetCreatedAt

func (x *WpscanSetting) GetCreatedAt() int64

func (*WpscanSetting) GetDiagnosisDataSourceId

func (x *WpscanSetting) GetDiagnosisDataSourceId() uint32

func (*WpscanSetting) GetOptions

func (x *WpscanSetting) GetOptions() string

func (*WpscanSetting) GetProjectId

func (x *WpscanSetting) GetProjectId() uint32

func (*WpscanSetting) GetScanAt

func (x *WpscanSetting) GetScanAt() int64

func (*WpscanSetting) GetStatus

func (x *WpscanSetting) GetStatus() Status

func (*WpscanSetting) GetStatusDetail

func (x *WpscanSetting) GetStatusDetail() string

func (*WpscanSetting) GetTargetUrl

func (x *WpscanSetting) GetTargetUrl() string

func (*WpscanSetting) GetUpdatedAt

func (x *WpscanSetting) GetUpdatedAt() int64

func (*WpscanSetting) GetWpscanSettingId

func (x *WpscanSetting) GetWpscanSettingId() uint32

func (*WpscanSetting) ProtoMessage

func (*WpscanSetting) ProtoMessage()

func (*WpscanSetting) ProtoReflect

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

func (*WpscanSetting) Reset

func (x *WpscanSetting) Reset()

func (*WpscanSetting) String

func (x *WpscanSetting) String() string

type WpscanSettingForUpsert

type WpscanSettingForUpsert struct {
	WpscanSettingId       uint32 `protobuf:"varint,1,opt,name=wpscan_setting_id,json=wpscanSettingId,proto3" json:"wpscan_setting_id,omitempty"`
	ProjectId             uint32 `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	DiagnosisDataSourceId uint32 `` /* 129-byte string literal not displayed */
	TargetUrl             string `protobuf:"bytes,4,opt,name=target_url,json=targetUrl,proto3" json:"target_url,omitempty"`
	Status                Status `protobuf:"varint,5,opt,name=status,proto3,enum=datasource.diagnosis.Status" json:"status,omitempty"`
	StatusDetail          string `protobuf:"bytes,6,opt,name=status_detail,json=statusDetail,proto3" json:"status_detail,omitempty"`
	ScanAt                int64  `protobuf:"varint,7,opt,name=scan_at,json=scanAt,proto3" json:"scan_at,omitempty"`
	Options               string `protobuf:"bytes,8,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*WpscanSettingForUpsert) Descriptor deprecated

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

Deprecated: Use WpscanSettingForUpsert.ProtoReflect.Descriptor instead.

func (*WpscanSettingForUpsert) GetDiagnosisDataSourceId

func (x *WpscanSettingForUpsert) GetDiagnosisDataSourceId() uint32

func (*WpscanSettingForUpsert) GetOptions

func (x *WpscanSettingForUpsert) GetOptions() string

func (*WpscanSettingForUpsert) GetProjectId

func (x *WpscanSettingForUpsert) GetProjectId() uint32

func (*WpscanSettingForUpsert) GetScanAt

func (x *WpscanSettingForUpsert) GetScanAt() int64

func (*WpscanSettingForUpsert) GetStatus

func (x *WpscanSettingForUpsert) GetStatus() Status

func (*WpscanSettingForUpsert) GetStatusDetail

func (x *WpscanSettingForUpsert) GetStatusDetail() string

func (*WpscanSettingForUpsert) GetTargetUrl

func (x *WpscanSettingForUpsert) GetTargetUrl() string

func (*WpscanSettingForUpsert) GetWpscanSettingId

func (x *WpscanSettingForUpsert) GetWpscanSettingId() uint32

func (*WpscanSettingForUpsert) ProtoMessage

func (*WpscanSettingForUpsert) ProtoMessage()

func (*WpscanSettingForUpsert) ProtoReflect

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

func (*WpscanSettingForUpsert) Reset

func (x *WpscanSettingForUpsert) Reset()

func (*WpscanSettingForUpsert) String

func (x *WpscanSettingForUpsert) String() string

func (*WpscanSettingForUpsert) Validate

func (r *WpscanSettingForUpsert) Validate() error

Validate WpscanSettingForUpsert

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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