Class IdentifierProvenances

    • Field Detail

      • USER_ID_PROVENANCE_FIELD_NUMBER

        public static final int USER_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • LOG_USER_ID_PROVENANCE_FIELD_NUMBER

        public static final int LOG_USER_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SESSION_ID_PROVENANCE_FIELD_NUMBER

        public static final int SESSION_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • VIEW_ID_PROVENANCE_FIELD_NUMBER

        public static final int VIEW_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • AUTO_VIEW_ID_PROVENANCE_FIELD_NUMBER

        public static final int AUTO_VIEW_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • INSERTION_ID_PROVENANCE_FIELD_NUMBER

        public static final int INSERTION_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • IMPRESSION_ID_PROVENANCE_FIELD_NUMBER

        public static final int IMPRESSION_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • ACTION_ID_PROVENANCE_FIELD_NUMBER

        public static final int ACTION_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • CONTENT_ID_PROVENANCE_FIELD_NUMBER

        public static final int CONTENT_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
      • REQUEST_ID_PROVENANCE_FIELD_NUMBER

        public static final int REQUEST_ID_PROVENANCE_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getUnknownFields

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getUserIdProvenanceValue

        public int getUserIdProvenanceValue()
        .event.IdentifierProvenance user_id_provenance = 1 [json_name = "userIdProvenance"];
        Specified by:
        getUserIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for userIdProvenance.
      • getLogUserIdProvenanceValue

        public int getLogUserIdProvenanceValue()
        .event.IdentifierProvenance log_user_id_provenance = 9 [json_name = "logUserIdProvenance"];
        Specified by:
        getLogUserIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for logUserIdProvenance.
      • getSessionIdProvenanceValue

        public int getSessionIdProvenanceValue()
        .event.IdentifierProvenance session_id_provenance = 2 [json_name = "sessionIdProvenance"];
        Specified by:
        getSessionIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for sessionIdProvenance.
      • getViewIdProvenanceValue

        public int getViewIdProvenanceValue()
        .event.IdentifierProvenance view_id_provenance = 3 [json_name = "viewIdProvenance"];
        Specified by:
        getViewIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for viewIdProvenance.
      • getAutoViewIdProvenanceValue

        public int getAutoViewIdProvenanceValue()
        .event.IdentifierProvenance auto_view_id_provenance = 8 [json_name = "autoViewIdProvenance"];
        Specified by:
        getAutoViewIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for autoViewIdProvenance.
      • getInsertionIdProvenanceValue

        public int getInsertionIdProvenanceValue()
        .event.IdentifierProvenance insertion_id_provenance = 10 [json_name = "insertionIdProvenance"];
        Specified by:
        getInsertionIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for insertionIdProvenance.
      • getImpressionIdProvenanceValue

        public int getImpressionIdProvenanceValue()
        .event.IdentifierProvenance impression_id_provenance = 4 [json_name = "impressionIdProvenance"];
        Specified by:
        getImpressionIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for impressionIdProvenance.
      • getActionIdProvenanceValue

        public int getActionIdProvenanceValue()
        .event.IdentifierProvenance action_id_provenance = 5 [json_name = "actionIdProvenance"];
        Specified by:
        getActionIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for actionIdProvenance.
      • getContentIdProvenanceValue

        public int getContentIdProvenanceValue()
        .event.IdentifierProvenance content_id_provenance = 6 [json_name = "contentIdProvenance"];
        Specified by:
        getContentIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for contentIdProvenance.
      • getRequestIdProvenanceValue

        public int getRequestIdProvenanceValue()
        .event.IdentifierProvenance request_id_provenance = 7 [json_name = "requestIdProvenance"];
        Specified by:
        getRequestIdProvenanceValue in interface IdentifierProvenancesOrBuilder
        Returns:
        The enum numeric value on the wire for requestIdProvenance.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static IdentifierProvenances parseFrom​(ByteBuffer data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static IdentifierProvenances parseFrom​(ByteBuffer data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static IdentifierProvenances parseFrom​(com.google.protobuf.ByteString data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static IdentifierProvenances parseFrom​(com.google.protobuf.ByteString data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static IdentifierProvenances parseFrom​(byte[] data)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static IdentifierProvenances parseFrom​(byte[] data,
                                                      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                               throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

        public IdentifierProvenances.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • toBuilder

        public IdentifierProvenances.Builder toBuilder()
        Specified by:
        toBuilder in interface com.google.protobuf.Message
        Specified by:
        toBuilder in interface com.google.protobuf.MessageLite
      • newBuilderForType

        protected IdentifierProvenances.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<IdentifierProvenances> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public IdentifierProvenances getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder