main.java.com.streamlayer.interactive.question.ListResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/interactive/question/interactive.questions.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.interactive.question;
public interface ListResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.question.ListResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.interactive.question.ListResponse.ListResponseMetadata meta = 1 [json_name = "meta"];
* @return Whether the meta field is set.
*/
boolean hasMeta();
/**
* .streamlayer.interactive.question.ListResponse.ListResponseMetadata meta = 1 [json_name = "meta"];
* @return The meta.
*/
com.streamlayer.interactive.question.ListResponse.ListResponseMetadata getMeta();
/**
* repeated .streamlayer.interactive.question.ListResponse.ListResponseData data = 2 [json_name = "data"];
*/
java.util.List
getDataList();
/**
* repeated .streamlayer.interactive.question.ListResponse.ListResponseData data = 2 [json_name = "data"];
*/
com.streamlayer.interactive.question.ListResponse.ListResponseData getData(int index);
/**
* repeated .streamlayer.interactive.question.ListResponse.ListResponseData data = 2 [json_name = "data"];
*/
int getDataCount();
}