Package com.streamlayer.importer
Interface CsvImportQuestionsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CsvImportQuestionsRequest,CsvImportQuestionsRequest.Builder
public interface CsvImportQuestionsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetEventId()uint64 event_id = 2 [json_name = "eventId"];longgetModerationId()uint64 moderation_id = 3 [json_name = "moderationId"];CsvImportOptionsgetOptions().streamlayer.interactive.importer.CsvImportOptions options = 5 [json_name = "options"];java.lang.StringgetOrganizationId()string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringgetOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];CsvImportSourcegetSource().streamlayer.interactive.importer.CsvImportSource source = 4 [json_name = "source"];booleanhasOptions().streamlayer.interactive.importer.CsvImportOptions options = 5 [json_name = "options"];booleanhasSource().streamlayer.interactive.importer.CsvImportSource source = 4 [json_name = "source"];
-
-
-
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.
-
-