Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::ListMappingRulesResponse.
Response message for 'ListMappingRulesRequest' request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mapping_rules
def mapping_rules() -> ::Array<::Google::Cloud::CloudDMS::V1::MappingRule>
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::MappingRule>) — The list of conversion workspace mapping rules.
#mapping_rules=
def mapping_rules=(value) -> ::Array<::Google::Cloud::CloudDMS::V1::MappingRule>
Parameter
- value (::Array<::Google::Cloud::CloudDMS::V1::MappingRule>) — The list of conversion workspace mapping rules.
Returns
- (::Array<::Google::Cloud::CloudDMS::V1::MappingRule>) — The list of conversion workspace mapping rules.
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — A token which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — A token which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — A token which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.