Class SendAuthenticationsMessage.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<SendAuthenticationsMessage,SendAuthenticationsMessage.Builder>
-
- com.streamlayer.analytics.streaming.v1.SendAuthenticationsMessage.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,SendAuthenticationsMessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- SendAuthenticationsMessage
public static final class SendAuthenticationsMessage.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<SendAuthenticationsMessage,SendAuthenticationsMessage.Builder> implements SendAuthenticationsMessageOrBuilder
Protobuf typestreamlayer.analytics.v2.streaming.SendAuthenticationsMessage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendAuthenticationsMessage.BuilderclearCommon()common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETEDCommonDatagetCommon()common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETEDbooleanhasCommon()common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETEDSendAuthenticationsMessage.BuildermergeCommon(CommonData value)common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETEDSendAuthenticationsMessage.BuildersetCommon(CommonData value)common analytics data amongst calls kind: KIND_AUTHENTICATION_ATTEMPTED, KIND_AUTHENTICATION_COMPLETEDSendAuthenticationsMessage.BuildersetCommon(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
-
-
-
-
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:
hasCommonin interfaceSendAuthenticationsMessageOrBuilder- 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:
getCommonin interfaceSendAuthenticationsMessageOrBuilder- 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"];
-
-