main.java.com.streamlayer.analytics.studio.v1.DurationsDataOrBuilder 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/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();
}