public sealed class ListMappingRulesRequest : IMessage<ListMappingRulesRequest>, IEquatable<ListMappingRulesRequest>, IDeepCloneable<ListMappingRulesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Database Migration v1 API class ListMappingRulesRequest.
Retrieve a list of all mapping rules in a given conversion workspace.
Implements
IMessageListMappingRulesRequest, IEquatableListMappingRulesRequest, IDeepCloneableListMappingRulesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ListMappingRulesRequest()
public ListMappingRulesRequest()
ListMappingRulesRequest(ListMappingRulesRequest)
public ListMappingRulesRequest(ListMappingRulesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListMappingRulesRequest |
Properties
PageSize
public int PageSize { get; set; }
The maximum number of rules to return. The service may return fewer than this value.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. Name of the conversion workspace resource whose mapping rules are listed in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Property Value | |
---|---|
Type | Description |
string |
ParentAsConversionWorkspaceName
public ConversionWorkspaceName ParentAsConversionWorkspaceName { get; set; }
ConversionWorkspaceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ConversionWorkspaceName |