main.java.com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseOrBuilder 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 WpMetricsByTimeLineResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* repeated .streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponseData data = 1 [json_name = "data"];
*/
java.util.List
getDataList();
/**
* repeated .streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponseData data = 1 [json_name = "data"];
*/
com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseData getData(int index);
/**
* repeated .streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponseData data = 1 [json_name = "data"];
*/
int getDataCount();
/**
* .streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponse.WpMetricsByTimeLineResponseMeta meta = 2 [json_name = "meta"];
* @return Whether the meta field is set.
*/
boolean hasMeta();
/**
* .streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponse.WpMetricsByTimeLineResponseMeta meta = 2 [json_name = "meta"];
* @return The meta.
*/
com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponse.WpMetricsByTimeLineResponseMeta getMeta();
}