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 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.