Class Data.TabularDataByMQLRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Data.TabularDataByMQLRequest,Data.TabularDataByMQLRequest.Builder>
viam.app.data.v1.Data.TabularDataByMQLRequest.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, Data.TabularDataByMQLRequestOrBuilder
Enclosing class:
Data.TabularDataByMQLRequest

public static final class Data.TabularDataByMQLRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Data.TabularDataByMQLRequest,Data.TabularDataByMQLRequest.Builder> implements Data.TabularDataByMQLRequestOrBuilder
 TabularDataByMQLRequest requests tabular data using an MQL query.
 
Protobuf type viam.app.data.v1.TabularDataByMQLRequest
  • Method Details

    • getOrganizationId

      public String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Specified by:
      getOrganizationId in interface Data.TabularDataByMQLRequestOrBuilder
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      public com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      Specified by:
      getOrganizationIdBytes in interface Data.TabularDataByMQLRequestOrBuilder
      Returns:
      The bytes for organizationId.
    • setOrganizationId

      public Data.TabularDataByMQLRequest.Builder setOrganizationId(String value)
      string organization_id = 1 [json_name = "organizationId"];
      Parameters:
      value - The organizationId to set.
      Returns:
      This builder for chaining.
    • clearOrganizationId

      public Data.TabularDataByMQLRequest.Builder clearOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      This builder for chaining.
    • setOrganizationIdBytes

      public Data.TabularDataByMQLRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
      string organization_id = 1 [json_name = "organizationId"];
      Parameters:
      value - The bytes for organizationId to set.
      Returns:
      This builder for chaining.
    • getMqlBinaryList

      public List<com.google.protobuf.ByteString> getMqlBinaryList()
       mql_binary accepts a MongoDB aggregation pipeline as a list of BSON documents, where each
       document is one stage in the pipeline. The pipeline is run on the "sensorData.readings"
       namespace, which holds the Viam organization's tabular data.
       
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Specified by:
      getMqlBinaryList in interface Data.TabularDataByMQLRequestOrBuilder
      Returns:
      A list containing the mqlBinary.
    • getMqlBinaryCount

      public int getMqlBinaryCount()
       mql_binary accepts a MongoDB aggregation pipeline as a list of BSON documents, where each
       document is one stage in the pipeline. The pipeline is run on the "sensorData.readings"
       namespace, which holds the Viam organization's tabular data.
       
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Specified by:
      getMqlBinaryCount in interface Data.TabularDataByMQLRequestOrBuilder
      Returns:
      The count of mqlBinary.
    • getMqlBinary

      public com.google.protobuf.ByteString getMqlBinary(int index)
       mql_binary accepts a MongoDB aggregation pipeline as a list of BSON documents, where each
       document is one stage in the pipeline. The pipeline is run on the "sensorData.readings"
       namespace, which holds the Viam organization's tabular data.
       
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Specified by:
      getMqlBinary in interface Data.TabularDataByMQLRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The mqlBinary at the given index.
    • setMqlBinary

      public Data.TabularDataByMQLRequest.Builder setMqlBinary(int index, com.google.protobuf.ByteString value)
       mql_binary accepts a MongoDB aggregation pipeline as a list of BSON documents, where each
       document is one stage in the pipeline. The pipeline is run on the "sensorData.readings"
       namespace, which holds the Viam organization's tabular data.
       
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Parameters:
      value - The mqlBinary to set.
      Returns:
      This builder for chaining.
    • addMqlBinary

      public Data.TabularDataByMQLRequest.Builder addMqlBinary(com.google.protobuf.ByteString value)
       mql_binary accepts a MongoDB aggregation pipeline as a list of BSON documents, where each
       document is one stage in the pipeline. The pipeline is run on the "sensorData.readings"
       namespace, which holds the Viam organization's tabular data.
       
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Parameters:
      value - The mqlBinary to add.
      Returns:
      This builder for chaining.
    • addAllMqlBinary

      public Data.TabularDataByMQLRequest.Builder addAllMqlBinary(Iterable<? extends com.google.protobuf.ByteString> values)
       mql_binary accepts a MongoDB aggregation pipeline as a list of BSON documents, where each
       document is one stage in the pipeline. The pipeline is run on the "sensorData.readings"
       namespace, which holds the Viam organization's tabular data.
       
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Parameters:
      values - The mqlBinary to add.
      Returns:
      This builder for chaining.
    • clearMqlBinary

      public Data.TabularDataByMQLRequest.Builder clearMqlBinary()
       mql_binary accepts a MongoDB aggregation pipeline as a list of BSON documents, where each
       document is one stage in the pipeline. The pipeline is run on the "sensorData.readings"
       namespace, which holds the Viam organization's tabular data.
       
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Returns:
      This builder for chaining.
    • hasUseRecentData

      public boolean hasUseRecentData()
      optional bool use_recent_data = 4 [json_name = "useRecentData"];
      Specified by:
      hasUseRecentData in interface Data.TabularDataByMQLRequestOrBuilder
      Returns:
      Whether the useRecentData field is set.
    • getUseRecentData

      public boolean getUseRecentData()
      optional bool use_recent_data = 4 [json_name = "useRecentData"];
      Specified by:
      getUseRecentData in interface Data.TabularDataByMQLRequestOrBuilder
      Returns:
      The useRecentData.
    • setUseRecentData

      public Data.TabularDataByMQLRequest.Builder setUseRecentData(boolean value)
      optional bool use_recent_data = 4 [json_name = "useRecentData"];
      Parameters:
      value - The useRecentData to set.
      Returns:
      This builder for chaining.
    • clearUseRecentData

      public Data.TabularDataByMQLRequest.Builder clearUseRecentData()
      optional bool use_recent_data = 4 [json_name = "useRecentData"];
      Returns:
      This builder for chaining.
    • hasUseDataPipeline

      public boolean hasUseDataPipeline()
       if set, MQL query will target the sink collection for the data pipeline name
       referenced by this value under the given organization.
       
      optional string use_data_pipeline = 5 [json_name = "useDataPipeline"];
      Specified by:
      hasUseDataPipeline in interface Data.TabularDataByMQLRequestOrBuilder
      Returns:
      Whether the useDataPipeline field is set.
    • getUseDataPipeline

      public String getUseDataPipeline()
       if set, MQL query will target the sink collection for the data pipeline name
       referenced by this value under the given organization.
       
      optional string use_data_pipeline = 5 [json_name = "useDataPipeline"];
      Specified by:
      getUseDataPipeline in interface Data.TabularDataByMQLRequestOrBuilder
      Returns:
      The useDataPipeline.
    • getUseDataPipelineBytes

      public com.google.protobuf.ByteString getUseDataPipelineBytes()
       if set, MQL query will target the sink collection for the data pipeline name
       referenced by this value under the given organization.
       
      optional string use_data_pipeline = 5 [json_name = "useDataPipeline"];
      Specified by:
      getUseDataPipelineBytes in interface Data.TabularDataByMQLRequestOrBuilder
      Returns:
      The bytes for useDataPipeline.
    • setUseDataPipeline

      public Data.TabularDataByMQLRequest.Builder setUseDataPipeline(String value)
       if set, MQL query will target the sink collection for the data pipeline name
       referenced by this value under the given organization.
       
      optional string use_data_pipeline = 5 [json_name = "useDataPipeline"];
      Parameters:
      value - The useDataPipeline to set.
      Returns:
      This builder for chaining.
    • clearUseDataPipeline

      public Data.TabularDataByMQLRequest.Builder clearUseDataPipeline()
       if set, MQL query will target the sink collection for the data pipeline name
       referenced by this value under the given organization.
       
      optional string use_data_pipeline = 5 [json_name = "useDataPipeline"];
      Returns:
      This builder for chaining.
    • setUseDataPipelineBytes

      public Data.TabularDataByMQLRequest.Builder setUseDataPipelineBytes(com.google.protobuf.ByteString value)
       if set, MQL query will target the sink collection for the data pipeline name
       referenced by this value under the given organization.
       
      optional string use_data_pipeline = 5 [json_name = "useDataPipeline"];
      Parameters:
      value - The bytes for useDataPipeline to set.
      Returns:
      This builder for chaining.