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

ai.promoted.proto.event.ViewOrBuilder 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 ViewOrBuilder extends
    // @@protoc_insertion_point(interface_extends:event.View)
    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 view_id = 6 [json_name = "viewId"];
   * @return The viewId.
   */
  java.lang.String getViewId();
  /**
   * string view_id = 6 [json_name = "viewId"];
   * @return The bytes for viewId.
   */
  com.google.protobuf.ByteString
      getViewIdBytes();

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

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

  /**
   * string content_id = 19 [json_name = "contentId"];
   * @return The contentId.
   */
  java.lang.String getContentId();
  /**
   * string content_id = 19 [json_name = "contentId"];
   * @return The bytes for contentId.
   */
  com.google.protobuf.ByteString
      getContentIdBytes();

  /**
   * string name = 8 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 8 [json_name = "name"];
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * .delivery.UseCase use_case = 9 [json_name = "useCase"];
   * @return The enum numeric value on the wire for useCase.
   */
  int getUseCaseValue();
  /**
   * .delivery.UseCase use_case = 9 [json_name = "useCase"];
   * @return The useCase.
   */
  ai.promoted.proto.delivery.UseCase getUseCase();

  /**
   * string search_query = 10 [json_name = "searchQuery"];
   * @return The searchQuery.
   */
  java.lang.String getSearchQuery();
  /**
   * string search_query = 10 [json_name = "searchQuery"];
   * @return The bytes for searchQuery.
   */
  com.google.protobuf.ByteString
      getSearchQueryBytes();

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

  /**
   * .common.Locale locale = 16 [json_name = "locale"];
   * @return Whether the locale field is set.
   */
  boolean hasLocale();
  /**
   * .common.Locale locale = 16 [json_name = "locale"];
   * @return The locale.
   */
  ai.promoted.proto.common.Locale getLocale();
  /**
   * .common.Locale locale = 16 [json_name = "locale"];
   */
  ai.promoted.proto.common.LocaleOrBuilder getLocaleOrBuilder();

  /**
   * .event.View.ViewType view_type = 13 [json_name = "viewType"];
   * @return The enum numeric value on the wire for viewType.
   */
  int getViewTypeValue();
  /**
   * .event.View.ViewType view_type = 13 [json_name = "viewType"];
   * @return The viewType.
   */
  ai.promoted.proto.event.View.ViewType getViewType();

  /**
   * .event.WebPageView web_page_view = 14 [json_name = "webPageView"];
   * @return Whether the webPageView field is set.
   */
  boolean hasWebPageView();
  /**
   * .event.WebPageView web_page_view = 14 [json_name = "webPageView"];
   * @return The webPageView.
   */
  ai.promoted.proto.event.WebPageView getWebPageView();
  /**
   * .event.WebPageView web_page_view = 14 [json_name = "webPageView"];
   */
  ai.promoted.proto.event.WebPageViewOrBuilder getWebPageViewOrBuilder();

  /**
   * .event.AppScreenView app_screen_view = 15 [json_name = "appScreenView"];
   * @return Whether the appScreenView field is set.
   */
  boolean hasAppScreenView();
  /**
   * .event.AppScreenView app_screen_view = 15 [json_name = "appScreenView"];
   * @return The appScreenView.
   */
  ai.promoted.proto.event.AppScreenView getAppScreenView();
  /**
   * .event.AppScreenView app_screen_view = 15 [json_name = "appScreenView"];
   */
  ai.promoted.proto.event.AppScreenViewOrBuilder getAppScreenViewOrBuilder();

  /**
   * .event.IdentifierProvenances id_provenances = 18 [json_name = "idProvenances"];
   * @return Whether the idProvenances field is set.
   */
  boolean hasIdProvenances();
  /**
   * .event.IdentifierProvenances id_provenances = 18 [json_name = "idProvenances"];
   * @return The idProvenances.
   */
  ai.promoted.proto.event.IdentifierProvenances getIdProvenances();
  /**
   * .event.IdentifierProvenances id_provenances = 18 [json_name = "idProvenances"];
   */
  ai.promoted.proto.event.IdentifierProvenancesOrBuilder getIdProvenancesOrBuilder();

  public ai.promoted.proto.event.View.UiTypeCase getUiTypeCase();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy