Interface ControllerOuterClass.ListApplicationsResponseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getApplicationId​(int index)
      repeated string application_id = 1;
      com.google.protobuf.ByteString getApplicationIdBytes​(int index)
      repeated string application_id = 1;
      int getApplicationIdCount()
      repeated string application_id = 1;
      java.util.List<java.lang.String> getApplicationIdList()
      repeated string application_id = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.