Migration Center V1 API - Class Google::Cloud::MigrationCenter::V1::OpenFileDetails (v0.1.0)

Reference documentation and code samples for the Migration Center V1 API class Google::Cloud::MigrationCenter::V1::OpenFileDetails.

Open file Information.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#command

def command() -> ::String
Returns
  • (::String) — Opened file command.

#command=

def command=(value) -> ::String
Parameter
  • value (::String) — Opened file command.
Returns
  • (::String) — Opened file command.

#file_path

def file_path() -> ::String
Returns
  • (::String) — Opened file file path.

#file_path=

def file_path=(value) -> ::String
Parameter
  • value (::String) — Opened file file path.
Returns
  • (::String) — Opened file file path.

#file_type

def file_type() -> ::String
Returns
  • (::String) — Opened file file type.

#file_type=

def file_type=(value) -> ::String
Parameter
  • value (::String) — Opened file file type.
Returns
  • (::String) — Opened file file type.

#user

def user() -> ::String
Returns
  • (::String) — Opened file user.

#user=

def user=(value) -> ::String
Parameter
  • value (::String) — Opened file user.
Returns
  • (::String) — Opened file user.