Class: Google::Cloud::MigrationCenter::V1::ListImportDataFilesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ListImportDataFilesRequest
- 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
-
#filter ⇒ ::String
Filtering results.
-
#order_by ⇒ ::String
Field to sort by.
-
#page_size ⇒ ::Integer
The maximum number of data files to return.
-
#page_token ⇒ ::String
A page token, received from a previous
ListImportDataFiles
call. -
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Filtering results.
884 885 886 887 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 884 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.
884 885 886 887 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 884 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.
884 885 886 887 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 884 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.
884 885 886 887 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 884 class ListImportDataFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of the parent of the ImportDataFiles
resource.
884 885 886 887 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 884 class ListImportDataFilesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |