Package viam.app.v1
Interface AppOuterClass.AllowedOrgIDsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.AllowedOrgIDs,AppOuterClass.AllowedOrgIDs.Builder
- Enclosing class:
AppOuterClass
public static interface AppOuterClass.AllowedOrgIDsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetIds(int index) repeated string ids = 1 [json_name = "ids"];com.google.protobuf.ByteStringgetIdsBytes(int index) repeated string ids = 1 [json_name = "ids"];intrepeated string ids = 1 [json_name = "ids"];repeated string ids = 1 [json_name = "ids"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getIdsList
repeated string ids = 1 [json_name = "ids"];- Returns:
- A list containing the ids.
-
getIdsCount
int getIdsCount()repeated string ids = 1 [json_name = "ids"];- Returns:
- The count of ids.
-
getIds
repeated string ids = 1 [json_name = "ids"];- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-
getIdsBytes
com.google.protobuf.ByteString getIdsBytes(int index) repeated string ids = 1 [json_name = "ids"];- Parameters:
index- The index of the element to return.- Returns:
- The ids at the given index.
-