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

main.java.com.streamlayer.inplay.common.SelectionResultOrBuilder 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/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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy