Class: Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision
- Inherits:
-
Object
- Object
- Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/storage/control/v2/storage_control.rb
Overview
An IntelligenceFindingRevision represents a specific revision of an
IntelligenceFinding resource.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#name ⇒ ::String
readonly
Output only.
-
#snapshot ⇒ ::Google::Cloud::Storage::Control::V2::IntelligenceFinding
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the revision was created.
1639 1640 1641 1642 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1639 class IntelligenceFindingRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name of IntelligenceFindingRevision.
Format:
projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}/revisions/{revision}.
1639 1640 1641 1642 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1639 class IntelligenceFindingRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#snapshot ⇒ ::Google::Cloud::Storage::Control::V2::IntelligenceFinding (readonly)
Returns Output only. The snapshot of the IntelligenceFinding at the time the
revision was created. This field contains the full finding details as they
existed for the revision.
1639 1640 1641 1642 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1639 class IntelligenceFindingRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |