Class: Google::Cloud::RapidMigrationAssessment::V1::ListCollectorsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::RapidMigrationAssessment::V1::ListCollectorsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/rapidmigrationassessment/v1/rapidmigrationassessment.rb
Overview
Message for response to listing Collectors.
Instance Attribute Summary collapse
-
#collectors ⇒ ::Array<::Google::Cloud::RapidMigrationAssessment::V1::Collector>
The list of Collectors.
-
#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
#collectors ⇒ ::Array<::Google::Cloud::RapidMigrationAssessment::V1::Collector>
Returns The list of Collectors.
98 99 100 101 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/rapidmigrationassessment.rb', line 98 class ListCollectorsResponse 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.
98 99 100 101 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/rapidmigrationassessment.rb', line 98 class ListCollectorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
98 99 100 101 |
# File 'proto_docs/google/cloud/rapidmigrationassessment/v1/rapidmigrationassessment.rb', line 98 class ListCollectorsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |