listAllInterfaces method

ResponseFuture<ListAllInterfacesResponse> listAllInterfaces(
  1. ListAllInterfacesRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ListAllInterfacesResponse> listAllInterfaces(
    $0.ListAllInterfacesRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$listAllInterfaces, request, options: options);
}