Class SendAuthenticationsMessage.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SendAuthenticationsMessage.Builder clearCommon()
      common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
      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
      SendAuthenticationsMessage.Builder mergeCommon​(CommonData value)
      common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
      SendAuthenticationsMessage.Builder setCommon​(CommonData value)
      common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
      SendAuthenticationsMessage.Builder setCommon​(CommonData.Builder builderForValue)
      common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasCommon

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

        public CommonData getCommon()
         common analytics data amongst calls
         kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
        Specified by:
        getCommon in interface SendAuthenticationsMessageOrBuilder
        Returns:
        The common.
      • setCommon

        public SendAuthenticationsMessage.Builder setCommon​(CommonData value)
         common analytics data amongst calls
         kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
      • setCommon

        public SendAuthenticationsMessage.Builder setCommon​(CommonData.Builder builderForValue)
         common analytics data amongst calls
         kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
      • mergeCommon

        public SendAuthenticationsMessage.Builder mergeCommon​(CommonData value)
         common analytics data amongst calls
         kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];
      • clearCommon

        public SendAuthenticationsMessage.Builder clearCommon()
         common analytics data amongst calls
         kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETED
         
        .streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];