Database Migration v1 API - Class ListMappingRulesRequest (2.4.0)

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.

Inheritance

object > ListMappingRulesRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

ListMappingRulesRequest()

public ListMappingRulesRequest()

ListMappingRulesRequest(ListMappingRulesRequest)

public ListMappingRulesRequest(ListMappingRulesRequest other)
Parameter
NameDescription
otherListMappingRulesRequest

Properties

PageSize

public int PageSize { get; set; }

The maximum number of rules to return. The service may return fewer than this value.

Property Value
TypeDescription
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
TypeDescription
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
TypeDescription
string

ParentAsConversionWorkspaceName

public ConversionWorkspaceName ParentAsConversionWorkspaceName { get; set; }

ConversionWorkspaceName-typed view over the Parent resource name property.

Property Value
TypeDescription
ConversionWorkspaceName