Interface AutoViewOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    AutoView, AutoView.Builder

    public interface AutoViewOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getPlatformId

        long getPlatformId()
        uint64 platform_id = 1 [json_name = "platformId"];
        Returns:
        The platformId.
      • hasUserInfo

        boolean hasUserInfo()
        .common.UserInfo user_info = 2 [json_name = "userInfo"];
        Returns:
        Whether the userInfo field is set.
      • getUserInfo

        UserInfo getUserInfo()
        .common.UserInfo user_info = 2 [json_name = "userInfo"];
        Returns:
        The userInfo.
      • getUserInfoOrBuilder

        UserInfoOrBuilder getUserInfoOrBuilder()
        .common.UserInfo user_info = 2 [json_name = "userInfo"];
      • hasTiming

        boolean hasTiming()
        .common.Timing timing = 3 [json_name = "timing"];
        Returns:
        Whether the timing field is set.
      • getTiming

        Timing getTiming()
        .common.Timing timing = 3 [json_name = "timing"];
        Returns:
        The timing.
      • getTimingOrBuilder

        TimingOrBuilder getTimingOrBuilder()
        .common.Timing timing = 3 [json_name = "timing"];
      • hasClientInfo

        boolean hasClientInfo()
        .common.ClientInfo client_info = 4 [json_name = "clientInfo"];
        Returns:
        Whether the clientInfo field is set.
      • getClientInfo

        ClientInfo getClientInfo()
        .common.ClientInfo client_info = 4 [json_name = "clientInfo"];
        Returns:
        The clientInfo.
      • getClientInfoOrBuilder

        ClientInfoOrBuilder getClientInfoOrBuilder()
        .common.ClientInfo client_info = 4 [json_name = "clientInfo"];
      • getAutoViewId

        String getAutoViewId()
        string auto_view_id = 6 [json_name = "autoViewId"];
        Returns:
        The autoViewId.
      • getAutoViewIdBytes

        com.google.protobuf.ByteString getAutoViewIdBytes()
        string auto_view_id = 6 [json_name = "autoViewId"];
        Returns:
        The bytes for autoViewId.
      • getViewId

        String getViewId()
        string view_id = 14 [json_name = "viewId"];
        Returns:
        The viewId.
      • getViewIdBytes

        com.google.protobuf.ByteString getViewIdBytes()
        string view_id = 14 [json_name = "viewId"];
        Returns:
        The bytes for viewId.
      • getSessionId

        String getSessionId()
        string session_id = 7 [json_name = "sessionId"];
        Returns:
        The sessionId.
      • getSessionIdBytes

        com.google.protobuf.ByteString getSessionIdBytes()
        string session_id = 7 [json_name = "sessionId"];
        Returns:
        The bytes for sessionId.
      • getName

        String getName()
        string name = 8 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 8 [json_name = "name"];
        Returns:
        The bytes for name.
      • getUseCaseValue

        int getUseCaseValue()
        .delivery.UseCase use_case = 9 [json_name = "useCase"];
        Returns:
        The enum numeric value on the wire for useCase.
      • getUseCase

        UseCase getUseCase()
        .delivery.UseCase use_case = 9 [json_name = "useCase"];
        Returns:
        The useCase.
      • hasProperties

        boolean hasProperties()
        .common.Properties properties = 10 [json_name = "properties"];
        Returns:
        Whether the properties field is set.
      • getProperties

        Properties getProperties()
        .common.Properties properties = 10 [json_name = "properties"];
        Returns:
        The properties.
      • getPropertiesOrBuilder

        PropertiesOrBuilder getPropertiesOrBuilder()
        .common.Properties properties = 10 [json_name = "properties"];
      • hasLocale

        boolean hasLocale()
        .common.Locale locale = 11 [json_name = "locale"];
        Returns:
        Whether the locale field is set.
      • getLocale

        Locale getLocale()
        .common.Locale locale = 11 [json_name = "locale"];
        Returns:
        The locale.
      • getLocaleOrBuilder

        LocaleOrBuilder getLocaleOrBuilder()
        .common.Locale locale = 11 [json_name = "locale"];
      • hasWebPageView

        boolean hasWebPageView()
        .event.WebPageView web_page_view = 12 [json_name = "webPageView"];
        Returns:
        Whether the webPageView field is set.
      • getWebPageView

        WebPageView getWebPageView()
        .event.WebPageView web_page_view = 12 [json_name = "webPageView"];
        Returns:
        The webPageView.
      • getWebPageViewOrBuilder

        WebPageViewOrBuilder getWebPageViewOrBuilder()
        .event.WebPageView web_page_view = 12 [json_name = "webPageView"];
      • hasAppScreenView

        boolean hasAppScreenView()
        .event.AppScreenView app_screen_view = 13 [json_name = "appScreenView"];
        Returns:
        Whether the appScreenView field is set.
      • getAppScreenView

        AppScreenView getAppScreenView()
        .event.AppScreenView app_screen_view = 13 [json_name = "appScreenView"];
        Returns:
        The appScreenView.
      • getAppScreenViewOrBuilder

        AppScreenViewOrBuilder getAppScreenViewOrBuilder()
        .event.AppScreenView app_screen_view = 13 [json_name = "appScreenView"];
      • hasIdProvenances

        boolean hasIdProvenances()
        .event.IdentifierProvenances id_provenances = 15 [json_name = "idProvenances"];
        Returns:
        Whether the idProvenances field is set.
      • getIdProvenances

        IdentifierProvenances getIdProvenances()
        .event.IdentifierProvenances id_provenances = 15 [json_name = "idProvenances"];
        Returns:
        The idProvenances.
      • getIdProvenancesOrBuilder

        IdentifierProvenancesOrBuilder getIdProvenancesOrBuilder()
        .event.IdentifierProvenances id_provenances = 15 [json_name = "idProvenances"];