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