Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::RunningProcess (v2.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::RunningProcess.
Guest OS running process details.
Extended By
-
Google::Protobuf::MessageExts::ClassMethods
Includes
-
Google::Protobuf::MessageExts
Methods
#attributes
def attributes() -> ::Google::Protobuf::Map{::String => ::String}
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Process extended attributes.
#attributes=
def attributes=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
-
value (::Google::Protobuf::Map{::String => ::String}) — Process extended attributes.
Returns
-
(::Google::Protobuf::Map{::String => ::String}) — Process extended attributes.
#cmdline
def cmdline() -> ::String
Returns
-
(::String) — Process full command line.
#cmdline=
def cmdline=(value) -> ::String
Parameter
-
value (::String) — Process full command line.
Returns
-
(::String) — Process full command line.
#exe_path
def exe_path() -> ::String
Returns
-
(::String) — Process binary path.
#exe_path=
def exe_path=(value) -> ::String
Parameter
-
value (::String) — Process binary path.
Returns
-
(::String) — Process binary path.
#pid
Returns
-
(::Integer) — Process ID.
#pid=
def pid=(value) -> ::Integer
Parameter
-
value (::Integer) — Process ID.
Returns
-
(::Integer) — Process ID.
#user
Returns
-
(::String) — User running the process.
#user=
def user=(value) -> ::String
Parameter
-
value (::String) — User running the process.
Returns
-
(::String) — User running the process.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::RunningProcess (v2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/ruby/docs/reference/google-cloud-migration_center-v1/latest/Google-Cloud-MigrationCenter-V1-RunningProcess)\n- [2.0.1](/ruby/docs/reference/google-cloud-migration_center-v1/2.0.1/Google-Cloud-MigrationCenter-V1-RunningProcess)\n- [1.2.0](/ruby/docs/reference/google-cloud-migration_center-v1/1.2.0/Google-Cloud-MigrationCenter-V1-RunningProcess)\n- [1.1.0](/ruby/docs/reference/google-cloud-migration_center-v1/1.1.0/Google-Cloud-MigrationCenter-V1-RunningProcess)\n- [1.0.1](/ruby/docs/reference/google-cloud-migration_center-v1/1.0.1/Google-Cloud-MigrationCenter-V1-RunningProcess)\n- [0.3.0](/ruby/docs/reference/google-cloud-migration_center-v1/0.3.0/Google-Cloud-MigrationCenter-V1-RunningProcess)\n- [0.2.2](/ruby/docs/reference/google-cloud-migration_center-v1/0.2.2/Google-Cloud-MigrationCenter-V1-RunningProcess)\n- [0.1.0](/ruby/docs/reference/google-cloud-migration_center-v1/0.1.0/Google-Cloud-MigrationCenter-V1-RunningProcess) \nReference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::RunningProcess.\n\nGuest OS running process details. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #attributes\n\n def attributes() -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Process extended attributes.\n\n### #attributes=\n\n def attributes=(value) -\u003e ::Google::Protobuf::Map{::String =\u003e ::String}\n\n**Parameter**\n\n- **value** (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Process extended attributes. \n**Returns**\n\n- (::Google::Protobuf::Map{::String =\\\u003e ::String}) --- Process extended attributes.\n\n### #cmdline\n\n def cmdline() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Process full command line.\n\n### #cmdline=\n\n def cmdline=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Process full command line. \n**Returns**\n\n- (::String) --- Process full command line.\n\n### #exe_path\n\n def exe_path() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Process binary path.\n\n### #exe_path=\n\n def exe_path=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Process binary path. \n**Returns**\n\n- (::String) --- Process binary path.\n\n### #pid\n\n def pid() -\u003e ::Integer\n\n**Returns**\n\n- (::Integer) --- Process ID.\n\n### #pid=\n\n def pid=(value) -\u003e ::Integer\n\n**Parameter**\n\n- **value** (::Integer) --- Process ID. \n**Returns**\n\n- (::Integer) --- Process ID.\n\n### #user\n\n def user() -\u003e ::String\n\n**Returns**\n\n- (::String) --- User running the process.\n\n### #user=\n\n def user=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- User running the process. \n**Returns**\n\n- (::String) --- User running the process."]]