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

ai.promoted.proto.event.CohortMembershipOrBuilder 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 CohortMembershipOrBuilder extends
    // @@protoc_insertion_point(interface_extends:event.CohortMembership)
    com.google.protobuf.MessageOrBuilder {

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

  /**
   * .common.UserInfo user_info = 2 [json_name = "userInfo"];
   * @return Whether the userInfo field is set.
   */
  boolean hasUserInfo();
  /**
   * .common.UserInfo user_info = 2 [json_name = "userInfo"];
   * @return The userInfo.
   */
  ai.promoted.proto.common.UserInfo getUserInfo();
  /**
   * .common.UserInfo user_info = 2 [json_name = "userInfo"];
   */
  ai.promoted.proto.common.UserInfoOrBuilder getUserInfoOrBuilder();

  /**
   * .common.Timing timing = 3 [json_name = "timing"];
   * @return Whether the timing field is set.
   */
  boolean hasTiming();
  /**
   * .common.Timing timing = 3 [json_name = "timing"];
   * @return The timing.
   */
  ai.promoted.proto.common.Timing getTiming();
  /**
   * .common.Timing timing = 3 [json_name = "timing"];
   */
  ai.promoted.proto.common.TimingOrBuilder getTimingOrBuilder();

  /**
   * .common.ClientInfo client_info = 4 [json_name = "clientInfo"];
   * @return Whether the clientInfo field is set.
   */
  boolean hasClientInfo();
  /**
   * .common.ClientInfo client_info = 4 [json_name = "clientInfo"];
   * @return The clientInfo.
   */
  ai.promoted.proto.common.ClientInfo getClientInfo();
  /**
   * .common.ClientInfo client_info = 4 [json_name = "clientInfo"];
   */
  ai.promoted.proto.common.ClientInfoOrBuilder getClientInfoOrBuilder();

  /**
   * string membership_id = 6 [json_name = "membershipId"];
   * @return The membershipId.
   */
  java.lang.String getMembershipId();
  /**
   * string membership_id = 6 [json_name = "membershipId"];
   * @return The bytes for membershipId.
   */
  com.google.protobuf.ByteString
      getMembershipIdBytes();

  /**
   * string cohort_id = 8 [json_name = "cohortId"];
   * @return The cohortId.
   */
  java.lang.String getCohortId();
  /**
   * string cohort_id = 8 [json_name = "cohortId"];
   * @return The bytes for cohortId.
   */
  com.google.protobuf.ByteString
      getCohortIdBytes();

  /**
   * .event.CohortArm arm = 9 [json_name = "arm"];
   * @return The enum numeric value on the wire for arm.
   */
  int getArmValue();
  /**
   * .event.CohortArm arm = 9 [json_name = "arm"];
   * @return The arm.
   */
  ai.promoted.proto.event.CohortArm getArm();

  /**
   * .common.Properties properties = 10 [json_name = "properties"];
   * @return Whether the properties field is set.
   */
  boolean hasProperties();
  /**
   * .common.Properties properties = 10 [json_name = "properties"];
   * @return The properties.
   */
  ai.promoted.proto.common.Properties getProperties();
  /**
   * .common.Properties properties = 10 [json_name = "properties"];
   */
  ai.promoted.proto.common.PropertiesOrBuilder getPropertiesOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy