Class SendInteractionsMessage
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<SendInteractionsMessage,SendInteractionsMessage.Builder>
-
- com.streamlayer.analytics.streaming.v1.SendInteractionsMessage
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,SendInteractionsMessageOrBuilder
public final class SendInteractionsMessage extends com.google.protobuf.GeneratedMessageLite<SendInteractionsMessage,SendInteractionsMessage.Builder> implements SendInteractionsMessageOrBuilder
Protobuf typestreamlayer.analytics.v2.streaming.SendInteractionsMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSendInteractionsMessage.BuilderProtobuf typestreamlayer.analytics.v2.streaming.SendInteractionsMessage-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intACTION_TYPE_FIELD_NUMBERstatic intCOMMON_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)InteractionActionTypegetActionType()action typeintgetActionTypeValue()action typeCommonDatagetCommon()common analytics data amongst callsstatic SendInteractionsMessagegetDefaultInstance()booleanhasCommon()common analytics data amongst callsstatic SendInteractionsMessage.BuildernewBuilder()static SendInteractionsMessage.BuildernewBuilder(SendInteractionsMessage prototype)static SendInteractionsMessageparseDelimitedFrom(java.io.InputStream input)static SendInteractionsMessageparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendInteractionsMessageparseFrom(byte[] data)static SendInteractionsMessageparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendInteractionsMessageparseFrom(com.google.protobuf.ByteString data)static SendInteractionsMessageparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendInteractionsMessageparseFrom(com.google.protobuf.CodedInputStream input)static SendInteractionsMessageparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendInteractionsMessageparseFrom(java.io.InputStream input)static SendInteractionsMessageparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendInteractionsMessageparseFrom(java.nio.ByteBuffer data)static SendInteractionsMessageparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<SendInteractionsMessage>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
COMMON_FIELD_NUMBER
public static final int COMMON_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ACTION_TYPE_FIELD_NUMBER
public static final int ACTION_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
hasCommon
public boolean hasCommon()
common analytics data amongst calls
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Specified by:
hasCommonin interfaceSendInteractionsMessageOrBuilder- Returns:
- Whether the common field is set.
-
getCommon
public CommonData getCommon()
common analytics data amongst calls
.streamlayer.analytics.v2.streaming.CommonData common = 1 [json_name = "common"];- Specified by:
getCommonin interfaceSendInteractionsMessageOrBuilder- Returns:
- The common.
-
getActionTypeValue
public int getActionTypeValue()
action type
.streamlayer.analytics.v1.interactions.InteractionActionType action_type = 2 [json_name = "actionType"];- Specified by:
getActionTypeValuein interfaceSendInteractionsMessageOrBuilder- Returns:
- The enum numeric value on the wire for actionType.
-
getActionType
public InteractionActionType getActionType()
action type
.streamlayer.analytics.v1.interactions.InteractionActionType action_type = 2 [json_name = "actionType"];- Specified by:
getActionTypein interfaceSendInteractionsMessageOrBuilder- Returns:
- The actionType.
-
parseFrom
public static SendInteractionsMessage parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SendInteractionsMessage parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SendInteractionsMessage parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SendInteractionsMessage parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SendInteractionsMessage parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SendInteractionsMessage parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SendInteractionsMessage parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SendInteractionsMessage parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SendInteractionsMessage parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static SendInteractionsMessage parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SendInteractionsMessage parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static SendInteractionsMessage parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static SendInteractionsMessage.Builder newBuilder()
-
newBuilder
public static SendInteractionsMessage.Builder newBuilder(SendInteractionsMessage prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<SendInteractionsMessage,SendInteractionsMessage.Builder>
-
getDefaultInstance
public static SendInteractionsMessage getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<SendInteractionsMessage> parser()
-
-