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_tokento retrieve the next page. -
#unreachable ⇒ ::Array<::String>
Locations that could not be reached.
Instance Attribute Details
#conversion_workspaces ⇒ ::Array<::Google::Cloud::CloudDMS::V1::ConversionWorkspace>
650 651 652 653 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 650 class ListConversionWorkspacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
650 651 652 653 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 650 class ListConversionWorkspacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#unreachable ⇒ ::Array<::String>
650 651 652 653 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 650 class ListConversionWorkspacesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |