main.java.com.streamlayer.analytics.studio.v2.DeviceInteractionsByTimeLineResponseDataOrBuilder 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 DeviceInteractionsByTimeLineResponseDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.studio.DeviceInteractionsByTimeLineResponseData)
com.google.protobuf.MessageLiteOrBuilder {
/**
*
* UNIX timestamp (EPOCH)
*
*
* int64 time_frame = 1 [json_name = "timeFrame"];
* @return The timeFrame.
*/
long getTimeFrame();
/**
* int32 i_os = 2 [json_name = "iOs"];
* @return The iOs.
*/
int getIOs();
/**
* int32 i_pad_os = 3 [json_name = "iPadOs"];
* @return The iPadOs.
*/
int getIPadOs();
/**
* int32 android = 4 [json_name = "android"];
* @return The android.
*/
int getAndroid();
/**
* int32 all_interactions = 5 [json_name = "allInteractions"];
* @return The allInteractions.
*/
int getAllInteractions();
/**
* int32 web = 6 [json_name = "web"];
* @return The web.
*/
int getWeb();
/**
* int32 mac_os = 7 [json_name = "macOs"];
* @return The macOs.
*/
int getMacOs();
/**
* int32 windows = 8 [json_name = "windows"];
* @return The windows.
*/
int getWindows();
/**
* int32 linux = 9 [json_name = "linux"];
* @return The linux.
*/
int getLinux();
}