Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::File::DiskPath (v0.40.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::File::DiskPath.

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

Inherits

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#partition_uuid

def partition_uuid() -> ::String
Returns
  • (::String) — UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)

#partition_uuid=

def partition_uuid=(value) -> ::String
Parameter
  • value (::String) — UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)
Returns
  • (::String) — UUID of the partition (format https://wiki.archlinux.org/title/persistent_block_device_naming#by-uuid)

#relative_path

def relative_path() -> ::String
Returns
  • (::String) — Relative path of the file in the partition as a JSON encoded string. Example: /home/user1/executable_file.sh

#relative_path=

def relative_path=(value) -> ::String
Parameter
  • value (::String) — 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