Class DataPipelines.DataPipeline.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<DataPipelines.DataPipeline,DataPipelines.DataPipeline.Builder>
viam.app.datapipelines.v1.DataPipelines.DataPipeline.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, DataPipelines.DataPipelineOrBuilder
Enclosing class:
DataPipelines.DataPipeline

public static final class DataPipelines.DataPipeline.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<DataPipelines.DataPipeline,DataPipelines.DataPipeline.Builder> implements DataPipelines.DataPipelineOrBuilder
Protobuf type viam.app.datapipelines.v1.DataPipeline
  • Method Details

    • getId

      public String getId()
      string id = 1 [json_name = "id"];
      Specified by:
      getId in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      Specified by:
      getIdBytes in interface DataPipelines.DataPipelineOrBuilder
      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

      public DataPipelines.DataPipeline.Builder setIdBytes(com.google.protobuf.ByteString value)
      string id = 1 [json_name = "id"];
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • getOrganizationId

      public String getOrganizationId()
       The associated Viam organization ID.
       
      string organization_id = 2 [json_name = "organizationId"];
      Specified by:
      getOrganizationId in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      public com.google.protobuf.ByteString getOrganizationIdBytes()
       The associated Viam organization ID.
       
      string organization_id = 2 [json_name = "organizationId"];
      Specified by:
      getOrganizationIdBytes in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The bytes for organizationId.
    • setOrganizationId

      public DataPipelines.DataPipeline.Builder setOrganizationId(String value)
       The associated Viam organization ID.
       
      string organization_id = 2 [json_name = "organizationId"];
      Parameters:
      value - The organizationId to set.
      Returns:
      This builder for chaining.
    • clearOrganizationId

      public DataPipelines.DataPipeline.Builder clearOrganizationId()
       The associated Viam organization ID.
       
      string organization_id = 2 [json_name = "organizationId"];
      Returns:
      This builder for chaining.
    • setOrganizationIdBytes

      public DataPipelines.DataPipeline.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
       The associated Viam organization ID.
       
      string organization_id = 2 [json_name = "organizationId"];
      Parameters:
      value - The bytes for organizationId to set.
      Returns:
      This builder for chaining.
    • getName

      public String getName()
       A unique identifier at the org level.
       
      string name = 3 [json_name = "name"];
      Specified by:
      getName in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       A unique identifier at the org level.
       
      string name = 3 [json_name = "name"];
      Specified by:
      getNameBytes in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The bytes for name.
    • setName

       A unique identifier at the org level.
       
      string name = 3 [json_name = "name"];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

       A unique identifier at the org level.
       
      string name = 3 [json_name = "name"];
      Returns:
      This builder for chaining.
    • setNameBytes

      public DataPipelines.DataPipeline.Builder setNameBytes(com.google.protobuf.ByteString value)
       A unique identifier at the org level.
       
      string name = 3 [json_name = "name"];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getMqlBinaryList

      public List<com.google.protobuf.ByteString> getMqlBinaryList()
       A MongoDB aggregation pipeline as a list of BSON documents, where
       each document is one stage in the pipeline.
       
      repeated bytes mql_binary = 4 [json_name = "mqlBinary"];
      Specified by:
      getMqlBinaryList in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      A list containing the mqlBinary.
    • getMqlBinaryCount

      public int getMqlBinaryCount()
       A MongoDB aggregation pipeline as a list of BSON documents, where
       each document is one stage in the pipeline.
       
      repeated bytes mql_binary = 4 [json_name = "mqlBinary"];
      Specified by:
      getMqlBinaryCount in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The count of mqlBinary.
    • getMqlBinary

      public com.google.protobuf.ByteString getMqlBinary(int index)
       A MongoDB aggregation pipeline as a list of BSON documents, where
       each document is one stage in the pipeline.
       
      repeated bytes mql_binary = 4 [json_name = "mqlBinary"];
      Specified by:
      getMqlBinary in interface DataPipelines.DataPipelineOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The mqlBinary at the given index.
    • setMqlBinary

      public DataPipelines.DataPipeline.Builder setMqlBinary(int index, com.google.protobuf.ByteString value)
       A MongoDB aggregation pipeline as a list of BSON documents, where
       each document is one stage in the pipeline.
       
      repeated bytes mql_binary = 4 [json_name = "mqlBinary"];
      Parameters:
      value - The mqlBinary to set.
      Returns:
      This builder for chaining.
    • addMqlBinary

      public DataPipelines.DataPipeline.Builder addMqlBinary(com.google.protobuf.ByteString value)
       A MongoDB aggregation pipeline as a list of BSON documents, where
       each document is one stage in the pipeline.
       
      repeated bytes mql_binary = 4 [json_name = "mqlBinary"];
      Parameters:
      value - The mqlBinary to add.
      Returns:
      This builder for chaining.
    • addAllMqlBinary

      public DataPipelines.DataPipeline.Builder addAllMqlBinary(Iterable<? extends com.google.protobuf.ByteString> values)
       A MongoDB aggregation pipeline as a list of BSON documents, where
       each document is one stage in the pipeline.
       
      repeated bytes mql_binary = 4 [json_name = "mqlBinary"];
      Parameters:
      values - The mqlBinary to add.
      Returns:
      This builder for chaining.
    • clearMqlBinary

      public DataPipelines.DataPipeline.Builder clearMqlBinary()
       A MongoDB aggregation pipeline as a list of BSON documents, where
       each document is one stage in the pipeline.
       
      repeated bytes mql_binary = 4 [json_name = "mqlBinary"];
      Returns:
      This builder for chaining.
    • getSchedule

      public String getSchedule()
       A cron expression representing the expected execution schedule in UTC (note this also
       defines the input time window; an hourly schedule would process 1 hour of data at a time).
       
      string schedule = 5 [json_name = "schedule"];
      Specified by:
      getSchedule in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The schedule.
    • getScheduleBytes

      public com.google.protobuf.ByteString getScheduleBytes()
       A cron expression representing the expected execution schedule in UTC (note this also
       defines the input time window; an hourly schedule would process 1 hour of data at a time).
       
      string schedule = 5 [json_name = "schedule"];
      Specified by:
      getScheduleBytes in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The bytes for schedule.
    • setSchedule

      public DataPipelines.DataPipeline.Builder setSchedule(String value)
       A cron expression representing the expected execution schedule in UTC (note this also
       defines the input time window; an hourly schedule would process 1 hour of data at a time).
       
      string schedule = 5 [json_name = "schedule"];
      Parameters:
      value - The schedule to set.
      Returns:
      This builder for chaining.
    • clearSchedule

      public DataPipelines.DataPipeline.Builder clearSchedule()
       A cron expression representing the expected execution schedule in UTC (note this also
       defines the input time window; an hourly schedule would process 1 hour of data at a time).
       
      string schedule = 5 [json_name = "schedule"];
      Returns:
      This builder for chaining.
    • setScheduleBytes

      public DataPipelines.DataPipeline.Builder setScheduleBytes(com.google.protobuf.ByteString value)
       A cron expression representing the expected execution schedule in UTC (note this also
       defines the input time window; an hourly schedule would process 1 hour of data at a time).
       
      string schedule = 5 [json_name = "schedule"];
      Parameters:
      value - The bytes for schedule to set.
      Returns:
      This builder for chaining.
    • getEnabled

      public boolean getEnabled()
       Whether or not the pipeline is enabled.
       
      bool enabled = 6 [json_name = "enabled"];
      Specified by:
      getEnabled in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The enabled.
    • setEnabled

      public DataPipelines.DataPipeline.Builder setEnabled(boolean value)
       Whether or not the pipeline is enabled.
       
      bool enabled = 6 [json_name = "enabled"];
      Parameters:
      value - The enabled to set.
      Returns:
      This builder for chaining.
    • clearEnabled

      public DataPipelines.DataPipeline.Builder clearEnabled()
       Whether or not the pipeline is enabled.
       
      bool enabled = 6 [json_name = "enabled"];
      Returns:
      This builder for chaining.
    • hasCreatedOn

      public boolean hasCreatedOn()
       The time the pipeline was created.
       
      .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
      Specified by:
      hasCreatedOn in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      Whether the createdOn field is set.
    • getCreatedOn

      public com.google.protobuf.Timestamp getCreatedOn()
       The time the pipeline was created.
       
      .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
      Specified by:
      getCreatedOn in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The createdOn.
    • setCreatedOn

      public DataPipelines.DataPipeline.Builder setCreatedOn(com.google.protobuf.Timestamp value)
       The time the pipeline was created.
       
      .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
    • setCreatedOn

      public DataPipelines.DataPipeline.Builder setCreatedOn(com.google.protobuf.Timestamp.Builder builderForValue)
       The time the pipeline was created.
       
      .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
    • mergeCreatedOn

      public DataPipelines.DataPipeline.Builder mergeCreatedOn(com.google.protobuf.Timestamp value)
       The time the pipeline was created.
       
      .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
    • clearCreatedOn

      public DataPipelines.DataPipeline.Builder clearCreatedOn()
       The time the pipeline was created.
       
      .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
    • hasUpdatedAt

      public boolean hasUpdatedAt()
       The time the pipeline was last updated.
       
      .google.protobuf.Timestamp updated_at = 8 [json_name = "updatedAt"];
      Specified by:
      hasUpdatedAt in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      Whether the updatedAt field is set.
    • getUpdatedAt

      public com.google.protobuf.Timestamp getUpdatedAt()
       The time the pipeline was last updated.
       
      .google.protobuf.Timestamp updated_at = 8 [json_name = "updatedAt"];
      Specified by:
      getUpdatedAt in interface DataPipelines.DataPipelineOrBuilder
      Returns:
      The updatedAt.
    • setUpdatedAt

      public DataPipelines.DataPipeline.Builder setUpdatedAt(com.google.protobuf.Timestamp value)
       The time the pipeline was last updated.
       
      .google.protobuf.Timestamp updated_at = 8 [json_name = "updatedAt"];
    • setUpdatedAt

      public DataPipelines.DataPipeline.Builder setUpdatedAt(com.google.protobuf.Timestamp.Builder builderForValue)
       The time the pipeline was last updated.
       
      .google.protobuf.Timestamp updated_at = 8 [json_name = "updatedAt"];
    • mergeUpdatedAt

      public DataPipelines.DataPipeline.Builder mergeUpdatedAt(com.google.protobuf.Timestamp value)
       The time the pipeline was last updated.
       
      .google.protobuf.Timestamp updated_at = 8 [json_name = "updatedAt"];
    • clearUpdatedAt

      public DataPipelines.DataPipeline.Builder clearUpdatedAt()
       The time the pipeline was last updated.
       
      .google.protobuf.Timestamp updated_at = 8 [json_name = "updatedAt"];