Lines Matching defs:Occurrence

61 type Occurrence struct {  struct
62 state protoimpl.MessageState
63 sizeCache protoimpl.SizeCache
64 unknownFields protoimpl.UnknownFields
68 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
70 Resource *Resource `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
74 …Name string `protobuf:"bytes,3,opt,name=note_name,json=noteName,proto3" json:"note_name,omitempty"`
77 …Kind `protobuf:"varint,4,opt,name=kind,proto3,enum=grafeas.v1beta1.NoteKind" json:"kind,omitempty"`
79 Remediation string `protobuf:"bytes,5,opt,name=remediation,proto3" json:"remediation,omitempty"`
81 …stamp `protobuf:"bytes,6,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
83 …stamp `protobuf:"bytes,7,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
95 Details isOccurrence_Details `protobuf_oneof:"details"`
98 func (x *Occurrence) Reset() {
107 func (x *Occurrence) String() string {
111 func (*Occurrence) ProtoMessage() {}
113 func (x *Occurrence) ProtoReflect() protoreflect.Message {
126 func (*Occurrence) Descriptor() ([]byte, []int) {
130 func (x *Occurrence) GetName() string {
137 func (x *Occurrence) GetResource() *Resource {
144 func (x *Occurrence) GetNoteName() string {
151 func (x *Occurrence) GetKind() common.NoteKind {
158 func (x *Occurrence) GetRemediation() string {
165 func (x *Occurrence) GetCreateTime() *timestamppb.Timestamp {
172 func (x *Occurrence) GetUpdateTime() *timestamppb.Timestamp {
179 func (m *Occurrence) GetDetails() isOccurrence_Details {
186 func (x *Occurrence) GetVulnerability() *vulnerability.Details {
193 func (x *Occurrence) GetBuild() *build.Details {
200 func (x *Occurrence) GetDerivedImage() *image.Details {
207 func (x *Occurrence) GetInstallation() *_package.Details {
214 func (x *Occurrence) GetDeployment() *deployment.Details {
221 func (x *Occurrence) GetDiscovered() *discovery.Details {
228 func (x *Occurrence) GetAttestation() *attestation.Details {
850 Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,omitempty"` member
909 Occurrence *Occurrence `protobuf:"bytes,2,opt,name=occurrence,proto3" json:"occurrence,omitempty"` member