public interface ListMappingRulesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MappingRule |
getMappingRules(int index)
The list of conversion workspace mapping rules.
|
int |
getMappingRulesCount()
The list of conversion workspace mapping rules.
|
List<MappingRule> |
getMappingRulesList()
The list of conversion workspace mapping rules.
|
MappingRuleOrBuilder |
getMappingRulesOrBuilder(int index)
The list of conversion workspace mapping rules.
|
List<? extends MappingRuleOrBuilder> |
getMappingRulesOrBuilderList()
The list of conversion workspace mapping rules.
|
String |
getNextPageToken()
A token which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token which can be sent as `page_token` to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<MappingRule> getMappingRulesList()
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;MappingRule getMappingRules(int index)
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;int getMappingRulesCount()
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;List<? extends MappingRuleOrBuilder> getMappingRulesOrBuilderList()
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;MappingRuleOrBuilder getMappingRulesOrBuilder(int index)
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.