main.java.com.streamlayer.analytics.studio.v2.MetricsDataOrBuilder 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 MetricsDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.studio.MetricsData)
com.google.protobuf.MessageLiteOrBuilder {
/**
* int32 total = 1 [json_name = "total"];
* @return The total.
*/
int getTotal();
/**
* int32 opened = 2 [json_name = "opened"];
* @return The opened.
*/
int getOpened();
/**
* int32 navigated = 3 [json_name = "navigated"];
* @return The navigated.
*/
int getNavigated();
/**
* int32 received = 4 [json_name = "received"];
* @return The received.
*/
int getReceived();
/**
* int32 voted = 5 [json_name = "voted"];
* @return The voted.
*/
int getVoted();
}