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

ai.promoted.proto.common.UserInfoOrBuilder 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/common/common.proto

package ai.promoted.proto.common;

public interface UserInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:common.UserInfo)
    com.google.protobuf.MessageOrBuilder {

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

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

  /**
   * bool is_internal_user = 3 [json_name = "isInternalUser"];
   * @return The isInternalUser.
   */
  boolean getIsInternalUser();

  /**
   * bool ignore_usage = 4 [json_name = "ignoreUsage"];
   * @return The ignoreUsage.
   */
  boolean getIgnoreUsage();

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

  /**
   * string retained_user_id = 7 [json_name = "retainedUserId"];
   * @return The retainedUserId.
   */
  java.lang.String getRetainedUserId();
  /**
   * string retained_user_id = 7 [json_name = "retainedUserId"];
   * @return The bytes for retainedUserId.
   */
  com.google.protobuf.ByteString
      getRetainedUserIdBytes();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy