All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.promoted.proto.event.JoinedIdentifiersOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/event/event.proto

package ai.promoted.proto.event;

public interface JoinedIdentifiersOrBuilder extends
    // @@protoc_insertion_point(interface_extends:event.JoinedIdentifiers)
    com.google.protobuf.MessageOrBuilder {

  /**
   * uint64 platform_id = 1 [json_name = "platformId"];
   * @return The platformId.
   */
  long getPlatformId();

  /**
   * string user_id = 2 [json_name = "userId"];
   * @return The userId.
   */
  java.lang.String getUserId();
  /**
   * string user_id = 2 [json_name = "userId"];
   * @return The bytes for userId.
   */
  com.google.protobuf.ByteString
      getUserIdBytes();

  /**
   * string log_user_id = 3 [json_name = "logUserId"];
   * @return The logUserId.
   */
  java.lang.String getLogUserId();
  /**
   * string log_user_id = 3 [json_name = "logUserId"];
   * @return The bytes for logUserId.
   */
  com.google.protobuf.ByteString
      getLogUserIdBytes();

  /**
   * string anon_user_id = 10 [json_name = "anonUserId"];
   * @return The anonUserId.
   */
  java.lang.String getAnonUserId();
  /**
   * string anon_user_id = 10 [json_name = "anonUserId"];
   * @return The bytes for anonUserId.
   */
  com.google.protobuf.ByteString
      getAnonUserIdBytes();

  /**
   * string session_id = 4 [json_name = "sessionId"];
   * @return The sessionId.
   */
  java.lang.String getSessionId();
  /**
   * string session_id = 4 [json_name = "sessionId"];
   * @return The bytes for sessionId.
   */
  com.google.protobuf.ByteString
      getSessionIdBytes();

  /**
   * string view_id = 5 [json_name = "viewId"];
   * @return The viewId.
   */
  java.lang.String getViewId();
  /**
   * string view_id = 5 [json_name = "viewId"];
   * @return The bytes for viewId.
   */
  com.google.protobuf.ByteString
      getViewIdBytes();

  /**
   * string auto_view_id = 9 [json_name = "autoViewId"];
   * @return The autoViewId.
   */
  java.lang.String getAutoViewId();
  /**
   * string auto_view_id = 9 [json_name = "autoViewId"];
   * @return The bytes for autoViewId.
   */
  com.google.protobuf.ByteString
      getAutoViewIdBytes();

  /**
   * string request_id = 6 [json_name = "requestId"];
   * @return The requestId.
   */
  java.lang.String getRequestId();
  /**
   * string request_id = 6 [json_name = "requestId"];
   * @return The bytes for requestId.
   */
  com.google.protobuf.ByteString
      getRequestIdBytes();

  /**
   * string insertion_id = 7 [json_name = "insertionId"];
   * @return The insertionId.
   */
  java.lang.String getInsertionId();
  /**
   * string insertion_id = 7 [json_name = "insertionId"];
   * @return The bytes for insertionId.
   */
  com.google.protobuf.ByteString
      getInsertionIdBytes();

  /**
   * string impression_id = 8 [json_name = "impressionId"];
   * @return The impressionId.
   */
  java.lang.String getImpressionId();
  /**
   * string impression_id = 8 [json_name = "impressionId"];
   * @return The bytes for impressionId.
   */
  com.google.protobuf.ByteString
      getImpressionIdBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy