Class: Google::Cloud::MigrationCenter::V1::ListImportDataFilesRequest

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

Overview

A request to list import data files of an import job.

Instance Attribute Summary collapse

Instance Attribute Details

#filter::String

Returns Filtering results.

Returns:

  • (::String)

    Filtering results.



888
889
890
891
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 888

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

#order_by::String

Returns Field to sort by. See https://google.aip.dev/132#ordering for more details.

Returns:



888
889
890
891
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 888

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

#page_size::Integer

The maximum number of data files to return. The service may return fewer than this value. If unspecified, at most 500 data files will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Returns:

  • (::Integer)

    The maximum number of data files to return. The service may return fewer than this value. If unspecified, at most 500 data files will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.



888
889
890
891
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 888

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

#page_token::String

Returns A page token, received from a previous ListImportDataFiles call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListImportDataFiles must match the call that provided the page token.

Returns:

  • (::String)

    A page token, received from a previous ListImportDataFiles call. Provide this to retrieve the subsequent page.

    When paginating, all other parameters provided to ListImportDataFiles must match the call that provided the page token.



888
889
890
891
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 888

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

#parent::String

Returns Required. Name of the parent of the ImportDataFiles resource.

Returns:

  • (::String)

    Required. Name of the parent of the ImportDataFiles resource.



888
889
890
891
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 888

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