Class: Google::Cloud::MigrationCenter::V1::ListReportsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ListReportsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Response message for listing Reports.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#reports ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::Report>
The list of Reports.
-
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token identifying a page of results the server should return.
1638 1639 1640 1641 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1638 class ListReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#reports ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::Report>
Returns The list of Reports.
1638 1639 1640 1641 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1638 class ListReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
1638 1639 1640 1641 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1638 class ListReportsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |