Interface ImportMappingRulesRequest.RulesFileOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getRulesContent()
      Required.
      com.google.protobuf.ByteString getRulesContentBytes()
      Required.
      String getRulesSourceFilename()
      Required.
      com.google.protobuf.ByteString getRulesSourceFilenameBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getRulesSourceFilename

        String getRulesSourceFilename()
         Required. The filename of the rules that needs to be converted. The
         filename is used mainly so that future logs of the import rules job
         contain it, and can therefore be searched by it.
         
        string rules_source_filename = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The rulesSourceFilename.
      • getRulesSourceFilenameBytes

        com.google.protobuf.ByteString getRulesSourceFilenameBytes()
         Required. The filename of the rules that needs to be converted. The
         filename is used mainly so that future logs of the import rules job
         contain it, and can therefore be searched by it.
         
        string rules_source_filename = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for rulesSourceFilename.
      • getRulesContent

        String getRulesContent()
         Required. The text content of the rules that needs to be converted.
         
        string rules_content = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The rulesContent.
      • getRulesContentBytes

        com.google.protobuf.ByteString getRulesContentBytes()
         Required. The text content of the rules that needs to be converted.
         
        string rules_content = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for rulesContent.