Lines Matching defs:Occurrence

31 type Occurrence struct {  struct
34 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
38 …ng `protobuf:"bytes,2,opt,name=resource_uri,json=resourceUri,proto3" json:"resource_uri,omitempty"`
42 …Name string `protobuf:"bytes,3,opt,name=note_name,json=noteName,proto3" json:"note_name,omitempty"`
45 … NoteKind `protobuf:"varint,4,opt,name=kind,proto3,enum=grafeas.v1.NoteKind" json:"kind,omitempty"`
47 Remediation string `protobuf:"bytes,5,opt,name=remediation,proto3" json:"remediation,omitempty"`
49 …stamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
51 …stamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
63 Details isOccurrence_Details `protobuf_oneof:"details"`
64 XXX_NoUnkeyedLiteral struct{} `json:"-"`
65 XXX_unrecognized []byte `json:"-"`
66 XXX_sizecache int32 `json:"-"`
69 func (m *Occurrence) Reset() { *m = Occurrence{} }
70 func (m *Occurrence) String() string { return proto.CompactTextString(m) }
71 func (*Occurrence) ProtoMessage() {}
72 func (*Occurrence) Descriptor() ([]byte, []int) {
76 func (m *Occurrence) XXX_Unmarshal(b []byte) error {
79 func (m *Occurrence) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
82 func (m *Occurrence) XXX_Merge(src proto.Message) {
85 func (m *Occurrence) XXX_Size() int {
88 func (m *Occurrence) XXX_DiscardUnknown() {
94 func (m *Occurrence) GetName() string {
101 func (m *Occurrence) GetResourceUri() string {
108 func (m *Occurrence) GetNoteName() string {
115 func (m *Occurrence) GetKind() NoteKind {
122 func (m *Occurrence) GetRemediation() string {
129 func (m *Occurrence) GetCreateTime() *timestamp.Timestamp {
136 func (m *Occurrence) GetUpdateTime() *timestamp.Timestamp {
189 func (m *Occurrence) GetDetails() isOccurrence_Details {
196 func (m *Occurrence) GetVulnerability() *VulnerabilityOccurrence {
203 func (m *Occurrence) GetBuild() *BuildOccurrence {
210 func (m *Occurrence) GetImage() *ImageOccurrence {
217 func (m *Occurrence) GetPackage() *PackageOccurrence {
224 func (m *Occurrence) GetDeployment() *DeploymentOccurrence {
231 func (m *Occurrence) GetDiscovery() *DiscoveryOccurrence {
238 func (m *Occurrence) GetAttestation() *AttestationOccurrence {
246 func (*Occurrence) XXX_OneofWrappers() []interface{} {
713Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,o… member
764 Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,omitempty"` member