Reference documentation and code samples for the Storage Control V2 API class Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision.
An IntelligenceFindingRevision represents a specific revision of an
IntelligenceFinding resource.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The timestamp when the revision was created.
#name
def name() -> ::String
Returns
-
(::String) — Identifier. The resource name of
IntelligenceFindingRevision. Format:projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}/revisions/{revision}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Identifier. The resource name of
IntelligenceFindingRevision. Format:projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}/revisions/{revision}
Returns
-
(::String) — Identifier. The resource name of
IntelligenceFindingRevision. Format:projects/{project}/locations/{location}/intelligenceFindings/{intelligence_finding}/revisions/{revision}
#snapshot
def snapshot() -> ::Google::Cloud::Storage::Control::V2::IntelligenceFinding
Returns
-
(::Google::Cloud::Storage::Control::V2::IntelligenceFinding) — Output only. The snapshot of the
IntelligenceFindingat the time the revision was created. This field contains the full finding details as they existed for the revision.