Interface QueryListResponse.QueryListResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
QueryListResponse.QueryListResponseData,QueryListResponse.QueryListResponseData.Builder
- Enclosing class:
- QueryListResponse
public static interface QueryListResponse.QueryListResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryListResponse.QueryListResponseData.QueryItemgetAttributes(int index)repeated .streamlayer.analytics.v1.query.QueryListResponse.QueryListResponseData.QueryItem attributes = 1 [json_name = "attributes"];intgetAttributesCount()repeated .streamlayer.analytics.v1.query.QueryListResponse.QueryListResponseData.QueryItem attributes = 1 [json_name = "attributes"];java.util.List<QueryListResponse.QueryListResponseData.QueryItem>getAttributesList()repeated .streamlayer.analytics.v1.query.QueryListResponse.QueryListResponseData.QueryItem attributes = 1 [json_name = "attributes"];
-
-
-
Method Detail
-
getAttributesList
java.util.List<QueryListResponse.QueryListResponseData.QueryItem> getAttributesList()
repeated .streamlayer.analytics.v1.query.QueryListResponse.QueryListResponseData.QueryItem attributes = 1 [json_name = "attributes"];
-
getAttributes
QueryListResponse.QueryListResponseData.QueryItem getAttributes(int index)
repeated .streamlayer.analytics.v1.query.QueryListResponse.QueryListResponseData.QueryItem attributes = 1 [json_name = "attributes"];
-
getAttributesCount
int getAttributesCount()
repeated .streamlayer.analytics.v1.query.QueryListResponse.QueryListResponseData.QueryItem attributes = 1 [json_name = "attributes"];
-
-