Class: Google::Cloud::SecurityCenter::V1::File::DiskPath
- Inherits:
-
Object
- Object
- Google::Cloud::SecurityCenter::V1::File::DiskPath
- 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
-
#partition_uuid ⇒ ::String
UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid).
-
#relative_path ⇒ ::String
Relative path of the file in the partition as a JSON encoded string.
Instance Attribute Details
#partition_uuid ⇒ ::String
Returns UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid).
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.
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 |