Interface ControllerOuterClass.ListApplicationsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControllerOuterClass.ListApplicationsResponse,ControllerOuterClass.ListApplicationsResponse.Builder
- Enclosing class:
- ControllerOuterClass
public static interface ControllerOuterClass.ListApplicationsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetApplicationId(int index)repeated string application_id = 1;com.google.protobuf.ByteStringgetApplicationIdBytes(int index)repeated string application_id = 1;intgetApplicationIdCount()repeated string application_id = 1;java.util.List<java.lang.String>getApplicationIdList()repeated string application_id = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getApplicationIdList
java.util.List<java.lang.String> getApplicationIdList()
repeated string application_id = 1;- Returns:
- A list containing the applicationId.
-
getApplicationIdCount
int getApplicationIdCount()
repeated string application_id = 1;- Returns:
- The count of applicationId.
-
getApplicationId
java.lang.String getApplicationId(int index)
repeated string application_id = 1;- Parameters:
index- The index of the element to return.- Returns:
- The applicationId at the given index.
-
getApplicationIdBytes
com.google.protobuf.ByteString getApplicationIdBytes(int index)
repeated string application_id = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the applicationId at the given index.
-
-