Class: Google::Cloud::SecurityCenter::V1::File::DiskPath

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/file.rb

Overview

Path of the file in terms of underlying disk/partition identifiers.

Instance Attribute Summary collapse

Instance Attribute Details

#partition_uuid::String

Returns:



64
65
66
67
# File 'proto_docs/google/cloud/securitycenter/v1/file.rb', line 64

class DiskPath
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#relative_path::String

Returns Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh.

Returns:

  • (::String)

    Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh



64
65
66
67
# File 'proto_docs/google/cloud/securitycenter/v1/file.rb', line 64

class DiskPath
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end