Lines Matching defs:Occurrence

234 type Occurrence struct {  struct
237 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
241 …ng `protobuf:"bytes,2,opt,name=resource_url,json=resourceUrl,proto3" json:"resource_url,omitempty"`
243 Resource *Resource `protobuf:"bytes,17,opt,name=resource,proto3" json:"resource,omitempty"`
247 …Name string `protobuf:"bytes,3,opt,name=note_name,json=noteName,proto3" json:"note_name,omitempty"`
250 …,name=kind,proto3,enum=google.devtools.containeranalysis.v1alpha1.Note_Kind" json:"kind,omitempty"`
261 Details isOccurrence_Details `protobuf_oneof:"details"`
263 Remediation string `protobuf:"bytes,5,opt,name=remediation,proto3" json:"remediation,omitempty"`
265 …stamp `protobuf:"bytes,9,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
267 …tamp `protobuf:"bytes,10,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
268 XXX_NoUnkeyedLiteral struct{} `json:"-"`
269 XXX_unrecognized []byte `json:"-"`
270 XXX_sizecache int32 `json:"-"`
273 func (m *Occurrence) Reset() { *m = Occurrence{} }
274 func (m *Occurrence) String() string { return proto.CompactTextString(m) }
275 func (*Occurrence) ProtoMessage() {}
276 func (*Occurrence) Descriptor() ([]byte, []int) {
280 func (m *Occurrence) XXX_Unmarshal(b []byte) error {
283 func (m *Occurrence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
286 func (m *Occurrence) XXX_Merge(src proto.Message) {
289 func (m *Occurrence) XXX_Size() int {
292 func (m *Occurrence) XXX_DiscardUnknown() {
298 func (m *Occurrence) GetName() string {
305 func (m *Occurrence) GetResourceUrl() string {
312 func (m *Occurrence) GetResource() *Resource {
319 func (m *Occurrence) GetNoteName() string {
326 func (m *Occurrence) GetKind() Note_Kind {
379 func (m *Occurrence) GetDetails() isOccurrence_Details {
386 func (m *Occurrence) GetVulnerabilityDetails() *VulnerabilityType_VulnerabilityDetails {
393 func (m *Occurrence) GetBuildDetails() *BuildDetails {
400 func (m *Occurrence) GetDerivedImage() *DockerImage_Derived {
407 func (m *Occurrence) GetInstallation() *PackageManager_Installation {
414 func (m *Occurrence) GetDeployment() *Deployable_Deployment {
421 func (m *Occurrence) GetDiscovered() *Discovery_Discovered {
428 func (m *Occurrence) GetAttestation() *AttestationAuthority_Attestation {
435 func (m *Occurrence) GetRemediation() string {
442 func (m *Occurrence) GetCreateTime() *timestamp.Timestamp {
449 func (m *Occurrence) GetUpdateTime() *timestamp.Timestamp {
457 func (*Occurrence) XXX_OneofWrappers() []interface{} {
1826Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,o… member
1884 Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,omitempty"` member