Lines Matching defs:Occurrence

222 type Occurrence struct {  struct
225 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
229 …ng `protobuf:"bytes,2,opt,name=resource_url,json=resourceUrl,proto3" json:"resource_url,omitempty"`
231 Resource *Resource `protobuf:"bytes,17,opt,name=resource,proto3" json:"resource,omitempty"`
235 …Name string `protobuf:"bytes,3,opt,name=note_name,json=noteName,proto3" json:"note_name,omitempty"`
238 …,name=kind,proto3,enum=google.devtools.containeranalysis.v1alpha1.Note_Kind" json:"kind,omitempty"`
249 Details isOccurrence_Details `protobuf_oneof:"details"`
251 Remediation string `protobuf:"bytes,5,opt,name=remediation,proto3" json:"remediation,omitempty"`
253 …stamp `protobuf:"bytes,9,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
255 …tamp `protobuf:"bytes,10,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
256 XXX_NoUnkeyedLiteral struct{} `json:"-"`
257 XXX_unrecognized []byte `json:"-"`
258 XXX_sizecache int32 `json:"-"`
261 func (m *Occurrence) Reset() { *m = Occurrence{} }
262 func (m *Occurrence) String() string { return proto.CompactTextString(m) }
263 func (*Occurrence) ProtoMessage() {}
264 func (*Occurrence) Descriptor() ([]byte, []int) {
267 func (m *Occurrence) XXX_Unmarshal(b []byte) error {
270 func (m *Occurrence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
273 func (dst *Occurrence) XXX_Merge(src proto.Message) {
276 func (m *Occurrence) XXX_Size() int {
279 func (m *Occurrence) XXX_DiscardUnknown() {
285 func (m *Occurrence) GetName() string {
292 func (m *Occurrence) GetResourceUrl() string {
299 func (m *Occurrence) GetResource() *Resource {
306 func (m *Occurrence) GetNoteName() string {
313 func (m *Occurrence) GetKind() Note_Kind {
366 func (m *Occurrence) GetDetails() isOccurrence_Details {
373 func (m *Occurrence) GetVulnerabilityDetails() *VulnerabilityType_VulnerabilityDetails {
380 func (m *Occurrence) GetBuildDetails() *BuildDetails {
387 func (m *Occurrence) GetDerivedImage() *DockerImage_Derived {
394 func (m *Occurrence) GetInstallation() *PackageManager_Installation {
401 func (m *Occurrence) GetDeployment() *Deployable_Deployment {
408 func (m *Occurrence) GetDiscovered() *Discovery_Discovered {
415 func (m *Occurrence) GetAttestation() *AttestationAuthority_Attestation {
422 func (m *Occurrence) GetRemediation() string {
429 func (m *Occurrence) GetCreateTime() *timestamp.Timestamp {
436 func (m *Occurrence) GetUpdateTime() *timestamp.Timestamp {
444 …sage, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{…
2198Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,o… member
2255 Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,omitempty"` member