main.java.com.streamlayer.analytics.query.v1.QueryExecParamsOrBuilder 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 QueryExecParamsOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.query.QueryExecParams)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string organization_id = 1 [json_name = "organizationId"];
* @return The organizationId.
*/
java.lang.String getOrganizationId();
/**
* string organization_id = 1 [json_name = "organizationId"];
* @return The bytes for organizationId.
*/
com.google.protobuf.ByteString
getOrganizationIdBytes();
/**
* string event_id = 2 [json_name = "eventId"];
* @return The eventId.
*/
java.lang.String getEventId();
/**
* string event_id = 2 [json_name = "eventId"];
* @return The bytes for eventId.
*/
com.google.protobuf.ByteString
getEventIdBytes();
/**
* string from = 3 [json_name = "from"];
* @return The from.
*/
java.lang.String getFrom();
/**
* string from = 3 [json_name = "from"];
* @return The bytes for from.
*/
com.google.protobuf.ByteString
getFromBytes();
/**
* string to = 4 [json_name = "to"];
* @return The to.
*/
java.lang.String getTo();
/**
* string to = 4 [json_name = "to"];
* @return The bytes for to.
*/
com.google.protobuf.ByteString
getToBytes();
}