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