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:



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

Returns:

  • (::String)

    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.

Returns:



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