Class: Google::Cloud::CloudDMS::V1::ListMappingRulesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CloudDMS::V1::ListMappingRulesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/clouddms/v1/clouddms.rb
Overview
Retrieve a list of all mapping rules in a given conversion workspace.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of rules to return.
-
#page_token ⇒ ::String
The nextPageToken value received in the previous call to mappingRules.list, used in the subsequent request to retrieve the next page of results.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of rules to return. The service may return fewer than this value.
794 795 796 797 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 794 class ListMappingRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The nextPageToken value received in the previous call to mappingRules.list, used in the subsequent request to retrieve the next page of results. On first call this should be left blank. When paginating, all other parameters provided to mappingRules.list must match the call that provided the page token.
794 795 796 797 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 794 class ListMappingRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Name of the conversion workspace resource whose mapping rules are listed in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
794 795 796 797 |
# File 'proto_docs/google/cloud/clouddms/v1/clouddms.rb', line 794 class ListMappingRulesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |