Class: Google::Cloud::MigrationCenter::V1::ListImportJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ListImportJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
A response for listing import jobs.
Instance Attribute Summary collapse
-
#import_jobs ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportJob>
The list of import jobs.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#import_jobs ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ImportJob>
Returns The list of import jobs.
725 726 727 728 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 725 class ListImportJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
725 726 727 728 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 725 class ListImportJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
725 726 727 728 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 725 class ListImportJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |