All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.java.com.streamlayer.analytics.query.v1.QueryExecResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy