Class: Google::Cloud::VMMigration::V1::ListImageImportJobsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::VMMigration::V1::ListImageImportJobsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vmmigration/v1/vmmigration.rb
Overview
Request message for 'ListImageImportJobs' call.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Optional. The filter request (according to AIP-160).
4349 4350 4351 4352 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4349 class ListImageImportJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
Returns Optional. The order by fields for the result (according to AIP-132). Currently ordering is only possible by "name" field.
4349 4350 4351 4352 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4349 class ListImageImportJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Optional. The maximum number of targets to return. The service may return fewer than this value. If unspecified, at most 500 targets will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
4349 4350 4351 4352 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4349 class ListImageImportJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Optional. A page token, received from a previous ListImageImportJobs
call. Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListImageImportJobs
must match the call that provided the page token.
4349 4350 4351 4352 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4349 class ListImageImportJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The parent, which owns this collection of targets.
4349 4350 4351 4352 |
# File 'proto_docs/google/cloud/vmmigration/v1/vmmigration.rb', line 4349 class ListImageImportJobsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |