Lines Matching defs:Occurrence

232 type Occurrence struct {  struct
235 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
239 …ng `protobuf:"bytes,2,opt,name=resource_url,json=resourceUrl,proto3" json:"resource_url,omitempty"`
241 Resource *Resource `protobuf:"bytes,17,opt,name=resource,proto3" json:"resource,omitempty"`
245 …Name string `protobuf:"bytes,3,opt,name=note_name,json=noteName,proto3" json:"note_name,omitempty"`
248 …,name=kind,proto3,enum=google.devtools.containeranalysis.v1alpha1.Note_Kind" json:"kind,omitempty"`
259 Details isOccurrence_Details `protobuf_oneof:"details"`
261 Remediation string `protobuf:"bytes,5,opt,name=remediation,proto3" json:"remediation,omitempty"`
263 …stamp `protobuf:"bytes,9,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
265 …tamp `protobuf:"bytes,10,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
266 XXX_NoUnkeyedLiteral struct{} `json:"-"`
267 XXX_unrecognized []byte `json:"-"`
268 XXX_sizecache int32 `json:"-"`
271 func (m *Occurrence) Reset() { *m = Occurrence{} }
272 func (m *Occurrence) String() string { return proto.CompactTextString(m) }
273 func (*Occurrence) ProtoMessage() {}
274 func (*Occurrence) Descriptor() ([]byte, []int) {
278 func (m *Occurrence) XXX_Unmarshal(b []byte) error {
281 func (m *Occurrence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
284 func (m *Occurrence) XXX_Merge(src proto.Message) {
287 func (m *Occurrence) XXX_Size() int {
290 func (m *Occurrence) XXX_DiscardUnknown() {
296 func (m *Occurrence) GetName() string {
303 func (m *Occurrence) GetResourceUrl() string {
310 func (m *Occurrence) GetResource() *Resource {
317 func (m *Occurrence) GetNoteName() string {
324 func (m *Occurrence) GetKind() Note_Kind {
377 func (m *Occurrence) GetDetails() isOccurrence_Details {
384 func (m *Occurrence) GetVulnerabilityDetails() *VulnerabilityType_VulnerabilityDetails {
391 func (m *Occurrence) GetBuildDetails() *BuildDetails {
398 func (m *Occurrence) GetDerivedImage() *DockerImage_Derived {
405 func (m *Occurrence) GetInstallation() *PackageManager_Installation {
412 func (m *Occurrence) GetDeployment() *Deployable_Deployment {
419 func (m *Occurrence) GetDiscovered() *Discovery_Discovered {
426 func (m *Occurrence) GetAttestation() *AttestationAuthority_Attestation {
433 func (m *Occurrence) GetRemediation() string {
440 func (m *Occurrence) GetCreateTime() *timestamp.Timestamp {
447 func (m *Occurrence) GetUpdateTime() *timestamp.Timestamp {
455 func (*Occurrence) XXX_OneofWrappers() []interface{} {
1824Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,o… member
1882 Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,omitempty"` member