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 TypeMethodDescriptiongetFragmentIds
(int index) Optional list of fragment IDs to filter machines that use any of these fragmentscom.google.protobuf.ByteString
getFragmentIdsBytes
(int index) Optional list of fragment IDs to filter machines that use any of these fragmentsint
Optional list of fragment IDs to filter machines that use any of these fragmentsOptional list of fragment IDs to filter machines that use any of these fragmentsstring 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
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
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.
-