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 Summary
Modifier and TypeMethodDescriptiongetAdditionalFragmentIds
(int index) additional fragment_ids to append to the response.com.google.protobuf.ByteString
getAdditionalFragmentIdsBytes
(int index) additional fragment_ids to append to the response.int
additional fragment_ids to append to the response.additional fragment_ids to append to the response.the machine_id used to filter fragments defined in a machine's parts.com.google.protobuf.ByteString
the machine_id used to filter fragments defined in a machine's parts.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
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
additional fragment_ids to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];
- Returns:
- A list containing the additionalFragmentIds.
-
getAdditionalFragmentIdsCount
int getAdditionalFragmentIdsCount()additional fragment_ids to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
repeated string additional_fragment_ids = 2 [json_name = "additionalFragmentIds"];
- Returns:
- The count of additionalFragmentIds.
-
getAdditionalFragmentIds
additional fragment_ids to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
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) additional fragment_ids to append to the response. useful when needing to view fragments that will be provisionally added to the machine alongside existing fragments.
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.
-