listApplications method
ResponseFuture<ListApplicationsResponse>
listApplications(
- ListApplicationsRequest request, {
- CallOptions? options,
List Applications
Returns a list of applications matching the input parameters. The results can be filtered by project, state, type and name. It can be sorted by id, name, creation date, change date or state.
Required permissions:
- project.app.read
Implementation
$grpc.ResponseFuture<$0.ListApplicationsResponse> listApplications(
$0.ListApplicationsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$listApplications, request, options: options);
}