Interface CsvImportQuestionsRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getEventId()
      uint64 event_id = 2 [json_name = "eventId"];
      long getModerationId()
      uint64 moderation_id = 3 [json_name = "moderationId"];
      CsvImportOptions getOptions()
      .streamlayer.interactive.importer.CsvImportOptions options = 5 [json_name = "options"];
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      CsvImportSource getSource()
      .streamlayer.interactive.importer.CsvImportSource source = 4 [json_name = "source"];
      boolean hasOptions()
      .streamlayer.interactive.importer.CsvImportOptions options = 5 [json_name = "options"];
      boolean hasSource()
      .streamlayer.interactive.importer.CsvImportSource source = 4 [json_name = "source"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getEventId

        long getEventId()
        uint64 event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • getModerationId

        long getModerationId()
        uint64 moderation_id = 3 [json_name = "moderationId"];
        Returns:
        The moderationId.
      • hasSource

        boolean hasSource()
        .streamlayer.interactive.importer.CsvImportSource source = 4 [json_name = "source"];
        Returns:
        Whether the source field is set.
      • getSource

        CsvImportSource getSource()
        .streamlayer.interactive.importer.CsvImportSource source = 4 [json_name = "source"];
        Returns:
        The source.
      • hasOptions

        boolean hasOptions()
        .streamlayer.interactive.importer.CsvImportOptions options = 5 [json_name = "options"];
        Returns:
        Whether the options field is set.
      • getOptions

        CsvImportOptions getOptions()
        .streamlayer.interactive.importer.CsvImportOptions options = 5 [json_name = "options"];
        Returns:
        The options.