Package viam.app.v1

Interface App.ListMachineFragmentsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
App.ListMachineFragmentsRequest, App.ListMachineFragmentsRequest.Builder
Enclosing class:
App

public static interface App.ListMachineFragmentsRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Details

    • getMachineId

      String getMachineId()
       the machine_id used to filter fragments defined in a machine's parts.
       Also returns any fragments nested within the fragments defined in parts.
       
      string machine_id = 1 [json_name = "machineId"];
      Returns:
      The machineId.
    • getMachineIdBytes

      com.google.protobuf.ByteString getMachineIdBytes()
       the machine_id used to filter fragments defined in a machine's parts.
       Also returns any fragments nested within the fragments defined in parts.
       
      string machine_id = 1 [json_name = "machineId"];
      Returns:
      The bytes for machineId.
    • getAdditionalFragmentIdsList

      List<String> getAdditionalFragmentIdsList()
       TODO(APP-7642): Mark this field as deprecated
       
      repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];
      Returns:
      A list containing the additionalFragmentIds.
    • getAdditionalFragmentIdsCount

      int getAdditionalFragmentIdsCount()
       TODO(APP-7642): Mark this field as deprecated
       
      repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];
      Returns:
      The count of additionalFragmentIds.
    • getAdditionalFragmentIds

      String getAdditionalFragmentIds(int index)
       TODO(APP-7642): Mark this field as deprecated
       
      repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The additionalFragmentIds at the given index.
    • getAdditionalFragmentIdsBytes

      com.google.protobuf.ByteString getAdditionalFragmentIdsBytes(int index)
       TODO(APP-7642): Mark this field as deprecated
       
      repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The additionalFragmentIds at the given index.
    • getAdditionalFragmentsList

      List<App.AdditionalFragment> getAdditionalFragmentsList()
       additional fragments to append to the response. useful when needing to view fragments that will be
       provisionally added to the machine alongside existing fragments.
       
      repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"];
    • getAdditionalFragments

      App.AdditionalFragment getAdditionalFragments(int index)
       additional fragments to append to the response. useful when needing to view fragments that will be
       provisionally added to the machine alongside existing fragments.
       
      repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"];
    • getAdditionalFragmentsCount

      int getAdditionalFragmentsCount()
       additional fragments to append to the response. useful when needing to view fragments that will be
       provisionally added to the machine alongside existing fragments.
       
      repeated .viam.app.v1.AdditionalFragment additional_fragments = 3 [json_name = "additionalFragments"];