Interface SendCallsResponse.CreateResponseDataOrBuilder

    • 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.