Interface ListMappingRulesResponseOrBuilder (2.40.0)

public interface ListMappingRulesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMappingRules(int index)

public abstract MappingRule getMappingRules(int index)

The list of conversion workspace mapping rules.

repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MappingRule

getMappingRulesCount()

public abstract int getMappingRulesCount()

The list of conversion workspace mapping rules.

repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;

Returns
TypeDescription
int

getMappingRulesList()

public abstract List<MappingRule> getMappingRulesList()

The list of conversion workspace mapping rules.

repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;

Returns
TypeDescription
List<MappingRule>

getMappingRulesOrBuilder(int index)

public abstract MappingRuleOrBuilder getMappingRulesOrBuilder(int index)

The list of conversion workspace mapping rules.

repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
MappingRuleOrBuilder

getMappingRulesOrBuilderList()

public abstract List<? extends MappingRuleOrBuilder> getMappingRulesOrBuilderList()

The list of conversion workspace mapping rules.

repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;

Returns
TypeDescription
List<? extends com.google.cloud.clouddms.v1.MappingRuleOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.