Class: Google::Cloud::CloudDMS::V1::ListConnectionProfilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ListConnectionProfilesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Response message for 'ListConnectionProfiles' request.
Instance Attribute Summary collapse
-
#connection_profiles ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConnectionProfile>
The response list of connection profiles.
-
#next_page_token ⇒ ::String
A token which can be sent as
page_token
to retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#connection_profiles ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConnectionProfile>
Returns The response list of connection profiles.
365 366 367 368 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 365 class ListConnectionProfilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
365 366 367 368 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 365 class ListConnectionProfilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
365 366 367 368 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 365 class ListConnectionProfilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |