Class: Google::Cloud::CloudDMS::V1::ListMigrationJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ListMigrationJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Retrieves a list of all migration jobs in a given project and location.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
A filter expression that filters migration jobs listed in the response.
-
#order_by ⇒ ::String
Sort the results based on the migration job name.
-
#page_size ⇒ ::Integer
The maximum number of migration jobs to return.
-
#page_token ⇒ ::String
The nextPageToken value received in the previous call to migrationJobs.list, used in the subsequent request to retrieve the next page of results.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
56 57 58 59 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 56 class ListMigrationJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
56 57 58 59 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 56 class ListMigrationJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
56 57 58 59 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 56 class ListMigrationJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
56 57 58 59 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 56 class ListMigrationJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
56 57 58 59 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 56 class ListMigrationJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |