main.java.com.streamlayer.analytics.streaming.v1.SendResponseOrBuilder 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/v2/streaming/streaming.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.streaming.v1;
public interface SendResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.streaming.SendResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* .streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];
* @return The enum numeric value on the wire for result.
*/
int getResultValue();
/**
* .streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];
* @return The result.
*/
com.streamlayer.analytics.common.v1.ResultStatus getResult();
}