Reference documentation and code samples for the Cloud Database Migration Service V1 API class Google::Cloud::CloudDMS::V1::ListMappingRulesRequest.
Retrieve a list of all mapping rules in a given conversion workspace.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer Returns
- (::Integer) — The maximum number of rules to return. The service may return fewer than this value.
#page_size=
def page_size=(value) -> ::Integer Parameter
- value (::Integer) — The maximum number of rules to return. The service may return fewer than this value.
Returns
- (::Integer) — The maximum number of rules to return. The service may return fewer than this value.
#page_token
def page_token() -> ::String Returns
- (::String) — 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.
#page_token=
def page_token=(value) -> ::String Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#parent
def parent() -> ::String Returns
- (::String) — Required. Name of the conversion workspace resource whose mapping rules are listed in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
#parent=
def parent=(value) -> ::String Parameter
- value (::String) — Required. Name of the conversion workspace resource whose mapping rules are listed in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Returns
- (::String) — Required. Name of the conversion workspace resource whose mapping rules are listed in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.