Package viam.app.data.v1
Interface Data.QueryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.Query,Data.Query.Builder
- Enclosing class:
- Data
public static interface Data.QueryOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp.google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];getId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringstring id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetMqlBinary(int index) repeated bytes mql_binary = 4 [json_name = "mqlBinary"];intrepeated bytes mql_binary = 4 [json_name = "mqlBinary"];List<com.google.protobuf.ByteString>repeated bytes mql_binary = 4 [json_name = "mqlBinary"];getName()string name = 3 [json_name = "name"];com.google.protobuf.ByteStringstring name = 3 [json_name = "name"];string organization_id = 2 [json_name = "organizationId"];com.google.protobuf.ByteStringstring organization_id = 2 [json_name = "organizationId"];com.google.protobuf.Timestamp.google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];boolean.google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];boolean.google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getOrganizationId
String getOrganizationId()string organization_id = 2 [json_name = "organizationId"];- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];- Returns:
- The bytes for organizationId.
-
getName
String getName()string name = 3 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 3 [json_name = "name"];- Returns:
- The bytes for name.
-
getMqlBinaryList
List<com.google.protobuf.ByteString> getMqlBinaryList()repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Returns:
- A list containing the mqlBinary.
-
getMqlBinaryCount
int getMqlBinaryCount()repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Returns:
- The count of mqlBinary.
-
getMqlBinary
com.google.protobuf.ByteString getMqlBinary(int index) repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Parameters:
index- The index of the element to return.- Returns:
- The mqlBinary at the given index.
-
hasCreatedOn
boolean hasCreatedOn().google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];- Returns:
- Whether the createdOn field is set.
-
getCreatedOn
com.google.protobuf.Timestamp getCreatedOn().google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];- Returns:
- The createdOn.
-
hasUpdatedAt
boolean hasUpdatedAt().google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
com.google.protobuf.Timestamp getUpdatedAt().google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];- Returns:
- The updatedAt.
-