Interface SendResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder
    All Known Implementing Classes:
    SendResponse, SendResponse.Builder

    public interface SendResponseOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ResultStatus getResult()
      .streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];
      int getResultValue()
      .streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getResultValue

        int getResultValue()
        .streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];
        Returns:
        The enum numeric value on the wire for result.
      • getResult

        ResultStatus getResult()
        .streamlayer.analytics.v1.common.ResultStatus result = 1 [json_name = "result"];
        Returns:
        The result.