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

main.java.com.streamlayer.analytics.streaming.v1.SendResponseOrBuilder 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/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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy