main.java.com.streamlayer.inplay.common.SelectionResultOrBuilder 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/inplay/common/inplay.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.inplay.common;
public interface SelectionResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.inplay.common.SelectionResult)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* TBD: Probably more properties will be added later
* string representation of SelectionResultStatus
*
*
* string result_status = 1 [json_name = "resultStatus"];
* @return The resultStatus.
*/
java.lang.String getResultStatus();
/**
*
* TBD: Probably more properties will be added later
* string representation of SelectionResultStatus
*
*
* string result_status = 1 [json_name = "resultStatus"];
* @return The bytes for resultStatus.
*/
com.google.protobuf.ByteString
getResultStatusBytes();
}