listApplications method

ResponseFuture<ListApplicationsResponse> listApplications(
  1. ListApplicationsRequest request, {
  2. CallOptions? options,
})

List Applications

Deprecated: use application service v2 ListApplications instead.

Returns a list of applications matching the input parameters that belong to the provided project.

The result can be sorted by app id, name, creation date, change date or state. It can also be filtered by app state, app type and app name.

Required permissions:

  • project.app.read

Implementation

$grpc.ResponseFuture<$0.ListApplicationsResponse> listApplications(
  $0.ListApplicationsRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$listApplications, request, options: options);
}