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

main.java.com.streamlayer.analytics.studio.v2.MetricsDataOrBuilder 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 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy