Interface DashboardOverviewResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DashboardOverviewResponse,DashboardOverviewResponse.Builder
public interface DashboardOverviewResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardOverviewResponseDatagetData().streamlayer.analytics.v2.studio.DashboardOverviewResponseData data = 1 [json_name = "data"];DashboardOverviewResponse.DashboardOverviewResponseMetagetMeta().streamlayer.analytics.v2.studio.DashboardOverviewResponse.DashboardOverviewResponseMeta meta = 2 [json_name = "meta"];booleanhasData().streamlayer.analytics.v2.studio.DashboardOverviewResponseData data = 1 [json_name = "data"];booleanhasMeta().streamlayer.analytics.v2.studio.DashboardOverviewResponse.DashboardOverviewResponseMeta meta = 2 [json_name = "meta"];
-
-
-
Method Detail
-
hasData
boolean hasData()
.streamlayer.analytics.v2.studio.DashboardOverviewResponseData data = 1 [json_name = "data"];- Returns:
- Whether the data field is set.
-
getData
DashboardOverviewResponseData getData()
.streamlayer.analytics.v2.studio.DashboardOverviewResponseData data = 1 [json_name = "data"];- Returns:
- The data.
-
hasMeta
boolean hasMeta()
.streamlayer.analytics.v2.studio.DashboardOverviewResponse.DashboardOverviewResponseMeta meta = 2 [json_name = "meta"];- Returns:
- Whether the meta field is set.
-
getMeta
DashboardOverviewResponse.DashboardOverviewResponseMeta getMeta()
.streamlayer.analytics.v2.studio.DashboardOverviewResponse.DashboardOverviewResponseMeta meta = 2 [json_name = "meta"];- Returns:
- The meta.
-
-