Class: Google::Cloud::CloudDMS::V1::ListConversionWorkspacesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ListConversionWorkspacesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Response message for 'ListConversionWorkspaces' request.
Instance Attribute Summary collapse
-
#conversion_workspaces ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConversionWorkspace>
The list of conversion workspace objects.
-
#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
#conversion_workspaces ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConversionWorkspace>
Returns The list of conversion workspace objects.
645 646 647 648 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 645 class ListConversionWorkspacesResponse 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.
645 646 647 648 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 645 class ListConversionWorkspacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
Returns Locations that could not be reached.
645 646 647 648 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 645 class ListConversionWorkspacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |