main.java.com.streamlayer.interactive.question.RestoreResponseOrBuilder 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 RestoreResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.interactive.question.RestoreResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.interactive.question.RestoreResponse.RestoreResponseData data = 1 [json_name = "data"];
* @return Whether the data field is set.
*/
boolean hasData();
/**
* .streamlayer.interactive.question.RestoreResponse.RestoreResponseData data = 1 [json_name = "data"];
* @return The data.
*/
com.streamlayer.interactive.question.RestoreResponse.RestoreResponseData getData();
}