Interface SendAuthenticationsMessageOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CommonData getCommon()
      common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
      boolean hasCommon()
      common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasCommon

        boolean hasCommon()
         common analytics data amongst calls
         kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
        Returns:
        Whether the common field is set.
      • getCommon

        CommonData getCommon()
         common analytics data amongst calls
         kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
        Returns:
        The common.