Class Camera.GetImagesRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<Camera.GetImagesRequest,Camera.GetImagesRequest.Builder>
com.viam.component.camera.v1.Camera.GetImagesRequest.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Camera.GetImagesRequestOrBuilder, Cloneable
Enclosing class:
Camera.GetImagesRequest

public static final class Camera.GetImagesRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<Camera.GetImagesRequest,Camera.GetImagesRequest.Builder> implements Camera.GetImagesRequestOrBuilder
Protobuf type viam.component.camera.v1.GetImagesRequest
  • Method Details

    • getName

      public String getName()
       Name of a camera
       
      string name = 1 [json_name = "name"];
      Specified by:
      getName in interface Camera.GetImagesRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Name of a camera
       
      string name = 1 [json_name = "name"];
      Specified by:
      getNameBytes in interface Camera.GetImagesRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

      public Camera.GetImagesRequest.Builder setName(String value)
       Name of a camera
       
      string name = 1 [json_name = "name"];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public Camera.GetImagesRequest.Builder clearName()
       Name of a camera
       
      string name = 1 [json_name = "name"];
      Returns:
      This builder for chaining.
    • setNameBytes

      public Camera.GetImagesRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       Name of a camera
       
      string name = 1 [json_name = "name"];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getFilterSourceNamesList

      public List<String> getFilterSourceNamesList()
       The names of the sensors to retrieve images from. If this is not provided,
       all images from all sensors will be returned.
       
      repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
      Specified by:
      getFilterSourceNamesList in interface Camera.GetImagesRequestOrBuilder
      Returns:
      A list containing the filterSourceNames.
    • getFilterSourceNamesCount

      public int getFilterSourceNamesCount()
       The names of the sensors to retrieve images from. If this is not provided,
       all images from all sensors will be returned.
       
      repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
      Specified by:
      getFilterSourceNamesCount in interface Camera.GetImagesRequestOrBuilder
      Returns:
      The count of filterSourceNames.
    • getFilterSourceNames

      public String getFilterSourceNames(int index)
       The names of the sensors to retrieve images from. If this is not provided,
       all images from all sensors will be returned.
       
      repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
      Specified by:
      getFilterSourceNames in interface Camera.GetImagesRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The filterSourceNames at the given index.
    • getFilterSourceNamesBytes

      public com.google.protobuf.ByteString getFilterSourceNamesBytes(int index)
       The names of the sensors to retrieve images from. If this is not provided,
       all images from all sensors will be returned.
       
      repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
      Specified by:
      getFilterSourceNamesBytes in interface Camera.GetImagesRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the filterSourceNames at the given index.
    • setFilterSourceNames

      public Camera.GetImagesRequest.Builder setFilterSourceNames(int index, String value)
       The names of the sensors to retrieve images from. If this is not provided,
       all images from all sensors will be returned.
       
      repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
      Parameters:
      index - The index to set the value at.
      value - The filterSourceNames to set.
      Returns:
      This builder for chaining.
    • addFilterSourceNames

      public Camera.GetImagesRequest.Builder addFilterSourceNames(String value)
       The names of the sensors to retrieve images from. If this is not provided,
       all images from all sensors will be returned.
       
      repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
      Parameters:
      value - The filterSourceNames to add.
      Returns:
      This builder for chaining.
    • addAllFilterSourceNames

      public Camera.GetImagesRequest.Builder addAllFilterSourceNames(Iterable<String> values)
       The names of the sensors to retrieve images from. If this is not provided,
       all images from all sensors will be returned.
       
      repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
      Parameters:
      values - The filterSourceNames to add.
      Returns:
      This builder for chaining.
    • clearFilterSourceNames

      public Camera.GetImagesRequest.Builder clearFilterSourceNames()
       The names of the sensors to retrieve images from. If this is not provided,
       all images from all sensors will be returned.
       
      repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
      Returns:
      This builder for chaining.
    • addFilterSourceNamesBytes

      public Camera.GetImagesRequest.Builder addFilterSourceNamesBytes(com.google.protobuf.ByteString value)
       The names of the sensors to retrieve images from. If this is not provided,
       all images from all sensors will be returned.
       
      repeated string filter_source_names = 2 [json_name = "filterSourceNames"];
      Parameters:
      value - The bytes of the filterSourceNames to add.
      Returns:
      This builder for chaining.
    • hasExtra

      public boolean hasExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Specified by:
      hasExtra in interface Camera.GetImagesRequestOrBuilder
      Returns:
      Whether the extra field is set.
    • getExtra

      public com.google.protobuf.Struct getExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Specified by:
      getExtra in interface Camera.GetImagesRequestOrBuilder
      Returns:
      The extra.
    • setExtra

      public Camera.GetImagesRequest.Builder setExtra(com.google.protobuf.Struct value)
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
    • setExtra

      public Camera.GetImagesRequest.Builder setExtra(com.google.protobuf.Struct.Builder builderForValue)
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
    • mergeExtra

      public Camera.GetImagesRequest.Builder mergeExtra(com.google.protobuf.Struct value)
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
    • clearExtra

      public Camera.GetImagesRequest.Builder clearExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];