Class: Google::Cloud::CloudDMS::V1::ListMappingRulesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ListMappingRulesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Response message for 'ListMappingRulesRequest' request.
Instance Attribute Summary collapse
-
#mapping_rules ⇒ ::Array<::Google::Cloud::CloudDMS::V1::MappingRule>
The list of conversion workspace mapping rules.
-
#next_page_token ⇒ ::String
A token which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#mapping_rules ⇒ ::Array<::Google::Cloud::CloudDMS::V1::MappingRule>
Returns The list of conversion workspace mapping rules.
807 808 809 810 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 807 class ListMappingRulesResponse 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.
807 808 809 810 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 807 class ListMappingRulesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |