Interface Data.BinaryDataByIDsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Data.BinaryDataByIDsRequest, Data.BinaryDataByIDsRequest.Builder
Enclosing class:
Data

public static interface Data.BinaryDataByIDsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getBinaryIds(int index)
    repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    int
    repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    boolean
    bool include_binary = 2 [json_name = "includeBinary"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getIncludeBinary

      boolean getIncludeBinary()
      bool include_binary = 2 [json_name = "includeBinary"];
      Returns:
      The includeBinary.
    • getBinaryIdsList

      List<Data.BinaryID> getBinaryIdsList()
      repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    • getBinaryIds

      Data.BinaryID getBinaryIds(int index)
      repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];
    • getBinaryIdsCount

      int getBinaryIdsCount()
      repeated .viam.app.data.v1.BinaryID binary_ids = 3 [json_name = "binaryIds"];