Class: Grafeas::V1::Occurrence

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/grafeas.rb

Overview

An instance of an analysis type that has been found on a resource.

Instance Attribute Summary collapse

Instance Attribute Details

#attestation::Grafeas::V1::AttestationOccurrence

Returns Describes an attestation of an artifact.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#build::Grafeas::V1::BuildOccurrence

Returns Describes a verifiable build.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_time::Google::Protobuf::Timestamp

Returns Output only. The time this occurrence was created.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#deployment::Grafeas::V1::DeploymentOccurrence

Returns Describes the deployment of an artifact on a runtime.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#discovery::Grafeas::V1::DiscoveryOccurrence

Returns Describes when a resource was discovered.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#image::Grafeas::V1::ImageOccurrence

Returns Describes how this resource derives from the basis in the associated note.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#kind::Grafeas::V1::NoteKind

Returns Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.

Returns:

  • (::Grafeas::V1::NoteKind)

    Output only. This explicitly denotes which of the occurrence details are specified. This field can be used as a filter in list requests.



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Output only. The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

Returns:

  • (::String)

    Output only. The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#note_name::String

Returns Required. Immutable. The analysis note associated with this occurrence, in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]. This field can be used as a filter in list requests.

Returns:

  • (::String)

    Required. Immutable. The analysis note associated with this occurrence, in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID]. This field can be used as a filter in list requests.



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#package::Grafeas::V1::PackageOccurrence

Returns Describes the installation of a package on the linked resource.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#remediation::String

Returns A description of actions that can be taken to remedy the note.

Returns:

  • (::String)

    A description of actions that can be taken to remedy the note.



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#resource_uri::String

Returns Required. Immutable. A URI that represents the resource for which the occurrence applies. For example, https://gcr.io/project/image@sha256:123abc for a Docker image.

Returns:

  • (::String)

    Required. Immutable. A URI that represents the resource for which the occurrence applies. For example, https://gcr.io/project/image@sha256:123abc for a Docker image.



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_time::Google::Protobuf::Timestamp

Returns Output only. The time this occurrence was last updated.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#upgrade::Grafeas::V1::UpgradeOccurrence

Returns Describes an available package upgrade on the linked resource.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vulnerability::Grafeas::V1::VulnerabilityOccurrence

Returns Describes a security vulnerability.

Returns:



75
76
77
78
# File 'proto_docs/grafeas/v1/grafeas.rb', line 75

class Occurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end