Class: Google::Cloud::MigrationCenter::V1::ImportDataFile
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ImportDataFile
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A resource that represents a payload file in an import job.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
User-friendly display name.
-
#format ⇒ ::Google::Cloud::MigrationCenter::V1::ImportJobFormat
Required.
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::MigrationCenter::V1::ImportDataFile::State
readonly
Output only.
-
#upload_file_info ⇒ ::Google::Cloud::MigrationCenter::V1::UploadFileInfo
Information about a file that is uploaded to a storage service.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the file was created.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195 class ImportDataFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumerates possible states of an import data file. module State # Default value. STATE_UNSPECIFIED = 0 # The data file is being created. CREATING = 1 # The data file completed initialization. ACTIVE = 2 end end |
#display_name ⇒ ::String
Returns User-friendly display name. Maximum length is 63 characters.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195 class ImportDataFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumerates possible states of an import data file. module State # Default value. STATE_UNSPECIFIED = 0 # The data file is being created. CREATING = 1 # The data file completed initialization. ACTIVE = 2 end end |
#format ⇒ ::Google::Cloud::MigrationCenter::V1::ImportJobFormat
Returns Required. The payload format.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195 class ImportDataFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumerates possible states of an import data file. module State # Default value. STATE_UNSPECIFIED = 0 # The data file is being created. CREATING = 1 # The data file completed initialization. ACTIVE = 2 end end |
#name ⇒ ::String (readonly)
Returns Output only. The name of the file.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195 class ImportDataFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumerates possible states of an import data file. module State # Default value. STATE_UNSPECIFIED = 0 # The data file is being created. CREATING = 1 # The data file completed initialization. ACTIVE = 2 end end |
#state ⇒ ::Google::Cloud::MigrationCenter::V1::ImportDataFile::State (readonly)
Returns Output only. The state of the import data file.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195 class ImportDataFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumerates possible states of an import data file. module State # Default value. STATE_UNSPECIFIED = 0 # The data file is being created. CREATING = 1 # The data file completed initialization. ACTIVE = 2 end end |
#upload_file_info ⇒ ::Google::Cloud::MigrationCenter::V1::UploadFileInfo
Returns Information about a file that is uploaded to a storage service.
195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 195 class ImportDataFile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Enumerates possible states of an import data file. module State # Default value. STATE_UNSPECIFIED = 0 # The data file is being created. CREATING = 1 # The data file completed initialization. ACTIVE = 2 end end |