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

main.java.com.streamlayer.analytics.studio.v1.DurationsDataOrBuilder 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/v1/studio/studioDashboard.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.studio.v1;

public interface DurationsDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.analytics.v1.studio.DurationsData)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * uint64 users = 1 [json_name = "users"];
   * @return The users.
   */
  long getUsers();

  /**
   * uint64 minutes = 2 [json_name = "minutes"];
   * @return The minutes.
   */
  long getMinutes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy