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

main.java.com.streamlayer.analytics.studio.v2.DeviceInteractionsByTimeLineResponseDataOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy