Package com.google.cloud.clouddms.v1
Interface ListMappingRulesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListMappingRulesResponse,ListMappingRulesResponse.Builder
public interface ListMappingRulesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MappingRulegetMappingRules(int index)The list of conversion workspace mapping rules.intgetMappingRulesCount()The list of conversion workspace mapping rules.List<MappingRule>getMappingRulesList()The list of conversion workspace mapping rules.MappingRuleOrBuildergetMappingRulesOrBuilder(int index)The list of conversion workspace mapping rules.List<? extends MappingRuleOrBuilder>getMappingRulesOrBuilderList()The list of conversion workspace mapping rules.StringgetNextPageToken()A token which can be sent as `page_token` to retrieve the next page.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token which can be sent as `page_token` to retrieve the next page.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMappingRulesList
List<MappingRule> getMappingRulesList()
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;
-
getMappingRules
MappingRule getMappingRules(int index)
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;
-
getMappingRulesCount
int getMappingRulesCount()
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;
-
getMappingRulesOrBuilderList
List<? extends MappingRuleOrBuilder> getMappingRulesOrBuilderList()
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;
-
getMappingRulesOrBuilder
MappingRuleOrBuilder getMappingRulesOrBuilder(int index)
The list of conversion workspace mapping rules.
repeated .google.cloud.clouddms.v1.MappingRule mapping_rules = 1;
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-
-