Class: Google::Cloud::MigrationCenter::V1::ListReportConfigsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::MigrationCenter::V1::ListReportConfigsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb
Overview
Response message for listing report configs.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
-
#report_configs ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ReportConfig>
A list of report configs.
-
#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.
1708 1709 1710 1711 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1708 class ListReportConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_configs ⇒ ::Array<::Google::Cloud::MigrationCenter::V1::ReportConfig>
Returns A list of report configs.
1708 1709 1710 1711 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1708 class ListReportConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
1708 1709 1710 1711 |
# File 'proto_docs/google/cloud/migrationcenter/v1/migrationcenter.rb', line 1708 class ListReportConfigsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |