Class: Google::Cloud::Storage::Control::V2::IntelligenceFindingRevision

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The timestamp when the revision was created.

Returns:



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}.

Returns:

  • (::String)

    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.

Returns:



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