Package viam.app.v1

Interface AppOuterClass.ListMachineSummariesRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.ListMachineSummariesRequest, AppOuterClass.ListMachineSummariesRequest.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.ListMachineSummariesRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFragmentIds(int index)
    Optional list of fragment IDs to filter machines that use any of these fragments
    com.google.protobuf.ByteString
    Optional list of fragment IDs to filter machines that use any of these fragments
    int
    Optional list of fragment IDs to filter machines that use any of these fragments
    Optional list of fragment IDs to filter machines that use any of these fragments
    string organization_id = 1 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 1 [json_name = "organizationId"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationId

      String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • getFragmentIdsList

      List<String> getFragmentIdsList()
       Optional list of fragment IDs to filter machines that use any of these fragments
       
      repeated string fragment_ids = 2 [json_name = "fragmentIds"];
      Returns:
      A list containing the fragmentIds.
    • getFragmentIdsCount

      int getFragmentIdsCount()
       Optional list of fragment IDs to filter machines that use any of these fragments
       
      repeated string fragment_ids = 2 [json_name = "fragmentIds"];
      Returns:
      The count of fragmentIds.
    • getFragmentIds

      String getFragmentIds(int index)
       Optional list of fragment IDs to filter machines that use any of these fragments
       
      repeated string fragment_ids = 2 [json_name = "fragmentIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The fragmentIds at the given index.
    • getFragmentIdsBytes

      com.google.protobuf.ByteString getFragmentIdsBytes(int index)
       Optional list of fragment IDs to filter machines that use any of these fragments
       
      repeated string fragment_ids = 2 [json_name = "fragmentIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The fragmentIds at the given index.