Class: Google::Cloud::MigrationCenter::V1::ListImportDataFilesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb

Overview

Response for listing payload files of an import job.

Instance Attribute Summary collapse

Instance Attribute Details

#import_data_files::Array<::Google::Cloud::MigrationCenter::V1::ImportDataFile>

Returns The list of import data files.

Returns:



900
901
902
903
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 900

class ListImportDataFilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Returns:

  • (::String)

    A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.



900
901
902
903
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 900

class ListImportDataFilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#unreachable::Array<::String>

Returns Locations that could not be reached.

Returns:

  • (::Array<::String>)

    Locations that could not be reached.



900
901
902
903
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 900

class ListImportDataFilesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end