main.java.com.streamlayer.analytics.query.v1.QueryExecResponseOrBuilder 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/analytics/v1/query/query.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.query.v1;
public interface QueryExecResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.query.QueryExecResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string data = 1 [json_name = "data"];
* @return The data.
*/
java.lang.String getData();
/**
* string data = 1 [json_name = "data"];
* @return The bytes for data.
*/
com.google.protobuf.ByteString
getDataBytes();
}