Interface Camera.GetImagesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Camera.GetImagesRequest, Camera.GetImagesRequest.Builder
Enclosing class:
Camera

public static interface Camera.GetImagesRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Struct
    Additional arguments to the method
    The names of the sensors to retrieve images from.
    com.google.protobuf.ByteString
    The names of the sensors to retrieve images from.
    int
    The names of the sensors to retrieve images from.
    The names of the sensors to retrieve images from.
    Name of a camera
    com.google.protobuf.ByteString
    Name of a camera
    boolean
    Additional arguments to the method

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getName

      String getName()
       Name of a camera
       
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of a camera
       
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • getFilterSourceNamesList

      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"];
      Returns:
      A list containing the filterSourceNames.
    • getFilterSourceNamesCount

      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"];
      Returns:
      The count of filterSourceNames.
    • getFilterSourceNames

      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"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The filterSourceNames at the given index.
    • getFilterSourceNamesBytes

      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"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The filterSourceNames at the given index.
    • hasExtra

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

      com.google.protobuf.Struct getExtra()
       Additional arguments to the method
       
      .google.protobuf.Struct extra = 99 [json_name = "extra"];
      Returns:
      The extra.