Package viam.app.data.v1
Class Data.Query.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Data.Query,Data.Query.Builder>
viam.app.data.v1.Data.Query.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,Data.QueryOrBuilder
- Enclosing class:
- Data.Query
public static final class Data.Query.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<Data.Query,Data.Query.Builder>
implements Data.QueryOrBuilder
Protobuf type
viam.app.data.v1.Query-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionaddAllMqlBinary(Iterable<? extends com.google.protobuf.ByteString> values) repeated bytes mql_binary = 4 [json_name = "mqlBinary"];addMqlBinary(com.google.protobuf.ByteString value) repeated bytes mql_binary = 4 [json_name = "mqlBinary"];.google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];clearId()string id = 1 [json_name = "id"];repeated bytes mql_binary = 4 [json_name = "mqlBinary"];string name = 3 [json_name = "name"];string organization_id = 2 [json_name = "organizationId"];.google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];com.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"];mergeCreatedOn(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];mergeUpdatedAt(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];setCreatedOn(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];setCreatedOn(com.google.protobuf.Timestamp.Builder builderForValue) .google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];string id = 1 [json_name = "id"];setIdBytes(com.google.protobuf.ByteString value) string id = 1 [json_name = "id"];setMqlBinary(int index, com.google.protobuf.ByteString value) repeated bytes mql_binary = 4 [json_name = "mqlBinary"];string name = 3 [json_name = "name"];setNameBytes(com.google.protobuf.ByteString value) string name = 3 [json_name = "name"];setOrganizationId(String value) string organization_id = 2 [json_name = "organizationId"];setOrganizationIdBytes(com.google.protobuf.ByteString value) string organization_id = 2 [json_name = "organizationId"];setUpdatedAt(com.google.protobuf.Timestamp value) .google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];setUpdatedAt(com.google.protobuf.Timestamp.Builder builderForValue) .google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceData.QueryOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceData.QueryOrBuilder- Returns:
- The bytes for id.
-
setId
string id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
getOrganizationId
string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdin interfaceData.QueryOrBuilder- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 2 [json_name = "organizationId"];- Specified by:
getOrganizationIdBytesin interfaceData.QueryOrBuilder- Returns:
- The bytes for organizationId.
-
setOrganizationId
string organization_id = 2 [json_name = "organizationId"];- Parameters:
value- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
string organization_id = 2 [json_name = "organizationId"];- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
string organization_id = 2 [json_name = "organizationId"];- Parameters:
value- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
getName
string name = 3 [json_name = "name"];- Specified by:
getNamein interfaceData.QueryOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()string name = 3 [json_name = "name"];- Specified by:
getNameBytesin interfaceData.QueryOrBuilder- Returns:
- The bytes for name.
-
setName
string name = 3 [json_name = "name"];- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
string name = 3 [json_name = "name"];- Returns:
- This builder for chaining.
-
setNameBytes
string name = 3 [json_name = "name"];- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getMqlBinaryList
repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Specified by:
getMqlBinaryListin interfaceData.QueryOrBuilder- Returns:
- A list containing the mqlBinary.
-
getMqlBinaryCount
public int getMqlBinaryCount()repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Specified by:
getMqlBinaryCountin interfaceData.QueryOrBuilder- Returns:
- The count of mqlBinary.
-
getMqlBinary
public com.google.protobuf.ByteString getMqlBinary(int index) repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Specified by:
getMqlBinaryin interfaceData.QueryOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The mqlBinary at the given index.
-
setMqlBinary
repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Parameters:
value- The mqlBinary to set.- Returns:
- This builder for chaining.
-
addMqlBinary
repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Parameters:
value- The mqlBinary to add.- Returns:
- This builder for chaining.
-
addAllMqlBinary
public Data.Query.Builder addAllMqlBinary(Iterable<? extends com.google.protobuf.ByteString> values) repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Parameters:
values- The mqlBinary to add.- Returns:
- This builder for chaining.
-
clearMqlBinary
repeated bytes mql_binary = 4 [json_name = "mqlBinary"];- Returns:
- This builder for chaining.
-
hasCreatedOn
public boolean hasCreatedOn().google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];- Specified by:
hasCreatedOnin interfaceData.QueryOrBuilder- Returns:
- Whether the createdOn field is set.
-
getCreatedOn
public com.google.protobuf.Timestamp getCreatedOn().google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"];- Specified by:
getCreatedOnin interfaceData.QueryOrBuilder- Returns:
- The createdOn.
-
setCreatedOn
.google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"]; -
setCreatedOn
.google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"]; -
mergeCreatedOn
.google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"]; -
clearCreatedOn
.google.protobuf.Timestamp created_on = 5 [json_name = "createdOn"]; -
hasUpdatedAt
public boolean hasUpdatedAt().google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];- Specified by:
hasUpdatedAtin interfaceData.QueryOrBuilder- Returns:
- Whether the updatedAt field is set.
-
getUpdatedAt
public com.google.protobuf.Timestamp getUpdatedAt().google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];- Specified by:
getUpdatedAtin interfaceData.QueryOrBuilder- Returns:
- The updatedAt.
-
setUpdatedAt
.google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"]; -
setUpdatedAt
.google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"]; -
mergeUpdatedAt
.google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"]; -
clearUpdatedAt
.google.protobuf.Timestamp updated_at = 6 [json_name = "updatedAt"];
-