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
Identifier.
-
#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.
1369 1370 1371 1372 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1369 class IntelligenceFindingRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of IntelligenceFindingRevision.
Format:
projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}/revisions/{revision}.
1369 1370 1371 1372 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1369 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.
1369 1370 1371 1372 |
# File 'proto_docs/google/storage/control/v2/storage_control.rb', line 1369 class IntelligenceFindingRevision include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |