Lines Matching defs:Occurrence

40 type Occurrence struct {  struct
43 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
45 Resource *Resource `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
49 …Name string `protobuf:"bytes,3,opt,name=note_name,json=noteName,proto3" json:"note_name,omitempty"`
52 …Kind `protobuf:"varint,4,opt,name=kind,proto3,enum=grafeas.v1beta1.NoteKind" json:"kind,omitempty"`
54 Remediation string `protobuf:"bytes,5,opt,name=remediation,proto3" json:"remediation,omitempty"`
56 …stamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
58 …stamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
70 Details isOccurrence_Details `protobuf_oneof:"details"`
71 XXX_NoUnkeyedLiteral struct{} `json:"-"`
72 XXX_unrecognized []byte `json:"-"`
73 XXX_sizecache int32 `json:"-"`
76 func (m *Occurrence) Reset() { *m = Occurrence{} }
77 func (m *Occurrence) String() string { return proto.CompactTextString(m) }
78 func (*Occurrence) ProtoMessage() {}
79 func (*Occurrence) Descriptor() ([]byte, []int) {
83 func (m *Occurrence) XXX_Unmarshal(b []byte) error {
86 func (m *Occurrence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
89 func (m *Occurrence) XXX_Merge(src proto.Message) {
92 func (m *Occurrence) XXX_Size() int {
95 func (m *Occurrence) XXX_DiscardUnknown() {
101 func (m *Occurrence) GetName() string {
108 func (m *Occurrence) GetResource() *Resource {
115 func (m *Occurrence) GetNoteName() string {
122 func (m *Occurrence) GetKind() common.NoteKind {
129 func (m *Occurrence) GetRemediation() string {
136 func (m *Occurrence) GetCreateTime() *timestamp.Timestamp {
143 func (m *Occurrence) GetUpdateTime() *timestamp.Timestamp {
196 func (m *Occurrence) GetDetails() isOccurrence_Details {
203 func (m *Occurrence) GetVulnerability() *vulnerability.Details {
210 func (m *Occurrence) GetBuild() *build.Details {
217 func (m *Occurrence) GetDerivedImage() *image.Details {
224 func (m *Occurrence) GetInstallation() *_package.Details {
231 func (m *Occurrence) GetDeployment() *deployment.Details {
238 func (m *Occurrence) GetDiscovered() *discovery.Details {
245 func (m *Occurrence) GetAttestation() *attestation.Details {
253 func (*Occurrence) XXX_OneofWrappers() []interface{} {
780Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,o… member
831 Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,omitempty"` member