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

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

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

  /**
   * uint64 customer_id = 2 [json_name = "customerId"];
   * @return The customerId.
   */
  long getCustomerId();

  /**
   * uint64 account_id = 4 [json_name = "accountId"];
   * @return The accountId.
   */
  long getAccountId();

  /**
   * uint64 campaign_id = 5 [json_name = "campaignId"];
   * @return The campaignId.
   */
  long getCampaignId();

  /**
   * uint64 promotion_id = 6 [json_name = "promotionId"];
   * @return The promotionId.
   */
  long getPromotionId();

  /**
   * uint64 content_id = 3 [json_name = "contentId"];
   * @return The contentId.
   */
  long getContentId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy