Class: Google::Cloud::MigrationCenter::V1::OpenFileDetails
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::OpenFileDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Open file Information.
Instance Attribute Summary collapse
-
#command ⇒ ::String
Opened file command.
-
#file_path ⇒ ::String
Opened file file path.
-
#file_type ⇒ ::String
Opened file file type.
-
#user ⇒ ::String
Opened file user.
Instance Attribute Details
#command ⇒ ::String
Returns Opened file command.
2616 2617 2618 2619 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2616 class OpenFileDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_path ⇒ ::String
Returns Opened file file path.
2616 2617 2618 2619 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2616 class OpenFileDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#file_type ⇒ ::String
Returns Opened file file type.
2616 2617 2618 2619 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2616 class OpenFileDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#user ⇒ ::String
Returns Opened file user.
2616 2617 2618 2619 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 2616 class OpenFileDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |