Lines Matching defs:Occurrence

33 type Occurrence struct {  struct
36 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
40 …ng `protobuf:"bytes,2,opt,name=resource_uri,json=resourceUri,proto3" json:"resource_uri,omitempty"`
44 …Name string `protobuf:"bytes,3,opt,name=note_name,json=noteName,proto3" json:"note_name,omitempty"`
47 … NoteKind `protobuf:"varint,4,opt,name=kind,proto3,enum=grafeas.v1.NoteKind" json:"kind,omitempty"`
49 Remediation string `protobuf:"bytes,5,opt,name=remediation,proto3" json:"remediation,omitempty"`
51 …stamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
53 …stamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
65 Details isOccurrence_Details `protobuf_oneof:"details"`
66 XXX_NoUnkeyedLiteral struct{} `json:"-"`
67 XXX_unrecognized []byte `json:"-"`
68 XXX_sizecache int32 `json:"-"`
71 func (m *Occurrence) Reset() { *m = Occurrence{} }
72 func (m *Occurrence) String() string { return proto.CompactTextString(m) }
73 func (*Occurrence) ProtoMessage() {}
74 func (*Occurrence) Descriptor() ([]byte, []int) {
78 func (m *Occurrence) XXX_Unmarshal(b []byte) error {
81 func (m *Occurrence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
84 func (m *Occurrence) XXX_Merge(src proto.Message) {
87 func (m *Occurrence) XXX_Size() int {
90 func (m *Occurrence) XXX_DiscardUnknown() {
96 func (m *Occurrence) GetName() string {
103 func (m *Occurrence) GetResourceUri() string {
110 func (m *Occurrence) GetNoteName() string {
117 func (m *Occurrence) GetKind() NoteKind {
124 func (m *Occurrence) GetRemediation() string {
131 func (m *Occurrence) GetCreateTime() *timestamp.Timestamp {
138 func (m *Occurrence) GetUpdateTime() *timestamp.Timestamp {
191 func (m *Occurrence) GetDetails() isOccurrence_Details {
198 func (m *Occurrence) GetVulnerability() *VulnerabilityOccurrence {
205 func (m *Occurrence) GetBuild() *BuildOccurrence {
212 func (m *Occurrence) GetImage() *ImageOccurrence {
219 func (m *Occurrence) GetPackage() *PackageOccurrence {
226 func (m *Occurrence) GetDeployment() *DeploymentOccurrence {
233 func (m *Occurrence) GetDiscovery() *DiscoveryOccurrence {
240 func (m *Occurrence) GetAttestation() *AttestationOccurrence {
248 func (*Occurrence) XXX_OneofWrappers() []interface{} {
715Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,o… member
766 Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,omitempty"` member