Package viam.app.data.v1
Interface Data.CreateSavedQueryRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.CreateSavedQueryRequest,Data.CreateSavedQueryRequest.Builder
- Enclosing class:
- Data
public static interface Data.CreateSavedQueryRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetMqlBinary(int index) repeated bytes mql_binary = 3 [json_name = "mqlBinary"];intrepeated bytes mql_binary = 3 [json_name = "mqlBinary"];List<com.google.protobuf.ByteString>repeated bytes mql_binary = 3 [json_name = "mqlBinary"];getName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringstring name = 2 [json_name = "name"];string organization_id = 1 [json_name = "organizationId"];com.google.protobuf.ByteStringstring organization_id = 1 [json_name = "organizationId"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()string organization_id = 1 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getName
String getName()string name = 2 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2 [json_name = "name"];- Returns:
- The bytes for name.
-
getMqlBinaryList
List<com.google.protobuf.ByteString> getMqlBinaryList()repeated bytes mql_binary = 3 [json_name = "mqlBinary"];- Returns:
- A list containing the mqlBinary.
-
getMqlBinaryCount
int getMqlBinaryCount()repeated bytes mql_binary = 3 [json_name = "mqlBinary"];- Returns:
- The count of mqlBinary.
-
getMqlBinary
com.google.protobuf.ByteString getMqlBinary(int index) repeated bytes mql_binary = 3 [json_name = "mqlBinary"];- Parameters:
index- The index of the element to return.- Returns:
- The mqlBinary at the given index.
-