Package biopb.image

Class Pixels.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
biopb.image.Pixels.Builder
All Implemented Interfaces:
PixelsOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
Pixels

public static final class Pixels.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder> implements PixelsOrBuilder
 The Pixels element represent generic 5D pixel data. The time axis is
 currently not being utilized, but is defined here for futire extensibility.
 This is modeled after OME-XML's Pixel structure.
 
Protobuf type biopb.image.Pixels
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • clear

      public Pixels.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • getDefaultInstanceForType

      public Pixels getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Pixels build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Pixels buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Pixels.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • setField

      public Pixels.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • clearField

      public Pixels.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • clearOneof

      public Pixels.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • setRepeatedField

      public Pixels.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • addRepeatedField

      public Pixels.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • mergeFrom

      public Pixels.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Pixels.Builder>
    • mergeFrom

      public Pixels.Builder mergeFrom(Pixels other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • mergeFrom

      public Pixels.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Pixels.Builder>
      Throws:
      IOException
    • hasBindata

      public boolean hasBindata()
       Pixel values
       
      .biopb.image.BinData bindata = 3;
      Specified by:
      hasBindata in interface PixelsOrBuilder
      Returns:
      Whether the bindata field is set.
    • getBindata

      public BinData getBindata()
       Pixel values
       
      .biopb.image.BinData bindata = 3;
      Specified by:
      getBindata in interface PixelsOrBuilder
      Returns:
      The bindata.
    • setBindata

      public Pixels.Builder setBindata(BinData value)
       Pixel values
       
      .biopb.image.BinData bindata = 3;
    • setBindata

      public Pixels.Builder setBindata(BinData.Builder builderForValue)
       Pixel values
       
      .biopb.image.BinData bindata = 3;
    • mergeBindata

      public Pixels.Builder mergeBindata(BinData value)
       Pixel values
       
      .biopb.image.BinData bindata = 3;
    • clearBindata

      public Pixels.Builder clearBindata()
       Pixel values
       
      .biopb.image.BinData bindata = 3;
    • getBindataBuilder

      public BinData.Builder getBindataBuilder()
       Pixel values
       
      .biopb.image.BinData bindata = 3;
    • getBindataOrBuilder

      public BinDataOrBuilder getBindataOrBuilder()
       Pixel values
       
      .biopb.image.BinData bindata = 3;
      Specified by:
      getBindataOrBuilder in interface PixelsOrBuilder
    • getDimensionOrder

      public String getDimensionOrder()
       A string describing the dimension order of the pixel data, e.g. "XYZCT"
       The string must be a permutaion of these 5 letters even if some of the
       dimension doesn't exist in the data.
       
      string dimension_order = 4;
      Specified by:
      getDimensionOrder in interface PixelsOrBuilder
      Returns:
      The dimensionOrder.
    • getDimensionOrderBytes

      public com.google.protobuf.ByteString getDimensionOrderBytes()
       A string describing the dimension order of the pixel data, e.g. "XYZCT"
       The string must be a permutaion of these 5 letters even if some of the
       dimension doesn't exist in the data.
       
      string dimension_order = 4;
      Specified by:
      getDimensionOrderBytes in interface PixelsOrBuilder
      Returns:
      The bytes for dimensionOrder.
    • setDimensionOrder

      public Pixels.Builder setDimensionOrder(String value)
       A string describing the dimension order of the pixel data, e.g. "XYZCT"
       The string must be a permutaion of these 5 letters even if some of the
       dimension doesn't exist in the data.
       
      string dimension_order = 4;
      Parameters:
      value - The dimensionOrder to set.
      Returns:
      This builder for chaining.
    • clearDimensionOrder

      public Pixels.Builder clearDimensionOrder()
       A string describing the dimension order of the pixel data, e.g. "XYZCT"
       The string must be a permutaion of these 5 letters even if some of the
       dimension doesn't exist in the data.
       
      string dimension_order = 4;
      Returns:
      This builder for chaining.
    • setDimensionOrderBytes

      public Pixels.Builder setDimensionOrderBytes(com.google.protobuf.ByteString value)
       A string describing the dimension order of the pixel data, e.g. "XYZCT"
       The string must be a permutaion of these 5 letters even if some of the
       dimension doesn't exist in the data.
       
      string dimension_order = 4;
      Parameters:
      value - The bytes for dimensionOrder to set.
      Returns:
      This builder for chaining.
    • getDtype

      public String getDtype()
       A string describing the data type using numpy's convention. E.g., 'i8'
       represent int64. Endianness indicator, e.g. '=i8', is allowed but will be
       ignored. Instead the endianness will be determined by the field within
       the Bindata structure.
       
      string dtype = 5;
      Specified by:
      getDtype in interface PixelsOrBuilder
      Returns:
      The dtype.
    • getDtypeBytes

      public com.google.protobuf.ByteString getDtypeBytes()
       A string describing the data type using numpy's convention. E.g., 'i8'
       represent int64. Endianness indicator, e.g. '=i8', is allowed but will be
       ignored. Instead the endianness will be determined by the field within
       the Bindata structure.
       
      string dtype = 5;
      Specified by:
      getDtypeBytes in interface PixelsOrBuilder
      Returns:
      The bytes for dtype.
    • setDtype

      public Pixels.Builder setDtype(String value)
       A string describing the data type using numpy's convention. E.g., 'i8'
       represent int64. Endianness indicator, e.g. '=i8', is allowed but will be
       ignored. Instead the endianness will be determined by the field within
       the Bindata structure.
       
      string dtype = 5;
      Parameters:
      value - The dtype to set.
      Returns:
      This builder for chaining.
    • clearDtype

      public Pixels.Builder clearDtype()
       A string describing the data type using numpy's convention. E.g., 'i8'
       represent int64. Endianness indicator, e.g. '=i8', is allowed but will be
       ignored. Instead the endianness will be determined by the field within
       the Bindata structure.
       
      string dtype = 5;
      Returns:
      This builder for chaining.
    • setDtypeBytes

      public Pixels.Builder setDtypeBytes(com.google.protobuf.ByteString value)
       A string describing the data type using numpy's convention. E.g., 'i8'
       represent int64. Endianness indicator, e.g. '=i8', is allowed but will be
       ignored. Instead the endianness will be determined by the field within
       the Bindata structure.
       
      string dtype = 5;
      Parameters:
      value - The bytes for dtype to set.
      Returns:
      This builder for chaining.
    • getSizeX

      public int getSizeX()
       Dimensional size of pixel data array [units:none]
       
      uint32 size_x = 9;
      Specified by:
      getSizeX in interface PixelsOrBuilder
      Returns:
      The sizeX.
    • setSizeX

      public Pixels.Builder setSizeX(int value)
       Dimensional size of pixel data array [units:none]
       
      uint32 size_x = 9;
      Parameters:
      value - The sizeX to set.
      Returns:
      This builder for chaining.
    • clearSizeX

      public Pixels.Builder clearSizeX()
       Dimensional size of pixel data array [units:none]
       
      uint32 size_x = 9;
      Returns:
      This builder for chaining.
    • getSizeY

      public int getSizeY()
      uint32 size_y = 10;
      Specified by:
      getSizeY in interface PixelsOrBuilder
      Returns:
      The sizeY.
    • setSizeY

      public Pixels.Builder setSizeY(int value)
      uint32 size_y = 10;
      Parameters:
      value - The sizeY to set.
      Returns:
      This builder for chaining.
    • clearSizeY

      public Pixels.Builder clearSizeY()
      uint32 size_y = 10;
      Returns:
      This builder for chaining.
    • getSizeZ

      public int getSizeZ()
      uint32 size_z = 11;
      Specified by:
      getSizeZ in interface PixelsOrBuilder
      Returns:
      The sizeZ.
    • setSizeZ

      public Pixels.Builder setSizeZ(int value)
      uint32 size_z = 11;
      Parameters:
      value - The sizeZ to set.
      Returns:
      This builder for chaining.
    • clearSizeZ

      public Pixels.Builder clearSizeZ()
      uint32 size_z = 11;
      Returns:
      This builder for chaining.
    • getSizeC

      public int getSizeC()
      uint32 size_c = 12;
      Specified by:
      getSizeC in interface PixelsOrBuilder
      Returns:
      The sizeC.
    • setSizeC

      public Pixels.Builder setSizeC(int value)
      uint32 size_c = 12;
      Parameters:
      value - The sizeC to set.
      Returns:
      This builder for chaining.
    • clearSizeC

      public Pixels.Builder clearSizeC()
      uint32 size_c = 12;
      Returns:
      This builder for chaining.
    • getSizeT

      public int getSizeT()
      uint32 size_t = 13;
      Specified by:
      getSizeT in interface PixelsOrBuilder
      Returns:
      The sizeT.
    • setSizeT

      public Pixels.Builder setSizeT(int value)
      uint32 size_t = 13;
      Parameters:
      value - The sizeT to set.
      Returns:
      This builder for chaining.
    • clearSizeT

      public Pixels.Builder clearSizeT()
      uint32 size_t = 13;
      Returns:
      This builder for chaining.
    • hasPhysicalSizeX

      public boolean hasPhysicalSizeX()
       Physical size of a pixel.
       
      optional float physical_size_x = 14;
      Specified by:
      hasPhysicalSizeX in interface PixelsOrBuilder
      Returns:
      Whether the physicalSizeX field is set.
    • getPhysicalSizeX

      public float getPhysicalSizeX()
       Physical size of a pixel.
       
      optional float physical_size_x = 14;
      Specified by:
      getPhysicalSizeX in interface PixelsOrBuilder
      Returns:
      The physicalSizeX.
    • setPhysicalSizeX

      public Pixels.Builder setPhysicalSizeX(float value)
       Physical size of a pixel.
       
      optional float physical_size_x = 14;
      Parameters:
      value - The physicalSizeX to set.
      Returns:
      This builder for chaining.
    • clearPhysicalSizeX

      public Pixels.Builder clearPhysicalSizeX()
       Physical size of a pixel.
       
      optional float physical_size_x = 14;
      Returns:
      This builder for chaining.
    • hasPhysicalSizeY

      public boolean hasPhysicalSizeY()
      optional float physical_size_y = 15;
      Specified by:
      hasPhysicalSizeY in interface PixelsOrBuilder
      Returns:
      Whether the physicalSizeY field is set.
    • getPhysicalSizeY

      public float getPhysicalSizeY()
      optional float physical_size_y = 15;
      Specified by:
      getPhysicalSizeY in interface PixelsOrBuilder
      Returns:
      The physicalSizeY.
    • setPhysicalSizeY

      public Pixels.Builder setPhysicalSizeY(float value)
      optional float physical_size_y = 15;
      Parameters:
      value - The physicalSizeY to set.
      Returns:
      This builder for chaining.
    • clearPhysicalSizeY

      public Pixels.Builder clearPhysicalSizeY()
      optional float physical_size_y = 15;
      Returns:
      This builder for chaining.
    • hasPhysicalSizeZ

      public boolean hasPhysicalSizeZ()
      optional float physical_size_z = 16;
      Specified by:
      hasPhysicalSizeZ in interface PixelsOrBuilder
      Returns:
      Whether the physicalSizeZ field is set.
    • getPhysicalSizeZ

      public float getPhysicalSizeZ()
      optional float physical_size_z = 16;
      Specified by:
      getPhysicalSizeZ in interface PixelsOrBuilder
      Returns:
      The physicalSizeZ.
    • setPhysicalSizeZ

      public Pixels.Builder setPhysicalSizeZ(float value)
      optional float physical_size_z = 16;
      Parameters:
      value - The physicalSizeZ to set.
      Returns:
      This builder for chaining.
    • clearPhysicalSizeZ

      public Pixels.Builder clearPhysicalSizeZ()
      optional float physical_size_z = 16;
      Returns:
      This builder for chaining.
    • getPhysicalSizeUnit

      public String getPhysicalSizeUnit()
       physical size unit, default "µm"
       
      string physical_size_unit = 17;
      Specified by:
      getPhysicalSizeUnit in interface PixelsOrBuilder
      Returns:
      The physicalSizeUnit.
    • getPhysicalSizeUnitBytes

      public com.google.protobuf.ByteString getPhysicalSizeUnitBytes()
       physical size unit, default "µm"
       
      string physical_size_unit = 17;
      Specified by:
      getPhysicalSizeUnitBytes in interface PixelsOrBuilder
      Returns:
      The bytes for physicalSizeUnit.
    • setPhysicalSizeUnit

      public Pixels.Builder setPhysicalSizeUnit(String value)
       physical size unit, default "µm"
       
      string physical_size_unit = 17;
      Parameters:
      value - The physicalSizeUnit to set.
      Returns:
      This builder for chaining.
    • clearPhysicalSizeUnit

      public Pixels.Builder clearPhysicalSizeUnit()
       physical size unit, default "µm"
       
      string physical_size_unit = 17;
      Returns:
      This builder for chaining.
    • setPhysicalSizeUnitBytes

      public Pixels.Builder setPhysicalSizeUnitBytes(com.google.protobuf.ByteString value)
       physical size unit, default "µm"
       
      string physical_size_unit = 17;
      Parameters:
      value - The bytes for physicalSizeUnit to set.
      Returns:
      This builder for chaining.
    • hasTimeIncrement

      public boolean hasTimeIncrement()
       time_increment is used for time series that have a global timing
       specification instead of per-timepoint timing info. For example in a
       video stream. Units are set by TimeIncrementUnit.
       
      optional float time_increment = 18;
      Specified by:
      hasTimeIncrement in interface PixelsOrBuilder
      Returns:
      Whether the timeIncrement field is set.
    • getTimeIncrement

      public float getTimeIncrement()
       time_increment is used for time series that have a global timing
       specification instead of per-timepoint timing info. For example in a
       video stream. Units are set by TimeIncrementUnit.
       
      optional float time_increment = 18;
      Specified by:
      getTimeIncrement in interface PixelsOrBuilder
      Returns:
      The timeIncrement.
    • setTimeIncrement

      public Pixels.Builder setTimeIncrement(float value)
       time_increment is used for time series that have a global timing
       specification instead of per-timepoint timing info. For example in a
       video stream. Units are set by TimeIncrementUnit.
       
      optional float time_increment = 18;
      Parameters:
      value - The timeIncrement to set.
      Returns:
      This builder for chaining.
    • clearTimeIncrement

      public Pixels.Builder clearTimeIncrement()
       time_increment is used for time series that have a global timing
       specification instead of per-timepoint timing info. For example in a
       video stream. Units are set by TimeIncrementUnit.
       
      optional float time_increment = 18;
      Returns:
      This builder for chaining.
    • getTimeIncrementUnit

      public String getTimeIncrementUnit()
       time unit, default "s"
       
      string time_increment_unit = 21;
      Specified by:
      getTimeIncrementUnit in interface PixelsOrBuilder
      Returns:
      The timeIncrementUnit.
    • getTimeIncrementUnitBytes

      public com.google.protobuf.ByteString getTimeIncrementUnitBytes()
       time unit, default "s"
       
      string time_increment_unit = 21;
      Specified by:
      getTimeIncrementUnitBytes in interface PixelsOrBuilder
      Returns:
      The bytes for timeIncrementUnit.
    • setTimeIncrementUnit

      public Pixels.Builder setTimeIncrementUnit(String value)
       time unit, default "s"
       
      string time_increment_unit = 21;
      Parameters:
      value - The timeIncrementUnit to set.
      Returns:
      This builder for chaining.
    • clearTimeIncrementUnit

      public Pixels.Builder clearTimeIncrementUnit()
       time unit, default "s"
       
      string time_increment_unit = 21;
      Returns:
      This builder for chaining.
    • setTimeIncrementUnitBytes

      public Pixels.Builder setTimeIncrementUnitBytes(com.google.protobuf.ByteString value)
       time unit, default "s"
       
      string time_increment_unit = 21;
      Parameters:
      value - The bytes for timeIncrementUnit to set.
      Returns:
      This builder for chaining.
    • hasOffsetX

      public boolean hasOffsetX()
       for large image dataset, it is necessary to send a stream of image
       patches instead of one monolithic data structure of the whole dataset.
       The offset values allows one to specify the relative locations of each
       patch. These include spatial (x,y,z), channel (c), and time (t) offsets.
       
      optional uint32 offset_x = 22;
      Specified by:
      hasOffsetX in interface PixelsOrBuilder
      Returns:
      Whether the offsetX field is set.
    • getOffsetX

      public int getOffsetX()
       for large image dataset, it is necessary to send a stream of image
       patches instead of one monolithic data structure of the whole dataset.
       The offset values allows one to specify the relative locations of each
       patch. These include spatial (x,y,z), channel (c), and time (t) offsets.
       
      optional uint32 offset_x = 22;
      Specified by:
      getOffsetX in interface PixelsOrBuilder
      Returns:
      The offsetX.
    • setOffsetX

      public Pixels.Builder setOffsetX(int value)
       for large image dataset, it is necessary to send a stream of image
       patches instead of one monolithic data structure of the whole dataset.
       The offset values allows one to specify the relative locations of each
       patch. These include spatial (x,y,z), channel (c), and time (t) offsets.
       
      optional uint32 offset_x = 22;
      Parameters:
      value - The offsetX to set.
      Returns:
      This builder for chaining.
    • clearOffsetX

      public Pixels.Builder clearOffsetX()
       for large image dataset, it is necessary to send a stream of image
       patches instead of one monolithic data structure of the whole dataset.
       The offset values allows one to specify the relative locations of each
       patch. These include spatial (x,y,z), channel (c), and time (t) offsets.
       
      optional uint32 offset_x = 22;
      Returns:
      This builder for chaining.
    • hasOffsetY

      public boolean hasOffsetY()
      optional uint32 offset_y = 23;
      Specified by:
      hasOffsetY in interface PixelsOrBuilder
      Returns:
      Whether the offsetY field is set.
    • getOffsetY

      public int getOffsetY()
      optional uint32 offset_y = 23;
      Specified by:
      getOffsetY in interface PixelsOrBuilder
      Returns:
      The offsetY.
    • setOffsetY

      public Pixels.Builder setOffsetY(int value)
      optional uint32 offset_y = 23;
      Parameters:
      value - The offsetY to set.
      Returns:
      This builder for chaining.
    • clearOffsetY

      public Pixels.Builder clearOffsetY()
      optional uint32 offset_y = 23;
      Returns:
      This builder for chaining.
    • hasOffsetZ

      public boolean hasOffsetZ()
      optional uint32 offset_z = 24;
      Specified by:
      hasOffsetZ in interface PixelsOrBuilder
      Returns:
      Whether the offsetZ field is set.
    • getOffsetZ

      public int getOffsetZ()
      optional uint32 offset_z = 24;
      Specified by:
      getOffsetZ in interface PixelsOrBuilder
      Returns:
      The offsetZ.
    • setOffsetZ

      public Pixels.Builder setOffsetZ(int value)
      optional uint32 offset_z = 24;
      Parameters:
      value - The offsetZ to set.
      Returns:
      This builder for chaining.
    • clearOffsetZ

      public Pixels.Builder clearOffsetZ()
      optional uint32 offset_z = 24;
      Returns:
      This builder for chaining.
    • hasOffsetT

      public boolean hasOffsetT()
      optional uint32 offset_t = 25;
      Specified by:
      hasOffsetT in interface PixelsOrBuilder
      Returns:
      Whether the offsetT field is set.
    • getOffsetT

      public int getOffsetT()
      optional uint32 offset_t = 25;
      Specified by:
      getOffsetT in interface PixelsOrBuilder
      Returns:
      The offsetT.
    • setOffsetT

      public Pixels.Builder setOffsetT(int value)
      optional uint32 offset_t = 25;
      Parameters:
      value - The offsetT to set.
      Returns:
      This builder for chaining.
    • clearOffsetT

      public Pixels.Builder clearOffsetT()
      optional uint32 offset_t = 25;
      Returns:
      This builder for chaining.
    • hasOffsetC

      public boolean hasOffsetC()
      optional uint32 offset_c = 26;
      Specified by:
      hasOffsetC in interface PixelsOrBuilder
      Returns:
      Whether the offsetC field is set.
    • getOffsetC

      public int getOffsetC()
      optional uint32 offset_c = 26;
      Specified by:
      getOffsetC in interface PixelsOrBuilder
      Returns:
      The offsetC.
    • setOffsetC

      public Pixels.Builder setOffsetC(int value)
      optional uint32 offset_c = 26;
      Parameters:
      value - The offsetC to set.
      Returns:
      This builder for chaining.
    • clearOffsetC

      public Pixels.Builder clearOffsetC()
      optional uint32 offset_c = 26;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Pixels.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>
    • mergeUnknownFields

      public final Pixels.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Pixels.Builder>