main.java.com.streamlayer.analytics.studio.v2.AdConversionResponseDataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/analytics/v2/studio/dashboard.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.studio.v2;
public interface AdConversionResponseDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.studio.AdConversionResponseData)
com.google.protobuf.MessageLiteOrBuilder {
/**
* int32 total_viewers = 1 [json_name = "totalViewers"];
* @return The totalViewers.
*/
int getTotalViewers();
/**
* int32 uniq_ad_banner_navigated = 2 [json_name = "uniqAdBannerNavigated"];
* @return The uniqAdBannerNavigated.
*/
int getUniqAdBannerNavigated();
/**
* int32 uniq_ad_button_navigated = 3 [json_name = "uniqAdButtonNavigated"];
* @return The uniqAdButtonNavigated.
*/
int getUniqAdButtonNavigated();
/**
* int32 uniq_ad_video_played = 4 [json_name = "uniqAdVideoPlayed"];
* @return The uniqAdVideoPlayed.
*/
int getUniqAdVideoPlayed();
/**
* int32 ad_banner_navigated = 5 [json_name = "adBannerNavigated"];
* @return The adBannerNavigated.
*/
int getAdBannerNavigated();
/**
* int32 ad_button_navigated = 6 [json_name = "adButtonNavigated"];
* @return The adButtonNavigated.
*/
int getAdButtonNavigated();
/**
* int32 ad_video_played = 7 [json_name = "adVideoPlayed"];
* @return The adVideoPlayed.
*/
int getAdVideoPlayed();
}